/home/fresvfqn/crimescenecleaningupsuffolkcounty.com/24hourwaterdamagerestorationlongisland.com.tar
admin.rcube.db000060000002130000151006266300007225 0ustar00SQLite format 3@  H�OH.��a�����VXDM.:'
  �]m33�iadmin@24hourwaterdamagerestorationlongisland.comlocalhost2025-07-20 07:06:592025-09-04 09:23:43en_GBa:3:{s:11:"client_hash";s:16:"OkVn3DGPs6jeGxVy";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;}
��=m	admin@24hourwaterdamagerestorationlongisland.comlocalhost


��*	3/2025-07-20 07:07:00Imported Contacts
��		





��P
	3	

m


2025-07-20 07:06:59admin@24hourwaterdamagerestorationlongisland.com
��		
��4m	admin@24hourwaterdamagerestorationlongisland.com

	�Fc
���
/	��	h4��-�F�~�KtableresponsesresponsesCREATE TABLE responses (
  response_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(255) NOT NULL,
  data text NOT NULL,
  is_html tinyint NOT NULL default '0'
)d3!�indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)j
7!�	indexix_identities_user_ididentitiesCREATE INDEX ix_identities_user_id ON identities(user_id, del)�u!!�5tableidentitiesidentities
CREATE TABLE identities (
  identity_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  standard tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  organization varchar(128) default '',
  email varchar(128) NOT NULL default '',
  "reply-to" varchar(128) NOT NULL default '',
  bcc varchar(128) NOT NULL default '',
  signature text NOT NULL default '',
  html_signature tinyint NOT NULL default '0'
)�I3�Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)�~
33�#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses (
  address_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  name varchar(255) NOT NULL default '',
  email varchar(255) NOT NULL,
  "type" integer NOT NULL
)�	O3�1indexix_contactgroupmembers_contact_idcontactgroupmembers
CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)�33�]tablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers (
  contactgroup_id integer NOT NULL
    REFERENCES contactgroups(contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE,
  contact_id integer NOT NULL
    REFERENCES contacts(contact_id) ON DELETE CASCADE ON UPDATE CASCADE,
  created datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY (contactgroup_id, contact_id)
)EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers	v='�indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)�[''�utablecontactgroupscontactgroupsCREATE TABLE contactgroups (
  contactgroup_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default ''
)b3�indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)��atablecontactscontactsCREATE TABLE contacts (
  contact_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  email text NOT NULL default '',
  firstname varchar(128) NOT NULL default '',
  surname varchar(128) NOT NULL default '',
  vcard text NOT NULL default '',
  words text NOT NULL default ''
)f/�indexix_users_usernameusersCREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)��tableusersusersCREATE TABLE users (
  user_id integer NOT NULL PRIMARY KEY,
  username varchar(128) NOT NULL default '',
  mail_host varchar(128) NOT NULL default '',
  created datetime NOT NULL default '0000-00-00 00:00:00',
  last_login datetime DEFAULT NULL,
  failed_login datetime DEFAULT NULL,
  failed_login_counter integer DEFAULT NULL,
  language varchar(16),
  preferences text DEFAULT NULL
)

	��	wo	H<������K#�x��8
�
�
�bGG�A'�Qtablefilestorefilestore*CREATE TABLE filestore (
    file_id integer NOT NULL PRIMARY KEY,
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    context varchar(32) NOT NULL,
    filename varchar(128) NOT NULL,
    mtime integer NOT NULL,
    data text NOT NULL
)m;%�indexix_cache_shared_expirescache_shared CREATE INDEX ix_cache_shared_expires ON cache_shared(expires)�6%%�/tablecache_sharedcache_sharedCREATE TABLE cache_shared (
  cache_key varchar(255) NOT NULL,
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (cache_key)
)7K%indexsqlite_autoindex_cache_shared_1cache_sharedP-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)��tablecachecacheCREATE TABLE cache (
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  cache_key varchar(128) NOT NULL default '',
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (user_id, cache_key)
))=indexsqlite_autoindex_cache_1cacheA�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)��tablesearchessearchesCREATE TABLE searches (
  search_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  "type" smallint NOT NULL DEFAULT '0',
  name varchar(128) NOT NULL,
  data text NOT NULL
)�C!�/indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)�U!!�utabledictionarydictionaryCREATE TABLE dictionary (
  user_id integer DEFAULT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  language varchar(16) NOT NULL,
  data text NOT NULL
)Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)�V�tablesessionsessionCREATE TABLE session (
  sess_id varchar(128) NOT NULL PRIMARY KEY,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  ip varchar(40) NOT NULL default '',
  vars text NOT NULL
)-Aindexsqlite_autoindex_session_1sessionf5�indexix_responses_user_idresponsesCREATE INDEX ix_responses_user_id ON responses(user_id, del),v&?)�indexix_cache_messages_expirescache_messages)CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);%O)indexsqlite_autoindex_cache_messages_1cache_messages(�u$))�%tablecache_messagescache_messages'CREATE TABLE cache_messages (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    uid integer NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    flags integer NOT NULL DEFAULT '0',
    PRIMARY KEY (user_id, mailbox, uid)
)n#;%�	indexix_cache_thread_expirescache_thread&CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7"K%indexsqlite_autoindex_cache_thread_1cache_thread%�(!%%�tablecache_threadcache_thread$CREATE TABLE cache_thread (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)j 9#�indexix_cache_index_expirescache_index#CREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_index"�N##�ctablecache_indexcache_index!CREATE TABLE cache_index (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    valid smallint NOT NULL DEFAULT '0',
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)������������������������������������~}|{
z	yxwvut
�E?��Hj�d
B
�#
������
�m
�����
� 
g�$M91c0aefee0d58c71a4fe9f42efb5a46b$Mba4bfa945adfa2596419924d98c95bce$Mb81cb1bb37d875aa3a455553494bd47c$M8d6456b8e4a64e55826a223aef6b7589$M0f635c5a044417c314c6d4dfd39cc684$M50431dad9ee4a8fc92063c7a2c805a3b$M28d414c089e788b073e3825a22a33bee$Mb12dff6cfb6e792e2e11821c5897c15e$M844e1b30c6ef83a8a75338415d956ad3$M2fee4ec3d5ecefeaddc9fa5144809c80$M8b68b9eecc905a5aedf0847f68529fcc$M516969487ab6c983dc867b87127ce8ff$Md287fa0a9bf0fd138d51c4f5f4a736ad$Mc2cf6c256ae9255e43eae67851c6a254$M6367daa7ee03c75f991de549037ec0a3$Ma91ca808f7dc132b69eca82a5eef4444$M56d76a0361b2b894d3b0c8c634fb42db$Mcf994eab22536556cb85607265da5513
$M08c0c3c27ece00c7433f8683a77f2795$M4887e28ed00c6b239d3a7d19f908456c$M83ca4a7c5a1d2a4f716860fd07adb255
$M734ce43136ed6914e1c8ee747358231e	$M4e7e3dbaf02925489f4a9a604d4add19$M68de85fb32c6ff25bea98378d6af325d$M5c070de422a34bee0386d56b8af5c6bb$M32c265fdc690500ba2b3876d6ead308b$M96707afd6d372959920fc9c18c7982bc$Mf8339c365970f78c62f74b0292324a9c$M8591b008718f1695c6dc7b42ed770155#M	bf7d08b07aac55f5c38099afdbd61e56

1�����qYA)������iQ9!	
�
�
�
�
�
y
a
I
132025-09-04 09:23:4732025-09-04 03:44:2432025-09-03 06:37:2132025-09-03 05:27:2132025-09-02 05:34:3332025-08-27 03:43:3532025-08-25 10:05:3732025-08-25 09:36:4932025-08-12 04:27:2932025-08-09 04:18:4532025-08-08 09:42:5132025-08-08 06:32:4432025-08-08 03:57:2832025-08-07 10:42:2732025-08-07 09:29:5632025-08-07 05:21:5832025-08-07 05:21:0132025-08-06 03:51:03
32025-08-05 05:19:4732025-08-05 03:31:5932025-08-03 04:16:16
32025-08-03 03:53:48	32025-08-02 05:07:1532025-08-01 09:37:0032025-07-31 06:28:4532025-07-30 08:40:0932025-07-28 06:27:3532025-07-28 05:50:3732025-07-21 06:23:303	2025-07-20 07:07:02




TT�)	u3�EDAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a2025-07-21 06:30:27czo1OToiY2FsZW5kYXJzL2FkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbS8iOw==
��8	u	DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a
��3	2025-07-21 06:30:27














s���s$;!calendar-caldav-version2014041700&?!calendar-database-version2021102600-!libkolab-version2023111200/!roundcube-version2022081200
�����;calendar-caldav-version?calendar-database-version-libkolab-version/	roundcube-version
����bF
���.
�	2�q��D�v��HA
��I:--�Etablekolab_cache_notekolab_cache_note>CREATE TABLE kolab_cache_note (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)�x733�tablekolab_cache_journalkolab_cache_journal;CREATE TABLE kolab_cache_journal (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)p{(5�/indexix_filestore_user_idfilestore+CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)�973�+indexix_journal_uid2msguidkolab_cache_journal=CREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E8Y3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journal<x61-�indexix_task_uid2msguidkolab_cache_task:CREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?5S-indexsqlite_autoindex_kolab_cache_task_1kolab_cache_task9�o4--�tablekolab_cache_taskkolab_cache_task8CREATE TABLE kolab_cache_task (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)|33/�#indexix_event_uid2msguidkolab_cache_event7CREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)A2U/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event6�r1//�tablekolab_cache_eventkolab_cache_event5CREATE TABLE kolab_cache_event (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�073�+indexix_contact_uid2msguidkolab_cache_contact4CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r/+3�indexix_contact_typekolab_cache_contact3CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)E.Y3indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact2�p-33�tablekolab_cache_contactkolab_cache_contact1CREATE TABLE kolab_cache_contact (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)h,-'�	indexix_resource_typekolab_folders0CREATE INDEX ix_resource_type ON kolab_folders(resource, type)�+''�qtablekolab_folderskolab_folders/CREATE TABLE kolab_folders (
  folder_id INTEGER NOT NULL PRIMARY KEY,
  resource VARCHAR(255) NOT NULL,
  type VARCHAR(32) NOT NULL,
  synclock INTEGER NOT NULL DEFAULT '0',
  ctag VARCHAR(128) DEFAULT NULL,
  changed DATETIME DEFAULT NULL
)+*?indexsqlite_autoindex_system_1system-o)�9tablesystemsystem,CREATE TABLE system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
)
HH�5�#!3dav://admin%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/admin@24hourwaterdamagerestorationlongisland.com/calendar/event17528573632025-07-21 02:20:27
ii��#	dav://admin%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/admin@24hourwaterdamagerestorationlongisland.com/calendar/event



















*�E
�
�
�
�
<	��KK�v��*H�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  u�|M55�tablekolab_cache_dav_taskkolab_cache_dav_taskRCREATE TABLE kolab_cache_dav_task (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)IL]7indexsqlite_autoindex_kolab_cache_dav_event_1kolab_cache_dav_eventQ�K77�tablekolab_cache_dav_eventkolab_cache_dav_eventPCREATE TABLE kolab_cache_dav_event (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)�J3;�%indexix_contact_type_davkolab_cache_dav_contactOCREATE INDEX ix_contact_type_dav ON kolab_cache_dav_contact(folder_id, type)MIa;indexsqlite_autoindex_kolab_cache_dav_contact_1kolab_cache_dav_contactN�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id, uid)
)�G95�/indexix_freebusy_uid2msguidkolab_cache_freebusyLCREATE INDEX ix_freebusy_uid2msguid ON kolab_cache_freebusy(folder_id,uid,msguid)GF[5indexsqlite_autoindex_kolab_cache_freebusy_1kolab_cache_freebusyK�{E55�tablekolab_cache_freebusykolab_cache_freebusyJCREATE TABLE kolab_cache_freebusy (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�DC?�Cindexix_configuration_uid2msguidkolab_cache_configurationICREATE INDEX ix_configuration_uid2msguid ON kolab_cache_configuration(folder_id,uid,msguid)�
C7?�+indexix_configuration_typekolab_cache_configurationHCREATE INDEX ix_configuration_type ON kolab_cache_configuration(folder_id,type)QBe?indexsqlite_autoindex_kolab_cache_configuration_1kolab_cache_configurationG�A??�tablekolab_cache_configurationkolab_cache_configurationFCREATE TABLE kolab_cache_configuration (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)x@1-�indexix_file_uid2msguidkolab_cache_fileECREATE INDEX ix_file_uid2msguid ON kolab_cache_file(folder_id,uid,msguid)v?1-�indexix_folder_filenamekolab_cache_fileCCREATE INDEX ix_folder_filename ON kolab_cache_file(folder_id,filename)?>S-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_fileB�o=--�tablekolab_cache_filekolab_cache_fileACREATE TABLE kolab_cache_file (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  filename varchar(255) DEFAULT NULL,
  PRIMARY KEY(folder_id,msguid)
)x<1-�indexix_note_uid2msguidkolab_cache_note@CREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)?;S-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_note?

















�gTf	�g(���g���BX--�7tablecarddav_accountscarddav_accounts^CREATE TABLE carddav_accounts (
	id              integer NOT NULL PRIMARY KEY,
	accountname     TEXT NOT NULL,
	username        TEXT NOT NULL,
	password        TEXT NOT NULL,
	discovery_url   TEXT,
	user_id         integer NOT NULL,
	last_discovered BIGINT NOT NULL DEFAULT 0,  
	rediscover_time INT NOT NULL DEFAULT 86400, 

	presetname      TEXT,                       

	flags        integer NOT NULL DEFAULT 0,

	UNIQUE(user_id,presetname),

	
	FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE
)mW;%�indexix_kolab_alarms_user_idkolab_alarms]CREATE INDEX ix_kolab_alarms_user_id ON kolab_alarms(user_id)7VK%indexsqlite_autoindex_kolab_alarms_1kolab_alarms\GN[5indexsqlite_autoindex_kolab_cache_dav_task_1kolab_cache_dav_taskS�oU%%�!tablekolab_alarmskolab_alarms[CREATE TABLE kolab_alarms (
  alarm_id VARCHAR(255) NOT NULL,
  user_id INTEGER NOT NULL,
  notifyat DATETIME DEFAULT NULL,
  dismissed TINYINT(3) NOT NULL DEFAULT '0',
  PRIMARY KEY(alarm_id,user_id)
)|T9+�!indexix_itipinvitations_uiditipinvitationsZCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=SQ+indexsqlite_autoindex_itipinvitations_1itipinvitationsY�R++�mtableitipinvitationsitipinvitationsXCREATE TABLE itipinvitations (
  token varchar(64) NOT NULL PRIMARY KEY,
  event_uid varchar(255) NOT NULL,
  user_id integer NOT NULL default '0',
  event text NOT NULL,
  expires datetime NOT NULL default '1000-01-01 00:00:00',
  cancelled tinyint(1) NOT NULL default '0',
  CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)�Q##�itableattachmentsattachmentsWCREATE TABLE attachments (
  attachment_id integer NOT NULL PRIMARY KEY,
  event_id integer NOT NULL default '0',
  filename varchar(255) NOT NULL default '',
  mimetype varchar(255) NOT NULL default '',
  size integer NOT NULL default '0',
  data text NOT NULL default '',
  CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id)
    REFERENCES events(event_id)
)�JP�otableeventseventsUCREATE TABLE events (
  event_id integer NOT NULL PRIMARY KEY,
  calendar_id integer NOT NULL default '0',
  recurrence_id integer NOT NULL default '0',
  uid varchar(255) NOT NULL default '',
  instance varchar(16) NOT NULL default '',
  isexception tinyint(1) NOT NULL default '0',
  created datetime NOT NULL default '1000-01-01 00:00:00',
  changed datetime NOT NULL default '1000-01-01 00:00:00',
  sequence integer NOT NULL default '0',
  start datetime NOT NULL default '1000-01-01 00:00:00',
  end datetime NOT NULL default '1000-01-01 00:00:00',
  recurrence varchar(255) default NULL,
  title varchar(255) NOT NULL,
  description text NOT NULL,
  location varchar(255) NOT NULL default '',
  categories varchar(255) NOT NULL default '',
  url varchar(255) NOT NULL default '',
  all_day tinyint(1) NOT NULL default '0',
  free_busy tinyint(1) NOT NULL default '0',
  priority tinyint(1) NOT NULL default '0',
  sensitivity tinyint(1) NOT NULL default '0',
  status varchar(32) NOT NULL default '',
  alarms text default NULL,
  attendees text default NULL,
  notifyat datetime default NULL,
  CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id)
    REFERENCES calendars(calendar_id)
)�O�}tablecalendarscalendarsTCREATE TABLE calendars (
  calendar_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL default '0',
  name varchar(255) NOT NULL default '',
  color varchar(255) NOT NULL default '',
  showalarms tinyint(1) NOT NULL default '1',
  driver varchar(255) NOT NULL default 'database',
  CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)







OO�.S�O	cPCardDAV%l@%d{ENCRYPTED}OtF2vOVdbTW3c2NBkTH3Mg==https://127.0.0.1:2080/addressbooks/admin@24hourwaterdamagerestorationlongisland.com/addressbook/h�Z�Q�cPCardDAV
��
		cPCardDAV
ss�

)�O!	cPanel CardDAVhttps://127.0.0.1:2080/addressbooks/admin@24hourwaterdamagerestorationlongisland.com/addressbook/h���1752857363
�<#	6�zR�N����K<J�
�
*	�zfzfC)�indexcarddav_groups_abook_id_idxcarddav_groupsmCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)�c))�[tablecarddav_groupscarddav_groupsjCREATE TABLE carddav_groups (
	id       integer NOT NULL PRIMARY KEY,
	abook_id integer NOT NULL,
	name VARCHAR(255) NOT NULL, 
	vcard TEXT,        
	etag VARCHAR(255), 
	uri  VARCHAR(255), 
	cuid VARCHAR(255), 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
);eO)indexsqlite_autoindex_carddav_groups_2carddav_groupsl;dO)indexsqlite_autoindex_carddav_groups_1carddav_groupsk�bI/�!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypesiCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id)�a`//�qtablecarddav_xsubtypescarddav_xsubtypesgCREATE TABLE carddav_xsubtypes (
	id       integer NOT NULL PRIMARY KEY,
	typename VARCHAR(128) NOT NULL,  
	subtype  VARCHAR(128) NOT NULL,  
	abook_id integer NOT NULL,

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE,
	UNIQUE(typename,subtype,abook_id)
)AaU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesh�_G-�indexcarddav_contacts_abook_id_idxcarddav_contactsfCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)�\--�[tablecarddav_contactscarddav_contactscCREATE TABLE carddav_contacts (
	id           integer NOT NULL PRIMARY KEY,
	abook_id     integer NOT NULL,
	name         VARCHAR(255) NOT NULL, 
	email        VARCHAR(255),          
	firstname    VARCHAR(255),
	surname      VARCHAR(255),
	organization VARCHAR(255),
	showas       VARCHAR(32) NOT NULL DEFAULT '', 
	vcard        TEXT NOT NULL,         
	etag         VARCHAR(255) NOT NULL, 
	uri          VARCHAR(255) NOT NULL, 
	cuid         VARCHAR(255) NOT NULL, 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
)?^S-indexsqlite_autoindex_carddav_contacts_2carddav_contactse?]S-indexsqlite_autoindex_carddav_contacts_1carddav_contactsdd�[S5�5indexcarddav_addressbooks_account_id_idxcarddav_addressbooksbCREATE INDEX carddav_addressbooks_account_id_idx ON carddav_addressbooks(account_id)�jZ55�wtablecarddav_addressbookscarddav_addressbooks`CREATE TABLE carddav_addressbooks (
	id           integer NOT NULL PRIMARY KEY,
	name         TEXT NOT NULL,
	url          TEXT NOT NULL,
	last_updated BIGINT NOT NULL DEFAULT 0,  
	refresh_time INT NOT NULL DEFAULT 3600, 
	sync_token   TEXT NOT NULL DEFAULT '', 

	account_id   integer NOT NULL,
	flags        integer NOT NULL DEFAULT 5, 

	
	FOREIGN KEY(account_id) REFERENCES carddav_accounts(id) ON DELETE CASCADE ON UPDATE CASCADE
)?YS-indexsqlite_autoindex_carddav_accounts_1carddav_accounts_��Yk11�]tablecarddav_migrationscarddav_migrationsrCREATE TABLE carddav_migrations (
	id integer NOT NULL PRIMARY KEY,
	filename TEXT NOT NULL,
	processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP,

	UNIQUE(filename)
)ClW1indexsqlite_autoindex_carddav_migrations_1carddav_migrationss�
jK1�%indexcarddav_group_user_group_id_idxcarddav_group_userqCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)�iO1�-indexcarddav_group_user_contact_id_idxcarddav_group_userpCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)�ng11�tablecarddav_group_usercarddav_group_usernCREATE TABLE carddav_group_user (
	group_id   integer NOT NULL,
	contact_id integer NOT NULL,

	PRIMARY KEY(group_id,contact_id),

	
	FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE,
	FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE
)ChW1indexsqlite_autoindex_carddav_group_user_1carddav_group_usero
��		















���~H��|R!
�
�
�
E

��yK���(/30022-accountflags2025-07-20 07:07:00,730021-addressbookflags2025-07-20 07:07:00/=30020-distinctcolumnnames2025-07-20 07:07:00,730019-accountentities32025-07-20 07:07:00,730018-accountentities22025-07-20 07:07:00+530017-accountentities2025-07-20 07:07:004G30016-increasetextfieldlengths2025-07-20 07:07:00/=30015-fixmysqlconstraints2025-07-20 07:07:006K30014-unifytimestampdefaultvalue2025-07-20 07:07:00>[30013-changemysqlcollationscasesensitive2025-07-20 07:07:00/
=30012-fixmysqlconstraints2025-07-20 07:07:003E30011-unifymigrationsidcolumn2025-07-20 07:07:004G30010-increasetextfieldlengths2025-07-20 07:07:00/
=30009-dropauthschemefield2025-07-20 07:07:00(	/30008-unifyindexes2025-07-20 07:07:002C30007-replaceurlplaceholders2025-07-20 07:07:00+530006-rmgroupsnotnull2025-07-20 07:07:003E30005-changemysqlut8toutf8mb42025-07-20 07:07:004G30004-fixtimestampdefaultvalue2025-07-20 07:07:004G30003-fixtimestampdefaultvalue2025-07-20 07:07:004G30002-increasetextfieldlengths2025-07-20 07:07:00&+30001-categories2025-07-20 07:07:00"#30000-dbinit2025-07-20 07:07:00

a����wV=����^:
�
�
�
�
�
w
a/0022-accountflags70021-addressbookflags=0020-distinctcolumnnames70019-accountentities370018-accountentities250017-accountentities!G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints
 E0011-unifymigrationsidcolumn!G0010-increasetextfieldlengths=0009-dropauthschemefield
/0008-unifyindexes	C0007-replaceurlplaceholders50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories#	0000-dbinit
kk�M3'�%bf7d08b07aac55f5c38099afdbd61e562025-07-20 07:07:0239.60.247.196bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6InBLV1M1djNVcGtya1J5MFdUN0cyQmZEY0Yrc2VXaWhqMm42SEFlRGhPbGJkQ3ljQVBOS1g1am10WDZ3SXBkS1NqM3RLak1PZkdaM0NLU0dNc1NaeVd1ZExYOGpnTXArWiI7bG9naW5fdGltZXxpOjE3NTI5OTUyMTk7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoicWM1OTc0dE9yV2NxcDg3cHZtU09mbU56QUUzdHlFbHoiO3JlcXVlc3RfdG9rZW58czozMjoiZnRBd3NGbmJ6a0lxamZzM0Joa3hkMEJldHpleVJCUFgiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyO3M6NjoibWF4dWlkIjtpOjI7fX11bnNlZW5fY291bnR8YTo2OntzOjU6IklOQk9YIjtpOjE7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9U1RPUkFHRV9RUkVTWU5DfGI6MTtsaXN0X21vZF9zZXF8czoxOiIzIjticm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6MTp7czo3OiJJTkJPWDoyIjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
nn��M3)�8591b008718f1695c6dc7b42ed7701552025-07-21 06:23:30139.135.60.119bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6Ik9ZWG5IOWMxRlgyeFc1UndxWVB5L1VSMnV1Q3lCSVZBaXhDWExvK3pwbmI4WTZnQzY4ZzY2alFDaVUzK0dlOUNhYnNYOEN3a2tGY0J4RzYwd0wyeUNWeEx3cnpCN0d4QiI7bG9naW5fdGltZXxpOjE3NTMwNzg2NDE7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoieW0yVnFEZ2dNMkpEUzBUVnJxOG9OYWNJZzdrc0MxakQiO3JlcXVlc3RfdG9rZW58czozMjoiUlBGM3ZoQlJsc3Faek9lYjJ5aHFXbUVITnNCNENoVEMiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTozO3M6NjoibWF4dWlkIjtpOjM7fX11bnNlZW5fY291bnR8YTo2OntzOjU6IklOQk9YIjtpOjI7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9bGlzdF9tb2Rfc2VxfHM6MToiNSI7
;�wM3)�mf8339c365970f78c62f74b0292324a9c2025-07-28 05:50:3789.187.164.247bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6ImhnaERDMmp5L2ZzUm56R1NEcWJKWTg3eit1TWtkTjZ3SjhBRVE1WGxoWTRZMDAwZDBwcGJ0emlUN2JMS1ZWMlNLM0E4cjVUeER1Z08yK21Ha2ZhNkpyK0hXOFZQcWdSSiI7bG9naW5fdGltZXxpOjE3NTM2ODE4MzA7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiRlJmR0JuRmhweHNJMW11REtSU25kSUZJRVJKT0JnaEkiO3JlcXVlc3RfdG9rZW58czozMjoidE83U0F5RXBCZnV3MzJScm5oaENqWUNOVGpZTDdmWjIiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTo2O3M6NjoibWF4dWlkIjtpOjY7fX11bnNlZW5fY291bnR8YToxOntzOjU6IklOQk9YIjtpOjU7fWxpc3RfbW9kX3NlcXxzOjE6IjgiOw==
����6M3'�m32c265fdc690500ba2b3876d6ead308b2025-07-30 08:40:0959.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiI4MzBETG5pUXQ0dDFBeTFnVGR6TlpCbEZMRnQzclVjeCI7�|M3+�u96707afd6d372959920fc9c18c7982bc2025-07-28 06:27:35169.150.254.165bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6Imh6Ym9TZW1Va1VJYVNQM0pTZkE3WnovQTBpWXNZaWRtSGhYbG1EUnJ0MS84RHRVZTgxRnRMejBPbGdheE1OcjI4MUxqYUVzdmZrRlBEWVBUTDBwdmxHS1JNRU5DUW9rKyI7bG9naW5fdGltZXxpOjE3NTM2ODM1NjA7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiOGJuMkl0aUl6a1czcVA1bTE4UkRpbHVwczB0aXdtblkiO3JlcXVlc3RfdG9rZW58czozMjoiSXh3OUpodXlZelJ5OHNmUXJYVUFHcThUMFVUMzZQT0UiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX11bnNlZW5fY291bnR8YTo2OntzOjU6IklOQk9YIjtpOjc7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjE6e3M6NzoiSU5CT1g6NyI7YjowO313cml0ZWFibGVfYWJvb2t8YjoxO2ZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjk7czo2OiJtYXh1aWQiO2k6OTt9fWxpc3RfbW9kX3NlcXxzOjI6IjEyIjs=
�wM3)�m5c070de422a34bee0386d56b8af5c6bb2025-07-31 06:28:4579.127.185.209bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IkFCS3M2L1ppYTNFM3A4UWpIU3NmdlJIclBVMzQvZmVzd3VaMEN2R2hTd3YyV3ljMWh5dlBRYWdKbDNINDdkY3ZPVzRZUUJMRU1YbVo2OCtzN3FSc0NOQlpJa2hEbGtDTCI7bG9naW5fdGltZXxpOjE3NTM5NDI2NzE7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiZEVGQ1dUd2RabGVwODJDU2k0NTFNZ0c0QkRHbk5waGMiO3JlcXVlc3RfdG9rZW58czozMjoibWIyVnBsTmp5MWU2MGV4aWxYMFV2ZTFQSXlJREJWQ1kiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX11bnNlZW5fY291bnR8YTo2OntzOjU6IklOQk9YIjtpOjEwO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fWZvbGRlcnN8YTo2OntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjEzO3M6NjoibWF4dWlkIjtpOjEzO31zOjEyOiJJTkJPWC5EcmFmdHMiO2E6Mjp7czozOiJjbnQiO2k6MDtzOjY6Im1heHVpZCI7aTowO31zOjEwOiJJTkJPWC5TZW50IjthOjI6e3M6MzoiY250IjtpOjA7czo2OiJtYXh1aWQiO2k6MDt9czoxMDoiSU5CT1guc3BhbSI7YToyOntzOjM6ImNudCI7aTowO3M6NjoibWF4dWlkIjtpOjA7fXM6MTE6IklOQk9YLlRyYXNoIjthOjI6e3M6MzoiY250IjtpOjA7czo2OiJtYXh1aWQiO2k6MDt9czoxMzoiSU5CT1guQXJjaGl2ZSI7YToyOntzOjM6ImNudCI7aTowO3M6NjoibWF4dWlkIjtpOjA7fX1saXN0X21vZF9zZXF8czoyOiIxNyI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjE6e3M6ODoiSU5CT1g6MTIiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
HH�6M3'�m4e7e3dbaf02925489f4a9a604d4add192025-08-02 05:07:1559.103.33.155bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJ2Z2tVSUZESmNhQjJ1Wkw5aEZGT2lLQjZRSjV0QWFMSCI7�|M3+�u68de85fb32c6ff25bea98378d6af325d2025-08-01 09:37:00169.150.254.165bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IjRxQmtSSkMvOWFTazJlYnRDTGk5SzdwMjdSRzlEZllxT0pTZGYvOG56c1NCak1iTnRZdXNHbkF2WTNNTkkza1Yydkp0Rnl4dE9mTnhFNVhJbEVMOE14U04zRktVUDJqZiI7bG9naW5fdGltZXxpOjE3NTQwNDEwMTc7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiWDFGMXpYNFN5dmJzTzlwNFQyeGZPN1dQQjVNSnVSakwiO3JlcXVlc3RfdG9rZW58czozMjoielgwVTJubnVqNllDazJRVHg1d3U2dmplOW9aNlFtb0ciO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToxMztzOjY6Im1heHVpZCI7aToxMzt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6MTA7fWxpc3RfbW9kX3NlcXxzOjI6IjE3Ijs=
:�z	M3'�u734ce43136ed6914e1c8ee747358231e2025-08-03 03:53:48154.47.25.215bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IjFKcUdWT25QZ3IwNTNDRkwxWDhyMCtQVWZQTmxSTlVnVW5DKzJNYzYvZjNaUE13VngxR1FyVmc4SW45TXc4QVNIUkhPRDNOK2F5Vy9YcU5rVHRFcHlkMVMxMGllanBIbCI7bG9naW5fdGltZXxpOjE3NTQxOTMyMjM7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiQ3lHcE44NUdSaERoQUV6NUdGeXdZWFJLVEZ1VklYNTYiO3JlcXVlc3RfdG9rZW58czozMjoibExIdEtaM1hCdkh6dXI3TUNyM0lybmJGV1lxWFoyRFEiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToxNTtzOjY6Im1heHVpZCI7aToxNTt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6MTI7fWxpc3RfbW9kX3NlcXxzOjI6IjE5Ijs=
��~
M3'�}83ca4a7c5a1d2a4f716860fd07adb2552025-08-03 04:16:16154.47.25.215bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IkdnRkZyNmRZWEdndGZ4QjZaM290UnBVZStQRzZSNHVTK0Z2dExWWHZ4dDBwd2hZUzNSS1F1THlNRUVUWUN5UkJZOXZpUVpSTEV1Q1MzYWtQRStweTlyQkExMEQrcmVkVCI7bG9naW5fdGltZXxpOjE3NTQxOTQxNzY7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiZ3dQTG1UcmRuaEVoSjVDZFh6WlZUQ2pYeGlSTldZclkiO3JlcXVlc3RfdG9rZW58czozMjoid3hRanRnODlOSnZSUVl5d0hWZ0hqUGlheHQya0hkd0UiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX11bnNlZW5fY291bnR8YTo2OntzOjU6IklOQk9YIjtpOjEzO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjE3O3M6NjoibWF4dWlkIjtpOjE3O319bGlzdF9tb2Rfc2VxfHM6MjoiMjIiO2Jyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjg6IklOQk9YOjE2IjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
����OM3)�4887e28ed00c6b239d3a7d19f908456c2025-08-05 03:31:59149.88.105.115bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IlpOamxCcGRBZm95WWxhQ1pSc2h2dUpVNmFidEg1YXBXaDhUbDhjN2tiVHdKMUI1SUlWMWVueHVHR2VnRWJHV0RpZEJlV3VCRW9SYlVwQUFySEpTeWc3QVVXQzhQSEZYSCI7bG9naW5fdGltZXxpOjE3NTQzNjQ3MTY7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiSFZBeXVlYldZeTRlTEw2a2pEMUZzWEhNM1ZRMEQxcWsiO3JlcXVlc3RfdG9rZW58czozMjoiWUNsY2FwWkl3Wk5jNm9yTGF3ZnVmdDFteGpwS1ZNOVkiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo2OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MTQ7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9
L�gM3)�M08c0c3c27ece00c7433f8683a77f27952025-08-05 05:19:47149.88.105.115bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IjRCS3FzalpDbjBRNnQ0UmhWajhTdXVjNkk3bU9yQkZDRTQvTjlzSmhZMTh0a0tEMGNZZVFQNkE5bm5JdGwyRExLZkVSaERpY3FPeThwWkhjSXJhYjRnUDlrUkE3dlVjVSI7bG9naW5fdGltZXxpOjE3NTQzNzAzMDY7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoib2V5RUtmUnhoeUhDb0wyVWNrS3ppYUxzeXVWdHR2dmciO3JlcXVlc3RfdG9rZW58czozMjoiMTRXOGFhdG5uaHc3Ym03Nm5KSnhXY2ZzWFhLdHROdTEiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyMTtzOjY6Im1heHVpZCI7aToyMTt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6MTY7fWxpc3RfbW9kX3NlcXxzOjI6IjI3Ijticm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6MTp7czo4OiJJTkJPWDoyMCI7YjowO313cml0ZWFibGVfYWJvb2t8YjoxOw==
<��<s�6M3'�ma91ca808f7dc132b69eca82a5eef44442025-08-07 05:21:5859.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiIwN3dtZHNnSUE4ZTB1VzFPYzdQZFRQSTU0WVdYQlp0aCI7�6M3'�m56d76a0361b2b894d3b0c8c634fb42db2025-08-07 05:21:0159.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJpTHVpckNzTFJqNzN3NnRMRjdkc1pMUVBQSTVqSHZ1MSI7�O
M3)�cf994eab22536556cb85607265da55132025-08-06 03:51:0389.187.175.137bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6InIvWTVkdEZxZEdRejZCRmdPVmJjcWNmNWJWZlZBdENiUFNuOC9Tb2VUZmRXclAwMzcyMmt1RDhBSUZWYTNpMlZFSXUyVTB0YnE3Z2FzUFk4c2NyaGNGU2xoTTQxZGdESCI7bG9naW5fdGltZXxpOjE3NTQ0NTIyNjA7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiSmdIVFp5MjNyNjNHbDlxc2w2Z0cycEFoSjVGRktzTXQiO3JlcXVlc3RfdG9rZW58czozMjoiQU1ueVpkQ3BtMTFwSzdGOG9ERDU0ZDNHNXNUZ000SFIiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo2OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MTg7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9
;�zM3'�u6367daa7ee03c75f991de549037ec0a32025-08-07 09:29:5631.13.189.237bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IktoOUd0RHl4WWErU2cvZStXUjlQK3JSQUpHRHpKZkgxaXlHTmoyUGt4VG1RS0lnaXRlL2FVUFF3aWtQWVpuc001TkJZZDdtb1daYllSNnkzQllQRHRlL3Q1YmdTejczUCI7bG9naW5fdGltZXxpOjE3NTQ1NTg5OTI7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoic040UUswMlc3a2s1UkpVSmRSZllmM2w3dTRoZzU3WTciO3JlcXVlc3RfdG9rZW58czozMjoiYlBXdjlFZWdLd1hPSFdEVlNKbjBnckI0Nkw4RzQ4S0ciO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyMztzOjY6Im1heHVpZCI7aToyMzt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6MTg7fWxpc3RfbW9kX3NlcXxzOjI6IjI5Ijs=
����}M3%�}c2cf6c256ae9255e43eae67851c6a2542025-08-07 10:42:27149.88.21.15bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IjUyWHdJOTJOOUZtMmlCcThYbWFBNnNPaVhtdFVYL3NDZXB5Z0VZWG8za1c2emgvTFk4Q2N1VGJRV1BpZGZmVnAwRTMyLzJSRDROWHlXblJFakhNZC9Na0dzTmJBZWlXWiI7bG9naW5fdGltZXxpOjE3NTQ1NjE5OTY7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoic3NZVVZhbkJCTWpYamJOMlJGNHdDZ3EwMUpaR2xwTE0iO3JlcXVlc3RfdG9rZW58czozMjoieWt4d0lZcVc0TmxVNURPOVl3RDg1UEhMdU5tUHJqWkUiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyNjtzOjY6Im1heHVpZCI7aToyNjt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MjA7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9bGlzdF9tb2Rfc2VxfHM6MjoiMzMiO2Jyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjg6IklOQk9YOjI1IjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
����NM3'�d287fa0a9bf0fd138d51c4f5f4a736ad2025-08-08 03:57:2879.127.136.66bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IkZYUmNPOGZXZm1pcGFhRlVQZ2ZOc3BOUnVlaGhvcmRjWDF1VUZBcmRRTnJHMGNzTnFyeFpxOTdzUkdCMzcwR3FnVi80VWVwb29xMFI2K2F4d3pCaHhtcHpUakdzUEs5dSI7bG9naW5fdGltZXxpOjE3NTQ2MjU0NDY7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiU25mdjA2SnllcUFJa1liSlowWW1MY3E3eHdCVm1qS2kiO3JlcXVlc3RfdG9rZW58czozMjoiRng3ek1JNmp4NnFkdGNObFIzSGVSTWpvRGd4bHRKSFoiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo2OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MjA7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9
���,�6M3'�m8b68b9eecc905a5aedf0847f68529fcc2025-08-08 09:42:5159.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJKZWdMZ3dPSjZUaVFGSWg0Y2djc0JybWF3MXV1M1FnbCI7�NM3'�516969487ab6c983dc867b87127ce8ff2025-08-08 06:32:4479.127.136.66bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6ImowRnlHNVNrT1JWM21oaHptNVFod0creURLQW5oblBzMnhkdmRSc2tXS0hOcFp6RjhKVVk4MzdxQlNSVGRkQjJLdzUvV2VpemJ5V3RSNWkwbjVDdzRCc0U0QUdIalBydiI7bG9naW5fdGltZXxpOjE3NTQ2MzQ3NjE7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiTjBZVmlrV3ZLdVZJaHZOOElqMlUwNU80RWMzaEhtcnkiO3JlcXVlc3RfdG9rZW58czozMjoiallkRFRaakJtMzN6ZW9PMjRCUnpyVW1oME1nOVlPbzUiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo2OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MjA7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9
II��6M3'�m844e1b30c6ef83a8a75338415d956ad32025-08-12 04:27:2959.103.33.154bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJHNjNkZDA3a1ZlZGRZd2h1TW1SZUhZN2MxU3NaWkNoMiI7�{M3)�u2fee4ec3d5ecefeaddc9fa5144809c802025-08-09 04:18:4579.127.136.205bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6Im4xT08vSGJ3R0NiMUQ5ZndrV3Fsc3JtZTdQL1UxYTd5QXFHTVlVNlFsR3lweGZCRDVwUFZWNjhWd24rYThNMFF3L1RZVlkyQVpvTEluV09zNlo4NUNqSjBOL3RVTUtMMSI7bG9naW5fdGltZXxpOjE3NTQ3MTMxMjM7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoib3ppTXBqcm1CeGdIVG45dmJlRnhONGNudk9UdVZYWkIiO3JlcXVlc3RfdG9rZW58czozMjoiQll2SnJpUkh2a0FONkluOXVweE5UMk80T2tGVjBjYzkiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyODtzOjY6Im1heHVpZCI7aToyODt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6MjI7fWxpc3RfbW9kX3NlcXxzOjI6IjM1Ijs=
:�zM3'�ub12dff6cfb6e792e2e11821c5897c15e2025-08-25 09:36:4995.173.217.25bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IkhXS3ZFQkdWSXhTOVZWYS9yY1VkYzUvaE56THFjNjIyS3hoRWIvcmtub2owamNBVnY5bFl3ckVqL2ROajZqbmJ1Mlo0cHVlU3B3elUrdFV2NC9IeGhrNUxJVTl4akM5ZyI7bG9naW5fdGltZXxpOjE3NTYxMTQ2MDY7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiN1dRb1Q0ODlvOFlUeW9qZTJPOVVqRHBwM3RwcHhzMUciO3JlcXVlc3RfdG9rZW58czozMjoiZ2taVERlNndXOHZVdDUxT1o3MnpqY0FuUVZudFhEa2MiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyODtzOjY6Im1heHVpZCI7aToyODt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6MjI7fWxpc3RfbW9kX3NlcXxzOjI6IjM1Ijs=
gg��M3'�-28d414c089e788b073e3825a22a33bee2025-08-25 10:05:3795.173.217.25bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IjloeTU0UEpYdXFzOFEvdzZkSllMT2k4KzFmc09CcDNkTnc0cU1GTnIwNkhKbU5pM1NrR2lha0gyd1BkdnJybG1IUUcyZ1FwSTF6d2tLdVZPcHV6dlh6MlFJcHp5ekkzNCI7bG9naW5fdGltZXxpOjE3NTYxMTU5NDI7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiajVuTTlFdTVMVGlxMEI2SkdRdGhFRGV4cFl5MnRHT0YiO3JlcXVlc3RfdG9rZW58czozMjoibThSN2RZRlJ6cWUyWTB3YWN1b3h2OU1YcGtTZjdUczEiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX11bnNlZW5fY291bnR8YTo2OntzOjU6IklOQk9YIjtpOjE7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6MzE7czo2OiJtYXh1aWQiO2k6MzE7fX1saXN0X21vZF9zZXF8czoyOiI0MCI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjI6e3M6ODoiSU5CT1g6MjkiO2I6MDtzOjg6IklOQk9YOjMwIjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
;�xM3#�u50431dad9ee4a8fc92063c7a2c805a3b2025-08-27 03:43:3559.103.35.8bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IldYd0ZKczF4UVhTbUx6YVpZWWZvNzFkUHBxZ0pNY29wVjVGZit5OXduR3ZZV003ZUJ4Y0pzMWR5VjE1b2RpL2prMlVOZkwyK2xhUE1kQU1idTM3TXlYTkMzaG9lZ3BuZiI7bG9naW5fdGltZXxpOjE3NTYyNjYyMTI7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiZ1haMVJkaEJObXduRE81c2tPZUYyeHBCc2pwZkoyREsiO3JlcXVlc3RfdG9rZW58czozMjoiTGxCTHdjbnBsZUhLelVVVDBYS3VSVkF3SzRVOWVEQjQiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTozMTtzOjY6Im1heHVpZCI7aTozMTt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6MTt9bGlzdF9tb2Rfc2VxfHM6MjoiNDAiOw==
9�{M3)�u0f635c5a044417c314c6d4dfd39cc6842025-09-02 05:34:3389.187.175.148bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6ImZteXZXMmdndFErSUhyY3UvandONm5HWkFSSy9ITzNUT0ZJdGw4dncvSlA0dUtab242cWppVzVXdklSRTMzVnlOeTBIOHJEYmlmRVY3KzRtRVVlR0JGNStsUEcvRWErbyI7bG9naW5fdGltZXxpOjE3NTY3OTEyNzA7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiTjlGUzA1V2xjNTN0R0xYMDdMamNuN1M4TjFJNWZLamsiO3JlcXVlc3RfdG9rZW58czozMjoiWXpCblZHajBWb25haElBdFE4S2x4VU9QcU9GR3VGVjQiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTozMjtzOjY6Im1heHVpZCI7aTozMjt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6Mjt9bGlzdF9tb2Rfc2VxfHM6MjoiNDEiOw==
����NM3'�8d6456b8e4a64e55826a223aef6b75892025-09-03 05:27:21146.70.202.59bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6ImhpUFpzaW9TdVN2ejA5RmJ3eGcvNi9SUDUzREtpc3FNYnBlZFFTS0RPSjBiczB1bmkyZEg4KzQ1YmM1RUlrbjMvLzFYSGxUMTdjSmRUTEt2RFlORmVpdkhiR3VycUl3ZiI7bG9naW5fdGltZXxpOjE3NTY4NzcyNDA7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoibzlWY0Y1RFpFWUk0eWhzSkZTQUhGVHdoWktpT09kWDYiO3JlcXVlc3RfdG9rZW58czozMjoibXJsa1piU1pQN0JBQ2JkTWxONk51dUV3OGdlbm1RZnciO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo2OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MjtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=
���M3)�-b81cb1bb37d875aa3a455553494bd47c2025-09-03 06:37:21185.220.69.190bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6Iit2a0FnRXpkSzdXUXN0b0wwbEFMczNtbkMrTWYzMUw1U2FsTG9mRjRPd2F4UloxSHgyVVB4Skc1TGtmU3FEdVF6YmZIS1V1YzY0R1BYSlYxYUtmZXVQTTdpdmVGVnVlMCI7bG9naW5fdGltZXxpOjE3NTY4Nzk5Njg7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoibHZTbTQ2WU1wekV1S0ZlM01Mcnk4OXdZUWlMQ3FmYWMiO3JlcXVlc3RfdG9rZW58czozMjoiYzJQWlNaeEhPaUZFM2EyWjdNV1VDYjdEUjQ0NXJFbkoiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTozNjtzOjY6Im1heHVpZCI7aTozNjt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6Mzt9bGlzdF9tb2Rfc2VxfHM6MjoiNDgiO2Jyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YTozOntzOjg6IklOQk9YOjMyIjtiOjA7czo4OiJJTkJPWDozMyI7YjowO3M6ODoiSU5CT1g6MzUiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
7�|M3+�uba4bfa945adfa2596419924d98c95bce2025-09-04 03:44:24103.102.159.167bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IkVIUzhOSGpJcFdJWWhoeG9NNU1WNHN4d3dLYlNDcGNLSkNKL2lEQjZFQTRhRXcvLzFiMGZtcEhieTF1RW8zS0NZeG45ZUZUUFdRbEwvRDVISWhXSy9Nck5GcFNIQjVHaiI7bG9naW5fdGltZXxpOjE3NTY5NTc0NjI7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiSGNJTElMSjB0ZUJmSTNYVWxLNHpWUG9CdmtSZnpaNXkiO3JlcXVlc3RfdG9rZW58czozMjoialRCa2ZjYWE0ZVRhNjVaN1FZSXh6WkdxN1VNN25RWGgiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTozNjtzOjY6Im1heHVpZCI7aTozNjt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6Mzt9bGlzdF9tb2Rfc2VxfHM6MjoiNDgiOw==
�{M3)�u91c0aefee0d58c71a4fe9f42efb5a46b2025-09-04 09:23:4737.221.112.219bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6ImFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IndtT1ZnWWZ4RStrSDJMNjVJclc0RjltVCt5UEhpSlR6bXV0RjdQQlZUYytZTHNkazBpaTltMjNoMXkxYzdBSGlLL05FUWp3RlNzLzRTdkJ4N1FEWU9tamQ4WDZWaFIxSCI7bG9naW5fdGltZXxpOjE3NTY5Nzc4MjM7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiR2NUYks4TlpSQU85MnhhTG5JWUNmcGM0OGJ0Um1NcWoiO3JlcXVlc3RfdG9rZW58czozMjoiU09CYXh6WHY0cm1zNEdZS3gyUmRSWEwzM0J6cndyN1QiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTozNjtzOjY6Im1heHVpZCI7aTozNjt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6Mzt9bGlzdF9tb2Rfc2VxfHM6MjoiNDgiOw==info.rcube.db000060000002130000151006266300007070 0ustar00SQLite format 3@  D�OD.��a�����VXDM.:'
!!�\k33�iinfo@24hourwaterdamagerestorationlongisland.comlocalhost2025-07-20 07:00:042025-09-04 09:23:20en_GBa:3:{s:11:"client_hash";s:16:"ly9SWu9UwNo79XMM";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;}
��<k	info@24hourwaterdamagerestorationlongisland.comlocalhost


��*	3/2025-07-20 07:00:04Imported Contacts
��		





��O
	3	

k


2025-07-20 07:00:04info@24hourwaterdamagerestorationlongisland.com
��		
��3k	info@24hourwaterdamagerestorationlongisland.com

	�Fc
���
/	��	h4��-�F�~�KtableresponsesresponsesCREATE TABLE responses (
  response_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(255) NOT NULL,
  data text NOT NULL,
  is_html tinyint NOT NULL default '0'
)d3!�indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)j
7!�	indexix_identities_user_ididentitiesCREATE INDEX ix_identities_user_id ON identities(user_id, del)�u!!�5tableidentitiesidentities
CREATE TABLE identities (
  identity_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  standard tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  organization varchar(128) default '',
  email varchar(128) NOT NULL default '',
  "reply-to" varchar(128) NOT NULL default '',
  bcc varchar(128) NOT NULL default '',
  signature text NOT NULL default '',
  html_signature tinyint NOT NULL default '0'
)�I3�Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)�~
33�#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses (
  address_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  name varchar(255) NOT NULL default '',
  email varchar(255) NOT NULL,
  "type" integer NOT NULL
)�	O3�1indexix_contactgroupmembers_contact_idcontactgroupmembers
CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)�33�]tablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers (
  contactgroup_id integer NOT NULL
    REFERENCES contactgroups(contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE,
  contact_id integer NOT NULL
    REFERENCES contacts(contact_id) ON DELETE CASCADE ON UPDATE CASCADE,
  created datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY (contactgroup_id, contact_id)
)EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers	v='�indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)�[''�utablecontactgroupscontactgroupsCREATE TABLE contactgroups (
  contactgroup_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default ''
)b3�indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)��atablecontactscontactsCREATE TABLE contacts (
  contact_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  email text NOT NULL default '',
  firstname varchar(128) NOT NULL default '',
  surname varchar(128) NOT NULL default '',
  vcard text NOT NULL default '',
  words text NOT NULL default ''
)f/�indexix_users_usernameusersCREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)��tableusersusersCREATE TABLE users (
  user_id integer NOT NULL PRIMARY KEY,
  username varchar(128) NOT NULL default '',
  mail_host varchar(128) NOT NULL default '',
  created datetime NOT NULL default '0000-00-00 00:00:00',
  last_login datetime DEFAULT NULL,
  failed_login datetime DEFAULT NULL,
  failed_login_counter integer DEFAULT NULL,
  language varchar(16),
  preferences text DEFAULT NULL
)

	��	wo	H<������K#�x��8
�
�
�bGG�A'�Qtablefilestorefilestore*CREATE TABLE filestore (
    file_id integer NOT NULL PRIMARY KEY,
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    context varchar(32) NOT NULL,
    filename varchar(128) NOT NULL,
    mtime integer NOT NULL,
    data text NOT NULL
)m;%�indexix_cache_shared_expirescache_shared CREATE INDEX ix_cache_shared_expires ON cache_shared(expires)�6%%�/tablecache_sharedcache_sharedCREATE TABLE cache_shared (
  cache_key varchar(255) NOT NULL,
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (cache_key)
)7K%indexsqlite_autoindex_cache_shared_1cache_sharedP-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)��tablecachecacheCREATE TABLE cache (
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  cache_key varchar(128) NOT NULL default '',
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (user_id, cache_key)
))=indexsqlite_autoindex_cache_1cacheA�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)��tablesearchessearchesCREATE TABLE searches (
  search_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  "type" smallint NOT NULL DEFAULT '0',
  name varchar(128) NOT NULL,
  data text NOT NULL
)�C!�/indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)�U!!�utabledictionarydictionaryCREATE TABLE dictionary (
  user_id integer DEFAULT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  language varchar(16) NOT NULL,
  data text NOT NULL
)Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)�V�tablesessionsessionCREATE TABLE session (
  sess_id varchar(128) NOT NULL PRIMARY KEY,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  ip varchar(40) NOT NULL default '',
  vars text NOT NULL
)-Aindexsqlite_autoindex_session_1sessionf5�indexix_responses_user_idresponsesCREATE INDEX ix_responses_user_id ON responses(user_id, del),v&?)�indexix_cache_messages_expirescache_messages)CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);%O)indexsqlite_autoindex_cache_messages_1cache_messages(�u$))�%tablecache_messagescache_messages'CREATE TABLE cache_messages (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    uid integer NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    flags integer NOT NULL DEFAULT '0',
    PRIMARY KEY (user_id, mailbox, uid)
)n#;%�	indexix_cache_thread_expirescache_thread&CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7"K%indexsqlite_autoindex_cache_thread_1cache_thread%�(!%%�tablecache_threadcache_thread$CREATE TABLE cache_thread (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)j 9#�indexix_cache_index_expirescache_index#CREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_index"�N##�ctablecache_indexcache_index!CREATE TABLE cache_index (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    valid smallint NOT NULL DEFAULT '0',
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)������������������������������������~
}|{
z	yxwvut
�
�
g���E
�
�?�H���#�
Bj
d��� 
�m�$Mc27f3b7cfb76dfa06c07ee650a1d4d52$M1edb7a03df8e364eac38c71fccd7c86b$M2e79d0ab141418c08f4c58cb78bf31a5$Ma51a79a84f5999d86b63ac205b6706fc$M925b164338ddc700902e972e899e5737$Mece01c73a2940b94745cd1ed90d7776a$M14374c18315782fdd7336781f6933714$M1c591ce40221333f183a48b5b351a905$M9bf9d597319d1d7c8af7527adcb3c7a0$M93975222163490f44726f291c98676cc$M0295fcd19fe4fed90d9ad0635345b8d5$M2b1eab5c1b94afb04a405ea13ae81f27$M006d0f43a6dbeeab9c70f487cfd83ded$M2dce213e0ae334e5dcbe9049ae64b8aa$Mdded53232ec5cf3e3129e946fd2b4388$Md5395676e70f6f9acacfe3b209d6ae23
$M293a65b9ec232bd001139b503d62d98f$M9971290d9af33c6e706e9acdc8e71db6$Mae79b5ce9ca821168905f35f39b05811
$M05883f26f1ba8befc99cd21d25ee7d6f	$M45cfcffd63887399899e8c9b3fd3fd61$Mbac35dfa9602df71faaac705e933588d$M79e90c2ea7408ebb5f43cf6e87f09259$M4996ccc93e6886694846830e77b45b07$Mea7e0d7e454a1031bcac2606c600a7cd$M6c82d2fe71f333f8a3d37265531b2591$M4dfbc491e5d654b78636300ae750e6ae#M	6b72a64e6d4634b07366fdee2f478271

a�����qYA)������iQ9!	
�
�
�
�
�
y
a32025-09-04 09:23:2432025-09-04 03:44:1032025-09-03 05:58:2132025-09-03 05:27:0632025-09-02 05:33:5132025-08-27 03:43:1932025-08-25 09:57:3832025-08-25 09:36:2932025-08-12 04:27:0632025-08-09 04:18:2232025-08-08 09:42:3532025-08-08 06:32:1432025-08-08 03:57:1132025-08-07 09:51:2832025-08-07 09:29:2832025-08-06 03:50:44
32025-08-05 05:01:3332025-08-05 03:31:3732025-08-03 04:04:17
32025-08-03 03:53:26	32025-08-02 05:07:4232025-08-01 09:36:3932025-08-01 03:41:1032025-07-31 06:13:4232025-07-30 08:40:4532025-07-28 06:55:5232025-07-28 05:18:513	2025-07-20 07:01:06




XX�%	u3�=DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a2025-07-28 05:00:25czo1ODoiY2FsZW5kYXJzL2luZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLyI7
��8	u	DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a
��3	2025-07-28 05:00:25














s���s$;!calendar-caldav-version2014041700&?!calendar-database-version2021102600-!libkolab-version2023111200/!roundcube-version2022081200
�����;calendar-caldav-version?calendar-database-version-libkolab-version/	roundcube-version
����bF
���.
�	2�q��D�v��HA
��I:--�Etablekolab_cache_notekolab_cache_note>CREATE TABLE kolab_cache_note (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)�x733�tablekolab_cache_journalkolab_cache_journal;CREATE TABLE kolab_cache_journal (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)p{(5�/indexix_filestore_user_idfilestore+CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)�973�+indexix_journal_uid2msguidkolab_cache_journal=CREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E8Y3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journal<x61-�indexix_task_uid2msguidkolab_cache_task:CREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?5S-indexsqlite_autoindex_kolab_cache_task_1kolab_cache_task9�o4--�tablekolab_cache_taskkolab_cache_task8CREATE TABLE kolab_cache_task (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)|33/�#indexix_event_uid2msguidkolab_cache_event7CREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)A2U/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event6�r1//�tablekolab_cache_eventkolab_cache_event5CREATE TABLE kolab_cache_event (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�073�+indexix_contact_uid2msguidkolab_cache_contact4CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r/+3�indexix_contact_typekolab_cache_contact3CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)E.Y3indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact2�p-33�tablekolab_cache_contactkolab_cache_contact1CREATE TABLE kolab_cache_contact (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)h,-'�	indexix_resource_typekolab_folders0CREATE INDEX ix_resource_type ON kolab_folders(resource, type)�+''�qtablekolab_folderskolab_folders/CREATE TABLE kolab_folders (
  folder_id INTEGER NOT NULL PRIMARY KEY,
  resource VARCHAR(255) NOT NULL,
  type VARCHAR(32) NOT NULL,
  synclock INTEGER NOT NULL DEFAULT '0',
  ctag VARCHAR(128) DEFAULT NULL,
  changed DATETIME DEFAULT NULL
)+*?indexsqlite_autoindex_system_1system-o)�9tablesystemsystem,CREATE TABLE system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
)
JJ�3�!3dav://info%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/info@24hourwaterdamagerestorationlongisland.com/calendar/event17528573462025-07-28 00:50:25
kk��	dav://info%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/info@24hourwaterdamagerestorationlongisland.com/calendar/event



















*�E
�
�
�
�
<	��KK�v��*H�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  u�|M55�tablekolab_cache_dav_taskkolab_cache_dav_taskRCREATE TABLE kolab_cache_dav_task (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)IL]7indexsqlite_autoindex_kolab_cache_dav_event_1kolab_cache_dav_eventQ�K77�tablekolab_cache_dav_eventkolab_cache_dav_eventPCREATE TABLE kolab_cache_dav_event (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)�J3;�%indexix_contact_type_davkolab_cache_dav_contactOCREATE INDEX ix_contact_type_dav ON kolab_cache_dav_contact(folder_id, type)MIa;indexsqlite_autoindex_kolab_cache_dav_contact_1kolab_cache_dav_contactN�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id, uid)
)�G95�/indexix_freebusy_uid2msguidkolab_cache_freebusyLCREATE INDEX ix_freebusy_uid2msguid ON kolab_cache_freebusy(folder_id,uid,msguid)GF[5indexsqlite_autoindex_kolab_cache_freebusy_1kolab_cache_freebusyK�{E55�tablekolab_cache_freebusykolab_cache_freebusyJCREATE TABLE kolab_cache_freebusy (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�DC?�Cindexix_configuration_uid2msguidkolab_cache_configurationICREATE INDEX ix_configuration_uid2msguid ON kolab_cache_configuration(folder_id,uid,msguid)�
C7?�+indexix_configuration_typekolab_cache_configurationHCREATE INDEX ix_configuration_type ON kolab_cache_configuration(folder_id,type)QBe?indexsqlite_autoindex_kolab_cache_configuration_1kolab_cache_configurationG�A??�tablekolab_cache_configurationkolab_cache_configurationFCREATE TABLE kolab_cache_configuration (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)x@1-�indexix_file_uid2msguidkolab_cache_fileECREATE INDEX ix_file_uid2msguid ON kolab_cache_file(folder_id,uid,msguid)v?1-�indexix_folder_filenamekolab_cache_fileCCREATE INDEX ix_folder_filename ON kolab_cache_file(folder_id,filename)?>S-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_fileB�o=--�tablekolab_cache_filekolab_cache_fileACREATE TABLE kolab_cache_file (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  filename varchar(255) DEFAULT NULL,
  PRIMARY KEY(folder_id,msguid)
)x<1-�indexix_note_uid2msguidkolab_cache_note@CREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)?;S-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_note?

















�gTf	�g(���g���BX--�7tablecarddav_accountscarddav_accounts^CREATE TABLE carddav_accounts (
	id              integer NOT NULL PRIMARY KEY,
	accountname     TEXT NOT NULL,
	username        TEXT NOT NULL,
	password        TEXT NOT NULL,
	discovery_url   TEXT,
	user_id         integer NOT NULL,
	last_discovered BIGINT NOT NULL DEFAULT 0,  
	rediscover_time INT NOT NULL DEFAULT 86400, 

	presetname      TEXT,                       

	flags        integer NOT NULL DEFAULT 0,

	UNIQUE(user_id,presetname),

	
	FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE
)mW;%�indexix_kolab_alarms_user_idkolab_alarms]CREATE INDEX ix_kolab_alarms_user_id ON kolab_alarms(user_id)7VK%indexsqlite_autoindex_kolab_alarms_1kolab_alarms\GN[5indexsqlite_autoindex_kolab_cache_dav_task_1kolab_cache_dav_taskS�oU%%�!tablekolab_alarmskolab_alarms[CREATE TABLE kolab_alarms (
  alarm_id VARCHAR(255) NOT NULL,
  user_id INTEGER NOT NULL,
  notifyat DATETIME DEFAULT NULL,
  dismissed TINYINT(3) NOT NULL DEFAULT '0',
  PRIMARY KEY(alarm_id,user_id)
)|T9+�!indexix_itipinvitations_uiditipinvitationsZCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=SQ+indexsqlite_autoindex_itipinvitations_1itipinvitationsY�R++�mtableitipinvitationsitipinvitationsXCREATE TABLE itipinvitations (
  token varchar(64) NOT NULL PRIMARY KEY,
  event_uid varchar(255) NOT NULL,
  user_id integer NOT NULL default '0',
  event text NOT NULL,
  expires datetime NOT NULL default '1000-01-01 00:00:00',
  cancelled tinyint(1) NOT NULL default '0',
  CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)�Q##�itableattachmentsattachmentsWCREATE TABLE attachments (
  attachment_id integer NOT NULL PRIMARY KEY,
  event_id integer NOT NULL default '0',
  filename varchar(255) NOT NULL default '',
  mimetype varchar(255) NOT NULL default '',
  size integer NOT NULL default '0',
  data text NOT NULL default '',
  CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id)
    REFERENCES events(event_id)
)�JP�otableeventseventsUCREATE TABLE events (
  event_id integer NOT NULL PRIMARY KEY,
  calendar_id integer NOT NULL default '0',
  recurrence_id integer NOT NULL default '0',
  uid varchar(255) NOT NULL default '',
  instance varchar(16) NOT NULL default '',
  isexception tinyint(1) NOT NULL default '0',
  created datetime NOT NULL default '1000-01-01 00:00:00',
  changed datetime NOT NULL default '1000-01-01 00:00:00',
  sequence integer NOT NULL default '0',
  start datetime NOT NULL default '1000-01-01 00:00:00',
  end datetime NOT NULL default '1000-01-01 00:00:00',
  recurrence varchar(255) default NULL,
  title varchar(255) NOT NULL,
  description text NOT NULL,
  location varchar(255) NOT NULL default '',
  categories varchar(255) NOT NULL default '',
  url varchar(255) NOT NULL default '',
  all_day tinyint(1) NOT NULL default '0',
  free_busy tinyint(1) NOT NULL default '0',
  priority tinyint(1) NOT NULL default '0',
  sensitivity tinyint(1) NOT NULL default '0',
  status varchar(32) NOT NULL default '',
  alarms text default NULL,
  attendees text default NULL,
  notifyat datetime default NULL,
  CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id)
    REFERENCES calendars(calendar_id)
)�O�}tablecalendarscalendarsTCREATE TABLE calendars (
  calendar_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL default '0',
  name varchar(255) NOT NULL default '',
  color varchar(255) NOT NULL default '',
  showalarms tinyint(1) NOT NULL default '1',
  driver varchar(255) NOT NULL default 'database',
  CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)







PP�-S�M	cPCardDAV%l@%d{ENCRYPTED}MZgCOg5OXYdXgCmACkufbA==https://127.0.0.1:2080/addressbooks/info@24hourwaterdamagerestorationlongisland.com/addressbook/h�Z�Q�cPCardDAV
��
		cPCardDAV
tt�	
)�M!	cPanel CardDAVhttps://127.0.0.1:2080/addressbooks/info@24hourwaterdamagerestorationlongisland.com/addressbook/h�Ԫ1752857346
�<#	6�zR�N����K<J�
�
*	�zfzfC)�indexcarddav_groups_abook_id_idxcarddav_groupsmCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)�c))�[tablecarddav_groupscarddav_groupsjCREATE TABLE carddav_groups (
	id       integer NOT NULL PRIMARY KEY,
	abook_id integer NOT NULL,
	name VARCHAR(255) NOT NULL, 
	vcard TEXT,        
	etag VARCHAR(255), 
	uri  VARCHAR(255), 
	cuid VARCHAR(255), 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
);eO)indexsqlite_autoindex_carddav_groups_2carddav_groupsl;dO)indexsqlite_autoindex_carddav_groups_1carddav_groupsk�bI/�!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypesiCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id)�a`//�qtablecarddav_xsubtypescarddav_xsubtypesgCREATE TABLE carddav_xsubtypes (
	id       integer NOT NULL PRIMARY KEY,
	typename VARCHAR(128) NOT NULL,  
	subtype  VARCHAR(128) NOT NULL,  
	abook_id integer NOT NULL,

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE,
	UNIQUE(typename,subtype,abook_id)
)AaU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesh�_G-�indexcarddav_contacts_abook_id_idxcarddav_contactsfCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)�\--�[tablecarddav_contactscarddav_contactscCREATE TABLE carddav_contacts (
	id           integer NOT NULL PRIMARY KEY,
	abook_id     integer NOT NULL,
	name         VARCHAR(255) NOT NULL, 
	email        VARCHAR(255),          
	firstname    VARCHAR(255),
	surname      VARCHAR(255),
	organization VARCHAR(255),
	showas       VARCHAR(32) NOT NULL DEFAULT '', 
	vcard        TEXT NOT NULL,         
	etag         VARCHAR(255) NOT NULL, 
	uri          VARCHAR(255) NOT NULL, 
	cuid         VARCHAR(255) NOT NULL, 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
)?^S-indexsqlite_autoindex_carddav_contacts_2carddav_contactse?]S-indexsqlite_autoindex_carddav_contacts_1carddav_contactsdd�[S5�5indexcarddav_addressbooks_account_id_idxcarddav_addressbooksbCREATE INDEX carddav_addressbooks_account_id_idx ON carddav_addressbooks(account_id)�jZ55�wtablecarddav_addressbookscarddav_addressbooks`CREATE TABLE carddav_addressbooks (
	id           integer NOT NULL PRIMARY KEY,
	name         TEXT NOT NULL,
	url          TEXT NOT NULL,
	last_updated BIGINT NOT NULL DEFAULT 0,  
	refresh_time INT NOT NULL DEFAULT 3600, 
	sync_token   TEXT NOT NULL DEFAULT '', 

	account_id   integer NOT NULL,
	flags        integer NOT NULL DEFAULT 5, 

	
	FOREIGN KEY(account_id) REFERENCES carddav_accounts(id) ON DELETE CASCADE ON UPDATE CASCADE
)?YS-indexsqlite_autoindex_carddav_accounts_1carddav_accounts_��Yk11�]tablecarddav_migrationscarddav_migrationsrCREATE TABLE carddav_migrations (
	id integer NOT NULL PRIMARY KEY,
	filename TEXT NOT NULL,
	processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP,

	UNIQUE(filename)
)ClW1indexsqlite_autoindex_carddav_migrations_1carddav_migrationss�
jK1�%indexcarddav_group_user_group_id_idxcarddav_group_userqCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)�iO1�-indexcarddav_group_user_contact_id_idxcarddav_group_userpCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)�ng11�tablecarddav_group_usercarddav_group_usernCREATE TABLE carddav_group_user (
	group_id   integer NOT NULL,
	contact_id integer NOT NULL,

	PRIMARY KEY(group_id,contact_id),

	
	FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE,
	FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE
)ChW1indexsqlite_autoindex_carddav_group_user_1carddav_group_usero
��		















���~H��|R!
�
�
�
E

��yK���(/30022-accountflags2025-07-20 07:00:04,730021-addressbookflags2025-07-20 07:00:04/=30020-distinctcolumnnames2025-07-20 07:00:04,730019-accountentities32025-07-20 07:00:04,730018-accountentities22025-07-20 07:00:04+530017-accountentities2025-07-20 07:00:044G30016-increasetextfieldlengths2025-07-20 07:00:04/=30015-fixmysqlconstraints2025-07-20 07:00:046K30014-unifytimestampdefaultvalue2025-07-20 07:00:04>[30013-changemysqlcollationscasesensitive2025-07-20 07:00:04/
=30012-fixmysqlconstraints2025-07-20 07:00:043E30011-unifymigrationsidcolumn2025-07-20 07:00:044G30010-increasetextfieldlengths2025-07-20 07:00:04/
=30009-dropauthschemefield2025-07-20 07:00:04(	/30008-unifyindexes2025-07-20 07:00:042C30007-replaceurlplaceholders2025-07-20 07:00:04+530006-rmgroupsnotnull2025-07-20 07:00:043E30005-changemysqlut8toutf8mb42025-07-20 07:00:044G30004-fixtimestampdefaultvalue2025-07-20 07:00:044G30003-fixtimestampdefaultvalue2025-07-20 07:00:044G30002-increasetextfieldlengths2025-07-20 07:00:04&+30001-categories2025-07-20 07:00:04"#30000-dbinit2025-07-20 07:00:04

a����wV=����^:
�
�
�
�
�
w
a/0022-accountflags70021-addressbookflags=0020-distinctcolumnnames70019-accountentities370018-accountentities250017-accountentities!G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints
 E0011-unifymigrationsidcolumn!G0010-increasetextfieldlengths=0009-dropauthschemefield
/0008-unifyindexes	C0007-replaceurlplaceholders50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories#	0000-dbinit
WW�&M3'�M6b72a64e6d4634b07366fdee2f4782712025-07-20 07:01:0639.60.247.196bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiWXFaU1VnVHFCK09VVHU0R3RhVW1lNTJCaU1DOHVtOHh6Zmg5TXlvKzNYd2VoOVZJUDY5UnVBcWJDbnJhUG9VMFNFWjdSaXNRSWprNzJnYkxuWjJONXAvZWhNaUs2UkFNIjtsb2dpbl90aW1lfGk6MTc1Mjk5NDgwNDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJFVndKSWVQa3F5QWdyZ21LVkhkbmpXRDhjazgzTFQyeSI7cmVxdWVzdF90b2tlbnxzOjMyOiIxeVhWTkZLek5KTkdsek9mYjF6VWp6Nk5Dd2JybWJXWCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fWJyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjc6IklOQk9YOjIiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTtmb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyO3M6NjoibWF4dWlkIjtpOjI7fX1saXN0X21vZF9zZXF8czoxOiI0Ijs=
����{M3)�u4dfbc491e5d654b78636300ae750e6ae2025-07-28 05:18:51169.150.254.34bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiN1EyZzRSQWNZdGxpRTFDd2o0eUlZY1hSNVkxdHBiaTRzYjlIK0pXcjNPb0xGbWFVSGN1NmVnajdaaFZuNnpYMnFpa0NwTkpqSzgwRVExdk5Gb1NXK3RZVjZIbHVHVjBsIjtsb2dpbl90aW1lfGk6MTc1MzY3ODE1NztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJaMUZrdFdITWRmb3M3bjBzUDMxMGR3dkdWakpCR01FVCI7cmVxdWVzdF90b2tlbnxzOjMyOiJQYXJyNkdJQ0VUT2dKcUN2TE1UeVp5TVc0T1oxVFFHRCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6NjtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTo4O3M6NjoibWF4dWlkIjtpOjg7fX1saXN0X21vZF9zZXF8czoyOiIxMSI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjE6e3M6NzoiSU5CT1g6NyI7YjowO313cml0ZWFibGVfYWJvb2t8YjoxOw==
``��6M3'�mea7e0d7e454a1031bcac2606c600a7cd2025-07-30 08:40:4559.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJhYjNLbnl4cDM5U2JhZVVIUml2ZkcyUVVaeUY3b0RMRyI7�dM3+�E6c82d2fe71f333f8a3d37265531b25912025-07-28 06:55:52169.150.254.165bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoieFB2dzV1Um4vMjY2NDBQeXRhS0hIWm9PaDBPeC80Z2pKNUZ3YXJIcVlTZkwzYVRIV1lzdWthd1NJNW5sVDNneTB5c0h6U3VwQlptZytra2xPZjdWRXR2bXVYaWZhYUxHIjtsb2dpbl90aW1lfGk6MTc1MzY4NDE3MztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJtaUs1M3IxM2V4NVBQTlRRSmVTZFdZUzJGSzdpdXp2cyI7cmVxdWVzdF90b2tlbnxzOjMyOiJWVUFPQVk3V3JzWngwOU9zWGpDWkNXRGVIeDhucm54MyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjEwO3M6NjoibWF4dWlkIjtpOjEwO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTo3O31saXN0X21vZF9zZXF8czoyOiIxNCI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjE6e3M6NzoiSU5CT1g6OSI7YjowO313cml0ZWFibGVfYWJvb2t8YjoxOw==
V�cM3)�E4996ccc93e6886694846830e77b45b072025-07-31 06:13:4279.127.185.209bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiaTllamRUcDJMOU5UYmh3WFIycUMxcnJOeTVscHNKaHBzeHIxWVZiY2tNbGRvaDRaQW1RSVJGb2JEUnJTbVpubWNZOGZ1MXV6cU5Kc3IwanlaRGkzNENFQzRQNHF0Vm1KIjtsb2dpbl90aW1lfGk6MTc1Mzk0MDAyNDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJUVXIwU0wycFlaS1dITE5xUzMxVVQ1alpEVXRLNndWciI7cmVxdWVzdF90b2tlbnxzOjMyOiJZUDZEZ2oyU00zUkVCTHBuY1NaeDVKVFkwRGx0azNNMyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjEzO3M6NjoibWF4dWlkIjtpOjEzO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTo4O31saXN0X21vZF9zZXF8czoyOiIxOSI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjE6e3M6ODoiSU5CT1g6MTIiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
A�uM3%�m79e90c2ea7408ebb5f43cf6e87f092592025-08-01 03:41:10149.22.84.40bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5Njoic2lORk5JaTgydEMrTkxwWGYrNm03VzhEbFdmNklSelR0MFpwRzBoRmJtckJxaTIzc1kzZWgwQ095WXVsSGM4S0I5UW9SaW5FYjRyamtVckR2ajVibmgyUDEybUJtUldZIjtsb2dpbl90aW1lfGk6MTc1NDAxOTY2MztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJ4ZnpUWHg1eGNScVhhbEE4RFkzZnYwVGZLMnBkRHMybyI7cmVxdWVzdF90b2tlbnxzOjMyOiJlcFRTZkdYaGlYZTZ3SlBKc3JqbTJUZ1p4cGUyQ0tTRSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjE0O3M6NjoibWF4dWlkIjtpOjE0O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTo5O31saXN0X21vZF9zZXF8czoyOiIyMCI7
HH��6M3'�m45cfcffd63887399899e8c9b3fd3fd612025-08-02 05:07:4259.103.33.155bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJXU0JCY1J2bTVSQmpRV01nM2JNOTlxR1FoWGJIekZQVyI7�|M3+�ubac35dfa9602df71faaac705e933588d2025-08-01 09:36:39169.150.254.165bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5Njoiczg4YlR1Ujg0ajJ0Z0NaRGFDUUpFTENRK0pCUkUwVllLS3ZnUHdwOWgrR0pmWWRxMTgvcnFwOWFSREhROEJ1a3JqZTFtSnVQZVZzaTU3c3JjSG50WFFkNDFhWnc4YzB4Ijtsb2dpbl90aW1lfGk6MTc1NDA0MDk5NTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJ5Z2pFZURaRVBqWjJtYWxHcFM2RmxQeHlnazhYOGxjbCI7cmVxdWVzdF90b2tlbnxzOjMyOiI0WGdOaGozVkRCdWJZUXpoTTF4OVRQczd5WFd2SHl6aCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjE1O3M6NjoibWF4dWlkIjtpOjE1O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxMDt9bGlzdF9tb2Rfc2VxfHM6MjoiMjEiOw==
����N	M3'�05883f26f1ba8befc99cd21d25ee7d6f2025-08-03 03:53:26154.47.25.215bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiRUtPT1NBRlNLMXJBUkFjeTdjSllhQ015dTViR2NFUTVvWnk3dTB5SHhHUldQSGdEZExsQW5jSnFMNDlDZ0VkUTA5eDl0R0NJQTNqOFpkcDkzb1JnMTg0aWdQU2NiUytKIjtsb2dpbl90aW1lfGk6MTc1NDE5MzIwMztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJyZW5ySVh3ZWI0QjE2UFB6QXhhTXVhTHBvcXozaEZPeiI7cmVxdWVzdF90b2tlbnxzOjMyOiI4OGJRNmJ2STNaVEdKUElBUDR2Y1pPOTZRS0Rha3NmZSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxMDtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=
��~
M3'�}ae79b5ce9ca821168905f35f39b058112025-08-03 04:04:17154.47.25.215bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiWWhRWUUyQ0c1bGEvZ3ArSVcxd3ZuQWw4RENvTWxXUHA2cUt6OUFVRVF0UXpNWVdqbnRFcGcwVVBWcndKT3JZSVdIL3dna3F5QVR1TzVhSDJybFd2SUNkalRsQWI5Z29tIjtsb2dpbl90aW1lfGk6MTc1NDE5MzQyMDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJwYmt0bGFLN2lnc0VFamxxUHRZbUlmWDR2REFHVFVBZyI7cmVxdWVzdF90b2tlbnxzOjMyOiJlNUVIYjNqamY1Vm9hbzVha2pxeE9BaWVkdzE3QmNTUyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MTE7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6MTc7czo2OiJtYXh1aWQiO2k6MTc7fX1saXN0X21vZF9zZXF8czoyOiIyNCI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjE6e3M6ODoiSU5CT1g6MTYiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
<�{M3)�u9971290d9af33c6e706e9acdc8e71db62025-08-05 03:31:37149.88.105.115bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiRG1oTEF4ZTFqcjhPZm5vMG8waG1UMzlNMG1IVkRnd092VTd4NVExcjRNbHQyN29WSkV2UjdWUnJSUXpDQXRsY280YXh0Nk82bW4wdG9sU2dUR2dPN0NZMUw5ZW5odlNuIjtsb2dpbl90aW1lfGk6MTc1NDM2NDY4OTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJ6VFF4YW5TYkRKMFYzUkp1clV1VWZjZURNSk9ZemVTeSI7cmVxdWVzdF90b2tlbnxzOjMyOiJvcFBURU9ybk95OUpPdDBnaVNLUnVnc0gwVUJlZHQwNSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjE4O3M6NjoibWF4dWlkIjtpOjE4O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxMjt9bGlzdF9tb2Rfc2VxfHM6MjoiMjUiOw==
T�cM3)�E293a65b9ec232bd001139b503d62d98f2025-08-05 05:01:33149.88.105.115bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiR0FDVXVXK3JPVzBZUE1sU1kwdnBaWDZsdnhVYmRGYkRmRjBxaEJYQ0lFL1FRUXlhRG9BbXpGdlBNWUJvSzBXOXA5VlgrQ2laOGxXL0RxNUhTeE1Kelg5b1BrdmFhWHJjIjtsb2dpbl90aW1lfGk6MTc1NDM2NTI2ODtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJIRXphdm9WYmp0MDZnU2Y4Y3g5WU9VcEtOdE5KREE4dyI7cmVxdWVzdF90b2tlbnxzOjMyOiJ6cTlEMG5VaWtmUTFMcjVKS1JvTDI2Rk1HT24zOWJzWCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjIyO3M6NjoibWF4dWlkIjtpOjIyO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxNTt9bGlzdF9tb2Rfc2VxfHM6MjoiMzAiO2Jyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjg6IklOQk9YOjIxIjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
=�{
M3)�ud5395676e70f6f9acacfe3b209d6ae232025-08-06 03:50:4489.187.175.137bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiTWczRVRPMkhtYWtZc2xuZnBIc1oxa1Y4UThLTWdFNS9ZS1F3N2ExSFEwMFF0Qit3OXNtbFlpcjR4MDRySXB1L2NJUDdNMk1VNWQ1UnJmVGFyZlZNaHUvU1JvNEo0SHFaIjtsb2dpbl90aW1lfGk6MTc1NDQ1MjIzNztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiIxQWJaZXFFbzVuNUREcWg3aHVHUWRMWEwyTjA5TWJIMCI7cmVxdWVzdF90b2tlbnxzOjMyOiJrWVIxZmRWZ1lYOXZ3ZTdIc1NtNnY3dGRKM2FQY29lYiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjIzO3M6NjoibWF4dWlkIjtpOjIzO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxNjt9bGlzdF9tb2Rfc2VxfHM6MjoiMzEiOw==
����NM3'�dded53232ec5cf3e3129e946fd2b43882025-08-07 09:29:2831.13.189.237bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiNFppRSsrVFdEaTkvUSt0ZlRBeEltQ0MxaTE3bTJrRUdQT0MyQTI5TmxiY09FTDlQemlPQ1Bvdi90QWtRcmVoV0pobDFqOXRFb2ZzaVNEUDNZZWlLbGRBVEphaEpubjJEIjtsb2dpbl90aW1lfGk6MTc1NDU1ODk2NTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJZUDVZM3kzd3VXTmlkbjVVNkYyMTlXRDVzdnVZUmxrbiI7cmVxdWVzdF90b2tlbnxzOjMyOiJXMEJabFZsN1RwaXdJeW1JNW9wVEtOc3F2ZURIOEU0WSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxNjtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=
33n�JM3'�2dce213e0ae334e5dcbe9049ae64b8aa2025-08-07 09:51:2831.13.189.237bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoieDA5WGlPNzdYQ0FVdDkzcWd6UjFNRVM2c3RUWG5zL0k5MDBPWDlEV3l2OW1kbitaVnoya1ZIYk9rZElQaWkrUkdhcjBISlExUDk2ZTk4QWRxcGhzMC9IRnZoUzYyWklwIjtsb2dpbl90aW1lfGk6MTc1NDU1OTAyMTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiI4OU5QMU9BYTJKOWgyME9pWGtKc0Z0eHBPMmtBd1JmRCI7cmVxdWVzdF90b2tlbnxzOjMyOiJjdUpObHJCRjJpY1VGczlUWmJsQzBNQU9ta3BqSlpJRSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MTg7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9Zm9sZGVyc3xhOjI6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6MjY7czo2OiJtYXh1aWQiO2k6MjY7fXM6MTI6IklOQk9YLkRyYWZ0cyI7YToyOntzOjM6ImNudCI7aTowO3M6NjoibWF4dWlkIjtpOjA7fX1saXN0X21vZF9zZXF8czoyOiIzNSI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjE6e3M6ODoiSU5CT1g6MjUiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
����NM3'�006d0f43a6dbeeab9c70f487cfd83ded2025-08-08 03:57:1179.127.136.66bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiQzFjeGpPSmdBbnoxbDE1M1p3MFRkK2V2V3lHUDlOcTFDVm5UM3Uvd3VFOCtXbDkza0xYaXhxT0lCSXVsekpJTlhGd21sVHVZUHU2NERFdTN2akk5VkI5QjF1MS96NVRrIjtsb2dpbl90aW1lfGk6MTc1NDYyNTQyOTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiIwWjMxcFFGQk5lRTdhZEpjaE5iRHg1VjAzV0Y0ZHd3OCI7cmVxdWVzdF90b2tlbnxzOjMyOiJXVGFudjNnQlV2NHlWMW9aZm13aFVnV2NlNzhWc041cSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxODtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=
JJ��6M3'�m0295fcd19fe4fed90d9ad0635345b8d52025-08-08 09:42:3559.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJ3M0VxZTZ0eVc5Q2JUMEwwclZSSnlGVTZ5SVVRcU9jayI7�zM3'�u2b1eab5c1b94afb04a405ea13ae81f272025-08-08 06:32:1479.127.136.66bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiZDZYWUYrTUxuQVgrZlJoRkU0VGY5ajZSdjZsUVI5SHBlN2NyS0NFcU9BNURZSHYrT0VmUHc4bEQ4SnIrdlJJREdiWCtXaEtGaitwdHNyL2d6Ri9jS2RuSUNGeVRNSHJOIjtsb2dpbl90aW1lfGk6MTc1NDYzNDczMjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJ3RzlSTzltVUVNY2pOZ3Zia3Z1Y0V2RlBvNFBCWU5ZaCI7cmVxdWVzdF90b2tlbnxzOjMyOiJSdFgzNHhiT0lGWDZDUjdVbmY2Z283eWpST3c3S2JLbyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjI2O3M6NjoibWF4dWlkIjtpOjI2O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxODt9bGlzdF9tb2Rfc2VxfHM6MjoiMzUiOw==
II��6M3'�m9bf9d597319d1d7c8af7527adcb3c7a02025-08-12 04:27:0659.103.33.154bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJuZ0N5SnhaTURxaDVLRk1EemhUV1lhSWpXbXVuWFRMTyI7�{M3)�u93975222163490f44726f291c98676cc2025-08-09 04:18:2279.127.136.205bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoieHAvYmhsejJwZVZ2RmNkUkpJU1V2RlZZNnQxYVZNTGVaK1Z0WkVsMmU2eERKRCtaTWY3QTZkKzZwQ29nYXNCRWtNbzExRXVudmV5bGszdEpuYkcrbnZWaEVqV1pKdDNqIjtsb2dpbl90aW1lfGk6MTc1NDcxMzA5OTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJMMmY5cEdOeXRObDBaNzllRmJITWN6M3FodlgzM0RqRCI7cmVxdWVzdF90b2tlbnxzOjMyOiJDQXZmb1hoMk9nNkZCSVVScFRycW45QzRKa3BvNTNRYyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjI3O3M6NjoibWF4dWlkIjtpOjI3O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxOTt9bGlzdF9tb2Rfc2VxfHM6MjoiMzYiOw==
>�zM3'�u1c591ce40221333f183a48b5b351a9052025-08-25 09:36:2995.173.217.25bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiRnZwY2NNb2s3emxUa3NsWEEwSDRFWC9CNW9UTVovSEZlN05ETmFVTkRCUVQrRGo5eWFZZ0had0FlWFFxN0dNWENmMFdyVDdoTUpPVE0vWGkzaHF1eEl3UFBzS3cwRk96Ijtsb2dpbl90aW1lfGk6MTc1NjExNDU4MztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiI2MHRRVEg4ZVRXT3VaTVZkbGQwZVBjakpTMFRmTldXRSI7cmVxdWVzdF90b2tlbnxzOjMyOiJGUktrUFUydElpSmNDRnF0NGFjS1IwSzBhZXhCVjFKQiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjI3O3M6NjoibWF4dWlkIjtpOjI3O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxOTt9bGlzdF9tb2Rfc2VxfHM6MjoiMzYiOw==
@�zM3'�u14374c18315782fdd7336781f69337142025-08-25 09:57:3895.173.217.25bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiRzJyeTFTaVpNOGQvcEg2OXhEMDZMUk0vN2Fvbk90N0Z0WThPMFV2NjI5MUx4SDRrNWk1ajFLL0I1c2VSM3J2ZUlvKzZGczNBejhGM1RpUG42WXZGUHZ3S1UwM3M4cGJFIjtsb2dpbl90aW1lfGk6MTc1NjExNDc1NjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJwUmYwUERUbXk4UENOdXMyM2h5VTRoUEx3QmhTQVhPYiI7cmVxdWVzdF90b2tlbnxzOjMyOiJVd2dXQ1Zma0RyN010NDFmWUZVNzIxTHdUZzJGWmJuTyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjMwO3M6NjoibWF4dWlkIjtpOjMwO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxO31saXN0X21vZF9zZXF8czoyOiI0MiI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjI6e3M6ODoiSU5CT1g6MjgiO2I6MDtzOjg6IklOQk9YOjI5IjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
����LM3#�ece01c73a2940b94745cd1ed90d7776a2025-08-27 03:43:1959.103.35.8bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiUENONllGS3cvcmdwUFM2ZHlMMjZ4enBHL2VQZHR1Qy9SeVR2aHVmTGVVVFlQaERDeGg0ZGM1cG4yWDhKQktHdW5oYjRGeGZZYmM5TTd4QlRLSVY4OTcrdG5JTFEvZlJJIjtsb2dpbl90aW1lfGk6MTc1NjI2NjE5NjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJQNkl3c1VwUWJZdFltWnVvWWNUSnJkNUN2SjBDNWEyTCI7cmVxdWVzdF90b2tlbnxzOjMyOiJjOXo2QzVYc3VjU281T0JUbmlzZUVIMjV0NTdncGE4NyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==
����OM3)�925b164338ddc700902e972e899e57372025-09-02 05:33:5189.187.175.148bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoicEZNVjdHVnBWUE1QZ0Q1V2JuZGsxcmdDVE91N250NS9wbmxUekE2SjBPdUpSeFdpSmFNeDZqSmEwUThEd2hPeFhEeUNnU0NQNS83aVgzTDErWFBoTFY2ckIybEZZaHV4Ijtsb2dpbl90aW1lfGk6MTc1Njc5MTIyNztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJBVUJHNTJQYXVQaHdBVnRpdXI3WG5DQ0FZQmFWa3I1ViI7cmVxdWVzdF90b2tlbnxzOjMyOiJ0QWlncW02V0xjYzlzdE1tNXdTUnlDaHpGeEpsUmx6ZCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTo3O3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==
B�vM3'�ma51a79a84f5999d86b63ac205b6706fc2025-09-03 05:27:06146.70.202.59bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoicVpBZFBTVC92YVloTXJENS9mbHkvaDJqQ2Z3emxDY0hXSHNreEJBRUFHUTlHSXdTMUtkRVRMTm5yejJiS2ZGVVFyY0NzbmRZekdPL0dxR1ZEM094by9LbE1PcGxFMjVDIjtsb2dpbl90aW1lfGk6MTc1Njg3NzIyNDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJFR0ZxcXlwTTQ2SHE4eXRaU0lNak5tTFUwTXcyOWhwcSI7cmVxdWVzdF90b2tlbnxzOjMyOiJja296RG1JbWFnc3Z0dUx4bTE2c2lYODU3d2RaZk1VMyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjM2O3M6NjoibWF4dWlkIjtpOjM2O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTo3O31saXN0X21vZF9zZXF8czoyOiI0OCI7
gg��M3'�-2e79d0ab141418c08f4c58cb78bf31a52025-09-03 05:58:21146.70.202.59bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiN09yRGtrOVVQcEg1dTBZSFJRR0l4YzBlWkJ5K0hZbWFnN2hqdTNQMitQazZxSDRTZ0Fxc09rdVlXL3dxUy9xZ0dodTVJL1doaFpnRGVPdE12R1A3emZnb3BCL2RQeDVRIjtsb2dpbl90aW1lfGk6MTc1Njg3Nzc0MjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiI1ejJlSkpyTzZ0N0ZObEFXekJJc0lVVWlncmg4a3owSiI7cmVxdWVzdF90b2tlbnxzOjMyOiJFcVMyUVV3aGVzMElPOGgyVVhldzl5ejFSYWloZURvcCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6OTtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTo0MDtzOjY6Im1heHVpZCI7aTo0MDt9fWxpc3RfbW9kX3NlcXxzOjI6IjU0Ijticm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6Mjp7czo4OiJJTkJPWDozNyI7YjowO3M6ODoiSU5CT1g6MzkiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
����PM3+�1edb7a03df8e364eac38c71fccd7c86b2025-09-04 03:44:10103.102.159.167bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoibHNwTmU4VzVpTkdmZGhIZ3hzWmp5dVhrUlZiTEMvaUxDMTJiVXVoeGppeHg4MGVoNFdidHVWNk5sT2ZiV1NiYUhBd1lsUFRVS3plS3dxUEgxR0VhekRZQjR6M20wSm5rIjtsb2dpbl90aW1lfGk6MTc1Njk1NzQ0ODtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJzTHA0dDZJQ0lNM01VMDFrM1p5MUw3dWpqZVhyVGJwVCI7cmVxdWVzdF90b2tlbnxzOjMyOiI1aTd0T05CbWVjcWw4R1F2OTRwSWNxRkp4dXpRUWpSUCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTo5O3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==
���OM3)�c27f3b7cfb76dfa06c07ee650a1d4d522025-09-04 09:23:2437.221.112.219bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoibFlvSG5Mb0NPa1BKU09TcHJ3TXJBa3BYNTdYRHVjSkt3YnA5azc4ZWRFNkZ2UWFEMFpnbGJDTEREeW16eUg2TXltRDg4YUFHTUVtQUszNytWYUZuSXBDbll3NDEvVHNUIjtsb2dpbl90aW1lfGk6MTc1Njk3NzgwMDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiIwRFVXcThCMkxvdnFSTWpSV3RieHZCOTZVUkgyUEJLcCI7cmVxdWVzdF90b2tlbnxzOjMyOiI5REczOXVtMVRiSjRqOGpZRU9sSmNJdVJaODkwcW9xSSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxMDtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=service.rcube.db000060000002030000151006266300007574 0ustar00SQLite format 3@  @�O@.��a�����VXDM.:'
�_q33�iservice@24hourwaterdamagerestorationlongisland.comlocalhost2025-07-20 07:18:502025-09-04 09:24:51en_GBa:3:{s:11:"client_hash";s:16:"7pSVq7Uhqg6ntRNN";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;}
��?q	service@24hourwaterdamagerestorationlongisland.comlocalhost


��*	3/2025-07-20 07:18:50Imported Contacts
��		





��R
	3	

q


2025-07-20 07:18:50service@24hourwaterdamagerestorationlongisland.com
��		
��6q	service@24hourwaterdamagerestorationlongisland.com

	�Fc
���
/	��	h4��-�F�~�KtableresponsesresponsesCREATE TABLE responses (
  response_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(255) NOT NULL,
  data text NOT NULL,
  is_html tinyint NOT NULL default '0'
)d3!�indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)j
7!�	indexix_identities_user_ididentitiesCREATE INDEX ix_identities_user_id ON identities(user_id, del)�u!!�5tableidentitiesidentities
CREATE TABLE identities (
  identity_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  standard tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  organization varchar(128) default '',
  email varchar(128) NOT NULL default '',
  "reply-to" varchar(128) NOT NULL default '',
  bcc varchar(128) NOT NULL default '',
  signature text NOT NULL default '',
  html_signature tinyint NOT NULL default '0'
)�I3�Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)�~
33�#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses (
  address_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  name varchar(255) NOT NULL default '',
  email varchar(255) NOT NULL,
  "type" integer NOT NULL
)�	O3�1indexix_contactgroupmembers_contact_idcontactgroupmembers
CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)�33�]tablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers (
  contactgroup_id integer NOT NULL
    REFERENCES contactgroups(contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE,
  contact_id integer NOT NULL
    REFERENCES contacts(contact_id) ON DELETE CASCADE ON UPDATE CASCADE,
  created datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY (contactgroup_id, contact_id)
)EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers	v='�indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)�[''�utablecontactgroupscontactgroupsCREATE TABLE contactgroups (
  contactgroup_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default ''
)b3�indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)��atablecontactscontactsCREATE TABLE contacts (
  contact_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  email text NOT NULL default '',
  firstname varchar(128) NOT NULL default '',
  surname varchar(128) NOT NULL default '',
  vcard text NOT NULL default '',
  words text NOT NULL default ''
)f/�indexix_users_usernameusersCREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)��tableusersusersCREATE TABLE users (
  user_id integer NOT NULL PRIMARY KEY,
  username varchar(128) NOT NULL default '',
  mail_host varchar(128) NOT NULL default '',
  created datetime NOT NULL default '0000-00-00 00:00:00',
  last_login datetime DEFAULT NULL,
  failed_login datetime DEFAULT NULL,
  failed_login_counter integer DEFAULT NULL,
  language varchar(16),
  preferences text DEFAULT NULL
)

	��	wo	H<������K#�x��8
�
�
�bGG�A'�Qtablefilestorefilestore*CREATE TABLE filestore (
    file_id integer NOT NULL PRIMARY KEY,
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    context varchar(32) NOT NULL,
    filename varchar(128) NOT NULL,
    mtime integer NOT NULL,
    data text NOT NULL
)m;%�indexix_cache_shared_expirescache_shared CREATE INDEX ix_cache_shared_expires ON cache_shared(expires)�6%%�/tablecache_sharedcache_sharedCREATE TABLE cache_shared (
  cache_key varchar(255) NOT NULL,
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (cache_key)
)7K%indexsqlite_autoindex_cache_shared_1cache_sharedP-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)��tablecachecacheCREATE TABLE cache (
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  cache_key varchar(128) NOT NULL default '',
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (user_id, cache_key)
))=indexsqlite_autoindex_cache_1cacheA�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)��tablesearchessearchesCREATE TABLE searches (
  search_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  "type" smallint NOT NULL DEFAULT '0',
  name varchar(128) NOT NULL,
  data text NOT NULL
)�C!�/indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)�U!!�utabledictionarydictionaryCREATE TABLE dictionary (
  user_id integer DEFAULT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  language varchar(16) NOT NULL,
  data text NOT NULL
)Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)�V�tablesessionsessionCREATE TABLE session (
  sess_id varchar(128) NOT NULL PRIMARY KEY,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  ip varchar(40) NOT NULL default '',
  vars text NOT NULL
)-Aindexsqlite_autoindex_session_1sessionf5�indexix_responses_user_idresponsesCREATE INDEX ix_responses_user_id ON responses(user_id, del),v&?)�indexix_cache_messages_expirescache_messages)CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);%O)indexsqlite_autoindex_cache_messages_1cache_messages(�u$))�%tablecache_messagescache_messages'CREATE TABLE cache_messages (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    uid integer NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    flags integer NOT NULL DEFAULT '0',
    PRIMARY KEY (user_id, mailbox, uid)
)n#;%�	indexix_cache_thread_expirescache_thread&CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7"K%indexsqlite_autoindex_cache_thread_1cache_thread%�(!%%�tablecache_threadcache_thread$CREATE TABLE cache_thread (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)j 9#�indexix_cache_index_expirescache_index#CREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_index"�N##�ctablecache_indexcache_index!CREATE TABLE cache_index (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    valid smallint NOT NULL DEFAULT '0',
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)��������������������~}|
{
z	yxwvut
�
��
�
�m�� �
g�
���H
j�
B#E$M4317611967a9730058f294b65eac5009$M9a9ed09513860912db5b486189a93b35$Mb761d2a2123e8948e09fe3942613a7c5$M763e22f7f5dda0d6d169882460341019$M09c537e93bc6efc9293230430fbe9828$M323ad78eb4988c5501a69386608d53ed$M8ab3c1f752b7598a0a7c42aee7f99d44$M1b09fe0998cfa1c0f73e014f99157e96$M6248714d4f79a913f2c2fe13a5f3aeed
$Mfa3a9c0653a7d6d61502e30903207662$M9ae389111e8e1b5e0fa095f8eed1699b$M0b096cb950fb91d13061ccde9be22334
$M7ae5bf6bc3e15c2b3dfe4057c586a659	$M920a3af7231fa992f5d3dee5a759d04b$Mb3c01ff890a9c58910e26e44a3ff8e9d$Me12b667886f333454fe81c4ef52bb8a1$M99b761d2fcf0107f68168b25ea608e0b$M38abdf2a9963e1a8e0872856873b7c8b$M6ef1d98e0c57d9f21cc4b6f45ea74072$M923531e761c6a6916786973900a0b4f6#M	3ccb7a2638ad1c8eb635bd65ad614d4e
	�����qYA)������iQ9!	32025-09-04 09:24:5432025-09-04 03:45:0732025-09-03 07:08:2032025-09-02 05:36:0232025-08-25 10:50:3732025-08-25 09:38:3132025-08-12 04:30:4432025-08-09 04:20:5432025-08-08 09:43:59
32025-08-07 05:27:1132025-08-06 03:53:0132025-08-05 06:14:42
32025-08-05 03:33:57	32025-08-03 04:58:1632025-08-03 03:55:1832025-08-02 05:08:0532025-08-01 09:37:5032025-07-31 08:05:4232025-07-30 08:41:1032025-07-28 07:35:503	2025-07-20 07:18:52




TT�)	u3�EDAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a2025-07-28 07:40:10czo2MToiY2FsZW5kYXJzL3NlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLyI7
��8	u	DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a
��3	2025-07-28 07:40:10














s���s$;!calendar-caldav-version2014041700&?!calendar-database-version2021102600-!libkolab-version2023111200/!roundcube-version2022081200
�����;calendar-caldav-version?calendar-database-version-libkolab-version/	roundcube-version
����bF
���.
�	2�q��D�v��HA
��I:--�Etablekolab_cache_notekolab_cache_note>CREATE TABLE kolab_cache_note (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)�x733�tablekolab_cache_journalkolab_cache_journal;CREATE TABLE kolab_cache_journal (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)p{(5�/indexix_filestore_user_idfilestore+CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)�973�+indexix_journal_uid2msguidkolab_cache_journal=CREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E8Y3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journal<x61-�indexix_task_uid2msguidkolab_cache_task:CREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?5S-indexsqlite_autoindex_kolab_cache_task_1kolab_cache_task9�o4--�tablekolab_cache_taskkolab_cache_task8CREATE TABLE kolab_cache_task (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)|33/�#indexix_event_uid2msguidkolab_cache_event7CREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)A2U/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event6�r1//�tablekolab_cache_eventkolab_cache_event5CREATE TABLE kolab_cache_event (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�073�+indexix_contact_uid2msguidkolab_cache_contact4CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r/+3�indexix_contact_typekolab_cache_contact3CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)E.Y3indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact2�p-33�tablekolab_cache_contactkolab_cache_contact1CREATE TABLE kolab_cache_contact (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)h,-'�	indexix_resource_typekolab_folders0CREATE INDEX ix_resource_type ON kolab_folders(resource, type)�+''�qtablekolab_folderskolab_folders/CREATE TABLE kolab_folders (
  folder_id INTEGER NOT NULL PRIMARY KEY,
  resource VARCHAR(255) NOT NULL,
  type VARCHAR(32) NOT NULL,
  synclock INTEGER NOT NULL DEFAULT '0',
  ctag VARCHAR(128) DEFAULT NULL,
  changed DATETIME DEFAULT NULL
)+*?indexsqlite_autoindex_system_1system-o)�9tablesystemsystem,CREATE TABLE system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
)
DD�9�+!3dav://service%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/service@24hourwaterdamagerestorationlongisland.com/calendar/event17528574042025-07-28 03:30:10
ee��+	dav://service%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/service@24hourwaterdamagerestorationlongisland.com/calendar/event



















*�E
�
�
�
�
<	��KK�v��*H�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  u�|M55�tablekolab_cache_dav_taskkolab_cache_dav_taskRCREATE TABLE kolab_cache_dav_task (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)IL]7indexsqlite_autoindex_kolab_cache_dav_event_1kolab_cache_dav_eventQ�K77�tablekolab_cache_dav_eventkolab_cache_dav_eventPCREATE TABLE kolab_cache_dav_event (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)�J3;�%indexix_contact_type_davkolab_cache_dav_contactOCREATE INDEX ix_contact_type_dav ON kolab_cache_dav_contact(folder_id, type)MIa;indexsqlite_autoindex_kolab_cache_dav_contact_1kolab_cache_dav_contactN�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id, uid)
)�G95�/indexix_freebusy_uid2msguidkolab_cache_freebusyLCREATE INDEX ix_freebusy_uid2msguid ON kolab_cache_freebusy(folder_id,uid,msguid)GF[5indexsqlite_autoindex_kolab_cache_freebusy_1kolab_cache_freebusyK�{E55�tablekolab_cache_freebusykolab_cache_freebusyJCREATE TABLE kolab_cache_freebusy (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�DC?�Cindexix_configuration_uid2msguidkolab_cache_configurationICREATE INDEX ix_configuration_uid2msguid ON kolab_cache_configuration(folder_id,uid,msguid)�
C7?�+indexix_configuration_typekolab_cache_configurationHCREATE INDEX ix_configuration_type ON kolab_cache_configuration(folder_id,type)QBe?indexsqlite_autoindex_kolab_cache_configuration_1kolab_cache_configurationG�A??�tablekolab_cache_configurationkolab_cache_configurationFCREATE TABLE kolab_cache_configuration (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)x@1-�indexix_file_uid2msguidkolab_cache_fileECREATE INDEX ix_file_uid2msguid ON kolab_cache_file(folder_id,uid,msguid)v?1-�indexix_folder_filenamekolab_cache_fileCCREATE INDEX ix_folder_filename ON kolab_cache_file(folder_id,filename)?>S-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_fileB�o=--�tablekolab_cache_filekolab_cache_fileACREATE TABLE kolab_cache_file (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  filename varchar(255) DEFAULT NULL,
  PRIMARY KEY(folder_id,msguid)
)x<1-�indexix_note_uid2msguidkolab_cache_note@CREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)?;S-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_note?

















�gTf	�g(���g���BX--�7tablecarddav_accountscarddav_accounts^CREATE TABLE carddav_accounts (
	id              integer NOT NULL PRIMARY KEY,
	accountname     TEXT NOT NULL,
	username        TEXT NOT NULL,
	password        TEXT NOT NULL,
	discovery_url   TEXT,
	user_id         integer NOT NULL,
	last_discovered BIGINT NOT NULL DEFAULT 0,  
	rediscover_time INT NOT NULL DEFAULT 86400, 

	presetname      TEXT,                       

	flags        integer NOT NULL DEFAULT 0,

	UNIQUE(user_id,presetname),

	
	FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE
)mW;%�indexix_kolab_alarms_user_idkolab_alarms]CREATE INDEX ix_kolab_alarms_user_id ON kolab_alarms(user_id)7VK%indexsqlite_autoindex_kolab_alarms_1kolab_alarms\GN[5indexsqlite_autoindex_kolab_cache_dav_task_1kolab_cache_dav_taskS�oU%%�!tablekolab_alarmskolab_alarms[CREATE TABLE kolab_alarms (
  alarm_id VARCHAR(255) NOT NULL,
  user_id INTEGER NOT NULL,
  notifyat DATETIME DEFAULT NULL,
  dismissed TINYINT(3) NOT NULL DEFAULT '0',
  PRIMARY KEY(alarm_id,user_id)
)|T9+�!indexix_itipinvitations_uiditipinvitationsZCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=SQ+indexsqlite_autoindex_itipinvitations_1itipinvitationsY�R++�mtableitipinvitationsitipinvitationsXCREATE TABLE itipinvitations (
  token varchar(64) NOT NULL PRIMARY KEY,
  event_uid varchar(255) NOT NULL,
  user_id integer NOT NULL default '0',
  event text NOT NULL,
  expires datetime NOT NULL default '1000-01-01 00:00:00',
  cancelled tinyint(1) NOT NULL default '0',
  CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)�Q##�itableattachmentsattachmentsWCREATE TABLE attachments (
  attachment_id integer NOT NULL PRIMARY KEY,
  event_id integer NOT NULL default '0',
  filename varchar(255) NOT NULL default '',
  mimetype varchar(255) NOT NULL default '',
  size integer NOT NULL default '0',
  data text NOT NULL default '',
  CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id)
    REFERENCES events(event_id)
)�JP�otableeventseventsUCREATE TABLE events (
  event_id integer NOT NULL PRIMARY KEY,
  calendar_id integer NOT NULL default '0',
  recurrence_id integer NOT NULL default '0',
  uid varchar(255) NOT NULL default '',
  instance varchar(16) NOT NULL default '',
  isexception tinyint(1) NOT NULL default '0',
  created datetime NOT NULL default '1000-01-01 00:00:00',
  changed datetime NOT NULL default '1000-01-01 00:00:00',
  sequence integer NOT NULL default '0',
  start datetime NOT NULL default '1000-01-01 00:00:00',
  end datetime NOT NULL default '1000-01-01 00:00:00',
  recurrence varchar(255) default NULL,
  title varchar(255) NOT NULL,
  description text NOT NULL,
  location varchar(255) NOT NULL default '',
  categories varchar(255) NOT NULL default '',
  url varchar(255) NOT NULL default '',
  all_day tinyint(1) NOT NULL default '0',
  free_busy tinyint(1) NOT NULL default '0',
  priority tinyint(1) NOT NULL default '0',
  sensitivity tinyint(1) NOT NULL default '0',
  status varchar(32) NOT NULL default '',
  alarms text default NULL,
  attendees text default NULL,
  notifyat datetime default NULL,
  CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id)
    REFERENCES calendars(calendar_id)
)�O�}tablecalendarscalendarsTCREATE TABLE calendars (
  calendar_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL default '0',
  name varchar(255) NOT NULL default '',
  color varchar(255) NOT NULL default '',
  showalarms tinyint(1) NOT NULL default '1',
  driver varchar(255) NOT NULL default 'database',
  CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)







MM�0S�S	cPCardDAV%l@%d{ENCRYPTED}KQ7eXRXXBuwku7XQJS8Esg==https://127.0.0.1:2080/addressbooks/service@24hourwaterdamagerestorationlongisland.com/addressbook/h�Z�Q�cPCardDAV
��
		cPCardDAV
qq�
)�S!	cPanel CardDAVhttps://127.0.0.1:2080/addressbooks/service@24hourwaterdamagerestorationlongisland.com/addressbook/h��1752857405
�<#	6�zR�N����K<J�
�
*	�zfzfC)�indexcarddav_groups_abook_id_idxcarddav_groupsmCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)�c))�[tablecarddav_groupscarddav_groupsjCREATE TABLE carddav_groups (
	id       integer NOT NULL PRIMARY KEY,
	abook_id integer NOT NULL,
	name VARCHAR(255) NOT NULL, 
	vcard TEXT,        
	etag VARCHAR(255), 
	uri  VARCHAR(255), 
	cuid VARCHAR(255), 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
);eO)indexsqlite_autoindex_carddav_groups_2carddav_groupsl;dO)indexsqlite_autoindex_carddav_groups_1carddav_groupsk�bI/�!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypesiCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id)�a`//�qtablecarddav_xsubtypescarddav_xsubtypesgCREATE TABLE carddav_xsubtypes (
	id       integer NOT NULL PRIMARY KEY,
	typename VARCHAR(128) NOT NULL,  
	subtype  VARCHAR(128) NOT NULL,  
	abook_id integer NOT NULL,

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE,
	UNIQUE(typename,subtype,abook_id)
)AaU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesh�_G-�indexcarddav_contacts_abook_id_idxcarddav_contactsfCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)�\--�[tablecarddav_contactscarddav_contactscCREATE TABLE carddav_contacts (
	id           integer NOT NULL PRIMARY KEY,
	abook_id     integer NOT NULL,
	name         VARCHAR(255) NOT NULL, 
	email        VARCHAR(255),          
	firstname    VARCHAR(255),
	surname      VARCHAR(255),
	organization VARCHAR(255),
	showas       VARCHAR(32) NOT NULL DEFAULT '', 
	vcard        TEXT NOT NULL,         
	etag         VARCHAR(255) NOT NULL, 
	uri          VARCHAR(255) NOT NULL, 
	cuid         VARCHAR(255) NOT NULL, 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
)?^S-indexsqlite_autoindex_carddav_contacts_2carddav_contactse?]S-indexsqlite_autoindex_carddav_contacts_1carddav_contactsdd�[S5�5indexcarddav_addressbooks_account_id_idxcarddav_addressbooksbCREATE INDEX carddav_addressbooks_account_id_idx ON carddav_addressbooks(account_id)�jZ55�wtablecarddav_addressbookscarddav_addressbooks`CREATE TABLE carddav_addressbooks (
	id           integer NOT NULL PRIMARY KEY,
	name         TEXT NOT NULL,
	url          TEXT NOT NULL,
	last_updated BIGINT NOT NULL DEFAULT 0,  
	refresh_time INT NOT NULL DEFAULT 3600, 
	sync_token   TEXT NOT NULL DEFAULT '', 

	account_id   integer NOT NULL,
	flags        integer NOT NULL DEFAULT 5, 

	
	FOREIGN KEY(account_id) REFERENCES carddav_accounts(id) ON DELETE CASCADE ON UPDATE CASCADE
)?YS-indexsqlite_autoindex_carddav_accounts_1carddav_accounts_��Yk11�]tablecarddav_migrationscarddav_migrationsrCREATE TABLE carddav_migrations (
	id integer NOT NULL PRIMARY KEY,
	filename TEXT NOT NULL,
	processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP,

	UNIQUE(filename)
)ClW1indexsqlite_autoindex_carddav_migrations_1carddav_migrationss�
jK1�%indexcarddav_group_user_group_id_idxcarddav_group_userqCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)�iO1�-indexcarddav_group_user_contact_id_idxcarddav_group_userpCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)�ng11�tablecarddav_group_usercarddav_group_usernCREATE TABLE carddav_group_user (
	group_id   integer NOT NULL,
	contact_id integer NOT NULL,

	PRIMARY KEY(group_id,contact_id),

	
	FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE,
	FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE
)ChW1indexsqlite_autoindex_carddav_group_user_1carddav_group_usero
��		















���~H��|R!
�
�
�
E

��yK���(/30022-accountflags2025-07-20 07:18:50,730021-addressbookflags2025-07-20 07:18:50/=30020-distinctcolumnnames2025-07-20 07:18:50,730019-accountentities32025-07-20 07:18:50,730018-accountentities22025-07-20 07:18:50+530017-accountentities2025-07-20 07:18:504G30016-increasetextfieldlengths2025-07-20 07:18:50/=30015-fixmysqlconstraints2025-07-20 07:18:506K30014-unifytimestampdefaultvalue2025-07-20 07:18:50>[30013-changemysqlcollationscasesensitive2025-07-20 07:18:50/
=30012-fixmysqlconstraints2025-07-20 07:18:503E30011-unifymigrationsidcolumn2025-07-20 07:18:504G30010-increasetextfieldlengths2025-07-20 07:18:50/
=30009-dropauthschemefield2025-07-20 07:18:50(	/30008-unifyindexes2025-07-20 07:18:502C30007-replaceurlplaceholders2025-07-20 07:18:50+530006-rmgroupsnotnull2025-07-20 07:18:503E30005-changemysqlut8toutf8mb42025-07-20 07:18:504G30004-fixtimestampdefaultvalue2025-07-20 07:18:504G30003-fixtimestampdefaultvalue2025-07-20 07:18:504G30002-increasetextfieldlengths2025-07-20 07:18:50&+30001-categories2025-07-20 07:18:50"#30000-dbinit2025-07-20 07:18:50

a����wV=����^:
�
�
�
�
�
w
a/0022-accountflags70021-addressbookflags=0020-distinctcolumnnames70019-accountentities370018-accountentities250017-accountentities!G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints
 E0011-unifymigrationsidcolumn!G0010-increasetextfieldlengths=0009-dropauthschemefield
/0008-unifyindexes	C0007-replaceurlplaceholders50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories#	0000-dbinit
���:M3'�u3ccb7a2638ad1c8eb635bd65ad614d4e2025-07-20 07:18:5239.60.247.196bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiNi9DcEh6a213T09KZkJuVHQ1SHpDeUpyUThKc2l3RnU2c205bkFMZmZOOEYvS0xycWIvTE8zOGc4Mi9EOG40RmswdFFFdkNwVEROVnpxNFJIcytXNlEzdDVDQ1ZJbkpRIjtsb2dpbl90aW1lfGk6MTc1Mjk5NTkzMDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJsanR6eTdQblY4VnJQS1lMUWtGN2lEUTVHVzdqWkZlSCI7cmVxdWVzdF90b2tlbnxzOjMyOiJtSGVCNTdwQzVuamJ6YjJKUnE5VXBJV1JwZ1hDeDJjYiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fWJyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjc6IklOQk9YOjIiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
�}��6M3'�m6ef1d98e0c57d9f21cc4b6f45ea740722025-07-30 08:41:1059.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJMMFgwWGpiVnB6RDVUc0JZbVo1ck5GaW5ySGVmS0tPYiI7�M3+�}923531e761c6a6916786973900a0b4f62025-07-28 07:35:50169.150.254.165bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiVFJiQklSOEJRNUY3Q20vTTFERHJqWHJydlhwZzdxMEJqYy9JdnNmRE56T1ZzQWdoeXdGcTdKcHJlZ1BvMGlNaWRXdElnenVTU000dGpERWJ5d3ZOd3VEdFpyY3V3aENLIjtsb2dpbl90aW1lfGk6MTc1MzY4NzYyNTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJVNHEyUHBGdHh3MldHVTIxeEhnc1NjNUJOZG9vb1p2YSI7cmVxdWVzdF90b2tlbnxzOjMyOiJHTTZhSXlYMFRRM29OeUpzUDJxWktvQ2J6SUNtdVgxdyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6NjtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTo4O3M6NjoibWF4dWlkIjtpOjg7fX1saXN0X21vZF9zZXF8czoyOiIxMSI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjE6e3M6NzoiSU5CT1g6NyI7YjowO313cml0ZWFibGVfYWJvb2t8YjoxOw==
L�fM3'�M38abdf2a9963e1a8e0872856873b7c8b2025-07-31 08:05:42185.98.169.88bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiNWg4TzlwZXRsRVhLUCtXUkplMFJnVWxrVzJwYnN3VHVPMHdOSjRTRWl6ZHdQOGFaQ3BySGVZM2duUG9iSFBNd3RLTXpoL2hyMnRmZmVUSjc3dFZldkZnNVFHanltczMzIjtsb2dpbl90aW1lfGk6MTc1Mzk0NjMyNjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJaejZGQ2FoNUhuQmFWZWVaY3h3c0VYSmdJZnJmQmw5cSI7cmVxdWVzdF90b2tlbnxzOjMyOiJQUGoyc1VSSzhFYUdVemt2cTZXY2hTZGpqTWxZSHg1UyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjEyO3M6NjoibWF4dWlkIjtpOjEyO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTo5O31saXN0X21vZF9zZXF8czoyOiIxNiI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjE6e3M6ODoiSU5CT1g6MTEiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
HH�6M3'�me12b667886f333454fe81c4ef52bb8a12025-08-02 05:08:0559.103.33.155bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJpVW9jRVdHeVdnS2RIMGZrVVdVMjJMN2YzTGF0bTFGbCI7�|M3+�u99b761d2fcf0107f68168b25ea608e0b2025-08-01 09:37:50169.150.254.165bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiVmtPWXcwYVF4TlQva3pFUGY5Q1hCVG9yNnV4bWkydEhHODVSckE4ZkUwR1MvdE1YUWo1YzZLZzBnSVNxU0Fnb1lNSkxoMStnMnlmcjRKbE1CbVd6aDlFd0VnS01ib2h1Ijtsb2dpbl90aW1lfGk6MTc1NDA0MTA2NztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJ4MnBtWWtUWUJaTUV4UFNUY0JqM0VHMWhXVzUzQnBSdCI7cmVxdWVzdF90b2tlbnxzOjMyOiJFOXhpQ1daWnhUSm5XMks1OEtiempTWnJFZ3haT1JqTSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjEyO3M6NjoibWF4dWlkIjtpOjEyO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTo5O31saXN0X21vZF9zZXF8czoyOiIxNiI7
����RM3'�%b3c01ff890a9c58910e26e44a3ff8e9d2025-08-03 03:55:18154.47.25.215bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoieUQ5VUQ0Y2RSZ0FnMmc2TWErRHNqWVNUekFVb1grK1R3a2RWVTFIdUczWFhLaUlqNnJ3b2tEQjNLcGdFMUExVHdoK3NyV3p5elFaUDVnTnlhRDh5MlpiNDEyS3ExeitoIjtsb2dpbl90aW1lfGk6MTc1NDE5MzMxNTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJIT015d0dIb1QzRzVHNzFpQ2FkYnk4c2NxS2w5UzN0VyI7cmVxdWVzdF90b2tlbnxzOjMyOiJ2Y0RSeG1YVEhVNTVmR1VuQnNiSk1kd3g1N0tSaFhyTyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxMTtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=
M�fM3'�M920a3af7231fa992f5d3dee5a759d04b2025-08-03 04:58:16154.47.25.215bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiMjhQYTdYQnlQZ2xiKzFFVkcyeDJsUTdNR3RrOVRpdjZBY0ZUTDBKTjFXRmJSbjdQR3hqaUIxK0JwWGl3QkY1ZkFQaVZtaDhkRGwzSlBzSU9NdjVJbkVqVmRIVW55clJTIjtsb2dpbl90aW1lfGk6MTc1NDE5NjMzOTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJ3c2RoT3o1UzJhOFdORFlnTjdUYXBGMFhZcHl3NlVXdiI7cmVxdWVzdF90b2tlbnxzOjMyOiJsUjkwekNSeHo1R3lQSHpsWFl6ZVU5OG5RdjhRdVNMYSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjE2O3M6NjoibWF4dWlkIjtpOjE2O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxMjt9bGlzdF9tb2Rfc2VxfHM6MjoiMjEiO2Jyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjg6IklOQk9YOjE1IjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
ff��	M3)�-7ae5bf6bc3e15c2b3dfe4057c586a6592025-08-05 03:33:57149.88.105.115bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoibUExVVU4c1JhZUtNT0pBYXowbkNkdWFqcndmeFZpbjYzeERLY0pTMDMzWGk3eCtYcXFDOUpDcG54b3hTK3Y3TDVxUEtkZ1piY0U4WnM5MDFOZVlTNDEwRWI1ZERRUjZhIjtsb2dpbl90aW1lfGk6MTc1NDM2NDgzMztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJ1a2JFZVFHd0V1TUU0ZjNYdlJHd0IyWDZBNWx5Q2p5cSI7cmVxdWVzdF90b2tlbnxzOjMyOiI5UFhxbzRMY0hkMzVIS0RaWGQwTTkxZ0FqbG42bnpJTyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjE3O3M6NjoibWF4dWlkIjtpOjE3O319dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxMztzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31saXN0X21vZF9zZXF8czoyOiIyMiI7
��4�
M3)�}0b096cb950fb91d13061ccde9be223342025-08-05 06:14:4279.127.187.163bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiZVJSQVg5bVlDZFdJbWp0VVE2YVR3bmZLM3dyamFSNlhuZ2FYMVZhYzQ4NDVRN3JDYWpIWFVWUnppWk9CaXNnbllrZUQxUzVNb2I5TTB1bHRONDE2ODNUVFhtOThZU2ROIjtsb2dpbl90aW1lfGk6MTc1NDM3NDE3NztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJENlZHUVdaQTRVMWkxYkJkdkJ5dG1ZcEpzOEZLeFgwQiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1yZXF1ZXN0X3Rva2VufHM6MzI6IncwWkJQUDNONVhRM2hKT1FoN1BpV0h5U2dtRFVkalhoIjtpbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjE5O3M6NjoibWF4dWlkIjtpOjE5O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxNDt9bGlzdF9tb2Rfc2VxfHM6MjoiMjUiOw==
8��8n�6
M3'�m6248714d4f79a913f2c2fe13a5f3aeed2025-08-08 09:43:5959.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiI3YjBMMjBySFhoVFZtQkxYc2EwV0RFUXhTRHNFcDN6MiI7�6M3'�mfa3a9c0653a7d6d61502e309032076622025-08-07 05:27:1159.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiI5cFhrM2dNYWJ0Nmhyd1h3WUdZZkJ4QXNUWU01Z0djdiI7�SM3)�%9ae389111e8e1b5e0fa095f8eed1699b2025-08-06 03:53:0189.187.175.137bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiRzh4bkZqVk5IWGhxR3lmclRmeXRGUHhYcnFzWHB2eGtzMm5ZRjhTVkE4dk1vYk00STNBbk5mMUNjcjh6cVZCcXI2ZVRNM2dCR0lpU0F3UmdKZ0Zsdlc4MVFvd3NJRm1FIjtsb2dpbl90aW1lfGk6MTc1NDQ1MjM3ODtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJ6VjVzQUdNMkx2UmdSWTZKbFFIeEM3M3ZTRTlFSTBNMiI7cmVxdWVzdF90b2tlbnxzOjMyOiJYMENKNmNNdktrQ2dLVkVMNDM5WDFLTjdUOUQwQmNaMCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxNjtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=
E�E|�6M3'�m8ab3c1f752b7598a0a7c42aee7f99d442025-08-12 04:30:4459.103.33.154bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiIxQmlNVHRyeHF3a2hlVDFUdTRUbnNIZGg5em1keGpkayI7�M3)�}1b09fe0998cfa1c0f73e014f99157e962025-08-09 04:20:5479.127.136.205bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiUExtQzcxU2FmNXdQcnR5b2xFaHdxOFIyODU1M0FJQ2VYajVYb1ZWajdDTVZaSU5yWk5qQmNJWHJVUnliRTZsKzdQTEV3OU5GQlNTV0lzc1BRQzBqaVBpc0hQUHZBTllXIjtsb2dpbl90aW1lfGk6MTc1NDcxMzI1MjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJYS0JndVNLSmhYSk9lbEhQSlZieUdScFQ2TlBIV1FpbyI7cmVxdWVzdF90b2tlbnxzOjMyOiJCN0JZSmMxa2QzM2h6ZHJ5bU9UaGd1RzlPUDFqVGtzTCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjIyO3M6NjoibWF4dWlkIjtpOjIyO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxNzt9bGlzdF9tb2Rfc2VxfHM6MjoiMjgiOw==
����RM3'�%323ad78eb4988c5501a69386608d53ed2025-08-25 09:38:3195.173.217.25bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoibXJwdHlOYUFmQVpDVkthcDkrdCtWNUVOU0pCWTZpbzZTRlNnU3Z5dm5YVjVNUXRsK2hjV25lZ2VuUFBMNlpSOHBHQXRWbG9VeStoMkFKOVZDUERaY1crU252aDk1cGtkIjtsb2dpbl90aW1lfGk6MTc1NjExNDcwODtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJNOXJBOTJGVlNxT0pWc2xyWHpTc3NzcFRpRDA1clJOQSI7cmVxdWVzdF90b2tlbnxzOjMyOiJoOVk0aWI3MXFyYzNIZFNycmNOWERFbVNxOFZMc0Z2VCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxNztzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=
cc��M3'�509c537e93bc6efc9293230430fbe98282025-08-25 10:50:3795.173.217.25bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiMVRRZ1dFczcybHRQekpHTGZYUDRLWFpTd24zTHMwQjRhaThPRG44VXlHZ0JVVi9Lc1o4aHlxVkRUTWpFRW1VQnJFVzJZa0JVTUlHMStIU1QyZHJkcWVVbTRtN0hha0lmIjtsb2dpbl90aW1lfGk6MTc1NjExODQzMztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJnRUlKMFBNYWxvOUFzR2FUenFqQUQybUZjYUtCTDJsaiI7cmVxdWVzdF90b2tlbnxzOjMyOiJVcmYzbkVHZ1dIdjRoWUpNVGhpSjJtNGtrbWx4cGdwdSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MjtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyNjtzOjY6Im1heHVpZCI7aToyNjt9fWxpc3RfbW9kX3NlcXxzOjI6IjM0Ijticm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6Mjp7czo4OiJJTkJPWDoyMyI7YjowO3M6ODoiSU5CT1g6MjUiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
8�{M3)�u763e22f7f5dda0d6d1698824603410192025-09-02 05:36:0289.187.175.148bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiUzJCT1F6WUVzcFNyY3N5SGRJa3YwSDRTZCszN1FseDBUaCthUDB5UWRhTnBQNktONHIySnV6c09nWVR3ZXJKZFVpRjlZbUw3dnVsTk85ZVo2U1dLbCtJWmUvZkZyM29qIjtsb2dpbl90aW1lfGk6MTc1Njc5MTM2MDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiIzZkZCQzdESmswQkNLT29Hb3JXMjdWS2JmMDdSS0JrMiI7cmVxdWVzdF90b2tlbnxzOjMyOiIwcWk3RExFeTIzSEZqVXFXMUVoZEZJQ2tWZUN1NjI1USI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjI3O3M6NjoibWF4dWlkIjtpOjI3O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTozO31saXN0X21vZF9zZXF8czoyOiIzNSI7
bb��M3)�5b761d2a2123e8948e09fe3942613a7c52025-09-03 07:08:20185.220.69.190bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiblRaWHNiekxEZ1RiZG02aXJQVlNhU3NBNlVzV05kd0doNEE1N1R1Y3c5SUp4VEVCQkI3azREc0h6aDVQZTk0bnBEQ1grQ2g2dDNxeVMyWkRPZEVhTXJGN0UwOWpaamduIjtsb2dpbl90aW1lfGk6MTc1Njg4MjYxMTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJkbk16cWNubzcxOGU2TUY2R1FVUkpvTHprT2dkVmYzeSI7cmVxdWVzdF90b2tlbnxzOjMyOiJqS2FaRjZyT1dRVVZTZHBaY241SGlUc1h0RzRFbzFxYSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6NTtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTozMTtzOjY6Im1heHVpZCI7aTozMTt9fWxpc3RfbW9kX3NlcXxzOjI6IjQxIjticm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6Mjp7czo4OiJJTkJPWDoyOCI7YjowO3M6ODoiSU5CT1g6MzAiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
7�|M3+�u9a9ed09513860912db5b486189a93b352025-09-04 03:45:07103.102.159.167bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiM05DZTdDYldXcXpxbnBwMnc0RnA5VUVPMnNLYnY5ckdiVmliWG5sV2ZiUFVkdlJyYmV1QmM2MVFaT0ZQVEFVampYYlZ2NGxUTEp0VVpMdHVqKzhUZ1pFZGxqdHhlNEhMIjtsb2dpbl90aW1lfGk6MTc1Njk1NzUwNjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJZZVBNcUVIakNNbWFBMTM0RVFkTUp1M2puR3dGTkdQMiI7cmVxdWVzdF90b2tlbnxzOjMyOiJ5WWxjWXhGZ2Q2TUFMeUp2Y3dHdWRiT3hNV1M1NldobCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjMxO3M6NjoibWF4dWlkIjtpOjMxO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTo1O31saXN0X21vZF9zZXF8czoyOiI0MSI7
���SM3)�%4317611967a9730058f294b65eac50092025-09-04 09:24:5437.221.112.219bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiTWc5NHJGVWRHZ3lMRDJpTmhSMGFUTFpxUnRtVnFHVStDV3g0bi8zbnZQSVVHNUE4TlRjK1FtYUNzY1EvNWxxVWxtK1hDUGt5elhqaWdqNzZweVcyaFRUSkNVV2NDZkNnIjtsb2dpbl90aW1lfGk6MTc1Njk3Nzg5MTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJheVpvYUcyaXY3RjlBVzFvQXdSNUE5Z0liektqRjJNOCI7cmVxdWVzdF90b2tlbnxzOjMyOiJlYjdFRjJESURPQkFCY2x0MlhDdmdYbGRubzVmRGZyZyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTo2O3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==support.rcube.db000060000002050000151006266300007652 0ustar00SQLite format 3@  @�O@.��a�����VXDM.:'
�_q33�isupport@24hourwaterdamagerestorationlongisland.comlocalhost2025-07-20 07:15:092025-09-04 09:24:31en_GBa:3:{s:11:"client_hash";s:16:"VDW9JcnRrRuwk3AR";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;}
��?q	support@24hourwaterdamagerestorationlongisland.comlocalhost


��*	3/2025-07-20 07:15:09Imported Contacts
��		





��R
	3	

q


2025-07-20 07:15:09support@24hourwaterdamagerestorationlongisland.com
��		
��6q	support@24hourwaterdamagerestorationlongisland.com

	�Fc
���
/	��	h4��-�F�~�KtableresponsesresponsesCREATE TABLE responses (
  response_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(255) NOT NULL,
  data text NOT NULL,
  is_html tinyint NOT NULL default '0'
)d3!�indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)j
7!�	indexix_identities_user_ididentitiesCREATE INDEX ix_identities_user_id ON identities(user_id, del)�u!!�5tableidentitiesidentities
CREATE TABLE identities (
  identity_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  standard tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  organization varchar(128) default '',
  email varchar(128) NOT NULL default '',
  "reply-to" varchar(128) NOT NULL default '',
  bcc varchar(128) NOT NULL default '',
  signature text NOT NULL default '',
  html_signature tinyint NOT NULL default '0'
)�I3�Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)�~
33�#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses (
  address_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  name varchar(255) NOT NULL default '',
  email varchar(255) NOT NULL,
  "type" integer NOT NULL
)�	O3�1indexix_contactgroupmembers_contact_idcontactgroupmembers
CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)�33�]tablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers (
  contactgroup_id integer NOT NULL
    REFERENCES contactgroups(contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE,
  contact_id integer NOT NULL
    REFERENCES contacts(contact_id) ON DELETE CASCADE ON UPDATE CASCADE,
  created datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY (contactgroup_id, contact_id)
)EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers	v='�indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)�[''�utablecontactgroupscontactgroupsCREATE TABLE contactgroups (
  contactgroup_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default ''
)b3�indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)��atablecontactscontactsCREATE TABLE contacts (
  contact_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  email text NOT NULL default '',
  firstname varchar(128) NOT NULL default '',
  surname varchar(128) NOT NULL default '',
  vcard text NOT NULL default '',
  words text NOT NULL default ''
)f/�indexix_users_usernameusersCREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)��tableusersusersCREATE TABLE users (
  user_id integer NOT NULL PRIMARY KEY,
  username varchar(128) NOT NULL default '',
  mail_host varchar(128) NOT NULL default '',
  created datetime NOT NULL default '0000-00-00 00:00:00',
  last_login datetime DEFAULT NULL,
  failed_login datetime DEFAULT NULL,
  failed_login_counter integer DEFAULT NULL,
  language varchar(16),
  preferences text DEFAULT NULL
)

	��	wo	H<������K#�x��8
�
�
�bGG�A'�Qtablefilestorefilestore*CREATE TABLE filestore (
    file_id integer NOT NULL PRIMARY KEY,
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    context varchar(32) NOT NULL,
    filename varchar(128) NOT NULL,
    mtime integer NOT NULL,
    data text NOT NULL
)m;%�indexix_cache_shared_expirescache_shared CREATE INDEX ix_cache_shared_expires ON cache_shared(expires)�6%%�/tablecache_sharedcache_sharedCREATE TABLE cache_shared (
  cache_key varchar(255) NOT NULL,
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (cache_key)
)7K%indexsqlite_autoindex_cache_shared_1cache_sharedP-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)��tablecachecacheCREATE TABLE cache (
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  cache_key varchar(128) NOT NULL default '',
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (user_id, cache_key)
))=indexsqlite_autoindex_cache_1cacheA�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)��tablesearchessearchesCREATE TABLE searches (
  search_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  "type" smallint NOT NULL DEFAULT '0',
  name varchar(128) NOT NULL,
  data text NOT NULL
)�C!�/indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)�U!!�utabledictionarydictionaryCREATE TABLE dictionary (
  user_id integer DEFAULT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  language varchar(16) NOT NULL,
  data text NOT NULL
)Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)�V�tablesessionsessionCREATE TABLE session (
  sess_id varchar(128) NOT NULL PRIMARY KEY,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  ip varchar(40) NOT NULL default '',
  vars text NOT NULL
)-Aindexsqlite_autoindex_session_1sessionf5�indexix_responses_user_idresponsesCREATE INDEX ix_responses_user_id ON responses(user_id, del),v&?)�indexix_cache_messages_expirescache_messages)CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);%O)indexsqlite_autoindex_cache_messages_1cache_messages(�u$))�%tablecache_messagescache_messages'CREATE TABLE cache_messages (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    uid integer NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    flags integer NOT NULL DEFAULT '0',
    PRIMARY KEY (user_id, mailbox, uid)
)n#;%�	indexix_cache_thread_expirescache_thread&CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7"K%indexsqlite_autoindex_cache_thread_1cache_thread%�(!%%�tablecache_threadcache_thread$CREATE TABLE cache_thread (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)j 9#�indexix_cache_index_expirescache_index#CREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_index"�N##�ctablecache_indexcache_index!CREATE TABLE cache_index (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    valid smallint NOT NULL DEFAULT '0',
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)������������������������~}
|{
z	yxwvut
��
�#��
B�H�
�j�E�
g �
���
�
m$Mc9a484cec04ac3a7e6499f4bbef211d6$M784684b1800af8bbead74f66b6b8cbca$Mcee44a056a835d7deb1014ea211c988a$Meb0e071da70e8351b3bef1ea05fd945f$M2b9604bd4433c3224535456b065113e5$Mab51a993897c4cb5f5314ebfb65a173d$Mccebb77653bd0e9d6ac7923ed565623c$M6ac511ff6d1fdca5e8450c4753c8fc2f$Mdb9c4698728727797c33a0bd09907692$M05122ab7db0c63aecc53352412608fe8$Maddf84c12b02755f1090a1c35c2013a8
$M8e16e4d151a6e3727d01b2d83fe2e9fd$M6f4e928ba1e6ae3c7531bfc19ba832db$M567db4f0e7c392b86fb5caccd546f3e9
$M2b5b62c0362f9083463bb9cb09c0204e	$M112d2b56cafba2ee1ed67f4ad909309a$M36a3810897a86ae121e7d562a1fc3d0e$M0d2680f1b5a87de8405ff1e19fe8428b$M4d1fff43673b08ca699b94f33ca056cd$Mf59399a452cb2a1689fc20cc7b6513b1$M9858bff9752cbb301766f51bc3a8a05b$Md2ef86d207dc1eb4c62ece1bd4431412#M	04fecddae9df2c05975fdb0b5ea1da26

������qYA)������iQ9!	
�
�32025-09-04 09:24:3532025-09-04 03:44:5732025-09-03 06:55:2132025-09-02 05:35:4232025-08-25 10:36:3732025-08-25 09:38:1032025-08-12 04:30:2532025-08-09 04:20:3732025-08-08 09:43:4332025-08-08 03:58:0832025-08-07 11:09:44
32025-08-07 05:26:3432025-08-06 03:52:2432025-08-05 05:51:01
32025-08-05 03:33:22	32025-08-03 04:43:1532025-08-03 03:54:4532025-08-02 05:08:1832025-08-01 09:37:3532025-07-31 07:14:4232025-07-30 08:41:2232025-07-28 07:23:503	2025-07-20 07:15:12




TT�)	u3�EDAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a2025-07-28 07:30:01czo2MToiY2FsZW5kYXJzL3N1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLyI7
��8	u	DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a
��3	2025-07-28 07:30:01














s���s$;!calendar-caldav-version2014041700&?!calendar-database-version2021102600-!libkolab-version2023111200/!roundcube-version2022081200
�����;calendar-caldav-version?calendar-database-version-libkolab-version/	roundcube-version
����bF
���.
�	2�q��D�v��HA
��I:--�Etablekolab_cache_notekolab_cache_note>CREATE TABLE kolab_cache_note (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)�x733�tablekolab_cache_journalkolab_cache_journal;CREATE TABLE kolab_cache_journal (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)p{(5�/indexix_filestore_user_idfilestore+CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)�973�+indexix_journal_uid2msguidkolab_cache_journal=CREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E8Y3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journal<x61-�indexix_task_uid2msguidkolab_cache_task:CREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?5S-indexsqlite_autoindex_kolab_cache_task_1kolab_cache_task9�o4--�tablekolab_cache_taskkolab_cache_task8CREATE TABLE kolab_cache_task (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)|33/�#indexix_event_uid2msguidkolab_cache_event7CREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)A2U/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event6�r1//�tablekolab_cache_eventkolab_cache_event5CREATE TABLE kolab_cache_event (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�073�+indexix_contact_uid2msguidkolab_cache_contact4CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r/+3�indexix_contact_typekolab_cache_contact3CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)E.Y3indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact2�p-33�tablekolab_cache_contactkolab_cache_contact1CREATE TABLE kolab_cache_contact (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)h,-'�	indexix_resource_typekolab_folders0CREATE INDEX ix_resource_type ON kolab_folders(resource, type)�+''�qtablekolab_folderskolab_folders/CREATE TABLE kolab_folders (
  folder_id INTEGER NOT NULL PRIMARY KEY,
  resource VARCHAR(255) NOT NULL,
  type VARCHAR(32) NOT NULL,
  synclock INTEGER NOT NULL DEFAULT '0',
  ctag VARCHAR(128) DEFAULT NULL,
  changed DATETIME DEFAULT NULL
)+*?indexsqlite_autoindex_system_1system-o)�9tablesystemsystem,CREATE TABLE system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
)
DD�9�+!3dav://support%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/support@24hourwaterdamagerestorationlongisland.com/calendar/event17528573902025-07-28 03:20:01
ee��+	dav://support%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/support@24hourwaterdamagerestorationlongisland.com/calendar/event



















*�E
�
�
�
�
<	��KK�v��*H�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  u�|M55�tablekolab_cache_dav_taskkolab_cache_dav_taskRCREATE TABLE kolab_cache_dav_task (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)IL]7indexsqlite_autoindex_kolab_cache_dav_event_1kolab_cache_dav_eventQ�K77�tablekolab_cache_dav_eventkolab_cache_dav_eventPCREATE TABLE kolab_cache_dav_event (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)�J3;�%indexix_contact_type_davkolab_cache_dav_contactOCREATE INDEX ix_contact_type_dav ON kolab_cache_dav_contact(folder_id, type)MIa;indexsqlite_autoindex_kolab_cache_dav_contact_1kolab_cache_dav_contactN�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id, uid)
)�G95�/indexix_freebusy_uid2msguidkolab_cache_freebusyLCREATE INDEX ix_freebusy_uid2msguid ON kolab_cache_freebusy(folder_id,uid,msguid)GF[5indexsqlite_autoindex_kolab_cache_freebusy_1kolab_cache_freebusyK�{E55�tablekolab_cache_freebusykolab_cache_freebusyJCREATE TABLE kolab_cache_freebusy (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�DC?�Cindexix_configuration_uid2msguidkolab_cache_configurationICREATE INDEX ix_configuration_uid2msguid ON kolab_cache_configuration(folder_id,uid,msguid)�
C7?�+indexix_configuration_typekolab_cache_configurationHCREATE INDEX ix_configuration_type ON kolab_cache_configuration(folder_id,type)QBe?indexsqlite_autoindex_kolab_cache_configuration_1kolab_cache_configurationG�A??�tablekolab_cache_configurationkolab_cache_configurationFCREATE TABLE kolab_cache_configuration (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)x@1-�indexix_file_uid2msguidkolab_cache_fileECREATE INDEX ix_file_uid2msguid ON kolab_cache_file(folder_id,uid,msguid)v?1-�indexix_folder_filenamekolab_cache_fileCCREATE INDEX ix_folder_filename ON kolab_cache_file(folder_id,filename)?>S-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_fileB�o=--�tablekolab_cache_filekolab_cache_fileACREATE TABLE kolab_cache_file (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  filename varchar(255) DEFAULT NULL,
  PRIMARY KEY(folder_id,msguid)
)x<1-�indexix_note_uid2msguidkolab_cache_note@CREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)?;S-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_note?

















�gTf	�g(���g���BX--�7tablecarddav_accountscarddav_accounts^CREATE TABLE carddav_accounts (
	id              integer NOT NULL PRIMARY KEY,
	accountname     TEXT NOT NULL,
	username        TEXT NOT NULL,
	password        TEXT NOT NULL,
	discovery_url   TEXT,
	user_id         integer NOT NULL,
	last_discovered BIGINT NOT NULL DEFAULT 0,  
	rediscover_time INT NOT NULL DEFAULT 86400, 

	presetname      TEXT,                       

	flags        integer NOT NULL DEFAULT 0,

	UNIQUE(user_id,presetname),

	
	FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE
)mW;%�indexix_kolab_alarms_user_idkolab_alarms]CREATE INDEX ix_kolab_alarms_user_id ON kolab_alarms(user_id)7VK%indexsqlite_autoindex_kolab_alarms_1kolab_alarms\GN[5indexsqlite_autoindex_kolab_cache_dav_task_1kolab_cache_dav_taskS�oU%%�!tablekolab_alarmskolab_alarms[CREATE TABLE kolab_alarms (
  alarm_id VARCHAR(255) NOT NULL,
  user_id INTEGER NOT NULL,
  notifyat DATETIME DEFAULT NULL,
  dismissed TINYINT(3) NOT NULL DEFAULT '0',
  PRIMARY KEY(alarm_id,user_id)
)|T9+�!indexix_itipinvitations_uiditipinvitationsZCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=SQ+indexsqlite_autoindex_itipinvitations_1itipinvitationsY�R++�mtableitipinvitationsitipinvitationsXCREATE TABLE itipinvitations (
  token varchar(64) NOT NULL PRIMARY KEY,
  event_uid varchar(255) NOT NULL,
  user_id integer NOT NULL default '0',
  event text NOT NULL,
  expires datetime NOT NULL default '1000-01-01 00:00:00',
  cancelled tinyint(1) NOT NULL default '0',
  CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)�Q##�itableattachmentsattachmentsWCREATE TABLE attachments (
  attachment_id integer NOT NULL PRIMARY KEY,
  event_id integer NOT NULL default '0',
  filename varchar(255) NOT NULL default '',
  mimetype varchar(255) NOT NULL default '',
  size integer NOT NULL default '0',
  data text NOT NULL default '',
  CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id)
    REFERENCES events(event_id)
)�JP�otableeventseventsUCREATE TABLE events (
  event_id integer NOT NULL PRIMARY KEY,
  calendar_id integer NOT NULL default '0',
  recurrence_id integer NOT NULL default '0',
  uid varchar(255) NOT NULL default '',
  instance varchar(16) NOT NULL default '',
  isexception tinyint(1) NOT NULL default '0',
  created datetime NOT NULL default '1000-01-01 00:00:00',
  changed datetime NOT NULL default '1000-01-01 00:00:00',
  sequence integer NOT NULL default '0',
  start datetime NOT NULL default '1000-01-01 00:00:00',
  end datetime NOT NULL default '1000-01-01 00:00:00',
  recurrence varchar(255) default NULL,
  title varchar(255) NOT NULL,
  description text NOT NULL,
  location varchar(255) NOT NULL default '',
  categories varchar(255) NOT NULL default '',
  url varchar(255) NOT NULL default '',
  all_day tinyint(1) NOT NULL default '0',
  free_busy tinyint(1) NOT NULL default '0',
  priority tinyint(1) NOT NULL default '0',
  sensitivity tinyint(1) NOT NULL default '0',
  status varchar(32) NOT NULL default '',
  alarms text default NULL,
  attendees text default NULL,
  notifyat datetime default NULL,
  CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id)
    REFERENCES calendars(calendar_id)
)�O�}tablecalendarscalendarsTCREATE TABLE calendars (
  calendar_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL default '0',
  name varchar(255) NOT NULL default '',
  color varchar(255) NOT NULL default '',
  showalarms tinyint(1) NOT NULL default '1',
  driver varchar(255) NOT NULL default 'database',
  CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)







MM�0S�S	cPCardDAV%l@%d{ENCRYPTED}o5kD0UEyfAg5Q41ru5v25Q==https://127.0.0.1:2080/addressbooks/support@24hourwaterdamagerestorationlongisland.com/addressbook/h�Z�Q�cPCardDAV
��
		cPCardDAV
qq�
)�S!	cPanel CardDAVhttps://127.0.0.1:2080/addressbooks/support@24hourwaterdamagerestorationlongisland.com/addressbook/h���1752857390
�<#	6�zR�N����K<J�
�
*	�zfzfC)�indexcarddav_groups_abook_id_idxcarddav_groupsmCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)�c))�[tablecarddav_groupscarddav_groupsjCREATE TABLE carddav_groups (
	id       integer NOT NULL PRIMARY KEY,
	abook_id integer NOT NULL,
	name VARCHAR(255) NOT NULL, 
	vcard TEXT,        
	etag VARCHAR(255), 
	uri  VARCHAR(255), 
	cuid VARCHAR(255), 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
);eO)indexsqlite_autoindex_carddav_groups_2carddav_groupsl;dO)indexsqlite_autoindex_carddav_groups_1carddav_groupsk�bI/�!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypesiCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id)�a`//�qtablecarddav_xsubtypescarddav_xsubtypesgCREATE TABLE carddav_xsubtypes (
	id       integer NOT NULL PRIMARY KEY,
	typename VARCHAR(128) NOT NULL,  
	subtype  VARCHAR(128) NOT NULL,  
	abook_id integer NOT NULL,

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE,
	UNIQUE(typename,subtype,abook_id)
)AaU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesh�_G-�indexcarddav_contacts_abook_id_idxcarddav_contactsfCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)�\--�[tablecarddav_contactscarddav_contactscCREATE TABLE carddav_contacts (
	id           integer NOT NULL PRIMARY KEY,
	abook_id     integer NOT NULL,
	name         VARCHAR(255) NOT NULL, 
	email        VARCHAR(255),          
	firstname    VARCHAR(255),
	surname      VARCHAR(255),
	organization VARCHAR(255),
	showas       VARCHAR(32) NOT NULL DEFAULT '', 
	vcard        TEXT NOT NULL,         
	etag         VARCHAR(255) NOT NULL, 
	uri          VARCHAR(255) NOT NULL, 
	cuid         VARCHAR(255) NOT NULL, 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
)?^S-indexsqlite_autoindex_carddav_contacts_2carddav_contactse?]S-indexsqlite_autoindex_carddav_contacts_1carddav_contactsdd�[S5�5indexcarddav_addressbooks_account_id_idxcarddav_addressbooksbCREATE INDEX carddav_addressbooks_account_id_idx ON carddav_addressbooks(account_id)�jZ55�wtablecarddav_addressbookscarddav_addressbooks`CREATE TABLE carddav_addressbooks (
	id           integer NOT NULL PRIMARY KEY,
	name         TEXT NOT NULL,
	url          TEXT NOT NULL,
	last_updated BIGINT NOT NULL DEFAULT 0,  
	refresh_time INT NOT NULL DEFAULT 3600, 
	sync_token   TEXT NOT NULL DEFAULT '', 

	account_id   integer NOT NULL,
	flags        integer NOT NULL DEFAULT 5, 

	
	FOREIGN KEY(account_id) REFERENCES carddav_accounts(id) ON DELETE CASCADE ON UPDATE CASCADE
)?YS-indexsqlite_autoindex_carddav_accounts_1carddav_accounts_��Yk11�]tablecarddav_migrationscarddav_migrationsrCREATE TABLE carddav_migrations (
	id integer NOT NULL PRIMARY KEY,
	filename TEXT NOT NULL,
	processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP,

	UNIQUE(filename)
)ClW1indexsqlite_autoindex_carddav_migrations_1carddav_migrationss�
jK1�%indexcarddav_group_user_group_id_idxcarddav_group_userqCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)�iO1�-indexcarddav_group_user_contact_id_idxcarddav_group_userpCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)�ng11�tablecarddav_group_usercarddav_group_usernCREATE TABLE carddav_group_user (
	group_id   integer NOT NULL,
	contact_id integer NOT NULL,

	PRIMARY KEY(group_id,contact_id),

	
	FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE,
	FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE
)ChW1indexsqlite_autoindex_carddav_group_user_1carddav_group_usero
��		















���~H��|R!
�
�
�
E

��yK���(/30022-accountflags2025-07-20 07:15:09,730021-addressbookflags2025-07-20 07:15:09/=30020-distinctcolumnnames2025-07-20 07:15:09,730019-accountentities32025-07-20 07:15:09,730018-accountentities22025-07-20 07:15:09+530017-accountentities2025-07-20 07:15:094G30016-increasetextfieldlengths2025-07-20 07:15:09/=30015-fixmysqlconstraints2025-07-20 07:15:096K30014-unifytimestampdefaultvalue2025-07-20 07:15:09>[30013-changemysqlcollationscasesensitive2025-07-20 07:15:09/
=30012-fixmysqlconstraints2025-07-20 07:15:093E30011-unifymigrationsidcolumn2025-07-20 07:15:094G30010-increasetextfieldlengths2025-07-20 07:15:09/
=30009-dropauthschemefield2025-07-20 07:15:09(	/30008-unifyindexes2025-07-20 07:15:092C30007-replaceurlplaceholders2025-07-20 07:15:09+530006-rmgroupsnotnull2025-07-20 07:15:093E30005-changemysqlut8toutf8mb42025-07-20 07:15:094G30004-fixtimestampdefaultvalue2025-07-20 07:15:094G30003-fixtimestampdefaultvalue2025-07-20 07:15:094G30002-increasetextfieldlengths2025-07-20 07:15:09&+30001-categories2025-07-20 07:15:09"#30000-dbinit2025-07-20 07:15:09

a����wV=����^:
�
�
�
�
�
w
a/0022-accountflags70021-addressbookflags=0020-distinctcolumnnames70019-accountentities370018-accountentities250017-accountentities!G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints
 E0011-unifymigrationsidcolumn!G0010-increasetextfieldlengths=0009-dropauthschemefield
/0008-unifyindexes	C0007-replaceurlplaceholders50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories#	0000-dbinit
���RM3'�%04fecddae9df2c05975fdb0b5ea1da262025-07-20 07:15:1239.60.247.196bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiQms4ZUNqQisyenFDYWYwanpqTEFKbWFvOWtqNndBbkNZdjFmN0tQSVRoU0hUK1c5c2MvSEpRNGRVdkxZRFRDc2lQWDhKcFVCcjhPNFlRWDJsMVppb2xnNDYxbjRYUmR1Ijtsb2dpbl90aW1lfGk6MTc1Mjk5NTcwOTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJUbnpPWXBvSEdnTGM4TTdvaTZWRmw2VTVjQ20zS2pibiI7cmVxdWVzdF90b2tlbnxzOjMyOiJnV1VKNERmSW41Q3dlN0RDazdReUNZQ0RBRGJOV3FRTyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTowO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fWJyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToyOntzOjc6IklOQk9YOjEiO2I6MDtzOjc6IklOQk9YOjIiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
``��6M3'�m9858bff9752cbb301766f51bc3a8a05b2025-07-30 08:41:2259.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJZb0Rpd3NzTXhzeXZNN1FNNWZDVzYzNjlib3lZMUdiNCI7�dM3+�Ed2ef86d207dc1eb4c62ece1bd44314122025-07-28 07:23:50169.150.254.165bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoicjdDUXExWVBQdEpNNkhyTUQ3cTdZRW4yZDZEYnpidGFxKzg3RVR1eFpWN1NreURHSE9Selo0WEsvdGV6dHNiTUlBRElqLzJGdFQwZmVvWVVGcVJaZXF6ajhCMG5qTFFzIjtsb2dpbl90aW1lfGk6MTc1MzY4Njk1NjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJReGVmZG5wdWdxNXZFMjdFcWNSYkZ6WWRHNVhBT1I1UyI7cmVxdWVzdF90b2tlbnxzOjMyOiJIQThpanp6d0VPRERSN3JpNHNCYldXdlNhc1F4OFNraiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjg7czo2OiJtYXh1aWQiO2k6ODt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6NTt9bGlzdF9tb2Rfc2VxfHM6MjoiMTIiO2Jyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjc6IklOQk9YOjciO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
{{��M3'�f59399a452cb2a1689fc20cc7b6513b12025-07-31 07:14:42185.98.169.88bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiQ1RDNHdZeVJkek53OUhGNzMyUWM1QzFtaElFS3BFUXNWeE8vb2J0d1BkU05xRC9VWGVVMU4rb2kxQjl5Z1l5ZFdSVm10cGo4QTdwbEhJWUd5Q1dnRDVGS1lDZy85d2ZXIjtsb2dpbl90aW1lfGk6MTc1Mzk0NTEwNjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJOaUJ2dEMwdTd4OXNOcnpPMzFBR3VzMmVDa0ExMnhRVCI7cmVxdWVzdF90b2tlbnxzOjMyOiI3MjNINHNOTDlLQlFzSkF2U2dRU0wxMDd5YkJyV0xOZiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6ODtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToxMjtzOjY6Im1heHVpZCI7aToxMjt9fWxpc3RfbW9kX3NlcXxzOjI6IjE3Ijticm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6MTp7czo4OiJJTkJPWDoxMSI7YjowO313cml0ZWFibGVfYWJvb2t8YjoxOw==
HH�6M3'�m0d2680f1b5a87de8405ff1e19fe8428b2025-08-02 05:08:1859.103.33.155bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJyTVhBTlVlMU51aWl3eFZqT1kxNE1GMGw3QVZUV21VaiI7�|M3+�u4d1fff43673b08ca699b94f33ca056cd2025-08-01 09:37:35169.150.254.165bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiekNkdXgzQkpzQmVDM0ZaQ1pLb2wrRXNTem9LVVh0Mk4wZjlBc0p5UUhXVi8zWUdCOExoUVZWNzZTWnlaQzNXcFJSc0xQUEtReHJUUzg4S2xGRUw2eDM4RmpPWlRucDNiIjtsb2dpbl90aW1lfGk6MTc1NDA0MTA1MjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJZWjBsUGZuOGdScWZKYUZCdldNM2s2WWZYVWFtRFo1dyI7cmVxdWVzdF90b2tlbnxzOjMyOiI2S3RoMWM5VzdTb25zcmJTUkpISGtMT2hxOVlRajVkMSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjEyO3M6NjoibWF4dWlkIjtpOjEyO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTo4O31saXN0X21vZF9zZXF8czoyOiIxNyI7
��6�~M3'�}36a3810897a86ae121e7d562a1fc3d0e2025-08-03 03:54:45154.47.25.215bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoidHBSdzhYWSs0dEJOY3dSb2UyR1RNdGlKcXRTUXZ5VnFUNEVnQ1dhQXVacndtdDhtR1BETlFPbnVrRmNvZTg5VWthdVJ3d3VNTmtNcGhzZ1pVN2pwenRpS1BqaHdyOU9GIjtsb2dpbl90aW1lfGk6MTc1NDE5MzI4MjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJIb2FkdEFmSGp2SzlLRDJENlVxbjVwQW5sYlV2S1U3SSI7cmVxdWVzdF90b2tlbnxzOjMyOiJzVUVDN2h2a1pzV1RERXhTTHBOM2JhZEJRNzFrY2tEYiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjE0O3M6NjoibWF4dWlkIjtpOjE0O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxMDt9bGlzdF9tb2Rfc2VxfHM6MjoiMTkiOw==
{{��M3'�112d2b56cafba2ee1ed67f4ad909309a2025-08-03 04:43:15154.47.25.215bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiaE5BRk05TkppRkZFYnQ0YmlNaDFDZ09iQU1ubzVrV2tSL2N2c3Z0VUErK1AwbzhNSXlqWC9aUWRQSWR4SG5SYVdheUtHVjZjNVppaWhoL1pFVHh0L0pmT0J5Y2RmcWZ3Ijtsb2dpbl90aW1lfGk6MTc1NDE5NTY0MDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiIzbVlLbEg0UGRCckVQVW11WXdZUFEwTjc0OGpXM1QxSyI7cmVxdWVzdF90b2tlbnxzOjMyOiJJZ3J4SFZsZTMwc2lTYXF1d2dPRDd0b0o2bUFiSFpWeiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjE2O3M6NjoibWF4dWlkIjtpOjE2O319dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxMTtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31saXN0X21vZF9zZXF8czoyOiIyMiI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjE6e3M6ODoiSU5CT1g6MTUiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
����S	M3)�%2b5b62c0362f9083463bb9cb09c0204e2025-08-05 03:33:22149.88.105.115bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5Njoialc3TnkyMHRwR2hxelB2L00xREs3aDhhSWc1M2x2NC9JeUVUTTJiTFp2eTh5VUlNT1laL0FuVWkrZWFJN0RidHR1K3pBb3J5R2UxSnRhMGlKSk1GMDBaRXBXL1JQTVp6Ijtsb2dpbl90aW1lfGk6MTc1NDM2NDc5OTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJHMloycmtwclk2WXB6alBCdjBkUVowcWlaSzFtREFDZCI7cmVxdWVzdF90b2tlbnxzOjMyOiJQTjdsZFU3cVlQV3Bhb3ozQ24yWG1iam9nWkt4bFNjaiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxMjtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=
L�g
M3)�M567db4f0e7c392b86fb5caccd546f3e92025-08-05 05:51:0179.127.187.196bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiNUVVWStYd0pDNjhJQVp6ZVo2Q3JsVXhnakhyb1h6c1RSNHpQV1E3T09rWVhyNjlFdTFxK2o1YWh5ckg4dUNJVW1EUGwxRWVUVW1SZ0N6SThzK2FoSVNmWW9GNkY3RHZXIjtsb2dpbl90aW1lfGk6MTc1NDM3MjM4MDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJjTVpjQzd0alBySFZ4MjFwaWd4NzNHa3B1WUpKbDQxVyI7cmVxdWVzdF90b2tlbnxzOjMyOiJ2bHhuVUF3NkVqdGd5cnJZUmRkakc0YVV5OXhFSVBoeiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjE4O3M6NjoibWF4dWlkIjtpOjE4O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxMjt9bGlzdF9tb2Rfc2VxfHM6MjoiMjUiO2Jyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjg6IklOQk9YOjE4IjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
���)�6M3'�m8e16e4d151a6e3727d01b2d83fe2e9fd2025-08-07 05:26:3459.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJNVnZ1bnZweEtNbUZFNTBEeWVjUHVmMHpnMktQb2NkOSI7�SM3)�%6f4e928ba1e6ae3c7531bfc19ba832db2025-08-06 03:52:2489.187.175.137bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoieE1GNjZsMEt0Q3pDcTJJWXBOMy9LMFlLT1BOYjBpS3lZdUJaN1RXaEJqQXZTTDdMOGhjWi81SFd0aFpzOVdYNThyMW9HNkpBclJKMTYwb1VtdDdZSHVFbmltMjA0bjVtIjtsb2dpbl90aW1lfGk6MTc1NDQ1MjM0MTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiI2WVdHVGU1NktuRW9YYTYwbHYxcDBKcVZ6MHN2bEw4RCI7cmVxdWVzdF90b2tlbnxzOjMyOiJyOTRRdkVEVmdKbW5VVGFYV3dYMGx0N2gwQ3pzdktSNyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxNDtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=
hh��
M3%�-addf84c12b02755f1090a1c35c2013a82025-08-07 11:09:44149.88.21.15bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiZGszU2tXVkUyb1V2d1NEQlBCdjdzcFpMUVZXdDNiSnc5T2lueTFPUXlWdis0TXMrNVNZTkxqcUZnSVVpb2I2ZDFTVzhLdTJpUkRlMkMveUVhUUF5YmJjbWNvbEdnK3cwIjtsb2dpbl90aW1lfGk6MTc1NDU2NDczNztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJEdlo5emdlejNjUVd5SkVkVkljdUhaSzBqbzYzTkt1ViI7cmVxdWVzdF90b2tlbnxzOjMyOiJBb1d6cXdzMEpRV0tWUDM4ZWNJYzVQcHJzRTEyTHo2UCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MTU7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6MjE7czo2OiJtYXh1aWQiO2k6MjE7fX1saXN0X21vZF9zZXF8czoyOiIyOCI7
���(�6M3'�mdb9c4698728727797c33a0bd099076922025-08-08 09:43:4359.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJDeFAySHRCTnl3M0M1VHQ2RFN6OHZmcjFpWk1RcXV2RCI7�RM3'�%05122ab7db0c63aecc53352412608fe82025-08-08 03:58:0879.127.136.66bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiNHBCakUrR0FpT25CenNIT1N1TEZhem9Wb2g2NmtuL0p5VHlORmIyRk5weE14bXJGRmNIaWtnQzV2Zjl4bkthcjZGM1h1MjVXTUlHcVY1eDUzZzUxOXYwNVh0T05WZzNyIjtsb2dpbl90aW1lfGk6MTc1NDYyNTQ4NDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJBcnROOGtsdm9vTFJRU2RPbHRFYlhZc0dpckhUeG1DaiI7cmVxdWVzdF90b2tlbnxzOjMyOiJWcTl3OWdad3hoOFBReFppaGdHZE1lQ0tNYXIzcVU1SCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxNTtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=
�f���6M3'�mccebb77653bd0e9d6ac7923ed565623c2025-08-12 04:30:2559.103.33.154bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJKa3Z1YzZGbUtqRW1XVmVYb2VjS212UE5Ub1dkREx6SSI7�M3)�-6ac511ff6d1fdca5e8450c4753c8fc2f2025-08-09 04:20:3779.127.136.205bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiaW1ZUkJqbkRlNTByRWgxY1pOSUU2YkdPRWJNMGhPMzROTE1lSStYNFhsL21vN2NHcC9uQ1FWZ1VzajJ2bVM0Y1lFOGQxZWhuSHh0NzhUQU0yaWl4V09HdElTNklTMUwwIjtsb2dpbl90aW1lfGk6MTc1NDcxMzIzNTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJ3UUhVNDZDeHB2clFvSGlIZmMySUVxWGFKdVdaY0w3biI7cmVxdWVzdF90b2tlbnxzOjMyOiJrTEJwcHZhZklIZU9qcmNHbG43cE1TTzBMV0M1RHhJUCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MTU7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6MjI7czo2OiJtYXh1aWQiO2k6MjI7fX1saXN0X21vZF9zZXF8czoyOiIzMCI7
����RM3'�%ab51a993897c4cb5f5314ebfb65a173d2025-08-25 09:38:1095.173.217.25bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiY1J4dWJ0b2QyK2RkRFJ4SWdJSXM3V3hPTFRuVVdqSUMyaTNabk9vc3JMSTUvNTRaK2tGaTZCaVdmZllHbWttY3hCWHIrcGN3VnpENUxOY3lBYkJDT3ZLUnZsQlNKVmdoIjtsb2dpbl90aW1lfGk6MTc1NjExNDY4NztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJjQjFYT2tMTHNsd2Y4WTVOaUUwdmlUelZFZld4TUZoZSI7cmVxdWVzdF90b2tlbnxzOjMyOiJpck12YWlTVG15Q2NvU0pST1Zyem9hSkQ5RHFqM0VURCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxNTtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=
cc��M3'�52b9604bd4433c3224535456b065113e52025-08-25 10:36:3795.173.217.25bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiVGRIODFiMHZiSjh4VE9CbERMWnE4U25hbERsZWpDeEp1U3MvRkRJcDRXWm1US0paeTZmK3psbktwRG9aSmUvSWtvd2JWWnF0bi9OaXRhdVBOem5QNUUyRnY0eXFacjNvIjtsb2dpbl90aW1lfGk6MTc1NjExNzM0MTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiI0SzZrUFhEVnl5dU04Yk1McFR1MkNrSzg3ZFB3MDB6cSI7cmVxdWVzdF90b2tlbnxzOjMyOiJJVXRhU1ZJeThTZFpjVUxBZGpNeHluMFF2WjlMVHdJWiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MTtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyNTtzOjY6Im1heHVpZCI7aToyNTt9fWxpc3RfbW9kX3NlcXxzOjI6IjM2Ijticm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6Mjp7czo4OiJJTkJPWDoyMyI7YjowO3M6ODoiSU5CT1g6MjQiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
8�{M3)�ueb0e071da70e8351b3bef1ea05fd945f2025-09-02 05:35:4289.187.175.148bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiREVNL1E4RE9PSmg3aFczcHNzYzNWQ3A0aHhWVWEyK2hrY1hSRytjQ2Q1eGw3TC8rWjhYUS8yNnlGNXdveUZNY0RjSENLT0xDRkxOV1FIdU5jUXp0TUZFbTkyVjNzTTd6Ijtsb2dpbl90aW1lfGk6MTc1Njc5MTMzODtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiI3eksyYnplZ2dmODRNdUR1Y0F6cUhaMWRnUmc4T1g0QiI7cmVxdWVzdF90b2tlbnxzOjMyOiJYZjVJOGdEcmo2dFZQT1NEQXlJNnJsM01NUmNjcFdTMiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjI1O3M6NjoibWF4dWlkIjtpOjI1O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxO31saXN0X21vZF9zZXF8czoyOiIzNiI7
��3�M3)�}cee44a056a835d7deb1014ea211c988a2025-09-03 06:55:21185.220.69.190bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoieUtwK1VUMGlFa1QwK1dMS1M1WkdxczMzRGhjbWZOa2VZSHNSVVhPYVlEYisyczBobmhQZEQvTkR4eDVud2wyeTkwaElSbHJtSlAxT2Jqa25vOFo0ZDQwNWRTRkx6U3BpIjtsb2dpbl90aW1lfGk6MTc1Njg4MjExMTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJKc2g3SDZiNWRDWW5FaUZPY2xYWUFxT2lYUmpTbkZNbCI7cmVxdWVzdF90b2tlbnxzOjMyOiJFblcxM3lOS24yZWR2SU1aNHE4QTRPM1dhRldJZ0VibyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjI5O3M6NjoibWF4dWlkIjtpOjI5O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTozO31saXN0X21vZF9zZXF8czoyOiI0MiI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjI6e3M6ODoiSU5CT1g6MjYiO2I6MDtzOjg6IklOQk9YOjI4IjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
����TM3+�%784684b1800af8bbead74f66b6b8cbca2025-09-04 03:44:57103.102.159.167bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiNDU5N1E1c2djM3FsSUk0TzJPSDlLREFwQUhSd1NrWHozb1BCN3k2dGk3dDdCTUZIY1Q4K3FOVkJxZUVrd01MSUlzR3I0bWRvRlc2ZlE2YXZpVFhrd1BSeC9qWXdSeVBEIjtsb2dpbl90aW1lfGk6MTc1Njk1NzQ5NTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiI1T1dEUm5HbjlsQUFKTXJuVENYNGd2ZG1RMEtpSHBrUCI7cmVxdWVzdF90b2tlbnxzOjMyOiJEdGxqQWR5SDdEVkxHbEV3b1ZvSlVDMkxrRkhpVk9PbyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTozO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==
�{M3)�uc9a484cec04ac3a7e6499f4bbef211d62025-09-04 09:24:3537.221.112.219bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6InN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiYnZ4V0xwdFY3eDNLQUFOdzF2VjdYZDN1VFRMcXB1cnZsTjNLZUhGZVQ2eGJwbFRTQ2d6QURldmRzaHgxd1NCdkhFT0xXRHhmcE1ya1ZMMEVhUG1jNmZwb29RQ0tPOEgwIjtsb2dpbl90aW1lfGk6MTc1Njk3Nzg3MTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiI0MU1icFo5ZjFib1FJdjNoOTUzYWtUb1c4N3FUQzg1cCI7cmVxdWVzdF90b2tlbnxzOjMyOiJFRlZwSldkRHptejlDbU82eW5hT3E3bmJNeW8wN3I4aiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjMwO3M6NjoibWF4dWlkIjtpOjMwO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTo0O31saXN0X21vZF9zZXF8czoyOiI0MyI7team.rcube.db000060000001650000151006266300007071 0ustar00SQLite format 3@  &uO&.�*�a�����VXDM.:'
!!�\k33�iteam@24hourwaterdamagerestorationlongisland.comlocalhost2025-08-02 11:31:062025-08-04 10:01:48en_GBa:3:{s:11:"client_hash";s:16:"dKSmKgWXk4QEnXSd";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;}
��<k	team@24hourwaterdamagerestorationlongisland.comlocalhost


��*	3/2025-08-02 11:31:06Imported Contacts
��		





��O
	3	

k


2025-08-02 11:31:06team@24hourwaterdamagerestorationlongisland.com
��		
��3k	team@24hourwaterdamagerestorationlongisland.com

	�Fc
���
/	��	h4��-�F�~�KtableresponsesresponsesCREATE TABLE responses (
  response_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(255) NOT NULL,
  data text NOT NULL,
  is_html tinyint NOT NULL default '0'
)d3!�indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)j
7!�	indexix_identities_user_ididentitiesCREATE INDEX ix_identities_user_id ON identities(user_id, del)�u!!�5tableidentitiesidentities
CREATE TABLE identities (
  identity_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  standard tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  organization varchar(128) default '',
  email varchar(128) NOT NULL default '',
  "reply-to" varchar(128) NOT NULL default '',
  bcc varchar(128) NOT NULL default '',
  signature text NOT NULL default '',
  html_signature tinyint NOT NULL default '0'
)�I3�Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)�~
33�#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses (
  address_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  name varchar(255) NOT NULL default '',
  email varchar(255) NOT NULL,
  "type" integer NOT NULL
)�	O3�1indexix_contactgroupmembers_contact_idcontactgroupmembers
CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)�33�]tablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers (
  contactgroup_id integer NOT NULL
    REFERENCES contactgroups(contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE,
  contact_id integer NOT NULL
    REFERENCES contacts(contact_id) ON DELETE CASCADE ON UPDATE CASCADE,
  created datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY (contactgroup_id, contact_id)
)EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers	v='�indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)�[''�utablecontactgroupscontactgroupsCREATE TABLE contactgroups (
  contactgroup_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default ''
)b3�indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)��atablecontactscontactsCREATE TABLE contacts (
  contact_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  email text NOT NULL default '',
  firstname varchar(128) NOT NULL default '',
  surname varchar(128) NOT NULL default '',
  vcard text NOT NULL default '',
  words text NOT NULL default ''
)f/�indexix_users_usernameusersCREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)��tableusersusersCREATE TABLE users (
  user_id integer NOT NULL PRIMARY KEY,
  username varchar(128) NOT NULL default '',
  mail_host varchar(128) NOT NULL default '',
  created datetime NOT NULL default '0000-00-00 00:00:00',
  last_login datetime DEFAULT NULL,
  failed_login datetime DEFAULT NULL,
  failed_login_counter integer DEFAULT NULL,
  language varchar(16),
  preferences text DEFAULT NULL
)

	��	wo	H<������K#�x��8
�
�
�bGG�A'�Qtablefilestorefilestore*CREATE TABLE filestore (
    file_id integer NOT NULL PRIMARY KEY,
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    context varchar(32) NOT NULL,
    filename varchar(128) NOT NULL,
    mtime integer NOT NULL,
    data text NOT NULL
)m;%�indexix_cache_shared_expirescache_shared CREATE INDEX ix_cache_shared_expires ON cache_shared(expires)�6%%�/tablecache_sharedcache_sharedCREATE TABLE cache_shared (
  cache_key varchar(255) NOT NULL,
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (cache_key)
)7K%indexsqlite_autoindex_cache_shared_1cache_sharedP-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)��tablecachecacheCREATE TABLE cache (
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  cache_key varchar(128) NOT NULL default '',
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (user_id, cache_key)
))=indexsqlite_autoindex_cache_1cacheA�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)��tablesearchessearchesCREATE TABLE searches (
  search_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  "type" smallint NOT NULL DEFAULT '0',
  name varchar(128) NOT NULL,
  data text NOT NULL
)�C!�/indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)�U!!�utabledictionarydictionaryCREATE TABLE dictionary (
  user_id integer DEFAULT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  language varchar(16) NOT NULL,
  data text NOT NULL
)Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)�V�tablesessionsessionCREATE TABLE session (
  sess_id varchar(128) NOT NULL PRIMARY KEY,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  ip varchar(40) NOT NULL default '',
  vars text NOT NULL
)-Aindexsqlite_autoindex_session_1sessionf5�indexix_responses_user_idresponsesCREATE INDEX ix_responses_user_id ON responses(user_id, del),v&?)�indexix_cache_messages_expirescache_messages)CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);%O)indexsqlite_autoindex_cache_messages_1cache_messages(�u$))�%tablecache_messagescache_messages'CREATE TABLE cache_messages (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    uid integer NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    flags integer NOT NULL DEFAULT '0',
    PRIMARY KEY (user_id, mailbox, uid)
)n#;%�	indexix_cache_thread_expirescache_thread&CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7"K%indexsqlite_autoindex_cache_thread_1cache_thread%�(!%%�tablecache_threadcache_thread$CREATE TABLE cache_thread (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)j 9#�indexix_cache_index_expirescache_index#CREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_index"�N##�ctablecache_indexcache_index!CREATE TABLE cache_index (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    valid smallint NOT NULL DEFAULT '0',
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)�u�t
���$M9fb96d455e420cb14df242fce101e6b6#M	1ab39c77f68015362c936b98318bbd02
���32025-08-04 10:01:553	2025-08-02 11:32:10




XX�%	u3�=DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a2025-08-04 10:15:53czo1ODoiY2FsZW5kYXJzL3RlYW1AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLyI7
��8	u	DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a
��3	2025-08-04 10:15:53














s���s$;!calendar-caldav-version2014041700&?!calendar-database-version2021102600-!libkolab-version2023111200/!roundcube-version2022081200
�����;calendar-caldav-version?calendar-database-version-libkolab-version/	roundcube-version
����bF
���.
�	2�q��D�v��HA
��I:--�Etablekolab_cache_notekolab_cache_note>CREATE TABLE kolab_cache_note (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)�x733�tablekolab_cache_journalkolab_cache_journal;CREATE TABLE kolab_cache_journal (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)p{(5�/indexix_filestore_user_idfilestore+CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)�973�+indexix_journal_uid2msguidkolab_cache_journal=CREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E8Y3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journal<x61-�indexix_task_uid2msguidkolab_cache_task:CREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?5S-indexsqlite_autoindex_kolab_cache_task_1kolab_cache_task9�o4--�tablekolab_cache_taskkolab_cache_task8CREATE TABLE kolab_cache_task (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)|33/�#indexix_event_uid2msguidkolab_cache_event7CREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)A2U/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event6�r1//�tablekolab_cache_eventkolab_cache_event5CREATE TABLE kolab_cache_event (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�073�+indexix_contact_uid2msguidkolab_cache_contact4CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r/+3�indexix_contact_typekolab_cache_contact3CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)E.Y3indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact2�p-33�tablekolab_cache_contactkolab_cache_contact1CREATE TABLE kolab_cache_contact (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)h,-'�	indexix_resource_typekolab_folders0CREATE INDEX ix_resource_type ON kolab_folders(resource, type)�+''�qtablekolab_folderskolab_folders/CREATE TABLE kolab_folders (
  folder_id INTEGER NOT NULL PRIMARY KEY,
  resource VARCHAR(255) NOT NULL,
  type VARCHAR(32) NOT NULL,
  synclock INTEGER NOT NULL DEFAULT '0',
  ctag VARCHAR(128) DEFAULT NULL,
  changed DATETIME DEFAULT NULL
)+*?indexsqlite_autoindex_system_1system-o)�9tablesystemsystem,CREATE TABLE system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
)
JJ�3�!3dav://team%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/team@24hourwaterdamagerestorationlongisland.com/calendar/event17541209182025-08-04 06:05:53
kk��	dav://team%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/team@24hourwaterdamagerestorationlongisland.com/calendar/event



















*�E
�
�
�
�
<	��KK�v��*H�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  u�|M55�tablekolab_cache_dav_taskkolab_cache_dav_taskRCREATE TABLE kolab_cache_dav_task (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)IL]7indexsqlite_autoindex_kolab_cache_dav_event_1kolab_cache_dav_eventQ�K77�tablekolab_cache_dav_eventkolab_cache_dav_eventPCREATE TABLE kolab_cache_dav_event (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)�J3;�%indexix_contact_type_davkolab_cache_dav_contactOCREATE INDEX ix_contact_type_dav ON kolab_cache_dav_contact(folder_id, type)MIa;indexsqlite_autoindex_kolab_cache_dav_contact_1kolab_cache_dav_contactN�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id, uid)
)�G95�/indexix_freebusy_uid2msguidkolab_cache_freebusyLCREATE INDEX ix_freebusy_uid2msguid ON kolab_cache_freebusy(folder_id,uid,msguid)GF[5indexsqlite_autoindex_kolab_cache_freebusy_1kolab_cache_freebusyK�{E55�tablekolab_cache_freebusykolab_cache_freebusyJCREATE TABLE kolab_cache_freebusy (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�DC?�Cindexix_configuration_uid2msguidkolab_cache_configurationICREATE INDEX ix_configuration_uid2msguid ON kolab_cache_configuration(folder_id,uid,msguid)�
C7?�+indexix_configuration_typekolab_cache_configurationHCREATE INDEX ix_configuration_type ON kolab_cache_configuration(folder_id,type)QBe?indexsqlite_autoindex_kolab_cache_configuration_1kolab_cache_configurationG�A??�tablekolab_cache_configurationkolab_cache_configurationFCREATE TABLE kolab_cache_configuration (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)x@1-�indexix_file_uid2msguidkolab_cache_fileECREATE INDEX ix_file_uid2msguid ON kolab_cache_file(folder_id,uid,msguid)v?1-�indexix_folder_filenamekolab_cache_fileCCREATE INDEX ix_folder_filename ON kolab_cache_file(folder_id,filename)?>S-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_fileB�o=--�tablekolab_cache_filekolab_cache_fileACREATE TABLE kolab_cache_file (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  filename varchar(255) DEFAULT NULL,
  PRIMARY KEY(folder_id,msguid)
)x<1-�indexix_note_uid2msguidkolab_cache_note@CREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)?;S-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_note?

















�gTf	�g(���g���BX--�7tablecarddav_accountscarddav_accounts^CREATE TABLE carddav_accounts (
	id              integer NOT NULL PRIMARY KEY,
	accountname     TEXT NOT NULL,
	username        TEXT NOT NULL,
	password        TEXT NOT NULL,
	discovery_url   TEXT,
	user_id         integer NOT NULL,
	last_discovered BIGINT NOT NULL DEFAULT 0,  
	rediscover_time INT NOT NULL DEFAULT 86400, 

	presetname      TEXT,                       

	flags        integer NOT NULL DEFAULT 0,

	UNIQUE(user_id,presetname),

	
	FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE
)mW;%�indexix_kolab_alarms_user_idkolab_alarms]CREATE INDEX ix_kolab_alarms_user_id ON kolab_alarms(user_id)7VK%indexsqlite_autoindex_kolab_alarms_1kolab_alarms\GN[5indexsqlite_autoindex_kolab_cache_dav_task_1kolab_cache_dav_taskS�oU%%�!tablekolab_alarmskolab_alarms[CREATE TABLE kolab_alarms (
  alarm_id VARCHAR(255) NOT NULL,
  user_id INTEGER NOT NULL,
  notifyat DATETIME DEFAULT NULL,
  dismissed TINYINT(3) NOT NULL DEFAULT '0',
  PRIMARY KEY(alarm_id,user_id)
)|T9+�!indexix_itipinvitations_uiditipinvitationsZCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=SQ+indexsqlite_autoindex_itipinvitations_1itipinvitationsY�R++�mtableitipinvitationsitipinvitationsXCREATE TABLE itipinvitations (
  token varchar(64) NOT NULL PRIMARY KEY,
  event_uid varchar(255) NOT NULL,
  user_id integer NOT NULL default '0',
  event text NOT NULL,
  expires datetime NOT NULL default '1000-01-01 00:00:00',
  cancelled tinyint(1) NOT NULL default '0',
  CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)�Q##�itableattachmentsattachmentsWCREATE TABLE attachments (
  attachment_id integer NOT NULL PRIMARY KEY,
  event_id integer NOT NULL default '0',
  filename varchar(255) NOT NULL default '',
  mimetype varchar(255) NOT NULL default '',
  size integer NOT NULL default '0',
  data text NOT NULL default '',
  CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id)
    REFERENCES events(event_id)
)�JP�otableeventseventsUCREATE TABLE events (
  event_id integer NOT NULL PRIMARY KEY,
  calendar_id integer NOT NULL default '0',
  recurrence_id integer NOT NULL default '0',
  uid varchar(255) NOT NULL default '',
  instance varchar(16) NOT NULL default '',
  isexception tinyint(1) NOT NULL default '0',
  created datetime NOT NULL default '1000-01-01 00:00:00',
  changed datetime NOT NULL default '1000-01-01 00:00:00',
  sequence integer NOT NULL default '0',
  start datetime NOT NULL default '1000-01-01 00:00:00',
  end datetime NOT NULL default '1000-01-01 00:00:00',
  recurrence varchar(255) default NULL,
  title varchar(255) NOT NULL,
  description text NOT NULL,
  location varchar(255) NOT NULL default '',
  categories varchar(255) NOT NULL default '',
  url varchar(255) NOT NULL default '',
  all_day tinyint(1) NOT NULL default '0',
  free_busy tinyint(1) NOT NULL default '0',
  priority tinyint(1) NOT NULL default '0',
  sensitivity tinyint(1) NOT NULL default '0',
  status varchar(32) NOT NULL default '',
  alarms text default NULL,
  attendees text default NULL,
  notifyat datetime default NULL,
  CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id)
    REFERENCES calendars(calendar_id)
)�O�}tablecalendarscalendarsTCREATE TABLE calendars (
  calendar_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL default '0',
  name varchar(255) NOT NULL default '',
  color varchar(255) NOT NULL default '',
  showalarms tinyint(1) NOT NULL default '1',
  driver varchar(255) NOT NULL default 'database',
  CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)







PP�-S�M	cPCardDAV%l@%d{ENCRYPTED}oTN+Dub7YBNk0acKRdsOPA==https://127.0.0.1:2080/addressbooks/team@24hourwaterdamagerestorationlongisland.com/addressbook/h��
Q�cPCardDAV
��
		cPCardDAV
tt�	
)�M!	cPanel CardDAVhttps://127.0.0.1:2080/addressbooks/team@24hourwaterdamagerestorationlongisland.com/addressbook/h��1754120918
�<#	6�zR�N����K<J�
�
*	�zfzfC)�indexcarddav_groups_abook_id_idxcarddav_groupsmCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)�c))�[tablecarddav_groupscarddav_groupsjCREATE TABLE carddav_groups (
	id       integer NOT NULL PRIMARY KEY,
	abook_id integer NOT NULL,
	name VARCHAR(255) NOT NULL, 
	vcard TEXT,        
	etag VARCHAR(255), 
	uri  VARCHAR(255), 
	cuid VARCHAR(255), 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
);eO)indexsqlite_autoindex_carddav_groups_2carddav_groupsl;dO)indexsqlite_autoindex_carddav_groups_1carddav_groupsk�bI/�!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypesiCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id)�a`//�qtablecarddav_xsubtypescarddav_xsubtypesgCREATE TABLE carddav_xsubtypes (
	id       integer NOT NULL PRIMARY KEY,
	typename VARCHAR(128) NOT NULL,  
	subtype  VARCHAR(128) NOT NULL,  
	abook_id integer NOT NULL,

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE,
	UNIQUE(typename,subtype,abook_id)
)AaU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesh�_G-�indexcarddav_contacts_abook_id_idxcarddav_contactsfCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)�\--�[tablecarddav_contactscarddav_contactscCREATE TABLE carddav_contacts (
	id           integer NOT NULL PRIMARY KEY,
	abook_id     integer NOT NULL,
	name         VARCHAR(255) NOT NULL, 
	email        VARCHAR(255),          
	firstname    VARCHAR(255),
	surname      VARCHAR(255),
	organization VARCHAR(255),
	showas       VARCHAR(32) NOT NULL DEFAULT '', 
	vcard        TEXT NOT NULL,         
	etag         VARCHAR(255) NOT NULL, 
	uri          VARCHAR(255) NOT NULL, 
	cuid         VARCHAR(255) NOT NULL, 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
)?^S-indexsqlite_autoindex_carddav_contacts_2carddav_contactse?]S-indexsqlite_autoindex_carddav_contacts_1carddav_contactsdd�[S5�5indexcarddav_addressbooks_account_id_idxcarddav_addressbooksbCREATE INDEX carddav_addressbooks_account_id_idx ON carddav_addressbooks(account_id)�jZ55�wtablecarddav_addressbookscarddav_addressbooks`CREATE TABLE carddav_addressbooks (
	id           integer NOT NULL PRIMARY KEY,
	name         TEXT NOT NULL,
	url          TEXT NOT NULL,
	last_updated BIGINT NOT NULL DEFAULT 0,  
	refresh_time INT NOT NULL DEFAULT 3600, 
	sync_token   TEXT NOT NULL DEFAULT '', 

	account_id   integer NOT NULL,
	flags        integer NOT NULL DEFAULT 5, 

	
	FOREIGN KEY(account_id) REFERENCES carddav_accounts(id) ON DELETE CASCADE ON UPDATE CASCADE
)?YS-indexsqlite_autoindex_carddav_accounts_1carddav_accounts_��Yk11�]tablecarddav_migrationscarddav_migrationsrCREATE TABLE carddav_migrations (
	id integer NOT NULL PRIMARY KEY,
	filename TEXT NOT NULL,
	processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP,

	UNIQUE(filename)
)ClW1indexsqlite_autoindex_carddav_migrations_1carddav_migrationss�
jK1�%indexcarddav_group_user_group_id_idxcarddav_group_userqCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)�iO1�-indexcarddav_group_user_contact_id_idxcarddav_group_userpCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)�ng11�tablecarddav_group_usercarddav_group_usernCREATE TABLE carddav_group_user (
	group_id   integer NOT NULL,
	contact_id integer NOT NULL,

	PRIMARY KEY(group_id,contact_id),

	
	FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE,
	FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE
)ChW1indexsqlite_autoindex_carddav_group_user_1carddav_group_usero
��		















���~H��|R!
�
�
�
E

��yK���(/30022-accountflags2025-08-02 11:31:06,730021-addressbookflags2025-08-02 11:31:06/=30020-distinctcolumnnames2025-08-02 11:31:06,730019-accountentities32025-08-02 11:31:06,730018-accountentities22025-08-02 11:31:06+530017-accountentities2025-08-02 11:31:064G30016-increasetextfieldlengths2025-08-02 11:31:06/=30015-fixmysqlconstraints2025-08-02 11:31:066K30014-unifytimestampdefaultvalue2025-08-02 11:31:06>[30013-changemysqlcollationscasesensitive2025-08-02 11:31:06/
=30012-fixmysqlconstraints2025-08-02 11:31:063E30011-unifymigrationsidcolumn2025-08-02 11:31:064G30010-increasetextfieldlengths2025-08-02 11:31:06/
=30009-dropauthschemefield2025-08-02 11:31:06(	/30008-unifyindexes2025-08-02 11:31:062C30007-replaceurlplaceholders2025-08-02 11:31:06+530006-rmgroupsnotnull2025-08-02 11:31:063E30005-changemysqlut8toutf8mb42025-08-02 11:31:064G30004-fixtimestampdefaultvalue2025-08-02 11:31:064G30003-fixtimestampdefaultvalue2025-08-02 11:31:064G30002-increasetextfieldlengths2025-08-02 11:31:06&+30001-categories2025-08-02 11:31:06"#30000-dbinit2025-08-02 11:31:06

a����wV=����^:
�
�
�
�
�
w
a/0022-accountflags70021-addressbookflags=0020-distinctcolumnnames70019-accountentities370018-accountentities250017-accountentities!G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints
 E0011-unifymigrationsidcolumn!G0010-increasetextfieldlengths=0009-dropauthschemefield
/0008-unifyindexes	C0007-replaceurlplaceholders50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories#	0000-dbinit
VV�'M3)�M1ab39c77f68015362c936b98318bbd022025-08-02 11:32:10119.156.108.28bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6InRlYW1AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiN3V3dmZkRVc2ZkQ1SDdHN2VpT0Y1WWNUMVAxY0hrTzVJdEFNOWNuY3hTaktSTmpyVDVpN3VFMkVaR1dzK1BYRHAwSkxNaU9UZmhmUUswbHNPVHlyNkZIUVlkMGtJSXBWIjtsb2dpbl90aW1lfGk6MTc1NDEzNDI2NjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiI1c1pLRFoxZUUxREFLWUJrbXpEbE9wVmNyRUFMTlNBcSI7cmVxdWVzdF90b2tlbnxzOjMyOiI3T1lDYm1zUHJVZmxhejJDVVE3djZyVmplZWRpQjlOUSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fWJyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjc6IklOQk9YOjIiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTtmb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyO3M6NjoibWF4dWlkIjtpOjI7fX1saXN0X21vZF9zZXF8czoxOiI0Ijs=
���vM3'�m9fb96d455e420cb14df242fce101e6b62025-08-04 10:01:55156.146.51.76bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6InRlYW1AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiMGtXRnNsQWdSY2VmM2pjcjFmTjVqUVV2UER0TmI2azY5RGZSUDBMNUlEb3NRcUVKM3FVQVhaa1F0T055VG55Z2p2MFl6RS92MzMyRy9uUFlSWGxVOXZZQmsxekh4bHpuIjtsb2dpbl90aW1lfGk6MTc1NDMwMTcwODtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJSeldlNllPNmdYMUlWZ1Z5MUNFbzRqVENYUTFmOEpuSCI7cmVxdWVzdF90b2tlbnxzOjMyOiJjdElNQ1YyVmtLeXdLTGVFdzJ0RkRxM1N4NUhOYll2bSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MjtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31icm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6MTp7czo3OiJJTkJPWDo0IjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6NDtzOjY6Im1heHVpZCI7aTo0O319bGlzdF9tb2Rfc2VxfHM6MToiNyI7quota000064000000000246151006266300005615 0ustar00info:262144000
admin:262144000
contact:262144000
support:262144000
service:262144000
sales:262144000
help:262144000
booking:262144000
office:262144000
team:262144000
help.rcube.db000060000001650000151006266300007073 0ustar00SQLite format 3@  &uO&.�*�a�����VXDM.:'
!!�\k33�ihelp@24hourwaterdamagerestorationlongisland.comlocalhost2025-08-02 11:25:122025-08-04 09:31:23en_GBa:3:{s:11:"client_hash";s:16:"VUWriAYuJMBX13NP";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;}
��<k	help@24hourwaterdamagerestorationlongisland.comlocalhost


��*	3/2025-08-02 11:25:12Imported Contacts
��		





��O
	3	

k


2025-08-02 11:25:12help@24hourwaterdamagerestorationlongisland.com
��		
��3k	help@24hourwaterdamagerestorationlongisland.com

	�Fc
���
/	��	h4��-�F�~�KtableresponsesresponsesCREATE TABLE responses (
  response_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(255) NOT NULL,
  data text NOT NULL,
  is_html tinyint NOT NULL default '0'
)d3!�indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)j
7!�	indexix_identities_user_ididentitiesCREATE INDEX ix_identities_user_id ON identities(user_id, del)�u!!�5tableidentitiesidentities
CREATE TABLE identities (
  identity_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  standard tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  organization varchar(128) default '',
  email varchar(128) NOT NULL default '',
  "reply-to" varchar(128) NOT NULL default '',
  bcc varchar(128) NOT NULL default '',
  signature text NOT NULL default '',
  html_signature tinyint NOT NULL default '0'
)�I3�Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)�~
33�#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses (
  address_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  name varchar(255) NOT NULL default '',
  email varchar(255) NOT NULL,
  "type" integer NOT NULL
)�	O3�1indexix_contactgroupmembers_contact_idcontactgroupmembers
CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)�33�]tablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers (
  contactgroup_id integer NOT NULL
    REFERENCES contactgroups(contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE,
  contact_id integer NOT NULL
    REFERENCES contacts(contact_id) ON DELETE CASCADE ON UPDATE CASCADE,
  created datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY (contactgroup_id, contact_id)
)EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers	v='�indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)�[''�utablecontactgroupscontactgroupsCREATE TABLE contactgroups (
  contactgroup_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default ''
)b3�indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)��atablecontactscontactsCREATE TABLE contacts (
  contact_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  email text NOT NULL default '',
  firstname varchar(128) NOT NULL default '',
  surname varchar(128) NOT NULL default '',
  vcard text NOT NULL default '',
  words text NOT NULL default ''
)f/�indexix_users_usernameusersCREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)��tableusersusersCREATE TABLE users (
  user_id integer NOT NULL PRIMARY KEY,
  username varchar(128) NOT NULL default '',
  mail_host varchar(128) NOT NULL default '',
  created datetime NOT NULL default '0000-00-00 00:00:00',
  last_login datetime DEFAULT NULL,
  failed_login datetime DEFAULT NULL,
  failed_login_counter integer DEFAULT NULL,
  language varchar(16),
  preferences text DEFAULT NULL
)

	��	wo	H<������K#�x��8
�
�
�bGG�A'�Qtablefilestorefilestore*CREATE TABLE filestore (
    file_id integer NOT NULL PRIMARY KEY,
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    context varchar(32) NOT NULL,
    filename varchar(128) NOT NULL,
    mtime integer NOT NULL,
    data text NOT NULL
)m;%�indexix_cache_shared_expirescache_shared CREATE INDEX ix_cache_shared_expires ON cache_shared(expires)�6%%�/tablecache_sharedcache_sharedCREATE TABLE cache_shared (
  cache_key varchar(255) NOT NULL,
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (cache_key)
)7K%indexsqlite_autoindex_cache_shared_1cache_sharedP-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)��tablecachecacheCREATE TABLE cache (
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  cache_key varchar(128) NOT NULL default '',
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (user_id, cache_key)
))=indexsqlite_autoindex_cache_1cacheA�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)��tablesearchessearchesCREATE TABLE searches (
  search_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  "type" smallint NOT NULL DEFAULT '0',
  name varchar(128) NOT NULL,
  data text NOT NULL
)�C!�/indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)�U!!�utabledictionarydictionaryCREATE TABLE dictionary (
  user_id integer DEFAULT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  language varchar(16) NOT NULL,
  data text NOT NULL
)Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)�V�tablesessionsessionCREATE TABLE session (
  sess_id varchar(128) NOT NULL PRIMARY KEY,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  ip varchar(40) NOT NULL default '',
  vars text NOT NULL
)-Aindexsqlite_autoindex_session_1sessionf5�indexix_responses_user_idresponsesCREATE INDEX ix_responses_user_id ON responses(user_id, del),v&?)�indexix_cache_messages_expirescache_messages)CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);%O)indexsqlite_autoindex_cache_messages_1cache_messages(�u$))�%tablecache_messagescache_messages'CREATE TABLE cache_messages (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    uid integer NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    flags integer NOT NULL DEFAULT '0',
    PRIMARY KEY (user_id, mailbox, uid)
)n#;%�	indexix_cache_thread_expirescache_thread&CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7"K%indexsqlite_autoindex_cache_thread_1cache_thread%�(!%%�tablecache_threadcache_thread$CREATE TABLE cache_thread (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)j 9#�indexix_cache_index_expirescache_index#CREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_index"�N##�ctablecache_indexcache_index!CREATE TABLE cache_index (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    valid smallint NOT NULL DEFAULT '0',
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)�u�t
���$Mb6e4930e7322baf278d222603ca587ff#M	4e954a06a9ba14db66f34ee67ed155ed
���32025-08-04 09:42:363	2025-08-02 11:27:14




XX�%	u3�=DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a2025-08-04 09:45:30czo1ODoiY2FsZW5kYXJzL2hlbHBAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLyI7
��8	u	DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a
��3	2025-08-04 09:45:30














s���s$;!calendar-caldav-version2014041700&?!calendar-database-version2021102600-!libkolab-version2023111200/!roundcube-version2022081200
�����;calendar-caldav-version?calendar-database-version-libkolab-version/	roundcube-version
����bF
���.
�	2�q��D�v��HA
��I:--�Etablekolab_cache_notekolab_cache_note>CREATE TABLE kolab_cache_note (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)�x733�tablekolab_cache_journalkolab_cache_journal;CREATE TABLE kolab_cache_journal (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)p{(5�/indexix_filestore_user_idfilestore+CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)�973�+indexix_journal_uid2msguidkolab_cache_journal=CREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E8Y3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journal<x61-�indexix_task_uid2msguidkolab_cache_task:CREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?5S-indexsqlite_autoindex_kolab_cache_task_1kolab_cache_task9�o4--�tablekolab_cache_taskkolab_cache_task8CREATE TABLE kolab_cache_task (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)|33/�#indexix_event_uid2msguidkolab_cache_event7CREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)A2U/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event6�r1//�tablekolab_cache_eventkolab_cache_event5CREATE TABLE kolab_cache_event (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�073�+indexix_contact_uid2msguidkolab_cache_contact4CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r/+3�indexix_contact_typekolab_cache_contact3CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)E.Y3indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact2�p-33�tablekolab_cache_contactkolab_cache_contact1CREATE TABLE kolab_cache_contact (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)h,-'�	indexix_resource_typekolab_folders0CREATE INDEX ix_resource_type ON kolab_folders(resource, type)�+''�qtablekolab_folderskolab_folders/CREATE TABLE kolab_folders (
  folder_id INTEGER NOT NULL PRIMARY KEY,
  resource VARCHAR(255) NOT NULL,
  type VARCHAR(32) NOT NULL,
  synclock INTEGER NOT NULL DEFAULT '0',
  ctag VARCHAR(128) DEFAULT NULL,
  changed DATETIME DEFAULT NULL
)+*?indexsqlite_autoindex_system_1system-o)�9tablesystemsystem,CREATE TABLE system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
)
JJ�3�!3dav://help%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/help@24hourwaterdamagerestorationlongisland.com/calendar/event17541208792025-08-04 05:35:30
kk��	dav://help%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/help@24hourwaterdamagerestorationlongisland.com/calendar/event



















*�E
�
�
�
�
<	��KK�v��*H�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  u�|M55�tablekolab_cache_dav_taskkolab_cache_dav_taskRCREATE TABLE kolab_cache_dav_task (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)IL]7indexsqlite_autoindex_kolab_cache_dav_event_1kolab_cache_dav_eventQ�K77�tablekolab_cache_dav_eventkolab_cache_dav_eventPCREATE TABLE kolab_cache_dav_event (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)�J3;�%indexix_contact_type_davkolab_cache_dav_contactOCREATE INDEX ix_contact_type_dav ON kolab_cache_dav_contact(folder_id, type)MIa;indexsqlite_autoindex_kolab_cache_dav_contact_1kolab_cache_dav_contactN�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id, uid)
)�G95�/indexix_freebusy_uid2msguidkolab_cache_freebusyLCREATE INDEX ix_freebusy_uid2msguid ON kolab_cache_freebusy(folder_id,uid,msguid)GF[5indexsqlite_autoindex_kolab_cache_freebusy_1kolab_cache_freebusyK�{E55�tablekolab_cache_freebusykolab_cache_freebusyJCREATE TABLE kolab_cache_freebusy (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�DC?�Cindexix_configuration_uid2msguidkolab_cache_configurationICREATE INDEX ix_configuration_uid2msguid ON kolab_cache_configuration(folder_id,uid,msguid)�
C7?�+indexix_configuration_typekolab_cache_configurationHCREATE INDEX ix_configuration_type ON kolab_cache_configuration(folder_id,type)QBe?indexsqlite_autoindex_kolab_cache_configuration_1kolab_cache_configurationG�A??�tablekolab_cache_configurationkolab_cache_configurationFCREATE TABLE kolab_cache_configuration (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)x@1-�indexix_file_uid2msguidkolab_cache_fileECREATE INDEX ix_file_uid2msguid ON kolab_cache_file(folder_id,uid,msguid)v?1-�indexix_folder_filenamekolab_cache_fileCCREATE INDEX ix_folder_filename ON kolab_cache_file(folder_id,filename)?>S-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_fileB�o=--�tablekolab_cache_filekolab_cache_fileACREATE TABLE kolab_cache_file (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  filename varchar(255) DEFAULT NULL,
  PRIMARY KEY(folder_id,msguid)
)x<1-�indexix_note_uid2msguidkolab_cache_note@CREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)?;S-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_note?

















�gTf	�g(���g���BX--�7tablecarddav_accountscarddav_accounts^CREATE TABLE carddav_accounts (
	id              integer NOT NULL PRIMARY KEY,
	accountname     TEXT NOT NULL,
	username        TEXT NOT NULL,
	password        TEXT NOT NULL,
	discovery_url   TEXT,
	user_id         integer NOT NULL,
	last_discovered BIGINT NOT NULL DEFAULT 0,  
	rediscover_time INT NOT NULL DEFAULT 86400, 

	presetname      TEXT,                       

	flags        integer NOT NULL DEFAULT 0,

	UNIQUE(user_id,presetname),

	
	FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE
)mW;%�indexix_kolab_alarms_user_idkolab_alarms]CREATE INDEX ix_kolab_alarms_user_id ON kolab_alarms(user_id)7VK%indexsqlite_autoindex_kolab_alarms_1kolab_alarms\GN[5indexsqlite_autoindex_kolab_cache_dav_task_1kolab_cache_dav_taskS�oU%%�!tablekolab_alarmskolab_alarms[CREATE TABLE kolab_alarms (
  alarm_id VARCHAR(255) NOT NULL,
  user_id INTEGER NOT NULL,
  notifyat DATETIME DEFAULT NULL,
  dismissed TINYINT(3) NOT NULL DEFAULT '0',
  PRIMARY KEY(alarm_id,user_id)
)|T9+�!indexix_itipinvitations_uiditipinvitationsZCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=SQ+indexsqlite_autoindex_itipinvitations_1itipinvitationsY�R++�mtableitipinvitationsitipinvitationsXCREATE TABLE itipinvitations (
  token varchar(64) NOT NULL PRIMARY KEY,
  event_uid varchar(255) NOT NULL,
  user_id integer NOT NULL default '0',
  event text NOT NULL,
  expires datetime NOT NULL default '1000-01-01 00:00:00',
  cancelled tinyint(1) NOT NULL default '0',
  CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)�Q##�itableattachmentsattachmentsWCREATE TABLE attachments (
  attachment_id integer NOT NULL PRIMARY KEY,
  event_id integer NOT NULL default '0',
  filename varchar(255) NOT NULL default '',
  mimetype varchar(255) NOT NULL default '',
  size integer NOT NULL default '0',
  data text NOT NULL default '',
  CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id)
    REFERENCES events(event_id)
)�JP�otableeventseventsUCREATE TABLE events (
  event_id integer NOT NULL PRIMARY KEY,
  calendar_id integer NOT NULL default '0',
  recurrence_id integer NOT NULL default '0',
  uid varchar(255) NOT NULL default '',
  instance varchar(16) NOT NULL default '',
  isexception tinyint(1) NOT NULL default '0',
  created datetime NOT NULL default '1000-01-01 00:00:00',
  changed datetime NOT NULL default '1000-01-01 00:00:00',
  sequence integer NOT NULL default '0',
  start datetime NOT NULL default '1000-01-01 00:00:00',
  end datetime NOT NULL default '1000-01-01 00:00:00',
  recurrence varchar(255) default NULL,
  title varchar(255) NOT NULL,
  description text NOT NULL,
  location varchar(255) NOT NULL default '',
  categories varchar(255) NOT NULL default '',
  url varchar(255) NOT NULL default '',
  all_day tinyint(1) NOT NULL default '0',
  free_busy tinyint(1) NOT NULL default '0',
  priority tinyint(1) NOT NULL default '0',
  sensitivity tinyint(1) NOT NULL default '0',
  status varchar(32) NOT NULL default '',
  alarms text default NULL,
  attendees text default NULL,
  notifyat datetime default NULL,
  CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id)
    REFERENCES calendars(calendar_id)
)�O�}tablecalendarscalendarsTCREATE TABLE calendars (
  calendar_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL default '0',
  name varchar(255) NOT NULL default '',
  color varchar(255) NOT NULL default '',
  showalarms tinyint(1) NOT NULL default '1',
  driver varchar(255) NOT NULL default 'database',
  CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)







PP�-S�M	cPCardDAV%l@%d{ENCRYPTED}TlwSqcUxTP0AASlpAHauuQ==https://127.0.0.1:2080/addressbooks/help@24hourwaterdamagerestorationlongisland.com/addressbook/h�}�Q�cPCardDAV
��
		cPCardDAV
tt�	
)�M!	cPanel CardDAVhttps://127.0.0.1:2080/addressbooks/help@24hourwaterdamagerestorationlongisland.com/addressbook/h�}�1754120879
�<#	6�zR�N����K<J�
�
*	�zfzfC)�indexcarddav_groups_abook_id_idxcarddav_groupsmCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)�c))�[tablecarddav_groupscarddav_groupsjCREATE TABLE carddav_groups (
	id       integer NOT NULL PRIMARY KEY,
	abook_id integer NOT NULL,
	name VARCHAR(255) NOT NULL, 
	vcard TEXT,        
	etag VARCHAR(255), 
	uri  VARCHAR(255), 
	cuid VARCHAR(255), 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
);eO)indexsqlite_autoindex_carddav_groups_2carddav_groupsl;dO)indexsqlite_autoindex_carddav_groups_1carddav_groupsk�bI/�!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypesiCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id)�a`//�qtablecarddav_xsubtypescarddav_xsubtypesgCREATE TABLE carddav_xsubtypes (
	id       integer NOT NULL PRIMARY KEY,
	typename VARCHAR(128) NOT NULL,  
	subtype  VARCHAR(128) NOT NULL,  
	abook_id integer NOT NULL,

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE,
	UNIQUE(typename,subtype,abook_id)
)AaU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesh�_G-�indexcarddav_contacts_abook_id_idxcarddav_contactsfCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)�\--�[tablecarddav_contactscarddav_contactscCREATE TABLE carddav_contacts (
	id           integer NOT NULL PRIMARY KEY,
	abook_id     integer NOT NULL,
	name         VARCHAR(255) NOT NULL, 
	email        VARCHAR(255),          
	firstname    VARCHAR(255),
	surname      VARCHAR(255),
	organization VARCHAR(255),
	showas       VARCHAR(32) NOT NULL DEFAULT '', 
	vcard        TEXT NOT NULL,         
	etag         VARCHAR(255) NOT NULL, 
	uri          VARCHAR(255) NOT NULL, 
	cuid         VARCHAR(255) NOT NULL, 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
)?^S-indexsqlite_autoindex_carddav_contacts_2carddav_contactse?]S-indexsqlite_autoindex_carddav_contacts_1carddav_contactsdd�[S5�5indexcarddav_addressbooks_account_id_idxcarddav_addressbooksbCREATE INDEX carddav_addressbooks_account_id_idx ON carddav_addressbooks(account_id)�jZ55�wtablecarddav_addressbookscarddav_addressbooks`CREATE TABLE carddav_addressbooks (
	id           integer NOT NULL PRIMARY KEY,
	name         TEXT NOT NULL,
	url          TEXT NOT NULL,
	last_updated BIGINT NOT NULL DEFAULT 0,  
	refresh_time INT NOT NULL DEFAULT 3600, 
	sync_token   TEXT NOT NULL DEFAULT '', 

	account_id   integer NOT NULL,
	flags        integer NOT NULL DEFAULT 5, 

	
	FOREIGN KEY(account_id) REFERENCES carddav_accounts(id) ON DELETE CASCADE ON UPDATE CASCADE
)?YS-indexsqlite_autoindex_carddav_accounts_1carddav_accounts_��Yk11�]tablecarddav_migrationscarddav_migrationsrCREATE TABLE carddav_migrations (
	id integer NOT NULL PRIMARY KEY,
	filename TEXT NOT NULL,
	processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP,

	UNIQUE(filename)
)ClW1indexsqlite_autoindex_carddav_migrations_1carddav_migrationss�
jK1�%indexcarddav_group_user_group_id_idxcarddav_group_userqCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)�iO1�-indexcarddav_group_user_contact_id_idxcarddav_group_userpCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)�ng11�tablecarddav_group_usercarddav_group_usernCREATE TABLE carddav_group_user (
	group_id   integer NOT NULL,
	contact_id integer NOT NULL,

	PRIMARY KEY(group_id,contact_id),

	
	FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE,
	FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE
)ChW1indexsqlite_autoindex_carddav_group_user_1carddav_group_usero
��		















���~H��|R!
�
�
�
E

��yK���(/30022-accountflags2025-08-02 11:25:12,730021-addressbookflags2025-08-02 11:25:12/=30020-distinctcolumnnames2025-08-02 11:25:12,730019-accountentities32025-08-02 11:25:12,730018-accountentities22025-08-02 11:25:12+530017-accountentities2025-08-02 11:25:124G30016-increasetextfieldlengths2025-08-02 11:25:12/=30015-fixmysqlconstraints2025-08-02 11:25:126K30014-unifytimestampdefaultvalue2025-08-02 11:25:12>[30013-changemysqlcollationscasesensitive2025-08-02 11:25:12/
=30012-fixmysqlconstraints2025-08-02 11:25:123E30011-unifymigrationsidcolumn2025-08-02 11:25:124G30010-increasetextfieldlengths2025-08-02 11:25:12/
=30009-dropauthschemefield2025-08-02 11:25:12(	/30008-unifyindexes2025-08-02 11:25:122C30007-replaceurlplaceholders2025-08-02 11:25:12+530006-rmgroupsnotnull2025-08-02 11:25:123E30005-changemysqlut8toutf8mb42025-08-02 11:25:124G30004-fixtimestampdefaultvalue2025-08-02 11:25:124G30003-fixtimestampdefaultvalue2025-08-02 11:25:124G30002-increasetextfieldlengths2025-08-02 11:25:12&+30001-categories2025-08-02 11:25:12"#30000-dbinit2025-08-02 11:25:12

a����wV=����^:
�
�
�
�
�
w
a/0022-accountflags70021-addressbookflags=0020-distinctcolumnnames70019-accountentities370018-accountentities250017-accountentities!G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints
 E0011-unifymigrationsidcolumn!G0010-increasetextfieldlengths=0009-dropauthschemefield
/0008-unifyindexes	C0007-replaceurlplaceholders50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories#	0000-dbinit
���wM3)�m4e954a06a9ba14db66f34ee67ed155ed2025-08-02 11:27:14119.156.108.28bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImhlbHBAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiT0lobjhwcEt3RmdNNVR1allSekg3VzgyYlRhQUQ1RXA4aEZIR2FVaFB4SXZvbitmRUdZQUFxL0ZKVkw5S3d0YWc1VEpHaXJTdWk4QlFlY2ZjaGVxQ2JXeUNwdVdPdnVLIjtsb2dpbl90aW1lfGk6MTc1NDEzMzkxMjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiI5N1hGVUY1QzZZbFRYM3JzNFdPeWlCV2VGUkY4b3JmWCI7cmVxdWVzdF90b2tlbnxzOjMyOiJZQTdQZmN0OFNkWklwVzg5TzRvOFhHSlJVZGlDMVFQWSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MjtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31icm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6MTp7czo3OiJJTkJPWDoyIjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6MztzOjY6Im1heHVpZCI7aTozO319bGlzdF9tb2Rfc2VxfHM6MToiNCI7
WW�&M3'�Mb6e4930e7322baf278d222603ca587ff2025-08-04 09:42:36156.146.51.76bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDc6ImhlbHBAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiUWhBMzlEcldod09wdzcvR0dlY21Wb0hKYllnS2pVSjdiZEF5SkNydGNjL0EzeGY4NDhzbTNnWnFDTnNLWVF0K0ZPaVR0eDdURVZMck1VTVJ2NmFQNTliZVZ0cHRvSW52Ijtsb2dpbl90aW1lfGk6MTc1NDI5OTg4MztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJ4bktSYVBKajFwMU5pc2xybHNlS2I1Q3pNblk3allvdCI7cmVxdWVzdF90b2tlbnxzOjMyOiJQUUJQeldYZVRkQ0RIWlNoTUhjQ3hzWmtOQ1pFYURHayI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTozO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fWJyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjc6IklOQk9YOjUiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTtmb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTo1O3M6NjoibWF4dWlkIjtpOjU7fX1saXN0X21vZF9zZXF8czoxOiI4Ijs=passwd000064000000002022151006266300005757 0ustar00info:x:1113:1118::/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/info:/home/fresvfqn
admin:x:1113:1118::/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/admin:/home/fresvfqn
contact:x:1113:1118::/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/contact:/home/fresvfqn
support:x:1113:1118::/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/support:/home/fresvfqn
service:x:1113:1118::/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/service:/home/fresvfqn
sales:x:1113:1118::/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/sales:/home/fresvfqn
help:x:1113:1118::/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/help:/home/fresvfqn
booking:x:1113:1118::/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/booking:/home/fresvfqn
office:x:1113:1118::/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/office:/home/fresvfqn
team:x:1113:1118::/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/team:/home/fresvfqn
booking.rcube.db000060000001660000151006266300007574 0ustar00SQLite format 3@  'vO'.�*�a�����VXDM.:'
�_q33�ibooking@24hourwaterdamagerestorationlongisland.comlocalhost2025-08-02 11:27:242025-08-05 03:32:38en_GBa:3:{s:11:"client_hash";s:16:"gZHFDcaYZ4c26CkN";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;}
��?q	booking@24hourwaterdamagerestorationlongisland.comlocalhost


��*	3/2025-08-02 11:27:24Imported Contacts
��		





��R
	3	

q


2025-08-02 11:27:24booking@24hourwaterdamagerestorationlongisland.com
��		
��6q	booking@24hourwaterdamagerestorationlongisland.com

	�Fc
���
/	��	h4��-�F�~�KtableresponsesresponsesCREATE TABLE responses (
  response_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(255) NOT NULL,
  data text NOT NULL,
  is_html tinyint NOT NULL default '0'
)d3!�indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)j
7!�	indexix_identities_user_ididentitiesCREATE INDEX ix_identities_user_id ON identities(user_id, del)�u!!�5tableidentitiesidentities
CREATE TABLE identities (
  identity_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  standard tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  organization varchar(128) default '',
  email varchar(128) NOT NULL default '',
  "reply-to" varchar(128) NOT NULL default '',
  bcc varchar(128) NOT NULL default '',
  signature text NOT NULL default '',
  html_signature tinyint NOT NULL default '0'
)�I3�Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)�~
33�#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses (
  address_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  name varchar(255) NOT NULL default '',
  email varchar(255) NOT NULL,
  "type" integer NOT NULL
)�	O3�1indexix_contactgroupmembers_contact_idcontactgroupmembers
CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)�33�]tablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers (
  contactgroup_id integer NOT NULL
    REFERENCES contactgroups(contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE,
  contact_id integer NOT NULL
    REFERENCES contacts(contact_id) ON DELETE CASCADE ON UPDATE CASCADE,
  created datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY (contactgroup_id, contact_id)
)EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers	v='�indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)�[''�utablecontactgroupscontactgroupsCREATE TABLE contactgroups (
  contactgroup_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default ''
)b3�indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)��atablecontactscontactsCREATE TABLE contacts (
  contact_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  email text NOT NULL default '',
  firstname varchar(128) NOT NULL default '',
  surname varchar(128) NOT NULL default '',
  vcard text NOT NULL default '',
  words text NOT NULL default ''
)f/�indexix_users_usernameusersCREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)��tableusersusersCREATE TABLE users (
  user_id integer NOT NULL PRIMARY KEY,
  username varchar(128) NOT NULL default '',
  mail_host varchar(128) NOT NULL default '',
  created datetime NOT NULL default '0000-00-00 00:00:00',
  last_login datetime DEFAULT NULL,
  failed_login datetime DEFAULT NULL,
  failed_login_counter integer DEFAULT NULL,
  language varchar(16),
  preferences text DEFAULT NULL
)

	��	wo	H<������K#�x��8
�
�
�bGG�A'�Qtablefilestorefilestore*CREATE TABLE filestore (
    file_id integer NOT NULL PRIMARY KEY,
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    context varchar(32) NOT NULL,
    filename varchar(128) NOT NULL,
    mtime integer NOT NULL,
    data text NOT NULL
)m;%�indexix_cache_shared_expirescache_shared CREATE INDEX ix_cache_shared_expires ON cache_shared(expires)�6%%�/tablecache_sharedcache_sharedCREATE TABLE cache_shared (
  cache_key varchar(255) NOT NULL,
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (cache_key)
)7K%indexsqlite_autoindex_cache_shared_1cache_sharedP-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)��tablecachecacheCREATE TABLE cache (
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  cache_key varchar(128) NOT NULL default '',
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (user_id, cache_key)
))=indexsqlite_autoindex_cache_1cacheA�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)��tablesearchessearchesCREATE TABLE searches (
  search_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  "type" smallint NOT NULL DEFAULT '0',
  name varchar(128) NOT NULL,
  data text NOT NULL
)�C!�/indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)�U!!�utabledictionarydictionaryCREATE TABLE dictionary (
  user_id integer DEFAULT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  language varchar(16) NOT NULL,
  data text NOT NULL
)Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)�V�tablesessionsessionCREATE TABLE session (
  sess_id varchar(128) NOT NULL PRIMARY KEY,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  ip varchar(40) NOT NULL default '',
  vars text NOT NULL
)-Aindexsqlite_autoindex_session_1sessionf5�indexix_responses_user_idresponsesCREATE INDEX ix_responses_user_id ON responses(user_id, del),v&?)�indexix_cache_messages_expirescache_messages)CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);%O)indexsqlite_autoindex_cache_messages_1cache_messages(�u$))�%tablecache_messagescache_messages'CREATE TABLE cache_messages (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    uid integer NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    flags integer NOT NULL DEFAULT '0',
    PRIMARY KEY (user_id, mailbox, uid)
)n#;%�	indexix_cache_thread_expirescache_thread&CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7"K%indexsqlite_autoindex_cache_thread_1cache_thread%�(!%%�tablecache_threadcache_thread$CREATE TABLE cache_thread (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)j 9#�indexix_cache_index_expirescache_index#CREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_index"�N##�ctablecache_indexcache_index!CREATE TABLE cache_index (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    valid smallint NOT NULL DEFAULT '0',
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)�v��ut
����$M1a8030536f74e80a61e4c59d09c50337$M1bf43c286d186efa2b2f0f680b48642f#M	d0074c1ea42c955356b98747d0e309a0
����32025-08-05 03:32:4032025-08-04 09:51:363	2025-08-02 11:28:27




TT�)	u3�EDAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a2025-08-04 10:00:34czo2MToiY2FsZW5kYXJzL2Jvb2tpbmdAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLyI7
��8	u	DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a
��3	2025-08-04 10:00:34














s���s$;!calendar-caldav-version2014041700&?!calendar-database-version2021102600-!libkolab-version2023111200/!roundcube-version2022081200
�����;calendar-caldav-version?calendar-database-version-libkolab-version/	roundcube-version
����bF
���.
�	2�q��D�v��HA
��I:--�Etablekolab_cache_notekolab_cache_note>CREATE TABLE kolab_cache_note (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)�x733�tablekolab_cache_journalkolab_cache_journal;CREATE TABLE kolab_cache_journal (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)p{(5�/indexix_filestore_user_idfilestore+CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)�973�+indexix_journal_uid2msguidkolab_cache_journal=CREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E8Y3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journal<x61-�indexix_task_uid2msguidkolab_cache_task:CREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?5S-indexsqlite_autoindex_kolab_cache_task_1kolab_cache_task9�o4--�tablekolab_cache_taskkolab_cache_task8CREATE TABLE kolab_cache_task (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)|33/�#indexix_event_uid2msguidkolab_cache_event7CREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)A2U/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event6�r1//�tablekolab_cache_eventkolab_cache_event5CREATE TABLE kolab_cache_event (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�073�+indexix_contact_uid2msguidkolab_cache_contact4CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r/+3�indexix_contact_typekolab_cache_contact3CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)E.Y3indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact2�p-33�tablekolab_cache_contactkolab_cache_contact1CREATE TABLE kolab_cache_contact (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)h,-'�	indexix_resource_typekolab_folders0CREATE INDEX ix_resource_type ON kolab_folders(resource, type)�+''�qtablekolab_folderskolab_folders/CREATE TABLE kolab_folders (
  folder_id INTEGER NOT NULL PRIMARY KEY,
  resource VARCHAR(255) NOT NULL,
  type VARCHAR(32) NOT NULL,
  synclock INTEGER NOT NULL DEFAULT '0',
  ctag VARCHAR(128) DEFAULT NULL,
  changed DATETIME DEFAULT NULL
)+*?indexsqlite_autoindex_system_1system-o)�9tablesystemsystem,CREATE TABLE system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
)
DD�9�+!3dav://booking%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/booking@24hourwaterdamagerestorationlongisland.com/calendar/event17541208922025-08-04 05:50:34
ee��+	dav://booking%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/booking@24hourwaterdamagerestorationlongisland.com/calendar/event



















*�E
�
�
�
�
<	��KK�v��*H�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  u�|M55�tablekolab_cache_dav_taskkolab_cache_dav_taskRCREATE TABLE kolab_cache_dav_task (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)IL]7indexsqlite_autoindex_kolab_cache_dav_event_1kolab_cache_dav_eventQ�K77�tablekolab_cache_dav_eventkolab_cache_dav_eventPCREATE TABLE kolab_cache_dav_event (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)�J3;�%indexix_contact_type_davkolab_cache_dav_contactOCREATE INDEX ix_contact_type_dav ON kolab_cache_dav_contact(folder_id, type)MIa;indexsqlite_autoindex_kolab_cache_dav_contact_1kolab_cache_dav_contactN�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id, uid)
)�G95�/indexix_freebusy_uid2msguidkolab_cache_freebusyLCREATE INDEX ix_freebusy_uid2msguid ON kolab_cache_freebusy(folder_id,uid,msguid)GF[5indexsqlite_autoindex_kolab_cache_freebusy_1kolab_cache_freebusyK�{E55�tablekolab_cache_freebusykolab_cache_freebusyJCREATE TABLE kolab_cache_freebusy (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�DC?�Cindexix_configuration_uid2msguidkolab_cache_configurationICREATE INDEX ix_configuration_uid2msguid ON kolab_cache_configuration(folder_id,uid,msguid)�
C7?�+indexix_configuration_typekolab_cache_configurationHCREATE INDEX ix_configuration_type ON kolab_cache_configuration(folder_id,type)QBe?indexsqlite_autoindex_kolab_cache_configuration_1kolab_cache_configurationG�A??�tablekolab_cache_configurationkolab_cache_configurationFCREATE TABLE kolab_cache_configuration (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)x@1-�indexix_file_uid2msguidkolab_cache_fileECREATE INDEX ix_file_uid2msguid ON kolab_cache_file(folder_id,uid,msguid)v?1-�indexix_folder_filenamekolab_cache_fileCCREATE INDEX ix_folder_filename ON kolab_cache_file(folder_id,filename)?>S-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_fileB�o=--�tablekolab_cache_filekolab_cache_fileACREATE TABLE kolab_cache_file (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  filename varchar(255) DEFAULT NULL,
  PRIMARY KEY(folder_id,msguid)
)x<1-�indexix_note_uid2msguidkolab_cache_note@CREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)?;S-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_note?

















�gTf	�g(���g���BX--�7tablecarddav_accountscarddav_accounts^CREATE TABLE carddav_accounts (
	id              integer NOT NULL PRIMARY KEY,
	accountname     TEXT NOT NULL,
	username        TEXT NOT NULL,
	password        TEXT NOT NULL,
	discovery_url   TEXT,
	user_id         integer NOT NULL,
	last_discovered BIGINT NOT NULL DEFAULT 0,  
	rediscover_time INT NOT NULL DEFAULT 86400, 

	presetname      TEXT,                       

	flags        integer NOT NULL DEFAULT 0,

	UNIQUE(user_id,presetname),

	
	FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE
)mW;%�indexix_kolab_alarms_user_idkolab_alarms]CREATE INDEX ix_kolab_alarms_user_id ON kolab_alarms(user_id)7VK%indexsqlite_autoindex_kolab_alarms_1kolab_alarms\GN[5indexsqlite_autoindex_kolab_cache_dav_task_1kolab_cache_dav_taskS�oU%%�!tablekolab_alarmskolab_alarms[CREATE TABLE kolab_alarms (
  alarm_id VARCHAR(255) NOT NULL,
  user_id INTEGER NOT NULL,
  notifyat DATETIME DEFAULT NULL,
  dismissed TINYINT(3) NOT NULL DEFAULT '0',
  PRIMARY KEY(alarm_id,user_id)
)|T9+�!indexix_itipinvitations_uiditipinvitationsZCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=SQ+indexsqlite_autoindex_itipinvitations_1itipinvitationsY�R++�mtableitipinvitationsitipinvitationsXCREATE TABLE itipinvitations (
  token varchar(64) NOT NULL PRIMARY KEY,
  event_uid varchar(255) NOT NULL,
  user_id integer NOT NULL default '0',
  event text NOT NULL,
  expires datetime NOT NULL default '1000-01-01 00:00:00',
  cancelled tinyint(1) NOT NULL default '0',
  CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)�Q##�itableattachmentsattachmentsWCREATE TABLE attachments (
  attachment_id integer NOT NULL PRIMARY KEY,
  event_id integer NOT NULL default '0',
  filename varchar(255) NOT NULL default '',
  mimetype varchar(255) NOT NULL default '',
  size integer NOT NULL default '0',
  data text NOT NULL default '',
  CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id)
    REFERENCES events(event_id)
)�JP�otableeventseventsUCREATE TABLE events (
  event_id integer NOT NULL PRIMARY KEY,
  calendar_id integer NOT NULL default '0',
  recurrence_id integer NOT NULL default '0',
  uid varchar(255) NOT NULL default '',
  instance varchar(16) NOT NULL default '',
  isexception tinyint(1) NOT NULL default '0',
  created datetime NOT NULL default '1000-01-01 00:00:00',
  changed datetime NOT NULL default '1000-01-01 00:00:00',
  sequence integer NOT NULL default '0',
  start datetime NOT NULL default '1000-01-01 00:00:00',
  end datetime NOT NULL default '1000-01-01 00:00:00',
  recurrence varchar(255) default NULL,
  title varchar(255) NOT NULL,
  description text NOT NULL,
  location varchar(255) NOT NULL default '',
  categories varchar(255) NOT NULL default '',
  url varchar(255) NOT NULL default '',
  all_day tinyint(1) NOT NULL default '0',
  free_busy tinyint(1) NOT NULL default '0',
  priority tinyint(1) NOT NULL default '0',
  sensitivity tinyint(1) NOT NULL default '0',
  status varchar(32) NOT NULL default '',
  alarms text default NULL,
  attendees text default NULL,
  notifyat datetime default NULL,
  CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id)
    REFERENCES calendars(calendar_id)
)�O�}tablecalendarscalendarsTCREATE TABLE calendars (
  calendar_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL default '0',
  name varchar(255) NOT NULL default '',
  color varchar(255) NOT NULL default '',
  showalarms tinyint(1) NOT NULL default '1',
  driver varchar(255) NOT NULL default 'database',
  CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)







MM�0S�S	cPCardDAV%l@%d{ENCRYPTED}uPKbRfPb4amlFN+ADVstZg==https://127.0.0.1:2080/addressbooks/booking@24hourwaterdamagerestorationlongisland.com/addressbook/h��8Q�cPCardDAV
��
		cPCardDAV
qq�
)�S!	cPanel CardDAVhttps://127.0.0.1:2080/addressbooks/booking@24hourwaterdamagerestorationlongisland.com/addressbook/h��D1754120892
�<#	6�zR�N����K<J�
�
*	�zfzfC)�indexcarddav_groups_abook_id_idxcarddav_groupsmCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)�c))�[tablecarddav_groupscarddav_groupsjCREATE TABLE carddav_groups (
	id       integer NOT NULL PRIMARY KEY,
	abook_id integer NOT NULL,
	name VARCHAR(255) NOT NULL, 
	vcard TEXT,        
	etag VARCHAR(255), 
	uri  VARCHAR(255), 
	cuid VARCHAR(255), 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
);eO)indexsqlite_autoindex_carddav_groups_2carddav_groupsl;dO)indexsqlite_autoindex_carddav_groups_1carddav_groupsk�bI/�!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypesiCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id)�a`//�qtablecarddav_xsubtypescarddav_xsubtypesgCREATE TABLE carddav_xsubtypes (
	id       integer NOT NULL PRIMARY KEY,
	typename VARCHAR(128) NOT NULL,  
	subtype  VARCHAR(128) NOT NULL,  
	abook_id integer NOT NULL,

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE,
	UNIQUE(typename,subtype,abook_id)
)AaU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesh�_G-�indexcarddav_contacts_abook_id_idxcarddav_contactsfCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)�\--�[tablecarddav_contactscarddav_contactscCREATE TABLE carddav_contacts (
	id           integer NOT NULL PRIMARY KEY,
	abook_id     integer NOT NULL,
	name         VARCHAR(255) NOT NULL, 
	email        VARCHAR(255),          
	firstname    VARCHAR(255),
	surname      VARCHAR(255),
	organization VARCHAR(255),
	showas       VARCHAR(32) NOT NULL DEFAULT '', 
	vcard        TEXT NOT NULL,         
	etag         VARCHAR(255) NOT NULL, 
	uri          VARCHAR(255) NOT NULL, 
	cuid         VARCHAR(255) NOT NULL, 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
)?^S-indexsqlite_autoindex_carddav_contacts_2carddav_contactse?]S-indexsqlite_autoindex_carddav_contacts_1carddav_contactsdd�[S5�5indexcarddav_addressbooks_account_id_idxcarddav_addressbooksbCREATE INDEX carddav_addressbooks_account_id_idx ON carddav_addressbooks(account_id)�jZ55�wtablecarddav_addressbookscarddav_addressbooks`CREATE TABLE carddav_addressbooks (
	id           integer NOT NULL PRIMARY KEY,
	name         TEXT NOT NULL,
	url          TEXT NOT NULL,
	last_updated BIGINT NOT NULL DEFAULT 0,  
	refresh_time INT NOT NULL DEFAULT 3600, 
	sync_token   TEXT NOT NULL DEFAULT '', 

	account_id   integer NOT NULL,
	flags        integer NOT NULL DEFAULT 5, 

	
	FOREIGN KEY(account_id) REFERENCES carddav_accounts(id) ON DELETE CASCADE ON UPDATE CASCADE
)?YS-indexsqlite_autoindex_carddav_accounts_1carddav_accounts_��Yk11�]tablecarddav_migrationscarddav_migrationsrCREATE TABLE carddav_migrations (
	id integer NOT NULL PRIMARY KEY,
	filename TEXT NOT NULL,
	processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP,

	UNIQUE(filename)
)ClW1indexsqlite_autoindex_carddav_migrations_1carddav_migrationss�
jK1�%indexcarddav_group_user_group_id_idxcarddav_group_userqCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)�iO1�-indexcarddav_group_user_contact_id_idxcarddav_group_userpCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)�ng11�tablecarddav_group_usercarddav_group_usernCREATE TABLE carddav_group_user (
	group_id   integer NOT NULL,
	contact_id integer NOT NULL,

	PRIMARY KEY(group_id,contact_id),

	
	FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE,
	FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE
)ChW1indexsqlite_autoindex_carddav_group_user_1carddav_group_usero
��		















���~H��|R!
�
�
�
E

��yK���(/30022-accountflags2025-08-02 11:27:24,730021-addressbookflags2025-08-02 11:27:24/=30020-distinctcolumnnames2025-08-02 11:27:24,730019-accountentities32025-08-02 11:27:24,730018-accountentities22025-08-02 11:27:24+530017-accountentities2025-08-02 11:27:244G30016-increasetextfieldlengths2025-08-02 11:27:24/=30015-fixmysqlconstraints2025-08-02 11:27:246K30014-unifytimestampdefaultvalue2025-08-02 11:27:24>[30013-changemysqlcollationscasesensitive2025-08-02 11:27:24/
=30012-fixmysqlconstraints2025-08-02 11:27:243E30011-unifymigrationsidcolumn2025-08-02 11:27:244G30010-increasetextfieldlengths2025-08-02 11:27:24/
=30009-dropauthschemefield2025-08-02 11:27:24(	/30008-unifyindexes2025-08-02 11:27:242C30007-replaceurlplaceholders2025-08-02 11:27:24+530006-rmgroupsnotnull2025-08-02 11:27:243E30005-changemysqlut8toutf8mb42025-08-02 11:27:244G30004-fixtimestampdefaultvalue2025-08-02 11:27:244G30003-fixtimestampdefaultvalue2025-08-02 11:27:244G30002-increasetextfieldlengths2025-08-02 11:27:24&+30001-categories2025-08-02 11:27:24"#30000-dbinit2025-08-02 11:27:24

a����wV=����^:
�
�
�
�
�
w
a/0022-accountflags70021-addressbookflags=0020-distinctcolumnnames70019-accountentities370018-accountentities250017-accountentities!G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints
 E0011-unifymigrationsidcolumn!G0010-increasetextfieldlengths=0009-dropauthschemefield
/0008-unifyindexes	C0007-replaceurlplaceholders50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories#	0000-dbinit
RR�+M3)�Ud0074c1ea42c955356b98747d0e309a02025-08-02 11:28:27119.156.108.28bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImJvb2tpbmdAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiOHBKamE0Wm56dGNsLzNhLzFjZFhmZ3dtd2xhOXQ3dHlRMVhJQ0dNaTJPOEJyanlxNEpRR3Rxa280SnVXdCtHb09zUGpPSnlrK1h3SUQ2VkNGUHpoOEd6UU5XWTREZHg1Ijtsb2dpbl90aW1lfGk6MTc1NDEzNDA0NDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJFOWpySzFRbjI3M0hQMWUwTGtrRU9QVWloWEo2M2xDUiI7cmVxdWVzdF90b2tlbnxzOjMyOiJtbkdCZFpMMDBMaFhHY1N0ck5qRUkwS2Z6VjJTYzhQYSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fWJyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjc6IklOQk9YOjIiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTtmb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyO3M6NjoibWF4dWlkIjtpOjI7fX1saXN0X21vZF9zZXF8czoxOiI0Ijs=
kk��M3'�%1bf43c286d186efa2b2f0f680b48642f2025-08-04 09:51:36156.146.51.76bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImJvb2tpbmdAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoienN1cDBJRVNvemJsUDN4V25vS0RONmJOWndEd3JUVnptN01pUDlBRmFiYklqaWFHbzg1ZTdWSnhFUXA1SjB4cjdORTdFbFB3dTJ6eXpBdGRNeTRTN2xZV1d0cGxSSFZ0Ijtsb2dpbl90aW1lfGk6MTc1NDMwMDcyODtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJPVXZ6bWNBeUJGSU5sVTRHMXRWRG0wRXVSamJtMHZvNiI7cmVxdWVzdF90b2tlbnxzOjMyOiJuSTVpQUpWTVBnRzRKYWE2MW02OGxycUNkc29pNVZMdiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MDtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTo1O3M6NjoibWF4dWlkIjtpOjU7fX1saXN0X21vZF9zZXF8czoxOiI5Ijticm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6Mjp7czo3OiJJTkJPWDo0IjtiOjA7czo3OiJJTkJPWDo1IjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
���SM3)�%1a8030536f74e80a61e4c59d09c503372025-08-05 03:32:40149.88.105.115bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImJvb2tpbmdAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoibUVQd0tCSm9mK2R3amU5dWVLaFZuL0ZKWW0xeDVMN0VQTGlUZU1yYk0yZGg1L1NRU0lFY1cxcXlSWTRDMFZSYjBMU3lLZUIzYWRVdmtST3VIK2VxQXAzOStUc1laUVpQIjtsb2dpbl90aW1lfGk6MTc1NDM2NDc1ODtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiI2SVZCQmFUY3lWaHNVWWJ1V0hFdmdpZ2dieUd1cHZscCI7cmVxdWVzdF90b2tlbnxzOjMyOiI0cjhiWGY4VkN0YVFRZU5MdjRmSjBnaFZObUZ4bFM5RCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTowO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==shadow000064000000002350151006266300005747 0ustar00info:$6$Ec1AmfwjhYlqLwjF$aWrcTDkGHKVg8UnjhPFwVzHaplZ4gNQIcq.D0xQtAQTZ0Rf.Ef70dDWNudOAs9Kq/4Kp5EVdF.yOP2fZI5y/j/:20287::::::
admin:$6$yAoOMfmYcdJL/lLm$yUY.u5uBWJ.D1l3E.4IF2M3Jx85XFMw/q16f5/oFgrMRwv9kFWv56tLiPVnjHu8OiWeguq2zfhPMkDNJnYPLc.:20287::::::
contact:$6$dkwY4ISAMfviL6uV$m.XnwBmn2Iw0u5HQ07zSwna/MubEWeoOv6L94CZyDnHiZg6nkucpHyYthwMTirobjHGYhb4XgkuzBHfYc0j.Y/:20287::::::
support:$6$VQSYCgPRDR1jzHIG$KiKBez2ugZirg6VhwhcMitk.TJ5ynx14R4N99T8A9ojHahGoX9IhhiH9LDcXfEEN1uTvDpmzXgm416YRuCqgQ1:20287::::::
service:$6$qn08lezJzEcPcBT2$Gjoh9g33iuofBsYZPVE.Rho8ObkQOzSdjO5W2K1h36NfaEaInFK.xiy73SNL4Y3y5ITKnsQLB4PryEc9NpSRS.:20287::::::
sales:$6$f/I.SCcPsH/SUWL4$xkI2Vu6Skilcr56izdnyX/mv.KIG1iJU5A9kyke./RuzqHRCEUFaSaIt2DSMBKzD0xb02WOALHsYGYKaAx/eZ.:20287::::::
help:$6$3IDSbVCvuYnrvAWj$G0JqEOyrS6r7r1MuEppX3QP0aVUqhMMPDSeyVsiRTSzqRZNhsYLLgJtBBtGmDBZfp6djzUWhKvyGXq0RZJN5g/:20302::::::
booking:$6$.PNf/aalvsc8s1xv$BdeTr/VCUdFERIwkXBaVXO5OgPtNIhep2.R5yswZ/X4Ely2esAIIKwfm2xK1FODT1YVJv4SEt/8u.8XkjO4DQ/:20302::::::
office:$6$Ypjz5irHzby.AsNd$gpxc4W0R1ih84oN0/4DTXnZbsWdIu4xPChP/F6o/cNaUZfTSyL/O5jWWET/sVPfnccmmx83zkmr9wMbkKAKba.:20302::::::
team:$6$6cJT7cOaQ7O7tWw.$dwvO0WA7CyLMkdlHazyRl1WJaUFRVaiyo9ynv3zQtHrMzQU08GodLppKWTeUIlO6kxJ28Cwk/mVScXcSFRF1P/:20302::::::
office.rcube.db000060000001650000151006266300007376 0ustar00SQLite format 3@  &uO&.�*�a�����VXDM.:'
�^o33�ioffice@24hourwaterdamagerestorationlongisland.comlocalhost2025-08-02 11:28:582025-08-04 09:54:46en_GBa:3:{s:11:"client_hash";s:16:"Zhp94Cd1tbhYTcHv";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;}
��>o	office@24hourwaterdamagerestorationlongisland.comlocalhost


��*	3/2025-08-02 11:28:58Imported Contacts
��		





��Q
	3	

o


2025-08-02 11:28:58office@24hourwaterdamagerestorationlongisland.com
��		
��5o	office@24hourwaterdamagerestorationlongisland.com

	�Fc
���
/	��	h4��-�F�~�KtableresponsesresponsesCREATE TABLE responses (
  response_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(255) NOT NULL,
  data text NOT NULL,
  is_html tinyint NOT NULL default '0'
)d3!�indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)j
7!�	indexix_identities_user_ididentitiesCREATE INDEX ix_identities_user_id ON identities(user_id, del)�u!!�5tableidentitiesidentities
CREATE TABLE identities (
  identity_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  standard tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  organization varchar(128) default '',
  email varchar(128) NOT NULL default '',
  "reply-to" varchar(128) NOT NULL default '',
  bcc varchar(128) NOT NULL default '',
  signature text NOT NULL default '',
  html_signature tinyint NOT NULL default '0'
)�I3�Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)�~
33�#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses (
  address_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  name varchar(255) NOT NULL default '',
  email varchar(255) NOT NULL,
  "type" integer NOT NULL
)�	O3�1indexix_contactgroupmembers_contact_idcontactgroupmembers
CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)�33�]tablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers (
  contactgroup_id integer NOT NULL
    REFERENCES contactgroups(contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE,
  contact_id integer NOT NULL
    REFERENCES contacts(contact_id) ON DELETE CASCADE ON UPDATE CASCADE,
  created datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY (contactgroup_id, contact_id)
)EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers	v='�indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)�[''�utablecontactgroupscontactgroupsCREATE TABLE contactgroups (
  contactgroup_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default ''
)b3�indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)��atablecontactscontactsCREATE TABLE contacts (
  contact_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  email text NOT NULL default '',
  firstname varchar(128) NOT NULL default '',
  surname varchar(128) NOT NULL default '',
  vcard text NOT NULL default '',
  words text NOT NULL default ''
)f/�indexix_users_usernameusersCREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)��tableusersusersCREATE TABLE users (
  user_id integer NOT NULL PRIMARY KEY,
  username varchar(128) NOT NULL default '',
  mail_host varchar(128) NOT NULL default '',
  created datetime NOT NULL default '0000-00-00 00:00:00',
  last_login datetime DEFAULT NULL,
  failed_login datetime DEFAULT NULL,
  failed_login_counter integer DEFAULT NULL,
  language varchar(16),
  preferences text DEFAULT NULL
)

	��	wo	H<������K#�x��8
�
�
�bGG�A'�Qtablefilestorefilestore*CREATE TABLE filestore (
    file_id integer NOT NULL PRIMARY KEY,
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    context varchar(32) NOT NULL,
    filename varchar(128) NOT NULL,
    mtime integer NOT NULL,
    data text NOT NULL
)m;%�indexix_cache_shared_expirescache_shared CREATE INDEX ix_cache_shared_expires ON cache_shared(expires)�6%%�/tablecache_sharedcache_sharedCREATE TABLE cache_shared (
  cache_key varchar(255) NOT NULL,
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (cache_key)
)7K%indexsqlite_autoindex_cache_shared_1cache_sharedP-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)��tablecachecacheCREATE TABLE cache (
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  cache_key varchar(128) NOT NULL default '',
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (user_id, cache_key)
))=indexsqlite_autoindex_cache_1cacheA�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)��tablesearchessearchesCREATE TABLE searches (
  search_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  "type" smallint NOT NULL DEFAULT '0',
  name varchar(128) NOT NULL,
  data text NOT NULL
)�C!�/indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)�U!!�utabledictionarydictionaryCREATE TABLE dictionary (
  user_id integer DEFAULT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  language varchar(16) NOT NULL,
  data text NOT NULL
)Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)�V�tablesessionsessionCREATE TABLE session (
  sess_id varchar(128) NOT NULL PRIMARY KEY,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  ip varchar(40) NOT NULL default '',
  vars text NOT NULL
)-Aindexsqlite_autoindex_session_1sessionf5�indexix_responses_user_idresponsesCREATE INDEX ix_responses_user_id ON responses(user_id, del),v&?)�indexix_cache_messages_expirescache_messages)CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);%O)indexsqlite_autoindex_cache_messages_1cache_messages(�u$))�%tablecache_messagescache_messages'CREATE TABLE cache_messages (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    uid integer NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    flags integer NOT NULL DEFAULT '0',
    PRIMARY KEY (user_id, mailbox, uid)
)n#;%�	indexix_cache_thread_expirescache_thread&CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7"K%indexsqlite_autoindex_cache_thread_1cache_thread%�(!%%�tablecache_threadcache_thread$CREATE TABLE cache_thread (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)j 9#�indexix_cache_index_expirescache_index#CREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_index"�N##�ctablecache_indexcache_index!CREATE TABLE cache_index (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    valid smallint NOT NULL DEFAULT '0',
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)�u�t
���$M66654b12a53c5a2ecc9c636bc087922d#M	c190f118a01a199d448fc50b82626b38
���32025-08-04 10:00:533	2025-08-02 11:30:01




TT�)	u3�EDAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a2025-08-02 11:40:01czo2MDoiY2FsZW5kYXJzL29mZmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20vIjs=
��8	u	DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a
��3	2025-08-02 11:40:01














s���s$;!calendar-caldav-version2014041700&?!calendar-database-version2021102600-!libkolab-version2023111200/!roundcube-version2022081200
�����;calendar-caldav-version?calendar-database-version-libkolab-version/	roundcube-version
����bF
���.
�	2�q��D�v��HA
��I:--�Etablekolab_cache_notekolab_cache_note>CREATE TABLE kolab_cache_note (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)�x733�tablekolab_cache_journalkolab_cache_journal;CREATE TABLE kolab_cache_journal (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)p{(5�/indexix_filestore_user_idfilestore+CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)�973�+indexix_journal_uid2msguidkolab_cache_journal=CREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E8Y3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journal<x61-�indexix_task_uid2msguidkolab_cache_task:CREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?5S-indexsqlite_autoindex_kolab_cache_task_1kolab_cache_task9�o4--�tablekolab_cache_taskkolab_cache_task8CREATE TABLE kolab_cache_task (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)|33/�#indexix_event_uid2msguidkolab_cache_event7CREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)A2U/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event6�r1//�tablekolab_cache_eventkolab_cache_event5CREATE TABLE kolab_cache_event (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�073�+indexix_contact_uid2msguidkolab_cache_contact4CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r/+3�indexix_contact_typekolab_cache_contact3CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)E.Y3indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact2�p-33�tablekolab_cache_contactkolab_cache_contact1CREATE TABLE kolab_cache_contact (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)h,-'�	indexix_resource_typekolab_folders0CREATE INDEX ix_resource_type ON kolab_folders(resource, type)�+''�qtablekolab_folderskolab_folders/CREATE TABLE kolab_folders (
  folder_id INTEGER NOT NULL PRIMARY KEY,
  resource VARCHAR(255) NOT NULL,
  type VARCHAR(32) NOT NULL,
  synclock INTEGER NOT NULL DEFAULT '0',
  ctag VARCHAR(128) DEFAULT NULL,
  changed DATETIME DEFAULT NULL
)+*?indexsqlite_autoindex_system_1system-o)�9tablesystemsystem,CREATE TABLE system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
)
FF�7�'!3dav://office%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/office@24hourwaterdamagerestorationlongisland.com/calendar/event17541209052025-08-02 07:30:01
gg��'	dav://office%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/office@24hourwaterdamagerestorationlongisland.com/calendar/event



















*�E
�
�
�
�
<	��KK�v��*H�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  u�|M55�tablekolab_cache_dav_taskkolab_cache_dav_taskRCREATE TABLE kolab_cache_dav_task (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)IL]7indexsqlite_autoindex_kolab_cache_dav_event_1kolab_cache_dav_eventQ�K77�tablekolab_cache_dav_eventkolab_cache_dav_eventPCREATE TABLE kolab_cache_dav_event (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)�J3;�%indexix_contact_type_davkolab_cache_dav_contactOCREATE INDEX ix_contact_type_dav ON kolab_cache_dav_contact(folder_id, type)MIa;indexsqlite_autoindex_kolab_cache_dav_contact_1kolab_cache_dav_contactN�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id, uid)
)�G95�/indexix_freebusy_uid2msguidkolab_cache_freebusyLCREATE INDEX ix_freebusy_uid2msguid ON kolab_cache_freebusy(folder_id,uid,msguid)GF[5indexsqlite_autoindex_kolab_cache_freebusy_1kolab_cache_freebusyK�{E55�tablekolab_cache_freebusykolab_cache_freebusyJCREATE TABLE kolab_cache_freebusy (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�DC?�Cindexix_configuration_uid2msguidkolab_cache_configurationICREATE INDEX ix_configuration_uid2msguid ON kolab_cache_configuration(folder_id,uid,msguid)�
C7?�+indexix_configuration_typekolab_cache_configurationHCREATE INDEX ix_configuration_type ON kolab_cache_configuration(folder_id,type)QBe?indexsqlite_autoindex_kolab_cache_configuration_1kolab_cache_configurationG�A??�tablekolab_cache_configurationkolab_cache_configurationFCREATE TABLE kolab_cache_configuration (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)x@1-�indexix_file_uid2msguidkolab_cache_fileECREATE INDEX ix_file_uid2msguid ON kolab_cache_file(folder_id,uid,msguid)v?1-�indexix_folder_filenamekolab_cache_fileCCREATE INDEX ix_folder_filename ON kolab_cache_file(folder_id,filename)?>S-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_fileB�o=--�tablekolab_cache_filekolab_cache_fileACREATE TABLE kolab_cache_file (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  filename varchar(255) DEFAULT NULL,
  PRIMARY KEY(folder_id,msguid)
)x<1-�indexix_note_uid2msguidkolab_cache_note@CREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)?;S-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_note?

















�gTf	�g(���g���BX--�7tablecarddav_accountscarddav_accounts^CREATE TABLE carddav_accounts (
	id              integer NOT NULL PRIMARY KEY,
	accountname     TEXT NOT NULL,
	username        TEXT NOT NULL,
	password        TEXT NOT NULL,
	discovery_url   TEXT,
	user_id         integer NOT NULL,
	last_discovered BIGINT NOT NULL DEFAULT 0,  
	rediscover_time INT NOT NULL DEFAULT 86400, 

	presetname      TEXT,                       

	flags        integer NOT NULL DEFAULT 0,

	UNIQUE(user_id,presetname),

	
	FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE
)mW;%�indexix_kolab_alarms_user_idkolab_alarms]CREATE INDEX ix_kolab_alarms_user_id ON kolab_alarms(user_id)7VK%indexsqlite_autoindex_kolab_alarms_1kolab_alarms\GN[5indexsqlite_autoindex_kolab_cache_dav_task_1kolab_cache_dav_taskS�oU%%�!tablekolab_alarmskolab_alarms[CREATE TABLE kolab_alarms (
  alarm_id VARCHAR(255) NOT NULL,
  user_id INTEGER NOT NULL,
  notifyat DATETIME DEFAULT NULL,
  dismissed TINYINT(3) NOT NULL DEFAULT '0',
  PRIMARY KEY(alarm_id,user_id)
)|T9+�!indexix_itipinvitations_uiditipinvitationsZCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=SQ+indexsqlite_autoindex_itipinvitations_1itipinvitationsY�R++�mtableitipinvitationsitipinvitationsXCREATE TABLE itipinvitations (
  token varchar(64) NOT NULL PRIMARY KEY,
  event_uid varchar(255) NOT NULL,
  user_id integer NOT NULL default '0',
  event text NOT NULL,
  expires datetime NOT NULL default '1000-01-01 00:00:00',
  cancelled tinyint(1) NOT NULL default '0',
  CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)�Q##�itableattachmentsattachmentsWCREATE TABLE attachments (
  attachment_id integer NOT NULL PRIMARY KEY,
  event_id integer NOT NULL default '0',
  filename varchar(255) NOT NULL default '',
  mimetype varchar(255) NOT NULL default '',
  size integer NOT NULL default '0',
  data text NOT NULL default '',
  CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id)
    REFERENCES events(event_id)
)�JP�otableeventseventsUCREATE TABLE events (
  event_id integer NOT NULL PRIMARY KEY,
  calendar_id integer NOT NULL default '0',
  recurrence_id integer NOT NULL default '0',
  uid varchar(255) NOT NULL default '',
  instance varchar(16) NOT NULL default '',
  isexception tinyint(1) NOT NULL default '0',
  created datetime NOT NULL default '1000-01-01 00:00:00',
  changed datetime NOT NULL default '1000-01-01 00:00:00',
  sequence integer NOT NULL default '0',
  start datetime NOT NULL default '1000-01-01 00:00:00',
  end datetime NOT NULL default '1000-01-01 00:00:00',
  recurrence varchar(255) default NULL,
  title varchar(255) NOT NULL,
  description text NOT NULL,
  location varchar(255) NOT NULL default '',
  categories varchar(255) NOT NULL default '',
  url varchar(255) NOT NULL default '',
  all_day tinyint(1) NOT NULL default '0',
  free_busy tinyint(1) NOT NULL default '0',
  priority tinyint(1) NOT NULL default '0',
  sensitivity tinyint(1) NOT NULL default '0',
  status varchar(32) NOT NULL default '',
  alarms text default NULL,
  attendees text default NULL,
  notifyat datetime default NULL,
  CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id)
    REFERENCES calendars(calendar_id)
)�O�}tablecalendarscalendarsTCREATE TABLE calendars (
  calendar_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL default '0',
  name varchar(255) NOT NULL default '',
  color varchar(255) NOT NULL default '',
  showalarms tinyint(1) NOT NULL default '1',
  driver varchar(255) NOT NULL default 'database',
  CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)







NN�/S�Q	cPCardDAV%l@%d{ENCRYPTED}axlFD5mgaMAmcz9wmEpf5w==https://127.0.0.1:2080/addressbooks/office@24hourwaterdamagerestorationlongisland.com/addressbook/h��fQ�cPCardDAV
��
		cPCardDAV
rr�
)�Q!	cPanel CardDAVhttps://127.0.0.1:2080/addressbooks/office@24hourwaterdamagerestorationlongisland.com/addressbook/h��n1754120905
�<#	6�zR�N����K<J�
�
*	�zfzfC)�indexcarddav_groups_abook_id_idxcarddav_groupsmCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)�c))�[tablecarddav_groupscarddav_groupsjCREATE TABLE carddav_groups (
	id       integer NOT NULL PRIMARY KEY,
	abook_id integer NOT NULL,
	name VARCHAR(255) NOT NULL, 
	vcard TEXT,        
	etag VARCHAR(255), 
	uri  VARCHAR(255), 
	cuid VARCHAR(255), 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
);eO)indexsqlite_autoindex_carddav_groups_2carddav_groupsl;dO)indexsqlite_autoindex_carddav_groups_1carddav_groupsk�bI/�!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypesiCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id)�a`//�qtablecarddav_xsubtypescarddav_xsubtypesgCREATE TABLE carddav_xsubtypes (
	id       integer NOT NULL PRIMARY KEY,
	typename VARCHAR(128) NOT NULL,  
	subtype  VARCHAR(128) NOT NULL,  
	abook_id integer NOT NULL,

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE,
	UNIQUE(typename,subtype,abook_id)
)AaU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesh�_G-�indexcarddav_contacts_abook_id_idxcarddav_contactsfCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)�\--�[tablecarddav_contactscarddav_contactscCREATE TABLE carddav_contacts (
	id           integer NOT NULL PRIMARY KEY,
	abook_id     integer NOT NULL,
	name         VARCHAR(255) NOT NULL, 
	email        VARCHAR(255),          
	firstname    VARCHAR(255),
	surname      VARCHAR(255),
	organization VARCHAR(255),
	showas       VARCHAR(32) NOT NULL DEFAULT '', 
	vcard        TEXT NOT NULL,         
	etag         VARCHAR(255) NOT NULL, 
	uri          VARCHAR(255) NOT NULL, 
	cuid         VARCHAR(255) NOT NULL, 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
)?^S-indexsqlite_autoindex_carddav_contacts_2carddav_contactse?]S-indexsqlite_autoindex_carddav_contacts_1carddav_contactsdd�[S5�5indexcarddav_addressbooks_account_id_idxcarddav_addressbooksbCREATE INDEX carddav_addressbooks_account_id_idx ON carddav_addressbooks(account_id)�jZ55�wtablecarddav_addressbookscarddav_addressbooks`CREATE TABLE carddav_addressbooks (
	id           integer NOT NULL PRIMARY KEY,
	name         TEXT NOT NULL,
	url          TEXT NOT NULL,
	last_updated BIGINT NOT NULL DEFAULT 0,  
	refresh_time INT NOT NULL DEFAULT 3600, 
	sync_token   TEXT NOT NULL DEFAULT '', 

	account_id   integer NOT NULL,
	flags        integer NOT NULL DEFAULT 5, 

	
	FOREIGN KEY(account_id) REFERENCES carddav_accounts(id) ON DELETE CASCADE ON UPDATE CASCADE
)?YS-indexsqlite_autoindex_carddav_accounts_1carddav_accounts_��Yk11�]tablecarddav_migrationscarddav_migrationsrCREATE TABLE carddav_migrations (
	id integer NOT NULL PRIMARY KEY,
	filename TEXT NOT NULL,
	processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP,

	UNIQUE(filename)
)ClW1indexsqlite_autoindex_carddav_migrations_1carddav_migrationss�
jK1�%indexcarddav_group_user_group_id_idxcarddav_group_userqCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)�iO1�-indexcarddav_group_user_contact_id_idxcarddav_group_userpCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)�ng11�tablecarddav_group_usercarddav_group_usernCREATE TABLE carddav_group_user (
	group_id   integer NOT NULL,
	contact_id integer NOT NULL,

	PRIMARY KEY(group_id,contact_id),

	
	FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE,
	FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE
)ChW1indexsqlite_autoindex_carddav_group_user_1carddav_group_usero
��		















���~H��|R!
�
�
�
E

��yK���(/30022-accountflags2025-08-02 11:28:58,730021-addressbookflags2025-08-02 11:28:58/=30020-distinctcolumnnames2025-08-02 11:28:58,730019-accountentities32025-08-02 11:28:58,730018-accountentities22025-08-02 11:28:58+530017-accountentities2025-08-02 11:28:584G30016-increasetextfieldlengths2025-08-02 11:28:58/=30015-fixmysqlconstraints2025-08-02 11:28:586K30014-unifytimestampdefaultvalue2025-08-02 11:28:58>[30013-changemysqlcollationscasesensitive2025-08-02 11:28:58/
=30012-fixmysqlconstraints2025-08-02 11:28:583E30011-unifymigrationsidcolumn2025-08-02 11:28:584G30010-increasetextfieldlengths2025-08-02 11:28:58/
=30009-dropauthschemefield2025-08-02 11:28:58(	/30008-unifyindexes2025-08-02 11:28:582C30007-replaceurlplaceholders2025-08-02 11:28:58+530006-rmgroupsnotnull2025-08-02 11:28:583E30005-changemysqlut8toutf8mb42025-08-02 11:28:584G30004-fixtimestampdefaultvalue2025-08-02 11:28:584G30003-fixtimestampdefaultvalue2025-08-02 11:28:584G30002-increasetextfieldlengths2025-08-02 11:28:58&+30001-categories2025-08-02 11:28:58"#30000-dbinit2025-08-02 11:28:58

a����wV=����^:
�
�
�
�
�
w
a/0022-accountflags70021-addressbookflags=0020-distinctcolumnnames70019-accountentities370018-accountentities250017-accountentities!G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints
 E0011-unifymigrationsidcolumn!G0010-increasetextfieldlengths=0009-dropauthschemefield
/0008-unifyindexes	C0007-replaceurlplaceholders50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories#	0000-dbinit
�{M3)�uc190f118a01a199d448fc50b82626b382025-08-02 11:30:01119.156.108.28bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDk6Im9mZmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20iO3N0b3JhZ2VfaG9zdHxzOjk6ImxvY2FsaG9zdCI7c3RvcmFnZV9wb3J0fGk6MTQzO3N0b3JhZ2Vfc3NsfGI6MDtwYXNzd29yZHxzOjk2OiJyZUpwQnRmYkhWeE45WkZ2UTFUbXF0a2NSRTZBczhSazBZcndWVFZ6bjRaZitGWXF4dXdjQ0VZc096NFJ2ZHo2Q1BpdGtmTlczVnpKTTdpVXRUUFd0Z0NiSTNOQk9yWDEiO2xvZ2luX3RpbWV8aToxNzU0MTM0MTM4O1NUT1JBR0VfU1BFQ0lBTC1VU0V8YjoxO2F1dGhfc2VjcmV0fHM6MzI6IlFQVnlKRERnS3VGNllSWXJCcXVMZ044eUFXeUdzdjNTIjtyZXF1ZXN0X3Rva2VufHM6MzI6IkF2bVg5R3l1M1c5WFR5dlhDNkdnWEJuUGp0R2tMNHJ4Ijt0YXNrfHM6NDoibWFpbCI7c2tpbl9jb25maWd8YTo3OntzOjE3OiJzdXBwb3J0ZWRfbGF5b3V0cyI7YToxOntpOjA7czoxMDoid2lkZXNjcmVlbiI7fXM6MjI6ImpxdWVyeV91aV9jb2xvcnNfdGhlbWUiO3M6OToiYm9vdHN0cmFwIjtzOjE4OiJlbWJlZF9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE5OiJlZGl0b3JfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxNzoiZGFya19tb2RlX3N1cHBvcnQiO2I6MTtzOjI2OiJtZWRpYV9icm93c2VyX2Nzc19sb2NhdGlvbiI7czo0OiJub25lIjtzOjIxOiJhZGRpdGlvbmFsX2xvZ29fdHlwZXMiO2E6Mzp7aTowO3M6NDoiZGFyayI7aToxO3M6NToic21hbGwiO2k6MjtzOjEwOiJzbWFsbC1kYXJrIjt9fWltYXBfaG9zdHxzOjk6ImxvY2FsaG9zdCI7cGFnZXxpOjE7bWJveHxzOjU6IklOQk9YIjtzb3J0X2NvbHxzOjA6IiI7c29ydF9vcmRlcnxzOjQ6IkRFU0MiO1NUT1JBR0VfVEhSRUFEfGE6Mzp7aTowO3M6MTA6IlJFRkVSRU5DRVMiO2k6MTtzOjQ6IlJFRlMiO2k6MjtzOjE0OiJPUkRFUkVEU1VCSkVDVCI7fVNUT1JBR0VfUVVPVEF8YjoxO1NUT1JBR0VfTElTVC1FWFRFTkRFRHxiOjE7cXVvdGFfZGlzcGxheXxzOjQ6InRleHQiO2xpc3RfYXR0cmlifGE6Nzp7czo0OiJuYW1lIjtzOjg6Im1lc3NhZ2VzIjtzOjI6ImlkIjtzOjExOiJtZXNzYWdlbGlzdCI7czo1OiJjbGFzcyI7czo0MjoibGlzdGluZyBtZXNzYWdlbGlzdCBzb3J0aGVhZGVyIGZpeGVkaGVhZGVyIjtzOjE1OiJhcmlhLWxhYmVsbGVkYnkiO3M6MjI6ImFyaWEtbGFiZWwtbWVzc2FnZWxpc3QiO3M6OToiZGF0YS1saXN0IjtzOjEyOiJtZXNzYWdlX2xpc3QiO3M6MTQ6ImRhdGEtbGFiZWwtbXNnIjtzOjE4OiJUaGUgbGlzdCBpcyBlbXB0eS4iO3M6NzoiY29sdW1ucyI7YTo4OntpOjA7czo3OiJ0aHJlYWRzIjtpOjE7czo3OiJzdWJqZWN0IjtpOjI7czo2OiJzdGF0dXMiO2k6MztzOjY6ImZyb210byI7aTo0O3M6NDoiZGF0ZSI7aTo1O3M6NDoic2l6ZSI7aTo2O3M6NDoiZmxhZyI7aTo3O3M6MTA6ImF0dGFjaG1lbnQiO319Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6MjtzOjY6Im1heHVpZCI7aToyO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxO31TVE9SQUdFX1FSRVNZTkN8YjoxO2xpc3RfbW9kX3NlcXxzOjE6IjQiO2Jyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjc6IklOQk9YOjIiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
�^M3'�=66654b12a53c5a2ecc9c636bc087922d2025-08-04 10:00:53156.146.51.76bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDk6Im9mZmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20iO3N0b3JhZ2VfaG9zdHxzOjk6ImxvY2FsaG9zdCI7c3RvcmFnZV9wb3J0fGk6MTQzO3N0b3JhZ2Vfc3NsfGI6MDtwYXNzd29yZHxzOjk2OiJjR25ITUF5cElmdkVyVHdZWGZKbXR1azIvUmtJMmRpdVpZNFZKblJScThSc3ZzYnZDcC9zZGhIalNYUGhMZnJqcExXVDVKSTN5a0N4bWZnMHczV2FSNUg4cUtCais0RTIiO2xvZ2luX3RpbWV8aToxNzU0MzAxMjg2O1NUT1JBR0VfU1BFQ0lBTC1VU0V8YjoxO2F1dGhfc2VjcmV0fHM6MzI6Ik82Z1pvZGh0aU5pQXJ2dVZtMW53eUZSV2w3V05nWlNPIjtyZXF1ZXN0X3Rva2VufHM6MzI6IlJsTWlVR0FjY1czN3pvY2g5clVTZjdnR25zbHJHaFh6Ijt0YXNrfHM6NDoibWFpbCI7c2tpbl9jb25maWd8YTo3OntzOjE3OiJzdXBwb3J0ZWRfbGF5b3V0cyI7YToxOntpOjA7czoxMDoid2lkZXNjcmVlbiI7fXM6MjI6ImpxdWVyeV91aV9jb2xvcnNfdGhlbWUiO3M6OToiYm9vdHN0cmFwIjtzOjE4OiJlbWJlZF9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE5OiJlZGl0b3JfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxNzoiZGFya19tb2RlX3N1cHBvcnQiO2I6MTtzOjI2OiJtZWRpYV9icm93c2VyX2Nzc19sb2NhdGlvbiI7czo0OiJub25lIjtzOjIxOiJhZGRpdGlvbmFsX2xvZ29fdHlwZXMiO2E6Mzp7aTowO3M6NDoiZGFyayI7aToxO3M6NToic21hbGwiO2k6MjtzOjEwOiJzbWFsbC1kYXJrIjt9fWltYXBfaG9zdHxzOjk6ImxvY2FsaG9zdCI7cGFnZXxpOjE7bWJveHxzOjU6IklOQk9YIjtzb3J0X2NvbHxzOjA6IiI7c29ydF9vcmRlcnxzOjQ6IkRFU0MiO1NUT1JBR0VfVEhSRUFEfGE6Mzp7aTowO3M6MTA6IlJFRkVSRU5DRVMiO2k6MTtzOjQ6IlJFRlMiO2k6MjtzOjE0OiJPUkRFUkVEU1VCSkVDVCI7fVNUT1JBR0VfUVVPVEF8YjoxO1NUT1JBR0VfTElTVC1FWFRFTkRFRHxiOjE7cXVvdGFfZGlzcGxheXxzOjQ6InRleHQiO2xpc3RfYXR0cmlifGE6Nzp7czo0OiJuYW1lIjtzOjg6Im1lc3NhZ2VzIjtzOjI6ImlkIjtzOjExOiJtZXNzYWdlbGlzdCI7czo1OiJjbGFzcyI7czo0MjoibGlzdGluZyBtZXNzYWdlbGlzdCBzb3J0aGVhZGVyIGZpeGVkaGVhZGVyIjtzOjE1OiJhcmlhLWxhYmVsbGVkYnkiO3M6MjI6ImFyaWEtbGFiZWwtbWVzc2FnZWxpc3QiO3M6OToiZGF0YS1saXN0IjtzOjEyOiJtZXNzYWdlX2xpc3QiO3M6MTQ6ImRhdGEtbGFiZWwtbXNnIjtzOjE4OiJUaGUgbGlzdCBpcyBlbXB0eS4iO3M6NzoiY29sdW1ucyI7YTo4OntpOjA7czo3OiJ0aHJlYWRzIjtpOjE7czo3OiJzdWJqZWN0IjtpOjI7czo2OiJzdGF0dXMiO2k6MztzOjY6ImZyb210byI7aTo0O3M6NDoiZGF0ZSI7aTo1O3M6NDoic2l6ZSI7aTo2O3M6NDoiZmxhZyI7aTo3O3M6MTA6ImF0dGFjaG1lbnQiO319Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6NTtzOjY6Im1heHVpZCI7aTo1O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTozO31saXN0X21vZF9zZXF8czoxOiI4Ijticm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6MTp7czo3OiJJTkJPWDo1IjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7sales.rcube.db000060000002000000151006266300007240 0ustar00SQLite format 3@  B�vOB.��a�����VXDM.:'
  �]m33�isales@24hourwaterdamagerestorationlongisland.comlocalhost2025-07-20 07:22:312025-09-04 09:25:15en_GBa:3:{s:11:"client_hash";s:16:"xa2vSywY1H1tijvL";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;}
��=m	sales@24hourwaterdamagerestorationlongisland.comlocalhost


��*	3/2025-07-20 07:22:31Imported Contacts
��		





��P
	3	

m


2025-07-20 07:22:31sales@24hourwaterdamagerestorationlongisland.com
��		
��4m	sales@24hourwaterdamagerestorationlongisland.com

	�Fc
���
/	��	h4��-�F�~�KtableresponsesresponsesCREATE TABLE responses (
  response_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(255) NOT NULL,
  data text NOT NULL,
  is_html tinyint NOT NULL default '0'
)d3!�indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)j
7!�	indexix_identities_user_ididentitiesCREATE INDEX ix_identities_user_id ON identities(user_id, del)�u!!�5tableidentitiesidentities
CREATE TABLE identities (
  identity_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  standard tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  organization varchar(128) default '',
  email varchar(128) NOT NULL default '',
  "reply-to" varchar(128) NOT NULL default '',
  bcc varchar(128) NOT NULL default '',
  signature text NOT NULL default '',
  html_signature tinyint NOT NULL default '0'
)�I3�Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)�~
33�#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses (
  address_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  name varchar(255) NOT NULL default '',
  email varchar(255) NOT NULL,
  "type" integer NOT NULL
)�	O3�1indexix_contactgroupmembers_contact_idcontactgroupmembers
CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)�33�]tablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers (
  contactgroup_id integer NOT NULL
    REFERENCES contactgroups(contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE,
  contact_id integer NOT NULL
    REFERENCES contacts(contact_id) ON DELETE CASCADE ON UPDATE CASCADE,
  created datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY (contactgroup_id, contact_id)
)EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers	v='�indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)�[''�utablecontactgroupscontactgroupsCREATE TABLE contactgroups (
  contactgroup_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default ''
)b3�indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)��atablecontactscontactsCREATE TABLE contacts (
  contact_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  email text NOT NULL default '',
  firstname varchar(128) NOT NULL default '',
  surname varchar(128) NOT NULL default '',
  vcard text NOT NULL default '',
  words text NOT NULL default ''
)f/�indexix_users_usernameusersCREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)��tableusersusersCREATE TABLE users (
  user_id integer NOT NULL PRIMARY KEY,
  username varchar(128) NOT NULL default '',
  mail_host varchar(128) NOT NULL default '',
  created datetime NOT NULL default '0000-00-00 00:00:00',
  last_login datetime DEFAULT NULL,
  failed_login datetime DEFAULT NULL,
  failed_login_counter integer DEFAULT NULL,
  language varchar(16),
  preferences text DEFAULT NULL
)

	��	wo	H<������K#�x��8
�
�
�bGG�A'�Qtablefilestorefilestore*CREATE TABLE filestore (
    file_id integer NOT NULL PRIMARY KEY,
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    context varchar(32) NOT NULL,
    filename varchar(128) NOT NULL,
    mtime integer NOT NULL,
    data text NOT NULL
)m;%�indexix_cache_shared_expirescache_shared CREATE INDEX ix_cache_shared_expires ON cache_shared(expires)�6%%�/tablecache_sharedcache_sharedCREATE TABLE cache_shared (
  cache_key varchar(255) NOT NULL,
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (cache_key)
)7K%indexsqlite_autoindex_cache_shared_1cache_sharedP-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)��tablecachecacheCREATE TABLE cache (
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  cache_key varchar(128) NOT NULL default '',
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (user_id, cache_key)
))=indexsqlite_autoindex_cache_1cacheA�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)��tablesearchessearchesCREATE TABLE searches (
  search_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  "type" smallint NOT NULL DEFAULT '0',
  name varchar(128) NOT NULL,
  data text NOT NULL
)�C!�/indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)�U!!�utabledictionarydictionaryCREATE TABLE dictionary (
  user_id integer DEFAULT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  language varchar(16) NOT NULL,
  data text NOT NULL
)Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)�V�tablesessionsessionCREATE TABLE session (
  sess_id varchar(128) NOT NULL PRIMARY KEY,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  ip varchar(40) NOT NULL default '',
  vars text NOT NULL
)-Aindexsqlite_autoindex_session_1sessionf5�indexix_responses_user_idresponsesCREATE INDEX ix_responses_user_id ON responses(user_id, del),v&?)�indexix_cache_messages_expirescache_messages)CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);%O)indexsqlite_autoindex_cache_messages_1cache_messages(�u$))�%tablecache_messagescache_messages'CREATE TABLE cache_messages (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    uid integer NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    flags integer NOT NULL DEFAULT '0',
    PRIMARY KEY (user_id, mailbox, uid)
)n#;%�	indexix_cache_thread_expirescache_thread&CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7"K%indexsqlite_autoindex_cache_thread_1cache_thread%�(!%%�tablecache_threadcache_thread$CREATE TABLE cache_thread (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)j 9#�indexix_cache_index_expirescache_index#CREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_index"�N##�ctablecache_indexcache_index!CREATE TABLE cache_index (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    valid smallint NOT NULL DEFAULT '0',
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)������uwt

g
B��
B�l
�
�
�
�����������$M90556d93c4310e36d3f7319722bd43b2$Md96255282db244b92094a34fc10d27e8$Mceee15d601af2d63cc7830d1ebdd7d81$M63691c391d6db69a8272c774fc85e251$M3979e263d5b5123172e0844e034c5560
������9999999999999932025-09-04 09:25:1932025-09-04 03:45:2432025-09-03 07:16:2132025-09-02 05:36:1632025-08-25 11:52:37




TT�)	u3�EDAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a2025-08-25 11:45:37czo1OToiY2FsZW5kYXJzL3NhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbS8iOw==
��8	u	DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a
��3	2025-08-25 11:45:37














s���s$;!calendar-caldav-version2014041700&?!calendar-database-version2021102600-!libkolab-version2023111200/!roundcube-version2022081200
�����;calendar-caldav-version?calendar-database-version-libkolab-version/	roundcube-version
����bF
���.
�	2�q��D�v��HA
��I:--�Etablekolab_cache_notekolab_cache_note>CREATE TABLE kolab_cache_note (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)�x733�tablekolab_cache_journalkolab_cache_journal;CREATE TABLE kolab_cache_journal (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)p{(5�/indexix_filestore_user_idfilestore+CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)�973�+indexix_journal_uid2msguidkolab_cache_journal=CREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E8Y3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journal<x61-�indexix_task_uid2msguidkolab_cache_task:CREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?5S-indexsqlite_autoindex_kolab_cache_task_1kolab_cache_task9�o4--�tablekolab_cache_taskkolab_cache_task8CREATE TABLE kolab_cache_task (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)|33/�#indexix_event_uid2msguidkolab_cache_event7CREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)A2U/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event6�r1//�tablekolab_cache_eventkolab_cache_event5CREATE TABLE kolab_cache_event (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�073�+indexix_contact_uid2msguidkolab_cache_contact4CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r/+3�indexix_contact_typekolab_cache_contact3CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)E.Y3indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact2�p-33�tablekolab_cache_contactkolab_cache_contact1CREATE TABLE kolab_cache_contact (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)h,-'�	indexix_resource_typekolab_folders0CREATE INDEX ix_resource_type ON kolab_folders(resource, type)�+''�qtablekolab_folderskolab_folders/CREATE TABLE kolab_folders (
  folder_id INTEGER NOT NULL PRIMARY KEY,
  resource VARCHAR(255) NOT NULL,
  type VARCHAR(32) NOT NULL,
  synclock INTEGER NOT NULL DEFAULT '0',
  ctag VARCHAR(128) DEFAULT NULL,
  changed DATETIME DEFAULT NULL
)+*?indexsqlite_autoindex_system_1system-o)�9tablesystemsystem,CREATE TABLE system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
)
HH�5�#!3dav://sales%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/sales@24hourwaterdamagerestorationlongisland.com/calendar/event17528574152025-07-28 03:40:44
ii��#	dav://sales%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/sales@24hourwaterdamagerestorationlongisland.com/calendar/event



















*�E
�
�
�
�
<	��KK�v��*H�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  u�|M55�tablekolab_cache_dav_taskkolab_cache_dav_taskRCREATE TABLE kolab_cache_dav_task (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)IL]7indexsqlite_autoindex_kolab_cache_dav_event_1kolab_cache_dav_eventQ�K77�tablekolab_cache_dav_eventkolab_cache_dav_eventPCREATE TABLE kolab_cache_dav_event (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)�J3;�%indexix_contact_type_davkolab_cache_dav_contactOCREATE INDEX ix_contact_type_dav ON kolab_cache_dav_contact(folder_id, type)MIa;indexsqlite_autoindex_kolab_cache_dav_contact_1kolab_cache_dav_contactN�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id, uid)
)�G95�/indexix_freebusy_uid2msguidkolab_cache_freebusyLCREATE INDEX ix_freebusy_uid2msguid ON kolab_cache_freebusy(folder_id,uid,msguid)GF[5indexsqlite_autoindex_kolab_cache_freebusy_1kolab_cache_freebusyK�{E55�tablekolab_cache_freebusykolab_cache_freebusyJCREATE TABLE kolab_cache_freebusy (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�DC?�Cindexix_configuration_uid2msguidkolab_cache_configurationICREATE INDEX ix_configuration_uid2msguid ON kolab_cache_configuration(folder_id,uid,msguid)�
C7?�+indexix_configuration_typekolab_cache_configurationHCREATE INDEX ix_configuration_type ON kolab_cache_configuration(folder_id,type)QBe?indexsqlite_autoindex_kolab_cache_configuration_1kolab_cache_configurationG�A??�tablekolab_cache_configurationkolab_cache_configurationFCREATE TABLE kolab_cache_configuration (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)x@1-�indexix_file_uid2msguidkolab_cache_fileECREATE INDEX ix_file_uid2msguid ON kolab_cache_file(folder_id,uid,msguid)v?1-�indexix_folder_filenamekolab_cache_fileCCREATE INDEX ix_folder_filename ON kolab_cache_file(folder_id,filename)?>S-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_fileB�o=--�tablekolab_cache_filekolab_cache_fileACREATE TABLE kolab_cache_file (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  filename varchar(255) DEFAULT NULL,
  PRIMARY KEY(folder_id,msguid)
)x<1-�indexix_note_uid2msguidkolab_cache_note@CREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)?;S-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_note?

















�gTf	�g(���g���BX--�7tablecarddav_accountscarddav_accounts^CREATE TABLE carddav_accounts (
	id              integer NOT NULL PRIMARY KEY,
	accountname     TEXT NOT NULL,
	username        TEXT NOT NULL,
	password        TEXT NOT NULL,
	discovery_url   TEXT,
	user_id         integer NOT NULL,
	last_discovered BIGINT NOT NULL DEFAULT 0,  
	rediscover_time INT NOT NULL DEFAULT 86400, 

	presetname      TEXT,                       

	flags        integer NOT NULL DEFAULT 0,

	UNIQUE(user_id,presetname),

	
	FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE
)mW;%�indexix_kolab_alarms_user_idkolab_alarms]CREATE INDEX ix_kolab_alarms_user_id ON kolab_alarms(user_id)7VK%indexsqlite_autoindex_kolab_alarms_1kolab_alarms\GN[5indexsqlite_autoindex_kolab_cache_dav_task_1kolab_cache_dav_taskS�oU%%�!tablekolab_alarmskolab_alarms[CREATE TABLE kolab_alarms (
  alarm_id VARCHAR(255) NOT NULL,
  user_id INTEGER NOT NULL,
  notifyat DATETIME DEFAULT NULL,
  dismissed TINYINT(3) NOT NULL DEFAULT '0',
  PRIMARY KEY(alarm_id,user_id)
)|T9+�!indexix_itipinvitations_uiditipinvitationsZCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=SQ+indexsqlite_autoindex_itipinvitations_1itipinvitationsY�R++�mtableitipinvitationsitipinvitationsXCREATE TABLE itipinvitations (
  token varchar(64) NOT NULL PRIMARY KEY,
  event_uid varchar(255) NOT NULL,
  user_id integer NOT NULL default '0',
  event text NOT NULL,
  expires datetime NOT NULL default '1000-01-01 00:00:00',
  cancelled tinyint(1) NOT NULL default '0',
  CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)�Q##�itableattachmentsattachmentsWCREATE TABLE attachments (
  attachment_id integer NOT NULL PRIMARY KEY,
  event_id integer NOT NULL default '0',
  filename varchar(255) NOT NULL default '',
  mimetype varchar(255) NOT NULL default '',
  size integer NOT NULL default '0',
  data text NOT NULL default '',
  CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id)
    REFERENCES events(event_id)
)�JP�otableeventseventsUCREATE TABLE events (
  event_id integer NOT NULL PRIMARY KEY,
  calendar_id integer NOT NULL default '0',
  recurrence_id integer NOT NULL default '0',
  uid varchar(255) NOT NULL default '',
  instance varchar(16) NOT NULL default '',
  isexception tinyint(1) NOT NULL default '0',
  created datetime NOT NULL default '1000-01-01 00:00:00',
  changed datetime NOT NULL default '1000-01-01 00:00:00',
  sequence integer NOT NULL default '0',
  start datetime NOT NULL default '1000-01-01 00:00:00',
  end datetime NOT NULL default '1000-01-01 00:00:00',
  recurrence varchar(255) default NULL,
  title varchar(255) NOT NULL,
  description text NOT NULL,
  location varchar(255) NOT NULL default '',
  categories varchar(255) NOT NULL default '',
  url varchar(255) NOT NULL default '',
  all_day tinyint(1) NOT NULL default '0',
  free_busy tinyint(1) NOT NULL default '0',
  priority tinyint(1) NOT NULL default '0',
  sensitivity tinyint(1) NOT NULL default '0',
  status varchar(32) NOT NULL default '',
  alarms text default NULL,
  attendees text default NULL,
  notifyat datetime default NULL,
  CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id)
    REFERENCES calendars(calendar_id)
)�O�}tablecalendarscalendarsTCREATE TABLE calendars (
  calendar_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL default '0',
  name varchar(255) NOT NULL default '',
  color varchar(255) NOT NULL default '',
  showalarms tinyint(1) NOT NULL default '1',
  driver varchar(255) NOT NULL default 'database',
  CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)







OO�.S�O	cPCardDAV%l@%d{ENCRYPTED}Dw+9UZgkGWRYGbLhonC/Bg==https://127.0.0.1:2080/addressbooks/sales@24hourwaterdamagerestorationlongisland.com/addressbook/h�Z�Q�cPCardDAV
��
		cPCardDAV
ss�

)�O!	cPanel CardDAVhttps://127.0.0.1:2080/addressbooks/sales@24hourwaterdamagerestorationlongisland.com/addressbook/h���1752857415
�<#	6�zR�N����K<J�
�
*	�zfzfC)�indexcarddav_groups_abook_id_idxcarddav_groupsmCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)�c))�[tablecarddav_groupscarddav_groupsjCREATE TABLE carddav_groups (
	id       integer NOT NULL PRIMARY KEY,
	abook_id integer NOT NULL,
	name VARCHAR(255) NOT NULL, 
	vcard TEXT,        
	etag VARCHAR(255), 
	uri  VARCHAR(255), 
	cuid VARCHAR(255), 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
);eO)indexsqlite_autoindex_carddav_groups_2carddav_groupsl;dO)indexsqlite_autoindex_carddav_groups_1carddav_groupsk�bI/�!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypesiCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id)�a`//�qtablecarddav_xsubtypescarddav_xsubtypesgCREATE TABLE carddav_xsubtypes (
	id       integer NOT NULL PRIMARY KEY,
	typename VARCHAR(128) NOT NULL,  
	subtype  VARCHAR(128) NOT NULL,  
	abook_id integer NOT NULL,

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE,
	UNIQUE(typename,subtype,abook_id)
)AaU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesh�_G-�indexcarddav_contacts_abook_id_idxcarddav_contactsfCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)�\--�[tablecarddav_contactscarddav_contactscCREATE TABLE carddav_contacts (
	id           integer NOT NULL PRIMARY KEY,
	abook_id     integer NOT NULL,
	name         VARCHAR(255) NOT NULL, 
	email        VARCHAR(255),          
	firstname    VARCHAR(255),
	surname      VARCHAR(255),
	organization VARCHAR(255),
	showas       VARCHAR(32) NOT NULL DEFAULT '', 
	vcard        TEXT NOT NULL,         
	etag         VARCHAR(255) NOT NULL, 
	uri          VARCHAR(255) NOT NULL, 
	cuid         VARCHAR(255) NOT NULL, 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
)?^S-indexsqlite_autoindex_carddav_contacts_2carddav_contactse?]S-indexsqlite_autoindex_carddav_contacts_1carddav_contactsdd�[S5�5indexcarddav_addressbooks_account_id_idxcarddav_addressbooksbCREATE INDEX carddav_addressbooks_account_id_idx ON carddav_addressbooks(account_id)�jZ55�wtablecarddav_addressbookscarddav_addressbooks`CREATE TABLE carddav_addressbooks (
	id           integer NOT NULL PRIMARY KEY,
	name         TEXT NOT NULL,
	url          TEXT NOT NULL,
	last_updated BIGINT NOT NULL DEFAULT 0,  
	refresh_time INT NOT NULL DEFAULT 3600, 
	sync_token   TEXT NOT NULL DEFAULT '', 

	account_id   integer NOT NULL,
	flags        integer NOT NULL DEFAULT 5, 

	
	FOREIGN KEY(account_id) REFERENCES carddav_accounts(id) ON DELETE CASCADE ON UPDATE CASCADE
)?YS-indexsqlite_autoindex_carddav_accounts_1carddav_accounts_��Yk11�]tablecarddav_migrationscarddav_migrationsrCREATE TABLE carddav_migrations (
	id integer NOT NULL PRIMARY KEY,
	filename TEXT NOT NULL,
	processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP,

	UNIQUE(filename)
)ClW1indexsqlite_autoindex_carddav_migrations_1carddav_migrationss�
jK1�%indexcarddav_group_user_group_id_idxcarddav_group_userqCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)�iO1�-indexcarddav_group_user_contact_id_idxcarddav_group_userpCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)�ng11�tablecarddav_group_usercarddav_group_usernCREATE TABLE carddav_group_user (
	group_id   integer NOT NULL,
	contact_id integer NOT NULL,

	PRIMARY KEY(group_id,contact_id),

	
	FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE,
	FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE
)ChW1indexsqlite_autoindex_carddav_group_user_1carddav_group_usero
��		















���~H��|R!
�
�
�
E

��yK���(/30022-accountflags2025-07-20 07:22:31,730021-addressbookflags2025-07-20 07:22:31/=30020-distinctcolumnnames2025-07-20 07:22:31,730019-accountentities32025-07-20 07:22:31,730018-accountentities22025-07-20 07:22:31+530017-accountentities2025-07-20 07:22:314G30016-increasetextfieldlengths2025-07-20 07:22:31/=30015-fixmysqlconstraints2025-07-20 07:22:316K30014-unifytimestampdefaultvalue2025-07-20 07:22:31>[30013-changemysqlcollationscasesensitive2025-07-20 07:22:31/
=30012-fixmysqlconstraints2025-07-20 07:22:313E30011-unifymigrationsidcolumn2025-07-20 07:22:314G30010-increasetextfieldlengths2025-07-20 07:22:31/
=30009-dropauthschemefield2025-07-20 07:22:31(	/30008-unifyindexes2025-07-20 07:22:312C30007-replaceurlplaceholders2025-07-20 07:22:31+530006-rmgroupsnotnull2025-07-20 07:22:313E30005-changemysqlut8toutf8mb42025-07-20 07:22:314G30004-fixtimestampdefaultvalue2025-07-20 07:22:314G30003-fixtimestampdefaultvalue2025-07-20 07:22:314G30002-increasetextfieldlengths2025-07-20 07:22:31&+30001-categories2025-07-20 07:22:31"#30000-dbinit2025-07-20 07:22:31

a����wV=����^:
�
�
�
�
�
w
a/0022-accountflags70021-addressbookflags=0020-distinctcolumnnames70019-accountentities370018-accountentities250017-accountentities!G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints
 E0011-unifymigrationsidcolumn!G0010-increasetextfieldlengths=0009-dropauthschemefield
/0008-unifyindexes	C0007-replaceurlplaceholders50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories#	0000-dbinit
gg�M3'�-90556d93c4310e36d3f7319722bd43b22025-08-25 11:52:3795.173.217.25bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6InNhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6ImlCK0kzeXpuVHRYaU1GQ043OFhzQ1lVVGNKZ0c4TElLUnhadC8xUkUyMGZFUDU1QW94UWtrUHEvOXZRbkFtTXRhYzl1ODFvUy82QjEyUWZ2RnJ2VFoxU253TWlsV0hwaCI7bG9naW5fdGltZXxpOjE3NTYxMTkxNjI7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoibzB1UFdGZ256VVBvT2tXbjVubXpYZmN5bERsVWUzUXYiO3JlcXVlc3RfdG9rZW58czozMjoidEdxRTdMYjl4V3YzS2p4MDA2MGtMUXY5OFBrZ3NUOGMiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX11bnNlZW5fY291bnR8YTo2OntzOjU6IklOQk9YIjtpOjI7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6MjY7czo2OiJtYXh1aWQiO2k6MjY7fX1saXN0X21vZF9zZXF8czoyOiIzNSI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjI6e3M6ODoiSU5CT1g6MjMiO2I6MDtzOjg6IklOQk9YOjI1IjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
ff��M3)�-63691c391d6db69a8272c774fc85e2512025-09-03 07:16:21185.220.69.190bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6InNhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IklJZ2sxT1NKZFo1L3BRWGdSS3NpZkxMSDJ6d2VPZ3pTR3dhS1RmMk10NGxOS3pZYWEzQXQ5YmJtL1V1a0pRdzBpdGpZcTF6OGgzNDU4b2JEcFRpSDJpVk4wUjkrSWNCWSI7bG9naW5fdGltZXxpOjE3NTY4ODMzNTY7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiM2p2ejhaeTBkS2FzTzFsN1VPSU1qdElEdVFxdTQyNm4iO3JlcXVlc3RfdG9rZW58czozMjoiUnRpYnJpdjhuOUk4a3NwbndZNWNnVERCQlBXcjFpUnoiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX11bnNlZW5fY291bnR8YTo2OntzOjU6IklOQk9YIjtpOjU7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6MzE7czo2OiJtYXh1aWQiO2k6MzE7fX1saXN0X21vZF9zZXF8czoyOiI0MiI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjI6e3M6ODoiSU5CT1g6MjgiO2I6MDtzOjg6IklOQk9YOjMwIjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7~xyz{|}~�uu
����OM3)�3979e263d5b5123172e0844e034c55602025-09-02 05:36:1689.187.175.148bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6InNhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6InRxR3JhSGh5L2FaUTc2T1RuVW5PRTZKRE1sZGs2TGtYa3lQbERKUEUxWlY3Sk1yS2crWk93TXhrRHZIbEFid1hzVTl3bjF4OUxad21XQUt6TURYdEFaamZ4clA3akYwMiI7bG9naW5fdGltZXxpOjE3NTY3OTEzNzM7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiZU9BSjV1QWI0dUtBRXhrMm54azV0RU9CNGJ1QjRnRHUiO3JlcXVlc3RfdG9rZW58czozMjoiOUx4R0twSzAzaHZQT3ZoZFdEczRJSjlITFF2ckhTb0siO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo2OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MztzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO30=
�{M3)�ud96255282db244b92094a34fc10d27e82025-09-04 09:25:1937.221.112.219bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6InNhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6IkhQS001RFFFZExaWVdXeGRQRzhESVJYaEF5ZXZINzZQQkdTSERPbXRFL3JqcGNFSlJGUlJ6OXBseGVIeDZqa1hjS2lUYnlBWEJnaDErdnZqak85SjV5RmwybUQrUGlEKyI7bG9naW5fdGltZXxpOjE3NTY5Nzc5MTU7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoicEhHVWlvUEpOSVU1OGxYeVJYSTNDeEFGdUxWYkhlMEkiO3JlcXVlc3RfdG9rZW58czozMjoiSW14OTlQclc2enk2YUtmWjFOZVVnS0pjeVBpRHpyODciO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTozMjtzOjY6Im1heHVpZCI7aTozMjt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6Njt9bGlzdF9tb2Rfc2VxfHM6MjoiNDMiOw==
7�|M3+�uceee15d601af2d63cc7830d1ebdd7d812025-09-04 03:45:24103.102.159.167bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NDg6InNhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6InJXdHUyUmdOOGY0dWlJKzNHaGp1MTFnOFM4Um83VVNJcytzV2YwL01iSThxQm1aTktlNG9PbDFJM2FlelR1cXpDTHJCajRmZXhpVmZ3a3pKcjN6MkNxWDNRSm96SjVjTyI7bG9naW5fdGltZXxpOjE3NTY5NTc1MjI7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiS2tGRjE4VDRXOWJrdHRUQkhmTlhKbXJiWVZTdVlNamwiO3JlcXVlc3RfdG9rZW58czozMjoiU1ZnSDJia2RIcDI0ZWkxWWlrc0RXbEllUVk0YUFMZ3MiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTozMTtzOjY6Im1heHVpZCI7aTozMTt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6NTt9bGlzdF9tb2Rfc2VxfHM6MjoiNDIiOw==contact.rcube.db000060000002110000151006266300007566 0ustar00SQLite format 3@  B�OB.��a�����VXDM.:'
�_q33�icontact@24hourwaterdamagerestorationlongisland.comlocalhost2025-07-20 07:11:262025-09-04 09:24:12en_GBa:3:{s:11:"client_hash";s:16:"4CPv0IDDMVHE5K6h";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;}
��?q	contact@24hourwaterdamagerestorationlongisland.comlocalhost


��*	3/2025-07-20 07:11:26Imported Contacts
��		





��R
	3	

q


2025-07-20 07:11:26contact@24hourwaterdamagerestorationlongisland.com
��		
��6q	contact@24hourwaterdamagerestorationlongisland.com

	�Fc
���
/	��	h4��-�F�~�KtableresponsesresponsesCREATE TABLE responses (
  response_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(255) NOT NULL,
  data text NOT NULL,
  is_html tinyint NOT NULL default '0'
)d3!�indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)j
7!�	indexix_identities_user_ididentitiesCREATE INDEX ix_identities_user_id ON identities(user_id, del)�u!!�5tableidentitiesidentities
CREATE TABLE identities (
  identity_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  standard tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  organization varchar(128) default '',
  email varchar(128) NOT NULL default '',
  "reply-to" varchar(128) NOT NULL default '',
  bcc varchar(128) NOT NULL default '',
  signature text NOT NULL default '',
  html_signature tinyint NOT NULL default '0'
)�I3�Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)�~
33�#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses (
  address_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  name varchar(255) NOT NULL default '',
  email varchar(255) NOT NULL,
  "type" integer NOT NULL
)�	O3�1indexix_contactgroupmembers_contact_idcontactgroupmembers
CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)�33�]tablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers (
  contactgroup_id integer NOT NULL
    REFERENCES contactgroups(contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE,
  contact_id integer NOT NULL
    REFERENCES contacts(contact_id) ON DELETE CASCADE ON UPDATE CASCADE,
  created datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY (contactgroup_id, contact_id)
)EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers	v='�indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)�[''�utablecontactgroupscontactgroupsCREATE TABLE contactgroups (
  contactgroup_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default ''
)b3�indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)��atablecontactscontactsCREATE TABLE contacts (
  contact_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  del tinyint NOT NULL default '0',
  name varchar(128) NOT NULL default '',
  email text NOT NULL default '',
  firstname varchar(128) NOT NULL default '',
  surname varchar(128) NOT NULL default '',
  vcard text NOT NULL default '',
  words text NOT NULL default ''
)f/�indexix_users_usernameusersCREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)��tableusersusersCREATE TABLE users (
  user_id integer NOT NULL PRIMARY KEY,
  username varchar(128) NOT NULL default '',
  mail_host varchar(128) NOT NULL default '',
  created datetime NOT NULL default '0000-00-00 00:00:00',
  last_login datetime DEFAULT NULL,
  failed_login datetime DEFAULT NULL,
  failed_login_counter integer DEFAULT NULL,
  language varchar(16),
  preferences text DEFAULT NULL
)

	��	wo	H<������K#�x��8
�
�
�bGG�A'�Qtablefilestorefilestore*CREATE TABLE filestore (
    file_id integer NOT NULL PRIMARY KEY,
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    context varchar(32) NOT NULL,
    filename varchar(128) NOT NULL,
    mtime integer NOT NULL,
    data text NOT NULL
)m;%�indexix_cache_shared_expirescache_shared CREATE INDEX ix_cache_shared_expires ON cache_shared(expires)�6%%�/tablecache_sharedcache_sharedCREATE TABLE cache_shared (
  cache_key varchar(255) NOT NULL,
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (cache_key)
)7K%indexsqlite_autoindex_cache_shared_1cache_sharedP-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)��tablecachecacheCREATE TABLE cache (
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  cache_key varchar(128) NOT NULL default '',
  expires datetime DEFAULT NULL,
  data text NOT NULL,
  PRIMARY KEY (user_id, cache_key)
))=indexsqlite_autoindex_cache_1cacheA�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)��tablesearchessearchesCREATE TABLE searches (
  search_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  "type" smallint NOT NULL DEFAULT '0',
  name varchar(128) NOT NULL,
  data text NOT NULL
)�C!�/indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)�U!!�utabledictionarydictionaryCREATE TABLE dictionary (
  user_id integer DEFAULT NULL
    REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
  language varchar(16) NOT NULL,
  data text NOT NULL
)Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)�V�tablesessionsessionCREATE TABLE session (
  sess_id varchar(128) NOT NULL PRIMARY KEY,
  changed datetime NOT NULL default '0000-00-00 00:00:00',
  ip varchar(40) NOT NULL default '',
  vars text NOT NULL
)-Aindexsqlite_autoindex_session_1sessionf5�indexix_responses_user_idresponsesCREATE INDEX ix_responses_user_id ON responses(user_id, del),v&?)�indexix_cache_messages_expirescache_messages)CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);%O)indexsqlite_autoindex_cache_messages_1cache_messages(�u$))�%tablecache_messagescache_messages'CREATE TABLE cache_messages (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    uid integer NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    flags integer NOT NULL DEFAULT '0',
    PRIMARY KEY (user_id, mailbox, uid)
)n#;%�	indexix_cache_thread_expirescache_thread&CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7"K%indexsqlite_autoindex_cache_thread_1cache_thread%�(!%%�tablecache_threadcache_thread$CREATE TABLE cache_thread (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)j 9#�indexix_cache_index_expirescache_index#CREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_index"�N##�ctablecache_indexcache_index!CREATE TABLE cache_index (
    user_id integer NOT NULL
        REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
    mailbox varchar(255) NOT NULL,
    expires datetime DEFAULT NULL,
    valid smallint NOT NULL DEFAULT '0',
    data text NOT NULL,
    PRIMARY KEY (user_id, mailbox)
)��������������������������������~
}|{
z	yxwvut
?
g� m
B��
��
��E�j��
�dH��?
�#
�$Mf19116acaee3cdf25b105454cf82117b$Me212865b52f367cc7ac907b5a3f41e9e$Me922691878626b7e36c61be4b3d932ab$Mba09f30d6dccf452b179bc10b6bda2d8$Mcd2b812b25e52fb0275869016f1655d2$M9b6c4af89b4d0e177bb67428d2c32e9e$Md37e9ea7436dd98a9b37f225454f75f6$M42bbdf783374ae437c71a1672b9633b9$M0842d38dba3d13a15d04637ca726d7c6$Mfbd6146056a3e97f4f540009b472c71c$Mf3ad04408493968a7dcd5030ae4d1258$M820abee028c8708f6516ca0d992d51f9$M7b3d112bc3c7cdf496d9eb20e525444d$M143a4b9b450ccdb39bb20e162e57f653
$Ma82049ec3c713025c5529c3f0700d340$Mbbcbd6f67dd16a80f19961ded0f6681f$Me8b14b43ea752ae09dab6466fd1b1299
$M132bea8a6e22950f479b0289a1fe7e81	$M6be11681a5d95ad304950569c9e84282$M68500d0d4c4107dad6ef598fe9f21f57$Mf457e00efce59affe1baf277d7b1472c$Me634ddef589510280c599252bb9d5c2e$M388b667545b145fa4d4ca1fbba5159ce$Mda5c41308bac7c69542fcd3cc08e123a$M7ca29560657bf26f4029a41492f4b1ba#M	c5feb00153188f2bfc153e3b00fc838b

������qYA)������iQ9!	
�
�
�
�
�32025-09-04 09:24:1632025-09-04 03:44:3932025-09-03 06:47:2132025-09-02 05:35:1632025-08-25 10:19:3732025-08-25 09:37:4232025-08-12 04:30:1032025-08-09 04:29:0032025-08-09 04:19:0932025-08-08 09:43:2332025-08-08 03:57:4532025-08-07 11:02:2732025-08-07 05:22:2932025-08-06 03:51:21
32025-08-05 05:36:0732025-08-05 05:25:2032025-08-05 03:33:02
32025-08-03 04:29:18	32025-08-03 03:54:1232025-08-02 05:07:3032025-08-01 09:37:1632025-08-01 03:41:3432025-07-31 06:55:4832025-07-30 08:40:2132025-07-28 07:12:503	2025-07-20 07:11:32




TT�)	u3�EDAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a2025-07-28 07:10:18czo2MToiY2FsZW5kYXJzL2NvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLyI7
��8	u	DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a
��3	2025-07-28 07:10:18














s���s$;!calendar-caldav-version2014041700&?!calendar-database-version2021102600-!libkolab-version2023111200/!roundcube-version2022081200
�����;calendar-caldav-version?calendar-database-version-libkolab-version/	roundcube-version
����bF
���.
�	2�q��D�v��HA
��I:--�Etablekolab_cache_notekolab_cache_note>CREATE TABLE kolab_cache_note (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)�x733�tablekolab_cache_journalkolab_cache_journal;CREATE TABLE kolab_cache_journal (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)p{(5�/indexix_filestore_user_idfilestore+CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)�973�+indexix_journal_uid2msguidkolab_cache_journal=CREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E8Y3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journal<x61-�indexix_task_uid2msguidkolab_cache_task:CREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?5S-indexsqlite_autoindex_kolab_cache_task_1kolab_cache_task9�o4--�tablekolab_cache_taskkolab_cache_task8CREATE TABLE kolab_cache_task (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)|33/�#indexix_event_uid2msguidkolab_cache_event7CREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)A2U/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event6�r1//�tablekolab_cache_eventkolab_cache_event5CREATE TABLE kolab_cache_event (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�073�+indexix_contact_uid2msguidkolab_cache_contact4CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r/+3�indexix_contact_typekolab_cache_contact3CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)E.Y3indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact2�p-33�tablekolab_cache_contactkolab_cache_contact1CREATE TABLE kolab_cache_contact (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)h,-'�	indexix_resource_typekolab_folders0CREATE INDEX ix_resource_type ON kolab_folders(resource, type)�+''�qtablekolab_folderskolab_folders/CREATE TABLE kolab_folders (
  folder_id INTEGER NOT NULL PRIMARY KEY,
  resource VARCHAR(255) NOT NULL,
  type VARCHAR(32) NOT NULL,
  synclock INTEGER NOT NULL DEFAULT '0',
  ctag VARCHAR(128) DEFAULT NULL,
  changed DATETIME DEFAULT NULL
)+*?indexsqlite_autoindex_system_1system-o)�9tablesystemsystem,CREATE TABLE system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
)
DD�9�+!3dav://contact%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/contact@24hourwaterdamagerestorationlongisland.com/calendar/event17528573762025-07-28 03:00:18
ee��+	dav://contact%4024hourwaterdamagerestorationlongisland.com@127.0.0.1:2080calendars/contact@24hourwaterdamagerestorationlongisland.com/calendar/event



















*�E
�
�
�
�
<	��KK�v��*H�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  u�|M55�tablekolab_cache_dav_taskkolab_cache_dav_taskRCREATE TABLE kolab_cache_dav_task (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)IL]7indexsqlite_autoindex_kolab_cache_dav_event_1kolab_cache_dav_eventQ�K77�tablekolab_cache_dav_eventkolab_cache_dav_eventPCREATE TABLE kolab_cache_dav_event (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id, uid)
)�J3;�%indexix_contact_type_davkolab_cache_dav_contactOCREATE INDEX ix_contact_type_dav ON kolab_cache_dav_contact(folder_id, type)MIa;indexsqlite_autoindex_kolab_cache_dav_contact_1kolab_cache_dav_contactN�}H;;�tablekolab_cache_dav_contactkolab_cache_dav_contactMCREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  name VARCHAR(255) NOT NULL,
  firstname VARCHAR(255) NOT NULL,
  surname VARCHAR(255) NOT NULL,
  email VARCHAR(255) NOT NULL,
  PRIMARY KEY(folder_id, uid)
)�G95�/indexix_freebusy_uid2msguidkolab_cache_freebusyLCREATE INDEX ix_freebusy_uid2msguid ON kolab_cache_freebusy(folder_id,uid,msguid)GF[5indexsqlite_autoindex_kolab_cache_freebusy_1kolab_cache_freebusyK�{E55�tablekolab_cache_freebusykolab_cache_freebusyJCREATE TABLE kolab_cache_freebusy (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  dtstart DATETIME,
  dtend DATETIME,
  PRIMARY KEY(folder_id,msguid)
)�DC?�Cindexix_configuration_uid2msguidkolab_cache_configurationICREATE INDEX ix_configuration_uid2msguid ON kolab_cache_configuration(folder_id,uid,msguid)�
C7?�+indexix_configuration_typekolab_cache_configurationHCREATE INDEX ix_configuration_type ON kolab_cache_configuration(folder_id,type)QBe?indexsqlite_autoindex_kolab_cache_configuration_1kolab_cache_configurationG�A??�tablekolab_cache_configurationkolab_cache_configurationFCREATE TABLE kolab_cache_configuration (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  type VARCHAR(32) NOT NULL,
  PRIMARY KEY(folder_id,msguid)
)x@1-�indexix_file_uid2msguidkolab_cache_fileECREATE INDEX ix_file_uid2msguid ON kolab_cache_file(folder_id,uid,msguid)v?1-�indexix_folder_filenamekolab_cache_fileCCREATE INDEX ix_folder_filename ON kolab_cache_file(folder_id,filename)?>S-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_fileB�o=--�tablekolab_cache_filekolab_cache_fileACREATE TABLE kolab_cache_file (
  folder_id INTEGER NOT NULL,
  msguid INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  created DATETIME DEFAULT NULL,
  changed DATETIME DEFAULT NULL,
  data TEXT NOT NULL,
  tags TEXT NOT NULL,
  words TEXT NOT NULL,
  filename varchar(255) DEFAULT NULL,
  PRIMARY KEY(folder_id,msguid)
)x<1-�indexix_note_uid2msguidkolab_cache_note@CREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)?;S-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_note?

















�gTf	�g(���g���BX--�7tablecarddav_accountscarddav_accounts^CREATE TABLE carddav_accounts (
	id              integer NOT NULL PRIMARY KEY,
	accountname     TEXT NOT NULL,
	username        TEXT NOT NULL,
	password        TEXT NOT NULL,
	discovery_url   TEXT,
	user_id         integer NOT NULL,
	last_discovered BIGINT NOT NULL DEFAULT 0,  
	rediscover_time INT NOT NULL DEFAULT 86400, 

	presetname      TEXT,                       

	flags        integer NOT NULL DEFAULT 0,

	UNIQUE(user_id,presetname),

	
	FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE
)mW;%�indexix_kolab_alarms_user_idkolab_alarms]CREATE INDEX ix_kolab_alarms_user_id ON kolab_alarms(user_id)7VK%indexsqlite_autoindex_kolab_alarms_1kolab_alarms\GN[5indexsqlite_autoindex_kolab_cache_dav_task_1kolab_cache_dav_taskS�oU%%�!tablekolab_alarmskolab_alarms[CREATE TABLE kolab_alarms (
  alarm_id VARCHAR(255) NOT NULL,
  user_id INTEGER NOT NULL,
  notifyat DATETIME DEFAULT NULL,
  dismissed TINYINT(3) NOT NULL DEFAULT '0',
  PRIMARY KEY(alarm_id,user_id)
)|T9+�!indexix_itipinvitations_uiditipinvitationsZCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=SQ+indexsqlite_autoindex_itipinvitations_1itipinvitationsY�R++�mtableitipinvitationsitipinvitationsXCREATE TABLE itipinvitations (
  token varchar(64) NOT NULL PRIMARY KEY,
  event_uid varchar(255) NOT NULL,
  user_id integer NOT NULL default '0',
  event text NOT NULL,
  expires datetime NOT NULL default '1000-01-01 00:00:00',
  cancelled tinyint(1) NOT NULL default '0',
  CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)�Q##�itableattachmentsattachmentsWCREATE TABLE attachments (
  attachment_id integer NOT NULL PRIMARY KEY,
  event_id integer NOT NULL default '0',
  filename varchar(255) NOT NULL default '',
  mimetype varchar(255) NOT NULL default '',
  size integer NOT NULL default '0',
  data text NOT NULL default '',
  CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id)
    REFERENCES events(event_id)
)�JP�otableeventseventsUCREATE TABLE events (
  event_id integer NOT NULL PRIMARY KEY,
  calendar_id integer NOT NULL default '0',
  recurrence_id integer NOT NULL default '0',
  uid varchar(255) NOT NULL default '',
  instance varchar(16) NOT NULL default '',
  isexception tinyint(1) NOT NULL default '0',
  created datetime NOT NULL default '1000-01-01 00:00:00',
  changed datetime NOT NULL default '1000-01-01 00:00:00',
  sequence integer NOT NULL default '0',
  start datetime NOT NULL default '1000-01-01 00:00:00',
  end datetime NOT NULL default '1000-01-01 00:00:00',
  recurrence varchar(255) default NULL,
  title varchar(255) NOT NULL,
  description text NOT NULL,
  location varchar(255) NOT NULL default '',
  categories varchar(255) NOT NULL default '',
  url varchar(255) NOT NULL default '',
  all_day tinyint(1) NOT NULL default '0',
  free_busy tinyint(1) NOT NULL default '0',
  priority tinyint(1) NOT NULL default '0',
  sensitivity tinyint(1) NOT NULL default '0',
  status varchar(32) NOT NULL default '',
  alarms text default NULL,
  attendees text default NULL,
  notifyat datetime default NULL,
  CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id)
    REFERENCES calendars(calendar_id)
)�O�}tablecalendarscalendarsTCREATE TABLE calendars (
  calendar_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL default '0',
  name varchar(255) NOT NULL default '',
  color varchar(255) NOT NULL default '',
  showalarms tinyint(1) NOT NULL default '1',
  driver varchar(255) NOT NULL default 'database',
  CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)







MM�0S�S	cPCardDAV%l@%d{ENCRYPTED}9R1ahflV1h80cfD26VP5sg==https://127.0.0.1:2080/addressbooks/contact@24hourwaterdamagerestorationlongisland.com/addressbook/h�Z�Q�cPCardDAV
��
		cPCardDAV
qq�
)�S!	cPanel CardDAVhttps://127.0.0.1:2080/addressbooks/contact@24hourwaterdamagerestorationlongisland.com/addressbook/h���1752857376
�<#	6�zR�N����K<J�
�
*	�zfzfC)�indexcarddav_groups_abook_id_idxcarddav_groupsmCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)�c))�[tablecarddav_groupscarddav_groupsjCREATE TABLE carddav_groups (
	id       integer NOT NULL PRIMARY KEY,
	abook_id integer NOT NULL,
	name VARCHAR(255) NOT NULL, 
	vcard TEXT,        
	etag VARCHAR(255), 
	uri  VARCHAR(255), 
	cuid VARCHAR(255), 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
);eO)indexsqlite_autoindex_carddav_groups_2carddav_groupsl;dO)indexsqlite_autoindex_carddav_groups_1carddav_groupsk�bI/�!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypesiCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id)�a`//�qtablecarddav_xsubtypescarddav_xsubtypesgCREATE TABLE carddav_xsubtypes (
	id       integer NOT NULL PRIMARY KEY,
	typename VARCHAR(128) NOT NULL,  
	subtype  VARCHAR(128) NOT NULL,  
	abook_id integer NOT NULL,

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE,
	UNIQUE(typename,subtype,abook_id)
)AaU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesh�_G-�indexcarddav_contacts_abook_id_idxcarddav_contactsfCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)�\--�[tablecarddav_contactscarddav_contactscCREATE TABLE carddav_contacts (
	id           integer NOT NULL PRIMARY KEY,
	abook_id     integer NOT NULL,
	name         VARCHAR(255) NOT NULL, 
	email        VARCHAR(255),          
	firstname    VARCHAR(255),
	surname      VARCHAR(255),
	organization VARCHAR(255),
	showas       VARCHAR(32) NOT NULL DEFAULT '', 
	vcard        TEXT NOT NULL,         
	etag         VARCHAR(255) NOT NULL, 
	uri          VARCHAR(255) NOT NULL, 
	cuid         VARCHAR(255) NOT NULL, 

	UNIQUE(uri,abook_id),
	UNIQUE(cuid,abook_id),

	
	FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
)?^S-indexsqlite_autoindex_carddav_contacts_2carddav_contactse?]S-indexsqlite_autoindex_carddav_contacts_1carddav_contactsdd�[S5�5indexcarddav_addressbooks_account_id_idxcarddav_addressbooksbCREATE INDEX carddav_addressbooks_account_id_idx ON carddav_addressbooks(account_id)�jZ55�wtablecarddav_addressbookscarddav_addressbooks`CREATE TABLE carddav_addressbooks (
	id           integer NOT NULL PRIMARY KEY,
	name         TEXT NOT NULL,
	url          TEXT NOT NULL,
	last_updated BIGINT NOT NULL DEFAULT 0,  
	refresh_time INT NOT NULL DEFAULT 3600, 
	sync_token   TEXT NOT NULL DEFAULT '', 

	account_id   integer NOT NULL,
	flags        integer NOT NULL DEFAULT 5, 

	
	FOREIGN KEY(account_id) REFERENCES carddav_accounts(id) ON DELETE CASCADE ON UPDATE CASCADE
)?YS-indexsqlite_autoindex_carddav_accounts_1carddav_accounts_��Yk11�]tablecarddav_migrationscarddav_migrationsrCREATE TABLE carddav_migrations (
	id integer NOT NULL PRIMARY KEY,
	filename TEXT NOT NULL,
	processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP,

	UNIQUE(filename)
)ClW1indexsqlite_autoindex_carddav_migrations_1carddav_migrationss�
jK1�%indexcarddav_group_user_group_id_idxcarddav_group_userqCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)�iO1�-indexcarddav_group_user_contact_id_idxcarddav_group_userpCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)�ng11�tablecarddav_group_usercarddav_group_usernCREATE TABLE carddav_group_user (
	group_id   integer NOT NULL,
	contact_id integer NOT NULL,

	PRIMARY KEY(group_id,contact_id),

	
	FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE,
	FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE
)ChW1indexsqlite_autoindex_carddav_group_user_1carddav_group_usero
��		















���~H��|R!
�
�
�
E

��yK���(/30022-accountflags2025-07-20 07:11:26,730021-addressbookflags2025-07-20 07:11:26/=30020-distinctcolumnnames2025-07-20 07:11:26,730019-accountentities32025-07-20 07:11:26,730018-accountentities22025-07-20 07:11:26+530017-accountentities2025-07-20 07:11:264G30016-increasetextfieldlengths2025-07-20 07:11:26/=30015-fixmysqlconstraints2025-07-20 07:11:266K30014-unifytimestampdefaultvalue2025-07-20 07:11:26>[30013-changemysqlcollationscasesensitive2025-07-20 07:11:26/
=30012-fixmysqlconstraints2025-07-20 07:11:263E30011-unifymigrationsidcolumn2025-07-20 07:11:264G30010-increasetextfieldlengths2025-07-20 07:11:26/
=30009-dropauthschemefield2025-07-20 07:11:26(	/30008-unifyindexes2025-07-20 07:11:262C30007-replaceurlplaceholders2025-07-20 07:11:26+530006-rmgroupsnotnull2025-07-20 07:11:263E30005-changemysqlut8toutf8mb42025-07-20 07:11:264G30004-fixtimestampdefaultvalue2025-07-20 07:11:264G30003-fixtimestampdefaultvalue2025-07-20 07:11:264G30002-increasetextfieldlengths2025-07-20 07:11:26&+30001-categories2025-07-20 07:11:26"#30000-dbinit2025-07-20 07:11:26

a����wV=����^:
�
�
�
�
�
w
a/0022-accountflags70021-addressbookflags=0020-distinctcolumnnames70019-accountentities370018-accountentities250017-accountentities!G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints
 E0011-unifymigrationsidcolumn!G0010-increasetextfieldlengths=0009-dropauthschemefield
/0008-unifyindexes	C0007-replaceurlplaceholders50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories#	0000-dbinit
kk�M3'�%c5feb00153188f2bfc153e3b00fc838b2025-07-20 07:11:3239.60.247.196bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiZGUrSEQvT1dCSERCRDBCb2N5SklCOFp4dzh5bnB3bGwwNFdKYTNqKzVQSkdMVmNDeElCTmpKVFNSVExrOGoxVHZQK0h4aFVhQ3hsekxjenJFSmsrenlyZllHS0g3YWlYIjtsb2dpbl90aW1lfGk6MTc1Mjk5NTQ4NjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiIwb1FwQ2VmUXdtbEJXTGxaS2VLbXlEU3FVbk82YXE2MCI7cmVxdWVzdF90b2tlbnxzOjMyOiJYZ1V4U3NDakF1czdQQW9LZXFVY1o1dEhmMVJKdVN6ZCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MDtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyO3M6NjoibWF4dWlkIjtpOjI7fX1saXN0X21vZF9zZXF8czoxOiIzIjticm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6Mjp7czo3OiJJTkJPWDoxIjtiOjA7czo3OiJJTkJPWDoyIjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
``��6M3'�mda5c41308bac7c69542fcd3cc08e123a2025-07-30 08:40:2159.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJwZFMzNFJ1VGtlZmo5ODNscXIxZTRBTUpPYmxaNUc0YiI7�dM3+�E7ca29560657bf26f4029a41492f4b1ba2025-07-28 07:12:50169.150.254.165bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiTm5xVVZJOUdiODRiK0NoWUV4cStsbm5CbU5qWnl5dXZDMkRGcVlMa1pxSmF0ekE0ZS80TGczZVpjU2NIVEN2YVNyc1VjbHRKODhZWnpPV2QvQXB0Z0Rqc2xaL3poVnE0Ijtsb2dpbl90aW1lfGk6MTc1MzY4NTk1MTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJlVjNYR2Q3Ujh5VlNDcFhMR3lpVlVDZHc2cFFVazZzSyI7cmVxdWVzdF90b2tlbnxzOjMyOiJmcFp1ZE5XQVZvdmFHWUd6bnEyVWxvd0hwUFljeUlUbiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjU7czo2OiJtYXh1aWQiO2k6NTt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6Mjt9bGlzdF9tb2Rfc2VxfHM6MToiOSI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjE6e3M6NzoiSU5CT1g6NCI7YjowO313cml0ZWFibGVfYWJvb2t8YjoxOw==
S�bM3'�E388b667545b145fa4d4ca1fbba5159ce2025-07-31 06:55:48185.98.169.88bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiY0lZNjdjUmVFaFFObFE1Z2RDK0xzK0dYUXBRZUJ1NVlQNGVYaTB5S0JMQTluRTlSNHN3a1Z5UUh3SUkrNHBJQW5RcjlvQ0YrNDErRzZYajRjZEpzMGNDcnhNS0ZzWmkwIjtsb2dpbl90aW1lfGk6MTc1Mzk0NDQ2MztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJlenNjWmNXTG52bGxDM2tQaGtibG5teVdtUmVBY2E0SSI7cmVxdWVzdF90b2tlbnxzOjMyOiJBTWZ0Yjl4RUxHZUt5cDlyUVB3UVM3bGFIcjBQVlRyYyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjg7czo2OiJtYXh1aWQiO2k6ODt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6NDt9bGlzdF9tb2Rfc2VxfHM6MjoiMTMiO2Jyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjc6IklOQk9YOjciO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
����QM3%�%e634ddef589510280c599252bb9d5c2e2025-08-01 03:41:34149.22.84.40bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiYUM0K0wzOVpjc1VGdlNiaG91ZVBrTkRKZmRRbGFVNlY4RnlER1REOXJ4Z0Q3eGFkVEVpWGpFdngrME1aMVBEZ0s0RlJ6S1QydGZEYmcvd1AwMmJFTy9tV2E5clh4cmcwIjtsb2dpbl90aW1lfGk6MTc1NDAxOTY4OTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJxZkE4MlZ4MzNxbUVrSzNNV0tYZ3poR0JDa1cyMXBaTCI7cmVxdWVzdF90b2tlbnxzOjMyOiJzanBNaGh5V3BKajRQdElGeEV4ckpKTnF5MmNNS2hEYyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTo0O3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==
���'�6M3'�m68500d0d4c4107dad6ef598fe9f21f572025-08-02 05:07:3059.103.33.155bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJoV0lXN3FldlJmcHg5VkxhMUJUVkpRMW93MWJGbjJRWCI7�TM3+�%f457e00efce59affe1baf277d7b1472c2025-08-01 09:37:16169.150.254.165bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiYmdMaVFkRmRDcnVCUEVKR00xZHBXc1RQcUxQYkEvVUlFcGJpYzBkU3RTUWFGcmVGQmg4bFZONHZmSVNZalk3Z0psUWg2UFVneElDT2JhTWZiZVdIWUp6UXhCVlBQb2czIjtsb2dpbl90aW1lfGk6MTc1NDA0MTAzNDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiIwZ0xnN3ZNNGhzRFY4eEZ3SnNxcEF3cmVSQUFLYXZmZyI7cmVxdWVzdF90b2tlbnxzOjMyOiIyOGxuelg3NWFpSXdRT21tY1dnYUdYaHZBSDkybFc2cSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTo0O3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==
:�zM3'�u6be11681a5d95ad304950569c9e842822025-08-03 03:54:12154.47.25.215bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiUi8yWlErZlYzY0FHOFMwVk5pYnBYT3pidDNSVnJ1b3JFVnZFL0h0d0twUnVOcFN1UTRUbmhveVJET3EvblNVem9tblRGMjhWb0NsVXdrTis1Q0ZyeE9HR0thQjIvaDhqIjtsb2dpbl90aW1lfGk6MTc1NDE5MzI0ODtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJpMUlYTmtObW4wR1VIVEViY1N2WU9jUGszaXJvTk9wOCI7cmVxdWVzdF90b2tlbnxzOjMyOiJ5YlJGbW9LcE1ZQ2x0TDlmS0RMQ2dKTEdJbVFuS21JeCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjk7czo2OiJtYXh1aWQiO2k6OTt9fXVuc2Vlbl9jb3VudHxhOjE6e3M6NToiSU5CT1giO2k6NTt9bGlzdF9tb2Rfc2VxfHM6MjoiMTQiOw==
{{��	M3'�132bea8a6e22950f479b0289a1fe7e812025-08-03 04:29:18154.47.25.215bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiVzhwemZTL2N0MGZrc2htOVNpWGdIOVRHbFg4OWRzendkOGdSbTE2S29KN21YQlFGalVhTXNwQXdld1RXc2VLZHNPNEkwQ01yRjExeUJVVWl6NVpEOThzeWRVWXlUZkovIjtsb2dpbl90aW1lfGk6MTc1NDE5NDg3NDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJCdnpld2xmUUhqM2dwRzZ1RGlSTndvZ0NTNTNHbjZOOSI7cmVxdWVzdF90b2tlbnxzOjMyOiJndkdmRGppbGs2d0xiNzJ4bzBHcUZuc3lCeGdEcjVEQiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6NjtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToxMTtzOjY6Im1heHVpZCI7aToxMTt9fWxpc3RfbW9kX3NlcXxzOjI6IjE3Ijticm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6MTp7czo4OiJJTkJPWDoxMCI7YjowO313cml0ZWFibGVfYWJvb2t8YjoxOw==
����S
M3)�%e8b14b43ea752ae09dab6466fd1b12992025-08-05 03:33:02149.88.105.115bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiWVpGb1kyS0NKTVlPZXd2b0xHSjdjb1hxSDRlTGFsYktjank5eFM1MTh1R3FJWm50aG5xNGoxWXgyeEwrOWNDdGtqb1FhaXVkTy9lRXh0bksxZERQTk4yQU1mdmU0WStLIjtsb2dpbl90aW1lfGk6MTc1NDM2NDc3ODtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJvbGFHQlBIREhKVTg3M25UOFFSVlNoNnpyMUpCWEZ1MiI7cmVxdWVzdF90b2tlbnxzOjMyOiJrbTFpNGJuckpXcnZDSXdQNGxnZU9zT0k1cEdCblhJaiI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTo3O3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==
��5�RM3'�%bbcbd6f67dd16a80f19961ded0f6681f2025-08-05 05:25:2079.127.136.98bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiNjZmVjFkcUI3SVhTdk5UTU9FLzN1dnM4azEvZ3l4VmN2VlBuTEVrZ2Q5VWpEeXRFR1VrQzBqSVJjWEgrbXREaVhlZEtXcTJaK1g5WEozaUt5T2E3dFJxZTlRbFB1M2ZsIjtsb2dpbl90aW1lfGk6MTc1NDM3MTUxNjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJ0MnlKYTZVck5NaGx4Mk5wR0s1dndhM2FiMWlnbTlHRCI7cmVxdWVzdF90b2tlbnxzOjMyOiJCYVI3TFc0U3VSZzhQOHU2WGZQbGZRT1pLc2R3WnN4OSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTo3O3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==
���+M3)�Ua82049ec3c713025c5529c3f0700d3402025-08-05 05:36:0779.127.187.196bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czozMjoiVWxHd3A4VC9aUDRxZy9wc0pGellISmRvL3lCelE1dFQiO2xvZ2luX3RpbWV8aToxNzU0MzcxOTc4O1NUT1JBR0VfU1BFQ0lBTC1VU0V8YjoxO2F1dGhfc2VjcmV0fHM6MzI6ImtVSk5iMU9zUmJHN3pFZUFhOEF0MURmYVV0algxbHRoIjtyZXF1ZXN0X3Rva2VufHM6MzI6IlRaekNZTzBObmZlZllDOWk3djFlS2FyejdocjlSb2RSIjt0YXNrfHM6NDoibWFpbCI7c2tpbl9jb25maWd8YTo3OntzOjE3OiJzdXBwb3J0ZWRfbGF5b3V0cyI7YToxOntpOjA7czoxMDoid2lkZXNjcmVlbiI7fXM6MjI6ImpxdWVyeV91aV9jb2xvcnNfdGhlbWUiO3M6OToiYm9vdHN0cmFwIjtzOjE4OiJlbWJlZF9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE5OiJlZGl0b3JfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxNzoiZGFya19tb2RlX3N1cHBvcnQiO2I6MTtzOjI2OiJtZWRpYV9icm93c2VyX2Nzc19sb2NhdGlvbiI7czo0OiJub25lIjtzOjIxOiJhZGRpdGlvbmFsX2xvZ29fdHlwZXMiO2E6Mzp7aTowO3M6NDoiZGFyayI7aToxO3M6NToic21hbGwiO2k6MjtzOjEwOiJzbWFsbC1kYXJrIjt9fWltYXBfaG9zdHxzOjk6ImxvY2FsaG9zdCI7cGFnZXxpOjE7bWJveHxzOjU6IklOQk9YIjtzb3J0X2NvbHxzOjA6IiI7c29ydF9vcmRlcnxzOjQ6IkRFU0MiO1NUT1JBR0VfVEhSRUFEfGE6Mzp7aTowO3M6MTA6IlJFRkVSRU5DRVMiO2k6MTtzOjQ6IlJFRlMiO2k6MjtzOjE0OiJPUkRFUkVEU1VCSkVDVCI7fVNUT1JBR0VfUVVPVEF8YjoxO1NUT1JBR0VfTElTVC1FWFRFTkRFRHxiOjE7cXVvdGFfZGlzcGxheXxzOjQ6InRleHQiO2xpc3RfYXR0cmlifGE6Nzp7czo0OiJuYW1lIjtzOjg6Im1lc3NhZ2VzIjtzOjI6ImlkIjtzOjExOiJtZXNzYWdlbGlzdCI7czo1OiJjbGFzcyI7czo0MjoibGlzdGluZyBtZXNzYWdlbGlzdCBzb3J0aGVhZGVyIGZpeGVkaGVhZGVyIjtzOjE1OiJhcmlhLWxhYmVsbGVkYnkiO3M6MjI6ImFyaWEtbGFiZWwtbWVzc2FnZWxpc3QiO3M6OToiZGF0YS1saXN0IjtzOjEyOiJtZXNzYWdlX2xpc3QiO3M6MTQ6ImRhdGEtbGFiZWwtbXNnIjtzOjE4OiJUaGUgbGlzdCBpcyBlbXB0eS4iO3M6NzoiY29sdW1ucyI7YTo4OntpOjA7czo3OiJ0aHJlYWRzIjtpOjE7czo3OiJzdWJqZWN0IjtpOjI7czo2OiJzdGF0dXMiO2k6MztzOjY6ImZyb210byI7aTo0O3M6NDoiZGF0ZSI7aTo1O3M6NDoic2l6ZSI7aTo2O3M6NDoiZmxhZyI7aTo3O3M6MTA6ImF0dGFjaG1lbnQiO319dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTo4O3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fWJyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjg6IklOQk9YOjEzIjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6MTQ7czo2OiJtYXh1aWQiO2k6MTQ7fX1saXN0X21vZF9zZXF8czoyOiIyMSI7
9�{
M3)�u143a4b9b450ccdb39bb20e162e57f6532025-08-06 03:51:2189.187.175.137bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoibGJjMFlCUmN6MXVpWDVacWZ0a21PMmlzOWtjendxYjl3MlU3cHhDak1WVmM0Q3N4NzhvaUFXdWV5M1lKbnYrSlJlQXlKZEcrcjFnNFEzY0VpRTFLZ1owWk42eTlYdWNtIjtsb2dpbl90aW1lfGk6MTc1NDQ1MjI3ODtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJsNUxSdENJMzJEVzNMaktsTmttVUNqSkFmMnpDT1FYbCI7cmVxdWVzdF90b2tlbnxzOjMyOiJZZVFiVFdMcDI0eHVSbEVGejkxWnVHTmtEaFZPV2E0dCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjE1O3M6NjoibWF4dWlkIjtpOjE1O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTo5O31saXN0X21vZF9zZXF8czoyOiIyMiI7
����RM3'�%7b3d112bc3c7cdf496d9eb20e525444d2025-08-07 05:22:2959.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiNm5aU1RoTnRTenpoaDB3VUwya1YxYjluc2FJb0tKWjN6SlptaW01MUFUelZPOGR2SXZRK2ZpS3g2ZmprQWxLL1NqL0kxZ3VjYXhGdWV4YXFWSWtMV2ZqNUxCSFpFdlN2Ijtsb2dpbl90aW1lfGk6MTc1NDU0NDEzNjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJNWG9neW1xcjd4Y0lRRVRqcmc3dXFRTVR6TnFJdHZIMSI7cmVxdWVzdF90b2tlbnxzOjMyOiJwYjdpNEdHNm1zbmhGQk40TFFIOGVXMjNrVzZzb0xHVSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTo5O3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==
||��M3%�820abee028c8708f6516ca0d992d51f92025-08-07 11:02:27149.88.21.15bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiSW9iR2lKQWNoQUhUMEVLb21WTHVyRGFKNEtiUWJkamNFMHA1V0lDTEt5VjFvdGMzdU43aTRrY1FSNEFtMjVyZ3FIT25qOWd5RHU5V0svaG1wSG5CME5lYkZMS2JGdTNIIjtsb2dpbl90aW1lfGk6MTc1NDU2MzY1NjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJmR1drMDVEUEdHRFNhcUdEbUt5OGlERnp6c3o5dGRicyI7cmVxdWVzdF90b2tlbnxzOjMyOiJnZ3gxQWRxQk40U3hieDIxcXVwZ1N6bkh2ZUQxaE1sMCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MTI7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6MTk7czo2OiJtYXh1aWQiO2k6MTk7fX1saXN0X21vZF9zZXF8czoyOiIyNyI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjE6e3M6ODoiSU5CT1g6MTciO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs=
F�F|�6M3'�mfbd6146056a3e97f4f540009b472c71c2025-08-08 09:43:2359.103.33.152bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJwRFh1RjY3cWtpR1FhdU5Ba1BQSmwwVmFCakVsQkQ0eCI7�~M3'�}f3ad04408493968a7dcd5030ae4d12582025-08-08 03:57:4579.127.136.66bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiaVZzOHgwL2Yyb3RiT0phVjhtZW5nMVZIekpFOEhCd3JSTUVLYTc0dzJBTzBFY1gwUW5XQ0I4SUVxMTJOK295enpTSnZrWEJGY3lLVVhOS1BZT0d2UkxqVWNvcGVhUkhPIjtsb2dpbl90aW1lfGk6MTc1NDYyNTQ2MztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJpYkp0emV6NTg4VEtsMUwyUEVXWDlHRzNqV3JXWVBmMyI7cmVxdWVzdF90b2tlbnxzOjMyOiJsTUJSQXBjdmNOMWtnWWRiRWhObGlJMTFodFFIUG94TCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjE5O3M6NjoibWF4dWlkIjtpOjE5O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxMjt9bGlzdF9tb2Rfc2VxfHM6MjoiMjciOw==
ff��M3)�-0842d38dba3d13a15d04637ca726d7c62025-08-09 04:19:0979.127.136.205bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiaStIZzhGa2xtWGRTSEJQU2lzc0J6MzJ5dHB3eDlva2I3eVhPZXN0cXBOT2FWekh4cDV1MFRERkNLWnNkYXE5WW9XUm1nRE13TEIwQ3pNU2JYUFZLZ2dYM1dMaHUvZ21KIjtsb2dpbl90aW1lfGk6MTc1NDcxMzE0NztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJOYUh1a2FlNTZmSWJsTnZJWWx4VXdHNjJRYzVGbVBUaCI7cmVxdWVzdF90b2tlbnxzOjMyOiJ1emJzcEhzUVRuOUg5c2R1TlNVSFJPVzhocU9rZHN1TCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MTM7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6MjE7czo2OiJtYXh1aWQiO2k6MjE7fX1saXN0X21vZF9zZXF8czoyOiIzMCI7
}6}��6M3'�md37e9ea7436dd98a9b37f225454f75f62025-08-12 04:30:1059.103.33.154bGFuZ3VhZ2V8czo1OiJlbl9HQiI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJOVDE1ZFF5bFRwVEliWm9lckt1UnlFVDdFWE80NFdndiI7�GM3)�
42bbdf783374ae437c71a1672b9633b92025-08-09 04:29:0079.127.136.205bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiTktxaFZhVlExcm91NG9FdVROR2ZGUXlPMS9OOHM5YVdXendyeGVLK0JnSnNqOThMOEpEUktxYzJXSm9WOTlpN3FCREpNUCtMakZTc0RpRytQeHVXbjVNSmZpNDB5Q013Ijtsb2dpbl90aW1lfGk6MTc1NDcxMzY3NjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJlS1NoaWUyQ3NDbjM3V05EQTNGZWJsa2xSWWlYRDQzNyI7cmVxdWVzdF90b2tlbnxzOjMyOiJGamZPVjkzM2d4cGx6ZlRwNlJ5MXFQM2RreFpqUGxwUyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aToxNDtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31mb2xkZXJzfGE6MTp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aToyMjtzOjY6Im1heHVpZCI7aToyMjt9fWxpc3RfbW9kX3NlcXxzOjI6IjMxIjs=
N�fM3'�M9b6c4af89b4d0e177bb67428d2c32e9e2025-08-25 09:37:4295.173.217.25bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiN2haL3dRbTJzbkFyQ2l2M1MxWkVzMnNRaWJ4VDVuZllRaXRGMmdTYWNCR0RkQ0swY3l0VVhjZzJBY2tFSmxFYWhYcmZPS0ZSUC9pbldMWnUwN1lpVXhyZ0syZElETVNuIjtsb2dpbl90aW1lfGk6MTc1NjExNDY0MTtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJaZE5peEdiVzVCSExDZXdIWEozYkFWem1ha0drRU1wRCI7cmVxdWVzdF90b2tlbnxzOjMyOiIxM21CT0dYdHFRVHJOOGZxWTJHcmxud25tR0pubm9vZyI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjI1O3M6NjoibWF4dWlkIjtpOjI1O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToxNjt9bGlzdF9tb2Rfc2VxfHM6MjoiMzQiO2Jyb3dzZXJfY2Fwc3xhOjU6e3M6MzoicGRmIjtzOjE6IjEiO3M6NToiZmxhc2giO3M6MToiMCI7czo0OiJ0aWZmIjtzOjE6IjAiO3M6NDoid2VicCI7czoxOiIxIjtzOjc6InBncG1pbWUiO3M6MToiMCI7fXNhZmVfbWVzc2FnZXN8YToxOntzOjg6IklOQk9YOjIzIjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
KK��2M3'�ecd2b812b25e52fb0275869016f1655d22025-08-25 10:19:3795.173.217.25bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoicUNSYXZqQWRkVE8wSkMwSEc3bi94aFBVdlEwZk1OSE9SRTAwVmgreXJpTWZaWjViMURaQUlCK2ZSdnRIdnNmN1g4aVYvS2VvU1hqTDQrbjdPbkJYMzhPNTVSSkdpTmpOIjtsb2dpbl90aW1lfGk6MTc1NjExNjYyMztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJ6OG1wY1kzb3h3cURLTEI4QWE4enJTZER3UzVXcE9iOSI7cmVxdWVzdF90b2tlbnxzOjMyOiJYY0xGbGt3SkpPMTgyVlJzUWRXTjNCTHpjQTBqR2h0NCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fXVuc2Vlbl9jb3VudHxhOjY6e3M6NToiSU5CT1giO2k6MTtzOjEyOiJJTkJPWC5EcmFmdHMiO2k6MDtzOjEwOiJJTkJPWC5TZW50IjtpOjA7czoxMDoiSU5CT1guc3BhbSI7aTowO3M6MTE6IklOQk9YLlRyYXNoIjtpOjA7czoxMzoiSU5CT1guQXJjaGl2ZSI7aTowO31icm93c2VyX2NhcHN8YTo1OntzOjM6InBkZiI7czoxOiIxIjtzOjU6ImZsYXNoIjtzOjE6IjAiO3M6NDoidGlmZiI7czoxOiIwIjtzOjQ6IndlYnAiO3M6MToiMSI7czo3OiJwZ3BtaW1lIjtzOjE6IjAiO31zYWZlX21lc3NhZ2VzfGE6Mzp7czo4OiJJTkJPWDoyMSI7YjowO3M6ODoiSU5CT1g6MjYiO2I6MDtzOjg6IklOQk9YOjI3IjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6Mjg7czo2OiJtYXh1aWQiO2k6Mjg7fX1saXN0X21vZF9zZXF8czoyOiI0MSI7
8�{M3)�uba09f30d6dccf452b179bc10b6bda2d82025-09-02 05:35:1689.187.175.148bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiNkpYSWpmOThibS9XbWswSTNMTS9ueXIwUEduVndOZmMrRjlrbXBoV0lwcWlMMUNiNTY2UEpnaTlhRTBNM2tYdHNGL1ExY1RlQU5xcE5WQTIzN1pVWEJJelkyUlZ3eXV1Ijtsb2dpbl90aW1lfGk6MTc1Njc5MTMwODtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJNNVVxQUQ5Y2FCZmpNeDE1NkhxeTVQMjU2cHgwcERXdyI7cmVxdWVzdF90b2tlbnxzOjMyOiJoRzhlYVZRM0Z1SDVLNjU0T05FcTBxVnVpZVFReFgzMCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjI5O3M6NjoibWF4dWlkIjtpOjI5O319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aToyO31saXN0X21vZF9zZXF8czoyOiI0MiI7
��3�M3)�}e922691878626b7e36c61be4b3d932ab2025-09-03 06:47:21185.220.69.190bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoibzlRV2VORkJlWWpqZWRBS0N5UE9VQS9tZnFUak5UOVlmQ3dNQzRjWG1KSEZraWZ2Z1lqTHdlRnFBOEhjZHNMdm5ORnV4TGV1QXdPUDNMWHFSdU1nVEhVKzlFa2l5ZS9MIjtsb2dpbl90aW1lfGk6MTc1Njg4MTU3NDtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJldXVJZXpndXdWMEUyYVJRTnpaOXg0YkpWMnFQcmt5diI7cmVxdWVzdF90b2tlbnxzOjMyOiJtdDBRc3NNQUFtS1U4b3E4S0RLZWREY2pTVGszTmw2MSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjc6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjtzOjc6ImNvbHVtbnMiO2E6ODp7aTowO3M6NzoidGhyZWFkcyI7aToxO3M6Nzoic3ViamVjdCI7aToyO3M6Njoic3RhdHVzIjtpOjM7czo2OiJmcm9tdG8iO2k6NDtzOjQ6ImRhdGUiO2k6NTtzOjQ6InNpemUiO2k6NjtzOjQ6ImZsYWciO2k6NztzOjEwOiJhdHRhY2htZW50Ijt9fWZvbGRlcnN8YToxOntzOjU6IklOQk9YIjthOjI6e3M6MzoiY250IjtpOjMyO3M6NjoibWF4dWlkIjtpOjMyO319dW5zZWVuX2NvdW50fGE6MTp7czo1OiJJTkJPWCI7aTozO31saXN0X21vZF9zZXF8czoyOiI0NyI7YnJvd3Nlcl9jYXBzfGE6NTp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO3M6NzoicGdwbWltZSI7czoxOiIwIjt9c2FmZV9tZXNzYWdlc3xhOjI6e3M6ODoiSU5CT1g6MzAiO2I6MDtzOjg6IklOQk9YOjMxIjtiOjA7fXdyaXRlYWJsZV9hYm9va3xiOjE7
����TM3+�%e212865b52f367cc7ac907b5a3f41e9e2025-09-04 03:44:39103.102.159.167bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiaHBXS0dnRjVUeTI0SDFCQXFPTTk5dXdKSFlxVHU3cFNkQ3A5Mm0zYzZTZGQxMm50SEI5SGJBV0IzSExoK2Y2eHVkNSs3eFpQUHc1cEFwVG5uUGlEVUdqMkFFOXpNL0xyIjtsb2dpbl90aW1lfGk6MTc1Njk1NzQ3NztTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiI4amhQVzJvYkowbFh2Q0VYT1FCOEt6UVpPNU9xTHQ5aiI7cmVxdWVzdF90b2tlbnxzOjMyOiJRQ21kN2tRUEFlcWh4ZlhHUzk4S0dFbkRmMGJoYVNNQSI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTozO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==
���SM3)�%f19116acaee3cdf25b105454cf82117b2025-09-04 09:24:1637.221.112.219bGFuZ3VhZ2V8czo1OiJlbl9HQiI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6NTA6ImNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czo5NjoiRSt1MnZkYTk4OWtNNnRKMmhkT3NNNUlaM0lYd3lrcXBCRmpkdGVLQjE3N1ovUURHL21ORWNVUHdIUk5tZmdQZHQ3d2NpNXgweHZmeDczTHFvNTFxOVk3NEhrYUh3V3ZiIjtsb2dpbl90aW1lfGk6MTc1Njk3Nzg1MjtTVE9SQUdFX1NQRUNJQUwtVVNFfGI6MTthdXRoX3NlY3JldHxzOjMyOiJtZHZtSkRqUkFqQjhyYlpsWngyRzZkNFc5Z1A0VnB4RSI7cmVxdWVzdF90b2tlbnxzOjMyOiI4UFBQbUNrYzBESHFFdWgwd0FxM29sTHZkNzliSkRoSCI7dGFza3xzOjQ6Im1haWwiO3NraW5fY29uZmlnfGE6Nzp7czoxNzoic3VwcG9ydGVkX2xheW91dHMiO2E6MTp7aTowO3M6MTA6IndpZGVzY3JlZW4iO31zOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTc6ImRhcmtfbW9kZV9zdXBwb3J0IjtiOjE7czoyNjoibWVkaWFfYnJvd3Nlcl9jc3NfbG9jYXRpb24iO3M6NDoibm9uZSI7czoyMToiYWRkaXRpb25hbF9sb2dvX3R5cGVzIjthOjM6e2k6MDtzOjQ6ImRhcmsiO2k6MTtzOjU6InNtYWxsIjtpOjI7czoxMDoic21hbGwtZGFyayI7fX1pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO3BhZ2V8aToxO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO3F1b3RhX2Rpc3BsYXl8czo0OiJ0ZXh0IjtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDI6Imxpc3RpbmcgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0IjtzOjk6ImRhdGEtbGlzdCI7czoxMjoibWVzc2FnZV9saXN0IjtzOjE0OiJkYXRhLWxhYmVsLW1zZyI7czoxODoiVGhlIGxpc3QgaXMgZW1wdHkuIjt9dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTo0O3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==@pwcache/service@24hourwaterdamagerestorationlongisland.com000064000000000356151006266300020330 0ustar00passwd:$6$qn08lezJzEcPcBT2$Gjoh9g33iuofBsYZPVE.Rho8ObkQOzSdjO5W2K1h36NfaEaInFK.xiy73SNL4Y3y5ITKnsQLB4PryEc9NpSRS.
quota:0
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/service
strength:100
lastchanged:-1
perms:rw
@pwcache/help000064000000000340151006266300007121 0ustar00passwd:$6$3IDSbVCvuYnrvAWj$G0JqEOyrS6r7r1MuEppX3QP0aVUqhMMPDSeyVsiRTSzqRZNhsYLLgJtBBtGmDBZfp6djzUWhKvyGXq0RZJN5g/
quota:262144000
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/help
lastchanged:20302
@pwcache/info@24hourwaterdamagerestorationlongisland.com000064000000000353151006266300017620 0ustar00passwd:$6$Ec1AmfwjhYlqLwjF$aWrcTDkGHKVg8UnjhPFwVzHaplZ4gNQIcq.D0xQtAQTZ0Rf.Ef70dDWNudOAs9Kq/4Kp5EVdF.yOP2fZI5y/j/
quota:0
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/info
strength:100
lastchanged:-1
perms:rw
@pwcache/booking@24hourwaterdamagerestorationlongisland.com000064000000000356151006266300020320 0ustar00passwd:$6$.PNf/aalvsc8s1xv$BdeTr/VCUdFERIwkXBaVXO5OgPtNIhep2.R5yswZ/X4Ely2esAIIKwfm2xK1FODT1YVJv4SEt/8u.8XkjO4DQ/
quota:0
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/booking
strength:100
lastchanged:-1
perms:rw
@pwcache/sales@24hourwaterdamagerestorationlongisland.com000064000000000354151006266300017775 0ustar00passwd:$6$f/I.SCcPsH/SUWL4$xkI2Vu6Skilcr56izdnyX/mv.KIG1iJU5A9kyke./RuzqHRCEUFaSaIt2DSMBKzD0xb02WOALHsYGYKaAx/eZ.
quota:0
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/sales
strength:100
lastchanged:-1
perms:rw
@pwcache/office000064000000000342151006266300007426 0ustar00passwd:$6$Ypjz5irHzby.AsNd$gpxc4W0R1ih84oN0/4DTXnZbsWdIu4xPChP/F6o/cNaUZfTSyL/O5jWWET/sVPfnccmmx83zkmr9wMbkKAKba.
quota:262144000
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/office
lastchanged:20302
@pwcache/support000064000000000343151006266300007710 0ustar00passwd:$6$VQSYCgPRDR1jzHIG$KiKBez2ugZirg6VhwhcMitk.TJ5ynx14R4N99T8A9ojHahGoX9IhhiH9LDcXfEEN1uTvDpmzXgm416YRuCqgQ1
quota:262144000
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/support
lastchanged:20287
@pwcache/admin000064000000000341151006266300007262 0ustar00passwd:$6$yAoOMfmYcdJL/lLm$yUY.u5uBWJ.D1l3E.4IF2M3Jx85XFMw/q16f5/oFgrMRwv9kFWv56tLiPVnjHu8OiWeguq2zfhPMkDNJnYPLc.
quota:262144000
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/admin
lastchanged:20287
@pwcache/support@24hourwaterdamagerestorationlongisland.com000064000000000356151006266300020404 0ustar00passwd:$6$VQSYCgPRDR1jzHIG$KiKBez2ugZirg6VhwhcMitk.TJ5ynx14R4N99T8A9ojHahGoX9IhhiH9LDcXfEEN1uTvDpmzXgm416YRuCqgQ1
quota:0
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/support
strength:100
lastchanged:-1
perms:rw
@pwcache/team000064000000000340151006266300007117 0ustar00passwd:$6$6cJT7cOaQ7O7tWw.$dwvO0WA7CyLMkdlHazyRl1WJaUFRVaiyo9ynv3zQtHrMzQU08GodLppKWTeUIlO6kxJ28Cwk/mVScXcSFRF1P/
quota:262144000
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/team
lastchanged:20302
@pwcache/admin@24hourwaterdamagerestorationlongisland.com000064000000000354151006266300017756 0ustar00passwd:$6$yAoOMfmYcdJL/lLm$yUY.u5uBWJ.D1l3E.4IF2M3Jx85XFMw/q16f5/oFgrMRwv9kFWv56tLiPVnjHu8OiWeguq2zfhPMkDNJnYPLc.
quota:0
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/admin
strength:100
lastchanged:-1
perms:rw
@pwcache/contact000064000000000343151006266300007627 0ustar00passwd:$6$dkwY4ISAMfviL6uV$m.XnwBmn2Iw0u5HQ07zSwna/MubEWeoOv6L94CZyDnHiZg6nkucpHyYthwMTirobjHGYhb4XgkuzBHfYc0j.Y/
quota:262144000
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/contact
lastchanged:20287
@pwcache/contact@24hourwaterdamagerestorationlongisland.com000064000000000356151006266300020323 0ustar00passwd:$6$dkwY4ISAMfviL6uV$m.XnwBmn2Iw0u5HQ07zSwna/MubEWeoOv6L94CZyDnHiZg6nkucpHyYthwMTirobjHGYhb4XgkuzBHfYc0j.Y/
quota:0
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/contact
strength:100
lastchanged:-1
perms:rw
@pwcache/help@24hourwaterdamagerestorationlongisland.com000064000000000353151006266300017615 0ustar00passwd:$6$3IDSbVCvuYnrvAWj$G0JqEOyrS6r7r1MuEppX3QP0aVUqhMMPDSeyVsiRTSzqRZNhsYLLgJtBBtGmDBZfp6djzUWhKvyGXq0RZJN5g/
quota:0
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/help
strength:100
lastchanged:-1
perms:rw
@pwcache/team@24hourwaterdamagerestorationlongisland.com000064000000000353151006266300017613 0ustar00passwd:$6$6cJT7cOaQ7O7tWw.$dwvO0WA7CyLMkdlHazyRl1WJaUFRVaiyo9ynv3zQtHrMzQU08GodLppKWTeUIlO6kxJ28Cwk/mVScXcSFRF1P/
quota:0
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/team
strength:100
lastchanged:-1
perms:rw
@pwcache/sales000064000000000341151006266300007301 0ustar00passwd:$6$f/I.SCcPsH/SUWL4$xkI2Vu6Skilcr56izdnyX/mv.KIG1iJU5A9kyke./RuzqHRCEUFaSaIt2DSMBKzD0xb02WOALHsYGYKaAx/eZ.
quota:262144000
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/sales
lastchanged:20287
@pwcache/booking000064000000000343151006266300007624 0ustar00passwd:$6$.PNf/aalvsc8s1xv$BdeTr/VCUdFERIwkXBaVXO5OgPtNIhep2.R5yswZ/X4Ely2esAIIKwfm2xK1FODT1YVJv4SEt/8u.8XkjO4DQ/
quota:262144000
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/booking
lastchanged:20302
@pwcache/service000064000000000343151006266300007634 0ustar00passwd:$6$qn08lezJzEcPcBT2$Gjoh9g33iuofBsYZPVE.Rho8ObkQOzSdjO5W2K1h36NfaEaInFK.xiy73SNL4Y3y5ITKnsQLB4PryEc9NpSRS.
quota:262144000
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/service
lastchanged:20287
@pwcache/office@24hourwaterdamagerestorationlongisland.com000064000000000355151006266300020122 0ustar00passwd:$6$Ypjz5irHzby.AsNd$gpxc4W0R1ih84oN0/4DTXnZbsWdIu4xPChP/F6o/cNaUZfTSyL/O5jWWET/sVPfnccmmx83zkmr9wMbkKAKba.
quota:0
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/office
strength:100
lastchanged:-1
perms:rw
@pwcache/info000064000000000340151006266300007124 0ustar00passwd:$6$Ec1AmfwjhYlqLwjF$aWrcTDkGHKVg8UnjhPFwVzHaplZ4gNQIcq.D0xQtAQTZ0Rf.Ef70dDWNudOAs9Kq/4Kp5EVdF.yOP2fZI5y/j/
quota:262144000
homedir:/home/fresvfqn/mail/24hourwaterdamagerestorationlongisland.com/info
lastchanged:20287
help/subscriptions000064000000000022151007557630010325 0ustar00V	2

spam
Archive
help/cur/1754133909.M669573P175440.premium320.web-hosting.com,S=10228,W=10376:2,S000064000000023764151007557630020077 0ustar00Return-Path: <3jfWNaBcKAPoiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com>
Delivered-To: help@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id UG1IJ5X1jWhQrQIAVkXPrw
	(envelope-from <3jfWNaBcKAPoiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com>)
	for <help@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 07:25:09 -0400
Return-path: <3jfWNaBcKAPoiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com>
Envelope-to: help@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 07:25:09 -0400
Received: from [198.54.122.200] (port=40318 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3jfWNaBcKAPoiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com>)
	id 1uiAMP-00000000kW6-23cL
	for help@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 07:25:09 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=mMYBIVJD;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3jfWNaBcKAPoiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com designates 209.85.160.202 as permitted sender) smtp.mailfrom=3jfWNaBcKAPoiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f202.google.com (mail-qt1-f202.google.com [209.85.160.202])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvL8G2P8Kz27cn
	for <help@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 11:25:02 +0000 (UTC)
Received: by mail-qt1-f202.google.com with SMTP id d75a77b69052e-4ab801d931cso58077371cf.2
        for <help@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 04:25:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754133901; x=1754738701; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:mime-version:from:to:cc:subject
         :date:message-id:reply-to;
        bh=b6H4vadIMb1LK3ocq/pajAOK9ItP0cCBNY8aF3wzt1U=;
        b=mMYBIVJDUO7lQ9nduzkI2zniZ4pwdHMvrUVoW4KuZLCcmqmzEzsrx9xmJQBOTUlnfc
         CLpGGQPin1B7w774CkSUudAI3aycuZvvsCZmeIhlhD7bBcOxBejgXbven41ma/faifgD
         mMQ4QhVhQyioXFxs5m/XB6isbaURQe62MTXbVysiwp+gai6pkDEg/N4j7C3UsLy+LUVg
         d/tpHYCZ9prCcabdAAn5PltNzpHBq3/aTIqpDzBqsVKQD8Lvk2QiZaN5UbfOrDtAaqAk
         yrR27OJviMJcN7StK9oEzUK2d7SgqNj/oEMdGNgbNrupTIxm+CAeqjkKUHYQgj1sPB7N
         bUjQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754133901; x=1754738701;
        h=to:from:subject:date:message-id:mime-version:x-gm-message-state
         :from:to:cc:subject:date:message-id:reply-to;
        bh=b6H4vadIMb1LK3ocq/pajAOK9ItP0cCBNY8aF3wzt1U=;
        b=L0v1N8sHPTjy6xzthqvT4iYJcFYfxJkhG5pzwj+b7JncoTxlTB2LAqdNHBkX31CwaP
         /s2Dkue0HdwMJdMLEH+pIhO9LKmSCYrLoOIxHT6LMMKT7+Gd5KpklTvczL9ogtcDYzOn
         pX4Kc3tw33rPMteG9BLpO6G4y1EEelIpY5lXfg6H7NtbpAJai8c/zml16EtUTW+zZNjn
         1KMb0JwfFPDDKPUS32Cp3PB9N4oOTWZS/513ZbmjWqoWxcrcGpZyEiwe5k8AZoRNhfUt
         3wJRyLeOCjpKHL+EbmKH/VX3w44knSUdraaHyPd2r/DZn/Kk2C0AlGuJ9NYFtdNlmxw9
         Fu5g==
X-Gm-Message-State: AOJu0YzKjZXlX0Kphrqu9onZik19gFtS0SZhhnGlEf9xb83tsAqQ4PTr
	6HskYrPF+GYmPPbk/auc745seLS1dFPuxt1HDiCBARdhKRI3R/YZO/0BQinB051Xxbj4CK0=
X-Google-Smtp-Source: AGHT+IGVFEH62GmZ4CcQo0GROvcKJIXLODs5Gr1HZ/F73D7J3e9bWr7kcLLQBMgUr2VWMx3mugkgMw4TcGnDag==
MIME-Version: 1.0
X-Received: by 2002:a05:622a:87:b0:4a9:ab9b:65da with SMTP id
 d75a77b69052e-4af1097dd06mr55845601cf.13.1754133901717; Sat, 02 Aug 2025
 04:25:01 -0700 (PDT)
Message-ID: <autogen-java-7e066927-d149-4f32-b0aa-251a891cb952@google.com>
Date: Sat, 02 Aug 2025 11:25:01 +0000
Subject: Verify your email
From: The Google Workspace Team <googleworkspace-noreply@google.com>
To: help@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000019b21a063b60208d"

--00000000000019b21a063b60208d
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

VmVyaWZ5IHlvdXIgZW1haWwgYWRkcmVzcw0KDQpIaSwNCg0KVG8gY29udGludWUgc2V0dGluZyB1
cCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgYWNjb3VudCwgZW50ZXIgdGhpcyAgDQp2ZXJpZmljYXRp
b24gY29kZToNCg0KNTAzMTIwDQoNCklmIHlvdSBhcmUgbm90IHRoZSBvd25lciBvZiAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20sIHRoZSAgDQpvd25lciBtYXkgY2hv
b3NlIHRvIG1hbmFnZSB5b3VyIEdvb2dsZSBhY2NvdW50IGJ5IHZlcmlmeWluZyBkb21haW4gIA0K
b3duZXJzaGlwLiBZb3UnbGwgYmUgbm90aWZpZWQgaWYgdGhpcyBoYXBwZW5zIGFuZCBoYXZlIHRp
bWUgdG8gZXhwb3J0IGZpbGVzICANCmJlZm9yZSB0aGV5IHN0YXJ0IG1hbmFnaW5nIHlvdXIgYWNj
b3VudA0KDQpEb24ndCBrbm93IHdoeSB5b3UgcmVjZWl2ZWQgdGhpcz8NCg0KU29tZW9uZSBpcyB0
cnlpbmcgdG8gY3JlYXRlIGEgR29vZ2xlIFdvcmtzcGFjZSBhY2NvdW50IHdpdGggdGhpcyBlbWFp
bCAgDQphZGRyZXNzLiBJZiB0aGlzIGlzbid0IHlvdSwgdG8gcHJvdGVjdCB5b3VyIGFjY291bnQs
IGRvbid0IGZvcndhcmQgdGhpcyAgDQplbWFpbCBvciBnaXZlIHRoaXMgY29kZSB0byBhbnlvbmUu
DQoNClRoZSBHb29nbGUgV29ya3NwYWNlIFRlYW0NCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLQ0KR29vZ2xlIFdvcmtzcGFjZQ0KDQrCqSAyMDI1IEdvb2dsZSBMTEMg
MTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCg0KWW91
IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCBiZWNhdXNlIGl0IGNvbnRhaW5zIGltcG9ydGFudCBp
bmZvcm1hdGlvbiAgDQphYm91dCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgcHJvZHVjdCBvciBhY2Nv
dW50DQo=
--00000000000019b21a063b60208d
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div style=3D"display: none; max-height: 0; overflow: hidd=
en;">Enter the verification code 503120 to continue setting up your Google =
Workspace account.</div><div style=3D"background-color: #f8f9fa; padding: 2=
4px 24px 0;"><div style=3D"margin-left: auto; margin-right: auto; max-width=
: 580px;"><div style=3D"background-color: #fff; border-bottom: 1px solid #d=
adce0; padding: 36px 36px 64px;"><div style=3D"text-align: center;"><img al=
t=3D"Google Workspace" dir=3D"ltr" height=3D"21px" width=3D"166px" src=3D"h=
ttps://gstatic.com/apps/signup/resources/google-workspace-lockup-color.png"=
></div><div style=3D"margin-top: 24px;"><div style=3D"font-weight: 700;text=
-align: center;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif;=
 font-style: normal; letter-spacing: 0.1px;color: #202124; font-size: 24px;=
 line-height: 130%;">Verify your email address</div><p style=3D"margin-top:=
 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-sty=
le: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-hei=
ght: 150%;font-weight: 400;">Hi,</p><p style=3D"margin-top: 24px;font-famil=
y: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; lett=
er-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;font-w=
eight: 400;">To continue setting up your Google Workspace account, enter th=
is verification code:</p><table style=3D"margin-top: 24px;background-color:=
 #e8f0fe; height: 178px; width: 100%;"><tr style=3D"font-weight: 700;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 24px; line-height: 100%;">=
<td align=3D"center">503120</td></tr></table><table style=3D"margin-top: 24=
px;"><tr><td style=3D"text-align: center;color: #3c4043;"><img alt=3D"Infor=
mation icon" height=3D"20px" width=3D"20px" src=3D"https://gstatic.com/apps=
/signup/resources/info-icon.png"></td><td style=3D"width: 24px;"></td><td s=
tyle=3D"font-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, s=
ans-serif; font-size: 12px; font-style: normal; letter-spacing: 0.3px; line=
-height: 133%;color: #3c4043;">If you are not the owner of <a>24hourwaterda=
magerestorationlongisland.com</a>, the owner may choose to manage your Goog=
le account by verifying domain ownership. You&rsquo;ll be notified if this =
happens and have time to export files before they start managing your accou=
nt</td></tr></table><p style=3D"margin-top: 24px;font-family: &#39;Open San=
s&#39;, Roboto, Arial, sans-serif; font-style: normal; letter-spacing: 0.1p=
x;color: #3c4043; font-size: 16px; line-height: 150%;font-weight: 500;">Don=
&rsquo;t know why you received this?</p><p style=3D"margin-top: 24px;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;fo=
nt-weight: 400;">Someone is trying to create a Google Workspace account wit=
h this email address. If this isn&rsquo;t you, to protect your account, don=
&rsquo;t forward this email or give this code to anyone.</p><p style=3D"mar=
gin-top: 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; =
font-style: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; =
line-height: 150%;font-weight: 400;">The Google Workspace Team</p></div></d=
iv><div style=3D"padding: 24px 16px;"><div style=3D"text-align: center;"><i=
mg alt=3D"Google Workspace" dir=3D"ltr" height=3D"22px" width=3D"180px" src=
=3D"https://gstatic.com/apps/signup/resources/google-workspace-lockup-color=
.png"></div><div style=3D"padding: 10px;"><p style=3D"text-align: center;fo=
nt-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif;=
 font-size: 12px; font-style: normal; letter-spacing: 0.3px; line-height: 1=
33%;color: #5f6368;">&#169; 2025 Google LLC 1600 Amphitheatre Parkway, Moun=
tain View, CA 94043</p><p style=3D"text-align: center;font-weight: 400;font=
-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif; font-size: 12px; f=
ont-style: normal; letter-spacing: 0.3px; line-height: 133%;color: #5f6368;=
margin-top: 10px;">You have received this email because it contains importa=
nt information about your Google Workspace product or account</p></div></di=
v></div></div></div>
--00000000000019b21a063b60208d--
help/cur/1754236426.M682809P1508629.premium320.web-hosting.com,S=53563,W=54720:2,000064000000150473151007557630020051 0ustar00Return-Path: <3BIaPaBEKAJkPHKDLI357-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>
Delivered-To: help@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id GKBCKAqGj2gVBRcAVkXPrw
	(envelope-from <3BIaPaBEKAJkPHKDLI357-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>)
	for <help@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 11:53:46 -0400
Return-path: <3BIaPaBEKAJkPHKDLI357-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>
Envelope-to: help@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 11:53:46 -0400
Received: from [198.54.122.200] (port=37755 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3BIaPaBEKAJkPHKDLI357-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>)
	id 1uib1u-00000006L0G-29FU
	for help@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 11:53:46 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=CudaDKZ3;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3BIaPaBEKAJkPHKDLI357-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com designates 209.85.160.199 as permitted sender) smtp.mailfrom=3BIaPaBEKAJkPHKDLI357-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com
Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bw43m6wYvz55bP
	for <help@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 15:53:40 +0000 (UTC)
Received: by mail-qt1-f199.google.com with SMTP id d75a77b69052e-4b065932d0bso10580961cf.3
        for <help@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 08:53:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754236420; x=1754841220; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=7mdv2t0Yriyxqd5KO2RrO7+lCp1hb9xoae7Pq/rDyGI=;
        b=CudaDKZ3sTCn07tA5qZamzu4qeS+CTexYxMCdNsp1hNDR7q4BAAU1pimze6/Rg2sKG
         /EQ6+I41MvFSP9P98WhgDzQikpgO3Wj7XVCBzxwvRejblFjgE+So0NihAFApKQCpwxEH
         rAWQkFlrrZFHVlFS7W+/nq7mspfaB51nipFuTRWwQuYAL3oA8PHQJiKFyODEqFWEKeAf
         khNgK24SPlasbI13efc2ifzJap1kZRV6Zutfx1Pfi8ACkoaJp/mVVD9TZymYCgItgFj+
         I7zlQRxyU3o1lydjuRw2vNyH5xENGVVR31t/UlkZmNE5VBog55nWvMINWhOdk/9eM7OA
         q/ug==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754236420; x=1754841220;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=7mdv2t0Yriyxqd5KO2RrO7+lCp1hb9xoae7Pq/rDyGI=;
        b=H7WBRAq62AinTDvDX4HRAt9UMUzbUwyOE6UcyFsiOKgyD/QLhuavpukoO2F92F2z4i
         Xrk8PPe3sKa5u4ivYFWKzFx0DmA1MUCgRQsEuFIeYWx5sKdeL7aPXnv2ZI3Jq1dBRkaX
         8dfFLfpcsVkSRGJn77RWIRwpxE7EhA7Uf0iksd89IZJomyHKcPMbT7nBDMV5EVJm5Ih6
         bNBnQEIG9y6ehAtdgbfrogr+gprSNzaSjlt85+M7DLWlFG2rOvb+vu58t55hp46Uwk2c
         Y9bNJbWYdUBS6tUUuU8GWqPDlIE8wnBE7pVXBwhUk1XxjRVJARkmD7eM4HvoCFGs9Y9c
         ClNA==
X-Gm-Message-State: AOJu0YyJSu6zsxz/7pN2edhvc2oe7Fq3Haxwm28ndtUkI5Ih4En3SRT4
	f/7iE0GwRwbf0Y/guDMIJp78rJEnG7OGPxbIPh/sRHN8mls8H2CLdQLDPbzn
X-Google-Smtp-Source: AGHT+IFRPWMr60Z/ZH0PvHzJBs8O+ZmEiJ/LhQZ5xfRwI/5bwTFa7LliLREn/HxREhrJg7WZJ39x718=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:a491:b0:4af:1b9e:e691 with SMTP id
 d75a77b69052e-4af1b9eea34mr55708581cf.19.1754236420382; Sun, 03 Aug 2025
 08:53:40 -0700 (PDT)
Date: Sun, 03 Aug 2025 08:53:40 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140155
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5qBUx7Tk1jnOzgIT8FMFz1yIOYYMBsrZUSMVqsphAhACrjmbK4XGBzQSdqcJcOOuedYBQ0s5W4_mmlPTa1cAti18QZtkugdcbOX8p7RfYF3vuRf78VEMY8h_RrH0w6gCEMTUVFxSYij3ARIlRTHePCNIrLDRcmc1pZb6_O8fSGXRBEkGHuvEWvowUrvKS1bgTLQGu0mIQ7lEXOncM9Dm-dJRB1DKoETak9neA65V76UXaPBbLaZloGnonisBtmI1xK7jtV_wA-iAJk3zFTV_rcavUkVeskK3SvBNDfV8YAGLeVZ4gVs2J-T7Uj2pxYxy3UTv8c1_t5x0YCKXtDOQs8QmM20oH6AvmPRP58?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509425-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 4f1d2770c25a0000
X-Notifications-Bounce-Info: AWoTSIFavvLWAo_L1qk0cbL2ymPtlCMNCD6X5Cm8mMcMnY23h9v-liO8fSiQXljHi3zN5488rLOJGc4GnHvdA48eJabLA1YjPV7qSzJYWK8FbvFFXic5vzEpsnGtFOcke9SLGdVFScaaQrDkThkdH604nI5MI_dLSqICwplxuE42ei9exSCGekuY4hDIuHrrzL7to1oLh43Hnpq-zcSQvJIC85yLFX0-zpSugRO8tAoP-VYut5WSxJM2ulxdZ7FGMHICLM_ZeNnYKELbI0Sn8YYxgZpVREkDlU-bf0HQ4W1CjrmuihKg1JrY3QgtcH7MSKNp4SncpbJqT3HwYt6_UFHAN_-evhHExuG1baHN5ozV2Cicf0PJezYvouwVUfFEqj4ISa_cXx1Pusmg2N_iK6xaOoTGdVQNcWkS25xts8UsRv6YTTdD_y8ft-cuRtKXGN96z1mLHLvSnPAWpPrIAlEClhitGZ_S2Pl2aW_vAdiWGFMKWBV3OOm8BIaeMatZ05S4njLLxvgmED5iC5REzYa9vE2ACMraPHslouEQpqBQtdHGAxSFd19JXdNMz5mr7vam-hBv8ugdxS3BDDdHfP98_ENsRSlVEC3AnAp4J0REDYln5TQ1_9J6EGSoX6QRgOj_AkuqHma4T_AmD1SYeBixr0NSSQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <a2e202f2d4b7e671e326d67d95c7ed90ae071098-20189259-111088867@google.com>
Subject: 3 easy steps to get started with Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: help@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000b062af063b77fed2"

--000000000000b062af063b77fed2
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

SGVyZSdzIGhvdyB0byBnZXQgc3RhcnRlZCBxdWlja2x5DQoNCg0KDQotLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQoxDQoNCkFkZCBvciBjcmVhdGUgY29udGVu
dA0KVXBsb2FkIGV4aXN0aW5nIE1pY3Jvc29mdCBPZmZpY2Ugb3IgUERGIGZpbGVzIHRvIEdvb2ds
ZSBEcml2ZSwgb3IgY3JlYXRlICANCnNvbWV0aGluZyBuZXcgaW4gIA0KRG9jczxodHRwczovL2Mu
Z2xlL0FOaWFvNW92eTJoeUxMdmNoTW8wTFBTNG4tWEVkTTNBX0FMOTg4VV9kNmNKSzJhd09leFI3
VmhlY1lhRTdKZTFYQ2JxbDc5RWJ3NlNmMldDT2pQSHdFRWNhclRlQ3BROTVCb2UtSWh0eE5jNHpD
djQ3UT4sICANClNoZWV0czxodHRwczovL2MuZ2xlL0FOaWFvNXJfbm5FcGJCWEZYeFBSN2tWX3JW
aXRBNzBjMHhXS3dOQ3ljMGJ4QzRlS1pZQ1pEMzJ6VVRkV25OT2NaX3pSdVdDWDgyd3hkck1Ocldz
VHcxZ2JwRGtORUJJdjBuVXVFaWVpMVBFbmFiMUxYRmR5bGtJPiwgIA0Kb3IgIA0KU2xpZGVzPGh0
dHBzOi8vYy5nbGUvQU5pYW81b09MTGZWTFNTY1lfZVB1cEJHTGJvV0dLcUlPTVdKSGZZZWcxUlZv
cG9RbDF6c2QxTE9xYi1pdDU5UzFVYUc5VU5VaHo4YkZSVWhDbzg1eGRBeGlkdjZ2YVB5WFZGWG9K
YWhVdGdLWTZob1gwRmhxSDQ+Lg0KDQoNCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0NCg0KMg0KDQpDb2xsYWJvcmF0ZSB3aXRoIHlvdXIgdGVhbQ0KU2hhcmUg
Y29udGVudCB3aXRoIHBlb3BsZSBhdCB3b3JrIGFuZCBhZGQgY29tbWVudHMgb3IgYXNzaWduIGFj
dGlvbiBpdGVtcy4gIA0KV2hlbiB5b3UncmUgcmVhZHksIGludml0ZSBwZW9wbGUgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81b3VtV0xUa29vU1JMczU5OFc1MjdOOWlfYjV5YjVPQ282TjRyNHdLUjlx
MUxIWk5EVzlHV181bmtrcnRpdnNqWHJZaFphN0N0VkNtN2JDd0NzQmJMWkZBalZfN2gzZGxHbTV2
NUwxRzBkY3gwZmR4Z2JTYVE4SlhDOXBtR2xJYzJDbmJaN1BZMWdzU3lMNEItUzUzNGJmQk10OTly
MkFHZHc2VFkzb1FET3VKWFBlYlRjQmZhSWVkeGZVNGc4enJOeW5IVUFSLVNuTDR6dV9qZnlIV0tX
NzhibjF6YlluMGZzaF90MWZDZjZBRWFINnNqZUpHZVFaelZEQzc0aURidlB1THlxbEtRTHdxVUly
OEtfTS0tME5aVGh3Q2RuU3R3WT50byAgDQpqb2luIHlvdXIgdGVhbSwgYXQgbm8gY29zdC4NCg0K
DQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNCjMNCg0K
U3RheSBvbiB0aGUgc2FtZSBwYWdlDQpTY2hlZHVsZSB2aWRlbyBtZWV0aW5ncyB3aXRoIEdvb2ds
ZSAgDQpNZWV0PGh0dHBzOi8vYy5nbGUvQU5pYW81b0ZhR2sxRzd2Wi1rLWUzRjhKdkxBaUVVMFlG
SXJvMTcwZW5EbnFnYXJTNXlFLVdnSldPWWNPVDZ6NGdKWjlaSGdQanEyYkt5WUl5MFFadnR2VHVX
RGNkOHVicnRuaWxzVUtOSmpjNXR3dnNRWWtwMGJoMG9SS2ZPQ1pUSVNKc0xGWjl3aklCc0dVYW51
TVJvQVJDY2tVcVlURTUwSG9iMlc1czA3aDgtZkZKR3N3MnRRbUktNFozNnBfTzlCWU43WDdEblY1
Wk1IcmZPbVB5clJhZVRkTEhxMjM5N3ZNQU5MbXRldmVuU1g0MDY4MmIzNVBURml0aGRWZHd0Ukgx
ZV9SY0c5VzBCc0lpQ2U3WExLRllrZGFmRUE+LCAgDQphbmQgY2hhdCB3aXRoIHBlb3BsZSAxOjEg
b3IgaW4gU3BhY2VzIHdpdGggc2hhcmVkIGZpbGVzIGFuZCB0YXNrcy4NCg0KDQpZb3UgY2FuIGRv
IGFsbCB0aGVzZSBhY3Rpb25zIGZyb20geW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KR28gdG8gdGVh
bSBkYXNoYm9hcmQgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cEh1enFSOWFnZW1tcTFKY1oyamlo
b1dudGI2emk1Ty1qa1NkLUZRM0xFeDR2dVdhYVQ5U1h1eHJ5RnN4b3BKcV91WlJpWGl6ak5KV1Zx
S3k1eVgydTZKd2hyRjA0Mk5aeHBfRnVZa0FFOFVjUVhZQU9INzJWTm5vOW1NbDFoazh2N0VOY2lI
ZmVEWnZUaVpwWklnQkx1T1NGOGlmSjgzNTcyNFJQZVE1TFpzaU5TanVTVHg5UDBZYkIxaXQwM2ZV
VTd1OXBDQm5BZktMU2kwUWEyaGJYb25NQXhDaEFpR256WnU1WXlIZ3lvbHRJWkhrb2owNHJVVE41
SzdHRlV0WjNySmR0MzV6SW1ua21Zd2Ywc1ZLRm5reWkySk1nSE8wRjZUa3JYaF9Jal81NE1TQ0E+
DQoNCkhlcmUgYXJlIGEgZmV3IGNvbW1vbmx5IGFza2VkIHF1ZXN0aW9ucyB0aGF0IHlvdSBtaWdo
dCBmaW5kIGhlbHBmdWwgYXMgeW91ICANCmdldCBzdGFydGVkOg0KDQpXaGF0IGlzIEdvb2dsZSBX
b3Jrc3BhY2UgRXNzZW50aWFscz8NCg0KQnVzaW5lc3MtZ3JhZGUgdmVyc2lvbnMgb2YgYWxsIG9m
IHlvdXIgZmF2b3JpdGUgR29vZ2xlIGNvbGxhYm9yYXRpb24gYXBwcywgIA0KaW5jbHVkaW5nIERy
aXZlLCBEb2NzLCBTaGVldHMsIFNsaWRlcywgTWVldCwgQ2hhdCwgYW5kIG1vcmUg4oCTIGFsbCBp
bmNsdWRlZCAgDQphdCBubyBjaGFyZ2UuDQoNCkNhbiBHb29nbGUgV29ya3NwYWNlIEVzc2VudGlh
bHMgYmUgc2VjdXJlIGVub3VnaCB0byB1c2UgYXQgd29yaz8NCg0KWWVzLCBHb29nbGUgV29ya3Nw
YWNlIEVzc2VudGlhbHMgaXMgYnVpbHQgc3BlY2lmaWNhbGx5IGZvciB1c2Ugd2l0aCB5b3VyICAN
CmN1cnJlbnQgd29yayBlbWFpbCBhZGRyZXNzLiBJdCBpcyBkZXNpZ25lZCB0byBlbnN1cmUgeW91
ciB3b3JrIGNvbnRlbnQgYW5kICANCmluZm9ybWF0aW9uIGlzIHNlY3VyZSBhbmQgcHJpdmF0ZS4N
Cg0KSG93IGNhbiBJIGdldCB0aGUgbW9zdCBvdXQgb2YgbXkgbmV3IGFjY291bnQ/DQoNCldlIHJl
Y29tbWVuZCBzcGVuZGluZyBzb21lIHRpbWUgaW4gdGhlIEdvb2dsZSBXb3Jrc3BhY2UgTGVhcm5p
bmcgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5pYW81b2VNMm15UFpJb0ttUnlGYll2azNieGlU
WVRmY3FTYWVuNzdtSVdHMnFxWXFweUROYl9kalVPSFZOVUFtY1VoWUctOHhUTDdreXRnR3pIR2Rk
TzJNS09lRjlJUm12YURBX0VQdlBqaVdrMUJGcV9RdDVHd2E2ekRxUHNESjZqbkVTS3E3ZzBRSjd3
NVZxZWgwVTNXb1JlbU8xTHRHQkFQeHRQMjJ0eENsaTJkd1h4NDVublROZDlPb2Y4LVVEMVlmRzJN
eU50QmQyT0lydlFKbHkzd21lYm5rcmFNSHQ2WTJNQ0o3ZFk2eWVqT3ZDRk41MUluVVNNcjhycUpi
RmVsenBmeTBNaWZuYktveUZxOXpVWFNKTlBXbndkV1N4bTdEb1BTMVNFT3Y1VXFhbXpJXzZJOTFW
MFp3ZVpwdnQ5Q0lrPi4NCg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXJIXzF3azEzV3dJc1BmeFpUbElla2JFSllRaGJNS2dGV3IyY0tZbHFsbWpoMWRyQkIwbWMyRjcw
QnNnTFd4dGpSOUhWZmduRDZlT3JRODRfY0VicnpBUVp6cDJxLUk5MHE2TW8wZWo4MjNGUUZvVTUz
eGpSZDItNXZNT09lTkRpSi1UTGlnWXk4ejZxaVE+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNXFwejAxaUlPSUYydWd2ZGNKWTk0M2lWWGNUZ1NCZHRaOUtNbDB0R0RCd0xrbHUxWUxE
WWRFR3RIWXdRWWktUUo2N21PLWNOYzIxNExkVU5TNEtVSWNHaDB1WnNCZ2toVEZSYm1ZWFNCTFJS
a0w3eTBzMThnR0xYNGtaRW9taE5QdkpwcC16LW9jPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5n
bGUvQU5pYW81cXdGM0JUT0ViZDBFclQxR3BLdVpyMkhYcXpJUTdzSGdrZkM5QmFld1h0RHpucTA4
WnA3Mm1rN2NFdldFVDdRZWFTaTYtSTRHeVdLQ214blI5RUFEazlwQndVUzZ3TVFJRU1EYlc2emx6
aFpVWUlCczl2M0l6NnBscmNxb3Zsc1B2U2o2VWg4a2lrMEFVSS1sb09vZjk5Nnd1WVR2eC0+DQpG
YWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyQ1VUYkpRQ21BcWhzaEt2TnFlRnFUeC1G
dkljelhrT0k5X2hvOXNTbUtIWkdLY2Y2U3JrWkN0RzhXTE10SlVpd0dnRC1jUGI1MHZjeFZHZk1J
aGwtRnZuOTFtck94aTF1ZTBKVTZhZnNMTkxFUjdXdDN6S05HUjZHUl82c3dCVlJET0lmX0pMcDdv
STV3czhvPg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJqRGdYbkpJN2NnTmQ0
RHJYbkZnNHFlRko5T0tCTHl6UTh0R1pheUoxYzlYZzFJQ19NdkhhaE90Tm43WEJkVW1XWE13NHQw
ZnRyeHMxS1VCbU02QXk2V0tSendrc2YyTnd6QzhhV25lSEJYejR5cVhCTDJPd0w1bW1GNlJHakk5
QjhiRDZsallSYm5yX0N4UUNaOV9FPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJr
d2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBoZWxw
QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNlIHlv
dSBzaWduZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBzIGFi
b3V0ICANCkdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJlcyBo
aWdobGlnaHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5IHlv
dXIgb3JnYW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2ggZW1h
aWxzIGluIHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczovL215
YWNjb3VudC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3JpYmUv
Z3QvQU5pYW81cU15Rlota1UxYjF5V01vVnVtQmM2RFBlZ0xCeE9qbVgxWU9CMWZ5YWlCTmlrR2cw
bGtSLUtsQ3ZFOXZEcXRpd2NPRDBJNnFPQ01zbGRqNF8xNEZrZ2tqeVprZGJER3d0Z2QyRFZPWG1U
aktLS0xvOVdkU3NvTDFQNUdxR0xLZ3BOQzhha3gyb0l0OHNiTzkyQ3NSS1pDZ3lsTGpPQUVNa3ps
SUhkZG9uVWFTZmctX2pwellTMU92bnJhTHZuV0NtZGtXb2ZHRUhNR25WYmF3VTVKblVVbFp3OUZt
UERhTGw1Y1kxdktDV0JkYm9NRF8yWV91NEtMOEZUVzN6RWMwa1MzZjhKVlF3MzM2cFc0dTdBVEVF
X21MZkNTb3V1ejdkbjRSTHBrUzNSelZrYXFoSjdGZFBwRDVvdDZGQXJWNFdGRUtraFYtVVEySW9x
a0pYb1ZaWEZyb2RCYk5JQUVvRGhFP3V0bV9zb3VyY2U9Z20mdXRtX21lZGl1bT1lbWFpbCZhdXRv
PXRydWU+Lg0KDQo=
--000000000000b062af063b77fed2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Get started with your account</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Here's=
 how to get started quickly. Add or create content.&nbsp; &zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:24px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here's how t=
o get started quickly
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:13px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->1
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Add or creat=
e content
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Upload exist=
ing Microsoft Office or PDF files to <span style=3D"white-space: nowrap !im=
portant; direction:ltr;">Google Drive,</span> or create something new in <a=
 href=3Dhttps://c.gle/ANiao5osE0Zwv74X18z1TRThBkVQZ2DuMm6iwa9ulmqD6bi__EXhz=
g7f7YmLZyquxa7y8c5xEIgA0hipJbJSlyPDl_xMUS_z5GyOdNK8-rqeaHr0t8KN style=3Dtex=
t-decoration:none;color:#166FE3; target=3D_blank>Docs</a>, <a href=3Dhttps:=
//c.gle/ANiao5rh6RlLRH5MyzGRPrD_hqPB04b_2XFVwj4nN6QZU1IbzretZNZVJJrsCdOkhve=
mNPTNiZp11IQ0FyOt_fCR1auvrkOpih0anB5J9yeRQwQpdLC_Kifh-g style=3Dtext-decora=
tion:none;color:#166FE3; target=3D_blank>Sheets</a>, or <a href=3Dhttps://c=
.gle/ANiao5pfwJcJJyoWfgn8ofFTpAUZUMZVHY46a0tBoQjQeIRcLUB3bDksQDqeFmTe6FOYKc=
beaSl7k6oy86H_AibDT_Ld5TU_ci0IJlGJA0awAgXRTbIcUtLUcQ style=3Dtext-decoratio=
n:none;color:#166FE3; target=3D_blank>Slides</a>.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D14 style=3D"height:14px; line-height:14px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:32px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->2
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate =
with your team
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Share conten=
t with people at work and add comments or assign action items. When you're =
ready, <a href=3Dhttps://c.gle/ANiao5pkFjCmmoyfvNHNSwg3jIWe9SekYYt0QGwz_8X7=
8A5pmD68Z_KuV0QxTktMfak8qT9i0tnq9P8R7GBWksCUOKRtl3-VdN0G5SbkiX8UIKy3n3sNkiF=
bMCznoRIhsiPZtQTbLu4V7T9-S2I8-NiRKKn73FMKW5sp30XUr2HYZat3ACzL1CbfVyR5KGNuAm=
2_2gKpZ4Rk3s6VBjLiud-1e3Oziwh0nS3Fgoi3rP7P7gBIHfprSZnIfFHZBHZmkSWoaBsV2zuNL=
8nKVHp8VCfnILdU7Bn7bhGJGSorUA style=3Dtext-decoration:none;color:#166FE3; t=
arget=3D_blank>invite people </a>to join your team, at no cost.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D12 style=3D"height:12px; line-height:12px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->3
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Stay on the =
same page
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Schedule vid=
eo meetings with <a href=3Dhttps://c.gle/ANiao5o_FdsdO05ZZaGqsmXzX1xsFajkPA=
btiROEPzEymu_ugxuQAg0mNJgN6PmBW-B2s5zSgZqhjCTWIq36o-OwElVDvIA7E6tZeE-JjrpKS=
ifKqsdlSAb8lTQm3TVS8_IgCP6EdxI14fiAxMWKsXngzk_GP-kYp60TZBpQxrk6F6HJZ20YdrQi=
Ay-mHcCi-wMyeCWlyF77C6WiUpJeiJyCm3WTYkIXhWj90x8hJiIgkrlu504an6sqp-QquP7lwI1=
SgwTTgG8YNH2y9_1PS3mytEF4t1bUEQ style=3Dtext-decoration:none;color:#166FE3;=
 target=3D_blank>Google Meet</a>, and chat with people <span style=3D"white=
-space: nowrap !important; direction:ltr;">1:1</span> or in Spaces with sha=
red files and tasks.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
 </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:40px; paddin=
g-bottom:16px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can do a=
ll these actions from your team dashboard.
    </td>
  </tr>
  </table>
      =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5oIsfUnTRYRkm13pMzZEK0CCiUMn_0jlPaH1V-WwVtpaBznLIQEmWkH54=
A0BgM2EL6fBlJ134NW5nmyzH6gs-8xuBlSSkeY3KJeMPQmVtUzjpCN8_hvrUtzLhzRL4EAqZ2Q7=
6WiiYY-tvo0jPRrauKcwxPDNolLJZb2tij2iiusLL7WTylWRalNVmF-AMXRyVNhjymjeiVUsF4w=
da8ToeKKcvtmjmcoYJHIoGwUlQ6V2DHKImS2LOljxhgbQMpTpiXxQj9rbZD5ViU-Kr51TYQCeju=
P5uSu6uJEf1HVPU9euc-X9xu2FA" style=3D"height:50px;v-text-anchor:middle;widt=
h:210px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"=
#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Go to team dashboard</center=
>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5oIsfUnTRYRkm13pMzZEK0CCiUMn_0jlPaH1V-WwVtpaBznLIQEmW=
kH54A0BgM2EL6fBlJ134NW5nmyzH6gs-8xuBlSSkeY3KJeMPQmVtUzjpCN8_hvrUtzLhzRL4EAq=
Z2Q76WiiYY-tvo0jPRrauKcwxPDNolLJZb2tij2iiusLL7WTylWRalNVmF-AMXRyVNhjymjeiVU=
sF4wda8ToeKKcvtmjmcoYJHIoGwUlQ6V2DHKImS2LOljxhgbQMpTpiXxQj9rbZD5ViU-Kr51TYQ=
CejuP5uSu6uJEf1HVPU9euc-X9xu2FA style=3D"background:#1A73E8;border-radius:4=
px;color:#ffffff;display:inline-block;font-family:'Google Sans', 'Roboto', =
Arial, sans-serif;font-size:14px;font-weight:bold;line-height:21px;text-ali=
gn:center;text-decoration:none;width:200px;-webkit-text-size-adjust:none;ms=
o-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" target=3D_blank>Go =
to team dashboard</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:18px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:27px; padding-top:56px; paddin=
g-bottom:24px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew commonly asked questions that you might find helpful as you get started:
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; font=
-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->What is <spa=
n style=3D"white-space: nowrap !important; direction:ltr;">Google Workspace=
</span> Essentials?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Business-gra=
de versions of all of your favorite Google collaboration apps, including Dr=
ive, Docs, Sheets, Slides, Meet, Chat, and <span style=3D"white-space: nowr=
ap !important; direction:ltr;">more =E2=80=93</span> all included at no cha=
rge.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Can <span st=
yle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</sp=
an> Essentials be secure enough to use at work?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Yes, <span s=
tyle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</s=
pan> Essentials is built specifically for use with your current work email =
address. It is designed to ensure your work content and information is secu=
re and private.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->How can I ge=
t the most out of my new account?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:40px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->We recommend=
 spending some time in the <!--[if mso]><br /><![endif]--><span style=3Dwhi=
te-space:nowrap;><a href=3Dhttps://c.gle/ANiao5r4RvGRgMNDdiuDRMZG_x9kBta7Hb=
bxzhYpOZoFzvkb6YKaZrLbSODiD4zGnYizY64KqlrUer64o8a-BrSwon6NqGzZQZ4KJA_0V0lYA=
nXeBkm-od8fBbZUvMYR_I6YtXQgTyc7vO88m5cKMOJ6a92RUu7XQ8SIUTmNlsg9bWVT8500c8At=
cPdLMtRRa8GydtjOJCCLzf5N2GtoSf7mQm45SLe6WVsTFu7y9_iWP_aX4EJIGcYSBO8ZZ8vxY2l=
AWWJhsjGUMCrpf6nWEPcMe0eaTA5DIixmNE4hAPkzgsqfq7_8tHREWmqxRO6RKO871LCyeg sty=
le=3Dtext-decoration:none;color:#1A73E8; target=3D_blank><span style=3D"whi=
te-space: nowrap !important; direction:ltr;">Google Workspace</span> Learni=
ng Center</a>.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rA6La9nrloOGP6P7VMavZoyyiSyRUSQjHzFEs=
rkAjdPPjP8jmW07LP59CMVCtWbN5jfOMESp2QxINYYZ9rwiMsK7f_uRrM9PI0-IShu4O--_H6-_=
F5oh5DzOUsxzZxFPp9qMTXKD7gaaRH3Jw target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qc5eRaZl5-B0eyY985M6gceBG6EN_ze-KwPl9=
taY2RoXVzIuRBj4n20yT9r-YWco0heyJWopZLCk1auepP50XtC6Qq5kAzP4weEXWQGinT7VAcZc=
TvNgPbAlGxEa4byfDelGxGt3jijQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rP5s-J24yupfT8D5tKqa5EdP3kRJOyJO7xSkr=
m1yW4CA5kv6NT9yTgo38yaIjjl1cBqyiboSBoQOSG4_hRAa6_3c8Mfgx6cjv5PoRNgu14CmM0Cz=
h0vAePVNtCgKcx4zZ86tFXAIl6Mw5K3dpktXj09ppOBTxVk5U target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5p7weNWrq3kTaoZojxQCwEetXtSpUjrkpGo2s8=
j3TRkSmhMYSJab8xBMpB1gxCM9TDK8diYCXPm6mKsw3GloT6inoGZa7Fhdwc3QlgBvdgvxewCVk=
NgsaF327ZuTbeO7ic_df0WG1FdYPagdYaGNQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qH-6K-O1kITwVDNYskTyX_7xiKEXQ7y26DA09=
Iel832H-h1esrJcqX_r4DNY_-fn0PmeI_540yCHTzSHmGicEij669mM3ltADcjURnxMZn5E6Xb1=
r_yLr4gD05EYxdqfpilQ3JuCtO-1grc-YKqdd28g target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to help@24hourwaterdamagerestorationlongislan=
d.com because you signed up to receive news, product updates, and tips abou=
t <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>. Please note that some features highlighted in these emails m=
ight not be deployed by your organization. If you don't want to receive suc=
h emails in the future, please <a href=3Dhttps://myaccount.google.com/commu=
nication-preferences/unsubscribe/gt/ANiao5qBUx7Tk1jnOzgIT8FMFz1yIOYYMBsrZUS=
MVqsphAhACrjmbK4XGBzQSdqcJcOOuedYBQ0s5W4_mmlPTa1cAti18QZtkugdcbOX8p7RfYF3vu=
Rf78VEMY8h_RrH0w6gCEMTUVFxSYij3ARIlRTHePCNIrLDRcmc1pZb6_O8fSGXRBEkGHuvEWvow=
UrvKS1bgTLQGu0mIQ7lEXOncM9Dm-dJRB1DKoETak9neA65V76UXaPBbLaZloGnonisBtmI1xK7=
jtV_wA-iAJk3zFTV_rcavUkVeskK3SvBNDfV8YAGLeVZ4gVs2J-T7Uj2pxYxy3UTv8c1_t5x0YC=
KXtDOQs8QmM20oH6AvmPRP58?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue tar=
get=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscribe h=
ere</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000b062af063b77fed2--
help/cur/1754134025.M535273P175440.premium320.web-hosting.com,S=31328,W=31922:2,000064000000075140151007557630017726 0ustar00Return-Path: <3CPaNaBcKAHcbjjbgZrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>
Delivered-To: help@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KF7IHwn2jWhQrQIAVkXPrw
	(envelope-from <3CPaNaBcKAHcbjjbgZrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>)
	for <help@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 07:27:05 -0400
Return-path: <3CPaNaBcKAHcbjjbgZrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>
Envelope-to: help@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 07:27:05 -0400
Received: from [198.54.122.200] (port=52384 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3CPaNaBcKAHcbjjbgZrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>)
	id 1uiAOH-00000000ljl-1Shx
	for help@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 07:27:05 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="GblRdB/P";
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3CPaNaBcKAHcbjjbgZrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com designates 209.85.166.69 as permitted sender) smtp.mailfrom=3CPaNaBcKAHcbjjbgZrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com
Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvLBc4QlfzC279
	for <help@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 11:27:04 +0000 (UTC)
Received: by mail-io1-f69.google.com with SMTP id ca18e2360f4ac-869e9667f58so341081139f.3
        for <help@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 04:27:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754134024; x=1754738824; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Ax8fRRJbR1zL1LVdMv3fS2anpvku6aiL1yf9QuXHwKQ=;
        b=GblRdB/PoBC7L2lSE8bLrmOQma9ox+gXAcnhg0J1n0CQ1njaXttVLhCJFkCPJUq7QH
         Zy2Ej/1Hd4XxLXqUnVYUQMm3ZfB4zosSjQbS4SxKP59I4DM6J1kv2jsuL1QRUU/2tLrQ
         HZZwjh+owPYsZ00pW9u3BR73SwBLpVXNOf9bN3vEE0q6wJV9H4fVGNmcn26HC11LZN+2
         XNyHfE9Jo2WUSUOMOXheT5DJjROCKahhg5QMK0+aHmlFE3My6dJ6kDJJRedYfgwtf0UT
         1hJq+WWa5vzhvEh/2CTNnptTzttBddXwJ3CqSEQTwYuz5kVEP54IgSi1UaiJjdGOL+8j
         0SYg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754134024; x=1754738824;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Ax8fRRJbR1zL1LVdMv3fS2anpvku6aiL1yf9QuXHwKQ=;
        b=IUlugkdV0qOqDVGaKI7WxtLsExexzE0nedcZLpv6B02K/TnLwL9zDB9Ad48GKZfW0g
         NPc/77NYFykBlbaDReQIXoal3bRwuSnNYJgdeWo2buoFBcLNiDsn/Ibez/Eu/uFP5xJd
         7akE48eXEOiwaJMd32ZumnJoGymB7203lS1TTeXGpL8GqrcZKxdmbTH9LR4+1/YnaaK8
         hsV5tuwZaqGpF8OHrg5hzURiMWky0JneeQcBg9aPUxogZijsfBzXzKX9yVedz/eNygOP
         EqpBkl71fzxQ1avOQI0aV3IHs+FmalgGAF/S0/72E+dDRMhWBeEr/hhEw0IfKpV3EhT4
         LGoA==
X-Gm-Message-State: AOJu0Yz0wEJqN4ztth/UdYl1IKEa2U2nFIF6Zaad/oqG7Wf5HxY6HxVf
	12jMa/9Cl9Y/SpjGyoV9CAWIRTdScV4eaUO6olshX3BwcGeCllY=
X-Google-Smtp-Source: AGHT+IFBnFhaHnMdRfMnsa6jNgmaw3NRqeui8CtiNlPpWSXq2frRQ3fhFl0XvioxVIfX5o3WZKIQFfw=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:3c2:b0:879:c9db:cbf0 with SMTP id
 ca18e2360f4ac-8816831d73cmr548770939f.2.1754134024138; Sat, 02 Aug 2025
 04:27:04 -0700 (PDT)
Date: Sat, 02 Aug 2025 04:27:04 -0700
Reply-To: Google Workspace <googleworkspace-noreply@google.com>
X-Google-Id: 4118893
Feedback-ID: P2542-0:C20184961:M110499870-en:gamma
X-Notifications: 9ef1839645da0000
X-Notifications-Bounce-Info: AWoTSIF7Lr-aNn7mH2qPNddDVRs1oO55KkyjCz90CCt6ksApgn2E7m6ZIMLyeYFcVdyJIfK9_FNoStvLlXWPEmUiCyMwBZHKZeyTMb-lmvWZLEchLTEgWaGT25Ms1rPDURH1MJwFT8SSIUshF9bjGYOlo4dVzgiVPEDvKlM2k253HHBHH_HX_d1HEYbn-D6SFV6oZuEPQojHGEirxz9hF2QveYrMnY2Np-K4Py1LqgkIYNZqGWrGtwbJBjyjKB4Np4ugTOv86dNPVbSJtYQPMptP-xsT_2X4nltvIuzczOE0GWboCrrZZjPwW_TX_mDha8-jhMNMW_XVpzONRjbHeJjWMaxR-rS0bhkdmC99qBffdoBwY4FCL0fqq4Yqie1ZTJl06lCbDoOSIqfz9vsOsXre8oc27GXwXdhwi7XJXZIDUmkkivIeVhZBJ2j8kdIF1W2C37FqnU1AgoQ7ca5zCKLbSWMXJyzXcC_ZTXnYjc9nTb3G37J_V9j_s4XUIkHtKEFEvJ8-NBR4dpeoOrKx6LSS9t3YLl4_lk_aXPRnQIyW6rF1QMbICNT_dkdGQ9ZCZW2yny4w_w2PKjbmOJt-vxxmbIqueQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <22ea9bb527e9caf14a72b8a86a2defd6e6263b75-20184961-111051900@google.com>
Subject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
From: Google Workspace <googleworkspace-noreply@google.com>
To: help@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000065b1ac063b6027fa"

--00000000000065b1ac063b6027fa
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoyNCBob3VyIFdhdGVyIERhbWFnZSBSZXN0b3JhdGlvbiwgd2VsY29tZSB0byBHb29nbGUgV29y
a3NwYWNlIEVzc2VudGlhbHMgIA0KU3RhcnRlciENCg0KWW91ciBzcGFjZSBmb3Igd29yaw0KDQoN
CllvdXIgbmV3IGFjY291bnQgaW5jbHVkZXMgYnVzaW5lc3MtZ3JhZGUgdmVyc2lvbnMgb2YgR29v
Z2xlJ3MgY29sbGFib3JhdGlvbiAgDQphbmQgY29tbXVuaWNhdGlvbiB0b29scyDigJMgYWxsIGF0
IG5vIGNvc3QgdG8geW91Lg0KDQoNCg0KDQoNCkNyZWF0ZSwgc3RvcmUsIGFuZCBjb2xsYWJvcmF0
ZSBvbiBjb250ZW50DQoNClVzZSBHb29nbGUgRHJpdmUsIERvY3MsIFNoZWV0cywgYW5kIFNsaWRl
cyB0byBidWlsZCBjb250ZW50IGFuZCB3b3JrICANCnRvZ2V0aGVyIGluIHJlYWwtdGltZSBvbiBh
bnkgZmlsZSwgaW5jbHVkaW5nIE1pY3Jvc29mdCBPZmZpY2UgZmlsZXMuDQoNClNoYXJlIGFuZCBj
b2xsYWJvcmF0ZSBvbiBmaWxlcyAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwVklzNUVQa2VsOGZv
cE5uOG5hQnY5VEZSckZIUTZEdmZZalpSNTFvcVA0MWV3djhhUDY0QVVRRWk0UXhmalBCNEpNYkYt
TnNKa0lPeF9FLUFJTkNpZDdjczRtekx1LUtiWVBCWmR1V1dGUW84cGNIS1ZZcnhRUWFSTmtJWmlB
VGFCbTZBSm9rRkNhbDc1NENmV21tSkJIdTVQVzJlaEZUTHIyR3hPdkYtSDg4SmhaRmJSZkNCLUF4
WmdsNEZYTmI5dGdqN1JfUXQxempJblhSSlJhTjJfd1huLW1EeVhMVkh3S1E+DQoNCg0KDQoNCg0K
U3RheSBjb25uZWN0ZWQgd2l0aCB2aWRlbyBtZWV0aW5ncyAmIGNoYXQNCg0KQ29ubmVjdCB3aXRo
IHlvdXIgdGVhbSBmcm9tIHlvdXIgY29tcHV0ZXIgb3Igb3VyIG1vYmlsZSBhcHBzIHRoYXQgaW5j
bHVkZSAgDQpHb29nbGUgTWVldCBhbmQgQ2hhdC4NCg0KSG9zdCBhIHZpZGVvIG1lZXRpbmcgIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81cDVXWVM5M2lrdTlDMkkzSzBWekhqcFJBNFhjaS02aVBSWnJN
bEtXelFRYjNjVEp5RG84SmxjdXc3ckxFT05SeEM1UnJ6RmI2TER3cFBPMGhqM2lWc2k5TU12VXZa
V0dYdFBqamRrcm5ORTgtbi14UnFrUzZJUHZXYTRJTUJ3Pg0KDQoNCg0KSW52aXRlIG90aGVycyB0
byBqb2luIHlvdXIgdGVhbQ0KDQpZb3UgYW5kIHlvdXIgdGVhbSBtZW1iZXJzIGNhbiBlYXNpbHkg
aW52aXRlIG90aGVycyB0byBqb2luIHlvdXIgdGVhbSBhbmQgIA0KY29sbGFib3JhdGUgdG9nZXRo
ZXIuDQoNCk1hbmFnZSB0ZWFtIG1lbWJlciAgDQppbnZpdGVzPGh0dHBzOi8vYy5nbGUvQU5pYW81
cllyS0puV3M3SXNadEhSQkVlUTVDQkpNNTJMRG5zOFF5QnV5d3psTVhRNnBhdFRMUFZNbzFaWDNN
MmVqUTdncFpjeS1aX25VWWNWZkYwamJDazcwVzFWRTlKaXhHMUtQcmZrU0tpR1JQUW1WdWctRDBQ
Ym5LSXNDWjM4QmpPTXRSX2RXNlF5Tm1IRkk0U1BLNkFPZ0h6Qzk0SGkzdFVfSHk1cmZVbzJ5a01p
ZVUtQnJEY1ItX2txRkp2dHc+DQoNCg0KDQoNCllvdXR1YmUgIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81cFk3T2tOWkdCcVE4NTRtYmQyOFJxRXlyNDNfaUg0cldPem5WTF9SUjI2RE5TSEc2UXFzUGFi
Z2Q2Ml9ZdFZTZlBJS3Jrc2t5SDlHLW15S2hZVlhOTDlZSGt2Tk5zdnBPamdzRkJIV2JXZnNobXpG
bTJVS2ZFYXZ5alRQSGlTSzlZS3JETnkyLXJYMW9Zcz4NClR3aXR0ZXIgIA0KPGh0dHBzOi8vYy5n
bGUvQU5pYW81bzY2YlV5aWhVaERIVzFIVVVLbUtEdGVJWEg2OTNJbFNZV1o3c3dWQ3E3UFdUZzEz
MGJTZmExcUZEcmp4VUQ1N3ZVeUlGOFZzYzRVTnAwR0tUQlI4czlDMnZGNWlSUzd6REtISFJvUlJO
T3JxNVFMTVlmczlnc1lxUnNlZ0REOUJqdDhwT2ZUbzg+DQpMaW5rZWRpbiAgDQo8aHR0cHM6Ly9j
LmdsZS9BTmlhbzVyS2MwUFloVmpfMW5ncmlKUno5eTg1Z1NYeGlyYnhLUktHdnczVjd0TnBpUWVW
RlhqRjNjZzhkeWx2SXM0SmlQZUFNT1Z1S1pyeEhINmtvMWRBb2NfQWk5MWpuMTFkQUswN2R1N0Va
Unp2Q2wxcGxXTlIzN2MxYUV5LWctak12VE9rSjhnMUp6THVCSFc5a29RSmM4LTBKSGY3QWV5OD4N
CkZhY2Vib29rICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFHeXdyNDF2SU9FdWxfeVJ3WXRHWVZh
WVJfYS1wRkF1cjl1VkF3bFNsY1ZZOUxYWlJsb2h2Vk96cGZBMjhFOVhtejB0eTVRRkwyRGhiRS1x
c2Y5eVhGZG9MWmVrby1aQk9aOUFMN2E0UjcwYXFURTJpd283aXNSRHk3MHNyRUZUUWdYY3Bjd0JR
Ry1XMDU3LTA+DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81ckJrbGtUQWJFbFFs
RzYzS250UnJEMkY0dEtjMWR2Y0p0dENTYlJsNnd1OFFFRC1BeEprZGZsLVpzQV9WNm9EdS1TNTBi
a0pFbWUxdi1iTWRzR3FBTVlobzAyUEM4RDhhb0RTN3VWa1lvalBKU3BVNkhiWGZXR3JvelNLRkFm
dTM5RG5INWxodFFSY2dwaWNtOTdXaTQ+DQpHb29nbGUgTExDIDE2MDAgQW1waGl0aGVhdHJlIFBh
cmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQpZb3UgaGF2ZSByZWNlaXZlZCB0aGlzIGVt
YWlsIGJlY2F1c2UgaXQgY29tbXVuaWNhdGVzIGltcG9ydGFudCB1cGRhdGVzICANCnJlbGF0ZWQg
dG8geW91ciBHb29nbGUgV29ya3NwYWNlIHByb2R1Y3Qgb3IgYWNjb3VudC4NCg0K
--00000000000065b1ac063b6027fa
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Essentials Welcome Email</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;" cl=
ass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Get st=
arted with Google Workspace Essentials&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
   =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 wid=
th=3D480 align=3Dcenter style=3Dwidth:480px;>
    <tr>
      <td style=3Dfont-size:0px;height:10px;>&nbsp;</td>
    </tr>
    <tr>
      <td align=3Dcenter valign=3Dtop width=3D480 style=3D"width:480px;bord=
er:1px solid #DADCE0;mso-border-alt:1px solid #DADCE0; border-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dwidth:480px;>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:25px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
000000; padding-top:15px; padding-left:32px; padding-right:32px;">24 hour W=
ater Damage Restoration, welcome to Google Workspace Essentials Starter!</t=
d>
  </tr>
  <tr>
  </table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
                        <!--[if gte mso 9]>
<td class=3D"desk_show"  align=3D"center" width=3D"480" style=3D"text-align=
:center;vertical-align:top;width:480px;">
              <v:rect xmlns:v=3D"urn:schemas-microsoft-com:vml" fill=3D"tru=
e" stroke=3D"false" style=3D"width:480px; height:160px; text-align:center;"=
>
<v:fill type=3D"frame" size=3D"480px,140px" src=3D"https://www.gstatic.com/=
gumdrop/files/gsuite-multicart-transparent-w960px-h280px-2x.png" position=
=3D"0,0"/>
<v:textbox inset=3D"0,0,0,0">
<![endif]-->
                       <!--[if !mso]><!-->
<td align=3Dcenter width=3D480 valign=3Dtop style=3D"background-image: url(=
https://www.gstatic.com/gumdrop/files/gsuite-multicart-transparent-w960px-h=
280px-2x.png);background-repeat: no-repeat;background-size:480px 140px;back=
ground-position: 0px 0px;width:480px;">
  <!--[endif]---->


<table class=3Ddesk_show role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D100% align=3Dcenter>
      <tr>
        <td align=3Dcenter width=3D100% style=3D"vertical-align: middle;bor=
der-collapse:collapse;border-spacing:0;padding:0px;width:100%;">
          <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=
=3D480 align=3Dcenter style=3Dwidth:480px;>
            <tr>
          <td align=3Dcenter valign=3Dtop width=3D480 style=3D"font-size:28=
px; line-height:36px; color:#202124; letter-spacing:0px; text-align:center;=
 font-family:'Google Sans','Open Sans',Arial,sans-serif; width:480px; verti=
cal-align: middle;padding-left:32px; padding-right:32px;padding-bottom:24px=
; font-weight:bold; padding-top:71px;">Your space for work
        </td>
            </tr>
          </table>
        </td>
      </tr>
  </table>
                <!--[if !mso]> <!----></td><!-- <![endif]--><!--[if gte mso=
 9]>
              </v:textbox>
</v:rect></td>
    <![endif]-->
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
     =20
             <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:0px; padding-left:32px; padding-right:32px;">Your new a=
ccount includes business-grade versions of Google's collaboration and commu=
nication tools =E2=80=93 all at no cost to you.</td>
  </tr>
     <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-space-for-wo=
rk-whitebackground-w956px-h450px-2x.png width=3D478 height=3Dauto align=3Dc=
enter style=3Ddisplay:block;width:478px; alt=3D"" /></td>
  </tr>
</table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
    <tr style=3D"margin:0; padding:0">
      <td height=3D40px style=3Dheight:40px;>&nbsp;</td>
    </tr>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Create, store, and collaborate on content</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-right=
:12px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-a=
doption-stay-connected-transparent-w734px-h173px-2x.png width=3D368 height=
=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:11px;">Use Google Drive, Docs, Sheets, and Slides to build content and wo=
rk together in real-time on any file, including <span style=3Dwhite-space:n=
owrap;>Microsoft Office</span> files.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;"><a href=3Dhttps://c.gle/ANiao5oNttP08ZSPWv4Xww_mYO58B5j2MUqw48XT4iS5SkV=
d6EPouu3dyYII7GMroD5RqjR1UZKsNz8twTce9sVPEb3m3a-W2Ve-2yT5dFsVchhUtCoXlmZ35t=
gSEss0qkTAG4L7KHuQVKnEgjAN3dKhSFMKklnw1J4m1ZFYCLxWK_rJLauoJdV_EU30ljMSoB6k6=
4kF3J51lmJIjdbv7SPG_MJhdMmCYPzJodS8ZUE_ target=3D_blank style=3D"color:#1A7=
3E8; font-size:inherit !important; text-decoration:none;">Share and collabo=
rate on files</a></td>
  </tr>

</table>
                </td>
          </tr>
    <tr style=3D"margin:0; padding:0">
      <td height=3D48px style=3Dheight:48px;>&nbsp;</td>
    </tr>
            <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Stay connected with video meetings & chat</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-left:=
14px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-user-ado=
ption-create-store-connect-transparent-w734px-h173px-2x.png width=3D368 hei=
ght=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></t=
d>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:8px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans-=
serif;">Connect with your team from your computer or our mobile apps that i=
nclude Google Meet and Chat.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5qgTt6Cj3ZkKh-jOaVHObGXBhe-ahX_qVHL8528AWmzqDy71t81fW=
a_CPsIXLVFDQ8Mzi9QMaVT3zstx0gwxzZIPo5YTH_zVmU_Kw2vYK33XSvaiY8SthOkqPN9zLIEj=
Yk target=3D_blank style=3D"color:#1A73E8; font-size:inherit !important; te=
xt-decoration:none;">Host a video meeting</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Invite others to join your team</td>
  </tr>

  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:25px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans=
-serif;">You and your team members can easily invite others to join your te=
am and collaborate together.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5prd3Awk6GQMEPtexDwqquKhi61IZnp_wUjn2aauyiAOBZrOUgqNK=
bZhXBDyEKR_r5U2T0BwBKpMT8yRiBBkHcBska6YtF1TtLRxnjOEvLcpybqMrtp4hiSzWayM7NRq=
tNhHjRcJR-D40Q58eJ9jk3IXh4xnjbAyUCdMwqjzpos_0UUYEWteGF9n6eOcB4y target=3D_b=
lank style=3D"color:#1A73E8; font-size:inherit !important; text-decoration:=
none;">Manage team member invites</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
           <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4 style=3D"bord=
er-bottom-left-radius:8px; border-bottom-right-radius:8px;">

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qcS08-cTLQzKrM0qjWmIj3-Uysjm4oQnVZMJs=
O3xDTxfyUbhu3Q4RpGi9o9gXR-qv6YdX_WGXBgbOr_I_f29mEc5F49ll4MMGaVvRtlZTgHwARpn=
YqS5ef5HTG6YNLgWAp0Tx_OamPPBSmgew target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qnHElNCe6mAwIxrS-Pe8yucU2YeNXy1UYN97x=
QUWoTm0ZhDCZX9tmduZt6zzE-GqI3r0YfGxZmxhEqs1YjBUF2EtUu9LJDYkAnlDO_TjqcbxEIbd=
cRbm7-VjoD-tPTBdQeHyU0qzskdQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q5I6cOm8ynM9OAAjnn4_fBxqjGrZZCvF7GO-3=
QH6jGY4uae5J5BT0CgkLW4hvYuKBQUSXZLjEH4G-BbILmDGNEN4-fyGYfrBAyzwgGlqcssMLQTp=
88GUT8WJIBuhbEn9ih6WxVCjJL5wy19ZBph4PSj64CqLnIMUo target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedin width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oG85exmrSVyMVYWYEWeIczur8QEZ_frJDj_81=
fTc6HB81ajb0Moo_DDbdJdhqQIcgMIcodwiS4MiN0zYoTeux8lDmI9q8BGeBKsDI2DnUjE-7Vw7=
6UQLwVpioyIuT0Ge-6kavlPNOuXWxTlkoAlw target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oNiDiECw4XVWtigoVUDI1aJXq9SR72KZDvcvL=
mMzLWZS7EGBb4ttZbdtMCcnC2VGkfCvJQzdnrxFFVMazCK_mGBYsboXdmXbgd5dwm-l_9y3iDq7=
tuYzwft5POMqm-5ptJMWsBG3auGY4HirwfPZZkaw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:16px; padding-bo=
ttom:19px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-famil=
y:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Amphit=
heatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Am=
phitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans,Ari=
al,sans-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans=
,Arial,sans-serif; ">
        <!--[endif]---->
        You have received this email because it communicates important upda=
tes related to your Google Workspace product or account.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>
        </table>
      </td>
    </tr>
    </table>


   </body>
</html>

--00000000000065b1ac063b6027fa--
help/cur/1754120880.M457262P3698507.premium320.web-hosting.com,S=92399,W=93915:2,000064000000264357151007557630020077 0ustar00Return-Path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Delivered-To: help@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id +Fu+GrDCjWhLbzgAVkXPrw
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	for <help@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 03:48:00 -0400
Return-path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Envelope-to: help@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 03:48:00 -0400
Received: from [127.0.0.1] (port=55040 helo=localhost.localdomain)
	by premium320.web-hosting.com with esmtpa (Exim 4.98.2)
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	id 1ui6yH-0000000FWea-0pd3
	for help@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 03:48:00 -0400
Date: Sat, 02 Aug 2025 07:48:00 GMT
From: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Message-Id: <1754120880.i7Fmkw3IdrRaquD6@premium320.web-hosting.com>
Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnGhl?= =?UTF-8?B?bHBAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t?= =?UTF-8?B?4oCdLg==?=
To: <help@24hourwaterdamagerestorationlongisland.com>
X-iContact_locale: en
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-3700440-1754120880-0.694558450891336"

--mixed-Cpanel::Email::Object-3700440-1754120880-0.694558450891336
Content-Type: multipart/alternative; boundary="alternative-Cpanel::Email::Object-3700440-1754120880-0.96539042207311"

--alternative-Cpanel::Email::Object-3700440-1754120880-0.96539042207311
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Client Configuration settings for =E2=80=9Chelp@24hourwaterdamagerestoratio=
nlongisland.com=E2=80=9D.


Mail Client Manual Settings
---------------------------

Secure SSL/TLS Settings (Recommended)

Username:

help@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 993

  * POP3 Port: 995

Outgoing Server:

24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 465

IMAP, POP3, and SMTP require authentication.

Non-SSL Settings (NOT Recommended)

Username:

help@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

mail.24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 143

  * POP3 Port: 110

Outgoing Server:

mail.24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 587

IMAP, POP3, and SMTP require authentication.


Calendar & Contacts Manual Settings
-----------------------------------

Secure SSL/TLS Settings (Recommended).

Username:

help@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

https://24hourwaterdamagerestorationlongisland.com:2080

  * Port: 2080

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * https://24hourwaterdamagerestorationlongisland.com:2080/calendars/help@=
24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * https://24hourwaterdamagerestorationlongisland.com:2080/addressbooks/he=
lp@24hourwaterdamagerestorationlongisland.com/addressbook

Non-SSL Settings (NOT Recommended).

Username:

help@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

http://mail.24hourwaterdamagerestorationlongisland.com:2079

  * Port: 2079

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/calendars/h=
elp@24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/addressbook=
s/help@24hourwaterdamagerestorationlongisland.com/addressbook

A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE =
Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.

This notice is the result of a request made by a computer with the IP addre=
ss of =E2=80=9C119.156.108.28=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D=
 service on the server.

The remote computer=E2=80=99s location appears to be: Pakistan (PK).

The remote computer=E2=80=99s IP address is assigned to the provider: =E2=
=80=9CIPTV Pool on reserved Pakistan Telecommuication company limited Pakis=
tan Telecommuication company limited=E2=80=9D

The remote computer=E2=80=99s network link type appears to be: =E2=80=9CDSL=
=E2=80=9D.

The remote computer=E2=80=99s operating system appears to be: =E2=80=9CWind=
ows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.

The system generated this notice on Saturday, August 2, 2025 at 7:48:00 AM =
UTC.

Do not reply to this automated message.

cP

Copyright=C2=A9 2025 cPanel, L.L.C.=

--alternative-Cpanel::Email::Object-3700440-1754120880-0.96539042207311
Content-Type: multipart/related; boundary="related-Cpanel::Email::Object-3700440-1754120880-0.965544305173545"

--related-Cpanel::Email::Object-3700440-1754120880-0.965544305173545
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<body style=3D"background:#F4F4F4">
    <div style=3D"margin:0;padding:0;background:#F4F4F4">
        <table cellpadding=3D"10" cellspacing=3D"0" border=3D"0" width=3D"1=
00%" style=3D"width:0 auto;">
            <tbody>
                <tr>
                    <td align=3D"center">
                        <table cellpadding=3D"0" cellspacing=3D"0" border=
=3D"0" width=3D"680" style=3D"border:0;width:0 auto;max-width:680px;">
                            <tbody>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td width=3D"680" height=3D"25" style=
=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;=
color:#333333">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                            Client Configuration settings f=
or =E2=80=9Chelp@24hourwaterdamagerestorationlongisland.com=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td style=3D"padding: 15px 0 20px 0; ba=
ckground-color: #FFFFFF; border: 2px solid #E8E8E8; border-bottom: 2px soli=
d #FF6C2C;">
                                        <table width=3D"680" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" style=3D"background:#FFFFFF;font-family:=
'Helvetica Neue',Helvetica,Arial,sans-serif;">
                                            <tbody>
                                                <tr>
                                                    <td width=3D"15">
                                                    </td>
                                                    <td width=3D"650">
                                                        <table cellpadding=
=3D"0" cellspacing=3D"0" border=3D"0" width=3D"100%">
                                                            <tbody>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v id=3D"manual_settings_area" class=3D"section">
        <h2 id=3D"hdrManualSettings">Mail Client Manual Settings</h2>
=20=20=20=20=20=20=20=20
        <div class=3D"row">
         <div class=3D"col-md-6">
          <div id=3D"ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #428bca;"
=20=20=20=20=20=20=20=20=20=20=20=20
            class=3D"preferred-selection panel panel-primary">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #428bca; border-color: #428b=
ca; color: #fff;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings
                (Recommended)
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSSLSettingsAreaUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSSLSettingsAreaUsername" class=3D"data wrap-text">help@24hourwa=
terdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaPassword" class=3D"escape-note"> Use the email acco=
unt=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaIncomingServer" class=3D"data">24hourwaterdamageres=
torationlongisland.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 993</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 995</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaOutGoingServer" class=3D"data">24hourwaterdamageres=
torationlongisland.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 465</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"lblSettingsAreaSmallNote1" class=3D"small_note">IMAP, POP3,=
 and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
         </div>
=20=20
      </div>
=20=20=20=20=20=20=20=20

        <div class=3D"row" id=3D"nonSSL" style=3D"display: none">
         <div class=3D"col-md-6">
           <div id=3D"non_ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #f6c342;"
=20=20=20=20=20=20=20=20=20=20=20=20
           class=3D"panel panel-default panel-warning">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #f6c3=
42; color: #333;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                <span id=3D"descNonSSLSettings" class=3D"caption not-recomm=
ended">Non-SSL Settings (NOT Recommended)</span>
              </div>
              <table id=3D"tblManualSettingsTable" class=3D"table manual_se=
ttings_table" style=3D"border-collapse: collapse; border-spacing: 0; margin=
-bottom: 0; width: 100%; background-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsUsername" class=3D"data wrap-text">help@24hourwat=
erdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsPassword" class=3D"escape-note">Use the email acc=
ount=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsIncomingServer" class=3D"data">mail.24hourwaterda=
magerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 143</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 110</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServerData" class=3D"data">mail.24hourwaterd=
amagerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 587</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"descNonSSLSettingsAuthenticationIsRequiredForIMAPPOP3SMTP1"=
 class=3D"small_note">IMAP, POP3, and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
        </div>
      </div>

    </div><div class=3D"section">
        <h2>Calendar &amp; Contacts Manual Settings</h2>
        <div class=3D"row">
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #428bca;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #428bca; border-color: #=
428bca; color: #fff;" class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">help@24hourwaterdamagerestorationlongisland.com=
</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">https://24hourwaterdamagerestorationlongisland.com:2080
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2080</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://24hourwaterdamagerestorationlongisla=
nd.com:2080/calendars/help@24hourwaterdamagerestorationlongisland.com/calen=
dar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://24hourwaterdamagerestorationlongisla=
nd.com:2080/addressbooks/help@24hourwaterdamagerestorationlongisland.com/ad=
dressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #f6c342;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #=
f6c342; color: #333;" class=3D"panel-heading">
                Non-SSL Settings (NOT Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">help@24hourwaterdamagerestorationlongisland.com=
</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">http://mail.24hourwaterdamagerestorationlongisland.com:20=
79
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2079</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/calendars/help@24hourwaterdamagerestorationlongisland.com/c=
alendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/addressbooks/help@24hourwaterdamagerestorationlongisland.co=
m/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
        </div>
      </div>
    </div><p>
 A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE=
 Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.
</p>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v style=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-t=
op: 2px solid #E8E8E8; padding-top:5px; margin-top: 5px; font-size:12px; co=
lor: #666666;">
        <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20
          This notice is the result of a request made by a computer with th=
e <abbr title=3D"Internet Protocol">IP</abbr> address of =E2=80=9C119.156.1=
08.28=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D service on the server.
=20=20=20=20=20=20=20=20
    </p>

                    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                            The remote computer=E2=80=99s location appears =
to be: Pakistan (PK).
                    </p>
=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
                <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                  The remote computer=E2=80=99s <abbr title=3D"Internet Pro=
tocol">IP</abbr> address is assigned to the provider: =E2=80=9CIPTV Pool on=
 reserved Pakistan Telecommuication company limited Pakistan Telecommuicati=
on company limited=E2=80=9D
                </p>
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20

=20=20=20=20=20=20=20=20=20
                            <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;=
">
          The remote computer=E2=80=99s network link type appears to be: =
=E2=80=9CDSL=E2=80=9D.
        </p>
                          <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20=20=20
            The remote computer=E2=80=99s operating system appears to be: =
=E2=80=9CWindows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20
        </p>
=20=20=20=20=20=20=20=20=20=20
    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
        The system generated this notice on Saturday, August 2, 2025 at 7:4=
8:00 AM UTC.
    </p>
</div>=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                                                           =
<!-- -->
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
<p>
    Do not reply to this automated message.
</p>
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>

                                                    </td>
                                                    <td width=3D"15">
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
                                    <td align=3D"center" style=3D"padding-t=
op: 10px;">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                        <img src=3D"cid:auto_cid_2140506619=
" height=3D"25" width=3D"25" style=3D"border:0;line-height:100%;border:0" a=
lt=3D"cP">
                                        <p style=3D"font-family:'Helvetica =
Neue',Helvetica,Arial,sans-serif;font-size:12px;color:#666666; padding: 0; =
margin: 0;">Copyright=C2=A9=C2=A02025 cPanel, L.L.C.<p>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</body>=

--related-Cpanel::Email::Object-3700440-1754120880-0.965544305173545
Content-Type: image/png; x-unix-mode=0600; name="cpanel-logo-tiny.png"
Content-Disposition: attachment; filename="cpanel-logo-tiny.png"
Content-ID: <auto_cid_2140506619>
Content-Transfer-Encoding: base64

iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAK
T2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AU
kSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXX
Pues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgAB
eNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAt
AGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3
AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dX
Lh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+
5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk
5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd
0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA
4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzA
BhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/ph
CJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5
h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+
Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhM
WE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQ
AkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+Io
UspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdp
r+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZ
D5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61Mb
U2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY
/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllir
SKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79u
p+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6Vh
lWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1
mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lO
k06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7Ry
FDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3I
veRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+B
Z7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/
0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5p
DoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5q
PNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIs
OpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5
hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQ
rAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9
rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1d
T1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aX
Dm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7
vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3S
PVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKa
RptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO
32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21
e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfV
P1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i
/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8
IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADr7aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8
P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4
bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1
LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6
UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5z
IyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5z
OnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1w
TU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0
RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAg
ICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3Av
MS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8x
LjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4w
LyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8i
PgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNp
bnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTAz
LTIyVDA3OjUwOjI4LTA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0
YURhdGU+MjAxNS0wMy0yMlQwNzo1MDoyOC0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAg
ICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3htcDpNb2RpZnlE
YXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmQxMDU0MzZlLWY5ZTAtNDkx
MS1iZTFiLTcwMzcxNDM4NTA4MjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRv
Y3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVmYTlmM2I1LTExMjAtMTE3OC1iOTIzLWZi
MjdlNDc0YmQzYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9j
dW1lbnRJRD54bXAuZGlkOjA4ZTkxZjNlLWU3MjQtNDYzNC04YmJlLTFiNzRlNzMwMTA3NTwveG1w
TU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAg
ICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3Vy
Y2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlv
bj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowOGU5MWYzZS1l
NzI0LTQ2MzQtOGJiZS0xYjc0ZTczMDEwNzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAg
ICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBD
QyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8
L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAg
ICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkMTA1NDM2ZS1mOWUwLTQ5
MTEtYmUxYi03MDM3MTQzODUwODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAg
IDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAg
ICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0
IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RF
dnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAg
ICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxw
aG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAg
ICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NEMxRkU2RTZCQzREMTFFNEI3MDg5OEZGODlDRkQ2RUU8
L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1
bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9w
OkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYt
Mi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8
L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlv
bj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0
aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29s
dXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVu
aXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAg
ICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAg
ICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8
L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ph0AdIcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkA
AHUwAADqYAAAOpgAABdvkl/FRgAAAclJREFUeNrs1s+LjVEYB/DPHe7EYjY2wsaPjaZBZDQLEZGF
hSwkNdlIWbC2UEr5D8ZGSX4sJJINaQjlNkn5lcVMSuSWaagZXImYrsU8N6fT6/JOkcV869T7nOc5
53vO83yf930rzWbT30aHf4AZklKYDQ6tKLvmODZiFpqo4CvquIlzmAQDz4KkHNbjcBv/HvTHGJ1u
unb9QcxmXEHX70g6UI30VNEZ6enN4ibxrWB9H/YWkczBPlzCYzyN8QS30YNlSfwo1mElNuFatt/O
n4WfwgJciIIW4QHmY14ydxeP4nkEDzGMRTG3NL1JJ862IYAaVmVz+ckbmCiW8FQxt2a+LyFLIc2T
OJ/4v8ftUuzH8sSupyQ7suCLOIJP0QMTkaa0oV7gPQbQHUpaG/Et3ElJ+hLHmzhRIyPuxdzEvoqD
MYrwDqfTmnRlaWoULNqS2UNtavg55Ps6JRlJApbgaPRGC1VsS+yP+IDVBZtfDjnfyAt/PUlZBcew
O2oyhBNYnGz2KvpneyaEMbz8lbrO4AAWJr7uRJY9IfMWBqPotTKv+nqcfKwgZrBA3rem+z2pYQNO
4TnG8Rb3sCbs8cj1/TIklZkfif+O5McA9Y1iuiAu5qQAAAAASUVORK5CYII=

--related-Cpanel::Email::Object-3700440-1754120880-0.965544305173545--

--alternative-Cpanel::Email::Object-3700440-1754120880-0.96539042207311--

--mixed-Cpanel::Email::Object-3700440-1754120880-0.694558450891336
Content-Type: application/octet-stream; x-unix-mode=0600; name="carddav-help@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="carddav-help@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIe0QYJKoZIhvcNAQcCoIIewjCCHr4CAQExDzANBglghkgBZQMEAgEFADCCCE8GCSqGSIb3DQEH
AaCCCEAEggg8PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FyZERBVkFjY291bnREZXNjcmlwdGlvbjwva2V5Pg0KICAg
ICAgICA8c3RyaW5nPmhlbHBAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNhcmREQVZI
b3N0TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbToyMDgwPC9zdHJpbmc+DQogICAgICAgIDxrZXk+Q2FyZERBVlVzZVNT
TDwva2V5Pg0KICAgICAgICA8dHJ1ZS8+DQogICAgICAgIDxrZXk+Q2FyZERBVlVzZXJuYW1lPC9r
ZXk+DQogICAgICAgIDxzdHJpbmc+aGVscEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9u
Z2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkRGVzY3JpcHRpb248L2tl
eT4NCiAgICAgICAgPHN0cmluZz5oZWxwQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbSBTZWN1cmUgQ29udGFjdHMgU2V0dXA8L3N0cmluZz4NCiAgICAgICAgPGtleT5Q
YXlsb2FkRGlzcGxheU5hbWU8L2tleT4NCiAgICAgICAgPHN0cmluZz5DYXJkREFWPC9zdHJpbmc+
DQogICAgICAgIDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4NCiAgICAgICAgPHN0cmluZz5j
cGFuZWwubWFpbC5vcmcuaGVscC4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFu
ZC5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQog
ICAgICAgIDxzdHJpbmc+MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgICAgPHN0cmlu
Zz5jb20uYXBwbGUuY2FyZGRhdi5hY2NvdW50PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9h
ZFVVSUQ8L2tleT4NCiAgICAgICAgPHN0cmluZz4wMTZlMzA4Mi0yMDIxLTJjMjktMjVhNS02ZjIx
OTE1OTFmNmI8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICAg
ICAgICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KICAgIDwvZGljdD4NCiAgPC9hcnJheT4NCiAgPGtl
eT5QYXlsb2FkRGVzY3JpcHRpb248L2tleT4NCiAgPHN0cmluZz5oZWxwQDI0aG91cndhdGVyZGFt
YWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ29udGFjdHMgU2V0dXA8L3N0cmlu
Zz4NCiAgPGtleT5QYXlsb2FkRGlzcGxheU5hbWU8L2tleT4NCiAgPHN0cmluZz5oZWxwQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ29udGFjdHMgU2V0
dXA8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICA8c3RyaW5nPmNw
YW5lbC5tYWlsLm9yZy5oZWxwLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbS1jYXJkZGF2PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0K
ICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5oZWxwLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRSZW1vdmFsRGlzYWxsb3dl
ZDwva2V5Pg0KICA8ZmFsc2UvPg0KICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogIDxzdHJpbmc+
Q29uZmlndXJhdGlvbjwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRVVUlEPC9rZXk+DQogIDxzdHJp
bmc+MDQ2ZDVjZTYtM2U4Yi02YmMzLTJjNzUtMWIzYzViZjFiMjhiPC9zdHJpbmc+DQogIDxrZXk+
UGF5bG9hZFZlcnNpb248L2tleT4NCiAgPGludGVnZXI+MTwvaW50ZWdlcj4NCjwvZGljdD4NCjwv
cGxpc3Q+DQqgghPJMIIGTDCCBDSgAwIBAgIQOXpmzCdWNi4NqofKbqvjsTANBgkqhkiG9w0BAQwF
ADBfMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0
aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYwHhcNMjEwMzIyMDAwMDAw
WhcNMzYwMzIxMjM1OTU5WjBgMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVk
MTcwNQYDVQQDEy5TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gQ0EgRFYgUjM2
MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAljZf2HIz7+SPUPQCQObZYcrxLTHYdf1Z
tMRe7YeqRPSwygz16qJ9cAWtWNTcuICc++p8Dct7zNGxCpqmEtqifO7NvuB5dEVexXn9RFFH12Hm
+NtPRQgXIFjx6MSJcNWuVO3XGE57L1mHlcQYj+g4hny90aFh2SCZCDEVkAjaEMMfYPKuCjHuuF+b
zHFb/9gV8P9+ekcHENF2nR1efGWSKwnfG5RawlkaQDpRtZTmM64TIsv/r7cyFO4nSjs1jLdXYdz5
q3a4L0NoabZfbdxVb+CUEHfB0bpulZQtH1Rv38e/lIdP7OTTIlZh6OYL6NhxP8So0/sht/4J9mqI
GxRFc0/pC8suja+wcIUna0HBpXKfXTKpzgis+zmXDL06ASJf5E4A2/m+Hp6b84sfPAwQ766rI65m
h50S0Di9E3Pn2WcaJc+PILsBmYpgtmgWTR9eV9otfKRUBfzHUHcVgarub/XluEpRlTtZudU5xbFN
xx/DgMrXLUAPaI60fZ6wA+PTAgMBAAGjggGBMIIBfTAfBgNVHSMEGDAWgBRWc1hklfmSGrASKgRi
eaFAFYghSTAdBgNVHQ4EFgQUaMASFhgOr872h6YyV6NGUV3LBycwDgYDVR0PAQH/BAQDAgGGMBIG
A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMBsGA1UdIAQU
MBIwBgYEVR0gADAIBgZngQwBAgEwVAYDVR0fBE0wSzBJoEegRYZDaHR0cDovL2NybC5zZWN0aWdv
LmNvbS9TZWN0aWdvUHVibGljU2VydmVyQXV0aGVudGljYXRpb25Sb290UjQ2LmNybDCBhAYIKwYB
BQUHAQEEeDB2ME8GCCsGAQUFBzAChkNodHRwOi8vY3J0LnNlY3RpZ28uY29tL1NlY3RpZ29QdWJs
aWNTZXJ2ZXJBdXRoZW50aWNhdGlvblJvb3RSNDYucDdjMCMGCCsGAQUFBzABhhdodHRwOi8vb2Nz
cC5zZWN0aWdvLmNvbTANBgkqhkiG9w0BAQwFAAOCAgEAYtOC9Fy+TqECFw40IospI92kLGgoSZGP
OSQXMBqmsGWZUQ7rux7cj1du6d9rD6C8ze1B2eQjkrGkIL/OF1s7vSmgYVafsRoZd/IHUrkoQvX8
FZwUsmPu7amgBfaY3g+dq1x0jNGKb6I6Bzdl6LgMD9qxp+3i7GQOnd9J8LFSietY6Z4jUBzVoOoz
8iAU84OFh2HhAuiPw1ai0VnY38RTI+8kepGWVfGxfBWzwH9uIjeooIeaosVFvE8cmYUB4TSH5dUy
D0jHct2+8ceKEtIoFU/FfHq/mDaVnvcDCZXtIgitdMFQdMZaVehmObyhRdDD4NQCs0gaI9AAgFj4
L9QtkARzhQLNyRf87Kln+YU0lgCGr9HLg3rGO8q+Y4ppLsOdunQZ6ZxPNGIfOApbPVf5hCe58EZw
iWdHIMn9lPP6+F404y8NNugbQixBber+x536WrZhFZLjEkhp7fFXf9r32rNPfb74X/U90Bdy4lzp
3+X1ukh1BuMxA/EEhDoTOS3l7ABvc7BYSQubQ2490OcdkIzUh3ZwDrakMVrbaTxUM2p24N6dB+ns
2zptWCva6jzWr8IWKIMxzxLPv5Kt3ePKcUdvkBU/smqujSczTzzSjIoR5QqQA6lN1ZRSnuHIWCvh
JEltkYnTAH41QJ6SAWO66GrrUESwN/cgZzL4JLEqz1YwggaVMIIEfaADAgECAhEA0n+7wd41nlIW
rWFJWGCZxDANBgkqhkiG9w0BAQwFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJz
ZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsx
LjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMjEwMzIy
MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjBfMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBM
aW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9v
dCBSNDYwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCTvtU2UnXYASOgHEdCSe5jtrch
/cSV1UgrJnwUUxDaef0rty2k1Cz66jLdScK5vQ9IPXtamFSvnl0xdE8H/FAh3aTPaE8bEmNtJZlM
KpnzSDBh+oF8HqcIStw+KxwfGExxqjWMrfhu6DtK2eWUAtaJhBOqbchPM8xQljeSM9xfiOefVNlI
8JhD1mb9nxc4Q8UBUQvX4yMPFF1bFOdLvt30yNoDN9HWOaEhUTCDsG3XME6WW5HwcCSrv0WBZEMN
vSE6Lzzpng3LILVCJ8zab5vuZDCQOc2TZYEhMbUjUDM3IuM47fgxMMxF/mL50V0yeUKH32rMVhlA
Tc6qu/m1dkmU8Sf4kaWD5QazYw6A3OASVYCmO2a0OYctyPDQ0RTp5A1NDvZdV3LFOxxHVp3i1fuB
YYzMTYCQNFu31xR13NgESJ/AwSiItOkcyqex8Va3e0lMWeUgFaiEAin6OJRpmkkGj80feRQXEgyD
et4fsZfu+Zd4KKTIRJLpfSYFplhym3kT2BFfrsU4YjRosoYwjviQYZ4ybPUHNs2iTG7sijbt8uaZ
FURww3y8nDnAtOFr94MlI1fZEoDlSfB1D++N6xybVCi0ITz8fAr/73trdf+LHaAZBav6+CuBQug4
urv7qv094PPK306Xlynt8xhW6aWWrL3DkJiy4Pmi1KZHQ3xtzwIDAQABo4IBIDCCARwwHwYDVR0j
BBgwFoAUU3m/WqorSs9UgOHYm8Cd8rIDZsswHQYDVR0OBBYEFFZzWGSV+ZIasBIqBGJ5oUAViCFJ
MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdJQQWMBQGCCsGAQUFBwMBBggr
BgEFBQcDAjARBgNVHSAECjAIMAYGBFUdIAAwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDovL2NybC51
c2VydHJ1c3QuY29tL1VTRVJUcnVzdFJTQUNlcnRpZmljYXRpb25BdXRob3JpdHkuY3JsMDUGCCsG
AQUFBwEBBCkwJzAlBggrBgEFBQcwAYYZaHR0cDovL29jc3AudXNlcnRydXN0LmNvbTANBgkqhkiG
9w0BAQwFAAOCAgEAOm8EiWrtsxTRwUNP/0/34GyAKRGBCzRLoF/u8lKVYwfBvLRUa/EJLSGtuLQr
YEg1lsRuxWyClCrTjjfXLKhWfceV2iuCrbhGV1EM46KkRkNMUH3AL0di3W2EcXTRd4bYLwoLWmXC
gTMoAiE+958j8LdxPQJ9Ncm4WNRsoiBLCM2PDpge0uCjL+F3n4ktSUtyj+DMVf+pZtPu0Sq44xim
w0pZmPxMuo+rrMyIbg1rp94Rm17pg9casxaVNY3fjW8N51z7LFCpK6Dv0clRBw5mzsrINbO2Zp5D
Gw8Tj1RX/xfCt9m1lpjKuzgWkP3hnhDx3NcYvz6oQmPGBzNrtbo9E5oKW5tq93VUo+bz5oJbvu7t
LGlHZMUYvqQ93GwrIWKOly6dHlXv2xTJE5813OOsBwVZlcryxtv0WWfC5Ubrvsku/5lVNfkDEu9b
k4HjO3m5L7MHrbAn9a/6NcYC21IBwl5ziIWAJYdG92L+MmhLNEtrecTPHqkUjNyVIKeHS7XEJ4tx
QHKlKI+Brxb7o+S6jJCrxT2qz0SjEbk2+u+XKyHBRL3K9xlEbDsuOXHiMkf8GEg9HyQgEJCPW+dr
1POJk6vDU5/yENRscoUb0+bwOna9uPP/Ykff2q/GyE8pWWUZ+r7mSU+bvJlFRhOIIwBurA10v+ey
oXZGefKnnxdFK0kwggbcMIIFRKADAgECAhByd5y/W998CiofyTsOJ0sxMA0GCSqGSIb3DQEBCwUA
MGAxCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3Rp
Z28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBDQSBEViBSMzYwHhcNMjUwNzE4MDAwMDAw
WhcNMjYwNzE4MjM1OTU5WjA1MTMwMQYDVQQDEyoyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9u
bG9uZ2lzbGFuZC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDXI0c8t9jQmg19
R/BYOP1y0/nhpmgZ5/nMAQbR2bS6USmxbi65iM8AJ8CGJbx7YT+Gsi8D/ezEygK3QRg5RafvmZg+
8QjWelBAR0kFvFuPxB2K2XWHiTc5YxerHQ6LGD5cfOQYDgrFp1KKUFA7aIqb1cL2SsA8HMRkEEJW
IAnfjGN62oSOjJP7N3CpVuLTNEnc4SNNZa/nYb/cqGRitdYm+QlaaPnPy/M4IrKiemQ2ouZsz5XC
dv2ptgtDknT3mQYkN67Oa7Lop9R4ra1SS0iY0UWH8QtuX5yXjU1tyV4gNe6D/orX8dhBpVBT0552
00gU+rWkl5q7qpCRaVJXQplJAgMBAAGjggM7MIIDNzAfBgNVHSMEGDAWgBRowBIWGA6vzvaHpjJX
o0ZRXcsHJzAdBgNVHQ4EFgQUjrOZIAx9HvNecBjb4JgGmbZj9fgwDgYDVR0PAQH/BAQDAgWgMAwG
A1UdEwEB/wQCMAAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMEkGA1UdIARCMEAwNAYL
KwYBBAGyMQECAgcwJTAjBggrBgEFBQcCARYXaHR0cHM6Ly9zZWN0aWdvLmNvbS9DUFMwCAYGZ4EM
AQIBMIGEBggrBgEFBQcBAQR4MHYwTwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuc2VjdGlnby5jb20v
U2VjdGlnb1B1YmxpY1NlcnZlckF1dGhlbnRpY2F0aW9uQ0FEVlIzNi5jcnQwIwYIKwYBBQUHMAGG
F2h0dHA6Ly9vY3NwLnNlY3RpZ28uY29tMGUGA1UdEQReMFyCKjI0aG91cndhdGVyZGFtYWdlcmVz
dG9yYXRpb25sb25naXNsYW5kLmNvbYIud3d3LjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25s
b25naXNsYW5kLmNvbTCCAX0GCisGAQQB1nkCBAIEggFtBIIBaQFnAHcA2AlVO5RPev/IFhlvlE+F
q7D4/F6HVSYPFdEucrtFSxQAAAGYHxwxdgAABAMASDBGAiEA0GObN1p6+oJCs7Wn7QI5hriha+KO
CoMfvpm9UoHLiEECIQDMXLRGAZWmjh+/UvA0nQNOgwrHTJUGd4CPSejpu2sIFgB1AKyrMHBs6+yE
MfQT0vSRXxEeQiRDsfKmjE88KzunHgLDAAABmB8cMREAAAQDAEYwRAIgPRYsiWgVv3yAHL9h9t+3
m/AAXu+K/fBtQNyeHxXl1E8CIDCXwI2Gcx8zmU/qPkn71ZAKVofextGj5jFF1qc6DlCJAHUA1219
ENGn9XfCx+lf1wC/+YLJM1pl4dCzAXMXwMjFaXcAAAGYHxwxDgAABAMARjBEAiBqmuWiRZMVgznP
9QvBYFtqBQnvgHh1Isn2zIxu8rwf1QIgJ1r1m+wC4G45RlfFEHFAQWgV+9lqAuVZsfyd1GEr3ZUw
DQYJKoZIhvcNAQELBQADggGBAH+V9qGN6EjpZ9owwEkOIPNGt6imliImgAO6fxCRsb1G+R/K5hSB
fdGwbDAwr3XravLnctPlIzLlvhwGkMnFEpBCBLRo9YMbRs5DKo7eIZOCmCVHeDmWuzOYDAfA05Rc
2yNvsXBR/+M6AbhrRrlpkH9NgLMgDtwYwVQOkCs0TZHgrkihQmI2i58fd+DDhKHOSkJ5G1LLCZVc
QwjWXGsT9z4ytZLjFm84+MbLPDzTvzJ+shkkI9cZKTdznEuBvzUKMpZU2dMdI3a/7APxIGulwSyb
MpfkVuQEAubnEfZFyEzzNaMU1RU11e6kEAveND0Ow1i514ftIM97N5BqgY6iy3+TNuwIu8vlkhQF
XNf/U7S2RDZ45wjNixo3rm+Nm7HCeDnhnhKURtYKklYlQar0uOtuBWkR9I92vGQcp9TbO7fr7Spf
yVDksKgBpF9oOykxTh7pGXstuO7iYnEAHWJlj/3n7HreerRvuSD8KGbCJap5i6++TL9qyrAdNjKR
vKNPfjGCAoYwggKCAgEBMHQwYDELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRl
ZDE3MDUGA1UEAxMuU2VjdGlnbyBQdWJsaWMgU2VydmVyIEF1dGhlbnRpY2F0aW9uIENBIERWIFIz
NgIQcnecv1vffAoqH8k7DidLMTANBglghkgBZQMEAgEFAKCB5DAYBgkqhkiG9w0BCQMxCwYJKoZI
hvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0yNTA4MDIwNzQ3NTlaMC8GCSqGSIb3DQEJBDEiBCAKeICW
ebp0aiI4v646dx8+0TPCKo070SaqWwtGLtUkZzB5BgkqhkiG9w0BCQ8xbDBqMAsGCWCGSAFlAwQB
KjALBglghkgBZQMEARYwCwYJYIZIAWUDBAECMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDAN
BggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDANBgkqhkiG9w0BAQEFAASCAQBd
bHcmApNjVlI7maEZknEXxKbijU2aW2zDuNQST6xFuxkWJ2U9YxfaJXIJMkxO3Zkq6FNoDnHTDnGa
aObuKenZTSMh5wKaJlWpMh6RdUuDXhZk/RK9NDOwGzt+A22yrMBOEbCokYo00Z5gEGYlpjO3RUM7
IHtM7s9qtJlYLCNRN8YuEV5UnTo4TOTUkAAwCOnrMzat3hTBHo0nENn6fov656setgjog5UEyi9L
St/KyeovcgfNUkBCVl5jxGKMez+xM6zXVWDeqIQF7qcxbutmayD+dbSQxgSTbaon7VyqjtQwpNcd
miTJFLOXw8rkUag1RGfHcpObpLs7/8enZB+Q

--mixed-Cpanel::Email::Object-3700440-1754120880-0.694558450891336
Content-Type: application/octet-stream; x-unix-mode=0600; name="caldav-help@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="caldav-help@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIfqwYJKoZIhvcNAQcCoIIfnDCCH5gCAQExDzANBglghkgBZQMEAgEFADCCCSkGCSqGSIb3DQEH
AaCCCRoEggkWPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FsREFWQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+aGVscEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5j
b208L3N0cmluZz4NCiAgICAgICAgPGtleT5DYWxEQVZIb3N0TmFtZTwva2V5Pg0KICAgICAgICA8
c3RyaW5nPjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5n
Pg0KICAgICAgICA8a2V5PkNhbERBVlBvcnQ8L2tleT4NCiAgICAgICAgPGludGVnZXI+MjA4MDwv
aW50ZWdlcj4NCiAgICAgICAgPGtleT5DYWxEQVZQcmluY2lwYWxVUkw8L2tleT4NCiAgICAgICAg
PHN0cmluZz4vcHJpbmNpcGFscy9oZWxwQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbTwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNhbERBVlVzZVNTTDwva2V5Pg0KICAg
ICAgICA8dHJ1ZS8+DQogICAgICAgIDxrZXk+Q2FsREFWVXNlcm5hbWU8L2tleT4NCiAgICAgICAg
PHN0cmluZz5oZWxwQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwv
c3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICAgICAgICA8
c3RyaW5nPmhlbHBAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNl
Y3VyZSBDYWxlbmRhciBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREaXNwbGF5
TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPmhlbHBAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3Jh
dGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1cDwvc3RyaW5nPg0KICAgICAg
ICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogICAgICAgIDxzdHJpbmc+Y3BhbmVsLm1h
aWwub3JnLmhlbHAuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9z
dHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0KICAgICAgICA8
c3RyaW5nPjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5n
Pg0KICAgICAgICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogICAgICAgIDxzdHJpbmc+Y29tLmFw
cGxlLmNhbGRhdi5hY2NvdW50PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFVVSUQ8L2tl
eT4NCiAgICAgICAgPHN0cmluZz4yZmU5NTNlYy00ZDdhLThkODAtNjFkYy0zYWYzNTEyOTJmY2U8
L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICAgICAgICA8aW50
ZWdlcj4xPC9pbnRlZ2VyPg0KICAgIDwvZGljdD4NCiAgPC9hcnJheT4NCiAgPGtleT5QYXlsb2Fk
RGVzY3JpcHRpb248L2tleT4NCiAgPHN0cmluZz5oZWxwQDI0aG91cndhdGVyZGFtYWdlcmVzdG9y
YXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ2FsZW5kYXIgU2V0dXA8L3N0cmluZz4NCiAgPGtl
eT5QYXlsb2FkRGlzcGxheU5hbWU8L2tleT4NCiAgPHN0cmluZz5oZWxwQDI0aG91cndhdGVyZGFt
YWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ2FsZW5kYXIgU2V0dXA8L3N0cmlu
Zz4NCiAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWls
Lm9yZy5oZWxwLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbS1jYWxk
YXY8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogIDxzdHJpbmc+
Y3BhbmVsLm1haWwub3JnLmhlbHAuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxEaXNhbGxvd2VkPC9rZXk+DQog
IDxmYWxzZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgPHN0cmluZz5Db25maWd1cmF0
aW9uPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgPHN0cmluZz5jOTNlYjMz
NC00ZWM4LTFkOTEtN2M2Yy0yYjA0YmY2NDI5MmE8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVmVy
c2lvbjwva2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9kaWN0Pg0KPC9wbGlzdD4NCqCC
E8kwggZMMIIENKADAgECAhA5embMJ1Y2Lg2qh8puq+OxMA0GCSqGSIb3DQEBDAUAMF8xCzAJBgNV
BAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNjA0BgNVBAMTLVNlY3RpZ28gUHVibGlj
IFNlcnZlciBBdXRoZW50aWNhdGlvbiBSb290IFI0NjAeFw0yMTAzMjIwMDAwMDBaFw0zNjAzMjEy
MzU5NTlaMGAxCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMT
LlNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBDQSBEViBSMzYwggGiMA0GCSqG
SIb3DQEBAQUAA4IBjwAwggGKAoIBgQCWNl/YcjPv5I9Q9AJA5tlhyvEtMdh1/Vm0xF7th6pE9LDK
DPXqon1wBa1Y1Ny4gJz76nwNy3vM0bEKmqYS2qJ87s2+4Hl0RV7Fef1EUUfXYeb4209FCBcgWPHo
xIlw1a5U7dcYTnsvWYeVxBiP6DiGfL3RoWHZIJkIMRWQCNoQwx9g8q4KMe64X5vMcVv/2BXw/356
RwcQ0XadHV58ZZIrCd8blFrCWRpAOlG1lOYzrhMiy/+vtzIU7idKOzWMt1dh3PmrdrgvQ2hptl9t
3FVv4JQQd8HRum6VlC0fVG/fx7+Uh0/s5NMiVmHo5gvo2HE/xKjT+yG3/gn2aogbFEVzT+kLyy6N
r7BwhSdrQcGlcp9dMqnOCKz7OZcMvToBIl/kTgDb+b4enpvzix88DBDvrqsjrmaHnRLQOL0Tc+fZ
Zxolz48guwGZimC2aBZNH15X2i18pFQF/MdQdxWBqu5v9eW4SlGVO1m51TnFsU3HH8OAytctQA9o
jrR9nrAD49MCAwEAAaOCAYEwggF9MB8GA1UdIwQYMBaAFFZzWGSV+ZIasBIqBGJ5oUAViCFJMB0G
A1UdDgQWBBRowBIWGA6vzvaHpjJXo0ZRXcsHJzAOBgNVHQ8BAf8EBAMCAYYwEgYDVR0TAQH/BAgw
BgEB/wIBADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwGwYDVR0gBBQwEjAGBgRVHSAA
MAgGBmeBDAECATBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vY3JsLnNlY3RpZ28uY29tL1NlY3Rp
Z29QdWJsaWNTZXJ2ZXJBdXRoZW50aWNhdGlvblJvb3RSNDYuY3JsMIGEBggrBgEFBQcBAQR4MHYw
TwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1B1YmxpY1NlcnZlckF1
dGhlbnRpY2F0aW9uUm9vdFI0Ni5wN2MwIwYIKwYBBQUHMAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28u
Y29tMA0GCSqGSIb3DQEBDAUAA4ICAQBi04L0XL5OoQIXDjQiiykj3aQsaChJkY85JBcwGqawZZlR
Duu7HtyPV27p32sPoLzN7UHZ5COSsaQgv84XWzu9KaBhVp+xGhl38gdSuShC9fwVnBSyY+7tqaAF
9pjeD52rXHSM0YpvojoHN2XouAwP2rGn7eLsZA6d30nwsVKJ61jpniNQHNWg6jPyIBTzg4WHYeEC
6I/DVqLRWdjfxFMj7yR6kZZV8bF8FbPAf24iN6igh5qixUW8TxyZhQHhNIfl1TIPSMdy3b7xx4oS
0igVT8V8er+YNpWe9wMJle0iCK10wVB0xlpV6GY5vKFF0MPg1AKzSBoj0ACAWPgv1C2QBHOFAs3J
F/zsqWf5hTSWAIav0cuDesY7yr5jimkuw526dBnpnE80Yh84Cls9V/mEJ7nwRnCJZ0cgyf2U8/r4
XjTjLw026BtCLEFt6v7HnfpatmEVkuMSSGnt8Vd/2vfas099vvhf9T3QF3LiXOnf5fW6SHUG4zED
8QSEOhM5LeXsAG9zsFhJC5tDbj3Q5x2QjNSHdnAOtqQxWttpPFQzanbg3p0H6ezbOm1YK9rqPNav
whYogzHPEs+/kq3d48pxR2+QFT+yaq6NJzNPPNKMihHlCpADqU3VlFKe4chYK+EkSW2RidMAfjVA
npIBY7roautQRLA39yBnMvgksSrPVjCCBpUwggR9oAMCAQICEQDSf7vB3jWeUhatYUlYYJnEMA0G
CSqGSIb3DQEBDAUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UE
BxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMl
VVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0yMTAzMjIwMDAwMDBaFw0z
ODAxMTgyMzU5NTlaMF8xCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNjA0
BgNVBAMTLVNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBSb290IFI0NjCCAiIw
DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJO+1TZSddgBI6AcR0JJ7mO2tyH9xJXVSCsmfBRT
ENp5/Su3LaTULPrqMt1Jwrm9D0g9e1qYVK+eXTF0Twf8UCHdpM9oTxsSY20lmUwqmfNIMGH6gXwe
pwhK3D4rHB8YTHGqNYyt+G7oO0rZ5ZQC1omEE6ptyE8zzFCWN5Iz3F+I559U2UjwmEPWZv2fFzhD
xQFRC9fjIw8UXVsU50u+3fTI2gM30dY5oSFRMIOwbdcwTpZbkfBwJKu/RYFkQw29ITovPOmeDcsg
tUInzNpvm+5kMJA5zZNlgSExtSNQMzci4zjt+DEwzEX+YvnRXTJ5QoffasxWGUBNzqq7+bV2SZTx
J/iRpYPlBrNjDoDc4BJVgKY7ZrQ5hy3I8NDRFOnkDU0O9l1XcsU7HEdWneLV+4FhjMxNgJA0W7fX
FHXc2ARIn8DBKIi06RzKp7HxVrd7SUxZ5SAVqIQCKfo4lGmaSQaPzR95FBcSDIN63h+xl+75l3go
pMhEkul9JgWmWHKbeRPYEV+uxThiNGiyhjCO+JBhnjJs9Qc2zaJMbuyKNu3y5pkVRHDDfLycOcC0
4Wv3gyUjV9kSgOVJ8HUP743rHJtUKLQhPPx8Cv/ve2t1/4sdoBkFq/r4K4FC6Di6u/uq/T3g88rf
TpeXKe3zGFbppZasvcOQmLLg+aLUpkdDfG3PAgMBAAGjggEgMIIBHDAfBgNVHSMEGDAWgBRTeb9a
qitKz1SA4dibwJ3ysgNmyzAdBgNVHQ4EFgQUVnNYZJX5khqwEioEYnmhQBWIIUkwDgYDVR0PAQH/
BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMBEG
A1UdIAQKMAgwBgYEVR0gADBQBgNVHR8ESTBHMEWgQ6BBhj9odHRwOi8vY3JsLnVzZXJ0cnVzdC5j
b20vVVNFUlRydXN0UlNBQ2VydGlmaWNhdGlvbkF1dGhvcml0eS5jcmwwNQYIKwYBBQUHAQEEKTAn
MCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBDAUAA4IC
AQA6bwSJau2zFNHBQ0//T/fgbIApEYELNEugX+7yUpVjB8G8tFRr8QktIa24tCtgSDWWxG7FbIKU
KtOON9csqFZ9x5XaK4KtuEZXUQzjoqRGQ0xQfcAvR2LdbYRxdNF3htgvCgtaZcKBMygCIT73nyPw
t3E9An01ybhY1GyiIEsIzY8OmB7S4KMv4XefiS1JS3KP4MxV/6lm0+7RKrjjGKbDSlmY/Ey6j6us
zIhuDWun3hGbXumD1xqzFpU1jd+Nbw3nXPssUKkroO/RyVEHDmbOysg1s7ZmnkMbDxOPVFf/F8K3
2bWWmMq7OBaQ/eGeEPHc1xi/PqhCY8YHM2u1uj0Tmgpbm2r3dVSj5vPmglu+7u0saUdkxRi+pD3c
bCshYo6XLp0eVe/bFMkTnzXc46wHBVmVyvLG2/RZZ8LlRuu+yS7/mVU1+QMS71uTgeM7ebkvswet
sCf1r/o1xgLbUgHCXnOIhYAlh0b3Yv4yaEs0S2t5xM8eqRSM3JUgp4dLtcQni3FAcqUoj4GvFvuj
5LqMkKvFParPRKMRuTb675crIcFEvcr3GURsOy45ceIyR/wYSD0fJCAQkI9b52vU84mTq8NTn/IQ
1GxyhRvT5vA6dr248/9iR9/ar8bITylZZRn6vuZJT5u8mUVGE4gjAG6sDXS/57KhdkZ58qefF0Ur
STCCBtwwggVEoAMCAQICEHJ3nL9b33wKKh/JOw4nSzEwDQYJKoZIhvcNAQELBQAwYDELMAkGA1UE
BhMCR0IxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBQdWJsaWMg
U2VydmVyIEF1dGhlbnRpY2F0aW9uIENBIERWIFIzNjAeFw0yNTA3MTgwMDAwMDBaFw0yNjA3MTgy
MzU5NTlaMDUxMzAxBgNVBAMTKjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANcjRzy32NCaDX1H8Fg4/XLT+eGm
aBnn+cwBBtHZtLpRKbFuLrmIzwAnwIYlvHthP4ayLwP97MTKArdBGDlFp++ZmD7xCNZ6UEBHSQW8
W4/EHYrZdYeJNzljF6sdDosYPlx85BgOCsWnUopQUDtoipvVwvZKwDwcxGQQQlYgCd+MY3rahI6M
k/s3cKlW4tM0SdzhI01lr+dhv9yoZGK11ib5CVpo+c/L8zgisqJ6ZDai5mzPlcJ2/am2C0OSdPeZ
BiQ3rs5rsuin1HitrVJLSJjRRYfxC25fnJeNTW3JXiA17oP+itfx2EGlUFPTnnbTSBT6taSXmruq
kJFpUldCmUkCAwEAAaOCAzswggM3MB8GA1UdIwQYMBaAFGjAEhYYDq/O9oemMlejRlFdywcnMB0G
A1UdDgQWBBSOs5kgDH0e815wGNvgmAaZtmP1+DAOBgNVHQ8BAf8EBAMCBaAwDAYDVR0TAQH/BAIw
ADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwSQYDVR0gBEIwQDA0BgsrBgEEAbIxAQIC
BzAlMCMGCCsGAQUFBwIBFhdodHRwczovL3NlY3RpZ28uY29tL0NQUzAIBgZngQwBAgEwgYQGCCsG
AQUFBwEBBHgwdjBPBggrBgEFBQcwAoZDaHR0cDovL2NydC5zZWN0aWdvLmNvbS9TZWN0aWdvUHVi
bGljU2VydmVyQXV0aGVudGljYXRpb25DQURWUjM2LmNydDAjBggrBgEFBQcwAYYXaHR0cDovL29j
c3Auc2VjdGlnby5jb20wZQYDVR0RBF4wXIIqMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxv
bmdpc2xhbmQuY29tgi53d3cuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tMIIBfQYKKwYBBAHWeQIEAgSCAW0EggFpAWcAdwDYCVU7lE96/8gWGW+UT4WrsPj8XodVJg8V
0S5yu0VLFAAAAZgfHDF2AAAEAwBIMEYCIQDQY5s3Wnr6gkKztaftAjmGuKFr4o4Kgx++mb1SgcuI
QQIhAMxctEYBlaaOH79S8DSdA06DCsdMlQZ3gI9J6Om7awgWAHUArKswcGzr7IQx9BPS9JFfER5C
JEOx8qaMTzwrO6ceAsMAAAGYHxwxEQAABAMARjBEAiA9FiyJaBW/fIAcv2H237eb8ABe74r98G1A
3J4fFeXUTwIgMJfAjYZzHzOZT+o+SfvVkApWh97G0aPmMUXWpzoOUIkAdQDXbX0Q0af1d8LH6V/X
AL/5gskzWmXh0LMBcxfAyMVpdwAAAZgfHDEOAAAEAwBGMEQCIGqa5aJFkxWDOc/1C8FgW2oFCe+A
eHUiyfbMjG7yvB/VAiAnWvWb7ALgbjlGV8UQcUBBaBX72WoC5Vmx/J3UYSvdlTANBgkqhkiG9w0B
AQsFAAOCAYEAf5X2oY3oSOln2jDASQ4g80a3qKaWIiaAA7p/EJGxvUb5H8rmFIF90bBsMDCvdetq
8udy0+UjMuW+HAaQycUSkEIEtGj1gxtGzkMqjt4hk4KYJUd4OZa7M5gMB8DTlFzbI2+xcFH/4zoB
uGtGuWmQf02AsyAO3BjBVA6QKzRNkeCuSKFCYjaLnx934MOEoc5KQnkbUssJlVxDCNZcaxP3PjK1
kuMWbzj4xss8PNO/Mn6yGSQj1xkpN3OcS4G/NQoyllTZ0x0jdr/sA/Ega6XBLJsyl+RW5AQC5ucR
9kXITPM1oxTVFTXV7qQQC940PQ7DWLnXh+0gz3s3kGqBjqLLf5M27Ai7y+WSFAVc1/9TtLZENnjn
CM2LGjeub42bscJ4OeGeEpRG1gqSViVBqvS4624FaRH0j3a8ZByn1Ns7t+vtKl/JUOSwqAGkX2g7
KTFOHukZey247uJicQAdYmWP/efset56tG+5IPwoZsIlqnmLr75Mv2rKsB02MpG8o09+MYIChjCC
AoICAQEwdDBgMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQD
Ey5TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gQ0EgRFYgUjM2AhByd5y/W998
CiofyTsOJ0sxMA0GCWCGSAFlAwQCAQUAoIHkMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJ
KoZIhvcNAQkFMQ8XDTI1MDgwMjA3NDc1OVowLwYJKoZIhvcNAQkEMSIEIAOGRq5wiuwJ3G9awynj
rrw8Ulbswy6xKC1HIq9P6aEJMHkGCSqGSIb3DQEJDzFsMGowCwYJYIZIAWUDBAEqMAsGCWCGSAFl
AwQBFjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMC
AgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMA0GCSqGSIb3DQEBAQUABIIBACjkcOKCpCFqtLh1
ye/Ic6WePE2gXNCrNeNI7WScnYU8jAC5BqqYI4n/+bg8T+4ubPklqYd20ZJa6zxmXzJ6i5q6eODo
NRg04TGhtrBL3crBB8srjTBvR+IkJXBhuYVy2ZzHPaOpuYJLkTrN6jF66ZKl7PEnlceN5EMew7c0
N+q5W/wc45Ze9Zb+YiNtXezBbh2tMwf1gjOJqDz/vV9o/EsVWVgadPahmcOHw66jqVRRU7fYmisN
nBIGPWLc4P0O16jP43seaOlm5X/HE/XWTUFMVTBHZ9ED4JUbaqEgYaVzAcTStZqYhjhTJJB0vfzX
nnsEBvdgfnqZMXhh5E+e3/I=

--mixed-Cpanel::Email::Object-3700440-1754120880-0.694558450891336
Content-Type: application/octet-stream; x-unix-mode=0600; name="email-help@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="email-help@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIjjAYJKoZIhvcNAQcCoIIjfTCCI3kCAQExDzANBglghkgBZQMEAgEFADCCDQoGCSqGSIb3DQEH
AaCCDPsEggz3PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAgICA8
c3RyaW5nPmhlbHBAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9z
dHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudE5hbWU8L2tleT4NCiAgICAgIDxzdHJpbmc+
aGVscEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4N
CiAgICAgIDxrZXk+RW1haWxBY2NvdW50VHlwZTwva2V5Pg0KICAgICAgPHN0cmluZz5FbWFpbFR5
cGVJTUFQPC9zdHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWRkcmVzczwva2V5Pg0KICAgICAgPHN0
cmluZz5oZWxwQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3Ry
aW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlvbjwva2V5Pg0K
ICAgICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNv
bWluZ01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz4yNGhvdXJ3YXRlcmRh
bWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgIDxrZXk+SW5jb21p
bmdNYWlsU2VydmVyUG9ydE51bWJlcjwva2V5Pg0KICAgICAgPGludGVnZXI+OTkzPC9pbnRlZ2Vy
Pg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJVc2VTU0w8L2tleT4NCiAgICAgIDx0cnVl
Lz4NCiAgICAgIDxrZXk+SW5jb21pbmdNYWlsU2VydmVyVXNlcm5hbWU8L2tleT4NCiAgICAgIDxz
dHJpbmc+aGVscEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0
cmluZz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyQXV0aGVudGljYXRpb248L2tleT4N
CiAgICAgIDxzdHJpbmc+RW1haWxBdXRoUGFzc3dvcmQ8L3N0cmluZz4NCiAgICAgIDxrZXk+T3V0
Z29pbmdNYWlsU2VydmVySG9zdE5hbWU8L2tleT4NCiAgICAgIDxzdHJpbmc+MjRob3Vyd2F0ZXJk
YW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICA8a2V5Pk91dGdv
aW5nTWFpbFNlcnZlclBvcnROdW1iZXI8L2tleT4NCiAgICAgIDxpbnRlZ2VyPjQ2NTwvaW50ZWdl
cj4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyVXNlU1NMPC9rZXk+DQogICAgICA8dHJ1
ZS8+DQogICAgICA8a2V5Pk91dGdvaW5nTWFpbFNlcnZlclVzZXJuYW1lPC9rZXk+DQogICAgICA8
c3RyaW5nPmhlbHBAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9z
dHJpbmc+DQogICAgICA8a2V5Pk91dGdvaW5nUGFzc3dvcmRTYW1lQXNJbmNvbWluZ1Bhc3N3b3Jk
PC9rZXk+DQogICAgICA8dHJ1ZS8+DQogICAgICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5
Pg0KICAgICAgPHN0cmluZz5oZWxwQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNs
YW5kLmNvbSBTZWN1cmUgRW1haWwgU2V0dXA8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZERp
c3BsYXlOYW1lPC9rZXk+DQogICAgICA8c3RyaW5nPmhlbHBAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0
b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBFbWFpbCBTZXR1cDwvc3RyaW5nPg0KICAgICAg
PGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgPHN0cmluZz5jcGFuZWwubWFpbC5v
cmcuaGVscC4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmlu
Zz4NCiAgICAgIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0KICAgICAgPHN0cmluZz4y
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAg
IDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgIDxzdHJpbmc+Y29tLmFwcGxlLm1haWwubWFu
YWdlZDwvc3RyaW5nPg0KICAgICAgPGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICAgICAgPHN0cmlu
Zz5hYjg5NzQ0My1mZjgyLWE2MWItMzQ5Ny0zOTI2MzVjMDA2N2U8L3N0cmluZz4NCiAgICAgIDxr
ZXk+UGF5bG9hZFZlcnNpb248L2tleT4NCiAgICAgIDxpbnRlZ2VyPjE8L2ludGVnZXI+DQogICAg
ICA8a2V5PlByZXZlbnRBcHBTaGVldDwva2V5Pg0KICAgICAgPGZhbHNlLz4NCiAgICAgIDxrZXk+
UHJldmVudE1vdmU8L2tleT4NCiAgICAgIDxmYWxzZS8+DQogICAgICA8a2V5PlNNSU1FRW5hYmxl
ZDwva2V5Pg0KICAgICAgPGZhbHNlLz4NCiAgICAgIDxrZXk+SW5jb21pbmdNYWlsU2VydmVySU1B
UFBhdGhQcmVmaXg8L2tleT4NCiAgICAgIDxzdHJpbmc+SU5CT1g8L3N0cmluZz4NCiAgICA8L2Rp
Y3Q+DQogIDwvYXJyYXk+DQogIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogIDxzdHJp
bmc+aGVscEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJl
IEVtYWlsIFNldHVwPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZERpc3BsYXlOYW1lPC9rZXk+DQog
IDxzdHJpbmc+aGVscEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20g
U2VjdXJlIEVtYWlsIFNldHVwPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tl
eT4NCiAgPHN0cmluZz5jcGFuZWwubWFpbC5vcmcuaGVscC4yNGhvdXJ3YXRlcmRhbWFnZXJlc3Rv
cmF0aW9ubG9uZ2lzbGFuZC5jb20tZW1haWw8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5p
emF0aW9uPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLmhlbHAuMjRob3Vyd2F0ZXJk
YW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJl
bW92YWxEaXNhbGxvd2VkPC9rZXk+DQogIDxmYWxzZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tl
eT4NCiAgPHN0cmluZz5Db25maWd1cmF0aW9uPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8
L2tleT4NCiAgPHN0cmluZz5lMTdlMjE1Ni02MzAzLWE5M2ItYWExOC02ZjMwZGNjZmFlMjk8L3N0
cmluZz4NCiAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2Vy
Pg0KPC9kaWN0Pg0KPC9wbGlzdD4NCqCCE8kwggZMMIIENKADAgECAhA5embMJ1Y2Lg2qh8puq+Ox
MA0GCSqGSIb3DQEBDAUAMF8xCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQx
NjA0BgNVBAMTLVNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBSb290IFI0NjAe
Fw0yMTAzMjIwMDAwMDBaFw0zNjAzMjEyMzU5NTlaMGAxCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9T
ZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNh
dGlvbiBDQSBEViBSMzYwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCWNl/YcjPv5I9Q
9AJA5tlhyvEtMdh1/Vm0xF7th6pE9LDKDPXqon1wBa1Y1Ny4gJz76nwNy3vM0bEKmqYS2qJ87s2+
4Hl0RV7Fef1EUUfXYeb4209FCBcgWPHoxIlw1a5U7dcYTnsvWYeVxBiP6DiGfL3RoWHZIJkIMRWQ
CNoQwx9g8q4KMe64X5vMcVv/2BXw/356RwcQ0XadHV58ZZIrCd8blFrCWRpAOlG1lOYzrhMiy/+v
tzIU7idKOzWMt1dh3PmrdrgvQ2hptl9t3FVv4JQQd8HRum6VlC0fVG/fx7+Uh0/s5NMiVmHo5gvo
2HE/xKjT+yG3/gn2aogbFEVzT+kLyy6Nr7BwhSdrQcGlcp9dMqnOCKz7OZcMvToBIl/kTgDb+b4e
npvzix88DBDvrqsjrmaHnRLQOL0Tc+fZZxolz48guwGZimC2aBZNH15X2i18pFQF/MdQdxWBqu5v
9eW4SlGVO1m51TnFsU3HH8OAytctQA9ojrR9nrAD49MCAwEAAaOCAYEwggF9MB8GA1UdIwQYMBaA
FFZzWGSV+ZIasBIqBGJ5oUAViCFJMB0GA1UdDgQWBBRowBIWGA6vzvaHpjJXo0ZRXcsHJzAOBgNV
HQ8BAf8EBAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYB
BQUHAwIwGwYDVR0gBBQwEjAGBgRVHSAAMAgGBmeBDAECATBUBgNVHR8ETTBLMEmgR6BFhkNodHRw
Oi8vY3JsLnNlY3RpZ28uY29tL1NlY3RpZ29QdWJsaWNTZXJ2ZXJBdXRoZW50aWNhdGlvblJvb3RS
NDYuY3JsMIGEBggrBgEFBQcBAQR4MHYwTwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuc2VjdGlnby5j
b20vU2VjdGlnb1B1YmxpY1NlcnZlckF1dGhlbnRpY2F0aW9uUm9vdFI0Ni5wN2MwIwYIKwYBBQUH
MAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28uY29tMA0GCSqGSIb3DQEBDAUAA4ICAQBi04L0XL5OoQIX
DjQiiykj3aQsaChJkY85JBcwGqawZZlRDuu7HtyPV27p32sPoLzN7UHZ5COSsaQgv84XWzu9KaBh
Vp+xGhl38gdSuShC9fwVnBSyY+7tqaAF9pjeD52rXHSM0YpvojoHN2XouAwP2rGn7eLsZA6d30nw
sVKJ61jpniNQHNWg6jPyIBTzg4WHYeEC6I/DVqLRWdjfxFMj7yR6kZZV8bF8FbPAf24iN6igh5qi
xUW8TxyZhQHhNIfl1TIPSMdy3b7xx4oS0igVT8V8er+YNpWe9wMJle0iCK10wVB0xlpV6GY5vKFF
0MPg1AKzSBoj0ACAWPgv1C2QBHOFAs3JF/zsqWf5hTSWAIav0cuDesY7yr5jimkuw526dBnpnE80
Yh84Cls9V/mEJ7nwRnCJZ0cgyf2U8/r4XjTjLw026BtCLEFt6v7HnfpatmEVkuMSSGnt8Vd/2vfa
s099vvhf9T3QF3LiXOnf5fW6SHUG4zED8QSEOhM5LeXsAG9zsFhJC5tDbj3Q5x2QjNSHdnAOtqQx
WttpPFQzanbg3p0H6ezbOm1YK9rqPNavwhYogzHPEs+/kq3d48pxR2+QFT+yaq6NJzNPPNKMihHl
CpADqU3VlFKe4chYK+EkSW2RidMAfjVAnpIBY7roautQRLA39yBnMvgksSrPVjCCBpUwggR9oAMC
AQICEQDSf7vB3jWeUhatYUlYYJnEMA0GCSqGSIb3DQEBDAUAMIGIMQswCQYDVQQGEwJVUzETMBEG
A1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VS
VFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhv
cml0eTAeFw0yMTAzMjIwMDAwMDBaFw0zODAxMTgyMzU5NTlaMF8xCzAJBgNVBAYTAkdCMRgwFgYD
VQQKEw9TZWN0aWdvIExpbWl0ZWQxNjA0BgNVBAMTLVNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRo
ZW50aWNhdGlvbiBSb290IFI0NjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJO+1TZS
ddgBI6AcR0JJ7mO2tyH9xJXVSCsmfBRTENp5/Su3LaTULPrqMt1Jwrm9D0g9e1qYVK+eXTF0Twf8
UCHdpM9oTxsSY20lmUwqmfNIMGH6gXwepwhK3D4rHB8YTHGqNYyt+G7oO0rZ5ZQC1omEE6ptyE8z
zFCWN5Iz3F+I559U2UjwmEPWZv2fFzhDxQFRC9fjIw8UXVsU50u+3fTI2gM30dY5oSFRMIOwbdcw
TpZbkfBwJKu/RYFkQw29ITovPOmeDcsgtUInzNpvm+5kMJA5zZNlgSExtSNQMzci4zjt+DEwzEX+
YvnRXTJ5QoffasxWGUBNzqq7+bV2SZTxJ/iRpYPlBrNjDoDc4BJVgKY7ZrQ5hy3I8NDRFOnkDU0O
9l1XcsU7HEdWneLV+4FhjMxNgJA0W7fXFHXc2ARIn8DBKIi06RzKp7HxVrd7SUxZ5SAVqIQCKfo4
lGmaSQaPzR95FBcSDIN63h+xl+75l3gopMhEkul9JgWmWHKbeRPYEV+uxThiNGiyhjCO+JBhnjJs
9Qc2zaJMbuyKNu3y5pkVRHDDfLycOcC04Wv3gyUjV9kSgOVJ8HUP743rHJtUKLQhPPx8Cv/ve2t1
/4sdoBkFq/r4K4FC6Di6u/uq/T3g88rfTpeXKe3zGFbppZasvcOQmLLg+aLUpkdDfG3PAgMBAAGj
ggEgMIIBHDAfBgNVHSMEGDAWgBRTeb9aqitKz1SA4dibwJ3ysgNmyzAdBgNVHQ4EFgQUVnNYZJX5
khqwEioEYnmhQBWIIUkwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0lBBYw
FAYIKwYBBQUHAwEGCCsGAQUFBwMCMBEGA1UdIAQKMAgwBgYEVR0gADBQBgNVHR8ESTBHMEWgQ6BB
hj9odHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQ2VydGlmaWNhdGlvbkF1dGhv
cml0eS5jcmwwNQYIKwYBBQUHAQEEKTAnMCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51c2VydHJ1
c3QuY29tMA0GCSqGSIb3DQEBDAUAA4ICAQA6bwSJau2zFNHBQ0//T/fgbIApEYELNEugX+7yUpVj
B8G8tFRr8QktIa24tCtgSDWWxG7FbIKUKtOON9csqFZ9x5XaK4KtuEZXUQzjoqRGQ0xQfcAvR2Ld
bYRxdNF3htgvCgtaZcKBMygCIT73nyPwt3E9An01ybhY1GyiIEsIzY8OmB7S4KMv4XefiS1JS3KP
4MxV/6lm0+7RKrjjGKbDSlmY/Ey6j6uszIhuDWun3hGbXumD1xqzFpU1jd+Nbw3nXPssUKkroO/R
yVEHDmbOysg1s7ZmnkMbDxOPVFf/F8K32bWWmMq7OBaQ/eGeEPHc1xi/PqhCY8YHM2u1uj0Tmgpb
m2r3dVSj5vPmglu+7u0saUdkxRi+pD3cbCshYo6XLp0eVe/bFMkTnzXc46wHBVmVyvLG2/RZZ8Ll
Ruu+yS7/mVU1+QMS71uTgeM7ebkvswetsCf1r/o1xgLbUgHCXnOIhYAlh0b3Yv4yaEs0S2t5xM8e
qRSM3JUgp4dLtcQni3FAcqUoj4GvFvuj5LqMkKvFParPRKMRuTb675crIcFEvcr3GURsOy45ceIy
R/wYSD0fJCAQkI9b52vU84mTq8NTn/IQ1GxyhRvT5vA6dr248/9iR9/ar8bITylZZRn6vuZJT5u8
mUVGE4gjAG6sDXS/57KhdkZ58qefF0UrSTCCBtwwggVEoAMCAQICEHJ3nL9b33wKKh/JOw4nSzEw
DQYJKoZIhvcNAQELBQAwYDELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3
MDUGA1UEAxMuU2VjdGlnbyBQdWJsaWMgU2VydmVyIEF1dGhlbnRpY2F0aW9uIENBIERWIFIzNjAe
Fw0yNTA3MTgwMDAwMDBaFw0yNjA3MTgyMzU5NTlaMDUxMzAxBgNVBAMTKjI0aG91cndhdGVyZGFt
YWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
ggEBANcjRzy32NCaDX1H8Fg4/XLT+eGmaBnn+cwBBtHZtLpRKbFuLrmIzwAnwIYlvHthP4ayLwP9
7MTKArdBGDlFp++ZmD7xCNZ6UEBHSQW8W4/EHYrZdYeJNzljF6sdDosYPlx85BgOCsWnUopQUDto
ipvVwvZKwDwcxGQQQlYgCd+MY3rahI6Mk/s3cKlW4tM0SdzhI01lr+dhv9yoZGK11ib5CVpo+c/L
8zgisqJ6ZDai5mzPlcJ2/am2C0OSdPeZBiQ3rs5rsuin1HitrVJLSJjRRYfxC25fnJeNTW3JXiA1
7oP+itfx2EGlUFPTnnbTSBT6taSXmruqkJFpUldCmUkCAwEAAaOCAzswggM3MB8GA1UdIwQYMBaA
FGjAEhYYDq/O9oemMlejRlFdywcnMB0GA1UdDgQWBBSOs5kgDH0e815wGNvgmAaZtmP1+DAOBgNV
HQ8BAf8EBAMCBaAwDAYDVR0TAQH/BAIwADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIw
SQYDVR0gBEIwQDA0BgsrBgEEAbIxAQICBzAlMCMGCCsGAQUFBwIBFhdodHRwczovL3NlY3RpZ28u
Y29tL0NQUzAIBgZngQwBAgEwgYQGCCsGAQUFBwEBBHgwdjBPBggrBgEFBQcwAoZDaHR0cDovL2Ny
dC5zZWN0aWdvLmNvbS9TZWN0aWdvUHVibGljU2VydmVyQXV0aGVudGljYXRpb25DQURWUjM2LmNy
dDAjBggrBgEFBQcwAYYXaHR0cDovL29jc3Auc2VjdGlnby5jb20wZQYDVR0RBF4wXIIqMjRob3Vy
d2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tgi53d3cuMjRob3Vyd2F0ZXJkYW1h
Z2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tMIIBfQYKKwYBBAHWeQIEAgSCAW0EggFpAWcAdwDY
CVU7lE96/8gWGW+UT4WrsPj8XodVJg8V0S5yu0VLFAAAAZgfHDF2AAAEAwBIMEYCIQDQY5s3Wnr6
gkKztaftAjmGuKFr4o4Kgx++mb1SgcuIQQIhAMxctEYBlaaOH79S8DSdA06DCsdMlQZ3gI9J6Om7
awgWAHUArKswcGzr7IQx9BPS9JFfER5CJEOx8qaMTzwrO6ceAsMAAAGYHxwxEQAABAMARjBEAiA9
FiyJaBW/fIAcv2H237eb8ABe74r98G1A3J4fFeXUTwIgMJfAjYZzHzOZT+o+SfvVkApWh97G0aPm
MUXWpzoOUIkAdQDXbX0Q0af1d8LH6V/XAL/5gskzWmXh0LMBcxfAyMVpdwAAAZgfHDEOAAAEAwBG
MEQCIGqa5aJFkxWDOc/1C8FgW2oFCe+AeHUiyfbMjG7yvB/VAiAnWvWb7ALgbjlGV8UQcUBBaBX7
2WoC5Vmx/J3UYSvdlTANBgkqhkiG9w0BAQsFAAOCAYEAf5X2oY3oSOln2jDASQ4g80a3qKaWIiaA
A7p/EJGxvUb5H8rmFIF90bBsMDCvdetq8udy0+UjMuW+HAaQycUSkEIEtGj1gxtGzkMqjt4hk4KY
JUd4OZa7M5gMB8DTlFzbI2+xcFH/4zoBuGtGuWmQf02AsyAO3BjBVA6QKzRNkeCuSKFCYjaLnx93
4MOEoc5KQnkbUssJlVxDCNZcaxP3PjK1kuMWbzj4xss8PNO/Mn6yGSQj1xkpN3OcS4G/NQoyllTZ
0x0jdr/sA/Ega6XBLJsyl+RW5AQC5ucR9kXITPM1oxTVFTXV7qQQC940PQ7DWLnXh+0gz3s3kGqB
jqLLf5M27Ai7y+WSFAVc1/9TtLZENnjnCM2LGjeub42bscJ4OeGeEpRG1gqSViVBqvS4624FaRH0
j3a8ZByn1Ns7t+vtKl/JUOSwqAGkX2g7KTFOHukZey247uJicQAdYmWP/efset56tG+5IPwoZsIl
qnmLr75Mv2rKsB02MpG8o09+MYIChjCCAoICAQEwdDBgMQswCQYDVQQGEwJHQjEYMBYGA1UEChMP
U2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGlj
YXRpb24gQ0EgRFYgUjM2AhByd5y/W998CiofyTsOJ0sxMA0GCWCGSAFlAwQCAQUAoIHkMBgGCSqG
SIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTI1MDgwMjA3NDc1OVowLwYJKoZI
hvcNAQkEMSIEIMvXmbilveDShHUSzExZ9QnRkB/jgD4jEVl58ia2VL2tMHkGCSqGSIb3DQEJDzFs
MGowCwYJYIZIAWUDBAEqMAsGCWCGSAFlAwQBFjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYI
KoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMA0GCSqG
SIb3DQEBAQUABIIBAD+XYiZGNuntaKXZyPkmuq1eU1C1VZCj6txunuqa2wNtbBosFWTkMPd/Q1xA
tH/bXop0b9cyCEOK4eS083a4cJTrdOsA8+EOF2yAFU7zqaDG7TtwUsgkwbSDL+dXN4u497ghA3E1
2EhDASyeUEDdx7wSJC/vC+CusqjlldrwczKPoEOjcTuQB58G5uJhxJMuQ2R5UHn/YS8S4IACdGGg
FND/k6gj1PyVCbantz0zNxhgXb/uoCu0QQPfVJUpSfAvDYIbQbxDBfbL9y4kwwtRNcuBL6z915vC
EgdZSVyeHvRmd7e3TIKdtxhu5Zwhc7jQL44G6DOiWDmwylTR7SeKPj8=
--mixed-Cpanel::Email::Object-3700440-1754120880-0.694558450891336--
help/cur/1754299850.M560291P436869.premium320.web-hosting.com,S=33171,W=34018:2,S000064000000100623151007557630020100 0ustar00Return-Path: <3wn2QaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Delivered-To: help@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 0KbbIMp9kGiFqgYAVkXPrw
	(envelope-from <3wn2QaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	for <help@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 05:30:50 -0400
Return-path: <3wn2QaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Envelope-to: help@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 05:30:50 -0400
Received: from [198.54.122.200] (port=34478 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3wn2QaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	id 1uirWs-00000001wHF-2Isl
	for help@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 05:30:50 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=XnNGyiuL;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3wn2QaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com designates 209.85.166.69 as permitted sender) smtp.mailfrom=3wn2QaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwWWR1KrSz552W
	for <help@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 09:30:43 +0000 (UTC)
Received: by mail-io1-f69.google.com with SMTP id ca18e2360f4ac-87c73351935so450012039f.0
        for <help@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 02:30:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754299842; x=1754904642; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=AXR8YBrWrjFWl3kqgocKxANq1G793vN9ffssktxxZH4=;
        b=XnNGyiuLy0wmK0bQa5c2TtyddP69Wf9j2AINt2eTHP/ekHNzwg83yzR21KVQtID9XO
         tYREBA8iywcH1X2Lnv/PgfhtvDXFfAYOlTdT0KXdVMYJMg5n/N9qcfOUV28WLTqO7h6P
         3304DnGYT5T9DKqFTJs14gzNr2uo7XIL+ogt+BvLBfyx3wxwkp7mycj/T50RRAmNnw5E
         Z2gtcmQrcYDyFSQ2O2GPkleeSsAXpAADKM2Kxll9t0PaV76sLTuwERgnmoRaFcelBXxT
         cPrR81mffhm6jhNLrAdtc3vDikU2HvGdPmC1PUEDlZQ734AAZSkteqx904Cc+dqsSRiq
         MqHQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754299842; x=1754904642;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=AXR8YBrWrjFWl3kqgocKxANq1G793vN9ffssktxxZH4=;
        b=RS+l7YREH0nckKILKFMK55ZBgfa/Sow0eLP2bLSoayLQ2vh3Z4M5OLtptNyQ6nr1jm
         64UPuWg66JDeOhG+Xa5JeQUr2pZZL9nM+BJ4WQ+5PPGoKF9G+X9HeHwj86DRlA6Nshav
         zJCoV7alic/Q6Tflf3X88/36Qb8q/waw8PTbR5I0w9OU+jjyXDgoUW6T/cBUBdjYolsX
         8OGsr3ovCmEsqfqU3WZT+04QzCiIJO/myI0rF47zJcirbYp2a5B3LiSIJHoA52szzaRm
         PTJ5gk5yQmRAymZ9AsJaEyYu5JX03CqQZPuOFIw+kuSYSoXrqAV5dRY478t0keNZkCqc
         HdAg==
X-Gm-Message-State: AOJu0YwTwZVlLfH2XNVrYicd1hg6eYWObBM9htejbD3hxDgF3dbIiD+5
	deBNbY7RxC0q9dPbEifnFCwdhp16RtOkvpzN4rt1wCS2CjqvjMg=
X-Google-Smtp-Source: AGHT+IHqCqOkkxKYJv6guVH1aECxCXjq/5XPa1O9SSmK81D7offQylKRWUHKhcwe/kHePdO7lyJCIFY=
MIME-Version: 1.0
X-Received: by 2002:a92:cda5:0:b0:3e3:b35a:e8ff with SMTP id
 e9e14a558f8ab-3e40590e2f2mr263502685ab.6.1754299842549; Mon, 04 Aug 2025
 02:30:42 -0700 (PDT)
Date: Mon, 04 Aug 2025 02:30:42 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 3937231a83da0000
X-Notifications-Bounce-Info: AWoTSIFfAYMywt9aOegQaKEGgzBzQWhKZK_61IM33PrFqnICVd3UtqZbPraBWiS4i4PjU8sceN9-p5MWEKtFamvUuwLoRtKZWUhCWH4-CpVEzQ7NLJdryYIQeoLnyZxk8CkCvSunR92QY_Prnt914znZnTsXgRhJUzStvrDmOiE9g-vXi7bbzaEd51fB0oJZkB3UxfeIFo4B4EqmwbDekQLiHxO1oI1eMLLQuBnkfKvSo5f52gmAVN8UfDkxd3G4z5OeuMs1nYXOXKgFL3l--ue2SRowIk5KaZCb2OS4We-LAk2Yp07Fn6gJs1VbjFhzxrEBppMtm8M1S_zZA2tZoZ4xd7Rj8cE5dO6XrsB4y0YAX4kwqxEmKWPMIJuYzbKEOyTx6mbXbzOX0F1HxiHzM35F3I9aeKk9uzTjT5mb9HiyCcbFqoyFkCM0-jX24Flib8GEotB8mgughGD9HOy1vTGsm5L8wd0wBmC1MHjY-TigoR2i4mpXebGumx-jfL38j--p3T3EgSPLXhtQ76aWw7PmnT4o6WUQ4ANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <4ff720334da283a288fb0ec4003fb8169c9f541a-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island Houston on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: help@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000f1d84c063b86c25b"

--000000000000f1d84c063b86c25b
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo3NzI5Nw0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE2MDMyMjExMTAx
ODA4NjM1NDU3L3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj03NzI5NyZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXBicWtjTW91bjNQbmFvVGVwbjJSajVFd1lTSDNGanVqYVZpeVpjTDcz
MTl6bjlKeEZGLWxkdmNhNHBOd0dRVUJ3YUNGMUZhd3o4UjFQQXd1U2Q0WmZkZ1liVlpyWVhEanI3
NGZ0d05TSVJZQjNGN0h0d2laWVVzQmI1Q05BPg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81cmRQMXZHa2py
U3JQSEM2d0EyMXI5eE5ycVJCbV9Rd3AzZ1NINUVRaGpwd3RtNGdPNERCVl9EbEdRMVFsSzVoYm9B
QWtZUHJKQV90SFNVajl5WHlkVVNzcUNIYmphZUZXM1phXzJreXJlekFoR3J5MVV5ZEpmTHV6c0p1
WDhQUHh0ZUxlUHB6UEZVV0RibFNGdDV2OGp1SDZJPi4NCg0KMiBTaWduIGluIHVzaW5nIGhlbHBA
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMTYwMzIyMTExMDE4MDg2MzU0NTcvcHJvZmlsZS92
ZXJpZnk/aGw9ZW4mcGluPTc3Mjk3JnRyaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5pYW81b3Z5
NTk3dFhSQzItaDFobUVHTFg4MUZvRWNmZTdnb2VjMXVRaWFjVXBXM0t5bWVQcW82bzRJaUl0QUVP
andGNk5HMGlaMUwzVHBSaENzMDRlekJ2MURHZkRSdW5oOEZWTThGaWVlM3RiSVp6OGJ2N0I1dGlZ
cU9XQmhmU1p2d3BBPg0KDQpWaXNpdCB0aGUgSGVscCAgDQpDZW50ZXI8aHR0cHM6Ly9jLmdsZS9B
TmlhbzVyb3dmYmRLT1NvRlYxdDZGbUdrNGxhUmJyNkxwZzVvbXFvTkEwZU5Sbm5fMmRUSHhUY0dM
UFhLcmstMUNDOVAwRUNCb09EYzl1V2ZMQmdSaGN0THhrVzdKVEdFODRSVEl0dXV4NTA0b2dnN0lp
ZXdvLWRIM1d4cXFDMEgtNXVmMzZERjV5R01FMTU2UkUtWmJKMWJodEl0a0FuMkZJbmlhY2lKMVhY
c2djPiAgDQp0byBsZWFybiBtb3JlLg0KDQooYykgMjAyNSBHb29nbGUgTExDIDE2MDANCkFtcGhp
dGhlYXRyZSBQYXJrd2F5LA0KTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCnd3dy5nb29nbGUuY29t
ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBqNzNXaTFTOTJmZ0R3R19FU2JkTWlZZmJadDRqVjNw
eGNSNGlDc3hvclFaTWhkZTFUR0g5eEhmbmxmMlo1S3kzUVo5STQ4YlNJTkNpN3VZT3lEaTAzcm5S
R1R4VDBjZ3d6LVJYdEotcHVhaHR2Wkk4WndPd25walNGbjctd24tNzN5clU+DQoNCllvdSBoYXZl
IHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hhbmdl
cyByZWxhdGVkICANCnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--000000000000f1d84c063b86c25b
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/16032211101808635=
457/profile/verify?hl=3Den&amp;pin=3D77297&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5pZ6HNPse9JVQobWJpPZkFfkU03bMDQCY6eRdjylQszJ0RmXCbJ38iR9X_fgZ2O_qst0WP=
uVUQbJ0pjTAoH6b2-lTIYAgdKr_maEM3ueBWLzRI9Rds_4A8>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">77297</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/16032211101808635457/profile/verify=
?hl=3Den&amp;pin=3D77297&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oiqUGRjMmu7K=
DFQ4YCXukn0orAqhsRgLsH-di0Cz3WeD7OuJJYKpwZtR2CWqvFZd6UMMIL-RzNb6jZk1Bt_F7eF=
pLsi4zExfjVj8XDZnQyb-n1CGX5hxw0u9QY1vCTXw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/16032211101808635457/profile/verify=
?hl=3Den&amp;pin=3D77297&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oiqUGRjMmu7K=
DFQ4YCXukn0orAqhsRgLsH-di0Cz3WeD7OuJJYKpwZtR2CWqvFZd6UMMIL-RzNb6jZk1Bt_F7eF=
pLsi4zExfjVj8XDZnQyb-n1CGX5hxw0u9QY1vCTXw target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/16032211101808635457/profile/verify=
?hl=3Den&amp;pin=3D77297&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oiqUGRjMmu7K=
DFQ4YCXukn0orAqhsRgLsH-di0Cz3WeD7OuJJYKpwZtR2CWqvFZd6UMMIL-RzNb6jZk1Bt_F7eF=
pLsi4zExfjVj8XDZnQyb-n1CGX5hxw0u9QY1vCTXw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5pK4FjrT2AACYj0Q5=
uP2wQjDrNytoXsRLAIYzbuzkn50_vBNJgNzq808i8fp0YJtH-uk-nYJc2U8VbWVR_mDNN3fhr8W=
NFrziX0cAaLJxudYV32rRs1-5aj-DD0p_WrLv1Tvrj9d7WZ6yuZ-OfDmxe9B4BUIA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">help@24hourwaterda=
magerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/16032211101808635457/profile/verify=
?hl=3Den&amp;pin=3D77297&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pq_yTgxEJaam=
kUm5SyYkQB9bCMHYJsqDDnD3Yp2VAwkNS18jKwlwsJZyY8WpdaSKnbEACXfLwuva8iI6meyRYj-=
UpBV8bJvE5zXqWuFVFqe78lALwg6t-CBKEy1tQ1GXmlbw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/16032211101808635457/profile/verify=
?hl=3Den&amp;pin=3D77297&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pq_yTgxEJaam=
kUm5SyYkQB9bCMHYJsqDDnD3Yp2VAwkNS18jKwlwsJZyY8WpdaSKnbEACXfLwuva8iI6meyRYj-=
UpBV8bJvE5zXqWuFVFqe78lALwg6t-CBKEy1tQ1GXmlbw target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/16032211101808635457/profile/verify=
?hl=3Den&amp;pin=3D77297&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pq_yTgxEJaam=
kUm5SyYkQB9bCMHYJsqDDnD3Yp2VAwkNS18jKwlwsJZyY8WpdaSKnbEACXfLwuva8iI6meyRYj-=
UpBV8bJvE5zXqWuFVFqe78lALwg6t-CBKEy1tQ1GXmlbw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5rRpFVJHwoHNJ5TBMkPQEnNuNVZr4E7UQAMrvTmFnTc3wf4q9g_SArw_pBQFgdcViJFlFG=
YVdtQPH4eMzONW_BQW8ckR10ygkh9YskLJc6lEBN9uEIAx61N8QlyQPCo6wVUMqs8t8-yAu-CXM=
iBqumRGaxN0C6jLNnpz7_usp_bqA style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5pZkfhmmAHMOPbXndhUWQLdBXYzXTaNkDcjYFlgGJDJIc2xa8JjlRM0n2idVSy0HDAdfwXy25v=
HPsgkNmfuYJ4xI1LvRcFWm9rVfT3VkcfaHj35jbqK1yEo37pyzj5L1KB4T81upA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oSyCGtYB-qCR6ljLnPJkYql5De6tQ8cGZT6kUMOjxJi4alLBckQETPKGXViC-aOt=
Y-5RBzxMUcsHT4_TvcQJ9cIp37fBBPFeSJGLDQYi5SQA0kzn1r5cOb2LB5nzvJXxCTUw.gif></=
body>
</html>
--000000000000f1d84c063b86c25b--
help/.Sent/dovecot.index.log000064000000000240151007557630011740 0ustar00(�h�h����x����@����$maildir����$���h�h{K���h�h{K���h��
3���� �hL����help/.Sent/dovecot-uidlist000064000000000063151007557630011530 0ustar003 V1754120880 N1 Gfce9a323afc28d68a07638005645cfaf
help/.Junk/dovecot.index.log000064000000000050151007557630011735 0ustar00(�h�hhelp/.Junk/dovecot-uidlist000064000000000063151007557630011526 0ustar003 V1754120881 N1 Gfde9a323afc28d68a07638005645cfaf
help/dovecot-acl-list000064000000000000151007557630010563 0ustar00help/dovecot.index.cache000064000000042314151007557630011243 0ustar00�h�h�����������h�h�h�h�h�������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.Fromhdr.Message-IDhdr.Subjecthdr.Date� MMessage-Id: <1754120880.i7Fmkw3IdrRaquD6@premium320.web-hosting.com>
�Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnGhl?= =?UTF-8?B?bHBAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t?= =?UTF-8?B?4oCdLg==?=
yFrom: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
�M>From: The Google Workspace Team <googleworkspace-noreply@google.com>
S;Message-ID: <autogen-java-7e066927-d149-4f32-b0aa-251a891cb952@google.com>
#=Subject: Verify your email
 ������h���h�h���h���h�h�h�h���h���h���h���h���h���h���h���h���h���h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITY��sContent-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-3700440-1754120880-0.694558450891336"
,Date: Sat, 02 Aug 2025 07:48:00 GMT
}Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
>To: <help@24hourwaterdamagerestorationlongisland.com>
�h�$U@Content-Type: multipart/alternative; boundary="00000000000019b21a063b60208d"
.<Date: Sat, 02 Aug 2025 11:25:01 +0000
<?To: help@24hourwaterdamagerestorationlongisland.com
���h�&�}�h�}�hA�h�}�h�}�h�}�hA�hA�hA�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�}�h�����������������������������������������������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYhdr.BCChdr.CONTENT-TRANSFER-ENCODINGhdr.IN-REPLY-TOhdr.MAIL-FOLLOWUP-TOhdr.MAIL-REPLY-TOhdr.REFERENCEShdr.RESENT-BCChdr.RETURN-PATHhdr.SENDERhdr.X-DRAFT-INFO�8 !"#�Return-Path: <3jfWNaBcKAPoiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com>
Return-path: <3jfWNaBcKAPoiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com>
$%	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1256 16 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 4388 56 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000019b21a063b60208d") NIL NIL NIL�
��AS�5H1gj��H�VY�$8@DCFrom: Google Workspace <googleworkspace-noreply@google.com>
]AMessage-ID: <22ea9bb527e9caf14a72b8a86a2defd6e6263b75-20184961-111051900@google.com>
YBSubject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
.;Date: Sat, 02 Aug 2025 04:27:04 -0700
UEContent-Type: multipart/alternative; boundary="00000000000065b1ac063b6027fa"
H<Reply-To: Google Workspace <googleworkspace-noreply@google.com>
<DTo: help@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3CPaNaBcKAHcbjjbgZrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>
Return-path: <3CPaNaBcKAHcbjjbgZrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>
$% �Av��e�gH�gj|
�
,H�"VYPW%Y�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3496 44 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 22821 469 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000065b1ac063b6027fa") NIL NIL NIL	��h0GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <a2e202f2d4b7e671e326d67d95c7ed90ae071098-20189259-111088867@google.com>
NHSubject: 3 easy steps to get started with Google Workspace Essentials
.=Date: Sun, 03 Aug 2025 08:53:40 -0700
UKContent-Type: multipart/alternative; boundary="000000000000b062af063b77fed2"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
<JTo: help@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3BIaPaBEKAJkPHKDLI357-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>
Return-path: <3BIaPaBEKAJkPHKDLI357-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>
$% �A����ֽH�gj"|ZHf3VY]�1��("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 7036 90 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 41265 980 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000b062af063b77fed2") NIL NIL NIL
��hpKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <4ff720334da283a288fb0ec4003fb8169c9f541a-10024494-110966705@google.com>
zBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island Houston on Google
.;Date: Mon, 04 Aug 2025 02:30:42 -0700
UFContent-Type: multipart/alternative; boundary="000000000000f1d84c063b86c25b"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<ETo: help@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3wn2QaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Return-path: <3wn2QaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
$% �Ae�.m6pH�gj�	�	H�VY�bce�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2474 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25955 734 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000f1d84c063b86c25b") NIL NIL NIL�}�h\KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <978b47ebeb97eab51c3687bd43d32bcadfb718b2-20265398-111349049@google.com>
gBSubject: 24 hour Water Damage Restoration Long Island Houston, your profile has been suspended
.;Date: Mon, 04 Aug 2025 09:01:54 -0700
UEContent-Type: multipart/alternative; boundary="000000000000001bb5063b8c3a58"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: help@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3ctmQaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>
Return-path: <3ctmQaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>
$% �A�L�NH�EG4i5H~VY�DZG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1641 53 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18266 644 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000001bb5063b8c3a58") NIL NIL NIL{ِh,GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <e09497a7744bc45fb290e6ae9d4d497b3409ab0c-20189259-111088031@google.com>
KHSubject: Collaborate and connect with Google Workspace mobile apps
.=Date: Wed, 06 Aug 2025 08:53:41 -0700
UKContent-Type: multipart/alternative; boundary="000000000000449f33063bb4588f"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
<JTo: help@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3hXqTaBEKABQG8B4C9uwy-78By95I08805y.w86@scoutcamp.bounces.google.com>
Return-path: <3hXqTaBEKABQG8B4C9uwy-78By95I08805y.w86@scoutcamp.bounces.google.com>
$% �A��y�{H�gj��0H�&VYLik3("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3800 48 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 27519 563 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000449f33063bb4588f") NIL NIL NIL�z�h0GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <e42d92a68f3caf4e767d69d12aff95eedc3e47e6-20189259-111085104@google.com>
PHSubject: Collaborate more effectively using Google Workspace Essentials
.=Date: Sat, 09 Aug 2025 08:53:41 -0700
UKContent-Type: multipart/alternative; boundary="000000000000d46023063bf0b16c"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
<JTo: help@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3BW-XaBEKAIwC47085qsu-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Return-path: <3BW-XaBEKAIwC47085qsu-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
$% �A����H�gj�OH0VY4w�yt("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 6170 79 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 31144 628 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000d46023063bf0b16c") NIL NIL NIL
o�h,GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <79ebd080c841dc79fb572c7afb0987f9fed6e50e-20189259-111088891@google.com>
JHSubject: Connect with your team using Google Workspace Essentials
.=Date: Tue, 12 Aug 2025 08:53:42 -0700
UKContent-Type: multipart/alternative; boundary="0000000000005bdaa1063c2d0bb5"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
<JTo: help@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3hmObaBEKAAc3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
Return-path: <3hmObaBEKAAc3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
$% �A���twH�gj&hBHf,VY�_wa�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 5224 66 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 24951 498 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000005bdaa1063c2d0bb5") NIL NIL NIL�c�h0GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <71b70300c4266919abf1b50c6e9338bd38805399-20189259-111085107@google.com>
PHSubject: Use your Microsoft Office files in Google Workspace Essentials
.=Date: Fri, 15 Aug 2025 08:53:43 -0700
UKContent-Type: multipart/alternative; boundary="000000000000f9ccb7063c696417"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
<JTo: help@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3B1ifaBEKAIA0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
Return-path: <3B1ifaBEKAIA0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
$% �A���l�nH�gj��7H�(VY[�\�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 4298 55 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 23794 479 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000f9ccb7063c696417") NIL NIL NILX�h0GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <1a09012205b97d9123e25b79705975760ba3e10b-20189259-111088007@google.com>
OHSubject: Invite colleagues to your Google Workspace Essentials account
.=Date: Mon, 18 Aug 2025 08:53:44 -0700
UKContent-Type: multipart/alternative; boundary="00000000000093e537063ca5be16"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
<JTo: help@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3iEyjaBEKAPkxpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Return-path: <3iEyjaBEKAPkxpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
$% �A���_�aH�gjKz/H�&VYiPR�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3706 47 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 20997 412 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000093e537063ca5be16") NIL NIL NIL�L�h GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <0e57e2af02c87ff98a2fe397ccf5a994958cc625-20189259-111085056@google.com>
?HSubject: 3 tips to take productivity to the next level
.=Date: Thu, 21 Aug 2025 08:53:44 -0700
UKContent-Type: multipart/alternative; boundary="0000000000001788b0063ce21822"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
<JTo: help@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3CEGnaBEKAHMnfibjgRTV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com>
Return-path: <3CEGnaBEKAHMnfibjgRTV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com>
$% �A�����H�gjG�CHw,VY9�1��("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 5258 67 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 34865 760 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000001788b0063ce21822") NIL NIL NILA�hhelp/dovecot-quota000064000000000061151007557630010213 0ustar00priv/quota/messages
12
priv/quota/storage
480713
help/dovecot-uidvalidity000064000000000010151007557630011403 0ustar00688dc2b5help/dovecot-uidvalidity.688dc2b5000044400000000000151007557630012550 0ustar00help/new/1754754829.M834742P2295094.premium320.web-hosting.com,S=42941,W=43735000064000000123675151007557630017636 0ustar00Return-Path: <3BW-XaBEKAIwC47085qsu-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Delivered-To: help@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id qAhLMQ1vl2g2BSMAVkXPrw
	(envelope-from <3BW-XaBEKAIwC47085qsu-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>)
	for <help@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 11:53:49 -0400
Return-path: <3BW-XaBEKAIwC47085qsu-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Envelope-to: help@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 09 Aug 2025 11:53:49 -0400
Received: from [198.54.122.200] (port=43670 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3BW-XaBEKAIwC47085qsu-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>)
	id 1ukltG-00000009eMp-1KEx
	for help@24hourwaterdamagerestorationlongisland.com;
	Sat, 09 Aug 2025 11:53:49 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=iIusftyY;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3BW-XaBEKAIwC47085qsu-347u51Ew44w1u.s42@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3BW-XaBEKAIwC47085qsu-347u51Ew44w1u.s42@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bzln22qrQzC24Y
	for <help@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 15:53:42 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-70e5ae5c517so41039957b3.1
        for <help@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 08:53:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754754822; x=1755359622; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=eHdDpVX8Ffk/YRQCooE/G0wlMO05rQeDI0HvT6GDEUY=;
        b=iIusftyYatK48JImTQatdOr3KcyvlK3Z3u2VQRATjaMyJSw1psUJIGFEtcNiCc71eZ
         ImXajURI5BDS8Qju6WfSuFsxOwi2+XvUVen8d5RzF2t/qz+EL/FW8Xt5EKLBICMtW9Qw
         twcMwr6U9Ng3+PfK7ifDTgflkrS7zNhsWW6mnGoysAjdiUvMzgVqeAFYJ0dBLirQ9GDF
         o//jC/97xpMVV9kukRtoSzMMUgL3XOvTMachEZFfCJjGppxeb4Hwu1JTD6ivInaI6pbN
         6qSCyCvwJ36ch1aF1ylwCq9lmWLgcLcXUI1hbw1PtspWHw12N5c83ALo+W+7JwiCo1Er
         rNeg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754754822; x=1755359622;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=eHdDpVX8Ffk/YRQCooE/G0wlMO05rQeDI0HvT6GDEUY=;
        b=OcqffGYK3G0f9BHtcjm9qVVve8JycjUD4UC+b4//QTvrGtbU82EZIQu07Wtf22/BiV
         K9RmPD4jP5Q3vwUa2lDANv1RDUp6jXq+zz9p4p9QI3lzQqTTckHeWW54phwb6s5iH/Dn
         QbW/tGcMToug6We4+a4il6b4NmQowcHOxS6HT0bDptyMrzFFr1vUDoUyU5pMWoIjkqHR
         OasdwSYkCjUKVeLcVoZCk0CMh06rrrz9TFel9e6xqkef1qABidMPZGnnTIwYrHimGnxv
         2MpVOuJWYrY1JBg44Uy+/IF7TE8t9R26SSFgGTsNvcJHDvVZ10GtHdDUfqtn+FgKqZlr
         Fylw==
X-Gm-Message-State: AOJu0YwV3iFOlys1ESAQl/pBswvt8yhGm2P1Vro40c/epHTqYY8uSI3H
	AFLRyVdHAoGgu9jKlD51c9WmfpstO/HMcbq5FQw2BAkWc/zOAYjVspJtd2+5
X-Google-Smtp-Source: AGHT+IHhfheL9Sz2m+IH106wHgEBQyPbpdbLPhDO9bTd3uwRfnJr7sHSCAHqAcaeV1Twndgy60KXSbw=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:67c7:b0:71c:1592:6efd with SMTP id
 00721157ae682-71c15927072mr10145667b3.42.1754754821938; Sat, 09 Aug 2025
 08:53:41 -0700 (PDT)
Date: Sat, 09 Aug 2025 08:53:41 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140157
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5q01_t0ZcTKdTICUELaA_QtxHYWdPX80agcc1XusOqJxqig6qqWaFkq50KIAa_pBjVG8XSH-GOXAh7lBY3WOoXEkemRQ1awz3rZpQf2jPZ944nCvTa6pJe_k4kptyXwnt5SmS_9tZoEXMlTuOoZ7vLyi_SmGGfRZcV5zw95J4KqmCmhPszPMD05s7ORCyxzhyToHMCl8sqQn0VbjgdhHDLgzpQ3rW3M9Zc4Omu5C5zfxXnyBtOeoMORJsEd_7jwIpVg8DMBGf5QpoX9u_UHnn_SLRZmpa3pAEezbxJfRVJceCCirsCyI-4ACmGHpO3A8GqSpShaPjlUy9BrnnFnG-h8PSrRS6-svar9h-E?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509315-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 4b44edd31caa0000
X-Notifications-Bounce-Info: AWoTSIECJKIYcZnQ-fXlULUKW2KpD6I3dymNU4TcxG4l9ASzIm79mfBbT10VujKWGo8gZX69O2TgYJKySvFS89r6U8YVrfKZeM3MhxDm7TqvruK-JeBF3BZix1OOy3yKBWalmO3H6s0IdBpz00tO1AvAkV1CoAqz-_KHttDDz-tTNF7PjDKf8G3YrFy7rPZxGm2uP7TQBKW-T9BhKtkPDtecF38cJX2C_8JZpvce_oB8oQZxCYMQQy03uSNUXNjRO2E62arQUZfkK7I0KxkjUgoYzd6tgR74KHcoXGtue0nnxXj3fdfHQ4LVHZSZOOtcgSBrtR0rQqk0yw850KFHMnZ-2cX_SKPhoHP3tnZtf887uy40xGT1yt5s2o-TO1b-649oyDAoYdBiipUWFY53HQ1Qdp-L4ewpRhWKoe0WleW_a_PqGyKYw7Hx_-Q5aaYCdx4W9woRZUk4sePI0cFOHk1CV-aGGell8SkasaJxMGH9lN5ZomrTc6i2tlbp_QyadisyIIlsCry2N5VUDkRYEuNtCve3bY9PQi8Ybk_IZlIUwZdTTFAgSHODX6InLr6njBbcKQrvgvwbR7fJswg9VRVUhMYZZ78JJGAGxxIEgFSKFcaeaxJ1YqLa8V6bMP07geKxXQC26u9_TBjXHWZ59DIUxGemcQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <e42d92a68f3caf4e767d69d12aff95eedc3e47e6-20189259-111085104@google.com>
Subject: Collaborate more effectively using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: help@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000d46023063bf0b16c"

--000000000000d46023063bf0b16c
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpNb2Rlcm4sIGNsb3VkLWZpcnN0IGNvbGxhYm9yYXRpb24NCg0KDQpXaGV0aGVyIHlvdXIgdGVh
bSBpcyBicmFpbnN0b3JtaW5nIG5ldyBpZGVhcywgYW5hbHl6aW5nIGRhdGEsIG9yIHByZXNlbnRp
bmcgIA0KYSBwbGFuLCB3ZSd2ZSBnb3QgeW91IGNvdmVyZWQgd2l0aCBhcHBzIHRoYXQgY2FuIG1h
a2UgaXQgZWFzeSB0byAgDQpjb2xsYWJvcmF0ZSBhbmQgZHJpdmUgaW1wYWN0Lg0KTW9kZXJuLCBj
bG91ZCBmaXJzdCBjb2xsYWJvcmF0aW9uDQoNClRpcHMgZm9yIGNvbGxhYm9yYXRpbmcgbW9yZSBl
ZmZlY3RpdmVseToNCg0KDQotIFF1aWNrbHkgc3RhcnQgYSBuZXcgZG9jdW1lbnQgYnkgdHlwaW5n
ICANCmluICJkb2MubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81clgtVXRUaDF6ZnoxODd5cWdaOTRE
eVdOYW1kQUZyX2RiaU5LMEJoN1ZRUFpBc3dMaVdaUWM0bmZ5QmlieHdETEtyZU1WeGlmRkU0bmV3
X3VQamk3dU1jZ1l1UXV6d251aE1pbGttVlhyZ05uOE5fMzg+IiwgInNoZWV0Lm5ldzxodHRwczov
L2MuZ2xlL0FOaWFvNXBhVWNlUEEyQ0w2M2RSMnJDeEFXLXEyQmN5aDZPZGZZOTExMWY1VGhCbWpJ
YVoyR3RyTlFZc1R5WXFZTVYySU8zcXBGUTdHQXBQTUtIX1pKSjhVcGc2UjUtekRkUEc5Q3A0aDhn
czByVG02RV8wVHIycnYtbz4iLCAgDQpvciAic2xpZGUubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81
b081d3hkWFhpeUNSVnZZOUtvZTZtdzFJLXdHX21vUzNPVjFucndtcnZhN3RLbENKRTZQdmZqSGhr
cUh6ekJibmdkbkN2OXBkUmwtN0xHTHdNYWM5MjhlcGF6U0oyTFltOFZHU05pck1hOC1lenB6LTVC
N20wPiIgIA0KaW4geW91ciBicm93c2VyIGFkZHJlc3MgYmFyDQoNCi0gU2hhcmUgZmlsZXMgd2l0
aCBwZW9wbGUgd2hlbiB5b3UncmUgcmVhZHkgdG8gY29sbGFib3JhdGUNCg0KLSBBZGQgaW50ZXJh
Y3RpdmUgIA0KZWxlbWVudHM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxWVlXZGw1b3ByZ0ZCOEplcmpN
N0F1YzRUTGtSYXJ3akp0TEVqS2k4MDlfX1NvcUhodjAyeVY5emQ4NWpuUGgtMDdIaDRyLURERW9Z
MU9ORy1nSzdHSUhnblJUNW82cWllVXJ1TVlFMmpCdTh6a284YjNhU2JVY0tHVlBkU2ZzMVdrNVdZ
LUpmXzUwZlA0SHdmSkkwZWh3SXZwWk9XR1BXMHc0LWxDc0lTQkRnRVRLTElfeTdMQ1VndWdHTTlS
SXlmYTA5UlRWRmFHcG9hbk5UNTk2V3N5a3c4bkhaTGFZbWU2U1pnWlF6QjZobDBaS3JFQUVtMFYz
dlNpV1J3dkZCblFvbzdycl9oY0tKdmNMeHZQZFFFeVVnU2ZmUnRzTEhpYUpBaVZZRlFSTmVLR3VB
MmpobkdNVFVIOENtcEk0bHNQaU16OWFsZDM1eThLVzVvaUhIMktLVk1ReUFTYU9sSUdZdmRReWdL
MHVtX19IMUhjbktzeXc1cHRuV2JiVjlaeGxTa3VvVngtVjE2RW9SZz4gIA0KdG8geW91ciBmaWxl
cyBsaWtlIHNtYXJ0IGNoaXBzLCB0ZW1wbGF0ZXMgYW5kIGNoZWNrbGlzdHMNCg0KLSBBZGQgY29t
bWVudHMgYW5kIGFzc2lnbiBhY3Rpb24gIA0KaXRlbXM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvMWxQ
Rjh0UGtOMmhvVlRyNWlkdUUtMkVUdVRkei1pajV2ZlZ0VklBMmJLLXl3NkZfYUhEZU1rMjNoc29o
MkMwMmNTMG43NjVNS1pHVEhHWnNTeWtlSHZiWDNqWjhKczNsYW16cDI1OXdQSmFNY3E5eVNEMTRB
eDJCTExTNHdPX1dRV2taZ0RxbUU0VUV4dkEtZ3hab0dFNWlmM0tCa21sZVpZZERFVVdjQXlpUFFZ
bnRWdm9IRGJDeVRuc21IbGZUczI1bEZwLU1LYWQ5QTNVQmt1di15SHdvXzdpLTRsalRMWXM4OC1L
VmpIcHFHXzctOXJJWlRTWi1KVWZYWXB5RmZkN2lWR2xzUkNZdkoyQmR3WldGY3IxUlg2NGNjYUxF
M0JaZVhtUUpjNkFnMGh6MEltUjhrSG1UaWNPUnZiZXpIWkV2SElVTkc2eVpuc0paR21sNVdlcXl2
RWJZQlAzM1RGd3ViRWJuMj4gIA0KdG8gY29sbGVhZ3Vlcw0KDQotIERvd25sb2FkIEdvb2dsZSBE
cml2ZSBmb3IgIA0KZGVza3RvcDxodHRwczovL2MuZ2xlL0FOaWFvNW9Jb21RRy1mU1hKZUlMcTRo
SFYxTngwVUYydW5XdGhTNkFicWdkWHllc3hGRmd4UElveFFGTjlOMGptUlZjUUpYcGVQcEk0NGUz
WTByTnlDcmxtdjZpRjlOYzBJWE9zUmp1amhISjBKSGtIZzZkeHVRdGozMHBaVjlTeVBUU2c4TTNF
SU8xRkw0bjlGTWhUZGdWcHVSUGk0VTRmRVYzLVV2Tmhld2FXbmlLNXRRQjVycWxaQm9PdWYxVzRL
dXM1QUhRa2RLX0prUkZ2SUNOa2Z1dzRvQnpiNVE4NDV0eW02alRFRzlFRlVOZXJ2Sl9vSzZRWk9w
cjRwM0dnRFB2b2RBUnNLTEF2T0tWMWdwN2xUZ0FRckN5OUhycUc5SWZkbVp3V3VHV3pGYldHQTJQ
Uy1CNXdGWk53bmdVbUhhYTZWcHVYVkxkPiAgDQp0byBzeW5jIHlvdXIgY2xvdWQgY29udGVudCB3
aXRoIHlvdXIgZGVza3RvcA0KDQpWaWV3IG91ciB0b3AgY29sbGFib3JhdGlvbiB0aXBzICANCjxo
dHRwczovL2MuZ2xlL0FOaWFvNXFTLTRNMi1WOVZTaWUwVXRXMEdRTTdwejFOVHdSazNLWUwyNkQt
b2dLcTRKZm9Lako4MG56dGVWWFhkenRzUHFZTnZtbUNLMmhEdlRfNU1nbDdxbzg4UXBuTGw2OTA5
Q1JaUDhNQ2ozNWtld2p0SjZ6NlVzbXpjbjVKcFhjd3d3cWRRUzNGaXFpUHZNN0NUbWdNVC05V2Et
ZVVncnNMZDBlYXRZODdCalYtaUlUQXlJSGZVUDl3MlQ1WlcwY1pOSU9WTjhrNXE0MzMzTjZ6YzRn
M3Vncmg4N2ZkT0tRYmlCRlhLeExvNDBKY0tNSWZNOEoyWjVwcnUweHh0ZHFCMHhnY3lna1JBdFE1
ZUhmRk5RTjl2ZFdjel9NdGo1S3BGdXJOamVFN0l0aGJCcm1HVElEdXBSSHZMZ1l4Q0dPZUF0aVJs
VF95Ym5nT0dTQT4NCg0KDQoNCllvdXR1YmUgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81clF6Z2JC
QVJ1b3k0UXpxWDFJTzB5RXJVVndRSVMxMDZBVEZuTnhueHZmTUE3SktZQUNmaVN5MlVlaUN1cXlp
R0JJSU5BalF6S2hESHBLdl9vVTByZF9mSVRkWjFDWHJuQ0V0cVc2R25EQTI0aU1XWC14eVFLdVI3
S0dtc1JWYl8yc3BQMnVaVWlpYkkyXz4NClR3aXR0ZXIgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cUdyaDBLdlRUYXl6R3d6WHZnVWtSWVRUOEplVXdVdTBZdmVVeXdqZ1JoVzhnWWFhQkYyNko1SC1i
a25hVWJIekNhT05yZUphNEhDVlNoY0NJNHUyTHZ5NFhNTzM1UlRfNElJeU9mYzZCakFsc0Zqa0dR
OW1nekJrc3ZEVnhDMG44MnlYczA4ckE+DQpMaW5rZWRJbiAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlh
bzVyWDliTVF1NF9MdEFFS3ZoOG9JMVdqTXp2cjBsTUpTdnF3ZXl0Z0NZc3I3UXR2dU9fSVJyeWxl
NGh2bC04RldtREszQUl3bUZNYmV1ei1JZHY2d0tVSExrekc5eFpETnhmbnZnbU9tWS15VzlJVThT
YWRpZFk1NnU3blNpU1V6NEVtVEI5T0NEczY5c3VqNTh2Q1AyNzFVNHJ2c1Rxdz4NCkZhY2Vib29r
ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFQaUdkZHZENmdoVHE4d19vWDZWWG40YUNSc1lNdDZl
NUV5dkFMS291QTd1aFJxODBCTkxRanVqZUxkTW5nQVNSQXZ3ZUJ3cGxFUGNwUTVidUwzYTQtMnhW
d2FIQ3h1Ui0wclE5OFJIQ0hVMjE4SlY0aldNaGVXRzBocTNLMWxoSTB6QUJ1OUkxZDhpUkdBdkk+
DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cUlZdjhYUE5VcEhrc2xrZjBSaXR3
bDJSeHQ4a0M5ZlIwUEhzX2VYU2gzMWF6RUdCbzlyMDJ5ZXR0Y3VDUVU4VmMyTXFnMnNLbTZ1SVVo
empFY1JzVzN4cllCSHlwUU96ZmdGN0otQ2x1b1pwa052LVRqbi0tY29nRkZydGRXYWE1WFFtWFly
MkhpMzFZZkhZSHVOMkk+DQpHb29nbGUgTExDIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1v
dW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWlsIHdhcyBzZW50IHRvIGhlbHBAMjRob3Vy
d2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tICANCmJlY2F1c2UgeW91IHNpZ25l
ZCB1cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3QgdXBkYXRlcywgYW5kIHRpcHMgYWJvdXQgIA0K
R29vZ2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUgdGhhdCBzb21lIGZlYXR1cmVzIGhpZ2hsaWdo
dGVkIGluIHRoZXNlICANCmVtYWlscyBtaWdodCBub3QgYmUgZGVwbG95ZWQgYnkgeW91ciBvcmdh
bml6YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRvICANCnJlY2VpdmUgc3VjaCBlbWFpbHMgaW4g
dGhlIGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJlIGhlcmUgIA0KPGh0dHBzOi8vbXlhY2NvdW50
Lmdvb2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVmZXJlbmNlcy91bnN1YnNjcmliZS9ndC9BTmlh
bzVyWXd4bWRlR21qdU1UWWZiUUhzLUdQYm55M0tEYzFfTHQ4Q09vYmJQcm1uUnd2QWRBZjFMZURG
cXVrOXMwWEdLeF8xLTRUMzhKQU52a1BUcWpud2FWTldaRzdtTDY0RTlaRkZPTUJLcGxwVF9IUXRV
MGdmbWtfZzZnbmVzX3FNOVpvSm1VRDF1RDc5bUk2amltUVQ4TzRsR2pmVFR0OHBHczhUc3o5UTlZ
VG9PNHpEM3FGbFg0OW5JMnVxRUI2TjNFVmthOF9aUUpEUWxZeXBpaHVna0hWZlY1VS03MzVxT0Fm
eUN6OHBiYTZxYzR4NUs0YjdkMktKQTdOdVdOay1NQVRGRFYtd2hpTHFKN3E0RG1hMkdGdzE4cW1x
R3VaRXdlZXR5a3duaXdTdVBCNG0zcDVlSXNjb1lQUWljVXA0RUFUdTBwaWRLRWRRUVhlTE9PSFhK
LVB1Q1hrQXdvUnc1eEk/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVtPWVtYWlsJmF1dG89dHJ1ZT4u
DQoNCg==
--000000000000d46023063bf0b16c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Tips to start collaborating</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">We've =
got you covered with apps that can make it easy to collaborate and drive im=
pact.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Modern, clou=
d-first collaboration
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Whether your=
 team is brainstorming new ideas, analyzing data, or presenting a plan, we'=
ve got you covered with apps that can make it easy to collaborate and drive=
 impact.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
12px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email3b-transparent-w956px-h600px-2x.png width=3D480 height=3Dauto align=3D=
center style=3Ddisplay:block;width:480px; alt=3D"Modern, cloud first collab=
oration" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:17px;padding-left:17px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Tips for col=
laborating more effectively:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:10px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly start a new document by typing in "<a href=3Dhttps://c.gle/ANiao=
5oXGo2kyxzLarflH6hT-gvbUlH-pY4cjXiZybyrZGMh5iQr4qtEbsFmyCOR13PLFdrbv65M7dQ6=
YctxkEWekPIYww9_oI0R3tWs3rHapy6v2zffQ08hKw style=3Dtext-decoration:underlin=
e;color:#1A73E8; target=3D_blank>doc.new</a>", "<a href=3Dhttps://c.gle/ANi=
ao5pP8dDVsdv7injX2-G9bqAnLzoY8hhF_GVexzPakNGfDaveq5Vsg6-jZLPHUrEBU-oSmmXreA=
8v5uXADn_35M7A4vpzIb7WxSDUCqpC00Z9j236Uee59PpwKw style=3Dtext-decoration:un=
derline;color:#1A73E8; target=3D_blank>sheet.new</a>", or "<a href=3Dhttps:=
//c.gle/ANiao5on8JKCtLR81aHDzrsP-WULW3UNOJaHtRiWJR_MMWn5oiUSPc1sKCe7kwpMIn8=
Oz9RAe2pmHlU3dtbgU8tui6oFRuLZ1IIYX0nXD7gvldIP4Ug7lWyYZ7KLAw style=3Dtext-de=
coration:underline;color:#1A73E8; target=3D_blank>slide.new</a>" in your br=
owser address bar</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Share files with people when you're ready to collaborate</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:7px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add <a href=3Dhttps://c.gle/ANiao5q9r9HUsmN8smEW0DGHGOo3_A_TWLWEerGBrf5l=
TJ6WvBths-T7GDlPVZDUuC9iXTNBPWesVa2y158mjidq3Z5lFGNwVbngEzMwU2r4dPB3zacBhV4=
ts60-Od-q_DTX-MuFmdFaN2xMpl0u4IBI6d1Y81qECGEDVPeK4VKlW4CGA3OJpHVPXwcyxqKgLb=
bPmM6-A21o1Ifpqixone0ejPpgR9iTho839rcM3dI8U5mbdnkif_EcoAefChzzWgcsmqjn5MDKB=
R9BJYYAFzwT93SwCk38ZBZaZWqWToCr2HFrbRtPzPjHX3xQnVK_-Ul8rmKpAf4clcsBG0c-J49K=
kqByHhgiAzOKOsNSpHuD9-nbIw15n6w01eBpkhWUZfwICrnmKIST_hd3gLlWVsKuIw style=3D=
text-decoration:underline;color:#1A73E8; target=3D_blank>interactive elemen=
ts</a> to your files like smart chips, templates and checklists</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:9px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add comments and <a href=3Dhttps://c.gle/ANiao5om5S4nKOuvs43UuqEQPH_btqU=
it0kTryIDxOihSLXjXMb-73WXNnIN2b7Vvez2WEJIl_YFtidlCQAVPSZ_4RRAh7OlByaLhrrB5g=
jb1TegfWPVDfzctqSzOE-oNioAcjiYWvuYbxFFrDvEVQI8CkUTQpRrl6aknfBghqCt4sgoieDYe=
XT_QraOQDXxBaIQx78o40MboWB9O6Q2pkuk60QHI42LtFqw4b-8fz3PYdbK7w0QjGm6kK-XDvnD=
6OJTU7BwLWRU_JuIhJBNWls-F1fdup_3xBPWkMlMncnlqzXis7ZZmbh5zKWwkGlseIvdhW_4lHl=
uHGS27rrIjYUo61yR5w2mNMNxHYi4wt53HUQO40w style=3Dtext-decoration:underline;=
color:#1A73E8; target=3D_blank>assign action items</a> to colleagues</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   <a href=3Dhttps://c.gle/ANiao5rH9COQRW_4dJnTQItJBi84QX2VNbvjwSiJsVnCF2jR=
9JIsPThi15KJTkHQehuwdxjk1lmGk62GdDzYrq7V6nmZysQQGnxZOpp1C4714JW6Zg4GghY3X14=
_NdIbo2_RIh0w3ga8HvDWB9IVXha26i78M1CP79KeYF3Z_TZGLQs851o-QxZxYQvSAjqToFH_hs=
9mCDwswcyiczb58TqL9Aboc8CtRVTZzj3shKdmnoFiCqwO4NaG3nwtub6Hay-0OrjXAzYVj_fQD=
ZTutD24aQ_7-4oZ0ddBQk4oid0A25InIQglO0QoQGPz63VdHRt_3maZUi8Q1RY style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Download Google Drive =
for desktop</a> to sync your cloud content with your desktop</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:40px;padding-top:26px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5pPjRds2oA_Mwsme0FXmkutfjXpSBA5zgeijK0YRduZCcA2UJv7sGCGgP=
xVWSiEXoC8GrxKA8zXoFoEL6YH-bwyBiLF6N6hyWP54B969xbi41hwNavYwSt57yDXaT7iw-28S=
QZe31hO44hpHFqyM5sE2YiSgUdXs3AYxWLYJAxfmEw16wZ0k8uKFkcY23qo1-n8qh8EfMgoFAQQ=
L2ypxvipddm8wke-DWgVdNLysLdFzkTc0sc4z-R0uJZLghzaJhu_zTGVmn5DKpzlcbHtpDOLvMR=
xhZMmitNi8SNxu7MNv5V_ryPaBBpJ3TUtGTid5d8JcKIthPnj7HR_Kg" style=3D"height:50=
px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E=
8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">View our top collaboration t=
ips</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5pPjRds2oA_Mwsme0FXmkutfjXpSBA5zgeijK0YRduZCcA2UJv7sG=
CGgPxVWSiEXoC8GrxKA8zXoFoEL6YH-bwyBiLF6N6hyWP54B969xbi41hwNavYwSt57yDXaT7iw=
-28SQZe31hO44hpHFqyM5sE2YiSgUdXs3AYxWLYJAxfmEw16wZ0k8uKFkcY23qo1-n8qh8EfMgo=
FAQQL2ypxvipddm8wke-DWgVdNLysLdFzkTc0sc4z-R0uJZLghzaJhu_zTGVmn5DKpzlcbHtpDO=
LvMRxhZMmitNi8SNxu7MNv5V_ryPaBBpJ3TUtGTid5d8JcKIthPnj7HR_Kg style=3D"backgr=
ound:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bo=
ld;line-height:21px;text-align:center;text-decoration:none;width:255px;-web=
kit-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:=
0.25px;" target=3D_blank>View our top collaboration tips</a>
                                 </div>
                              </td>
                           </tr>
  </table>
  =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rwPBaUT9f1EsI3WmUkf6bsSiiyXtngD18jpIz=
nHjRCewHKBTLWgjTdz7d45l5jbl2o1zbLYpwGOsg_ZppFUyEKFjEGO5pPkqJ43t4c4EtxQOTruo=
PHJsoSbtvlV13K5oT1e9kW78Ti2Nwbue4 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qr-1Dq1YUF42IlUpLGGFFNgn168AD1IFwFI2W=
wuKxbSOZw9lFX8gFvNbyW2tcVnOHn1FjkjJ1YWe78h5pdZVN4l40ydnsy3jMIBCibpEaB66OvQR=
pzYCnIg9o_RAUmUqHsAIn5LrhJsA target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qhQiKmSUmglgKVGLpBYXiXJUk6ckWkSbithd_=
0R7V7wzEpquylixs9fJTJR0Xd3KqcmLJEaiN4J53f56HsySsM8YiirYDfdHEMsQajmCz86GpFRf=
8kT2LtFwo-XwT2loEKACPXuaWpe9Np1iv0fAgSd8QzYLstF3c target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oumes24piYfvSR1dfcbQHcrvxNNHa0rtgBRVc=
uN8F-WV5DNkQzgkZdyWAR3c_Hp378NCqTcG-KbHzU8cVZZnP1KirTrmkrAwqorYRrP6omBmx0Iy=
X5WlYakzoiRM5u8U726Sm1ACh0XZz3XFCDlw target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rZsjqSQbTSXovuR_ylJ4mlec6nySQxXOljq9V=
SufMe6Jxq8Am8FBTFi2GT79u21u0e8-Q-9HYaZ6r9yw2IlTmnQN1KaTXJ6wRnF5VKhPgGEh_LUI=
cVukJViyLcHV4FzALnb2OzSKRUAT2OiIhRW41-bQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to help@24hourwaterdamagerestorationlongislan=
d.com because you signed up to receive news, product updates, and tips abou=
t <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>. Please note that some features highlighted in these emails m=
ight not be deployed by your organization. If you don't want to receive suc=
h emails in the future, please <a href=3Dhttps://myaccount.google.com/commu=
nication-preferences/unsubscribe/gt/ANiao5q01_t0ZcTKdTICUELaA_QtxHYWdPX80ag=
cc1XusOqJxqig6qqWaFkq50KIAa_pBjVG8XSH-GOXAh7lBY3WOoXEkemRQ1awz3rZpQf2jPZ944=
nCvTa6pJe_k4kptyXwnt5SmS_9tZoEXMlTuOoZ7vLyi_SmGGfRZcV5zw95J4KqmCmhPszPMD05s=
7ORCyxzhyToHMCl8sqQn0VbjgdhHDLgzpQ3rW3M9Zc4Omu5C5zfxXnyBtOeoMORJsEd_7jwIpVg=
8DMBGf5QpoX9u_UHnn_SLRZmpa3pAEezbxJfRVJceCCirsCyI-4ACmGHpO3A8GqSpShaPjlUy9B=
rnnFnG-h8PSrRS6-svar9h-E?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue tar=
get=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscribe h=
ere</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000d46023063bf0b16c--
help/new/1755014030.M170710P3248359.premium320.web-hosting.com,S=35939,W=36590000064000000106143151007557630017574 0ustar00Return-Path: <3hmObaBEKAAc3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
Delivered-To: help@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id EK2ECY5jm2jnkDEAVkXPrw
	(envelope-from <3hmObaBEKAAc3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>)
	for <help@24hourwaterdamagerestorationlongisland.com>; Tue, 12 Aug 2025 11:53:50 -0400
Return-path: <3hmObaBEKAAc3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
Envelope-to: help@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 12 Aug 2025 11:53:50 -0400
Received: from [198.54.122.200] (port=48349 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3hmObaBEKAAc3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>)
	id 1ulrJu-0000000DgKK-1Nle
	for help@24hourwaterdamagerestorationlongisland.com;
	Tue, 12 Aug 2025 11:53:50 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=jM0s6RZS;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3hmObaBEKAAc3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com designates 209.85.160.198 as permitted sender) smtp.mailfrom=3hmObaBEKAAc3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com
Received: from mail-qt1-f198.google.com (mail-qt1-f198.google.com [209.85.160.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c1bdf4KJDz16Tt
	for <help@24hourwaterdamagerestorationlongisland.com>; Tue, 12 Aug 2025 15:53:42 +0000 (UTC)
Received: by mail-qt1-f198.google.com with SMTP id d75a77b69052e-4aedd0b5af9so112671361cf.0
        for <help@24hourwaterdamagerestorationlongisland.com>; Tue, 12 Aug 2025 08:53:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755014022; x=1755618822; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ZzccOXX3ZeLa5EcXxX6T1xa/2yLae3XPcOf67QaciY0=;
        b=jM0s6RZSlVcY3xgeK0fESVJZQy3o73feTuvpiniSQCuo7Gh3e6Q6yeDbpRBur2ySJz
         sZaEqPePzFMCfpeASns1Ni3cohXT+GV9L61KcDdrYXT+qQuimX8qhe4GTWpw9wge95VP
         Tlex7WFsz8dwNLrQbo3YzWjJp5RzPI3JJU2YXwnx6ILaYd9gLXSxlnwzYJn7K8qSWZX+
         vZGyP6uRXrJaM3oJrWJ6vNN7dN8fXjLcO5ftnvYIGF93wQH9RFNjFFe4fNFyjmOeQ5/6
         x3ifM0jb7f8mkaYF4oTVbW6PuTKWVLlNHo8zDyRgN9D7lg+c+R+bAhfjxNgyBw4RsfHK
         eRxA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755014022; x=1755618822;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ZzccOXX3ZeLa5EcXxX6T1xa/2yLae3XPcOf67QaciY0=;
        b=dF53+3lzXz7pYEf52sX6F5Ek4koFbX8nUDtfn0yC0Ms/4AE+qoN/7r/U96w26FNCuO
         JB2bMeNFbYWO8LHi38Zpzb3mBcnCrK9fAuwsFGA8zfPZbOalxNO2TIPids2Z7AUzIZR8
         zojbcBecUXvsqs16MW9IeIR4RXrV6obp/7mYaZoSNVwB5VGiIGNuN6D6tbjPOB9T3wAq
         ie3WdLMxOY4dDDEAGIgizz4q09qA4xPEG1zvgKE2zfmAWcxCVZiRSxANITDACO2xLeOW
         orGoDU/savGBiwtOHklIzUu1LNlIkc6M1GfaE0y3ga6sj7oMKgU99/u/SSoYT6pWwws9
         DEOQ==
X-Gm-Message-State: AOJu0YyFMOqJ7N9SSrGeDt2GN9SLB/cUuua5GKZPl59AoJPpHuWI/k8E
	14Glom/9LuW/CRG8mxOuEqekZP5PYtxi242zLs8mZKHPpsDOdNsn8DMPgijY
X-Google-Smtp-Source: AGHT+IHSsyBRIZGVuHJF/1XXB3HPVcVqc7AfetcXEr+4XdU33Xf0Do2O5O2dHEIZXXzYvXPVt82j3J4=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:1e8d:b0:4ab:66d1:dcdd with SMTP id
 d75a77b69052e-4b0fa8c34fbmr1484521cf.39.1755014022027; Tue, 12 Aug 2025
 08:53:42 -0700 (PDT)
Date: Tue, 12 Aug 2025 08:53:42 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140159
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5rJiTstWay57PBxmhvRMgc7t5cqwGos5ZCqcsvGErJ-nNdGrnqaVwGg9AvRsAsnYn1mr9jdGW0EI9T5owCQZulxcVA5KdKGmoNoWIiaal2XnRRyL_DHdvzsIBy91Vvj_nqR4fy3LcMTaghgiKcT4vNMvlqaQTzJ0jHSzcowRVI4Rlsh8cAHLIIcBkM9QXn38IboHEm31iYPYolvzvaBxAgUXr9wibnB8_W_YukRbQfiB5YmcW9Gh83kTgThEgQhAx1_ex5XzXPSY7nyHXUaMHKlEdekdc_80h5bBB1YBwV1_SkdHSP4_q1Ed-HFuIf6bjdACGP2uvo1K9m4jmvtsr4VazNgHorZ4EK17tY?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110511039-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: e4bf5ce9b25a0000
X-Notifications-Bounce-Info: AWoTSIEOyqTYkXLH1HAKydY8NaGJ9Dyn4cAleGLbrN4KI8JP1D-K7cat5-Kev9NbZ4cCBqmNvnp1qdrE_FtYpPVBleEQ2fqR3vvYJQ9cB0QJYPip6BUFtW5MLMhJaCASzB5GS8HdQfpus-k6iEkaz_0LRNDUJLoxYpHujr5QY3UWMb2HwtgVOKqcvtzrvuB5MCF_UrGAxwI1DjXRAgZ4VcW_DATsc_4azMiL0wZ3gh-WjuZKDtzezdFjGZeC6OjixpmwdAWqepapLN6bYiXHbOYltanZs7PSBPwW2O2qppq2xnxg2BzKP4yMLUOmjm-fvvDsZA6tZpCy-IsLr3ymyMyHmnejXlw4Jx0dZpbPLaSrI3CrQCUCb29OHCx8euDJyMn0FKc2Jap6bx34ZmtpphRUYxqUlnRNwQ1RvVmssU74vTtm0k3ER8Ro-qnuIyFbzhRcYoJ8JGuTM4QGVsjoliJwdbuBp6fpuITjHqxapKWX0yCxayBJ0jMpJ0N5DCcY9wNCkfkS0552R51fwMofLSHXlHe3S25eoRwDSBEy5skc5LvUCcAHgc8RMuaVScpCj-Kzp8osFA_LoT363lT9D2H9bGF-JnDDc6E1whJ74hK0cS7EuaoI_uUzqIwAQAAWqCdZeC0jq9Aste_TRJvxaCfPrpgwaQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <79ebd080c841dc79fb572c7afb0987f9fed6e50e-20189259-111088891@google.com>
Subject: Connect with your team using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: help@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000005bdaa1063c2d0bb5"

--0000000000005bdaa1063c2d0bb5
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQpHb29nbGUgV29ya3NwYWNl
IEVzc2VudGlhbHMgYWxsb3dzIHlvdSB0byBjb25uZWN0IHF1aWNrbHkgYW5kIGZsZXhpYmx5IHdo
ZW4gIA0KeW91J3JlIGluIHRoZSBvZmZpY2UsIGF0IGhvbWUgb3Igb24gdGhlIGdvIOKAkyBhbGwg
YXQgbm8gY29zdC4NCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQoNCldoZW4g
eW91ciB0ZWFtIG5lZWRzIHRvIGNvbm5lY3Qgb3ZlciB2aWRlbywgIA0KTWVldDxodHRwczovL2Mu
Z2xlL0FOaWFvNXFzVVBsUGVQd0l1NzVxekNzSXVMMDFUM24wMkV3MS15MHYzVzNxVkpLMDk1V0Jo
MVhQbmVPcXpCZ2p6MVBUZF92cmRpeVNORDYwaGZSN2Z6ODU3S1M2enBhRjFid2hIY1g1djliNnlK
U2RvSVpaeS03U3h1TEhnYUN1TTNKOVo3WnloNDFMblF4QV8yaHVYenpfcWY0NFFEUWZWMzdBYXpT
bldFTU4wb2ZWRUFKWkhUWkJXRjQ4cDBOeWg0Q04xM2cyZmpMU2xzSWstV0x0RkJSM3R5SVdPOGl4
R0hIUUYwWEVjcjg5dDlPSk1XVklwejBhR2NhUWFOOGdRWlk4d25UTWgwRHNWTTFOTmNfc3hlQkIz
TFdiN3E0PiAgDQpjYW4gZGVsaXZlciBzZWN1cmUsIHJlbGlhYmxlLCBhbmQgaGlnaC1xdWFsaXR5
IHZpZGVvIG1lZXRpbmdzIGZvciB1cCB0byAxMDAgIA0KcGVvcGxlLg0KDQogRnJvbSBkaXJlY3Qg
bWVzc2FnZXMgdG8gZ3JvdXAgY29udmVyc2F0aW9ucywgIA0KQ2hhdDxodHRwczovL2MuZ2xlL0FO
aWFvNXAyTEZ5cGZSbE1JRmRaZXJmX2U5WUlVbmlsUTJfN29tSzFFWDctbTJscnpEMV9nbm5rOWlQ
Mm8zQWNxN3R0VXZSTWVJelJVWTRXNWJQZkphVFU4M01NUHlfUm12ZDVQcjVtbU1YMUVEY2FTTHd6
UFF5a1ZUb0ZIZEtFcGpEX0pROW1EemwydFBBUjRjVE5RVGRCbjJsUVJCaXFzSkxTNUtVYmN5QXh0
U0N0OGRadm5pUWhjaTBqbTQ5U25VSnN2ZzYxaWNEaUpPRnQ0X2VPSXFPWWFrdlVlUlVXNVM1d0xH
dTNWUExPaUFFQkwxX1Y1TlNsWi05V3JxTnhicDZ6QldicHBtSERaUkZhNmtZeVdfeEVLMEdRNDFr
PiAgDQpoZWxwcyB5b3Ugc2VjdXJlbHkgY29ubmVjdCB3aXRoIGNvbGxlYWd1ZXMgYW5kIHRha2Ug
Z3JvdXAgd29yayB0byB0aGUgbmV4dCAgDQpsZXZlbCB3aXRoIHNoYXJlZCBTcGFjZXMsIGZpbGVz
LCBhbmQgdGFza3MuDQoNCg0KVG8gaGVscCB5b3VyIHRlYW0gY29tbXVuaWNhdGUgbW9yZSBlZmZl
Y3RpdmVseSwgdmlzaXQgb3VyIGxlYXJuaW5nIGNlbnRlcidzICANCk1lZXQ8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVxSUloYklwY3JQVWhZYmFmbGRQU3JEb2FRUjMzLXRXWlJNNmlwQy1Tbi1mWXQ2Yy1x
MnY0Ql8zNHNXakpTTGRrSkwtcktDSnBSS0xhbnNyVHY0bHE2anZKak5SZzhjWjl3VUZjSS1LMjVk
ek5jTTU1OS1GTVpPNUV6dVZjZzRwZ0pJNzZmRGQ5N3lvVGRaalFTZkpLX2NTaHp1QUFYWVNQeHp3
aDRybVRrR2daVnlUMUE1YmgtRFlDUkFkMDFzUVdndFBXR1EzWXpITGhhTVhhdVE1RlFyT0x3ekJI
b0x2OWV4UWhKUVRqeWRmbVczMFVQRnh3S3JkbHB0V2JQWnAtOFgxNHlOWnFJekZrbnc4Um1QN0Zi
c1FzLXNPUlg1MDNBV05HdGJubmdUVlBabW1YVjRhSThuMENpTEF1X3FqWTNoRjZlbzFlMU1kRWJ1
LTJqNXdGdzdYX2s+ICANCmFuZCAgDQpDaGF0PGh0dHBzOi8vYy5nbGUvQU5pYW81b1lCQWZCNk9l
QUNlcmYtN0V1RkNENF96YXlnZUEtNjk0cDVJRmY1cUJhRjVPNFVXdlZVMFpyUHlJTmVqemRtcEZy
S0NjQnVBY0dNZmpVZGY1ZE5EZkVKVEREZWtYVDdSY0VIWFd0bHVaaERlQXVxdHgtb2VUUlJUQ1Ff
QVU3N1I4UWVzUUFLR2pXMXpqN1pmc01YMk1BYkRoMTZlU25MQ3BiXzF1WERlWDVWWnhPSWZLNkpT
YmtGUm1ZUUc2emxNRnFuTmFldVBua0Q2N0lIOUphbFJIdEtxekxtbDF2VlBRRThsWTk2RWNxLThy
X2tPWE9aVENyVDlTaXJVWHRYb0NTUDcwekN4NWVuSWRUSUZlR19fdUNCZUZxNmxJWGJxY1VyRTVY
V2lWQ3JyYWNSdzlXOHFqQXZ1eGhwRnZLX3lzejVJWWhBa1V0emhxeG1FbVhIamRoaDE0PiAgDQpw
YWdlcy4NCg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxTEJuYVd0R0pn
V2RHamx5anBIczlZNS1mVlp5Q0ZxR05nYURsZ0RJLVB2N29jd2cwNEFUenhhZkhqa1lHdVlOLU9C
R1U5SkRkQlJLQlRKbXMxaFB5UFc3dmwtTnpEc2lxY3laYXlOd3ltWll1cVFReUg3M1ZBaWFfR05B
cUdBM2FrRm1iRzNWN0VoMVZzPg0KVHdpdHRlciAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVySlpS
ZW9uemx0cWdGejU4WWpjc1UyOWg5V2ozdFZLNHJKdXVXTy11TkpKeDhzTHRaZW1qajEtRHhHOUgx
RVYyR1g1dzBRSTJ6RzhMOWJJRWxSNW1FYmJRSVB4ZWk3d1NJLWJGMHZ0N1JocWNoNW1sV185RGxm
Vm1vUDRKMlhZcEtvWVRLbEJURT4NCkxpbmtlZEluICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9s
anlzaWVNWjdrZk1mSTdYdlR3bml3ZHFvWHNEZHgwWU9WLWotR1h4QkxJRlhUU3RzdG5keWY0a2ds
T3k1bXpzZ0JPYjlvcmxEMkdxTWlMWUJrOW0wQzBxby1HVzdEbFd3MENmZVhYY3ZPa1hMc0dPSzJt
aGtWbVRRZENTSjVDcmZrUVRoWlRiaGlVbmRlLUswVGxMckpmTmV2eGRYPg0KRmFjZWJvb2sgIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81b21tRnI4emMzRHl4VTFxcG4tbkw0MzhBYVlkZHBTVVdaRjQy
eWQyM3VvVkdteU5Ba0pmVEItMENaMGg4RDVjSnptUTk2NWVpNlhrVlZPRU5HV050cmNxaHFGU09U
bjhkTm9uZXdKX1RxOU5jRkVxcTRfc0drTmVfRXJDUkVLR2MwRGhwUkJ6S2RfNXl6THdTZz4NCklu
c3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyVTNKaldYOERVOFBfRHZGdXFVNUFBaDQ5
Uk9nWFlYR1ItT0IyeEtKSGd2eWpvZmhBbWxNOUtDOEhnVEZzaC1xSmRhZXl1U01wR2R3Ui1fNnlB
UHJZLXRwVjJlaEdyaW5hbmJpSkFmZ1k4WWtNUER5bEhKUHpOc0FoYU1fd0NnM0M4RDY2Z2hyZ2Uz
Tl91bnk2cExVZz4NCkdvb2dsZSBMTEMgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRh
aW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2FzIHNlbnQgdG8gaGVscEAyNGhvdXJ3YXRl
cmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gIA0KYmVjYXVzZSB5b3Ugc2lnbmVkIHVw
IHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRhdGVzLCBhbmQgdGlwcyBhYm91dCAgDQpHb29n
bGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0IHNvbWUgZmVhdHVyZXMgaGlnaGxpZ2h0ZWQg
aW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBiZSBkZXBsb3llZCBieSB5b3VyIG9yZ2FuaXph
dGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0KcmVjZWl2ZSBzdWNoIGVtYWlscyBpbiB0aGUg
ZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVyZSAgDQo8aHR0cHM6Ly9teWFjY291bnQuZ29v
Z2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVuY2VzL3Vuc3Vic2NyaWJlL2d0L0FOaWFvNW84
ZS1sd25wOWI0VmZaaVQzZzVIWFZucTk0TkFwTkFPQmpkbldwbUhDQnNNeXdNUU51QkEyS0Q2dWpN
U09QNzhBWXZYd1UxVHN1dURreWE2Ulh2eWpyQ1p6ZU9TUTljY2t4d083ZDA0VG1IQk9RMmdOZzF5
cW1FZ3ktMVlwRm1VaHRMU3gza2xiWThRUk9OUWZjOGFaaHA5N3Y0Snc0VF9wWG1OREgxZnFURWtV
Zmxkcm1tckllajU2OHd5aVliZnRBel9HUDRYNFNEdGczSXJPbmZBNFU3bUc3MzR6X3FZQnExNm80
cWRGLUgxa3JfVnZiVE5oWjRGenNUelFFN1hxZUhBLVl0VVBRbm5wVGt5U2h4WkN1VzU1OWJWSFVz
aXJ2aldsVHdUR3NhNnhyU3NMWVpnSUU0aC00Tk9OLVhKN2hJbzlVR3J0QVd3X0VGdFZsRjBmUEUt
VFVTaUQ3S25MZj91dG1fc291cmNlPWdtJnV0bV9tZWRpdW09ZW1haWwmYXV0bz10cnVlPi4NCg0K
--0000000000005bdaa1063c2d0bb5
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Fast, flexible communication</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Connec=
t quickly and flexibly from anywhere, on any device =E2=80=93 all at no cos=
t.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Fast and fle=
xible communication
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Google Works=
pace Essentials allows you to connect quickly and flexibly when you're in t=
he office, at home or on the <span style=3D"white-space: nowrap !important;=
 direction:ltr;">go =E2=80=93</span> all at no cost.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
10px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email4-gw-transparent-w1730px-h1058px-2x.png width=3D480 height=3Dauto alig=
n=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Fast and flexible comm=
unication" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->
    </td>
  </tr>
  </table>
   =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-meet-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dmiddle align=3Dleft style=3Dpadding:0;pa=
dding-top:0px;vertical-align:middle;width:64px;color:#3C4043;padding-bottom=
:19px;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
meet-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:24px;letter-spacing:0.1px;padding-top:3px;" dir=3Dltr>
    When your team needs to connect over video, <a href=3Dhttps://c.gle/ANi=
ao5o-45W1lX9RHBXQhacRGPP7RsdyGi_7RhedNIaCPnsOkwdngHW4DTWc5ad2wJ5GYyS7UECRF7=
TaYkhac-SsDcD_3iJqsFTPkowBMw0Ggnv-gs9olOKHOkAoZ7Ge6Yqe04cgutit-xWEdc56Su9Yd=
Qo3-a6FhM5bPXdzZLCpEo9o0Mwiw66SkWsc-NtpObXWtGR3o6pw0UJlTZ3mKSyuxotWARQx2-qX=
tGIGI4CF49TrO4d8th284ho6Zb9syg2gf96oWKCU_lQ5MCncnKLd61mOz0a8Vg style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> can deliver s=
ecure, reliable, and <span style=3D"white-space: nowrap !important; directi=
on:ltr;">high-</span>quality video meetings for up to 100 people.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-chat-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dtop align=3Dleft style=3Dpadding:0;paddi=
ng-top:17px;vertical-align:top;width:64px;color:#3C4043;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
chat-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:0px;letter-spacing:0.1px;padding-top:0px;" dir=3Dltr>
    From direct messages to group conversations, <a href=3Dhttps://c.gle/AN=
iao5qP8H6Ai8cl7rRpa1WUJbDnxHQh3o8qiB616aoDZaIB4KUeLedzLV5IPKBSORc-URaauYnSZ=
7KJqJ44XbTXWLD1zNZdk778QMAYf7l5YXjP0mpUTJP6Kne_1nRjuJJCV-MjzAzMGOaO9edljLyd=
cfIGcsSBv0kainlq9ZxIesIWocV8o6t6xBvTBNe43XAy6jrxrCW9ZWq5CH2jn0ElCpb3x_PU4MH=
5YwpkacILDQt8-Zq3wZ2ZcQiJqrf8jblMmreqSvDp3ZraPMWj0LJpsfTbiwcCxQ style=3Dtex=
t-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a> helps you se=
curely connect with colleagues and take group work to the next level with s=
hared Spaces, files, and tasks.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:40px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->To help your=
 team communicate more effectively, visit our learning center's <a href=3Dh=
ttps://c.gle/ANiao5ockWG2ffR_1pKYU3h5jRSZLcGdiWdOJguj0phMPc0Dyfi-WA0fVPF-_M=
MEFj06tKvmQe2lRh-5L29SmBY8mKNqcPFck3d53fiQVdwoVA9mX4lLUlr8Av6Kd96vmuW23EfZA=
KKmwaohcgC4bHYLTsHIMu2FzcgFyGMPgTCERNnR6l9GNgc4ruoP7x_5p1CEyw_rbdWUSD77546x=
LM3T8yCuQFKKnISPRbNCkjkTmTiZ2bk4yN2cC8O94GzzfujmKsYQKdFPFtmF3ass4nLxkSW1mRw=
mv493B83TclNLL9MW2m_CVqwxx5uOOIc05hdoQ0p-Eib_Wkt1U2SecGTtIV1kc2r6bg style=
=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> and <a=
 href=3Dhttps://c.gle/ANiao5p12n7XNG_7_iD1v6HVTnRjoOuFgjdk2uzhr3DA7nNBWCEc0=
xgSqUJEpfxJjWv6aASnCYiDnCyEJfv_lRx2EAXFJggHjN_UuNBCO8HpPAMhyrdJUNzN_Dw8X2AZ=
Svu-3di1hq_J0dMC_pwcWR5pkOFDjcC5sMXsyM5iWWYjG6g9ei5ffhuxy9Ndf8cf48qWe2X37Lk=
duQByaj4h0wk1qGERZEB_pdwbNirTObM1qFnkw9c0l_AsE3KCi5H6wulvWX_npPOv2JBcvDZ4xM=
3EnOuWWJh8rhdobYNLbqAB2EwhkRRu8GA3tXsruguutXMua7gscFeS_yAk19iwltoniXinHrERN=
w style=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a>=
 pages.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qZy1pg3bDW_WHmL23ggakZk5ainYOO1Vd500j=
lqU4PBLbpljsAbUhznaYPYdU44RyBBV2wNLNNW_MuDG6lbMCrxwE6633ZCjMTHXLZr7hBKMlg-7=
sfC2TM0UlPfFuPZdfX-ZYGhavDAEO6YSk target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o6Qhdz-s8F75bndKPC19iQzmNJNIRSujGSgnS=
2QdAeUknWuXl0Qewv9Myad6WGxnXpXG4vdoRN7BNHsVIALnJ6nHCArMRlIVUe7QzYrhdBIhaCJn=
1x0ybcxUBHDMn-Z2b5XQSwDYcS5g target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rkMSVeXKoS7oHpWuegu4L6PtHWGZFGyN98SPu=
L9u30N6xJHFC4XxlwDMp8Mljdy-mnHmnI4CSHE1vkLtennCb2UsomsM5dYVHmbzdKDcZsW9zSiH=
mloN-nzmUJkUwibyhMnE334Ggu25wqKPQz3laSMxxlXE8SptU target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pW4Rw5TDDlLMfDderY68muGcZfBsk2sI8XXgk=
k7EcVcb3e9cg94VxiA3XS6vtMxRRveECHs99Yskn55ApBjMdkAVh756B86sbMy5bYVuZtLuerG8=
eaez0RMfw3exMCV13Tdlfeg7qJBmX4_PPMig target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qESfrHSfQLwCLeSPn-ZmdNBOECW1we8zaoPtj=
YAPKLABZ-5oEq0J8R7UrIyiz15thDD4XiWGO95ervHQfrzICjKyBhfP3BEJ10wABVdeJyY-sMXY=
L6D340M-VK2RFXKDlqDk5m4nyTvKxxG2GHbZdGHA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to help@24hourwaterdamagerestorationlongislan=
d.com because you signed up to receive news, product updates, and tips abou=
t <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>. Please note that some features highlighted in these emails m=
ight not be deployed by your organization. If you don't want to receive suc=
h emails in the future, please <a href=3Dhttps://myaccount.google.com/commu=
nication-preferences/unsubscribe/gt/ANiao5rJiTstWay57PBxmhvRMgc7t5cqwGos5ZC=
qcsvGErJ-nNdGrnqaVwGg9AvRsAsnYn1mr9jdGW0EI9T5owCQZulxcVA5KdKGmoNoWIiaal2XnR=
RyL_DHdvzsIBy91Vvj_nqR4fy3LcMTaghgiKcT4vNMvlqaQTzJ0jHSzcowRVI4Rlsh8cAHLIIcB=
kM9QXn38IboHEm31iYPYolvzvaBxAgUXr9wibnB8_W_YukRbQfiB5YmcW9Gh83kTgThEgQhAx1_=
ex5XzXPSY7nyHXUaMHKlEdekdc_80h5bBB1YBwV1_SkdHSP4_q1Ed-HFuIf6bjdACGP2uvo1K9m=
4jmvtsr4VazNgHorZ4EK17tY?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue tar=
get=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscribe h=
ere</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000005bdaa1063c2d0bb5--
help/new/1755532431.M211872P1498746.premium320.web-hosting.com,S=30573,W=31119000064000000073555151007557630017607 0ustar00Return-Path: <3iEyjaBEKAPkxpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Delivered-To: help@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id CHYvDI9Mo2h63hYAVkXPrw
	(envelope-from <3iEyjaBEKAPkxpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>)
	for <help@24hourwaterdamagerestorationlongisland.com>; Mon, 18 Aug 2025 11:53:51 -0400
Return-path: <3iEyjaBEKAPkxpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Envelope-to: help@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 18 Aug 2025 11:53:51 -0400
Received: from [198.54.122.200] (port=59562 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3iEyjaBEKAPkxpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>)
	id 1uo2BD-00000006Idb-09P5
	for help@24hourwaterdamagerestorationlongisland.com;
	Mon, 18 Aug 2025 11:53:51 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=u9dMnuzL;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3iEyjaBEKAPkxpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=3iEyjaBEKAPkxpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c5HLx3Fttz55br
	for <help@24hourwaterdamagerestorationlongisland.com>; Mon, 18 Aug 2025 15:53:45 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-88432e1d004so457947939f.2
        for <help@24hourwaterdamagerestorationlongisland.com>; Mon, 18 Aug 2025 08:53:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755532425; x=1756137225; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=I2bpgOWxOnQApjtevTD0QLwe3uz5suAV++VFQ4WQMYI=;
        b=u9dMnuzL+C3zrgCvHtTCvHDFT/3+Wa58xf4S44d7FJVWfUZOjdqK+Z4mQazMKHKVP6
         RX1JjdVSQTpCxyz+zrD7xVRHXIq1aFIq+Jz4eXzxUWQxDk9CPVQep3ag4W8n/H6SswD1
         2nimkwVZTQ8ZpQmjWnwzVz7ZVWXOYqgsC+hTrRmzW5Og9QacxyJ0hW9poFO0vSA7XMOg
         /wwrq/MM3C8j/4QWsrBn9ZeKKbmNFsRLnYqbb6XG5XMRb5FeVAC0J4lJ3QJ+FzQnNguU
         LTJlvgeOaaVy5MkLsXZX9Jr1gQNbxYsRageSqsss8TTb5afC90GX0cfJIiedYYoAQGix
         1xHg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755532425; x=1756137225;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=I2bpgOWxOnQApjtevTD0QLwe3uz5suAV++VFQ4WQMYI=;
        b=Hider+Ms/sfJeB326yH2225xVGmFkIjobUxv6wapRNVJPTgflx8DuchyypkDH+83Wn
         lPZQqhi0DqSZmd0ncw5tY65Jq6yGqKCpddLZ1cJHyJ6YKW5F6iNhh8Tjd/CS0gtWAiH0
         eULBEmG1wp4DtUM3fMqIMdKO+ICz90rkbfwuGJGyb0BMCo8cZ+dFn6uD1kE42goCb9Hb
         m9oe86aA89tlFXdIPLXhF+9OpQx0Rx1ESRjgOte6JVNyzgDWZkQdKuFbbiGqGGYH7tZx
         EaQM4RtfTmUzGFNAFTASBgRsa64h9DU9R+fbulZzFsSIzZTBjJjKX1eGHVmI+0oL9qBR
         pn5w==
X-Gm-Message-State: AOJu0YxA+wDIW2fNsL/tFVouBtjBJMeAjC8LLRMrIgflC7RPD/AsNfmS
	Uh4EMb9amVu6RVEJPleBndAUzwIy5mBXAYEhGdbE4mcaZRQECDmfehD1aqFA
X-Google-Smtp-Source: AGHT+IEqNwquI7gEXHuPAxcCL43tOQP9ueVRjVbjXmYsZ2x4e5OsMVjM5ANxH5CI0Wtuo6qkutJRs3E=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:81cd:b0:864:4b3a:9e3a with SMTP id
 ca18e2360f4ac-8843e4f8cd1mr1992709439f.13.1755532424897; Mon, 18 Aug 2025
 08:53:44 -0700 (PDT)
Date: Mon, 18 Aug 2025 08:53:44 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140164
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5oMRZqCBqabuffNsXG_K3t5q0-OcSNYikcAkhGG61uGamNZir61lknViIWu94ffddlgqzCCdgFCljX3KRtIiKVuNbLA2GEPdahNG0nM9oc9cof9vpTOxo5YlfM986PJBNqKLyZt1PFCMInGsIXwoyiM2I6K8XhWZmm4KYMjqoS-3bo0sknVxsnpJ3bfpxZgA_eZ0u9QUWpjw9YZlTSYwdjKJZr5I8g7GWv8ImZatEkiJlTudN-Sz5pzMibs_qC06oWY6c1ArU9aAhDN9_0TWURHskLr4Bq0JWFEQe3wJhe4drBdbX3Sgv-bYAkk40NtU7p4TPbuv8ljvBRzYuwFeVR_yLKy5WzVlok8zLI?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110504489-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 3fe4fd31493a0000
X-Notifications-Bounce-Info: AWoTSIEvAMiqietqVBawa_4D9KXcTy7WqZBiXe4n7ViGOYOPb2edga-GZI3fgaG05Bl3JtrNB_7e7lc4BhwL_2jxx1HFsWkF55emMEsu185fGVWo-BSh8iF_t8Cpvhc1O5dzuHFSWPBf3OqR2olkOwfJt7eJHGn31SH9kCGq5D8sgUtFcWJ48SiduC9cdLPffSpbg2EmLXwUDbkw-Qe-PSHnt1ucs9L9rthU9RLkDgr_zNEpiabij2K03Z4Sxv64NZJ_rpug6vR56LQ2MrlXhJQ11dUUhanJfhRS1aM-i4Hi5cWtRjKMgYzfTMLniB5-YrUt-srgyaPktKgYeRlynuZv4-lgnlbV5Podl5Y137FGbL8zx4SgovsfEHxh-gc538XzQ7Nx-AHte6pQRvIqSO8EZINE3M8LgjT6nsXSK8X6uc0pj12IkoqFP8dX6ojlq4nP84s6FWP63UbTkbjFEHN-R0h4V5RGjZ7UQa1vJkCy7mcCW2ZJXYAxljsRS4CS2tAJ7M19hzsO6Ul0oMqHM43AywrPAcX1vNrQGbur7QFyucb9XTxaT7sGZOre_38WGzD4lyQ09mqd14yxwdEgDBr2TU_tVR35xrlh5P1XRZaLeSyHYl_SQkcYLY0eiYNSDdPaG3BLFOGbKwIjZCqjr5KaSxtntwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <1a09012205b97d9123e25b79705975760ba3e10b-20189259-111088007@google.com>
Subject: Invite colleagues to your Google Workspace Essentials account
From: The Google Workspace Team <workspace-noreply@google.com>
To: help@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000093e537063ca5be16"

--00000000000093e537063ca5be16
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpJbnZpdGUgdGVhbSBtZW1iZXJzIHRvZGF5DQoNCg0KR29vZ2xlIFdvcmtzcGFjZSBFc3NlbnRp
YWxzIGNhbiBoZWxwIHlvdXIgdGVhbSB3b3JrIHRvZ2V0aGVyIG1vcmUgIA0KZWZmZWN0aXZlbHku
IFRvIGdldCBzdGFydGVkLCBpbnZpdGUgeW91ciBjb2xsZWFndWVzIHRvIGpvaW4geW91ciB0ZWFt
IGZyb20gIA0KeW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KSW52aXRlIHRlYW0gbWVtYmVycyB0b2Rh
eQ0KDQpXaGVuIHlvdSBpbnZpdGUgcGVvcGxlIHRvIHlvdXIgdGVhbSwgY29sbGFib3JhdGluZyBp
biBmaWxlcywgdmlkZW8gIA0KbWVldGluZ3MsIGFuZCBjaGF0IGNhbiBiZSBzaW1wbGUuIEV2ZXJ5
IHRlYW0gbWVtYmVyIHlvdSBpbnZpdGUgY2FuIGNvbnRpbnVlICANCnRvIHVzZSB0aGVpciBjdXJy
ZW50IGVtYWlsIGFkZHJlc3MuIEFuZCByZW1lbWJlciwgdGhlcmUncyBubyBjaGFyZ2UgYW5kIG5v
ICANCmNyZWRpdCBjYXJkIHJlcXVpcmVkIHRvIGFkZCB5b3VyIHRlYW0gbWVtYmVycy4NCg0KDQoN
Ckludml0ZSBwZW9wbGUgdG8geW91ciB0ZWFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFxek16
aGJIc0s4bUtVSlBlNTBiNEo0ZU14MU05dnFLc1hwZXgzdVdWOUF4QVV1S0htaHNOcG1ZTXBRY2tR
VWVUSlBzRnllM3NyMEdwSGxTam1OQ0JHaGtsRTZ1dXd4ZGoxZlVodzVKNmZOdldTOVFTMVgxN2s3
NmtReTA4MWRtaTdiM3FfaTJhVmplQ0lORU5nMGpkTTNxNURjakJCdC1BQkpISmMzbVZZV2dPY21s
R0VJTjQ4NS1MUEhodlFZaGZkRTZ0SGdDOTVLRlprTThHaGp0LWVXMjlDR1JKYzM5VmU5WHVwTS1B
RjJlTEJKY0U3dTl3WHN6dnd6b0E0UjRidXRQWXQ2RXdwbjV3elhOaHRFSUJYVzBRNVF1aUxwX3dS
cENVREhsOWhpRWg1S2tXd1FnamZjR1cySUVSRmJIOE42UT4NCg0KDQoNCllvdXR1YmUgIA0KPGh0
dHBzOi8vYy5nbGUvQU5pYW81cUdZaFRKM21aYVY4R0JtNHRDSHlWbFp3QlA2ekRQQjFwWUcwWmNV
eG5mWXc1NTlhd1J0VVhvb1FaZ0FBVmZiOUU2Tmdqd3ZjaVgxbzg0dktoQzNMQ1VTVFRoNXg5a3lf
VzFSMEI3WEJQWWZhMmczYVZHaVh5eVJBUDZYd0ZFZU16bVRlY3BHcWNFRTY5cj4NClR3aXR0ZXIg
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cDh2SHN3S2dvWjlqaWhuZk5neHNnVS1kNE5kM1FMbTU1
UUFGSXFaY2xJX2xoVzFJa0p0NDBYWEUzTTVpM0ZfQ3U4MlFGYlFXcEZuaWhwTEMxaUI1RTFWLUM0
VnZqN2xPZm9SMlRiMm5lOFRYbGM2U1VCSnVmS3BZMTRqZlVtZ2FISHo2TEdyUDQ+DQpMaW5rZWRJ
biAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyMVg5djNLSzRNbW5KTHRRTkdSdUNtQk13MkFEcWlD
d1dVMUpfTHQtVGJUSkI2TDQxRlZtUDh5OW10ekFNZFh4b2pocnYwM2dJNklqdmgxcDg5b0VoSHJm
T2pHZFdKSlV2MHVlMTNTQmgwb0EwRUpmNlZXWGUyNGNTc2FKeHFZaXEwUXBEWmp6RUxSemNPZnp5
bmR1Vk9OaVo5d0dCVj4NCkZhY2Vib29rICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBybG9JX2pN
cU9Pb1JiemhjUGNXMzNIZ2p3UjRzd29jeWpRaXpTcHNaY0FiMF9MdWdFQzRUZnNZT2RWblFHeUxm
b2RoNE5Mbk92WDdpSTFSbzRMT1ZWbC1wNmVESGJIYnBfVndVUVczLWZBRklmR1VQdlA0S0pQY3F3
ZWVmZkE3bDN4NVdXRWEzSHNYcTltckU+DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81b2lJR0FHY0tQZ0pGVFlXeDJiWThUUkRkbXVKcXZLUUhfMGhPbnY0UEtjUjNCMnREV19VYXd1
Z3lIcTU5SWZKemZTZHZ0TGNhd2hmVVU0UzU1bWJaNEFfVGNaa21xVmdsajR2NWszWVo5bVdpSFVB
eTJnVm42T2ZuMkhGc3oyYnU0SFozbk5aNDBTdl95U295LWRHMVk+DQpHb29nbGUgTExDIDE2MDAg
QW1waGl0aGVhdHJlIFBhcmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWls
IHdhcyBzZW50IHRvIGhlbHBAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tICANCmJlY2F1c2UgeW91IHNpZ25lZCB1cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3QgdXBk
YXRlcywgYW5kIHRpcHMgYWJvdXQgIA0KR29vZ2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUgdGhh
dCBzb21lIGZlYXR1cmVzIGhpZ2hsaWdodGVkIGluIHRoZXNlICANCmVtYWlscyBtaWdodCBub3Qg
YmUgZGVwbG95ZWQgYnkgeW91ciBvcmdhbml6YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRvICAN
CnJlY2VpdmUgc3VjaCBlbWFpbHMgaW4gdGhlIGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJlIGhl
cmUgIA0KPGh0dHBzOi8vbXlhY2NvdW50Lmdvb2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVmZXJl
bmNlcy91bnN1YnNjcmliZS9ndC9BTmlhbzVxM3pDQXdlLTcwZDV5aEFMSl95SUt5a0ZrQWJaOEFw
TWFTTFdKTDdoOUtnMTJXY2otV1NXa3lpaGpnLW9MVXAycExqZGtGTnZYS3RZLU9WZkVoOThCaVJ4
YnBpellhSGZ5QkM3R0M1WS1ydmFMT1VuVU1hN0VSS3JhSU9XUkFFM1FRY0ZPZ2lRaHd6R1BwYVRl
SlFrYWl3VXNKaHlNYzBYRm15SFZiaEkzMkNTXzYxNEl2VmpUYVd4Z0FmRFVaSC1QYWlDMVF5cGNK
V3UyOWhfcWlzOVB5NWJEMV9TNWRwQ2ZndkpFcUczQ3RkRFNLUW9WbE5PTlJRbE1MS1M2WUlQX1pE
b2gxRVFjRmFwUGJBc2xoSW9fVW9fQl9senNMTU15a2pKMk5uYUxYMW9kR01kS1RINFlEcDE1eW1t
QTd6X0JxT2VGV2hlUEZFN1c4eUpZNlNiWjhwSXVJYTgySmFORnQ/dXRtX3NvdXJjZT1nbSZ1dG1f
bWVkaXVtPWVtYWlsJmF1dG89dHJ1ZT4uDQoNCg==
--00000000000093e537063ca5be16
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Invite your colleagues today</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top: 19px; padding-bottom:9px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Invite team =
members today
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px;">Google Worksp=
ace Essentials can help your team work together more effectively. To get st=
arted, invite your colleagues to join your team from your team dashboard.</=
td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:4px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email7-new-transparent-w920px-h483px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Invite team members tod=
ay" /></td>
</tr>
</table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:32px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; p=
adding-top: 56px; color:#3C4043;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->When you inv=
ite people to your team, collaborating in files, video meetings, and chat c=
an be simple. Every team member you invite can continue to use their curren=
t email address. And remember, there's no charge and no credit card require=
d to add your team members.
    </td>
  </tr>
  </table>
   =20

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:56px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5q1tv3lb29yMvG_UBtk9Y3OvAqpRPuJreV2rz8rgK-UdqpVhMl-r7yXOW=
0ga1OGeR9sj-w1QyQ_6MMgrgjjKfao0OhnsgQF64YWMHj2WSD7UCBMUFrIP1QoqHYrHzFIVx_oq=
bLj4i4_EHWc2GKj9pn-Jz1NuKI-FcRFd3NX_3GwujG224r61KLQDPrQz8gv_LDYYUMrfSfRLwUG=
aP7j5mhU9sPbNLsyCws-ohxLR6MqfsSVIioS0-qiIc3bAsqIJoVdx_pmRdQC9CQs9awWGpPsWWO=
8_5kmHvEaS3qguKpc9-UM53lavG0VDoCkNc6dziVpYogh" style=3D"height:50px;v-text-=
anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D=
"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Invite people to your team</=
center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5q1tv3lb29yMvG_UBtk9Y3OvAqpRPuJreV2rz8rgK-UdqpVhMl-r7=
yXOW0ga1OGeR9sj-w1QyQ_6MMgrgjjKfao0OhnsgQF64YWMHj2WSD7UCBMUFrIP1QoqHYrHzFIV=
x_oqbLj4i4_EHWc2GKj9pn-Jz1NuKI-FcRFd3NX_3GwujG224r61KLQDPrQz8gv_LDYYUMrfSfR=
LwUGaP7j5mhU9sPbNLsyCws-ohxLR6MqfsSVIioS0-qiIc3bAsqIJoVdx_pmRdQC9CQs9awWGpP=
sWWO8_5kmHvEaS3qguKpc9-UM53lavG0VDoCkNc6dziVpYogh style=3D"background:#1A73=
E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;line-he=
ight:21px;text-align:center;text-decoration:none;width:255px;-webkit-text-s=
ize-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" t=
arget=3D_blank>Invite people to your team</a>
                                 </div>
                              </td>
                           </tr>
  </table>
   =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rZVqJyNQwNU3WzuUbv8SZRkRHlWvTz8H59zrf=
mia-Eijg9vAtDVkJ15-_C1B_1MAPBSOJdyffTNMDkFvuqDsi_x010NHkKVoVGiQg0q9n5pJk4qc=
hzcL1sBxd6acC7HQpUNVBWosPz-E9apjY target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rXbUi13QV1f65Hy_6o9fuGZZTOTrjFuT-kkxo=
NXte5bfyJWtwFKrJ0cH-kqoXZ_wpVOUIrt_C3O2l4J1RV2l-Pm5a1RqNl0oFz2dmVUFgBJtuzFS=
yUXEvfyqdURjMjFk8YjvAe-m_pwQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qD9Bj32qBznSju_BaWIr5W_0Xu9NMrhZpi4mW=
RCeYw6buWPUdPjDgjI7CK_dvvjAEsOdTiVs-EcqsaPnJ4Ppgx8a9c-N1p4Ww8HvF7RzF45Cl-nj=
7Wew_Y-cMRBT9vGFM3aqak_5t7aki8s2Be42AlP59OahHb8Dw target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qRAP3MTHTOZviW_ept6E7FWX9iFbE9p4WAvjx=
7Zq10MRPAs9b_oee39CF3HlZUv2gojPuLZXeYivPJ3F9QH49BEbm2QOgNNRB2RGtaq69L9eA8Z5=
nq5N3nr3Bpr42enOt_eiLClwxMyIwp8aOY-Q target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rRayY803cJ9DXvQQgeQg_1EHrktS84b1AdkkE=
IkL-KcjSubiu1A5eKCQbvIeedzib6VnpzAO0WNBFCB_04gq3zK3oiJQ-fn6Q09NEqL9gwpyS7Gz=
AivJOe7Tikbzn59trDyBGPWcjDDR-VQgJ9d1DJEA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to help@24hourwaterdamagerestorationlongislan=
d.com because you signed up to receive news, product updates, and tips abou=
t <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>. Please note that some features highlighted in these emails m=
ight not be deployed by your organization. If you don't want to receive suc=
h emails in the future, please <a href=3Dhttps://myaccount.google.com/commu=
nication-preferences/unsubscribe/gt/ANiao5oMRZqCBqabuffNsXG_K3t5q0-OcSNYikc=
AkhGG61uGamNZir61lknViIWu94ffddlgqzCCdgFCljX3KRtIiKVuNbLA2GEPdahNG0nM9oc9co=
f9vpTOxo5YlfM986PJBNqKLyZt1PFCMInGsIXwoyiM2I6K8XhWZmm4KYMjqoS-3bo0sknVxsnpJ=
3bfpxZgA_eZ0u9QUWpjw9YZlTSYwdjKJZr5I8g7GWv8ImZatEkiJlTudN-Sz5pzMibs_qC06oWY=
6c1ArU9aAhDN9_0TWURHskLr4Bq0JWFEQe3wJhe4drBdbX3Sgv-bYAkk40NtU7p4TPbuv8ljvBR=
zYuwFeVR_yLKy5WzVlok8zLI?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue tar=
get=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscribe h=
ere</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--00000000000093e537063ca5be16--
help/new/1755273231.M446302P3558588.premium320.web-hosting.com,S=33885,W=34506000064000000102135151007557630017607 0ustar00Return-Path: <3B1ifaBEKAIA0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
Delivered-To: help@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id gH0VGg9Yn2i8TDYAVkXPrw
	(envelope-from <3B1ifaBEKAIA0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>)
	for <help@24hourwaterdamagerestorationlongisland.com>; Fri, 15 Aug 2025 11:53:51 -0400
Return-path: <3B1ifaBEKAIA0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
Envelope-to: help@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 15 Aug 2025 11:53:51 -0400
Received: from [198.54.122.200] (port=47318 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3B1ifaBEKAIA0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>)
	id 1umwkZ-0000000EyFO-1EET
	for help@24hourwaterdamagerestorationlongisland.com;
	Fri, 15 Aug 2025 11:53:51 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=uPowfj6f;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3B1ifaBEKAIA0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com designates 209.85.216.72 as permitted sender) smtp.mailfrom=3B1ifaBEKAIA0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f72.google.com (mail-pj1-f72.google.com [209.85.216.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c3RVJ0LGyzFw17
	for <help@24hourwaterdamagerestorationlongisland.com>; Fri, 15 Aug 2025 15:53:44 +0000 (UTC)
Received: by mail-pj1-f72.google.com with SMTP id 98e67ed59e1d1-32326e09c5fso2129485a91.2
        for <help@24hourwaterdamagerestorationlongisland.com>; Fri, 15 Aug 2025 08:53:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755273223; x=1755878023; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ivmFawpbfHvNgT/j+DY4dySPGkO5XkQQOA3tbSoZ2B0=;
        b=uPowfj6f+7rcpa7/WXsZkd7tCWXjVga0xz//FAQlKF4OheDZffU8YoPIabvCPYCfx1
         k2PKcSj4i3nUt5tkr4sc7OJOPpucqR/4VEuK+3LS0H8uSiplX/n4emGdXRQGtVgECxtA
         OhcyQ+L0XFWIN8e1Hl90WW/2ZQ9VrWYP+cKdr82Rj3IJouxdBMQFGuWLmdhdfK5LofKJ
         Q88avyTUefvi+aWkVCtS5h28MSaEI5b/zoTKqoaanomB2jKFSJ5knvrgkgp6qPhIN5WI
         nmDsQc6vQJptEoLFy8VJif67lA8Ub82jM+Hyk2J7Y6hp4COKMapv3wd1Wo3qyZZduaCm
         yt5g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755273223; x=1755878023;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ivmFawpbfHvNgT/j+DY4dySPGkO5XkQQOA3tbSoZ2B0=;
        b=cXmSNIhWNixmzHai8Qip5UIm0JmFXN5RbWtLpj27jazU+W7GhCxMot2A6419aUbDFT
         9d4+cdX6zTTZFB+M4n70zmCkr0bViy4VvAXoCcZV9Oon3WL6YXL7D5h0zNlV+3nF804K
         pZWScV6UEd1fC53SahDhZrGnhzknddvPayKn/+ChCtn8MG04H1hE9cLxGpND+auEowxb
         xWGW0C23IQW9RrAG/YxAfBHSGX0Pd66/+BQycsJL31s7DvFWvDl5XaGkwP/1AEj9db/y
         mPMcSbXU8BTE8xqNhNpl5Jz1f6iQOW26XuiGwx50OIKr6qC93rsHPRH9jhwyOar5sAVD
         5ZNg==
X-Gm-Message-State: AOJu0YwA8a1UfqeUvLaRaSzAeslb02g+E8uSUgoYx4dGoWPuhQSrxp7e
	v4CKwDBQYyK9U72RGSVfu/LjbCyeM3AaCT4HNBlFzhQiGV+RwjIFPTPe7nk4
X-Google-Smtp-Source: AGHT+IGdn4tmXx4+1dhMRtFqlhEkIoP8cGxpUdrZtSB/KYAJRqX8oLil1vbtDtBJmoeBUyq1dnDS8QA=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:538e:b0:31e:6f0a:6a1a with SMTP id
 98e67ed59e1d1-323421640e4mr3679378a91.3.1755273223588; Fri, 15 Aug 2025
 08:53:43 -0700 (PDT)
Date: Fri, 15 Aug 2025 08:53:43 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140161
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5pgznRDJw2-3EeRJJ6thC9bcEvq_dmfmA0qUwgyzm52yWsboyN6PzLOj4l4SUjzCwv4GxVNL-RPY-V95Fn5Efcrwk229Uc_g4FtiredQE1gZAWSnHOlHRPbt-C_WFhYbcSQSOxvXP0okZgkxHiyAkAtNl_SyKC6lBkYOIERDud8W98MOgNr5d7AlU4geIozu7DjxboNrYHPGt0d1sJAagFMHXI97HoZk1wV0KUQskmmoxzWMaKqvzvzfuB3hsqGRKg1z1TXpE2O8eHvRtqJfO33lKNwPx7oh8M8ug5uwUq-pGYiv-V0y-3UxSLThHsWfkMXiVHLUL47-N5AM9EU5_6xFbf4f9cQz28oC-Q?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509411-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 5a1587734e3a0000
X-Notifications-Bounce-Info: AWoTSIEJwI7mai6ZJmV6rtWU1Wxg0mDBUBaOlRKHUI7uMZjuc3BmVoKau-vBjrmAUyRRd2mz5LbcS7UsoWD25sCchAnQZORKwPhmbF1g5UzIdKcJKTJgHCdyrklFmBpS6Z7IdQZtO8xKLcAEmfiKhzxdq37gKhuzNdH-tsnhsVCn2zLTudu-l5qVg7gt8GODE7Lf7iJ7ZZG1XhFi29AGWtxYz3iumTFuSkuyL7j3ibtkjQ_8_NSt1Clvm-SbETvxo9klcdW8GDerLsu3TWXwTJT-j1PsmK8EWCuwB_4xEk8-nDTKiTUBTy8fpRFqSxzHr4jTkmkRAU8WmX9fLwGTwK8HBifRErc6OyVukpP-gsrIlN1stBKjCDet2WCBTr6K2su2dYJWwUIHqhww05PKs5uYPqlJ4Ff-2L14Vg7fGT1uDBiby2ZKx2G0kQeE1vL1XF1mWyEyE8SPy5ole_9omyeLPI8ACVG0uFFxSWvjPM8ad5jiFX1vozcf_m30tmTwwygEibbBwhpgkueSXqlfW-7-PmOhweW7UPxqKTn0JZHnJhKfmeu-S0vqRLRu3uEA8-YAMXRkOnIpD6C92Kx02_twudujHp2miCpGJTtvAvhaOfo-V89AT6M2Lm59smkUXtXgDAus-nnIT-oVFDh6QG-UUpP2zANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <71b70300c4266919abf1b50c6e9338bd38805399-20189259-111085107@google.com>
Subject: Use your Microsoft Office files in Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: help@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000f9ccb7063c696417"

--000000000000f9ccb7063c696417
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHb29nbGUgV29ya3NwYWNlICsgTWljcm9zb2Z0IE9mZmljZSBmaWxlcyA9IPCfkqoNCg0KDQoN
Ckdvb2dsZSB3b3Jrc3BhY2UgYW5kIG9mZmljZSBmaWxlcw0KDQpEaWQgeW91IGtub3cgeW91IGNh
biB2aWV3LCBlZGl0LCBhbmQgY29tbWVudCBvbiB5b3VyIE9mZmljZSBmaWxlcyBkaXJlY3RseSAg
DQppbiBHb29nbGUgV29ya3NwYWNlPw0KDQoNCllvdSBjYW4gZWFzaWx5IHN3aXRjaCBiZXR3ZWVu
IERvY3MgYW5kIFdvcmQsIFNoZWV0cyBhbmQgRXhjZWwsIG9yIFNsaWRlcyAgDQphbmQgUG93ZXJQ
b2ludCB3aXRob3V0IHRoZSBoYXNzbGUgb2YgY29udmVydGluZyBmaWxlcy4NCg0KV29yayB3aXRo
IE1pY3Jvc29mdCBPZmZpY2UgZmlsZXMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81b2Z5LVFNaTVN
ZmQtalpTQ3huNE1Ta0hHbnVrTUQ0ZjV5bVk0U1dVME1BZUp3QmxFcUdaRUlHT0tWTVFncG1DYm4x
N2U0LS1TczhiUzNzdkRpWXgwUmhYOWQ2ZXJXUVpjVC1WWHdFN3pTeXctVkU1R1pQa0hRbFZQVEcw
dlJDSUpqZXh1RzBOYXBiXzB1M2ZXTjRsT0Rzd3RZTVR4Z3ZQenZ2RXYtVWJBR3hrSk40bHpITWIz
ZlluWFdCR0xZcnY4SUlBcnh2Q1oyZG5QLVFiaVF3Y1pOT2NZVkFxSjUzVlkzUy1RRksycnBkc2xE
ajdQNm01OXA2c3UyaUxvSUdIOG11MHoyQkxxN2hhNnRZSFN5R1puNUJYWldyNEI3amJMWHNIRWhR
YkNRVTkzNmRvUG9kaTdqQU5feXFJMGlmcTE5MHI5TzFweG40bk5UVDZieVZ4NnFHLVdRYU1wRzA3
aEU+DQoNClJlYWwtdGltZSBjb2xsYWJvcmF0aW9uIGluIE9mZmljZSBmaWxlcw0KDQpVc2UgR29v
Z2xlIERyaXZlIGZvciAgDQpkZXNrdG9wPGh0dHBzOi8vYy5nbGUvQU5pYW81b1pzeVR1Sm9oS2x2
N1dyRnRFOWp1Y2l2cTF3UFdaQUtCR2tEWXl1c01NcnhkMFN2Q1VkbmN1dUduR1daNElYb1BXN0Rn
ZFJwbXl2T2tKSmZmbXVxNjNJVnJwemdmQTdFRmtUME8xeUowNWpxYjFXeHhGZGJ2R3ZoYnpIdmdh
Mmo5SFB2Y2FwSVluWXpFcGJoaGtWZUg5emZ3eTNSd0ZWSzdhVGs4S0xHdEpEbnNYYW5kanc0OEFu
T0R1Z0N1a0U0d2R5dEFTNVZQNzFSSnhEaUZVNkNRMVJNcFp5T3JnSEpyeWRJcEhQZTNOZ1VsaXdl
endBeW1ONnhNSGVobWpncVZuQzgtMkNnMTVnMG5td3JVdE43STBGclhRQTRnbTMtLTJSOFBVem1o
SE5aNE1ESW9CZERtNnR5TnJCQT4gIA0KdG8ga2VlcCB5b3VyIGZpbGVzIHN5bmNlZCBhY3Jvc3Mg
eW91ciBkZXZpY2VzLiBZb3UgY2FuIHNlZSB3aG8ncyBlZGl0aW5nICANCk9mZmljZSBmaWxlcywg
a25vdyB3aGVuIGl0J3Mgc2FmZSB0byBtYWtlIGNoYW5nZXMsIGFuZCBtYW5hZ2UgdmVyc2lvbiAg
DQpoaXN0b3J5Lg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXEyc2lF
SlRqV0FGYnBsdE02cWJnLWNBTW94OFFPMlFpamxhT1dMUkFQNkY5QVdVbXBNOTNNNjhNZk1TTmJ3
VlprX1U4UFlCYU40cDh1VHBtdURGYlFjREVhX1NMdW9GOTljbExSaDdBQm5haDlMaHMxQzNYUnpf
TXRzckR1Mm5nUmVuTkhQRTNIQjNZTG0+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXF0UUNhZ1VnZ01zaFpveS00SkluNXVKQXFLZTNYTGgxQjFuZXNXbHVPMXVCZEhVUk1FVmNNN05n
ZzgxTlZId1RfcjA0cHJCb0NKQzV2WFFERllib1pkeGVhXzBlazBXLWZVN3otd3dJY2taMjFQUEFL
X1VtbXRPcTNuU1FiaXRVVE9lMjJPWm13Pg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81cVpQX1RMLTloeXllNzZRcnVhaW9wM0M3ejJBRTFGVldvMU50bEhOeG5lS2M1dHFTYWlicVNq
eWwxVGVQcTZHVlRTZ1lub0JLZURiSUJiWWhpcHItclVTS0lzSWN0SWUtb255UHFacHgtYkZUY3ZD
aHdQaTlqbTEyRy1PLU9yc0U5R0VpOXpjY3JYNWdERHlyMFN1bGViNFh6Wk92SHc+DQpGYWNlYm9v
ayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwRlJXZndEUHNVeGxrcEJkSmNQMHVyZTRya2FTZWxR
NWhFejkzNXhCdWxFeEwtbExzUld4QUtuc1QyVGE3Y3hLOEphamVfQnhBZkVJTThILUFNMkNtRUta
QWd2Y00wR3VmeXQwOEVWN2RyZFh5UTQyZ0ZKODF4V3Y0bGxhQzNWVUIzTGVwcFVRWERqRE5fYlNZ
Pg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBURC1ObEVvc3o4WHloZmE1aUxL
Y2kyOUpKU3FxUlBRZVhrTTJ6SDA0ZEJmc0Nqci02QlVTVXEzcjY4aUdNM1pEVTZXRVgxU0ZwTHRp
MWlVWkdvRzNyZWtkZHNDUllyQWdVR1V2bXV0dHRrXzdZRHkyZWpaRWJYREk3WERBQUhCQVBELWRF
cDM5aWl3MU42OC0zcE00Pg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBN
b3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBoZWxwQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNlIHlvdSBzaWdu
ZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBzIGFib3V0ICAN
Ckdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJlcyBoaWdobGln
aHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5IHlvdXIgb3Jn
YW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2ggZW1haWxzIGlu
IHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczovL215YWNjb3Vu
dC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3JpYmUvZ3QvQU5p
YW81b2JPYjRJSTVOU2JaLWd2R2xad1Y5LU5lN09aNkt2d09QdTZDLUhTWkdLdk91M0pLd2JxNWFG
T3lXaWJRRUdnbGp5dnIzdDRiRUN2cHNuMmRudVFhWldwUnRfMzZjaFI5MlVoNkpZRDhfWEFWWmph
RXVMX3EzUk5MdzZUcFZoWEdTejJwY2JUSDhsVDM0d1BYRWw0NmdQbjJhUzAxbjFia0FGc004UG9V
c2tUVUFGMkdsUVRQc0wxZl96MUJyMXVYN3QyX1NzZXlJbzdHSFNjNG5OUTZmdzJESmhQMUNpQTNB
WUVkcnJLZlcxSnNVVzFoVml6WFcwUXlkb05ORzdwdE5XV19oQ3FZTkNTa1JmTHpsR0E2VlpZQllx
VEgta25JX2g0QmZabWtRbDVpeGp5dmxKSDgzc2VRaWNnWkdsVWJoeUtKNlEtcTQzeWlUM050bFYy
d1RLUzkzWTkzVlY2SnVmP3V0bV9zb3VyY2U9Z20mdXRtX21lZGl1bT1lbWFpbCZhdXRvPXRydWU+
Lg0KDQo=
--000000000000f9ccb7063c696417
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Edit Office files in Workspace</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">View, =
edit, and comment on your Office files directly in <span style=3D"white-spa=
ce: nowrap !important; direction:ltr;">Google Workspace.</span>&nbsp; &zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:18px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Google Works=
pace + Microsoft Office <span style=3D"white-space: nowrap !important; dire=
ction:ltr;">files =3D =F0=9F=92=AA</span>
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;"></td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:0px;background-color:#=
E8F0FE;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-email6-banner-whit=
ebackground-w1280px-h720px-2x.gif width=3D480 height=3Dauto align=3Dcenter =
style=3Ddisplay:block;width:480px; alt=3D"Google workspace and office files=
" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:17px; paddin=
g-bottom:0px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Did you know=
 you can view, edit, and comment on your Office files directly in <span sty=
le=3D"white-space: nowrap !important; direction:ltr;">Google Workspace?</sp=
an>
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:15px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; "=
>
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can easi=
ly switch between Docs and Word, Sheets and Excel, or Slides and PowerPoint=
 without the hassle of converting files.
    </td>
  </tr>
  </table>
   =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:26px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5q3H1kM45RMd_4tmt700k5WSfqbhGBHbZVSuOU9hRGMIiMWvNDxPAYdc0=
Stdfk6ut5Cae-iCkc1-JQSIT4tkStYGuJaeUALKfNsxXrC9dqwRwSSrkOzZBQ2l0StmEZLI2pqS=
PPHGFGrsm4rO9Nn9G23hZ2ZeKd9qQVD5mQTW85p5YnHp9_mh3xnswKHxxDD16lPvVXA8wnDL4g6=
lCC4CB3VaT3P1SsOFHB0l0QK0G9myRzPhG6g6LQ3mQZOTbV7PPgIb4YZcSmDR6-SMDuP8w2a2e5=
GHldqq7V7zOuabh-wITpg_Xa6wmyDxpMcGYd_xVqX32n70rU-IKD1UcXmHMrIpkVoocTTJheIcA=
" style=3D"height:50px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" s=
trokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Work with Microsoft Office f=
iles</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5q3H1kM45RMd_4tmt700k5WSfqbhGBHbZVSuOU9hRGMIiMWvNDxPA=
Ydc0Stdfk6ut5Cae-iCkc1-JQSIT4tkStYGuJaeUALKfNsxXrC9dqwRwSSrkOzZBQ2l0StmEZLI=
2pqSPPHGFGrsm4rO9Nn9G23hZ2ZeKd9qQVD5mQTW85p5YnHp9_mh3xnswKHxxDD16lPvVXA8wnD=
L4g6lCC4CB3VaT3P1SsOFHB0l0QK0G9myRzPhG6g6LQ3mQZOTbV7PPgIb4YZcSmDR6-SMDuP8w2=
a2e5GHldqq7V7zOuabh-wITpg_Xa6wmyDxpMcGYd_xVqX32n70rU-IKD1UcXmHMrIpkVoocTTJh=
eIcA style=3D"background:#1A73E8;border-radius:4px;color:#ffffff;display:in=
line-block;font-family:'Google Sans', 'Roboto', Arial, sans-serif;font-size=
:14px;font-weight:bold;line-height:21px;text-align:center;text-decoration:n=
one;width:265px;-webkit-text-size-adjust:none;mso-hide:all;padding: 14px 0 =
14px;letter-spacing:0.25px;" target=3D_blank>Work with Microsoft Office fil=
es</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:0px; padding-b=
ottom:10px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Real-time co=
llaboration in Office files
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:1px; padding=
-bottom:39px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Use <a href=
=3Dhttps://c.gle/ANiao5rn3LGnD6QVm_EC6APw4ItQV4Ra5tdz7fJF3dcjc_5nbgT5xaSYwo=
FatPs7ufnN60I1VMpV0MJoW0cgbypS3sKt_3ZeowmGa1zERkiz5ntNgIVT9uysadJVekXmql3FD=
CN6uC0RTeAJmzCwMJQ3bqw6rn4cZH531HrvsyqPvz5eo1yLzEuBOdxXdqOWLB2lqRnQYclhjIQ2=
Or64FE3dDbOSmEVjG2p92j961Lv-3exJ0d6ynlNv_PuQwyYagegdztNEnd06MgcWjogBaoDhOXj=
O9mcEQ_bBFue_XoZQK0Bg8bI0bawyrs7Bc3BlkgLi style=3Dtext-decoration:underline=
;color:#1A73E8; target=3D_blank>Google Drive for desktop</a> to keep your f=
iles synced across your devices. You can see who's editing Office files, kn=
ow when it's safe to make changes, and manage version history.
    </td>
  </tr>
  </table>
    =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qz_t-2AfrSXao117p8BybA8-BoJ1JdN6fcQ7g=
VuJJtM-hwGasneRqJmstfJstSDBaQNZECBD7eTtlLvw3XKBEDaCKSYgB_cEXtsRzxfwlpGT79BK=
LfIQLWv9EUsV8d7vBqfYpw2nfHqR6D6o0 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rTU2SIDRkITi0gqh4IgA6MB7axatQR_hWijD4=
5cb9ECb5wz3YUc2aJQYv7ozS4wbcDJEsfo0V03jPouauyIlQe8AmBQBabp2wjJczm7hDH8-Xkcj=
A78UJqfc7Np1w-aaOFpFBhUqmC6g target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5of4dQygF6rNea4kQ-jf_mEdRRlVAw_AmakYbc=
FJgWsA7PnTTngS_qmMUpFleHNgiWL2ZmHgFexAr4oayN_AGgvAYfCsw3jvrosd1e1nW-TdsfbIR=
0IGDaKFTXde7T_uxDnyycbe2YSGK3dmqHB1peBbpleyNG230U target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5okb-tcwyZpy14Bfsvl7tWfrJj2H6sFBQLB5cC=
2weetC_CbX_thrphT4f1pfy5KQd8bjync8clwRdy1858gyh4ZCdSSHTlCv6f8mSKZ17hD8IZ9v9=
A5t5Ov5Z7zzsge1x1A5vq2nk5LoIKaxwr9IQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o8LkVpNwDBYdHIJLpNzk-5hfD3uOv5SPgdgI3=
Tf172Sbm2vw_TRReo2JV-GcxWmuNnxDtmcOqPbbfWqIa2vDNHT0tGZmdypVEeOxEFk4MlBPSWs8=
aH5XiPQ4Qd4qS8oarCVcpcj2S62JIxKVDKz3dP2w target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to help@24hourwaterdamagerestorationlongislan=
d.com because you signed up to receive news, product updates, and tips abou=
t <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>. Please note that some features highlighted in these emails m=
ight not be deployed by your organization. If you don't want to receive suc=
h emails in the future, please <a href=3Dhttps://myaccount.google.com/commu=
nication-preferences/unsubscribe/gt/ANiao5pgznRDJw2-3EeRJJ6thC9bcEvq_dmfmA0=
qUwgyzm52yWsboyN6PzLOj4l4SUjzCwv4GxVNL-RPY-V95Fn5Efcrwk229Uc_g4FtiredQE1gZA=
WSnHOlHRPbt-C_WFhYbcSQSOxvXP0okZgkxHiyAkAtNl_SyKC6lBkYOIERDud8W98MOgNr5d7Al=
U4geIozu7DjxboNrYHPGt0d1sJAagFMHXI97HoZk1wV0KUQskmmoxzWMaKqvzvzfuB3hsqGRKg1=
z1TXpE2O8eHvRtqJfO33lKNwPx7oh8M8ug5uwUq-pGYiv-V0y-3UxSLThHsWfkMXiVHLUL47-N5=
AM9EU5_6xFbf4f9cQz28oC-Q?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue tar=
get=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscribe h=
ere</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000f9ccb7063c696417--
help/new/1754495627.M748820P2034256.premium320.web-hosting.com,S=37035,W=37733000064000000110253151007557630017607 0ustar00Return-Path: <3hXqTaBEKABQG8B4C9uwy-78By95I08805y.w86@scoutcamp.bounces.google.com>
Delivered-To: help@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id yI42LIt6k2hQCh8AVkXPrw
	(envelope-from <3hXqTaBEKABQG8B4C9uwy-78By95I08805y.w86@scoutcamp.bounces.google.com>)
	for <help@24hourwaterdamagerestorationlongisland.com>; Wed, 06 Aug 2025 11:53:47 -0400
Return-path: <3hXqTaBEKABQG8B4C9uwy-78By95I08805y.w86@scoutcamp.bounces.google.com>
Envelope-to: help@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 06 Aug 2025 11:53:47 -0400
Received: from [198.54.122.200] (port=53549 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3hXqTaBEKABQG8B4C9uwy-78By95I08805y.w86@scoutcamp.bounces.google.com>)
	id 1ujgSZ-00000008YWo-3qTh
	for help@24hourwaterdamagerestorationlongisland.com;
	Wed, 06 Aug 2025 11:53:47 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=Gz0FQXc1;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3hXqTaBEKABQG8B4C9uwy-78By95I08805y.w86@scoutcamp.bounces.google.com designates 209.85.160.199 as permitted sender) smtp.mailfrom=3hXqTaBEKABQG8B4C9uwy-78By95I08805y.w86@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bxvwQ051YzFyV5
	for <help@24hourwaterdamagerestorationlongisland.com>; Wed, 06 Aug 2025 15:53:42 +0000 (UTC)
Received: by mail-qt1-f199.google.com with SMTP id d75a77b69052e-4b085852fb8so1363251cf.3
        for <help@24hourwaterdamagerestorationlongisland.com>; Wed, 06 Aug 2025 08:53:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754495621; x=1755100421; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=BbCK2MT/A0FXlJnlvaf+VxTdqxsDbiqZFhQZ7Q1CjsE=;
        b=Gz0FQXc1QKon580lfuS8/5/Na9+HTiF1LDJbj4R8uTlwMG1mhrzmHj4rk8+zkC7Xv4
         onxjB+6zoQW7f3YleCKG+XW2A9+jJRp47KXJU2jEYOHjwmxZoFJmtqjacmAZuicIIQU8
         dRVVcQSEe5sDRagtJwdP+t0UI+CBkoz8Ej84r1LaeRX9py3Iv5Xm+NClHj8fa0z6kP+9
         NCAyFcZZTSs9AgH2w1V6tKLYhSdiSZdfjhGwn3d8ksFwzmwo/nwlUMycYdpBlulruIC/
         UQXm2XJHF1FTVKYCYx+WNiCevd12LOWM/95TjIuTgb06FdVJKL3rkFmyjPb1RtBU/uun
         wMzA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754495621; x=1755100421;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=BbCK2MT/A0FXlJnlvaf+VxTdqxsDbiqZFhQZ7Q1CjsE=;
        b=RMJ+ahSiWYKONWTl0AWOJwRMV+m58iRWt7blfEAIyo+FkxBSDsHibasMsvZ6Z+ERBz
         6UZFnmMaY/ElqhLoybmcslV0hTbedvNDxpZTgLwXzcPvk61r+l2IVTIgQlz4O7TDRBds
         x1bSCIJ/ZDr0Pzx2Z/v207dhDh+ZQZDWAQOggkXWU/zsccRfzo2oDAajxAwMUua0zLwx
         vvJilbKa3LfKMpaEbOfvE8vcz6sGkh06SejNRkVSz+x9SnHzdMDJDfFYzdUCbhFY2Zmi
         LkDRlx5OWuYfEWB177l917qyer6t0JnO5cuqG79qPbWmghbjEDeyCNqf1DvyqyyT4jmZ
         DTug==
X-Gm-Message-State: AOJu0YyHqqHN5AcJvn4Mny3as5C/n5GSbZFF0F1owXOWrpPOmkHFj4gk
	a1E6lmmiIPKmbzMrdRqIpbEKqvVfMYKV4oxBK/FeADsYpvI0qkWD1VZ4FF5a
X-Google-Smtp-Source: AGHT+IG28GIkKArm60yvGR6U+EYHhn2aXe7j39UanPECmAKZplAXjK7HQyX+LIb0DdeljXx91PXw8Tw=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:54e:b0:4b0:87da:110c with SMTP id
 d75a77b69052e-4b0915c608emr52600111cf.45.1754495621307; Wed, 06 Aug 2025
 08:53:41 -0700 (PDT)
Date: Wed, 06 Aug 2025 08:53:41 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140163
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5rWgEvaRnODmXQdWXNP4PtT4Tg6IVA4pIMpAqaU38QkMsmi5SZevNFRObl-8td7FOI0WVQljwyBtO8MWIlLgVcWCS3M-NqtM3-7YaNnoz6NENiTN3oUXHWHrXh77-9qnTVUw4OuSFTm5XyqE9GNCFOk7oD9tBZzChUWOeWWgXGA7Bp8ZjSdiJfNCuS_FduoKq4poDlXNO6QbDhQ32RaP_6I6Uyef4YYeZevsfW2HrB59jPIcW7oG28wGULBr0xoH75_LeXbW0_wRPWwR-svh5KsbcdnxbPWpMEmUf3VU6ykdX0hIor-Ii1KKNuJSR3UEiRcH2PQF3C8PLFrAA9BQj8nhAfuj5ZthFVvzio?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509348-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 75344155a25a0000
X-Notifications-Bounce-Info: AWoTSIEWx8TUnXh6xOVVqtlVfBaExguvfy6EN_RlRNJ5Em5dNK4VsDhxuOxqyHfliUr7p_gHTY6NUai54PtVGFl4j0hSj_5UrA3KqaZbkEifIUrWFWR3iYP8G3ZWtxhFs4vhbCLoH8oqAZr78V-F9p4bxUo1_Z6WuTG_EXNnqmPTNl0AmgeymnCw54hQx-HEog56ew1BdMHks8ZUbxFJnGge8MGQDpD12kxIydjjqrRM2Tof03juhsBopL9JKEbxa96_3IGGol2ZbE0cvUAR3ZgArYqpicNq4l2eca3_mp-Qwea-FPYDCgZVhiRCIrP7V9px3X4EqRTQnhBY8cYyiOEcIldCCD3JCfKc_4jxEr_wC_yKUkA-0a1oC9guowCw3r5irvF0LjPBT1i3UM28vuUkGB1aQOx5SEWAyDx8ejdA1yuK0n9BcTdJDkUwJc_9YJ3XLD3xcxt-5N78RXGNVLH5kw2Pyo6CJ59fs2JCtOLGyzyeodhx8oavoFxrWzzZL2itQlCSP-lYyAz1XWRoosSVioH7U3VCKwuAzMJLPW13yxuwTH26RVmoiGoCuuO_ldLKX_yW_y2ECf9vPz_gdd_8QzXtqK7fLk2Sn3vhqaQ5MN36hXkI3uhFoj2v2AbOE-7XSb0yqBtQO7L76-95wxQCClJlSQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <e09497a7744bc45fb290e6ae9d4d497b3409ab0c-20189259-111088031@google.com>
Subject: Collaborate and connect with Google Workspace mobile apps
From: The Google Workspace Team <workspace-noreply@google.com>
To: help@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000449f33063bb4588f"

--000000000000449f33063bb4588f
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHZXQgc3RhcnRlZCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UgbW9iaWxlIGFwcHMNCg0KDQpTdGF5
IGNvbm5lY3RlZCBhbmQgb24gdG9wIG9mIHlvdXIgd29yaywgbm8gbWF0dGVyIHdoZXJlIHlvdSBh
cmUuIFdvcmsgIA0Kc2VjdXJlbHkgYW5kIGVmZmVjdGl2ZWx5IGZyb20geW91ciBtb2JpbGUgcGhv
bmUgb3IgdGFibGV0IHdpdGggR29vZ2xlICANCldvcmtzcGFjZSBtb2JpbGUgYXBwcy4NCkdldCBz
dGFydGVkIHdpdGggbW9iaWxlIGFwcHMNCg0KSGVyZSBhcmUgYSBmZXcgZ3JlYXQgd2F5cyB5b3Ug
Y2FuIHVzZSBHb29nbGUgV29ya3NwYWNlIG1vYmlsZSBhcHBzOg0KDQoNCi0gUXVpY2tseSBhY2Nl
c3Mgd29yayBjb250ZW50IGluIERyaXZlDQoNCi0gRWFzaWx5IGNyZWF0ZSBvciBlZGl0IGNvbnRl
bnQgaW4gRG9jcywgU2hlZXRzLCBhbmQgU2xpZGVzDQoNCi0gSm9pbiBNZWV0IHZpZGVvIGNhbGxz
IG9uIHRoZSBnbyB3aXRoIHRoZSBjbGljayBvZiBhIGJ1dHRvbg0KDQotIFN0YXkgY29ubmVjdGVk
IHdpdGggeW91ciB0ZWFtIHRocm91Z2ggMToxIGFuZCBncm91cCBkaXNjdXNzaW9ucyBpbiBDaGF0
DQoNCkdldCBzdGFydGVkIHdpdGggbW9iaWxlIGFwcHMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cS1WeDFnb1ExbFduUDlEaVdhUk53X1pFYmhDeXZfN0ZZZlZvLWVUczcxQUR3MGM1SGJ2cGlpVWFN
S1lLLWpkdWhVa2FxdWNBUzV4c0JYSmZSMEdtdzVwVnRJb3NHblNoT3dTV09IbmlPMWRObi1wOGpP
NVhOOS1VUTNQQWFVWDU0Nmk3TWtWNGkycGotS1BPRm9MeDVXWml0OUF6YzYxN09XNHU3ZW43YTg5
T1dFYkI3NFhsM1NkVUV1TTlpLUt0dUV1WWdFSWVWM1U3dV92cVZrNUN4cFRGOHlBOEhOcmZYSW9z
VjhGUzBqSkpMSUJlUG4tX1pvajVsbG1lM1AzUTRtSzdpQlhfMFJkNnlDOHRTbFVpRm85TExkcnpj
ZG5EcURxZTF0dEU4ai03WnpNdW1ncHBsSEhzbnY3eHFZeVktNXlvbTB5WFhpPg0KDQoNCg0KDQpZ
b3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFhMVBSWXItbDZmZzFfSHpTQWc1c0pER2tT
VFZ5eVM2cWliNEtvc2U3TzV3djBwS0g0aW4wSlFZUV90Yklma1d6clVCaS1RcjBka2JhMExjSEJS
MWtPYmI5UW1oVlMzckpwUndVa1hhOEk3em9QWmNNSWJpbkFyMkxqN2JzU2RqeWtwVGlaV2szVGFW
UUs+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJYY0JBZHJvTWJyYWtaQzcxajJp
d0NJN0pLTEZKNlo4cEhzcll5Tk1UQVF3dzRtNmZmV3RhVVF4VXAxZ0dCS1VBbzFVRWRjdXpLRE56
Vk9WdjVPM0o2UU5ERjBGOUFZaW1xZFl1WnBGTmpxaW95eEZ3QWxWWXpDRF91WVJTZG1HTXd5RDl0
aVNNPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cnJrS3gyTHhzWnhLUDM2aGdJ
SVRqcmhjYVJ3N0dXUXNUNEJ1eHNkakw0UFJHbWM1emItYnZLWlRiNncxWVRRWTQtYV9SRVFnYm56
eEpnYkN0elJrdTRlNEo5WC1sS3ZaVldEVWcyWlRBTktJckx2cllUQlhPTXJfeUdsdm1YUWVLcDFV
cWYtSUY1WEdVM0VpaGFfNGFER0hYQnF4NzM+DQpGYWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9B
TmlhbzVwc09WT0lZNHNMR1dFZC1Eeld2WWROVkhYeXJ6T1lxZVp2QlZFQUNSZUkwa1FwWUk5eFNX
R1BzazFQTkE3bWZGSUtKbS1FN01IQ3NEeUI1ZW9wQWhPYnJQU3VIU2ZkRElzeTEyMnFueGRFdkRH
d1NxYmh0LUUzVDJlTzhWTWVXSFJsMEhGYUhCMWplbjJ6cW1VPg0KSW5zdGFncmFtICANCjxodHRw
czovL2MuZ2xlL0FOaWFvNXJCV2lod3dpeFMxRUxyWVVBVzh2dmJhTk1fcU80aU9Pb01oWHBhbTUx
Mmg0OFpnU01VTk1PeTVuSmgwRTJGQjN2UmczNnZpS2lOUUl1WkNJbFdHOGQyT0JoMkZ0R1dKSy1O
SW8xTktfbFJZNnVmYTVWOGtTdmtSVS1FV0UzNnh0Ry1CXzk4Uzhyd0JaUV81WFlGM09jPg0KR29v
Z2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0
Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBoZWxwQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNlIHlvdSBzaWduZWQgdXAgdG8gcmVjZWl2ZSBuZXdz
LCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBzIGFib3V0ICANCkdvb2dsZSBXb3Jrc3BhY2UuIFBs
ZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJlcyBoaWdobGlnaHRlZCBpbiB0aGVzZSAgDQplbWFp
bHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5IHlvdXIgb3JnYW5pemF0aW9uLiBJZiB5b3UgZG9u
J3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2ggZW1haWxzIGluIHRoZSBmdXR1cmUsIHBsZWFzZSB1
bnN1YnNjcmliZSBoZXJlICANCjxodHRwczovL215YWNjb3VudC5nb29nbGUuY29tL2NvbW11bmlj
YXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3JpYmUvZ3QvQU5pYW81cUJQb0Y4N29UOTNlb1RQVTFJ
ZlQ3VTdsemRIMmJYMUp4bGRjVHdfUWtFMEZiMUZ5ejl5dGNiTWktaktULVBaYU1Fay00emk4dHVa
VTN2YzYzZzhoa0FVRDd4UEFtYkg3SzRxdFJZbW5rUXVpZ2Z3em4waUJ1ZEhWdWpQU2ZQSUpBeTRQ
VU9zWklFWkt2b2ZqSjRwbFdiVkI4cGZaLWtSV3c1MjI2dHUwUldVLW1zVWNXemV0NXR5OVhYcndX
NzlmRjJUNWN0YXNfbzdTSVo4aWdORDY3M3VEUEEyMXduZHZJSWZiNGlTSkszLUQyQ3RIN0Y0MWJC
bWxsWE1zNGUtXzFDSUI0a2xuMjh6SUIyc3JIS3BIa25pSDhxdnBXa1J6cmVZTG54YW5fYVFoZVBf
bnloOTRPNHhfLThwQXFhN3BVUlhfdHoxcGFVWVFZRlB1UEszbmtxR0l5RVJrWUdCQ29sP3V0bV9z
b3VyY2U9Z20mdXRtX21lZGl1bT1lbWFpbCZhdXRvPXRydWU+Lg0KDQo=
--000000000000449f33063bb4588f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Collaborate with mobile apps</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Work s=
ecurely and effectively from your mobile phone or tablet with Google Worksp=
ace mobile apps.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Get started =
with Google Workspace mobile apps
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Stay connect=
ed and on top of your work, no matter where you are. Work securely and effe=
ctively from your mobile phone or tablet with <span style=3D"white-space: n=
owrap !important; direction:ltr;">Google Workspace</span> mobile apps.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
16px"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:6px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email6-gw-transparent-w1600px-h946px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Get started with mobile=
 apps" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:33px;padding-left:33px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew great ways you can use Google Workspace mobile apps:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly access work content in Drive</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Easily create or edit content in Docs, Sheets, and Slides</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Join Meet video calls on the go with the click of a button</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:3px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Stay connected with your team through <span style=3D"white-space: nowrap=
 !important; direction:ltr;">1:1</span> and group discussions in Chat</td>
  </tr>
          </table>
     </td>
  </tr>

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:55px;padding-top:28px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5orNDNFYGdEG0J7udjJQcmTuymIfUykV37cA6KAiIhL8z8pbD_4Ij9KYS=
IohxHtN6EG1EJyHifZgDf2olLR1YjNzG96A6E2B74aEIdic_IwvjF9VmVG0O3ymqxA9eQyqlgKN=
qzk5-dcqdhvBMfLHhaWstWdLKQgG0sbvJrDsipqEgfzu_3Pp-gx4XlxfAASYjD1aubaG8ZMuEX3=
J5i0ieAYTe5_jRzO2LuTbpYJ3eHUx5iE-VsbwuqgKD6VINN3Kki5Zkw2v3UpHtrt3YuL0rqVYCN=
feIhAx671i71QRgGYti73YsQ3o2CfNf-hWW0DI8P6GckKFR7hqhA" style=3D"height:50px;=
v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" =
fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Get started with mobile apps=
</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5orNDNFYGdEG0J7udjJQcmTuymIfUykV37cA6KAiIhL8z8pbD_4Ij=
9KYSIohxHtN6EG1EJyHifZgDf2olLR1YjNzG96A6E2B74aEIdic_IwvjF9VmVG0O3ymqxA9eQyq=
lgKNqzk5-dcqdhvBMfLHhaWstWdLKQgG0sbvJrDsipqEgfzu_3Pp-gx4XlxfAASYjD1aubaG8ZM=
uEX3J5i0ieAYTe5_jRzO2LuTbpYJ3eHUx5iE-VsbwuqgKD6VINN3Kki5Zkw2v3UpHtrt3YuL0rq=
VYCNfeIhAx671i71QRgGYti73YsQ3o2CfNf-hWW0DI8P6GckKFR7hqhA style=3D"backgroun=
d:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:=
'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;=
line-height:21px;text-align:center;text-decoration:none;width:255px;-webkit=
-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.2=
5px;" target=3D_blank>Get started with mobile apps</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20

 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rUMwcS3QYfWiE7ijjelh07l7802aSyoOaJEPo=
DkSJ7dpxAKy0dKWd40-g2uUcHqiNDQNpXcdqRuAjDVuV39SuEdDYI1523o6LuzDDQPnTgLJW0-j=
zij6BrMwBTmhZNVIr24MSmyvsSr-UdiRI target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pdWbrQzAzzE1MW9JwyPlxNxd40SMkEPwxo4Fr=
ACfWVNBMmZ4zgXZusoBH3CxaPmayexC1Ob4h5vbm7TWQ4fyh_an5soWz1_rhBz8uGoJ6oMuLTWW=
npBvTO7Hwys3dK6xOJP2CA_ntmbg target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oy4yOqniFAoERA1pln2rldXONQFjTZO4DFX6f=
XU_KeB4uUc-TE9mxdkUCnqJs1gVKuhZbds7HHeMBzWl4xkn0-XMkpCqGRKB0mi07DadpkJpj8cz=
fzDMgs_Mze4yq-JqjJmRxxNPJU4UhD9AjFyzxQL5OV1o2E4LU target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pfL7QReEKBiH3OfRI9He54hkFRk-LU0uXmOaU=
eMH81ZLVtp-Fr9EAtgpk4Zi07rUp6PKnD1ip9qvP5QP3YW4soTU2u-ZwxJUtQIYbXzJczr71IOR=
STxQSnbP9M9_BpNR7cb0iurwoClMaGJD-7Rg target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pPaCbPzeOEezu_arRjatvmMPX9MCnPsidgFra=
T0IiaK3GklGjVhRbKD6GulmnIuHuDczSzQPYidikJVaGH7wJRkDvVlO6NnK3AqqK5PG520235PJ=
RM6Zof20F7C6GeHFp6883RWWDGTQom78AXHvf4sA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to help@24hourwaterdamagerestorationlongislan=
d.com because you signed up to receive news, product updates, and tips abou=
t <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>. Please note that some features highlighted in these emails m=
ight not be deployed by your organization. If you don't want to receive suc=
h emails in the future, please <a href=3Dhttps://myaccount.google.com/commu=
nication-preferences/unsubscribe/gt/ANiao5rWgEvaRnODmXQdWXNP4PtT4Tg6IVA4pIM=
pAqaU38QkMsmi5SZevNFRObl-8td7FOI0WVQljwyBtO8MWIlLgVcWCS3M-NqtM3-7YaNnoz6NEN=
iTN3oUXHWHrXh77-9qnTVUw4OuSFTm5XyqE9GNCFOk7oD9tBZzChUWOeWWgXGA7Bp8ZjSdiJfNC=
uS_FduoKq4poDlXNO6QbDhQ32RaP_6I6Uyef4YYeZevsfW2HrB59jPIcW7oG28wGULBr0xoH75_=
LeXbW0_wRPWwR-svh5KsbcdnxbPWpMEmUf3VU6ykdX0hIor-Ii1KKNuJSR3UEiRcH2PQF3C8PLF=
rAA9BQj8nhAfuj5ZthFVvzio?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue tar=
get=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscribe h=
ere</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000449f33063bb4588f--
help/new/1755791635.M243672P3509678.premium320.web-hosting.com,S=45608,W=46522000064000000131050151007557630017620 0ustar00Return-Path: <3CEGnaBEKAHMnfibjgRTV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com>
Delivered-To: help@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KLkQDhNBp2iujTUAVkXPrw
	(envelope-from <3CEGnaBEKAHMnfibjgRTV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com>)
	for <help@24hourwaterdamagerestorationlongisland.com>; Thu, 21 Aug 2025 11:53:55 -0400
Return-path: <3CEGnaBEKAHMnfibjgRTV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com>
Envelope-to: help@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 21 Aug 2025 11:53:55 -0400
Received: from [198.54.122.200] (port=52253 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3CEGnaBEKAHMnfibjgRTV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com>)
	id 1up7bv-0000000EjXd-0EO0
	for help@24hourwaterdamagerestorationlongisland.com;
	Thu, 21 Aug 2025 11:53:55 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=T7RtjZej;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3CEGnaBEKAHMnfibjgRTV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com designates 209.85.166.70 as permitted sender) smtp.mailfrom=3CEGnaBEKAHMnfibjgRTV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f70.google.com (mail-io1-f70.google.com [209.85.166.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c77CY2Cnyz542s
	for <help@24hourwaterdamagerestorationlongisland.com>; Thu, 21 Aug 2025 15:53:45 +0000 (UTC)
Received: by mail-io1-f70.google.com with SMTP id ca18e2360f4ac-88432e5aa43so114671439f.3
        for <help@24hourwaterdamagerestorationlongisland.com>; Thu, 21 Aug 2025 08:53:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755791624; x=1756396424; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=WFyJiJB35VhMZY5xVWB+pZxoLfuUEws5OhnTBLDpk7w=;
        b=T7RtjZejF2ylrV+MzKOJTGPY1NNnRqrDodbSHGjVkbRGfUMjfkrhA1HPPUBq4ir5TT
         oBFvREq4zZokZTwNsJL34jeMNTcHqwbWNzYQDfPksrIM/33gU79vlSrxqPrbiWm9qeqa
         Mq7+m+hPNQu98CrX+oXin1u2083oBK5EGzTp+6cSDtQRzNPqf2XXhH2P3ze62o4AGs5p
         JRIitWoPduk+AJ338VeFwB8/uQDGzrCZBirYCTqBTr9UDYl+/9aJuiS8j9M22c94rhsc
         3LYCIoR+92EY8eEmZmwPZqoygmMMUPMa0gvsTiwO0NX7IKFjQL1zEYAtztRlsTe2jtdI
         WY8w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755791624; x=1756396424;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=WFyJiJB35VhMZY5xVWB+pZxoLfuUEws5OhnTBLDpk7w=;
        b=s+b5VBLsq4JSUopP8APx5DiM92dPz55rLap0K0+3RhlUnNlZOkxBtxlrPlH+/SSNSj
         tFZZsW+SYEQuefLDROGR3b/va8i4j1BRFKMj5bJTxOLW3NTUU0ErNx9NWPagM7dziIH4
         TO3QgfvF2RtqiMB+aXE6L2t9uhZy1fjYfdTBLWuRS4MkSMKF5MIKEeaaYmNfl7Q/sZsH
         IKRujBBXiLQdPUUJkXZV59kxn524qvBnb9aKrYhPw7RcMuEKjPt4dwkrSjM6bF/onhLL
         NFX5gxAV1vpbEvpksj5rdRg6kZpr/5fcxNtYOoihhCVRsiGz0LUSbStnYi59Fm1IFBIp
         TCPw==
X-Gm-Message-State: AOJu0Yx9K3itUndnOraptxjeyQW23QzeWDGArLpl5TatA05XfUJc3aPJ
	sOGUvF/Qqf4HIrjlvHjsAm8FzmKFbM/hE+Q+XS2PFfH2u5W3gnlmnjPaZZxr
X-Google-Smtp-Source: AGHT+IGuNOfrvWXYnq9vFT9x7cMPQSnY8XJZdw/9wIZ63ja8M16yHNeNiWodsgq+GxYgIE7u1Ba0xVU=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:470e:b0:3e8:50d7:498c with SMTP id
 e9e14a558f8ab-3e850d74ce3mr27468935ab.13.1755791624734; Thu, 21 Aug 2025
 08:53:44 -0700 (PDT)
Date: Thu, 21 Aug 2025 08:53:44 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140167
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5p_iADioaOuJzMwZLe1yyFjZka4YWvNekELUxQNGqjZT9Od5a_X_qHEc1LnvSw6zrx8JymoMXF-kiOVz5OMtBuJw7J9QjtQA_HAGiu2lKWsnypvjpTPJt37lMDJUZp3uL6wljybHMdPCOLn9mhA87eR249yh5FtB1_b8gVUef4TQ2M0kA8yISRQU-wOafxyeY9e_zvCWXQaOzaaunQj-ZP3DBqnEd846YRJIaAOdaqHvKiNYl2YLFrZPVksiBHTchC-pER1eVDMF3balvhUwc7_YiEAuHY3e3ZDuWma6wpR4jPr8faOMh6xZM8u4jjiEpj9tvFSeTsgRSvVQ8Wty5_GlNCg1gaPXYKQkJE?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509819-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: e8c96abd2e1a0000
X-Notifications-Bounce-Info: AWoTSIEXGkCj89k0cwOWQXl4lGS2XUdL7Skw-YVvKIOTq8XIsanN2WkOvjfPkNCbS8V6dTkrS9R3Tq79Z4UPRBdqOlhcMfeFlMnk0WYOXTuOV5l848cgsaV1UAYXlZ8hFB1uCOV4ojW9VKh8rwJL-ouPzii-3yKLGYp7_IJskK8044ECK8lhH2RkP-LxYHB9TmbrnZB3qZK0STdups1HEO_4w76RNWOBZ401eH4e-9HdYK8dUG4Fkme7zzNYapV9MjaBLTtZ0fcVOGjiwrT_NcjXq972jUGQynseLY4s10v9uAm4PlGnoU5TyBDn6Uq5nXooBQi0UMCvgxVNyx86cO0CHyZLTbBLx7VP1-uo1AWUybKyClpHs2b7yTq0iI9IzqoW3AZDRBGBosJP_1ALGLKqrLrW1g61nooXtc_BmyaObyUHawgvXyvneIckJDpr8acVLMTGHwovL_FMVLmP1R1Mcwb8_4Pm1lrFbicTAndwqOjo4ssx-ffZ9SX7oryMcdsLibPTEqaxrA4FkEGxPkhXAxeNgyIcYjUxqkIRS6jW9ab2yxfZeZ8SR3NUW-q4ZpC0H4ed9-8Rl2IwhuNEy0uovOP-v7GcZlWvtmuBiMo15Yb3pXh6lFm6vVU-fhR-NhjMybJ54uJbiBB65eO0SUhenrcAPQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <0e57e2af02c87ff98a2fe397ccf5a994958cc625-20189259-111085056@google.com>
Subject: 3 tips to take productivity to the next level
From: The Google Workspace Team <workspace-noreply@google.com>
To: help@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000001788b0063ce21822"

--0000000000001788b0063ce21822
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpUYWtlIHlvdXIgcHJvZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNCg0KTm93IHRoYXQg
d2UndmUgY292ZXJlZCB0aGUgYmFzaWNzLCBoZXJlIGFyZSBhIGZldyBwcm8gdGlwcyB0byBjcmVh
dGUgZXZlbiAgDQptb3JlIGltcGFjdCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UuDQoNClRha2UgcHJv
ZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNClRyeSB0aGVzZSBwcm8gdGlwcw0KDQoxIENv
bGxhYm9yYXRlIG1vcmUgZWZmZWN0aXZlbHkgd2l0aCB5b3VyIHJlbW90ZSB0ZWFtcyAgDQo8aHR0
cHM6Ly9jLmdsZS9BTmlhbzVvamVzeThaQlJ2cjNaTHFmcDFNTTBUM2I3Z1FPc0libGtoTnpWajBT
dTBkeDhfeGNlVzlzeGVYNzVkNjlPcXc5Q3BTT2pQWVFDcmNseUNfYWU5QnlPRWFiaTdYLS03Y0NP
M3JKNGpNanhPWFAtNGJhZHVyLVRGMzJFOWlWeEFINDR0czBTMUQ3SllfNVJWRTN2MnpyM1lBQ21n
c21SS3hnWGhZTU9XMUxfaTZvZVpyYkpKQ3pacGNrQnk3YmdhV3hTV3VVbVZjS0d1bFREMUcwNFdJ
SnNRcUR3bGwya0pfR3FWMkV6T2FoRWFFZDJWWVYxdXZRcHNvd09RdER3dE9fcjVBWFl6VnVqemhT
eVVac3FPYWRvazBGMVZlSTRuZktxSEV0eldXSU0zdVZONHcyRlBsNXlwVndoS25BUUhYM1prbFM0
YzdlT2ZlTU5GZGIzVmRCdEtPclg1MnczWENrN0ZLSWppOS1TckdZST4NCg0KMiBXb3JrIHdpdGgg
cGVvcGxlIHRoYXQgZG9uJ3Qgbm9ybWFsbHkgdXNlIEdvb2dsZSBXb3Jrc3BhY2UgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81b3VudS1HSkR1TlhOeWFwNnowSFBIQjVlNGF2NVhtODA1UExDdllEUWI5
M1cyeHE3MS1Gc3dhNW0zT0VvS3hKNlNjTVlWWmFYRDBybE1Gdkx3RW9OckQ1NlFyR05YU2JIckt6
UE9aQWI3Y0pBeHNmYTltdmYxWEJrOGtFQl9CSDJJMmV3cmhMY29sMEcwUHR6S2EwT1REUzZCVnVk
Y2xTUlY1ekNEb0VwWVJKN3B1TWFVbkx2X2otMjg4dm9VMmZHRlpSWVNjcE5HWjM2bGl2R0p6VzhG
X0ZKMVBDcnhERkc1T3AtcFVhTkxjZlZEOWRROVM3MnVlQUpIVmw5akNKODRJYWpRV3R2TG94U0RB
c09hdXRzNy1EZWUyVHZoOWxHM0stYWRFaTJaVDdoTjVfbW5MMWJzNzR2OVVIemJYOEdIYS1wQVFi
WFhoX3p0SUVCRG5nX1M0c2hnbm1adlM4M2sxcWc+DQoNCjMgUnVuIGVmZmljaWVudCBwcm9qZWN0
cyB3aXRoIHRvIGRvLWxpc3RzIGFuZCBwcm9qZWN0IHRyYWNrZXJzICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNW9JYzhXdFA4Y01NMi0xQ1NVNDNON1VPOHJ6Vlg4cFFhMGRoa3U2TWw3WndLMmpsdW5Q
MDlzVi1nTkFrQUc1amwweThMU2hNT2hoWDNRY2ZieFR4cXVMbWhHNHpib3NOazVOSVV1QzBCSm8z
Uk1ySURFMGhYbEZFLTdfT21OYWxJaVg5bGFGYmZ1Rjl5NmV2TmtGeFJseUNFcmlRZXhlVXI2X0pa
MjJqNXM0a2dkMmNselVsZUIxc2pvVm9XLXFFb196WDlYVHhRamd6ZDdNY0g5Yi03clpRdHFBeDN6
RXktZFBJeFJ5b1VBaGt6RDFQSjNINzRIeG8tSWc3Y3VNV3BOX3hRRHotTUNCcnl3YTlfNFZEU3Ax
N3JkMjVZMVV4RE0tajVtWWZQS2JzT1p6cW45Z1dwSngxbzhGT3lzN0dEam4xMG11VDZCZGxQdVJR
VkJocXpQZzNjdjFyQWMzX3ptTjlGYzFFOFBQMXNzZTd3SVYwdFRzSDc0dU5wMFlnODhudHc+DQoN
CkFkZGl0aW9uYWwgaGVscCBpcyBhbHdheXMgYXZhaWxhYmxlIGluIG91ciBsZWFybmluZyAgDQpj
ZW50ZXI8aHR0cHM6Ly9jLmdsZS9BTmlhbzVva2F4MlhFVTVmbUcwMkdhcktFWHFLUWt0c1Q0NWtl
QTlibjNnd25JMUxqWk1KempiWWFMQzhiOWJXUUNyOVFhNHVvaEZWT1h5cVZtclBZRUNvT0lHNmYx
OWN5UGtjemVFbFRyYTh5MVFzdXptd3VfM3NVcU0xMjQ4UFp3SGt2Q0xGUFpMa0Q0eS1HZFk1RjUz
cjdmMVBrOVNhZUFGT292V1ZETnR4bzQtaV9sMUxCTTZnTGlDbzRoS0dpSk54Ri1JSGhQcFFLekhv
TjJaQ1VYQjMtMkNYZHJzYVhkeTMxWmVWYmJLZXo2SFVGOTNwUl9ZYlAzamtvNUxVTkRjSWdHQVZQ
WlpQdVg1RU5oRUZWS2FlaTdLRzZJeUo5QVFKNlhLU01ta2NTUmhjX0RmRS13M1Z3anAySGVjWE5S
bXJfYXpFN25kUDRfUzFORy1FS2txX2hQMlhYcUk+Lg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6
Ly9jLmdsZS9BTmlhbzVvV3JEZEJGWVVBRWhXdWVhakNndDFleldzMHdMenIxLXExY0pqUzJEbjVa
LWpabk03OFNma3c2SWc4ZTVucnlMUjdnN0pVTTNXWkxSVXg5WkZMRk5pREZZd2xqaDBYZWMwdmdJ
T1NWQ2tOaWVoMFFHeUNoeVY0ZzRwdmx6Y3Zob3FFOWtxU3BKSE0tMFJNPg0KVHdpdHRlciAgDQo8
aHR0cHM6Ly9jLmdsZS9BTmlhbzVyM01zWXhneGNZVk5FYWJFWjVFZ0Z6QmhGVnJfVFM0Zi10SENf
WVlkdXB3WWhXbWtNQkJwalBxcXJ5Q2ZxNFZ3UDdHRF9YaXBhYXR6MEplalppRG1rZG9xYXZrSTBY
OElYQ1AyUk9sZlFWYU9HWDFYelFPSzQ0R1hHNjQxU1pHZTJQSFBycHVhUT4NCkxpbmtlZEluICAN
CjxodHRwczovL2MuZ2xlL0FOaWFvNW9UbS1wS2lhZm9zOWlEMlRrTzJzUmxHamZzZmxoVE5ZaXpO
OTlEbjZ6UjN1emN2SVZKTzUtTExkY1VrYW80Y0c2dUJZQ3FVYmpJZ1BJRmt0T2xDVjl6TGY5R3Ju
R0V1cHhBNVRDeWhQNThsbnpXVm1BcDg1UDNPNDA5cHhNY1dFSThnSGhIRkZoeklOaE5TVWZPTDJ6
TFVjWjZIckN3Pg0KRmFjZWJvb2sgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81b2ViSjUtVmFiVDVQ
c2FNU0Q0dXoyV0JMQmswMUNTRnY3WjBzOTNNVEM3SkJ5Z0VjdThDZ040M2xOZnppbkRQU1g5QnEt
VXlwT1k2T2FKR0xnUlAwZHVlUzdzYVpWUE5Bc29LWDNlWDJvM0ttM1ZGOGtPQU5wcEd2TGo4dVFW
Umo3Uk9XY29GdHhhY2RHdnpaST4NCkluc3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVx
T09zLXlGY3J6WWRNZ1hnakdKajEwODhEQXVYdkMxeFBIVUNyaUxSTU8zTTQwSUQ1bGVuTDh3cEFS
STQxX1p1UVVoaWlNNEx5NGNoVTFtN0NDOV9WWjZyZWU0VWRRNnNiSDUxZWh0WFN5ZXczUG12ckZn
TjAzMTdBLVNuQ0JFc0JmWUE2SEhqSUVMLXlwVDNsT0RwZz4NCkdvb2dsZSBMTEMgMTYwMCBBbXBo
aXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2Fz
IHNlbnQgdG8gaGVscEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20g
IA0KYmVjYXVzZSB5b3Ugc2lnbmVkIHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRhdGVz
LCBhbmQgdGlwcyBhYm91dCAgDQpHb29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0IHNv
bWUgZmVhdHVyZXMgaGlnaGxpZ2h0ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBiZSBk
ZXBsb3llZCBieSB5b3VyIG9yZ2FuaXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0KcmVj
ZWl2ZSBzdWNoIGVtYWlscyBpbiB0aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVyZSAg
DQo8aHR0cHM6Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVuY2Vz
L3Vuc3Vic2NyaWJlL2d0L0FOaWFvNW9DWXlWZnByNVZSR1FLSF81aU1FVzZ2V3ZzRGJxSlJsZjJa
TDVzMU1NVWNEanpJcmV5cE9yRVF2WHJDaVBoNVgwaUNObW9CaF9udjZDTGxCSmhtQ3dQZnpnY3dz
aWtkV0NLRHdaYkROOC12OW1BWlNXZWhSRy04TnRtNUJXTEhDeVFPdkVITVFycTFqYm8xOERfNTZf
bmQyRVlFel9WczYwYUNBVmpaNm10aGdPNDREX1RDX2t1WElZLUNLY0laT0xpc2xHUVZIRkdnRzY4
M1JOR2tYTllsOVdhWjlJMDgxbGxkWnd1Nk1vYjgzbTZtUE9wdWRtX2FkNldUVXIwcFZXYXZSNTlo
bl9PazA5dlBuMWlzLXBSZ2JQRGdOTDRCbWhKZ09WUzkyVnNrblJmVWpMUXVGMl9ORUtJUmtudmQ4
aXhFU1BQVEtLTXlWOHhfcFFrRURKRHhZc2pMb1dYUU04Tz91dG1fc291cmNlPWdtJnV0bV9tZWRp
dW09ZW1haWwmYXV0bz10cnVlPi4NCg0K
--0000000000001788b0063ce21822
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>3 pro tips for productivity</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:18px; padding-bottom:10px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Take your pr=
oductivity to the next level
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px">Now that we've=
 covered the basics, here are a few pro tips to create even more impact wit=
h <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
19px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:19px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files//g-suite-end-user-adoption=
-email-8-new-transparent-w1578px-h860px-2x.png width=3D480 height=3Dauto al=
ign=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Take productivity to=
 the next level" /></td>
</tr>
</table>

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:24px; padding-bottom:24px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Try these pr=
o tips
    </td>
  </tr>
  </table>
   =20
 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   1</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5qGss-65Z4-MFC9fAK3UNWrV2hHWXt8P-F=
EGusU8YCqmkez7WdqpvtBTUFa5geFDCQmBkooeLYSpQTJ1MUBA44US234oJQQXo5eXvhIE4lZjL=
T2HGKYjdOjEFEBWc16m9eTY0ytf2yVmcZW-49HFJ2IPKWr-WEb1krNZDZXtwoaalx351GrLV9K2=
o9DvinUfKnhsxH3_DLhFAf1KOgoN8conni3x0O3ytJbwiaF6bxLp9ONFYbM5pw3D7HGwST3x6vn=
Fh82jBxJLxih5vyiflpVeLLSrsL2DiVVCpdl9EA7PICbaeDGV52fqIo-7DZ0N0yagHNInH_drrT=
ZI0K_j42QKcg4BXE9OFCz2xaoe81RBGxaMw class=3D"" dir=3Dltr style=3D"font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:=
24px;letter-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-=
adjust:none;text-decoration:none;display:inline-block;" target=3D_blank><!-=
-[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate more effe=
ctively with your remote teams&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5qGss-65Z4-MFC9fAK3UNWrV2hHWXt8P-FEGusU8YCqmk=
ez7WdqpvtBTUFa5geFDCQmBkooeLYSpQTJ1MUBA44US234oJQQXo5eXvhIE4lZjLT2HGKYjdOjE=
FEBWc16m9eTY0ytf2yVmcZW-49HFJ2IPKWr-WEb1krNZDZXtwoaalx351GrLV9K2o9DvinUfKnh=
sxH3_DLhFAf1KOgoN8conni3x0O3ytJbwiaF6bxLp9ONFYbM5pw3D7HGwST3x6vnFh82jBxJLxi=
h5vyiflpVeLLSrsL2DiVVCpdl9EA7PICbaeDGV52fqIo-7DZ0N0yagHNInH_drrTZI0K_j42QKc=
g4BXE9OFCz2xaoe81RBGxaMw" target=3D"_blank" style=3D"text-decoration:none;p=
adding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Collaborate more effecti=
vely with your remote teams" width=3D"24" height=3D"24" style=3D"width:24px=
;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
;padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5qGss-65Z4-MFC9fAK3UNWrV2hHWXt8P-FEGusU8YCqm=
kez7WdqpvtBTUFa5geFDCQmBkooeLYSpQTJ1MUBA44US234oJQQXo5eXvhIE4lZjLT2HGKYjdOj=
EFEBWc16m9eTY0ytf2yVmcZW-49HFJ2IPKWr-WEb1krNZDZXtwoaalx351GrLV9K2o9DvinUfKn=
hsxH3_DLhFAf1KOgoN8conni3x0O3ytJbwiaF6bxLp9ONFYbM5pw3D7HGwST3x6vnFh82jBxJLx=
ih5vyiflpVeLLSrsL2DiVVCpdl9EA7PICbaeDGV52fqIo-7DZ0N0yagHNInH_drrTZI0K_j42QK=
cg4BXE9OFCz2xaoe81RBGxaMw target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Collaborate more effective=
ly with your remote teams" width=3D24 height=3D24 style=3D"width:24px;heigh=
t:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
 =20

     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   2</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5oWQiNnGjfPEubX33T0rh8XIRbQzbS8E6N=
j0vn4mSAOJ356Gz0uNzxm9zzAEU9jFrmXGuSVNqDY3y737Gdzqj4VVFNFjRKycBVm5ndsdsZDy9=
Y6IS5ReM9JM7jK3kLOGUzQUkQE1C4Omtz7soh5Juf6FKWEgllm6nRyNufaCLQT1KeuqlMWuV5nB=
WILnKJCy4snRenu-MG2BEAowTYaCnz91LyIUbd1qu0Kj-rjyDq6_oSDv9i9SDzqQ0na75AulySR=
1EsP5sAaXtqsFT83erVFNvV246rTJ4NTkK1RwkCisACd_NSPkTl2qcHmGtCd1OFfJ5k9xxL865V=
HyjRF_tBs4kWYuZRWCkA58rH_ class=3D"" dir=3Dltr style=3D"font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:24px;lette=
r-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-adjust:non=
e;text-decoration:none;display:inline-block;" target=3D_blank><!--[if mso]>=
<font face=3D"Arial,sans-serif"><![endif]-->Work with people that don't nor=
mally use <!--[if mso]><br /><![endif]--><span style=3Dwhite-space:nowrap;>=
Google Workspace</span>&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5oWQiNnGjfPEubX33T0rh8XIRbQzbS8E6Nj0vn4mSAOJ3=
56Gz0uNzxm9zzAEU9jFrmXGuSVNqDY3y737Gdzqj4VVFNFjRKycBVm5ndsdsZDy9Y6IS5ReM9JM=
7jK3kLOGUzQUkQE1C4Omtz7soh5Juf6FKWEgllm6nRyNufaCLQT1KeuqlMWuV5nBWILnKJCy4sn=
Renu-MG2BEAowTYaCnz91LyIUbd1qu0Kj-rjyDq6_oSDv9i9SDzqQ0na75AulySR1EsP5sAaXtq=
sFT83erVFNvV246rTJ4NTkK1RwkCisACd_NSPkTl2qcHmGtCd1OFfJ5k9xxL865VHyjRF_tBs4k=
WYuZRWCkA58rH_" target=3D"_blank" style=3D"text-decoration:none;padding:12p=
x 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Work with people that do=
n't normally use Google Workspace" width=3D"24" height=3D"24" style=3D"widt=
h:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px; ">
  <a href=3Dhttps://c.gle/ANiao5oWQiNnGjfPEubX33T0rh8XIRbQzbS8E6Nj0vn4mSAOJ=
356Gz0uNzxm9zzAEU9jFrmXGuSVNqDY3y737Gdzqj4VVFNFjRKycBVm5ndsdsZDy9Y6IS5ReM9J=
M7jK3kLOGUzQUkQE1C4Omtz7soh5Juf6FKWEgllm6nRyNufaCLQT1KeuqlMWuV5nBWILnKJCy4s=
nRenu-MG2BEAowTYaCnz91LyIUbd1qu0Kj-rjyDq6_oSDv9i9SDzqQ0na75AulySR1EsP5sAaXt=
qsFT83erVFNvV246rTJ4NTkK1RwkCisACd_NSPkTl2qcHmGtCd1OFfJ5k9xxL865VHyjRF_tBs4=
kWYuZRWCkA58rH_ target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Work with people that don'=
t normally use Google Workspace" width=3D24 height=3D24 style=3D"width:24px=
;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>


 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D";padding-bottom:16px;padding-top:16px;width: 100%;mso-margin-top-al=
t:0px;mso-margin-bottom-alt:0px;" width=3D100%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;mso-marg=
in-top-alt:10px;mso-margin-bottom-alt:10px;" dir=3Dltr>
   3</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5o250tEQMvCdpHfistJstnIRUFTjawq-7R=
GgsA01WquVWYuyVTn0kjGccUMp6EqPB4gtdRpkFUlMEhNTOonC0HpK_fSJGV0-LiFFBWeBdSjxt=
Iy_6RmUZDmSY6UFb3hcinzfvfkmVWrmGfwXpFkR8wKHAXpQ-kjzu_SZ7bJhQJprFIxoYMY8Saom=
XxR-86XRGvDRdbe38aTrc34_n1mcw7xwIXH-bMZEpXU82rVkpMfzd7pk7czVmH5zpfYaDtknrRv=
F4ti1s0ssKtN4ce1d9FzBGCnUgfXetcLvAdGljPfxANSJvRsXltSVwH-9ZgUuCRn1zOFlgWnC2V=
EgnZDQmOHtfBIFiBsVBoUhpFZiWIiD60xYZhN0Na5UuCb4nVlxJ8atdZe class=3D"" dir=3D=
ltr style=3D"font-family:'Google Sans', 'Roboto', Arial, sans-serif; font-s=
ize:16px; line-height:24px;letter-spacing:0.1px;color:#1A73E8;font-weight:b=
old;-webkit-text-size-adjust:none;text-decoration:none;display:inline-block=
;" target=3D_blank><!--[if mso]><font face=3D"Arial,sans-serif"><![endif]--=
>Run efficient projects with to <span style=3D"white-space: nowrap !importa=
nt; direction:ltr;">do-</span>lists and project trackers&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5o250tEQMvCdpHfistJstnIRUFTjawq-7RGgsA01WquVW=
YuyVTn0kjGccUMp6EqPB4gtdRpkFUlMEhNTOonC0HpK_fSJGV0-LiFFBWeBdSjxtIy_6RmUZDmS=
Y6UFb3hcinzfvfkmVWrmGfwXpFkR8wKHAXpQ-kjzu_SZ7bJhQJprFIxoYMY8SaomXxR-86XRGvD=
Rdbe38aTrc34_n1mcw7xwIXH-bMZEpXU82rVkpMfzd7pk7czVmH5zpfYaDtknrRvF4ti1s0ssKt=
N4ce1d9FzBGCnUgfXetcLvAdGljPfxANSJvRsXltSVwH-9ZgUuCRn1zOFlgWnC2VEgnZDQmOHtf=
BIFiBsVBoUhpFZiWIiD60xYZhN0Na5UuCb4nVlxJ8atdZe" target=3D"_blank" style=3D"=
text-decoration:none;padding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Run efficient projects w=
ith to do-lists and project trackers" width=3D"24" height=3D"24" style=3D"w=
idth:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5o250tEQMvCdpHfistJstnIRUFTjawq-7RGgsA01WquV=
WYuyVTn0kjGccUMp6EqPB4gtdRpkFUlMEhNTOonC0HpK_fSJGV0-LiFFBWeBdSjxtIy_6RmUZDm=
SY6UFb3hcinzfvfkmVWrmGfwXpFkR8wKHAXpQ-kjzu_SZ7bJhQJprFIxoYMY8SaomXxR-86XRGv=
DRdbe38aTrc34_n1mcw7xwIXH-bMZEpXU82rVkpMfzd7pk7czVmH5zpfYaDtknrRvF4ti1s0ssK=
tN4ce1d9FzBGCnUgfXetcLvAdGljPfxANSJvRsXltSVwH-9ZgUuCRn1zOFlgWnC2VEgnZDQmOHt=
fBIFiBsVBoUhpFZiWIiD60xYZhN0Na5UuCb4nVlxJ8atdZe target=3D_blank style=3Dtex=
t-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Run efficient projects wit=
h to do-lists and project trackers" width=3D24 height=3D24 style=3D"width:2=
4px;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
   =20

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; colo=
r:#3C4043; padding-top:31px; padding-bottom:40px; padding-left:38px;padding=
-right:38px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Additional h=
elp is always available in our <span style=3D"white-space: nowrap !importan=
t; direction:ltr;"><a href=3Dhttps://c.gle/ANiao5rxv_ubWjLjFYK7Hz9-G4Do6Atj=
kCPoUthfvSA7qsfMWNJ5qnmHRe1rd1jBRvUXr3EHmWcrv5m3lSybp2eTlL9JJ7eJQ9j9UY18Wfa=
eU-laaVV3IeMvKfuV1PDnd3kte2u-sR6GTXv7VH4k6yVzFjILL8l9Qc9HwjIUEPtYwETEReQBBY=
bh7maVDenWqtI40wdDkXIgQFsQSuvx1qLgBTqtcPMzMWW-_reQv9i_KrFQlGdcNqzk_4kxfGNfI=
hX3Bv0v7q6qfDOdiwLzG6tJaTfo1LBNAt-XQNROGLbuQeE8lS9eGzYcN4k0mhjQeuoN9W6JmV-9=
zsRSAH0Q3IaGF-ah_orwyQ style=3Dtext-decoration:underline;color:#1A73E8; tar=
get=3D_blank>learning center</a></span>.
    </td>
  </tr>
  </table>
 =20

                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rH_QkSIs-6133-EFfn8AGBthbUUqoc7W29rD4=
Pi0gU7qK2kBlfbsHzk7UOR7AlA-afjCVDTDuENEycb_wt5FZSxavDcL4tqdKtdsD6jhELTPzhgr=
Zp3sTN5rxYOM0PplqDcMWhNfRplB_WMLc target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5poaxenrbBlB7DQ_st0ESAQ4qxLx36gJOTGEqJ=
YgD8a3bKqEEPMGej2LlfjOz6rF3X5kXObMG4DC6kWFCUXsapN0YgR0NksnqB-SbbbWFLdf12ntn=
FDFvNDkOPUTipGVdELcV7pGa_DKA target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ptBEyGKsCERbWPGp7QFklv7ioSoHynNjXOEe3=
D1GdI7A7H7juv0lHQD-J52zQZuzYN35IxKpA57Av_xX4z5XzueZFJuS5I-4AQBSpOJIXM-v6bDD=
foPtNwS3ok02A3lylwOfe-6AgwYUfLuvHpW8kns5mvWmCPAk4 target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rbwYa7sFW3sW7Xh48RM901ZadyfPbtNnQVQea=
b5Kvp_Q_HhA28f4hG2_inTZkHqgw5ZXYCQjGGDmZHUFBC5i4s1sWvFbZspEDDX0bKcB92wQo-ec=
DtoP2lfpMzmQc0-Ziz1dZoDfj7Mb4BBQocpA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5p8Kd225GaG31y4cQPa-Zmhh5NfrtK1408pVKL=
nWLDX8MaUdNp3_DSIJXGqJry4g9-EyRrsrRLAO91hrlwD6WnG7230vDI7VNO1M9kQNffX6i4UhZ=
YSp_kL2sr3Qk2r3DLih__UdbcJlUEuIJ95ejOEKw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to help@24hourwaterdamagerestorationlongislan=
d.com because you signed up to receive news, product updates, and tips abou=
t <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>. Please note that some features highlighted in these emails m=
ight not be deployed by your organization. If you don't want to receive suc=
h emails in the future, please <a href=3Dhttps://myaccount.google.com/commu=
nication-preferences/unsubscribe/gt/ANiao5p_iADioaOuJzMwZLe1yyFjZka4YWvNekE=
LUxQNGqjZT9Od5a_X_qHEc1LnvSw6zrx8JymoMXF-kiOVz5OMtBuJw7J9QjtQA_HAGiu2lKWsny=
pvjpTPJt37lMDJUZp3uL6wljybHMdPCOLn9mhA87eR249yh5FtB1_b8gVUef4TQ2M0kA8yISRQU=
-wOafxyeY9e_zvCWXQaOzaaunQj-ZP3DBqnEd846YRJIaAOdaqHvKiNYl2YLFrZPVksiBHTchC-=
pER1eVDMF3balvhUwc7_YiEAuHY3e3ZDuWma6wpR4jPr8faOMh6xZM8u4jjiEpj9tvFSeTsgRSv=
VQ8Wty5_GlNCg1gaPXYKQkJE?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue tar=
get=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscribe h=
ere</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000001788b0063ce21822--
help/new/1754323323.M183859P1604602.premium320.web-hosting.com,S=24780,W=25557000064000000060314151007557630017576 0ustar00Return-Path: <3ctmQaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>
Delivered-To: help@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id GE5dCnvZkGj6exgAVkXPrw
	(envelope-from <3ctmQaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>)
	for <help@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 12:02:03 -0400
Return-path: <3ctmQaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>
Envelope-to: help@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 12:02:03 -0400
Received: from [198.54.122.200] (port=41036 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3ctmQaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>)
	id 1uixdT-00000006qGF-0ixO
	for help@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 12:02:03 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=RBkSbSfB;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3ctmQaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com designates 209.85.215.197 as permitted sender) smtp.mailfrom=3ctmQaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com
Received: from mail-pg1-f197.google.com (mail-pg1-f197.google.com [209.85.215.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwhBq1kY9z55by
	for <help@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 16:01:55 +0000 (UTC)
Received: by mail-pg1-f197.google.com with SMTP id 41be03b00d2f7-b423dcff27aso4869653a12.0
        for <help@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 09:01:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754323314; x=1754928114; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=qiKyh0wKHPJSruQKorPPSrbkjkQzm+R2hscwtRtzR40=;
        b=RBkSbSfBKpR8UkIH5S3r7RkqiuSjJB2CZp2DZXuTWqAq03Pi2ClRyygDLi10CXTxYK
         aru1rnDBiWVaqK/BvNUd5BYnpFhzoGrygtPVU091AZK5Alf3h/cedEMn88DY0XAgUV0J
         6wPPcwUIl/HnC92aVl33JHJrdACSCUVCDvyPjl0Vu55aKU2QMDdVojMAHgXsj73xlq8/
         RTloUwCp1bOS0D+jXp6ZUJafVjUJAILobxPpJ83tUxYFmRUnhc63qOWBTCjXMKPE/QdU
         GR+9++BnSh2j+ia/HedvH6ZmtF5OFk1QSs6//4vdWNzNp5zgLzrRP38rl++cY5UU3VNY
         2P5Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754323314; x=1754928114;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=qiKyh0wKHPJSruQKorPPSrbkjkQzm+R2hscwtRtzR40=;
        b=kzzzNOiwSLhGID3yii6+uUhspr/GDsUygp5kjDlb5kUpzwO76SXULAHF03r5G5jHGz
         r0J2zVNHT2RFnPFtY/abdfX9dmBrsP3XQGOlzxQPaUcDULCDdFTiiD5NshsIyPO+R/UK
         XxxHs0UnH6SqHsvwTpasSKOLd0veRY2EoOubrRPK6UfhKLH1saJy0nRrRj/LkWvf6TwI
         Tofh/3zrmFvb1/bPdstKWi89bkwGPp9AMEGGg5KHJNUuYnlIUaKWZ1yU+4gJlvXUiMjI
         O+NiIGbOLNLS8XSQ8UZoLbRg3TDpG35NwH9g4YqU0Lk5m68iLqn5hL7wPxA36ezwk4ia
         wAeg==
X-Gm-Message-State: AOJu0YwRGgFluAueelavPx6d52FsoI4wdnXyQ0fCCZDaDnIFketZE2Au
	GSdaTCL7zg/zdSJhqhKcg40IDE7RwG4noDq3mSgIbay0fwXRFjnikPevg8Ux
X-Google-Smtp-Source: AGHT+IFzn3a4ZuFctDUdocD+3jcPvC1qRPZO2vy1jRDP2S1kbV0QznrGoqLWTFxKl8cB3D8VjSahvgE=
MIME-Version: 1.0
X-Received: by 2002:a05:6a20:9389:b0:240:1ad8:17f1 with SMTP id
 adf61e73a8af0-2401ad81a88mr1877766637.21.1754323314809; Mon, 04 Aug 2025
 09:01:54 -0700 (PDT)
Date: Mon, 04 Aug 2025 09:01:54 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: e97f55653dea0000
X-Notifications-Bounce-Info: AWoTSIHgWRDk4FtTBrFWE9cZjzKie2QSytWJnUzwdPPnevNPl1FVNBt71RDgItVISIgGjjAphdYfIJkdcL55mrY8sJVk79XCyIv3lrTnAmpRHmhYNBfVMD9OUCSWHVBIGHRuj633dhd9APJVHR3K0hfHDaSxE1blieBvOkULZ6M-NVMrCXpcED4zLgohcnYbKIgm6wQbAnE3FPNb8gYnAMWszCoPY3FvqpMdG1Mqq3fvWioemGmjuL7NaiCWBxnYeujX9qHNw_t_Moxxl7NgAc9zqEc6x_i7II83IG7Xp8adzucD3JLLhlAIqJ0lnzXtHY_eIEcJk7E-Y1a7WOJ-MdE99GoEzNqQ1ufqm5pajWYfhs9nofT7QQapuxssYT1K9pVysQqbTpchHKAUtR2vaSt2zrP4_dBEEYxGuLyfC5JKgzArbUZNrdvcB-r0LFYl7Vn1ZtFeTqvkU7axv1HFF2kWzOAPaYkFLviBB098cBpgRygkIc2OcH0FXyJuKnkRTqoYxgyuTXK5asDy_N8EIoJdl7jsu8H_FjrYfUNPPbXhfubqJ8OV17SSrIVAwy0jKe_sC60qOAQUK1H8NJUs8OrMJ96i_MORMEPPLDDDtCjFzzKrc5W7RN3Ug7BjirINjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <978b47ebeb97eab51c3687bd43d32bcadfb718b2-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island Houston, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: help@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000001bb5063b8c3a58"

--000000000000001bb5063b8c3a58
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long Island  
Houston<https://business.google.com/n/16032211101808635457/profile?trk=https%3A%2F%2Fc.gle%2FANiao5r0PkNg9OdotmQN57uzvpKCU5WRL6hyEaSEHRzHpLAkEJfVJElZzjcdSxdU_uDbf-qwGBWul9spv3rCaHdZUQ6DBxeEhkcvZ42ktKNXe6AMLYTIxbUhiO6jHwI>  
at 3810 Link Valley Dr., Houston, TX 77025, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

Learn more about our suspension  
policy<https://c.gle/ANiao5ruOfU3SFP3vIXEtUpG77tP_WQv41huePk__1qNS7_rOQWnFmDOZ9sFNOrrpnAMMqrHxXd3bAE97uC7IkTrqBB4xFnXHVExeTkhlrvj40O7n8ViFBMVuYQErNX2ccOhm3LkGjJGxwVeTHqoGPVaTxh0sCJIVJ_44c5KT7r6nJAE>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5ooYGAaIA1lSqEqfHaNtI7Y2GzcZ6skqEYEtQQ9rsBbxlWrJzq7uV2MMSwqJl2JZrbIzeJL8HqZm3SZxASswoqvhJ2-YU0xt2nGTkOy4XmE74sLj0CuubaYl_Xk63yxuRCFHxg_egv4mRVoqqvrqquOs-nSGEpVo5WeSSbCG7Ym992zhk28WXTQfJRcivlCML1jh85OX3aDelCuiVF-Scss5MrGB3BSiTXM_M0RzB0>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5ogZPsUlUKI0-ROLzyg5B8YutzhMxG4tgAqJye65D1Djk933VUvRWT_sElrME_vOu1_zUDhmGh3U247TDkJCK_HzFsqJzlVGX9ueLvtZw2eZk-HV6ZaqwaaFq_Lg4FUiOutYIk>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000001bb5063b8c3a58
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5pJfsIAtj6QhYplFbrZwDIfEwdsF=
PsGBSNY3J2b4dTaBPH7_CltY4a5Cp_QaTo0OQBlZ9G9W-bf2y4q0IBaYH6C6XDYFsKzwwqt-dJ4=
cnJumeJNz3LSVjMQFFhTYDA_swtliTcdeX1TV8K58SKDVgefwHaN_Dric-dsVVBhhNhVG_K5hZp=
FD99NLOktShZEZpLMrVYHvlyc85tRhI7Iu5cWpi0zwKEKbolAKooCgzD5zw>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
6032211101808635457/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qRa-cAx62ZTe4=
ZbRmmAE1DwuSRe8ezuqK58nS_bd4qFdPyLexCpeJiWT2Sw5vRib7IhbMGeBC7XGanBijnAHU0io=
FwYo5nCkXlZeXe-ukZQNlnwtqhcQAfKZDG7w target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island Houst=
on</a></span> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-d=
ecoration:none;font-weight: 500;">3810 Link Valley Dr., Houston, TX 77025</=
a>, your Business=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5oKR-Kbly8ntKBBG5xLufDt0G=
K0vVm6woUbWCoFs9-_v14TnICoLU2XBhDVdkn5RkUb2ZTfYisQ-w9eiSrjweXZuZNOBHE7l82pm=
KlBXKP8KGJMLuonhE72U5jnOx4jQZYmYNOKSPA9henu1kGYRaDYBlGNuMvNxMBpq2DTEzdHnOE =
target=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension p=
olicy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oQTQo5ruyJeEq8os_9qDxpkdp__YA4r3lvLwBH_PGJXoC=
5Sim2Jr_Lt1xO9aosaLT6EiqQ0v72Wu8tzGWud-8SOpt5Hebqx0SPAphxgvSqdYILy0GfzT2G6J=
eMKeaB98jgm8_sFXm7bwZ_E60lHWGoZcLssR_QhceW5POI0AzRRwvfyJT61g9wiBeR_SI3QJ5Bv=
klQzH6CRgpRLh-VwaiwVrtNMV_fjjjYStyShoDZmQ target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5oQTQo5ruyJeEq8os_9qDxpkdp_=
_YA4r3lvLwBH_PGJXoC5Sim2Jr_Lt1xO9aosaLT6EiqQ0v72Wu8tzGWud-8SOpt5Hebqx0SPAph=
xgvSqdYILy0GfzT2G6JeMKeaB98jgm8_sFXm7bwZ_E60lHWGoZcLssR_QhceW5POI0AzRRwvfyJ=
T61g9wiBeR_SI3QJ5BvklQzH6CRgpRLh-VwaiwVrtNMV_fjjjYStyShoDZmQ target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oQTQo5ruyJeEq8os_9qDxpkdp__YA4r3lvLwBH_PGJXoC=
5Sim2Jr_Lt1xO9aosaLT6EiqQ0v72Wu8tzGWud-8SOpt5Hebqx0SPAphxgvSqdYILy0GfzT2G6J=
eMKeaB98jgm8_sFXm7bwZ_E60lHWGoZcLssR_QhceW5POI0AzRRwvfyJT61g9wiBeR_SI3QJ5Bv=
klQzH6CRgpRLh-VwaiwVrtNMV_fjjjYStyShoDZmQ target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qyVX6CTr7b5_gHQqFAdYuDIn4WHBHms1ad95WKAUTgti=
6FOXNferu6QnUQ5-zOmaZYrp9njQLFxz0f3VMYMvIXM8N4FfcAGxbSfBa_iqfLOOhW9ZEiCOxlc=
6bCmwjj9OlCFwilmg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pGMDsMVmRV-h1RUovkULhgZliGLTGrq9V6Ey88zVuN30OrhCF2ePwjmEHznxNgN0=
hcpwtEMW2PVPT_8YRmbnqByOf3kRvUry98Wz2R99gmwJrKiUojn-__LaMG_FTziIjPFw.gif></=
body>
</html>
--000000000000001bb5063b8c3a58--
help/.Drafts/dovecot.index.log000064000000000240151007557630012252 0ustar00(�h�h����x����@����$maildir����$���h�h{K���h�h{K���h��c
3���� �hL����help/.Drafts/dovecot-uidlist000064000000000063151007557630012042 0ustar003 V1754120882 N1 Gfee9a323afc28d68a07638005645cfaf
help/dovecot.index.log000064000000007714151007557630010766 0ustar00(�h�h����x����@����$maildir����$�h�h<�Z�h�y|���� �hL��������@����@����cache������h����x��������@�h��������� T$@��h����X����@$����$���h�h<�Z���h��d(����� @�����H��������@�h���������X����@$����$���h���h0F(���h�h<�Z���h��d(����� @p����h����@$����$���h���hW#���h���hW#���h��d(����� 0���� @�����@����@�h����8�����L����@����modseq��������8����@�h�����
����8����@�h�������������X����@$����$���h���hW#���h���h�nj���h��d(����� @`����X����@$����$��h���hW#��h���h�nj���h��d(����� @�����X����@$����$��h���hW#	��h���h�nj	��h�,I ���� @0����H��������@�h���������X����@$����$��h	��hy�9 ��h���h�nj	��h�,I ���� @�����h����@$����$��h��hչk8��h��hչk8	��h�,I ���� 0���� @X����X����@$����$��h��hչk8
��h��hչk8
��h�)U���� @�����x��������@�h��������� T$�ގh����X����@$����$��h��hչk8�}�h��hչk8�}�h��n"����� @�����x��������@�h��������� T$@0�h����X����@$����$�}�h�}�hg�_"�}�h��hչk8�}�h��n"����� @�����h����@$����$�}�h�}�h�%��}�h�}�h�%��}�h��n"����� 0���� @�����X����@$����$�}�h�}�h�%��}�h�}�h�%��}�h��n"����� @`	��������X����@$����$�}�h�}�h�%��}�h�}�h[���}�h��n"����� @�	����X����@$����$�}�h�}�h�%�{ِh�}�h[��{ِh*ۑ����� @D
����H��������@�h����h ����X����@$����$�}�h�}�h�%��z�h�}�h[���z�ho�&-/���� @�
����x��������@�h�����%���� T$@Ӓh����X����@$����$�}�h�}�h�%�
o�h�}�h[��
o�h��	2x���� @�����x��������@�h�����*���� T$�ǖh����X����@$����$�}�h�}�h�%��c�h�}�h[���c�h��
����� @�����x����	����@�h����	 0���� T$@��h	����X����@$����$�}�h�}�h�%�X�h�}�h[��X�h�L����� @�
����x����
����@�h����
L5���� T$���h
			����X����@$����$�}�h�}�h�%��L�h�}�h[���L�h�6&
U���� @t����x��������@�h����|:���� T$@��h


			����X����@$����$�}�h�}�h�%�A�h�}�h[��A�hwH������ @T����x��������@�h�����?���� T$���h


	help/dovecot.mailbox.log000064000000000060151007557630011275 0ustar00{����	!��:"�G��h�¯����J�b�B3���h���help/dovecot.list.index.log000064000000004600151007557630011727 0ustar00(�h�h����<����@����list�������������@@����?INBOXSentJunkDraftsspamTrash���� �hL������������@?������#�h�v8VEϯ��#�h�v8VEϯ��#�h�v8VEϯ��#�h�v8VEϯ��#�h�v8VEϯ�#�h�v8VEϯ���� T$@��h���� @L����<����@����subs�����h����P����@?������#�h�v8VEϯ�h���� @�����8����@�������h��������@?�����#�h�v8VEϯ�h����@����msgs��������@����hmodseq��������@����
index sync��������h���� @0����D����@����1saved������������ @����������@?������#�h�v8VEϯ�h����@��������@��������@��������h���� @|���������@?������#�h�v8VEϯ�h����@��������@��������@��������h���� @t���������@?������#�h�v8VEϯ�h����@��������@��������@��������h���� @l����8����@?�������������@�����KINBOXSentJunkDraftsspamTrashArchive��������@K�����15���hk�VEϯ���� @����������@������15���hk�VEϯ�h����@��������@��������@��������h���� @�	help/.spam/dovecot.index.log000064000000000240151007557630011767 0ustar00(�h�h����x����@����$maildir����$���h�ho�#���h�ho�#���h��
3���� �hL����help/.spam/maildirfolder000064000000000000151007557630011245 0ustar00help/.spam/dovecot-uidlist000064000000000063151007557630011557 0ustar003 V1754120883 N1 Gffe9a323afc28d68a07638005645cfaf
help/.Trash/dovecot.index.log000064000000000240151007557630012110 0ustar00(�h�h����x����@����$maildir����$���h�h<�Z���h�h<�Z���h[H	3���� �hL����help/.Trash/dovecot-uidlist000064000000000063151007557630011700 0ustar003 V1754120884 N1 G00eaa323afc28d68a07638005645cfaf
help/dovecot-uidlist000064000000001637151007557630010551 0ustar003 V1754120879 N1 Gfbe9a323afc28d68a07638005645cfaf
1 :1754120880.M457262P3698507.premium320.web-hosting.com,S=92399,W=93915
2 :1754133909.M669573P175440.premium320.web-hosting.com,S=10228,W=10376
3 :1754134025.M535273P175440.premium320.web-hosting.com,S=31328,W=31922
4 :1754236426.M682809P1508629.premium320.web-hosting.com,S=53563,W=54720
5 :1754299850.M560291P436869.premium320.web-hosting.com,S=33171,W=34018
6 :1754323323.M183859P1604602.premium320.web-hosting.com,S=24780,W=25557
7 :1754495627.M748820P2034256.premium320.web-hosting.com,S=37035,W=37733
8 :1754754829.M834742P2295094.premium320.web-hosting.com,S=42941,W=43735
9 :1755014030.M170710P3248359.premium320.web-hosting.com,S=35939,W=36590
10 :1755273231.M446302P3558588.premium320.web-hosting.com,S=33885,W=34506
11 :1755532431.M211872P1498746.premium320.web-hosting.com,S=30573,W=31119
12 :1755791635.M243672P3509678.premium320.web-hosting.com,S=45608,W=46522
help/maildirsize000060000000000162151007557630007733 0ustar00262144000S,0C
0 0
93915 1
10376 1
31922 1
54720 1
34018 1
25557 1
37733 1
43735 1
36590 1
34506 1
31119 1
46522 1
help/.Archive/dovecot.index.cache000064000000001264151007557630012701 0ustar00���h���h�������h���h�h���h���h�h�h�h���h���h���h���h���h���h���h���h���h���h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYhelp/.Archive/dovecot.index.log000064000000000340151007557630012411 0ustar00(���h���h����@����@����cache��������h����x����@����$maildir����$���h���h����h���h����h�W3���� �hL����help/.Archive/maildirfolder000064000000000000151007557630011666 0ustar00help/.Archive/dovecot-uidlist000064000000000063151007557630012200 0ustar003 V1754120885 N1 G9e31350e9af58d686bbb02005645cfaf
office/subscriptions000064000000000022151007557630010630 0ustar00V	2

spam
Archive
office/cur/1754120906.M139776P3698507.premium320.web-hosting.com,S=92542,W=94059:2,000064000000264576151007557630020401 0ustar00Return-Path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Delivered-To: office@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id mLzkB8rCjWhLbzgAVkXPrw
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	for <office@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 03:48:26 -0400
Return-path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Envelope-to: office@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 03:48:26 -0400
Received: from [127.0.0.1] (port=49382 helo=localhost.localdomain)
	by premium320.web-hosting.com with esmtpa (Exim 4.98.2)
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	id 1ui6yg-0000000FX15-3dhe
	for office@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 03:48:25 -0400
Date: Sat, 02 Aug 2025 07:48:25 GMT
From: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Message-Id: <1754120905.oaQVkNZyF2sGMMK_@premium320.web-hosting.com>
Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnG9m?= =?UTF-8?B?ZmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5j?= =?UTF-8?B?b23igJ0u?=
To: <office@24hourwaterdamagerestorationlongisland.com>
X-iContact_locale: en
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-3701828-1754120905-0.694558450891336"

--mixed-Cpanel::Email::Object-3701828-1754120905-0.694558450891336
Content-Type: multipart/alternative; boundary="alternative-Cpanel::Email::Object-3701828-1754120905-0.96539042207311"

--alternative-Cpanel::Email::Object-3701828-1754120905-0.96539042207311
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Client Configuration settings for =E2=80=9Coffice@24hourwaterdamagerestorat=
ionlongisland.com=E2=80=9D.


Mail Client Manual Settings
---------------------------

Secure SSL/TLS Settings (Recommended)

Username:

office@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 993

  * POP3 Port: 995

Outgoing Server:

24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 465

IMAP, POP3, and SMTP require authentication.

Non-SSL Settings (NOT Recommended)

Username:

office@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

mail.24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 143

  * POP3 Port: 110

Outgoing Server:

mail.24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 587

IMAP, POP3, and SMTP require authentication.


Calendar & Contacts Manual Settings
-----------------------------------

Secure SSL/TLS Settings (Recommended).

Username:

office@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

https://24hourwaterdamagerestorationlongisland.com:2080

  * Port: 2080

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * https://24hourwaterdamagerestorationlongisland.com:2080/calendars/offic=
e@24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * https://24hourwaterdamagerestorationlongisland.com:2080/addressbooks/of=
fice@24hourwaterdamagerestorationlongisland.com/addressbook

Non-SSL Settings (NOT Recommended).

Username:

office@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

http://mail.24hourwaterdamagerestorationlongisland.com:2079

  * Port: 2079

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/calendars/o=
ffice@24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/addressbook=
s/office@24hourwaterdamagerestorationlongisland.com/addressbook

A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE =
Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.

This notice is the result of a request made by a computer with the IP addre=
ss of =E2=80=9C119.156.108.28=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D=
 service on the server.

The remote computer=E2=80=99s location appears to be: Pakistan (PK).

The remote computer=E2=80=99s IP address is assigned to the provider: =E2=
=80=9CIPTV Pool on reserved Pakistan Telecommuication company limited Pakis=
tan Telecommuication company limited=E2=80=9D

The remote computer=E2=80=99s network link type appears to be: =E2=80=9CDSL=
=E2=80=9D.

The remote computer=E2=80=99s operating system appears to be: =E2=80=9CWind=
ows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.

The system generated this notice on Saturday, August 2, 2025 at 7:48:25 AM =
UTC.

Do not reply to this automated message.

cP

Copyright=C2=A9 2025 cPanel, L.L.C.=

--alternative-Cpanel::Email::Object-3701828-1754120905-0.96539042207311
Content-Type: multipart/related; boundary="related-Cpanel::Email::Object-3701828-1754120905-0.965544305173545"

--related-Cpanel::Email::Object-3701828-1754120905-0.965544305173545
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<body style=3D"background:#F4F4F4">
    <div style=3D"margin:0;padding:0;background:#F4F4F4">
        <table cellpadding=3D"10" cellspacing=3D"0" border=3D"0" width=3D"1=
00%" style=3D"width:0 auto;">
            <tbody>
                <tr>
                    <td align=3D"center">
                        <table cellpadding=3D"0" cellspacing=3D"0" border=
=3D"0" width=3D"680" style=3D"border:0;width:0 auto;max-width:680px;">
                            <tbody>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td width=3D"680" height=3D"25" style=
=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;=
color:#333333">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                            Client Configuration settings f=
or =E2=80=9Coffice@24hourwaterdamagerestorationlongisland.com=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td style=3D"padding: 15px 0 20px 0; ba=
ckground-color: #FFFFFF; border: 2px solid #E8E8E8; border-bottom: 2px soli=
d #FF6C2C;">
                                        <table width=3D"680" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" style=3D"background:#FFFFFF;font-family:=
'Helvetica Neue',Helvetica,Arial,sans-serif;">
                                            <tbody>
                                                <tr>
                                                    <td width=3D"15">
                                                    </td>
                                                    <td width=3D"650">
                                                        <table cellpadding=
=3D"0" cellspacing=3D"0" border=3D"0" width=3D"100%">
                                                            <tbody>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v id=3D"manual_settings_area" class=3D"section">
        <h2 id=3D"hdrManualSettings">Mail Client Manual Settings</h2>
=20=20=20=20=20=20=20=20
        <div class=3D"row">
         <div class=3D"col-md-6">
          <div id=3D"ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #428bca;"
=20=20=20=20=20=20=20=20=20=20=20=20
            class=3D"preferred-selection panel panel-primary">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #428bca; border-color: #428b=
ca; color: #fff;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings
                (Recommended)
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSSLSettingsAreaUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSSLSettingsAreaUsername" class=3D"data wrap-text">office@24hour=
waterdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaPassword" class=3D"escape-note"> Use the email acco=
unt=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaIncomingServer" class=3D"data">24hourwaterdamageres=
torationlongisland.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 993</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 995</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaOutGoingServer" class=3D"data">24hourwaterdamageres=
torationlongisland.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 465</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"lblSettingsAreaSmallNote1" class=3D"small_note">IMAP, POP3,=
 and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
         </div>
=20=20
      </div>
=20=20=20=20=20=20=20=20

        <div class=3D"row" id=3D"nonSSL" style=3D"display: none">
         <div class=3D"col-md-6">
           <div id=3D"non_ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #f6c342;"
=20=20=20=20=20=20=20=20=20=20=20=20
           class=3D"panel panel-default panel-warning">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #f6c3=
42; color: #333;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                <span id=3D"descNonSSLSettings" class=3D"caption not-recomm=
ended">Non-SSL Settings (NOT Recommended)</span>
              </div>
              <table id=3D"tblManualSettingsTable" class=3D"table manual_se=
ttings_table" style=3D"border-collapse: collapse; border-spacing: 0; margin=
-bottom: 0; width: 100%; background-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsUsername" class=3D"data wrap-text">office@24hourw=
aterdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsPassword" class=3D"escape-note">Use the email acc=
ount=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsIncomingServer" class=3D"data">mail.24hourwaterda=
magerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 143</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 110</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServerData" class=3D"data">mail.24hourwaterd=
amagerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 587</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"descNonSSLSettingsAuthenticationIsRequiredForIMAPPOP3SMTP1"=
 class=3D"small_note">IMAP, POP3, and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
        </div>
      </div>

    </div><div class=3D"section">
        <h2>Calendar &amp; Contacts Manual Settings</h2>
        <div class=3D"row">
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #428bca;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #428bca; border-color: #=
428bca; color: #fff;" class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">office@24hourwaterdamagerestorationlongisland.c=
om</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">https://24hourwaterdamagerestorationlongisland.com:2080
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2080</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://24hourwaterdamagerestorationlongisla=
nd.com:2080/calendars/office@24hourwaterdamagerestorationlongisland.com/cal=
endar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://24hourwaterdamagerestorationlongisla=
nd.com:2080/addressbooks/office@24hourwaterdamagerestorationlongisland.com/=
addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #f6c342;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #=
f6c342; color: #333;" class=3D"panel-heading">
                Non-SSL Settings (NOT Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">office@24hourwaterdamagerestorationlongisland.c=
om</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">http://mail.24hourwaterdamagerestorationlongisland.com:20=
79
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2079</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/calendars/office@24hourwaterdamagerestorationlongisland.com=
/calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/addressbooks/office@24hourwaterdamagerestorationlongisland.=
com/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
        </div>
      </div>
    </div><p>
 A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE=
 Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.
</p>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v style=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-t=
op: 2px solid #E8E8E8; padding-top:5px; margin-top: 5px; font-size:12px; co=
lor: #666666;">
        <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20
          This notice is the result of a request made by a computer with th=
e <abbr title=3D"Internet Protocol">IP</abbr> address of =E2=80=9C119.156.1=
08.28=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D service on the server.
=20=20=20=20=20=20=20=20
    </p>

                    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                            The remote computer=E2=80=99s location appears =
to be: Pakistan (PK).
                    </p>
=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
                <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                  The remote computer=E2=80=99s <abbr title=3D"Internet Pro=
tocol">IP</abbr> address is assigned to the provider: =E2=80=9CIPTV Pool on=
 reserved Pakistan Telecommuication company limited Pakistan Telecommuicati=
on company limited=E2=80=9D
                </p>
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20

=20=20=20=20=20=20=20=20=20
                            <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;=
">
          The remote computer=E2=80=99s network link type appears to be: =
=E2=80=9CDSL=E2=80=9D.
        </p>
                          <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20=20=20
            The remote computer=E2=80=99s operating system appears to be: =
=E2=80=9CWindows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20
        </p>
=20=20=20=20=20=20=20=20=20=20
    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
        The system generated this notice on Saturday, August 2, 2025 at 7:4=
8:25 AM UTC.
    </p>
</div>=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                                                           =
<!-- -->
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
<p>
    Do not reply to this automated message.
</p>
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>

                                                    </td>
                                                    <td width=3D"15">
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
                                    <td align=3D"center" style=3D"padding-t=
op: 10px;">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                        <img src=3D"cid:auto_cid_2140506619=
" height=3D"25" width=3D"25" style=3D"border:0;line-height:100%;border:0" a=
lt=3D"cP">
                                        <p style=3D"font-family:'Helvetica =
Neue',Helvetica,Arial,sans-serif;font-size:12px;color:#666666; padding: 0; =
margin: 0;">Copyright=C2=A9=C2=A02025 cPanel, L.L.C.<p>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</body>=

--related-Cpanel::Email::Object-3701828-1754120905-0.965544305173545
Content-Type: image/png; x-unix-mode=0600; name="cpanel-logo-tiny.png"
Content-Disposition: attachment; filename="cpanel-logo-tiny.png"
Content-ID: <auto_cid_2140506619>
Content-Transfer-Encoding: base64

iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAK
T2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AU
kSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXX
Pues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgAB
eNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAt
AGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3
AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dX
Lh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+
5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk
5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd
0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA
4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzA
BhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/ph
CJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5
h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+
Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhM
WE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQ
AkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+Io
UspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdp
r+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZ
D5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61Mb
U2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY
/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllir
SKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79u
p+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6Vh
lWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1
mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lO
k06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7Ry
FDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3I
veRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+B
Z7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/
0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5p
DoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5q
PNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIs
OpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5
hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQ
rAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9
rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1d
T1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aX
Dm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7
vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3S
PVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKa
RptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO
32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21
e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfV
P1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i
/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8
IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADr7aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8
P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4
bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1
LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6
UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5z
IyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5z
OnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1w
TU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0
RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAg
ICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3Av
MS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8x
LjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4w
LyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8i
PgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNp
bnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTAz
LTIyVDA3OjUwOjI4LTA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0
YURhdGU+MjAxNS0wMy0yMlQwNzo1MDoyOC0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAg
ICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3htcDpNb2RpZnlE
YXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmQxMDU0MzZlLWY5ZTAtNDkx
MS1iZTFiLTcwMzcxNDM4NTA4MjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRv
Y3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVmYTlmM2I1LTExMjAtMTE3OC1iOTIzLWZi
MjdlNDc0YmQzYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9j
dW1lbnRJRD54bXAuZGlkOjA4ZTkxZjNlLWU3MjQtNDYzNC04YmJlLTFiNzRlNzMwMTA3NTwveG1w
TU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAg
ICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3Vy
Y2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlv
bj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowOGU5MWYzZS1l
NzI0LTQ2MzQtOGJiZS0xYjc0ZTczMDEwNzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAg
ICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBD
QyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8
L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAg
ICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkMTA1NDM2ZS1mOWUwLTQ5
MTEtYmUxYi03MDM3MTQzODUwODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAg
IDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAg
ICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0
IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RF
dnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAg
ICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxw
aG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAg
ICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NEMxRkU2RTZCQzREMTFFNEI3MDg5OEZGODlDRkQ2RUU8
L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1
bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9w
OkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYt
Mi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8
L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlv
bj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0
aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29s
dXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVu
aXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAg
ICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAg
ICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8
L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ph0AdIcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkA
AHUwAADqYAAAOpgAABdvkl/FRgAAAclJREFUeNrs1s+LjVEYB/DPHe7EYjY2wsaPjaZBZDQLEZGF
hSwkNdlIWbC2UEr5D8ZGSX4sJJINaQjlNkn5lcVMSuSWaagZXImYrsU8N6fT6/JOkcV869T7nOc5
53vO83yf930rzWbT30aHf4AZklKYDQ6tKLvmODZiFpqo4CvquIlzmAQDz4KkHNbjcBv/HvTHGJ1u
unb9QcxmXEHX70g6UI30VNEZ6enN4ibxrWB9H/YWkczBPlzCYzyN8QS30YNlSfwo1mElNuFatt/O
n4WfwgJciIIW4QHmY14ydxeP4nkEDzGMRTG3NL1JJ862IYAaVmVz+ckbmCiW8FQxt2a+LyFLIc2T
OJ/4v8ftUuzH8sSupyQ7suCLOIJP0QMTkaa0oV7gPQbQHUpaG/Et3ElJ+hLHmzhRIyPuxdzEvoqD
MYrwDqfTmnRlaWoULNqS2UNtavg55Ps6JRlJApbgaPRGC1VsS+yP+IDVBZtfDjnfyAt/PUlZBcew
O2oyhBNYnGz2KvpneyaEMbz8lbrO4AAWJr7uRJY9IfMWBqPotTKv+nqcfKwgZrBA3rem+z2pYQNO
4TnG8Rb3sCbs8cj1/TIklZkfif+O5McA9Y1iuiAu5qQAAAAASUVORK5CYII=

--related-Cpanel::Email::Object-3701828-1754120905-0.965544305173545--

--alternative-Cpanel::Email::Object-3701828-1754120905-0.96539042207311--

--mixed-Cpanel::Email::Object-3701828-1754120905-0.694558450891336
Content-Type: application/octet-stream; x-unix-mode=0600; name="carddav-office@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="carddav-office@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIe4QYJKoZIhvcNAQcCoIIe0jCCHs4CAQExDzANBglghkgBZQMEAgEFADCCCF8GCSqGSIb3DQEH
AaCCCFAEgghMPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FyZERBVkFjY291bnREZXNjcmlwdGlvbjwva2V5Pg0KICAg
ICAgICA8c3RyaW5nPm9mZmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFu
ZC5jb20gU2VjdXJlIENvbnRhY3RzIFNldHVwPC9zdHJpbmc+DQogICAgICAgIDxrZXk+Q2FyZERB
Vkhvc3ROYW1lPC9rZXk+DQogICAgICAgIDxzdHJpbmc+MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3Jh
dGlvbmxvbmdpc2xhbmQuY29tOjIwODA8L3N0cmluZz4NCiAgICAgICAgPGtleT5DYXJkREFWVXNl
U1NMPC9rZXk+DQogICAgICAgIDx0cnVlLz4NCiAgICAgICAgPGtleT5DYXJkREFWVXNlcm5hbWU8
L2tleT4NCiAgICAgICAgPHN0cmluZz5vZmZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlv
bmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9u
PC9rZXk+DQogICAgICAgIDxzdHJpbmc+b2ZmaWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ29udGFjdHMgU2V0dXA8L3N0cmluZz4NCiAgICAgICAg
PGtleT5QYXlsb2FkRGlzcGxheU5hbWU8L2tleT4NCiAgICAgICAgPHN0cmluZz5DYXJkREFWPC9z
dHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4NCiAgICAgICAgPHN0
cmluZz5jcGFuZWwubWFpbC5vcmcub2ZmaWNlLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25s
b25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248
L2tleT4NCiAgICAgICAgPHN0cmluZz4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lz
bGFuZC5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVHlwZTwva2V5Pg0KICAgICAg
ICA8c3RyaW5nPmNvbS5hcHBsZS5jYXJkZGF2LmFjY291bnQ8L3N0cmluZz4NCiAgICAgICAgPGtl
eT5QYXlsb2FkVVVJRDwva2V5Pg0KICAgICAgICA8c3RyaW5nPjYxYTYyMjQzLTg0YzYtNzIwMS1m
ZDVlLTY1OGQ3MDcxMDYyMjwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9r
ZXk+DQogICAgICAgIDxpbnRlZ2VyPjE8L2ludGVnZXI+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5
Pg0KICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICA8c3RyaW5nPm9mZmljZUAyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIENvbnRhY3RzIFNl
dHVwPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZERpc3BsYXlOYW1lPC9rZXk+DQogIDxzdHJpbmc+
b2ZmaWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUg
Q29udGFjdHMgU2V0dXA8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0K
ICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5vZmZpY2UuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3Jh
dGlvbmxvbmdpc2xhbmQuY29tLWNhcmRkYXY8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5p
emF0aW9uPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLm9mZmljZS4yNGhvdXJ3YXRl
cmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgPGtleT5QYXlsb2Fk
UmVtb3ZhbERpc2FsbG93ZWQ8L2tleT4NCiAgPGZhbHNlLz4NCiAgPGtleT5QYXlsb2FkVHlwZTwv
a2V5Pg0KICA8c3RyaW5nPkNvbmZpZ3VyYXRpb248L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVVVJ
RDwva2V5Pg0KICA8c3RyaW5nPmNmNTlhOGVkLTBjZTYtNDZlNi00Zjc4LWNlYmRjMDQ3NDFkODwv
c3RyaW5nPg0KICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogIDxpbnRlZ2VyPjE8L2ludGVn
ZXI+DQo8L2RpY3Q+DQo8L3BsaXN0Pg0KoIITyTCCBkwwggQ0oAMCAQICEDl6ZswnVjYuDaqHym6r
47EwDQYJKoZIhvcNAQEMBQAwXzELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRl
ZDE2MDQGA1UEAxMtU2VjdGlnbyBQdWJsaWMgU2VydmVyIEF1dGhlbnRpY2F0aW9uIFJvb3QgUjQ2
MB4XDTIxMDMyMjAwMDAwMFoXDTM2MDMyMTIzNTk1OVowYDELMAkGA1UEBhMCR0IxGDAWBgNVBAoT
D1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBQdWJsaWMgU2VydmVyIEF1dGhlbnRp
Y2F0aW9uIENBIERWIFIzNjCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAJY2X9hyM+/k
j1D0AkDm2WHK8S0x2HX9WbTEXu2HqkT0sMoM9eqifXAFrVjU3LiAnPvqfA3Le8zRsQqaphLaonzu
zb7geXRFXsV5/URRR9dh5vjbT0UIFyBY8ejEiXDVrlTt1xhOey9Zh5XEGI/oOIZ8vdGhYdkgmQgx
FZAI2hDDH2Dyrgox7rhfm8xxW//YFfD/fnpHBxDRdp0dXnxlkisJ3xuUWsJZGkA6UbWU5jOuEyLL
/6+3MhTuJ0o7NYy3V2Hc+at2uC9DaGm2X23cVW/glBB3wdG6bpWULR9Ub9/Hv5SHT+zk0yJWYejm
C+jYcT/EqNP7Ibf+CfZqiBsURXNP6QvLLo2vsHCFJ2tBwaVyn10yqc4IrPs5lwy9OgEiX+ROANv5
vh6em/OLHzwMEO+uqyOuZoedEtA4vRNz59lnGiXPjyC7AZmKYLZoFk0fXlfaLXykVAX8x1B3FYGq
7m/15bhKUZU7WbnVOcWxTccfw4DK1y1AD2iOtH2esAPj0wIDAQABo4IBgTCCAX0wHwYDVR0jBBgw
FoAUVnNYZJX5khqwEioEYnmhQBWIIUkwHQYDVR0OBBYEFGjAEhYYDq/O9oemMlejRlFdywcnMA4G
A1UdDwEB/wQEAwIBhjASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggr
BgEFBQcDAjAbBgNVHSAEFDASMAYGBFUdIAAwCAYGZ4EMAQIBMFQGA1UdHwRNMEswSaBHoEWGQ2h0
dHA6Ly9jcmwuc2VjdGlnby5jb20vU2VjdGlnb1B1YmxpY1NlcnZlckF1dGhlbnRpY2F0aW9uUm9v
dFI0Ni5jcmwwgYQGCCsGAQUFBwEBBHgwdjBPBggrBgEFBQcwAoZDaHR0cDovL2NydC5zZWN0aWdv
LmNvbS9TZWN0aWdvUHVibGljU2VydmVyQXV0aGVudGljYXRpb25Sb290UjQ2LnA3YzAjBggrBgEF
BQcwAYYXaHR0cDovL29jc3Auc2VjdGlnby5jb20wDQYJKoZIhvcNAQEMBQADggIBAGLTgvRcvk6h
AhcONCKLKSPdpCxoKEmRjzkkFzAaprBlmVEO67se3I9Xbunfaw+gvM3tQdnkI5KxpCC/zhdbO70p
oGFWn7EaGXfyB1K5KEL1/BWcFLJj7u2poAX2mN4PnatcdIzRim+iOgc3Zei4DA/asaft4uxkDp3f
SfCxUonrWOmeI1Ac1aDqM/IgFPODhYdh4QLoj8NWotFZ2N/EUyPvJHqRllXxsXwVs8B/biI3qKCH
mqLFRbxPHJmFAeE0h+XVMg9Ix3LdvvHHihLSKBVPxXx6v5g2lZ73AwmV7SIIrXTBUHTGWlXoZjm8
oUXQw+DUArNIGiPQAIBY+C/ULZAEc4UCzckX/OypZ/mFNJYAhq/Ry4N6xjvKvmOKaS7Dnbp0Gemc
TzRiHzgKWz1X+YQnufBGcIlnRyDJ/ZTz+vheNOMvDTboG0IsQW3q/sed+lq2YRWS4xJIae3xV3/a
99qzT32++F/1PdAXcuJc6d/l9bpIdQbjMQPxBIQ6Ezkt5ewAb3OwWEkLm0NuPdDnHZCM1Id2cA62
pDFa22k8VDNqduDenQfp7Ns6bVgr2uo81q/CFiiDMc8Sz7+Srd3jynFHb5AVP7Jqro0nM0880oyK
EeUKkAOpTdWUUp7hyFgr4SRJbZGJ0wB+NUCekgFjuuhq61BEsDf3IGcy+CSxKs9WMIIGlTCCBH2g
AwIBAgIRANJ/u8HeNZ5SFq1hSVhgmcQwDQYJKoZIhvcNAQEMBQAwgYgxCzAJBgNVBAYTAlVTMRMw
EQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYDVQQHEwtKZXJzZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVT
RVJUUlVTVCBOZXR3b3JrMS4wLAYDVQQDEyVVU0VSVHJ1c3QgUlNBIENlcnRpZmljYXRpb24gQXV0
aG9yaXR5MB4XDTIxMDMyMjAwMDAwMFoXDTM4MDExODIzNTk1OVowXzELMAkGA1UEBhMCR0IxGDAW
BgNVBAoTD1NlY3RpZ28gTGltaXRlZDE2MDQGA1UEAxMtU2VjdGlnbyBQdWJsaWMgU2VydmVyIEF1
dGhlbnRpY2F0aW9uIFJvb3QgUjQ2MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAk77V
NlJ12AEjoBxHQknuY7a3If3EldVIKyZ8FFMQ2nn9K7ctpNQs+uoy3UnCub0PSD17WphUr55dMXRP
B/xQId2kz2hPGxJjbSWZTCqZ80gwYfqBfB6nCErcPiscHxhMcao1jK34bug7StnllALWiYQTqm3I
TzPMUJY3kjPcX4jnn1TZSPCYQ9Zm/Z8XOEPFAVEL1+MjDxRdWxTnS77d9MjaAzfR1jmhIVEwg7Bt
1zBOlluR8HAkq79FgWRDDb0hOi886Z4NyyC1QifM2m+b7mQwkDnNk2WBITG1I1AzNyLjOO34MTDM
Rf5i+dFdMnlCh99qzFYZQE3Oqrv5tXZJlPEn+JGlg+UGs2MOgNzgElWApjtmtDmHLcjw0NEU6eQN
TQ72XVdyxTscR1ad4tX7gWGMzE2AkDRbt9cUddzYBEifwMEoiLTpHMqnsfFWt3tJTFnlIBWohAIp
+jiUaZpJBo/NH3kUFxIMg3reH7GX7vmXeCikyESS6X0mBaZYcpt5E9gRX67FOGI0aLKGMI74kGGe
Mmz1BzbNokxu7Io27fLmmRVEcMN8vJw5wLTha/eDJSNX2RKA5UnwdQ/vjescm1QotCE8/HwK/+97
a3X/ix2gGQWr+vgrgULoOLq7+6r9PeDzyt9Ol5cp7fMYVumllqy9w5CYsuD5otSmR0N8bc8CAwEA
AaOCASAwggEcMB8GA1UdIwQYMBaAFFN5v1qqK0rPVIDh2JvAnfKyA2bLMB0GA1UdDgQWBBRWc1hk
lfmSGrASKgRieaFAFYghSTAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHSUE
FjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwEQYDVR0gBAowCDAGBgRVHSAAMFAGA1UdHwRJMEcwRaBD
oEGGP2h0dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FDZXJ0aWZpY2F0aW9uQXV0
aG9yaXR5LmNybDA1BggrBgEFBQcBAQQpMCcwJQYIKwYBBQUHMAGGGWh0dHA6Ly9vY3NwLnVzZXJ0
cnVzdC5jb20wDQYJKoZIhvcNAQEMBQADggIBADpvBIlq7bMU0cFDT/9P9+BsgCkRgQs0S6Bf7vJS
lWMHwby0VGvxCS0hrbi0K2BINZbEbsVsgpQq04431yyoVn3Hldorgq24RldRDOOipEZDTFB9wC9H
Yt1thHF00XeG2C8KC1plwoEzKAIhPvefI/C3cT0CfTXJuFjUbKIgSwjNjw6YHtLgoy/hd5+JLUlL
co/gzFX/qWbT7tEquOMYpsNKWZj8TLqPq6zMiG4Na6feEZte6YPXGrMWlTWN341vDedc+yxQqSug
79HJUQcOZs7KyDWztmaeQxsPE49UV/8XwrfZtZaYyrs4FpD94Z4Q8dzXGL8+qEJjxgcza7W6PROa
Clubavd1VKPm8+aCW77u7SxpR2TFGL6kPdxsKyFijpcunR5V79sUyROfNdzjrAcFWZXK8sbb9Fln
wuVG677JLv+ZVTX5AxLvW5OB4zt5uS+zB62wJ/Wv+jXGAttSAcJec4iFgCWHRvdi/jJoSzRLa3nE
zx6pFIzclSCnh0u1xCeLcUBypSiPga8W+6PkuoyQq8U9qs9EoxG5NvrvlyshwUS9yvcZRGw7Ljlx
4jJH/BhIPR8kIBCQj1vna9TziZOrw1Of8hDUbHKFG9Pm8Dp2vbjz/2JH39qvxshPKVllGfq+5klP
m7yZRUYTiCMAbqwNdL/nsqF2Rnnyp58XRStJMIIG3DCCBUSgAwIBAgIQcnecv1vffAoqH8k7DidL
MTANBgkqhkiG9w0BAQsFADBgMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVk
MTcwNQYDVQQDEy5TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gQ0EgRFYgUjM2
MB4XDTI1MDcxODAwMDAwMFoXDTI2MDcxODIzNTk1OVowNTEzMDEGA1UEAxMqMjRob3Vyd2F0ZXJk
YW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
CgKCAQEA1yNHPLfY0JoNfUfwWDj9ctP54aZoGef5zAEG0dm0ulEpsW4uuYjPACfAhiW8e2E/hrIv
A/3sxMoCt0EYOUWn75mYPvEI1npQQEdJBbxbj8Qditl1h4k3OWMXqx0Oixg+XHzkGA4KxadSilBQ
O2iKm9XC9krAPBzEZBBCViAJ34xjetqEjoyT+zdwqVbi0zRJ3OEjTWWv52G/3KhkYrXWJvkJWmj5
z8vzOCKyonpkNqLmbM+Vwnb9qbYLQ5J095kGJDeuzmuy6KfUeK2tUktImNFFh/ELbl+cl41Nbcle
IDXug/6K1/HYQaVQU9OedtNIFPq1pJeau6qQkWlSV0KZSQIDAQABo4IDOzCCAzcwHwYDVR0jBBgw
FoAUaMASFhgOr872h6YyV6NGUV3LBycwHQYDVR0OBBYEFI6zmSAMfR7zXnAY2+CYBpm2Y/X4MA4G
A1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcD
AjBJBgNVHSAEQjBAMDQGCysGAQQBsjEBAgIHMCUwIwYIKwYBBQUHAgEWF2h0dHBzOi8vc2VjdGln
by5jb20vQ1BTMAgGBmeBDAECATCBhAYIKwYBBQUHAQEEeDB2ME8GCCsGAQUFBzAChkNodHRwOi8v
Y3J0LnNlY3RpZ28uY29tL1NlY3RpZ29QdWJsaWNTZXJ2ZXJBdXRoZW50aWNhdGlvbkNBRFZSMzYu
Y3J0MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0aWdvLmNvbTBlBgNVHREEXjBcgioyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb22CLnd3dy4yNGhvdXJ3YXRlcmRh
bWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20wggF9BgorBgEEAdZ5AgQCBIIBbQSCAWkBZwB3
ANgJVTuUT3r/yBYZb5RPhauw+Pxeh1UmDxXRLnK7RUsUAAABmB8cMXYAAAQDAEgwRgIhANBjmzda
evqCQrO1p+0COYa4oWvijgqDH76ZvVKBy4hBAiEAzFy0RgGVpo4fv1LwNJ0DToMKx0yVBneAj0no
6btrCBYAdQCsqzBwbOvshDH0E9L0kV8RHkIkQ7HypoxPPCs7px4CwwAAAZgfHDERAAAEAwBGMEQC
ID0WLIloFb98gBy/Yfbft5vwAF7viv3wbUDcnh8V5dRPAiAwl8CNhnMfM5lP6j5J+9WQClaH3sbR
o+YxRdanOg5QiQB1ANdtfRDRp/V3wsfpX9cAv/mCyTNaZeHQswFzF8DIxWl3AAABmB8cMQ4AAAQD
AEYwRAIgaprlokWTFYM5z/ULwWBbagUJ74B4dSLJ9syMbvK8H9UCICda9ZvsAuBuOUZXxRBxQEFo
FfvZagLlWbH8ndRhK92VMA0GCSqGSIb3DQEBCwUAA4IBgQB/lfahjehI6WfaMMBJDiDzRreoppYi
JoADun8QkbG9RvkfyuYUgX3RsGwwMK9162ry53LT5SMy5b4cBpDJxRKQQgS0aPWDG0bOQyqO3iGT
gpglR3g5lrszmAwHwNOUXNsjb7FwUf/jOgG4a0a5aZB/TYCzIA7cGMFUDpArNE2R4K5IoUJiNouf
H3fgw4ShzkpCeRtSywmVXEMI1lxrE/c+MrWS4xZvOPjGyzw8078yfrIZJCPXGSk3c5xLgb81CjKW
VNnTHSN2v+wD8SBrpcEsmzKX5FbkBALm5xH2RchM8zWjFNUVNdXupBAL3jQ9DsNYudeH7SDPezeQ
aoGOost/kzbsCLvL5ZIUBVzX/1O0tkQ2eOcIzYsaN65vjZuxwng54Z4SlEbWCpJWJUGq9LjrbgVp
EfSPdrxkHKfU2zu36+0qX8lQ5LCoAaRfaDspMU4e6Rl7Lbju4mJxAB1iZY/95+x63nq0b7kg/Chm
wiWqeYuvvky/asqwHTYykbyjT34xggKGMIICggIBATB0MGAxCzAJBgNVBAYTAkdCMRgwFgYDVQQK
Ew9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50
aWNhdGlvbiBDQSBEViBSMzYCEHJ3nL9b33wKKh/JOw4nSzEwDQYJYIZIAWUDBAIBBQCggeQwGAYJ
KoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMjUwODAyMDc0ODI1WjAvBgkq
hkiG9w0BCQQxIgQgPrehQ7dZdTDOhc3ueLOnaE8gDHdXV/b67lKj1fRs10gweQYJKoZIhvcNAQkP
MWwwajALBglghkgBZQMEASowCwYJYIZIAWUDBAEWMAsGCWCGSAFlAwQBAjAKBggqhkiG9w0DBzAO
BggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwDQYJ
KoZIhvcNAQEBBQAEggEAsfjVcY3wF3/OdN5JFd0DiFJM2W85wZwUBWVagAowtAwE1TsYtQ7+icub
VZnyB7LuQ4BGl7yj/BywWOR1PViIRnHeR14NEok8hWp42rnky1vmWGiD4e8np24P0bWSZuJwc2m8
5yX2IdqDaLT4efCVWyqKZ0O0AQhymm5Pr22hyuv0rJ/zeKVFF96hM7jwutDdPuPZYBMhVULjLjrc
yvACClTtmXz1DJ/aGI49fiWCpZTaPlh+AtRuGg1G2t2b2uoMuQuDGes4xlZjZ5e9Mec6TwP3iTu3
3GukABBFaWeKwmO7bTzK55ta1qzratvAXy2d/dhANnj+SxKM61dXOatyaw==

--mixed-Cpanel::Email::Object-3701828-1754120905-0.694558450891336
Content-Type: application/octet-stream; x-unix-mode=0600; name="caldav-office@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="caldav-office@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIfvwYJKoZIhvcNAQcCoIIfsDCCH6wCAQExDzANBglghkgBZQMEAgEFADCCCT0GCSqGSIb3DQEH
AaCCCS4EggkqPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FsREFWQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+b2ZmaWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbTwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNhbERBVkhvc3ROYW1lPC9rZXk+DQogICAgICAg
IDxzdHJpbmc+MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJp
bmc+DQogICAgICAgIDxrZXk+Q2FsREFWUG9ydDwva2V5Pg0KICAgICAgICA8aW50ZWdlcj4yMDgw
PC9pbnRlZ2VyPg0KICAgICAgICA8a2V5PkNhbERBVlByaW5jaXBhbFVSTDwva2V5Pg0KICAgICAg
ICA8c3RyaW5nPi9wcmluY2lwYWxzL29mZmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9u
bG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5DYWxEQVZVc2VTU0w8L2tleT4N
CiAgICAgICAgPHRydWUvPg0KICAgICAgICA8a2V5PkNhbERBVlVzZXJuYW1lPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+b2ZmaWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICAg
ICAgICA8c3RyaW5nPm9mZmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFu
ZC5jb20gU2VjdXJlIENhbGVuZGFyIFNldHVwPC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9h
ZERpc3BsYXlOYW1lPC9rZXk+DQogICAgICAgIDxzdHJpbmc+b2ZmaWNlQDI0aG91cndhdGVyZGFt
YWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ2FsZW5kYXIgU2V0dXA8L3N0cmlu
Zz4NCiAgICAgICAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgICA8c3RyaW5n
PmNwYW5lbC5tYWlsLm9yZy5vZmZpY2UuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdp
c2xhbmQuY29tPC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5
Pg0KICAgICAgICA8c3RyaW5nPjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogICAgICAgIDxz
dHJpbmc+Y29tLmFwcGxlLmNhbGRhdi5hY2NvdW50PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5
bG9hZFVVSUQ8L2tleT4NCiAgICAgICAgPHN0cmluZz45ZWE5ODZiZi1mNzg5LWNlYjQtODcxMC0y
NWU1YzdjNmRmYTY8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0K
ICAgICAgICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KICAgIDwvZGljdD4NCiAgPC9hcnJheT4NCiAg
PGtleT5QYXlsb2FkRGVzY3JpcHRpb248L2tleT4NCiAgPHN0cmluZz5vZmZpY2VAMjRob3Vyd2F0
ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1cDwv
c3RyaW5nPg0KICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3RyaW5nPm9mZmlj
ZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIENhbGVu
ZGFyIFNldHVwPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4NCiAgPHN0
cmluZz5jcGFuZWwubWFpbC5vcmcub2ZmaWNlLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25s
b25naXNsYW5kLmNvbS1jYWxkYXY8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9u
PC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLm9mZmljZS4yNGhvdXJ3YXRlcmRhbWFn
ZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkUmVtb3Zh
bERpc2FsbG93ZWQ8L2tleT4NCiAgPGZhbHNlLz4NCiAgPGtleT5QYXlsb2FkVHlwZTwva2V5Pg0K
ICA8c3RyaW5nPkNvbmZpZ3VyYXRpb248L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVVVJRDwva2V5
Pg0KICA8c3RyaW5nPjgwYTQxZTI5LWIyZTgtNzNmZS03YjAwLWY1MzM2ZDBiZGZkODwvc3RyaW5n
Pg0KICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogIDxpbnRlZ2VyPjE8L2ludGVnZXI+DQo8
L2RpY3Q+DQo8L3BsaXN0Pg0KoIITyTCCBkwwggQ0oAMCAQICEDl6ZswnVjYuDaqHym6r47EwDQYJ
KoZIhvcNAQEMBQAwXzELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE2MDQG
A1UEAxMtU2VjdGlnbyBQdWJsaWMgU2VydmVyIEF1dGhlbnRpY2F0aW9uIFJvb3QgUjQ2MB4XDTIx
MDMyMjAwMDAwMFoXDTM2MDMyMTIzNTk1OVowYDELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1NlY3Rp
Z28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBQdWJsaWMgU2VydmVyIEF1dGhlbnRpY2F0aW9u
IENBIERWIFIzNjCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAJY2X9hyM+/kj1D0AkDm
2WHK8S0x2HX9WbTEXu2HqkT0sMoM9eqifXAFrVjU3LiAnPvqfA3Le8zRsQqaphLaonzuzb7geXRF
XsV5/URRR9dh5vjbT0UIFyBY8ejEiXDVrlTt1xhOey9Zh5XEGI/oOIZ8vdGhYdkgmQgxFZAI2hDD
H2Dyrgox7rhfm8xxW//YFfD/fnpHBxDRdp0dXnxlkisJ3xuUWsJZGkA6UbWU5jOuEyLL/6+3MhTu
J0o7NYy3V2Hc+at2uC9DaGm2X23cVW/glBB3wdG6bpWULR9Ub9/Hv5SHT+zk0yJWYejmC+jYcT/E
qNP7Ibf+CfZqiBsURXNP6QvLLo2vsHCFJ2tBwaVyn10yqc4IrPs5lwy9OgEiX+ROANv5vh6em/OL
HzwMEO+uqyOuZoedEtA4vRNz59lnGiXPjyC7AZmKYLZoFk0fXlfaLXykVAX8x1B3FYGq7m/15bhK
UZU7WbnVOcWxTccfw4DK1y1AD2iOtH2esAPj0wIDAQABo4IBgTCCAX0wHwYDVR0jBBgwFoAUVnNY
ZJX5khqwEioEYnmhQBWIIUkwHQYDVR0OBBYEFGjAEhYYDq/O9oemMlejRlFdywcnMA4GA1UdDwEB
/wQEAwIBhjASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcD
AjAbBgNVHSAEFDASMAYGBFUdIAAwCAYGZ4EMAQIBMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly9j
cmwuc2VjdGlnby5jb20vU2VjdGlnb1B1YmxpY1NlcnZlckF1dGhlbnRpY2F0aW9uUm9vdFI0Ni5j
cmwwgYQGCCsGAQUFBwEBBHgwdjBPBggrBgEFBQcwAoZDaHR0cDovL2NydC5zZWN0aWdvLmNvbS9T
ZWN0aWdvUHVibGljU2VydmVyQXV0aGVudGljYXRpb25Sb290UjQ2LnA3YzAjBggrBgEFBQcwAYYX
aHR0cDovL29jc3Auc2VjdGlnby5jb20wDQYJKoZIhvcNAQEMBQADggIBAGLTgvRcvk6hAhcONCKL
KSPdpCxoKEmRjzkkFzAaprBlmVEO67se3I9Xbunfaw+gvM3tQdnkI5KxpCC/zhdbO70poGFWn7Ea
GXfyB1K5KEL1/BWcFLJj7u2poAX2mN4PnatcdIzRim+iOgc3Zei4DA/asaft4uxkDp3fSfCxUonr
WOmeI1Ac1aDqM/IgFPODhYdh4QLoj8NWotFZ2N/EUyPvJHqRllXxsXwVs8B/biI3qKCHmqLFRbxP
HJmFAeE0h+XVMg9Ix3LdvvHHihLSKBVPxXx6v5g2lZ73AwmV7SIIrXTBUHTGWlXoZjm8oUXQw+DU
ArNIGiPQAIBY+C/ULZAEc4UCzckX/OypZ/mFNJYAhq/Ry4N6xjvKvmOKaS7Dnbp0GemcTzRiHzgK
Wz1X+YQnufBGcIlnRyDJ/ZTz+vheNOMvDTboG0IsQW3q/sed+lq2YRWS4xJIae3xV3/a99qzT32+
+F/1PdAXcuJc6d/l9bpIdQbjMQPxBIQ6Ezkt5ewAb3OwWEkLm0NuPdDnHZCM1Id2cA62pDFa22k8
VDNqduDenQfp7Ns6bVgr2uo81q/CFiiDMc8Sz7+Srd3jynFHb5AVP7Jqro0nM0880oyKEeUKkAOp
TdWUUp7hyFgr4SRJbZGJ0wB+NUCekgFjuuhq61BEsDf3IGcy+CSxKs9WMIIGlTCCBH2gAwIBAgIR
ANJ/u8HeNZ5SFq1hSVhgmcQwDQYJKoZIhvcNAQEMBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQI
EwpOZXcgSmVyc2V5MRQwEgYDVQQHEwtKZXJzZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVT
VCBOZXR3b3JrMS4wLAYDVQQDEyVVU0VSVHJ1c3QgUlNBIENlcnRpZmljYXRpb24gQXV0aG9yaXR5
MB4XDTIxMDMyMjAwMDAwMFoXDTM4MDExODIzNTk1OVowXzELMAkGA1UEBhMCR0IxGDAWBgNVBAoT
D1NlY3RpZ28gTGltaXRlZDE2MDQGA1UEAxMtU2VjdGlnbyBQdWJsaWMgU2VydmVyIEF1dGhlbnRp
Y2F0aW9uIFJvb3QgUjQ2MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAk77VNlJ12AEj
oBxHQknuY7a3If3EldVIKyZ8FFMQ2nn9K7ctpNQs+uoy3UnCub0PSD17WphUr55dMXRPB/xQId2k
z2hPGxJjbSWZTCqZ80gwYfqBfB6nCErcPiscHxhMcao1jK34bug7StnllALWiYQTqm3ITzPMUJY3
kjPcX4jnn1TZSPCYQ9Zm/Z8XOEPFAVEL1+MjDxRdWxTnS77d9MjaAzfR1jmhIVEwg7Bt1zBOlluR
8HAkq79FgWRDDb0hOi886Z4NyyC1QifM2m+b7mQwkDnNk2WBITG1I1AzNyLjOO34MTDMRf5i+dFd
MnlCh99qzFYZQE3Oqrv5tXZJlPEn+JGlg+UGs2MOgNzgElWApjtmtDmHLcjw0NEU6eQNTQ72XVdy
xTscR1ad4tX7gWGMzE2AkDRbt9cUddzYBEifwMEoiLTpHMqnsfFWt3tJTFnlIBWohAIp+jiUaZpJ
Bo/NH3kUFxIMg3reH7GX7vmXeCikyESS6X0mBaZYcpt5E9gRX67FOGI0aLKGMI74kGGeMmz1BzbN
okxu7Io27fLmmRVEcMN8vJw5wLTha/eDJSNX2RKA5UnwdQ/vjescm1QotCE8/HwK/+97a3X/ix2g
GQWr+vgrgULoOLq7+6r9PeDzyt9Ol5cp7fMYVumllqy9w5CYsuD5otSmR0N8bc8CAwEAAaOCASAw
ggEcMB8GA1UdIwQYMBaAFFN5v1qqK0rPVIDh2JvAnfKyA2bLMB0GA1UdDgQWBBRWc1hklfmSGrAS
KgRieaFAFYghSTAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHSUEFjAUBggr
BgEFBQcDAQYIKwYBBQUHAwIwEQYDVR0gBAowCDAGBgRVHSAAMFAGA1UdHwRJMEcwRaBDoEGGP2h0
dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FDZXJ0aWZpY2F0aW9uQXV0aG9yaXR5
LmNybDA1BggrBgEFBQcBAQQpMCcwJQYIKwYBBQUHMAGGGWh0dHA6Ly9vY3NwLnVzZXJ0cnVzdC5j
b20wDQYJKoZIhvcNAQEMBQADggIBADpvBIlq7bMU0cFDT/9P9+BsgCkRgQs0S6Bf7vJSlWMHwby0
VGvxCS0hrbi0K2BINZbEbsVsgpQq04431yyoVn3Hldorgq24RldRDOOipEZDTFB9wC9HYt1thHF0
0XeG2C8KC1plwoEzKAIhPvefI/C3cT0CfTXJuFjUbKIgSwjNjw6YHtLgoy/hd5+JLUlLco/gzFX/
qWbT7tEquOMYpsNKWZj8TLqPq6zMiG4Na6feEZte6YPXGrMWlTWN341vDedc+yxQqSug79HJUQcO
Zs7KyDWztmaeQxsPE49UV/8XwrfZtZaYyrs4FpD94Z4Q8dzXGL8+qEJjxgcza7W6PROaClubavd1
VKPm8+aCW77u7SxpR2TFGL6kPdxsKyFijpcunR5V79sUyROfNdzjrAcFWZXK8sbb9FlnwuVG677J
Lv+ZVTX5AxLvW5OB4zt5uS+zB62wJ/Wv+jXGAttSAcJec4iFgCWHRvdi/jJoSzRLa3nEzx6pFIzc
lSCnh0u1xCeLcUBypSiPga8W+6PkuoyQq8U9qs9EoxG5NvrvlyshwUS9yvcZRGw7Ljlx4jJH/BhI
PR8kIBCQj1vna9TziZOrw1Of8hDUbHKFG9Pm8Dp2vbjz/2JH39qvxshPKVllGfq+5klPm7yZRUYT
iCMAbqwNdL/nsqF2Rnnyp58XRStJMIIG3DCCBUSgAwIBAgIQcnecv1vffAoqH8k7DidLMTANBgkq
hkiG9w0BAQsFADBgMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYD
VQQDEy5TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gQ0EgRFYgUjM2MB4XDTI1
MDcxODAwMDAwMFoXDTI2MDcxODIzNTk1OVowNTEzMDEGA1UEAxMqMjRob3Vyd2F0ZXJkYW1hZ2Vy
ZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA
1yNHPLfY0JoNfUfwWDj9ctP54aZoGef5zAEG0dm0ulEpsW4uuYjPACfAhiW8e2E/hrIvA/3sxMoC
t0EYOUWn75mYPvEI1npQQEdJBbxbj8Qditl1h4k3OWMXqx0Oixg+XHzkGA4KxadSilBQO2iKm9XC
9krAPBzEZBBCViAJ34xjetqEjoyT+zdwqVbi0zRJ3OEjTWWv52G/3KhkYrXWJvkJWmj5z8vzOCKy
onpkNqLmbM+Vwnb9qbYLQ5J095kGJDeuzmuy6KfUeK2tUktImNFFh/ELbl+cl41NbcleIDXug/6K
1/HYQaVQU9OedtNIFPq1pJeau6qQkWlSV0KZSQIDAQABo4IDOzCCAzcwHwYDVR0jBBgwFoAUaMAS
FhgOr872h6YyV6NGUV3LBycwHQYDVR0OBBYEFI6zmSAMfR7zXnAY2+CYBpm2Y/X4MA4GA1UdDwEB
/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjBJBgNV
HSAEQjBAMDQGCysGAQQBsjEBAgIHMCUwIwYIKwYBBQUHAgEWF2h0dHBzOi8vc2VjdGlnby5jb20v
Q1BTMAgGBmeBDAECATCBhAYIKwYBBQUHAQEEeDB2ME8GCCsGAQUFBzAChkNodHRwOi8vY3J0LnNl
Y3RpZ28uY29tL1NlY3RpZ29QdWJsaWNTZXJ2ZXJBdXRoZW50aWNhdGlvbkNBRFZSMzYuY3J0MCMG
CCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0aWdvLmNvbTBlBgNVHREEXjBcgioyNGhvdXJ3YXRl
cmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb22CLnd3dy4yNGhvdXJ3YXRlcmRhbWFnZXJl
c3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20wggF9BgorBgEEAdZ5AgQCBIIBbQSCAWkBZwB3ANgJVTuU
T3r/yBYZb5RPhauw+Pxeh1UmDxXRLnK7RUsUAAABmB8cMXYAAAQDAEgwRgIhANBjmzdaevqCQrO1
p+0COYa4oWvijgqDH76ZvVKBy4hBAiEAzFy0RgGVpo4fv1LwNJ0DToMKx0yVBneAj0no6btrCBYA
dQCsqzBwbOvshDH0E9L0kV8RHkIkQ7HypoxPPCs7px4CwwAAAZgfHDERAAAEAwBGMEQCID0WLIlo
Fb98gBy/Yfbft5vwAF7viv3wbUDcnh8V5dRPAiAwl8CNhnMfM5lP6j5J+9WQClaH3sbRo+YxRdan
Og5QiQB1ANdtfRDRp/V3wsfpX9cAv/mCyTNaZeHQswFzF8DIxWl3AAABmB8cMQ4AAAQDAEYwRAIg
aprlokWTFYM5z/ULwWBbagUJ74B4dSLJ9syMbvK8H9UCICda9ZvsAuBuOUZXxRBxQEFoFfvZagLl
WbH8ndRhK92VMA0GCSqGSIb3DQEBCwUAA4IBgQB/lfahjehI6WfaMMBJDiDzRreoppYiJoADun8Q
kbG9RvkfyuYUgX3RsGwwMK9162ry53LT5SMy5b4cBpDJxRKQQgS0aPWDG0bOQyqO3iGTgpglR3g5
lrszmAwHwNOUXNsjb7FwUf/jOgG4a0a5aZB/TYCzIA7cGMFUDpArNE2R4K5IoUJiNoufH3fgw4Sh
zkpCeRtSywmVXEMI1lxrE/c+MrWS4xZvOPjGyzw8078yfrIZJCPXGSk3c5xLgb81CjKWVNnTHSN2
v+wD8SBrpcEsmzKX5FbkBALm5xH2RchM8zWjFNUVNdXupBAL3jQ9DsNYudeH7SDPezeQaoGOost/
kzbsCLvL5ZIUBVzX/1O0tkQ2eOcIzYsaN65vjZuxwng54Z4SlEbWCpJWJUGq9LjrbgVpEfSPdrxk
HKfU2zu36+0qX8lQ5LCoAaRfaDspMU4e6Rl7Lbju4mJxAB1iZY/95+x63nq0b7kg/ChmwiWqeYuv
vky/asqwHTYykbyjT34xggKGMIICggIBATB0MGAxCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0
aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlv
biBDQSBEViBSMzYCEHJ3nL9b33wKKh/JOw4nSzEwDQYJYIZIAWUDBAIBBQCggeQwGAYJKoZIhvcN
AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMjUwODAyMDc0ODI1WjAvBgkqhkiG9w0B
CQQxIgQgT/Z5vLQmjkrKh9q2Tae67hJNWUlsKwtgrSpCAdOC2rMweQYJKoZIhvcNAQkPMWwwajAL
BglghkgBZQMEASowCwYJYIZIAWUDBAEWMAsGCWCGSAFlAwQBAjAKBggqhkiG9w0DBzAOBggqhkiG
9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwDQYJKoZIhvcN
AQEBBQAEggEAp+xCCj4QdYQP3qfi4shuhOF1xxdeLjJN+EXzh3n+s/VbQ0eTn+Kd9FKxWyMFwjMR
74ePMdXBnfZjiDGCBg1Tjn8HqKuJybvya6i66g53uURRdUOOz38pN1YM6JMhYBl9pdbAWpNFh+Wr
/QTkmH/9DgqC482IJzB/pVKvNRrq1Rr3G4t3qus20Qo1FmCTw2gL5g0xO5qcC+f7BBIEWwZ9zhp0
vxbrv+Z+Z3x/h3p5riM4ccehYG8qip02vswOapfcZLCG9yRC5+Tle1bbqApkccJnlkGJEIz6/pZ/
IZasfUBIifxAXyrpYWTbbg5xyA64DbPQ/zhB5ddo12V4kbcMAw==

--mixed-Cpanel::Email::Object-3701828-1754120905-0.694558450891336
Content-Type: application/octet-stream; x-unix-mode=0600; name="email-office@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="email-office@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIjpAYJKoZIhvcNAQcCoIIjlTCCI5ECAQExDzANBglghkgBZQMEAgEFADCCDSIGCSqGSIb3DQEH
AaCCDRMEgg0PPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAgICA8
c3RyaW5nPm9mZmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208
L3N0cmluZz4NCiAgICAgIDxrZXk+RW1haWxBY2NvdW50TmFtZTwva2V5Pg0KICAgICAgPHN0cmlu
Zz5vZmZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJp
bmc+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudFR5cGU8L2tleT4NCiAgICAgIDxzdHJpbmc+RW1h
aWxUeXBlSU1BUDwvc3RyaW5nPg0KICAgICAgPGtleT5FbWFpbEFkZHJlc3M8L2tleT4NCiAgICAg
IDxzdHJpbmc+b2ZmaWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNv
bTwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlvbjwv
a2V5Pg0KICAgICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAgPGtl
eT5JbmNvbWluZ01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz4yNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgIDxrZXk+
SW5jb21pbmdNYWlsU2VydmVyUG9ydE51bWJlcjwva2V5Pg0KICAgICAgPGludGVnZXI+OTkzPC9p
bnRlZ2VyPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJVc2VTU0w8L2tleT4NCiAgICAg
IDx0cnVlLz4NCiAgICAgIDxrZXk+SW5jb21pbmdNYWlsU2VydmVyVXNlcm5hbWU8L2tleT4NCiAg
ICAgIDxzdHJpbmc+b2ZmaWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5PdXRnb2luZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlv
bjwva2V5Pg0KICAgICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAg
PGtleT5PdXRnb2luZ01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz4yNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgIDxr
ZXk+T3V0Z29pbmdNYWlsU2VydmVyUG9ydE51bWJlcjwva2V5Pg0KICAgICAgPGludGVnZXI+NDY1
PC9pbnRlZ2VyPg0KICAgICAgPGtleT5PdXRnb2luZ01haWxTZXJ2ZXJVc2VTU0w8L2tleT4NCiAg
ICAgIDx0cnVlLz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyVXNlcm5hbWU8L2tleT4N
CiAgICAgIDxzdHJpbmc+b2ZmaWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNs
YW5kLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5PdXRnb2luZ1Bhc3N3b3JkU2FtZUFzSW5jb21p
bmdQYXNzd29yZDwva2V5Pg0KICAgICAgPHRydWUvPg0KICAgICAgPGtleT5QYXlsb2FkRGVzY3Jp
cHRpb248L2tleT4NCiAgICAgIDxzdHJpbmc+b2ZmaWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9y
YXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgRW1haWwgU2V0dXA8L3N0cmluZz4NCiAgICAgIDxr
ZXk+UGF5bG9hZERpc3BsYXlOYW1lPC9rZXk+DQogICAgICA8c3RyaW5nPm9mZmljZUAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIEVtYWlsIFNldHVwPC9z
dHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogICAgICA8c3RyaW5n
PmNwYW5lbC5tYWlsLm9yZy5vZmZpY2UuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdp
c2xhbmQuY29tPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4N
CiAgICAgIDxzdHJpbmc+MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogICAgICA8c3RyaW5nPmNv
bS5hcHBsZS5tYWlsLm1hbmFnZWQ8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZFVVSUQ8L2tl
eT4NCiAgICAgIDxzdHJpbmc+NDhjMTg3OWMtMDAwOC1jZGEzLTY0Y2YtZjIxYmVjNzBlY2IzPC9z
dHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICA8aW50ZWdlcj4x
PC9pbnRlZ2VyPg0KICAgICAgPGtleT5QcmV2ZW50QXBwU2hlZXQ8L2tleT4NCiAgICAgIDxmYWxz
ZS8+DQogICAgICA8a2V5PlByZXZlbnRNb3ZlPC9rZXk+DQogICAgICA8ZmFsc2UvPg0KICAgICAg
PGtleT5TTUlNRUVuYWJsZWQ8L2tleT4NCiAgICAgIDxmYWxzZS8+DQogICAgICA8a2V5PkluY29t
aW5nTWFpbFNlcnZlcklNQVBQYXRoUHJlZml4PC9rZXk+DQogICAgICA8c3RyaW5nPklOQk9YPC9z
dHJpbmc+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBheWxvYWREZXNjcmlwdGlv
bjwva2V5Pg0KICA8c3RyaW5nPm9mZmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9u
Z2lzbGFuZC5jb20gU2VjdXJlIEVtYWlsIFNldHVwPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZERp
c3BsYXlOYW1lPC9rZXk+DQogIDxzdHJpbmc+b2ZmaWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9y
YXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgRW1haWwgU2V0dXA8L3N0cmluZz4NCiAgPGtleT5Q
YXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5vZmZpY2Uu
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLWVtYWlsPC9zdHJpbmc+
DQogIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWls
Lm9yZy5vZmZpY2UuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9z
dHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxEaXNhbGxvd2VkPC9rZXk+DQogIDxmYWxzZS8+
DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgPHN0cmluZz5Db25maWd1cmF0aW9uPC9zdHJp
bmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgPHN0cmluZz42NTdhZmFkNC01NTI3LWUx
M2ItOGNiNi1kYTEwNmRkYWJmYTM8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5
Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9kaWN0Pg0KPC9wbGlzdD4NCqCCE8kwggZMMIIE
NKADAgECAhA5embMJ1Y2Lg2qh8puq+OxMA0GCSqGSIb3DQEBDAUAMF8xCzAJBgNVBAYTAkdCMRgw
FgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNjA0BgNVBAMTLVNlY3RpZ28gUHVibGljIFNlcnZlciBB
dXRoZW50aWNhdGlvbiBSb290IFI0NjAeFw0yMTAzMjIwMDAwMDBaFw0zNjAzMjEyMzU5NTlaMGAx
CzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28g
UHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBDQSBEViBSMzYwggGiMA0GCSqGSIb3DQEBAQUA
A4IBjwAwggGKAoIBgQCWNl/YcjPv5I9Q9AJA5tlhyvEtMdh1/Vm0xF7th6pE9LDKDPXqon1wBa1Y
1Ny4gJz76nwNy3vM0bEKmqYS2qJ87s2+4Hl0RV7Fef1EUUfXYeb4209FCBcgWPHoxIlw1a5U7dcY
TnsvWYeVxBiP6DiGfL3RoWHZIJkIMRWQCNoQwx9g8q4KMe64X5vMcVv/2BXw/356RwcQ0XadHV58
ZZIrCd8blFrCWRpAOlG1lOYzrhMiy/+vtzIU7idKOzWMt1dh3PmrdrgvQ2hptl9t3FVv4JQQd8HR
um6VlC0fVG/fx7+Uh0/s5NMiVmHo5gvo2HE/xKjT+yG3/gn2aogbFEVzT+kLyy6Nr7BwhSdrQcGl
cp9dMqnOCKz7OZcMvToBIl/kTgDb+b4enpvzix88DBDvrqsjrmaHnRLQOL0Tc+fZZxolz48guwGZ
imC2aBZNH15X2i18pFQF/MdQdxWBqu5v9eW4SlGVO1m51TnFsU3HH8OAytctQA9ojrR9nrAD49MC
AwEAAaOCAYEwggF9MB8GA1UdIwQYMBaAFFZzWGSV+ZIasBIqBGJ5oUAViCFJMB0GA1UdDgQWBBRo
wBIWGA6vzvaHpjJXo0ZRXcsHJzAOBgNVHQ8BAf8EBAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADAd
BgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwGwYDVR0gBBQwEjAGBgRVHSAAMAgGBmeBDAEC
ATBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vY3JsLnNlY3RpZ28uY29tL1NlY3RpZ29QdWJsaWNT
ZXJ2ZXJBdXRoZW50aWNhdGlvblJvb3RSNDYuY3JsMIGEBggrBgEFBQcBAQR4MHYwTwYIKwYBBQUH
MAKGQ2h0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1B1YmxpY1NlcnZlckF1dGhlbnRpY2F0
aW9uUm9vdFI0Ni5wN2MwIwYIKwYBBQUHMAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28uY29tMA0GCSqG
SIb3DQEBDAUAA4ICAQBi04L0XL5OoQIXDjQiiykj3aQsaChJkY85JBcwGqawZZlRDuu7HtyPV27p
32sPoLzN7UHZ5COSsaQgv84XWzu9KaBhVp+xGhl38gdSuShC9fwVnBSyY+7tqaAF9pjeD52rXHSM
0YpvojoHN2XouAwP2rGn7eLsZA6d30nwsVKJ61jpniNQHNWg6jPyIBTzg4WHYeEC6I/DVqLRWdjf
xFMj7yR6kZZV8bF8FbPAf24iN6igh5qixUW8TxyZhQHhNIfl1TIPSMdy3b7xx4oS0igVT8V8er+Y
NpWe9wMJle0iCK10wVB0xlpV6GY5vKFF0MPg1AKzSBoj0ACAWPgv1C2QBHOFAs3JF/zsqWf5hTSW
AIav0cuDesY7yr5jimkuw526dBnpnE80Yh84Cls9V/mEJ7nwRnCJZ0cgyf2U8/r4XjTjLw026BtC
LEFt6v7HnfpatmEVkuMSSGnt8Vd/2vfas099vvhf9T3QF3LiXOnf5fW6SHUG4zED8QSEOhM5LeXs
AG9zsFhJC5tDbj3Q5x2QjNSHdnAOtqQxWttpPFQzanbg3p0H6ezbOm1YK9rqPNavwhYogzHPEs+/
kq3d48pxR2+QFT+yaq6NJzNPPNKMihHlCpADqU3VlFKe4chYK+EkSW2RidMAfjVAnpIBY7roautQ
RLA39yBnMvgksSrPVjCCBpUwggR9oAMCAQICEQDSf7vB3jWeUhatYUlYYJnEMA0GCSqGSIb3DQEB
DAUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5
IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNFUlRydXN0
IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0yMTAzMjIwMDAwMDBaFw0zODAxMTgyMzU5
NTlaMF8xCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNjA0BgNVBAMTLVNl
Y3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBSb290IFI0NjCCAiIwDQYJKoZIhvcN
AQEBBQADggIPADCCAgoCggIBAJO+1TZSddgBI6AcR0JJ7mO2tyH9xJXVSCsmfBRTENp5/Su3LaTU
LPrqMt1Jwrm9D0g9e1qYVK+eXTF0Twf8UCHdpM9oTxsSY20lmUwqmfNIMGH6gXwepwhK3D4rHB8Y
THGqNYyt+G7oO0rZ5ZQC1omEE6ptyE8zzFCWN5Iz3F+I559U2UjwmEPWZv2fFzhDxQFRC9fjIw8U
XVsU50u+3fTI2gM30dY5oSFRMIOwbdcwTpZbkfBwJKu/RYFkQw29ITovPOmeDcsgtUInzNpvm+5k
MJA5zZNlgSExtSNQMzci4zjt+DEwzEX+YvnRXTJ5QoffasxWGUBNzqq7+bV2SZTxJ/iRpYPlBrNj
DoDc4BJVgKY7ZrQ5hy3I8NDRFOnkDU0O9l1XcsU7HEdWneLV+4FhjMxNgJA0W7fXFHXc2ARIn8DB
KIi06RzKp7HxVrd7SUxZ5SAVqIQCKfo4lGmaSQaPzR95FBcSDIN63h+xl+75l3gopMhEkul9JgWm
WHKbeRPYEV+uxThiNGiyhjCO+JBhnjJs9Qc2zaJMbuyKNu3y5pkVRHDDfLycOcC04Wv3gyUjV9kS
gOVJ8HUP743rHJtUKLQhPPx8Cv/ve2t1/4sdoBkFq/r4K4FC6Di6u/uq/T3g88rfTpeXKe3zGFbp
pZasvcOQmLLg+aLUpkdDfG3PAgMBAAGjggEgMIIBHDAfBgNVHSMEGDAWgBRTeb9aqitKz1SA4dib
wJ3ysgNmyzAdBgNVHQ4EFgQUVnNYZJX5khqwEioEYnmhQBWIIUkwDgYDVR0PAQH/BAQDAgGGMA8G
A1UdEwEB/wQFMAMBAf8wHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMBEGA1UdIAQKMAgw
BgYEVR0gADBQBgNVHR8ESTBHMEWgQ6BBhj9odHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vVVNFUlRy
dXN0UlNBQ2VydGlmaWNhdGlvbkF1dGhvcml0eS5jcmwwNQYIKwYBBQUHAQEEKTAnMCUGCCsGAQUF
BzABhhlodHRwOi8vb2NzcC51c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBDAUAA4ICAQA6bwSJau2z
FNHBQ0//T/fgbIApEYELNEugX+7yUpVjB8G8tFRr8QktIa24tCtgSDWWxG7FbIKUKtOON9csqFZ9
x5XaK4KtuEZXUQzjoqRGQ0xQfcAvR2LdbYRxdNF3htgvCgtaZcKBMygCIT73nyPwt3E9An01ybhY
1GyiIEsIzY8OmB7S4KMv4XefiS1JS3KP4MxV/6lm0+7RKrjjGKbDSlmY/Ey6j6uszIhuDWun3hGb
XumD1xqzFpU1jd+Nbw3nXPssUKkroO/RyVEHDmbOysg1s7ZmnkMbDxOPVFf/F8K32bWWmMq7OBaQ
/eGeEPHc1xi/PqhCY8YHM2u1uj0Tmgpbm2r3dVSj5vPmglu+7u0saUdkxRi+pD3cbCshYo6XLp0e
Ve/bFMkTnzXc46wHBVmVyvLG2/RZZ8LlRuu+yS7/mVU1+QMS71uTgeM7ebkvswetsCf1r/o1xgLb
UgHCXnOIhYAlh0b3Yv4yaEs0S2t5xM8eqRSM3JUgp4dLtcQni3FAcqUoj4GvFvuj5LqMkKvFParP
RKMRuTb675crIcFEvcr3GURsOy45ceIyR/wYSD0fJCAQkI9b52vU84mTq8NTn/IQ1GxyhRvT5vA6
dr248/9iR9/ar8bITylZZRn6vuZJT5u8mUVGE4gjAG6sDXS/57KhdkZ58qefF0UrSTCCBtwwggVE
oAMCAQICEHJ3nL9b33wKKh/JOw4nSzEwDQYJKoZIhvcNAQELBQAwYDELMAkGA1UEBhMCR0IxGDAW
BgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBQdWJsaWMgU2VydmVyIEF1
dGhlbnRpY2F0aW9uIENBIERWIFIzNjAeFw0yNTA3MTgwMDAwMDBaFw0yNjA3MTgyMzU5NTlaMDUx
MzAxBgNVBAMTKjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTCCASIw
DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANcjRzy32NCaDX1H8Fg4/XLT+eGmaBnn+cwBBtHZ
tLpRKbFuLrmIzwAnwIYlvHthP4ayLwP97MTKArdBGDlFp++ZmD7xCNZ6UEBHSQW8W4/EHYrZdYeJ
NzljF6sdDosYPlx85BgOCsWnUopQUDtoipvVwvZKwDwcxGQQQlYgCd+MY3rahI6Mk/s3cKlW4tM0
SdzhI01lr+dhv9yoZGK11ib5CVpo+c/L8zgisqJ6ZDai5mzPlcJ2/am2C0OSdPeZBiQ3rs5rsuin
1HitrVJLSJjRRYfxC25fnJeNTW3JXiA17oP+itfx2EGlUFPTnnbTSBT6taSXmruqkJFpUldCmUkC
AwEAAaOCAzswggM3MB8GA1UdIwQYMBaAFGjAEhYYDq/O9oemMlejRlFdywcnMB0GA1UdDgQWBBSO
s5kgDH0e815wGNvgmAaZtmP1+DAOBgNVHQ8BAf8EBAMCBaAwDAYDVR0TAQH/BAIwADAdBgNVHSUE
FjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwSQYDVR0gBEIwQDA0BgsrBgEEAbIxAQICBzAlMCMGCCsG
AQUFBwIBFhdodHRwczovL3NlY3RpZ28uY29tL0NQUzAIBgZngQwBAgEwgYQGCCsGAQUFBwEBBHgw
djBPBggrBgEFBQcwAoZDaHR0cDovL2NydC5zZWN0aWdvLmNvbS9TZWN0aWdvUHVibGljU2VydmVy
QXV0aGVudGljYXRpb25DQURWUjM2LmNydDAjBggrBgEFBQcwAYYXaHR0cDovL29jc3Auc2VjdGln
by5jb20wZQYDVR0RBF4wXIIqMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tgi53d3cuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tMIIBfQYK
KwYBBAHWeQIEAgSCAW0EggFpAWcAdwDYCVU7lE96/8gWGW+UT4WrsPj8XodVJg8V0S5yu0VLFAAA
AZgfHDF2AAAEAwBIMEYCIQDQY5s3Wnr6gkKztaftAjmGuKFr4o4Kgx++mb1SgcuIQQIhAMxctEYB
laaOH79S8DSdA06DCsdMlQZ3gI9J6Om7awgWAHUArKswcGzr7IQx9BPS9JFfER5CJEOx8qaMTzwr
O6ceAsMAAAGYHxwxEQAABAMARjBEAiA9FiyJaBW/fIAcv2H237eb8ABe74r98G1A3J4fFeXUTwIg
MJfAjYZzHzOZT+o+SfvVkApWh97G0aPmMUXWpzoOUIkAdQDXbX0Q0af1d8LH6V/XAL/5gskzWmXh
0LMBcxfAyMVpdwAAAZgfHDEOAAAEAwBGMEQCIGqa5aJFkxWDOc/1C8FgW2oFCe+AeHUiyfbMjG7y
vB/VAiAnWvWb7ALgbjlGV8UQcUBBaBX72WoC5Vmx/J3UYSvdlTANBgkqhkiG9w0BAQsFAAOCAYEA
f5X2oY3oSOln2jDASQ4g80a3qKaWIiaAA7p/EJGxvUb5H8rmFIF90bBsMDCvdetq8udy0+UjMuW+
HAaQycUSkEIEtGj1gxtGzkMqjt4hk4KYJUd4OZa7M5gMB8DTlFzbI2+xcFH/4zoBuGtGuWmQf02A
syAO3BjBVA6QKzRNkeCuSKFCYjaLnx934MOEoc5KQnkbUssJlVxDCNZcaxP3PjK1kuMWbzj4xss8
PNO/Mn6yGSQj1xkpN3OcS4G/NQoyllTZ0x0jdr/sA/Ega6XBLJsyl+RW5AQC5ucR9kXITPM1oxTV
FTXV7qQQC940PQ7DWLnXh+0gz3s3kGqBjqLLf5M27Ai7y+WSFAVc1/9TtLZENnjnCM2LGjeub42b
scJ4OeGeEpRG1gqSViVBqvS4624FaRH0j3a8ZByn1Ns7t+vtKl/JUOSwqAGkX2g7KTFOHukZey24
7uJicQAdYmWP/efset56tG+5IPwoZsIlqnmLr75Mv2rKsB02MpG8o09+MYIChjCCAoICAQEwdDBg
MQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdv
IFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gQ0EgRFYgUjM2AhByd5y/W998CiofyTsOJ0sx
MA0GCWCGSAFlAwQCAQUAoIHkMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkF
MQ8XDTI1MDgwMjA3NDgyNVowLwYJKoZIhvcNAQkEMSIEIIr6mtBKmafmWPx18XbjFdTBntW/+KCv
urgoKKGyhKSTMHkGCSqGSIb3DQEJDzFsMGowCwYJYIZIAWUDBAEqMAsGCWCGSAFlAwQBFjALBglg
hkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsO
AwIHMA0GCCqGSIb3DQMCAgEoMA0GCSqGSIb3DQEBAQUABIIBADg38XSFArvcP1TYPmnW3yqI8YWD
XGtThbWJ2Q5oMWCHZeEn+fQdIdpu96QglQXQQPVdk45gdCVXRauJfE/DdtYAOQePf5+LGrZPkoFc
2wk2Z/yyUsLxx+lpsBG7zn4AUoBhAa6AoSOPVsUx0XB0TRpU95+oREvb+94BEwyNiSdwvTPJ2MYS
NuIJgOIWpXf7jUI0FuPwCubNJ4MvJBLAc3VHV0kq97PofN7bHucnviM2agCyIhV7YbH72YVGmEcD
Vx9B8uqzS/kPVTSeaX9KXzpa2XOMTeV4mCYiwu6IqTLGNXkfhEMhHCbqqcNHykGvFgXN1xX5YrIx
Rb4UAhVe8oM=
--mixed-Cpanel::Email::Object-3701828-1754120905-0.694558450891336--
office/cur/1754134131.M538471P187743.premium320.web-hosting.com,S=10244,W=10392:2,S000064000000024004151007557630020347 0ustar00Return-Path: <3bfaNaBcKANwEMMEJCUMPIQN8AC-LMPCNJWEMMEJC.AMK@idverification.bounces.google.com>
Delivered-To: office@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id cN2cH3P2jWhf3QIAVkXPrw
	(envelope-from <3bfaNaBcKANwEMMEJCUMPIQN8AC-LMPCNJWEMMEJC.AMK@idverification.bounces.google.com>)
	for <office@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 07:28:51 -0400
Return-path: <3bfaNaBcKANwEMMEJCUMPIQN8AC-LMPCNJWEMMEJC.AMK@idverification.bounces.google.com>
Envelope-to: office@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 07:28:51 -0400
Received: from [198.54.122.200] (port=45651 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3bfaNaBcKANwEMMEJCUMPIQN8AC-LMPCNJWEMMEJC.AMK@idverification.bounces.google.com>)
	id 1uiAPz-00000000mzU-1Uzb
	for office@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 07:28:51 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=MLezuHFN;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3bfaNaBcKANwEMMEJCUMPIQN8AC-LMPCNJWEMMEJC.AMK@idverification.bounces.google.com designates 209.85.160.201 as permitted sender) smtp.mailfrom=3bfaNaBcKANwEMMEJCUMPIQN8AC-LMPCNJWEMMEJC.AMK@idverification.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f201.google.com (mail-qt1-f201.google.com [209.85.160.201])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvLDY6lWTzFyVL
	for <office@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 11:28:45 +0000 (UTC)
Received: by mail-qt1-f201.google.com with SMTP id d75a77b69052e-4aeb486c46eso49504791cf.1
        for <office@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 04:28:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754134125; x=1754738925; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:mime-version:from:to:cc:subject
         :date:message-id:reply-to;
        bh=FbrWLV7YZkU/CkKgs1mxaQ1vFpi7dmW3f8QFq8pr4/Y=;
        b=MLezuHFNi02iubVipgvGU+1B4B9sxq9isJNjQeSzPgLXJsy2o1ibs/QzaIemUgSAIy
         XnUsf3/5/vDCW0xHVyVTADDkfeVuJci5ti70sZAFU3lZZF5cTO/bi24b9rzEAjUoYGEs
         sVW4pPTVn6tRMSko8nDN9USgvDik/5JGhTGaG4ygwYqJlw/XdUdvcMdyZIHfA4qdiuRu
         +MYDQLnPizcM0CD++c5tg0XAbo1eOdNaUXlJlUBg9SirZEA1Dqo603kkkjKK3OeN3IuL
         +lKWPMKN/77HGuEtmUGxSxJ2azrxEeaFhsYJVKVoiHEiL8PY8NNl2ZRxFk5kxjH25AQk
         tgAw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754134125; x=1754738925;
        h=to:from:subject:date:message-id:mime-version:x-gm-message-state
         :from:to:cc:subject:date:message-id:reply-to;
        bh=FbrWLV7YZkU/CkKgs1mxaQ1vFpi7dmW3f8QFq8pr4/Y=;
        b=LaCgDH2gdYwwcvO9Vx4qPgZj3ag1rF/3SbNCqRg8p7B7KiK4BFk59hP/M1KlaA7Bkp
         kWUkdFibHFNYHE09lBvvkvpm6idfAZCfp4zpNg2bD5NzHPLUUgGT8gDEQ/VVZFmV6td0
         uawjVucRIBARl5qbR1CNJ1z4bz5knn0uvMybRYCpY2S0Cm3LcQwqmri8bB+8GllbfG3Y
         ElopQDUH7c27g9+b9846r/kSIHNEFFHPNDy5GLzDHxENnrDcTlfJxO6loUCB/F4w+BBb
         wcRWhOOwYFv0jSDWuWfdKlK4Gu9wHogJAvwLrF0Ivk/26hoBmYkMlmganKcOlVQALpmx
         DlPg==
X-Gm-Message-State: AOJu0Yx3Z/fdrHUdkdw44BM48VNQ6vDNe8JsnMXXGRhz6pl3Eg+pcy9K
	Eg+GJPVCVemeQuDSXbDdpxuRyDtm1K7H6O67rPsLb84/W09d2AHKm8yGsJ6UGN/eIuhR5PE=
X-Google-Smtp-Source: AGHT+IGYeFmc1m1CZK5t1A+7E39QgVlB4qc4rNi/uI/Znb83npbdHZWh26EJvariyBTp/dBBooKoFNehnViUyg==
MIME-Version: 1.0
X-Received: by 2002:a05:622a:5a8a:b0:4ae:f5c3:2d02 with SMTP id
 d75a77b69052e-4af109f292cmr49331431cf.27.1754134125308; Sat, 02 Aug 2025
 04:28:45 -0700 (PDT)
Message-ID: <autogen-java-58f58624-bb34-428f-a604-07b182c0415e@google.com>
Date: Sat, 02 Aug 2025 11:28:45 +0000
Subject: Verify your email
From: The Google Workspace Team <googleworkspace-noreply@google.com>
To: office@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000006d69a8063b602da8"

--0000000000006d69a8063b602da8
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

VmVyaWZ5IHlvdXIgZW1haWwgYWRkcmVzcw0KDQpIaSwNCg0KVG8gY29udGludWUgc2V0dGluZyB1
cCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgYWNjb3VudCwgZW50ZXIgdGhpcyAgDQp2ZXJpZmljYXRp
b24gY29kZToNCg0KNTA0MzM2DQoNCklmIHlvdSBhcmUgbm90IHRoZSBvd25lciBvZiAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20sIHRoZSAgDQpvd25lciBtYXkgY2hv
b3NlIHRvIG1hbmFnZSB5b3VyIEdvb2dsZSBhY2NvdW50IGJ5IHZlcmlmeWluZyBkb21haW4gIA0K
b3duZXJzaGlwLiBZb3UnbGwgYmUgbm90aWZpZWQgaWYgdGhpcyBoYXBwZW5zIGFuZCBoYXZlIHRp
bWUgdG8gZXhwb3J0IGZpbGVzICANCmJlZm9yZSB0aGV5IHN0YXJ0IG1hbmFnaW5nIHlvdXIgYWNj
b3VudA0KDQpEb24ndCBrbm93IHdoeSB5b3UgcmVjZWl2ZWQgdGhpcz8NCg0KU29tZW9uZSBpcyB0
cnlpbmcgdG8gY3JlYXRlIGEgR29vZ2xlIFdvcmtzcGFjZSBhY2NvdW50IHdpdGggdGhpcyBlbWFp
bCAgDQphZGRyZXNzLiBJZiB0aGlzIGlzbid0IHlvdSwgdG8gcHJvdGVjdCB5b3VyIGFjY291bnQs
IGRvbid0IGZvcndhcmQgdGhpcyAgDQplbWFpbCBvciBnaXZlIHRoaXMgY29kZSB0byBhbnlvbmUu
DQoNClRoZSBHb29nbGUgV29ya3NwYWNlIFRlYW0NCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLQ0KR29vZ2xlIFdvcmtzcGFjZQ0KDQrCqSAyMDI1IEdvb2dsZSBMTEMg
MTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCg0KWW91
IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCBiZWNhdXNlIGl0IGNvbnRhaW5zIGltcG9ydGFudCBp
bmZvcm1hdGlvbiAgDQphYm91dCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgcHJvZHVjdCBvciBhY2Nv
dW50DQo=
--0000000000006d69a8063b602da8
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div style=3D"display: none; max-height: 0; overflow: hidd=
en;">Enter the verification code 504336 to continue setting up your Google =
Workspace account.</div><div style=3D"background-color: #f8f9fa; padding: 2=
4px 24px 0;"><div style=3D"margin-left: auto; margin-right: auto; max-width=
: 580px;"><div style=3D"background-color: #fff; border-bottom: 1px solid #d=
adce0; padding: 36px 36px 64px;"><div style=3D"text-align: center;"><img al=
t=3D"Google Workspace" dir=3D"ltr" height=3D"21px" width=3D"166px" src=3D"h=
ttps://gstatic.com/apps/signup/resources/google-workspace-lockup-color.png"=
></div><div style=3D"margin-top: 24px;"><div style=3D"font-weight: 700;text=
-align: center;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif;=
 font-style: normal; letter-spacing: 0.1px;color: #202124; font-size: 24px;=
 line-height: 130%;">Verify your email address</div><p style=3D"margin-top:=
 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-sty=
le: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-hei=
ght: 150%;font-weight: 400;">Hi,</p><p style=3D"margin-top: 24px;font-famil=
y: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; lett=
er-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;font-w=
eight: 400;">To continue setting up your Google Workspace account, enter th=
is verification code:</p><table style=3D"margin-top: 24px;background-color:=
 #e8f0fe; height: 178px; width: 100%;"><tr style=3D"font-weight: 700;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 24px; line-height: 100%;">=
<td align=3D"center">504336</td></tr></table><table style=3D"margin-top: 24=
px;"><tr><td style=3D"text-align: center;color: #3c4043;"><img alt=3D"Infor=
mation icon" height=3D"20px" width=3D"20px" src=3D"https://gstatic.com/apps=
/signup/resources/info-icon.png"></td><td style=3D"width: 24px;"></td><td s=
tyle=3D"font-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, s=
ans-serif; font-size: 12px; font-style: normal; letter-spacing: 0.3px; line=
-height: 133%;color: #3c4043;">If you are not the owner of <a>24hourwaterda=
magerestorationlongisland.com</a>, the owner may choose to manage your Goog=
le account by verifying domain ownership. You&rsquo;ll be notified if this =
happens and have time to export files before they start managing your accou=
nt</td></tr></table><p style=3D"margin-top: 24px;font-family: &#39;Open San=
s&#39;, Roboto, Arial, sans-serif; font-style: normal; letter-spacing: 0.1p=
x;color: #3c4043; font-size: 16px; line-height: 150%;font-weight: 500;">Don=
&rsquo;t know why you received this?</p><p style=3D"margin-top: 24px;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;fo=
nt-weight: 400;">Someone is trying to create a Google Workspace account wit=
h this email address. If this isn&rsquo;t you, to protect your account, don=
&rsquo;t forward this email or give this code to anyone.</p><p style=3D"mar=
gin-top: 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; =
font-style: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; =
line-height: 150%;font-weight: 400;">The Google Workspace Team</p></div></d=
iv><div style=3D"padding: 24px 16px;"><div style=3D"text-align: center;"><i=
mg alt=3D"Google Workspace" dir=3D"ltr" height=3D"22px" width=3D"180px" src=
=3D"https://gstatic.com/apps/signup/resources/google-workspace-lockup-color=
.png"></div><div style=3D"padding: 10px;"><p style=3D"text-align: center;fo=
nt-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif;=
 font-size: 12px; font-style: normal; letter-spacing: 0.3px; line-height: 1=
33%;color: #5f6368;">&#169; 2025 Google LLC 1600 Amphitheatre Parkway, Moun=
tain View, CA 94043</p><p style=3D"text-align: center;font-weight: 400;font=
-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif; font-size: 12px; f=
ont-style: normal; letter-spacing: 0.3px; line-height: 133%;color: #5f6368;=
margin-top: 10px;">You have received this email because it contains importa=
nt information about your Google Workspace product or account</p></div></di=
v></div></div></div>
--0000000000006d69a8063b602da8--
office/cur/1754301270.M99905P493554.premium320.web-hosting.com,S=33189,W=34036:2,S000064000000100645151007557630020317 0ustar00Return-Path: <3TYOQaBcKAOADWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com>
Delivered-To: office@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id mPJqBVaDkGjyhwcAVkXPrw
	(envelope-from <3TYOQaBcKAOADWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com>)
	for <office@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 05:54:30 -0400
Return-path: <3TYOQaBcKAOADWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com>
Envelope-to: office@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 05:54:30 -0400
Received: from [198.54.122.200] (port=56592 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3TYOQaBcKAOADWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com>)
	id 1uirtm-00000002Bfg-0Nid
	for office@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 05:54:29 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=tMoB745M;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3TYOQaBcKAOADWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com designates 209.85.166.198 as permitted sender) smtp.mailfrom=3TYOQaBcKAOADWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-il1-f198.google.com (mail-il1-f198.google.com [209.85.166.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwX2k27NCzylw
	for <office@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 09:54:22 +0000 (UTC)
Received: by mail-il1-f198.google.com with SMTP id e9e14a558f8ab-3e2c230d55dso39677175ab.2
        for <office@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 02:54:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754301261; x=1754906061; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=7poyDyTPp34SGXKdEUzfmEacoSfo63Z4N0ENO+76zZE=;
        b=tMoB745M1lt6Ez6UVyvEj6oGj8rASq3VLHOwlymcDiFGcsCPLE+aJ4gIP8Wj3Ph6yh
         pq2lj5lZIWpO90Db6gAjWtFLiM0yWshcXErTxIcaZYMUzCWD1Mzklgw5FmDKHNy10BKg
         4z5zlHiMFrDnnvF98Zv0pWsa1Bu1ZaBiKmRnMhR1SwDvi9RQykxPL7lIzmcddg+5/mMQ
         W1yWkJl4hYCSIBzeq3Oqs6WSpj/6c9vTGZjZUFPh1PRsAeYrWVacngU6+sQD8R9C8hXm
         /js3tMtX+p58VcJ1/MWjLC3YiCkM70tJmBY2+Kz9vw0ozwxTAtQIjqlAKOo/kO09coAo
         IOEQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754301261; x=1754906061;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=7poyDyTPp34SGXKdEUzfmEacoSfo63Z4N0ENO+76zZE=;
        b=S1pyBYX6E4fsJCDuZQnT9gl0aBY7NabFtYIRmESNNg4RBoDeKt3/dlxbmoauVRZ5jH
         XgjkK+z8tMxj+bszTcSJMsylis8qjBcgoh1vl/I6Xz3mHhJ2DnSA0gn4U/OJNRfxgk2L
         YkDNH0KI9DD/IvQO744FScrSPc6JnnWd6b/wKvP5ayP2yQxdVI4ItGRBOUBrbagPvEq+
         exw6xGy2lIO6HBuXNsjqJDxZqL+9IxBZK/T2jiw6A6uHQFzkqrmxm4kQKoDTDCKUW3v3
         NYWnMSw7dXHRCtDFIkKKuDhZH+ymuWIq4Np+06nselHIW3rPwFn1QdTg1p+uBOy0Ru3x
         5C1A==
X-Gm-Message-State: AOJu0YxDLkb15kNloCo18mIYxikR3xAtPIoESJ9hQb0bCVkcKNpQ2nmv
	gxybWvcyJIM7P21u9Gbh/VFaqncmczGceNDDBxaGx/2jQZ+//4c=
X-Google-Smtp-Source: AGHT+IH5lHnErNfYWxlL1ZZ2N2bIvYUllrJtIgAWm0aPqalEFgrwBN30/OHJY75Nz8GYYdrnHHd3QsU=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:2c0e:b0:85b:538e:1fad with SMTP id
 ca18e2360f4ac-88168339d89mr1473045239f.6.1754301261805; Mon, 04 Aug 2025
 02:54:21 -0700 (PDT)
Date: Mon, 04 Aug 2025 02:54:21 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 541e215e83da0000
X-Notifications-Bounce-Info: AWoTSIHLp_g0ac_6PJmN90zvDuR5J6wuX6OWgQemto8vt3bFHP0r4wsdNEDlL1G7fo6h7_HGzGTqmHsLliSI07lGpB20QIZuVOnMhm2VhClrRZI-fyARjwazHaSM0qT7ObP892k-AmldrAg4PQyDho3TlHXpXBD65i1qVFnKyTrcTNS11z5J0c_J9oApIqR-CM2815OJtIXDgL9NUc_RO90i_WvBjhtEOC4GaxOqvf4jR4K4KqFqNCIrBYo2UfNY8Vb4UrlRSVmOVpjs-NqUxCUJr-0TT9LW6LpD2HrK1fcNF4zWkMYcloCSwX8fePC4WmGNNTTbXtWVixSlsAaSSgCCZYrJ2Rbc_SzTScwMfXAe2g2AIz9Ew8Zr7-8Tupg4p3sxStWaE0CJCFTqlSg4q512BwN6zwe29PqdP6VA63s2livoY92NV8aP-7RsUHwXos_TaN5W7K_sCfcv_SetlDAxc5cqXcyjsw-ADx8_ADZpXx8jPveGZCnxtbanwLtXh9OzdOKMuZh3GeusKhHrfv1bcuKOEj-JRrfZNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <1fd19e3278572caf6bf43e40f46672002d25b209-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island Houston on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: office@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000089f836063b871764"

--00000000000089f836063b871764
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo3Nzc4NA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzUxMzYwMDM5MjA5
OTU1OTA0MDkvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTc3Nzg0JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81b2FzbVp1emx5WnhPcDJjUXkwdW15c1FHSEZWZm5NSWxwM0t1MXd1V1dM
dlhhZENVMEgyeGt4Rng2RlpzYW9hN2NCaDFXaW9HLVkzaFZoMldham03VkNCMUZCSkxFTmh4UXVC
a0JVNWY4V3NMVEtyaU54MWpMZkQ2NlJUQ2c+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyRGRSdlVCNEtC
cUNXRUNIdVRHZlZoVV9OQzM5V0x2Y1FmYm14WGl1bkJkRFNjUjZhekItVWdMSkd4UERzS2w4UGdX
X2ROTG9OV2JxZXUyVk1UelN1QW45LVVqeWFVelhodU1MQXcxcDRqM0o4VmpZU0lwU0FUV3RTN1JB
UllQZjc1UFBMbThjLXYwQVpQRjdMRVFDc3RyYWs+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgb2ZmaWNl
QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KDQozIEVudGVyIHlv
dXIgdmVyaWZpY2F0aW9uIGNvZGUuDQoNCk9uY2UgdmVyaWZpZWQsIHlvdSBjYW4gc3RhcnQgbWFu
YWdpbmcgeW91ciBCdXNpbmVzcyBQcm9maWxlIG9uIEdvb2dsZSAgDQpTZWFyY2ggYW5kIE1hcHMu
IFlvdSdsbCBiZSBhYmxlIHRvIHJlcGx5IHRvIHJldmlld3MsIGFkZCBwaG90b3MsIGFuZCAgDQph
dHRyYWN0IG5ldyBjdXN0b21lcnMg4oCUIGZvciBmcmVlLg0KDQpHZXQgdmVyaWZpZWQgIA0KPGh0
dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzUxMzYwMDM5MjA5OTU1OTA0MDkvcHJvZmlsZS92
ZXJpZnk/aGw9ZW4mcGluPTc3Nzg0JnRyaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5pYW81ckY0
NmZHQ0l1M01xY1drNEpnNXZLNU1LMGNFc3J0akxFdG9DQlBwTEdNVW1nZHRPY0QtR3VjNFJYaTFa
NWdjaFlHWVNGM1NteGVQVFd4bGNmLURTYW4tRkJoSlJ1VUpqODRSVnBvUzMxMEFDY3lyZmh0RXMz
VUZScVRNUTVWR2ljPg0KDQpWaXNpdCB0aGUgSGVscCAgDQpDZW50ZXI8aHR0cHM6Ly9jLmdsZS9B
TmlhbzVwZzc3d0x6OVJuTHpaUnpoQkxlOTcwZ1lva2dOb0tSUklVTloyQmh0MGtFdU5CYjAxRExt
WlJpOWdVemNESlpSYUJ4bFJGYUZaSzdTaXA1UUk2bTdQREI1dEJnY01qTmJzWG1qU0pHQ0JkeGtB
Nmp2TGNmSFd6aUd4WkFzWmI5ZS1MTlM1QTZBb0RwRkF4RzdZSzJ5X2Z3N3F3cDRWLTYySlBjN0pv
aGVzPiAgDQp0byBsZWFybiBtb3JlLg0KDQooYykgMjAyNSBHb29nbGUgTExDIDE2MDANCkFtcGhp
dGhlYXRyZSBQYXJrd2F5LA0KTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCnd3dy5nb29nbGUuY29t
ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFxNVJ3TzlvS0FOTjY0bWNBV1Y3S0FxZDAxSTc1Um4z
dkxqOHlob29FRkZEVjBTUy1vaUNCSHlfdVA1a3JHLUViSFV3c2dwRHI0WmdPbWUxMlVNRXV6Mjlu
MzFZRHNRcXpkakNUd2VERlJ3QnJXcVIzMG43Nk4yU3ZwTTk1SVVxZHhHelk+DQoNCllvdSBoYXZl
IHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hhbmdl
cyByZWxhdGVkICANCnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--00000000000089f836063b871764
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/51360039209955904=
09/profile/verify?hl=3Den&amp;pin=3D77784&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5oUUUer3aPyljyhEyPOmZPJtE3vpQ6OVdc5jvPGdENjZ9upUuD4PkhnEO2Rej8aAQ7cl3va=
G83sswtz6uEBGCshg7bIjVtl5-5Q0zw0_GaNbqtrb6rQyZM>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">77784</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5136003920995590409/profile/verify?=
hl=3Den&amp;pin=3D77784&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qB0FX6Rzlshm6=
jvCQjOpieyrsIFi6KGHZLdb5NofSaIcb7lFg4TKgT8FhQdSHAVz_SAPCIyXuZIs9E1U3D8W_MT_=
jpvSrhoEJ08T6FuHPhMVyRjR1BbGmWXqbR4N2XCQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5136003920995590409/profile/verify?=
hl=3Den&amp;pin=3D77784&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qB0FX6Rzlshm6=
jvCQjOpieyrsIFi6KGHZLdb5NofSaIcb7lFg4TKgT8FhQdSHAVz_SAPCIyXuZIs9E1U3D8W_MT_=
jpvSrhoEJ08T6FuHPhMVyRjR1BbGmWXqbR4N2XCQ target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5136003920995590409/profile/verify?=
hl=3Den&amp;pin=3D77784&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qB0FX6Rzlshm6=
jvCQjOpieyrsIFi6KGHZLdb5NofSaIcb7lFg4TKgT8FhQdSHAVz_SAPCIyXuZIs9E1U3D8W_MT_=
jpvSrhoEJ08T6FuHPhMVyRjR1BbGmWXqbR4N2XCQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5pP-MQkBlJXFjPQKi=
XjmOpugi1tBI2Qd4GKkz6622N9kDwkovZuP6I_9dLCatqjtq-LGDCqHcWz3c_LA3GwSYbCiSQka=
w3e7xpyuZ5tIxZ6J2WECJ8s6PpFZ3ryR88I6rTcI2mMAvSpXyqlfjEWCG9HAOm5VA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">office@24hourwater=
damagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5136003920995590409/profile/verify?=
hl=3Den&amp;pin=3D77784&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oVHPsuIlP7Bw_=
N1LVO7vlla-Ht1KbHXakBpVMvv8Y4KPJMzAXibd_ME1K4a0yWVcf8m2EmKhbHAPuvrjXUrdBJoI=
sbRb0mDXajn5TeyMUXRutTgH-2pfqs5VkcTw67xkDhxA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5136003920995590409/profile/verify?=
hl=3Den&amp;pin=3D77784&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oVHPsuIlP7Bw_=
N1LVO7vlla-Ht1KbHXakBpVMvv8Y4KPJMzAXibd_ME1K4a0yWVcf8m2EmKhbHAPuvrjXUrdBJoI=
sbRb0mDXajn5TeyMUXRutTgH-2pfqs5VkcTw67xkDhxA target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5136003920995590409/profile/verify?=
hl=3Den&amp;pin=3D77784&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oVHPsuIlP7Bw_=
N1LVO7vlla-Ht1KbHXakBpVMvv8Y4KPJMzAXibd_ME1K4a0yWVcf8m2EmKhbHAPuvrjXUrdBJoI=
sbRb0mDXajn5TeyMUXRutTgH-2pfqs5VkcTw67xkDhxA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5olM2fpPgGn70KBYRH9KVUJeyMCokI_bWFQtUCoNhq4t66eF7I1FJWOKSfzuw6s6rLvoKz=
LcWJOOSu9FtMYVfQiTxDOuF2HldZ8bTMuYx4Y1szO3Lqlh_DhQvdRz8XwW90jzIchDvtqxqVOMd=
HE5xga6CneHza-bjBgw3TQdc_gTQ style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5okOkHJt5FIerIvlksisfO3VkGEA7jbKtMKtbHaATj6PeSmzc_vP7_VX6V1vExVeIrhWy9AdtC=
LnM3DZALTgCnGivyPngV2-bUrybDKMKWVyvu46tMXGVByV-DHCCrvtqeyyUEutw style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pNb8Eehnx4AbObOQkqautOtfcwgWADRI9jz1v8wXEZ1sURr1UYPio1phB-GcE-xl=
3iFCdZRVsXB6WeoiP8B3lP0pTrBe9kGE4SsVfGQDYISpbZxOC2NXxOTh3rJKEim7mQuA.gif></=
body>
</html>
--00000000000089f836063b871764--
office/cur/1754236392.M310478P1508629.premium320.web-hosting.com,S=53607,W=54764:2,000064000000150547151007557630020355 0ustar00Return-Path: <34YWPaBEKAHYqilemjUWY-hilYjfsaiiafY.Wig@scoutcamp.bounces.google.com>
Delivered-To: office@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 4LPmEeiFj2gVBRcAVkXPrw
	(envelope-from <34YWPaBEKAHYqilemjUWY-hilYjfsaiiafY.Wig@scoutcamp.bounces.google.com>)
	for <office@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 11:53:12 -0400
Return-path: <34YWPaBEKAHYqilemjUWY-hilYjfsaiiafY.Wig@scoutcamp.bounces.google.com>
Envelope-to: office@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 11:53:12 -0400
Received: from [198.54.122.200] (port=35859 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <34YWPaBEKAHYqilemjUWY-hilYjfsaiiafY.Wig@scoutcamp.bounces.google.com>)
	id 1uib1M-00000006Kf7-0VDt
	for office@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 11:53:12 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=KSaAKuEz;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 34YWPaBEKAHYqilemjUWY-hilYjfsaiiafY.Wig@scoutcamp.bounces.google.com designates 209.85.160.197 as permitted sender) smtp.mailfrom=34YWPaBEKAHYqilemjUWY-hilYjfsaiiafY.Wig@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f197.google.com (mail-qt1-f197.google.com [209.85.160.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bw4363sDdz55P2
	for <office@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 15:53:06 +0000 (UTC)
Received: by mail-qt1-f197.google.com with SMTP id d75a77b69052e-4b065932d0bso10576031cf.3
        for <office@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 08:53:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754236386; x=1754841186; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=+SafCZkwM3OtfWfs/G/bRKAD5NIpvK6F/vrjLfgL0O0=;
        b=KSaAKuEzhTHszimSWN5I21ec7P/kYEaJtwTpC6epOnB6gKK3eZZ3Rmg1KM/R4XoUiF
         CltdUiG3qnvwYBS5mcHBNgdCPEKE9CN0VivAFImDlTDwtFBqIFbDnGz/MGfU1LqE1v3R
         aI+1XGVb9dxXL1XKa6AtGPeJ0jILz0XmA2fNzokvZAkeEAzx8fZv+pwHxhqBcy8yDSW1
         ncoFnG4LHmSmey7fDADHzU4Jm4u3/xpOmZiNK+MkyTN2jOvLT94QcuWi/+Y7AVaZZ1Kx
         o8mLT/aBJyWwJJPPXG5oidImR4ghZDmEqMzUv8kMass3seoA5c4lJLOAZbolgmnEJCMM
         pMBA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754236386; x=1754841186;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=+SafCZkwM3OtfWfs/G/bRKAD5NIpvK6F/vrjLfgL0O0=;
        b=vqrmCxJnTBvJ/6mYmtFiLFxihXNYiZnVFAK2ahislIBVBm1F9DTn7erukwPflEh6Dj
         biOTvFcMlgz3vGuKQaEedEOBcMyHPYv+PC3pc4hIpscJaN4Qhc4RhJNXXdiUHy1kvFT+
         tBuSmU0UnlznmyfEb7MOfe74u0VBXyoCtKOWWBgPOS2b36N5Yzy8JyAxGTZw5hZAj8Cn
         Z9lPDrA0BibcXZ97YLx/iNyOugBpVgECwZxPyMcstNq5uDeQf3VSTVicswCVbZSwweio
         mb2vhfELouc7ceVBG+pWnhSD9QCSGAC/f1Wbu2z8kl1fJwQVMp2BQwEzG+jh7RPzmGHG
         5mZg==
X-Gm-Message-State: AOJu0Yy0lWalrM/SxHwZyrawIN5a2JVsxcblKH+jOY6WHcx0E0crFJsC
	T4OAfIO+gC09bNfy7kR+gtWNLt9V8LFrn/+PH3nAdJMOkxPqVHA8kIeMt52/
X-Google-Smtp-Source: AGHT+IHHAlPC7xLFJ5h+EqxrOVqT5N+qfNUJJhopdVUo4umOy+xyyoB/Dri2ZOgUWOLufk5suS84bLY=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:5510:b0:472:1d98:c6df with SMTP id
 d75a77b69052e-4af10cef6ccmr107775751cf.52.1754236385911; Sun, 03 Aug 2025
 08:53:05 -0700 (PDT)
Date: Sun, 03 Aug 2025 08:53:05 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140155
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5rTI8DR6ttRzTaocHfmbjEfG61YxIyKPOm28PPQ4TgApuRKQ4o_9Tts64TZ27RpuvF9AnxxfO_y8xkAh5Cz9juOg6lrUzSSHYJcHr3pjAfKXw8cIj4Y_rRnDCaxdCk93-EqbiZotp1Je_WLvQ_S0heHjYlxRq-qfGYd75_3VBc5iJs_MaiSz3F0eMrUTRodnmhZVP-gNG_QEXNvptpAm8_yYLHqNFVRjDMZTUR_PCPbqJaX0BL9PaxuWbXXvfYKbHtxG4FA2hGXtjcnrg26agKGrHEpX1WCNgsqtYrG4wlpTJAZA5F3yUH_6QJbN2CNnmD2Jl6LWnKtwDQjYTV2GcYaJ4eY-pZ-c_a4SFYUwJ_L?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509425-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 31ba53b0c25a0000
X-Notifications-Bounce-Info: AWoTSIEsV4CRWaPsv0aSNTIocsU7y-f079MsS0cWj5eQNMLNZ2-k70QqjmchbvYnBFIAa7YiWKgiXVfo5qj6vEAixYVbN7Um2Y_uPCzaAfsAMaT9wlq_DXOJVCbkty67zc2iaZ_gHS2sYgkCCAKfKKqMBqHz0bwc5NvnDi-vChi0aIDlwK_eNz-EhEyYTt_0W638JVTbeZSQy0ta2zOEnTS-kZbNSZo7YfXFM-EPJ4BgeXhoBLuLMftGiLGGKydKtGkyCkJHG5glLVLHP13XnQvPnwEFMzhDU5WWtyRCR44zvRd4NPyptWC0FuMK-7e_T0chZrJQCgQzd73S3mKgfmNRH3BqtfyB4G0xJaWBBOcchKfUwfjMGMmGk3E8G8q0Vm9A-cx4z2cHbZ3ayk1baQ_wuIPC2TFtJR4WYZXOXl03cM2-UFEE4xcE4o1xYzMcQbSnhR3fhdsedEZxp088BmvZYSW9Jysas_o2b53G_EB1-iASdn7qQcTfwcMIMsNZKYd7b3Uz_ctC3QIbGJGGsBupqsLHfGoaIRiXPg0nzAkbLxvbnSjqe_LWhb3UlgObDhLykSMIV8EPmwGINDlnfDp0vcUW4OOwG_hTnFFPBvkFgcGinDmwqsBgD7yM1mHSvzVGhHEgPhtbz-j9Rkqx1IekJDOVIdQMUj4NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <2015d4aff257d1a5fef94927a13d7172495294e6-20189259-111088885@google.com>
Subject: 3 easy steps to get started with Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: office@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000a265ee063b77fc0b"

--000000000000a265ee063b77fc0b
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

SGVyZSdzIGhvdyB0byBnZXQgc3RhcnRlZCBxdWlja2x5DQoNCg0KDQotLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQoxDQoNCkFkZCBvciBjcmVhdGUgY29udGVu
dA0KVXBsb2FkIGV4aXN0aW5nIE1pY3Jvc29mdCBPZmZpY2Ugb3IgUERGIGZpbGVzIHRvIEdvb2ds
ZSBEcml2ZSwgb3IgY3JlYXRlICANCnNvbWV0aGluZyBuZXcgaW4gIA0KRG9jczxodHRwczovL2Mu
Z2xlL0FOaWFvNXJqN3B0OW9LVGlUelMxd0pKeUdYU2xwQm9EMXNhYUc0OUpJalVwNU9VdC1GRi15
ejB4d1RYdEl1VjU4RV9zX2V3bmU1ZFF4OGJtUzZJbWZjLXl1X3kwTzVaLThKT2lfNFhCclNhWDc0
V1FvZz4sICANClNoZWV0czxodHRwczovL2MuZ2xlL0FOaWFvNXJSN3hBeVp6WkYtQnppWS1rTU8t
MGFicFVXUHRSckVWY0h0clFJandfajBjQ25kNkV2OFlBemhnbk4wQmlRTnNqTG5HWTFJc0V5WndH
N2tkMG5kRUNORHVLMjZLZ2RicUJnek1Udl9Wb2I1WVVZanBRPiwgIA0Kb3IgIA0KU2xpZGVzPGh0
dHBzOi8vYy5nbGUvQU5pYW81b1lhSS1RZGhTMzV0TGg3Wkg0eUVfQklacU9kUGVzZnREZVo5bFNv
M0c4TUctRFQ4SGRVdzd4UVVmcllROW85cmZBa0QtbVprcUI0ZnR4dTFXaldwbXBDaXJzR3AybGVD
Y2JyNWM2S203bU1HYm5nbGM+Lg0KDQoNCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0NCg0KMg0KDQpDb2xsYWJvcmF0ZSB3aXRoIHlvdXIgdGVhbQ0KU2hhcmUg
Y29udGVudCB3aXRoIHBlb3BsZSBhdCB3b3JrIGFuZCBhZGQgY29tbWVudHMgb3IgYXNzaWduIGFj
dGlvbiBpdGVtcy4gIA0KV2hlbiB5b3UncmUgcmVhZHksIGludml0ZSBwZW9wbGUgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81cHZnVzF4alJtZENXS2Rnczh4RE8xVURLTlZSNFNlT20tbWlDaUtPX1Jf
Q3hVaHh0ejhaY2oxT3FlaGo5T2taQ2pVTmk0VDdtU3J2RXFCcU5RblF3eDFRSG9CUEFVeWpYcXox
SEo5N2dJUTlNc2NudlFXVVpVS1FwRWhLMUFGc29CQW5HWU9fYmpXUnpJclQxdzgwZlRyLXdqbDdL
Y3FDMzl0b2JTVUlQSFpxZmpIdF8wRTFrUzB2TjQ1aUhuQV9nZC0wZnA3SGxzbmI5eWFPY0dwRmVL
VVlMWGxtZDF0MmI0TjlkdW4xNVZSMXlsUGtQdTlZRHZ3ckxIMlQ4SzZkeUN3aE9ySGVXNi1sc3NZ
RXIyRGJFYXFCQ3IzaWhIclk0TT50byAgDQpqb2luIHlvdXIgdGVhbSwgYXQgbm8gY29zdC4NCg0K
DQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNCjMNCg0K
U3RheSBvbiB0aGUgc2FtZSBwYWdlDQpTY2hlZHVsZSB2aWRlbyBtZWV0aW5ncyB3aXRoIEdvb2ds
ZSAgDQpNZWV0PGh0dHBzOi8vYy5nbGUvQU5pYW81clQwelItQmt0OWg2SE5VOGs4MnJlVUpUS0Nk
LXNsUXVpTmhEUy1od29Mekl2UUw5OGVnQlFfcUJZZVJOcDB1SkV5NVFDZGtMZkdlT01hWEJEUnht
LXBfQ1FyZ1NVNGQwWVFuMjZNbTFfUzQ0MXRERzRUcWhOa1ZSTWFuTld3em1YbjM0U1UxM0FxdlNQ
d1BJVW9pRGR6THNJTEpRZDhMajhvN3IwM01MQjZNd09qTHhtNHpqYmRycG1KeFY4WWF2aWFVRGdD
Zzl4WlQ1M1lmSktWNXc0Q3BRazFlZWpibUV0Ukk3MEZlSGkyMER4YldILXJ4b0VzeU44Z1owb3U3
TXdQc3lLLUhnRUwxUnc2Wl9vZlNyUERmdUE+LCAgDQphbmQgY2hhdCB3aXRoIHBlb3BsZSAxOjEg
b3IgaW4gU3BhY2VzIHdpdGggc2hhcmVkIGZpbGVzIGFuZCB0YXNrcy4NCg0KDQpZb3UgY2FuIGRv
IGFsbCB0aGVzZSBhY3Rpb25zIGZyb20geW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KR28gdG8gdGVh
bSBkYXNoYm9hcmQgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cG5mOGtvRzZwazBPQmVFM2hjbV9L
MHQwdkh6eFhPWUxXVjh6YjNWVTFSQm1velF5a0tzWUdJTlBGN0poNVFxZWt3QlFmdENZLVRCcXZJ
blk1WGU3Sjh3eko0ek9lR3NXZ3RkTkN4VUJSdG1lTWlXaUpZTVRGdWRIbXpmOE94Yk9YLS1ybzEt
bWdnQTREVjJlV2NtTUVDVVFmTEFJQTl6X3hMWnFBOW9tTXNyUXNuMGxjZm9lVGNjS193Ulpoa2xh
TWhsaXZDb1p2SmxVSkpGUndLNGJ1SnpmR1g1LWNnTDYzc1g5dmtIeTZQdl8xN0djSFJ3TW8wcmVm
eGE1MVZ1MkwyVXhQVExaZ2lXUTRRQWkxOExzeTQ0RWxUNS03eFdqRjQ5Q3M0WFVyX1FieUQzVlE+
DQoNCkhlcmUgYXJlIGEgZmV3IGNvbW1vbmx5IGFza2VkIHF1ZXN0aW9ucyB0aGF0IHlvdSBtaWdo
dCBmaW5kIGhlbHBmdWwgYXMgeW91ICANCmdldCBzdGFydGVkOg0KDQpXaGF0IGlzIEdvb2dsZSBX
b3Jrc3BhY2UgRXNzZW50aWFscz8NCg0KQnVzaW5lc3MtZ3JhZGUgdmVyc2lvbnMgb2YgYWxsIG9m
IHlvdXIgZmF2b3JpdGUgR29vZ2xlIGNvbGxhYm9yYXRpb24gYXBwcywgIA0KaW5jbHVkaW5nIERy
aXZlLCBEb2NzLCBTaGVldHMsIFNsaWRlcywgTWVldCwgQ2hhdCwgYW5kIG1vcmUg4oCTIGFsbCBp
bmNsdWRlZCAgDQphdCBubyBjaGFyZ2UuDQoNCkNhbiBHb29nbGUgV29ya3NwYWNlIEVzc2VudGlh
bHMgYmUgc2VjdXJlIGVub3VnaCB0byB1c2UgYXQgd29yaz8NCg0KWWVzLCBHb29nbGUgV29ya3Nw
YWNlIEVzc2VudGlhbHMgaXMgYnVpbHQgc3BlY2lmaWNhbGx5IGZvciB1c2Ugd2l0aCB5b3VyICAN
CmN1cnJlbnQgd29yayBlbWFpbCBhZGRyZXNzLiBJdCBpcyBkZXNpZ25lZCB0byBlbnN1cmUgeW91
ciB3b3JrIGNvbnRlbnQgYW5kICANCmluZm9ybWF0aW9uIGlzIHNlY3VyZSBhbmQgcHJpdmF0ZS4N
Cg0KSG93IGNhbiBJIGdldCB0aGUgbW9zdCBvdXQgb2YgbXkgbmV3IGFjY291bnQ/DQoNCldlIHJl
Y29tbWVuZCBzcGVuZGluZyBzb21lIHRpbWUgaW4gdGhlIEdvb2dsZSBXb3Jrc3BhY2UgTGVhcm5p
bmcgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5pYW81cXZTTUhFNUZxNzUwbGJ3bWloRWlQTE44
MURHTDVtUGRscWNGQjBuRjdXbFg1YmVfYXRqYkN6YmZqVmNyVzh5SkktQkVhdTNXZGM1dGJwWDBU
MURpWkFFVG9ybWNYRGg1RVlqODFiaFBjSVdDeUl4dHd0Um95WGZjeVVuOXZXejJiNmZocUhqOTNZ
Zm12MGpVMUxRVUVUMy1GU3VEU3lISVpGcmJsSjBYelgwQjdBZ1cwWFZDVHpUbGZuRy12eEFsTHhq
ZUYySElBMFplYmY1b2dvczBxSjVEQzhzOHB4TndUU2VLN25YVTdsV3Q4YWNzRnpMb0pQenQtYXNN
RFZZUjlIMGFLOXlILTFIemh1NDJiaHdLdWh6UUVsZG9iVDBud3ZrMi1rRDBPYVJ4Y0U4RzFJTWtI
MnprblRTc3NCR3I4Pi4NCg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXE0cTFaZUN4NGFwVV9nX1V3ZGxJemk1emlUb190dTBiZGVISXAwQnNGcWtwMzFrTmtwRFd1dWFu
N1VrWHZnV29VdEkyRUVVMWd3ZDJmdEZWWThaQlo4UVRaeWJfaUpFSDlyQXRGcmEtOWF0RzVxNWlR
blllQ2U3aVNMVmFaZ1NPa0JreTZfNDlNVUFxbGQ+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNXB4UlA5bnNPdlg5bkVRY0dLMDV0THBTUDM3MmJJdUMwMTBnWFV4R3ZzclJ4bDJzdm9L
OXo2dnQxOFRFOGJUcVUyWE9NTEItMjVHTlBSSzRJZEZQM29vVUp5OS1tRndUZmxuZTRRb2tNenBZ
QWR6eHVSU3BTM01RYk16SHd6aDVRVjYtOTVXX3JJPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5n
bGUvQU5pYW81cVhEUmMwREgtc0p3RnQ3RHRRUDR6dkczN2poWUg4Sk9hYnlUakZnclFlMWlwc3Bu
S1hkSk9WNk5DYW9zT21YLUtKLTVyUmpQUTU2QkpUaFNHcTRvbVFiTlIzTFNlMjFxUm5sTkNNMWJf
VlRVNjdMTmRMYVVhaDIzOU43UWtveTFiYlBxUFd5V2dNX1l6Z0J3Um12Z1MwQTJZLURyTEw+DQpG
YWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwNExGQTBHQ295dDB2XzEzVU5rUnRuUFkw
bnVVUDVMam9zTXVoa3lNblZLNXI0RmdGWktDX3pabjlQbjFYSmVuR3E2c2VTZHNsR3loV0w5ckRU
aDVkbFBHMmhJNHUxVkFqM255cGZ2U09yal9Ja0l4dnNVcDJtbUZoaDZrcGF6RW1KTXdYWkUwYW9I
V0JydE9FPg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFhemNCRGlUSkFsSDB5
QUl5WTNDenBoeGZ0ZjFXNnAyUWlnUGgyc3ZRdTNkM3NkSDJiWGpCbGNTb09GbDZkZVNLUklPVEE3
N2h3WTJWZXhCRkFLZTBONjdBLWMtUzJ1R2RvRmh6N1FkY1YyUWZ1WFgwZnpHSFZUNkZyZFJMdVgw
WE5OUXVna212ckM3bEZRSXhrNXNFPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJr
d2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBvZmZp
Y2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tICANCmJlY2F1c2Ug
eW91IHNpZ25lZCB1cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3QgdXBkYXRlcywgYW5kIHRpcHMg
YWJvdXQgIA0KR29vZ2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUgdGhhdCBzb21lIGZlYXR1cmVz
IGhpZ2hsaWdodGVkIGluIHRoZXNlICANCmVtYWlscyBtaWdodCBub3QgYmUgZGVwbG95ZWQgYnkg
eW91ciBvcmdhbml6YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRvICANCnJlY2VpdmUgc3VjaCBl
bWFpbHMgaW4gdGhlIGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJlIGhlcmUgIA0KPGh0dHBzOi8v
bXlhY2NvdW50Lmdvb2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVmZXJlbmNlcy91bnN1YnNjcmli
ZS9ndC9BTmlhbzVwaW5yekd2cjNjVklZQlM1UzhRdzdleFQ1LXBvSTJWLVFTZmpCOWNNZUw0UXRM
LUZ3OWhMTk5KMVo3Wmp2SlFuLXkwMGk2N0JfRXRkYmlCWTN2N3RiS1k5MTMzQTNwU2ZRZHg2MGNE
M2tfR2FpTVczZ2ZEQlpXQU5UV2t4dEJpZC0ySmpSdzVUTmMtZHo4M01IU0NKUHFkTFhKNjlIRVhr
TVJuZ0lWNmY5YnpKSEVTQS1qeC0yRWJ4cUM4cWhxWWRRUERnaEkzY18wMnh2ODg2dUhSNVdWaVVo
VF92eS15dXVQV2k2b2hGWW9xMTcteGJUMGdaRGhDMjFfR1VvWXdFckIwRW1JSll2b1VzZ2Y2ZkEz
aVhoM2Fla1U2dlhzbGd3WUlldE1IcGs5aWlQWi1kZ1FmRnVuZENuN0d4WkVkb3hPcEhTR1ZDNHBM
NlEzeWNFUWluOTJJLV80Y09Yd0w5SHRwTnZGSHc/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVtPWVt
YWlsJmF1dG89dHJ1ZT4uDQoNCg==
--000000000000a265ee063b77fc0b
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Get started with your account</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Here's=
 how to get started quickly. Add or create content.&nbsp; &zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:24px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here's how t=
o get started quickly
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:13px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->1
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Add or creat=
e content
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Upload exist=
ing Microsoft Office or PDF files to <span style=3D"white-space: nowrap !im=
portant; direction:ltr;">Google Drive,</span> or create something new in <a=
 href=3Dhttps://c.gle/ANiao5qokIgf3lMbaxAapvhasNt_2AauGrPpfLBH5jhSm7IJ3f5cX=
Y0xiD0F4v8d9-DDyRMIHSFTODN8HycXI7KzeMwx2d6RWHz3X_NZUjPodXmI3_2c style=3Dtex=
t-decoration:none;color:#166FE3; target=3D_blank>Docs</a>, <a href=3Dhttps:=
//c.gle/ANiao5oFDbD60j8XpfTAZvCm01d_WuZJDl0keaAXgEJdUgGxWzfTy1tVLI26G456TZT=
mFpN9TOj9xz1kfO90woZdMf7_uULQ8oaW8zQb6x39gDx0C1rnlPh4Uw style=3Dtext-decora=
tion:none;color:#166FE3; target=3D_blank>Sheets</a>, or <a href=3Dhttps://c=
.gle/ANiao5poT1GqskaoQFZaX7j6Ep72FbjO728cTUPDGxan8S3zxQ6vTIgpZUWlRdtNXSAQiJ=
hBo4tA1pAMAgI530RcbIzpXPqOTWCrTZ7IjieUqaltLtTDmzgCKA style=3Dtext-decoratio=
n:none;color:#166FE3; target=3D_blank>Slides</a>.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D14 style=3D"height:14px; line-height:14px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:32px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->2
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate =
with your team
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Share conten=
t with people at work and add comments or assign action items. When you're =
ready, <a href=3Dhttps://c.gle/ANiao5p89Vk60x-p39U3nW6DhyHK1TixcMK00XKro6Rp=
Gka1jayLeKBxcWe8MgbYxpBt_0Yn7WI8X4tKVDx8iwy435IEfI9nPdFKmd429RqKuKzKyI1lbt8=
xXLfC9t-v0XbmIJGoyORhfEZtTPCjBe2x7PLfLqLj3fIzGgs1djHGFyCMwacRsv7oP03MFsy7OJ=
W_TL0jSRv8Nq7wV6UrhuTrm7BTnKAu-vmtfU0sb4tFdVkMHSEChX5Xy7Ed65r_z_oa7EGtR8EFq=
emle_CwfJ6dHyJxpXkTcfmSkT96vA style=3Dtext-decoration:none;color:#166FE3; t=
arget=3D_blank>invite people </a>to join your team, at no cost.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D12 style=3D"height:12px; line-height:12px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->3
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Stay on the =
same page
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Schedule vid=
eo meetings with <a href=3Dhttps://c.gle/ANiao5q0Zvjbhts6CaxhPQ9dLJTc4D7Ud7=
yspS8WQPeaaUivV7l1M3U--9UMYrJhnB-SQY968CNuTQvE3E5V4ZfRGe0E-kCzW_Pd4zJhOql4-=
OZbzY-MTmsD54xrU_rlfC6OUm_bpjzZwlhO38zuAVQLGHucs827GjdMd2DeIa7NJ8_1mCm84WSJ=
ORkygt5ddDF9GiV09mUNEdjitq6QeQveRbof8rl3abmORgyH222Pzsu_XVmT5h-vruvss0PJjPL=
yntrsXUpewK_UgW6c_v-x40CiPpeldA style=3Dtext-decoration:none;color:#166FE3;=
 target=3D_blank>Google Meet</a>, and chat with people <span style=3D"white=
-space: nowrap !important; direction:ltr;">1:1</span> or in Spaces with sha=
red files and tasks.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
 </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:40px; paddin=
g-bottom:16px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can do a=
ll these actions from your team dashboard.
    </td>
  </tr>
  </table>
      =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5q5tGg3YXLcdrQM2BX62ydCe2JXWkyxVbVoRLQmvFrSJJqMECMhCi5F1i=
B8p9Z1L6Ob22b6w41rYh-j1I8KrgXghJW5Ht9Rfqw9Fl9UBD-9_sk3UQITmSUUBIodBEs2Lb_lp=
aBV1EQhFmkCQSDz3wguhgosj_4gQsdvLAJaUG4NSe1Lrnm3cNm3838CWURgGFT1n50bgEow0bok=
tDebssPlQ11UoaCGDfh7Aay3TiDKHIpgut27-CpygQtHUwiqCZsEWHpC9z3RnKmPSXsEv1b_7M_=
KmUaLXiqGM6ud0USzhhdgIUxziQ" style=3D"height:50px;v-text-anchor:middle;widt=
h:210px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"=
#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Go to team dashboard</center=
>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5q5tGg3YXLcdrQM2BX62ydCe2JXWkyxVbVoRLQmvFrSJJqMECMhCi=
5F1iB8p9Z1L6Ob22b6w41rYh-j1I8KrgXghJW5Ht9Rfqw9Fl9UBD-9_sk3UQITmSUUBIodBEs2L=
b_lpaBV1EQhFmkCQSDz3wguhgosj_4gQsdvLAJaUG4NSe1Lrnm3cNm3838CWURgGFT1n50bgEow=
0boktDebssPlQ11UoaCGDfh7Aay3TiDKHIpgut27-CpygQtHUwiqCZsEWHpC9z3RnKmPSXsEv1b=
_7M_KmUaLXiqGM6ud0USzhhdgIUxziQ style=3D"background:#1A73E8;border-radius:4=
px;color:#ffffff;display:inline-block;font-family:'Google Sans', 'Roboto', =
Arial, sans-serif;font-size:14px;font-weight:bold;line-height:21px;text-ali=
gn:center;text-decoration:none;width:200px;-webkit-text-size-adjust:none;ms=
o-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" target=3D_blank>Go =
to team dashboard</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:18px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:27px; padding-top:56px; paddin=
g-bottom:24px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew commonly asked questions that you might find helpful as you get started:
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; font=
-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->What is <spa=
n style=3D"white-space: nowrap !important; direction:ltr;">Google Workspace=
</span> Essentials?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Business-gra=
de versions of all of your favorite Google collaboration apps, including Dr=
ive, Docs, Sheets, Slides, Meet, Chat, and <span style=3D"white-space: nowr=
ap !important; direction:ltr;">more =E2=80=93</span> all included at no cha=
rge.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Can <span st=
yle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</sp=
an> Essentials be secure enough to use at work?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Yes, <span s=
tyle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</s=
pan> Essentials is built specifically for use with your current work email =
address. It is designed to ensure your work content and information is secu=
re and private.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->How can I ge=
t the most out of my new account?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:40px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->We recommend=
 spending some time in the <!--[if mso]><br /><![endif]--><span style=3Dwhi=
te-space:nowrap;><a href=3Dhttps://c.gle/ANiao5rjS2kuX0Ew_5HbV3JYdUSDbjMiHW=
NPk-k8nbfQarmTn6czoZcOE3tl7IY7gr_CfRnDhsCSmAm_954G8knZ42OPVT3IhWlEFW06WYBzM=
KFwU76YLoeoOTQEJoz1_6ytu29lnVjf56TitpfC7qHX5zT49P28KtzMlCsEGYd9YQeJ1LSGiwg6=
YkndC7_PsF3iFNm6K6Yj9HYP3rzdXVZk4vSfCD1AXjhTNEMYAd6D7XDNk8mWOqujl-7tUd7pZ6s=
MaQj-_2R1CB5f5F8nNoz84tkh3oYxSk6fOc42wFh93d5sRM6vBDsEXqBC-5cvgmLGuUeX5Q sty=
le=3Dtext-decoration:none;color:#1A73E8; target=3D_blank><span style=3D"whi=
te-space: nowrap !important; direction:ltr;">Google Workspace</span> Learni=
ng Center</a>.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oBhQxrfKVhlZITx_Gopw0EJKDGMeQ6ugD_Z7G=
Rch4dIkij2WCYuXklbBS1lJ95hrY2sjY30ljNWWVpBJJHFL20xoLfie9x1syRbEJUX9_i_QzULN=
zmkHdlkazfuW94cw6vm7Xifrwu8nJutgE target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5p38GNA28bKgCSUJ76hejTwEclG9m-KZWFapCG=
CZGuVuNucdC-IzxmX4dI792EsI43H_DA2Ghx9uF275f1Pkkp88zL37_-JOaOK1r4xfvRyw--QjA=
lSWmsBuO43Utz5IRYTlpJiECAZ0g target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oCI_2l51Bnco03xcZebZQl2E6TPPL1zzUrD2K=
0UHkF50zY4Ma1UQVpdk5MayqsBw5BtTDjco26uRvW0dA8219m0fcx_qhfOvhqwsu72qzEcNc5io=
MXt_G1nZ9fACQdKGmko7joZXtt3c7ycPU-ghHnjA2sEhIpcCo target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o8qrMkRnk-Je5zvpbwNO7KG0WcEZat1U5oXFx=
-jI6eW77ztqbrpPeWIxTqGzSJ49muytkAAGbGv049p5Kj7RAiA46J0sbe26cwXX4fz9jDb25mZ0=
ME_oqx7rCXWyOsRGwl3RJqNyDeHUfHXan9zQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o90zZFHWuBuN4xeEStpFr53tloUrsiwqJOE4E=
SJW4zYXMh5sVb6-6N2VckwrhfcChbNlp5W7wNTbefC4ClsmqcWlZaO0sqTSigBPw31LFMKRpGQn=
otr97pNuYEmgw66t7G7DlPyu3W6vCjWukmBlmvhg target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to office@24hourwaterdamagerestorationlongisl=
and.com because you signed up to receive news, product updates, and tips ab=
out <span style=3D"white-space: nowrap !important; direction:ltr;">Google W=
orkspace</span>. Please note that some features highlighted in these emails=
 might not be deployed by your organization. If you don't want to receive s=
uch emails in the future, please <a href=3Dhttps://myaccount.google.com/com=
munication-preferences/unsubscribe/gt/ANiao5rTI8DR6ttRzTaocHfmbjEfG61YxIyKP=
Om28PPQ4TgApuRKQ4o_9Tts64TZ27RpuvF9AnxxfO_y8xkAh5Cz9juOg6lrUzSSHYJcHr3pjAfK=
Xw8cIj4Y_rRnDCaxdCk93-EqbiZotp1Je_WLvQ_S0heHjYlxRq-qfGYd75_3VBc5iJs_MaiSz3F=
0eMrUTRodnmhZVP-gNG_QEXNvptpAm8_yYLHqNFVRjDMZTUR_PCPbqJaX0BL9PaxuWbXXvfYKbH=
txG4FA2hGXtjcnrg26agKGrHEpX1WCNgsqtYrG4wlpTJAZA5F3yUH_6QJbN2CNnmD2Jl6LWnKtw=
DQjYTV2GcYaJ4eY-pZ-c_a4SFYUwJ_L?utm_source=3Dgm&utm_medium=3Demail&auto=3Dt=
rue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubs=
cribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000a265ee063b77fc0b--
office/cur/1754134233.M306207P187743.premium320.web-hosting.com,S=31347,W=31941:2,000064000000075163151007557630020243 0ustar00Return-Path: <32PaNaBcKAEkrzzrwp7z2v30lnp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Delivered-To: office@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id CGMjEtn2jWhf3QIAVkXPrw
	(envelope-from <32PaNaBcKAEkrzzrwp7z2v30lnp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>)
	for <office@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 07:30:33 -0400
Return-path: <32PaNaBcKAEkrzzrwp7z2v30lnp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Envelope-to: office@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 07:30:33 -0400
Received: from [198.54.122.200] (port=40173 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <32PaNaBcKAEkrzzrwp7z2v30lnp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>)
	id 1uiARd-00000000tOP-0UlM
	for office@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 07:30:33 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="DzqXY/f2";
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 32PaNaBcKAEkrzzrwp7z2v30lnp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=32PaNaBcKAEkrzzrwp7z2v30lnp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvLGc3x11z27Zm
	for <office@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 11:30:32 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-88170a3df7aso18474939f.0
        for <office@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 04:30:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754134232; x=1754739032; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=HUwkCEAkcpL5CIX95hwUzgj1hR64OZWXl2v96EyKbL0=;
        b=DzqXY/f2y19sdYqH/N4LGePzZrwlVLEh+x5T8LfMUIM5M96vacC1O1OmGkhqHbiyEE
         V0AOhP34aAYQp22PkseewutJTf4uy6o+BDLTVm56IwNUP05QReIAEeiYdoWKpJymJriG
         vj7ur+9vvbU+44n5dXQ5wMEebhHRxbKKI3wy0pJcqYc5DIWYjM8aT1IUIVszmKkcjc3s
         Arxv7ATD9P18IgYU1Lc3hCczCTO8ReAEuvoTUK4afx/ioQv/cI+HQ9TDAe178m214sg0
         zZCjTlKkQ7qBvPF6AcAmthRG7CEqf0obsVGaUWzXrk1UL1ToOqJF2OHA4+MDx+wRnAng
         j6WQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754134232; x=1754739032;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=HUwkCEAkcpL5CIX95hwUzgj1hR64OZWXl2v96EyKbL0=;
        b=DyXh6Z6DOzDvDqqheNdOg328WrB8rqIOCZ+ZPnzhStfD84ashOb9Al2n07h5HtwZVs
         DIU928thEOwtuTXF2iSTzbyrpxuLn7Ovu0n0lM0KduwoX8qe5CRjJ4cALKr5o+TyNb4h
         10BNGV+G/SMzIJyqnR8zHAOAY/dr60EWJQrZvsNR7+ijAIQAK9YlaQZJJ/NL4ILHgizp
         3deOMuKGmCIq2z2LNUaNvVhbYzvReYBMP5e7XufNdRtlpbkqlYBKH6blwO/Xy6df7LQj
         UgZZ158kWjID4s6i+0nKbXVu3kMW/sQI4jy3lNiSs9icA5Txcr2MxnLE28gaa+3EN57o
         PkEQ==
X-Gm-Message-State: AOJu0YxcB6Ic7psSftDlMwUlIdadG+mfseZi7dftIY8uT3hoB6DC19ew
	/ZJyExVE9XL8TGNKWtB3ewKgtjIcM8K2lvvNDdJJBPn6a7HYH4M=
X-Google-Smtp-Source: AGHT+IHorkH26n419UMhIhx4mNCfWPbMkuZpEdiMLurtAFCpm1ZdtvHadZTYo3I2nm5DumiNuhmFWSg=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:628d:b0:881:7352:c4d7 with SMTP id
 ca18e2360f4ac-8817352c8acmr97788239f.11.1754134232078; Sat, 02 Aug 2025
 04:30:32 -0700 (PDT)
Date: Sat, 02 Aug 2025 04:30:32 -0700
Reply-To: Google Workspace <googleworkspace-noreply@google.com>
X-Google-Id: 4118893
Feedback-ID: P2542-0:C20184961:M110499870-en:gamma
X-Notifications: ad23603645da0000
X-Notifications-Bounce-Info: AWoTSIE60S3jXBsD3IMczjdrtbW0zO234S7x3oLUFNU0Zp8LZIDbC2qfI4k3ggQ-tYL_DcFWnxb6x_emXpPb6LIpTVa0M8TfRxW3VfpnLqI3HV8QV2cDPL_mL54j4XQi5np5nN9oLkvolge9obbb40hMwG8WwcwyS8ZFNiiaidV2EwSa8ZRg26e8M7Qg9DowKAyUE-4Juko7ZMDCzZNoysiJHQNA4rxoLE6McB9nJr0UxUh_D2eX5IxnpzqQvgNPk2F-Yu3hEcUlvqNxne7WJMlui9J8g3p4-LPrGUkxAcfAPFErGXI-V6t4c7ug7tqg_IC8AHVbNptQBanS7ZeR6konf48wc3GSVr4M2WKSCrSCnY9buW5GVTGpwqWyFViRsfDjMDep9TGCZnJMeXGwpQXbQ7Sbt4PC0fl_gRGPvQzTJJpqSWjmFgcP8odyzMMgK98Pqt5TwldSF8iAIUZ7CZ1l8N1jRdOcRsvocJgBcpFN0ViGSH-TM4eGeTLF4bp7aEwfODSaW1bqIr0ZazppG2kzoZchUoq_gcc9uVY1i4QvkJwEvZrZq4UQqo8Ob9RfOF021LPFZ1qKJVoQyZ8ehExVzQh8w7qlKSYNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <ca0bf4bffd02ba822e80ca1d7c85e48d71dd3933-20184961-111051900@google.com>
Subject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
From: Google Workspace <googleworkspace-noreply@google.com>
To: office@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000ca9bd0063b6033ac"

--000000000000ca9bd0063b6033ac
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoyNCBob3VyIFdhdGVyIERhbWFnZSBSZXN0b3JhdGlvbiwgd2VsY29tZSB0byBHb29nbGUgV29y
a3NwYWNlIEVzc2VudGlhbHMgIA0KU3RhcnRlciENCg0KWW91ciBzcGFjZSBmb3Igd29yaw0KDQoN
CllvdXIgbmV3IGFjY291bnQgaW5jbHVkZXMgYnVzaW5lc3MtZ3JhZGUgdmVyc2lvbnMgb2YgR29v
Z2xlJ3MgY29sbGFib3JhdGlvbiAgDQphbmQgY29tbXVuaWNhdGlvbiB0b29scyDigJMgYWxsIGF0
IG5vIGNvc3QgdG8geW91Lg0KDQoNCg0KDQoNCkNyZWF0ZSwgc3RvcmUsIGFuZCBjb2xsYWJvcmF0
ZSBvbiBjb250ZW50DQoNClVzZSBHb29nbGUgRHJpdmUsIERvY3MsIFNoZWV0cywgYW5kIFNsaWRl
cyB0byBidWlsZCBjb250ZW50IGFuZCB3b3JrICANCnRvZ2V0aGVyIGluIHJlYWwtdGltZSBvbiBh
bnkgZmlsZSwgaW5jbHVkaW5nIE1pY3Jvc29mdCBPZmZpY2UgZmlsZXMuDQoNClNoYXJlIGFuZCBj
b2xsYWJvcmF0ZSBvbiBmaWxlcyAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwQ0hITUdWQ0JMLS0y
Z1RmczlQR0ZtQ241YW81U19ucmdmdW5OM0lGZlFCWU1QOUJvc0o1cVd0OXJ5VEZUUThvZFZSRGdC
dkNmZkliUFdoZGtiTXU3TldXeHF4b3JpMEJScXoyN291YW9pODhZRGdFcHQ1Uzh3RDZqMUlKMnJm
SXBBYzY5ZUFuT2Q4REI3OEZMektQVGlFMGtTRjZ0Yks4U3NVWTJ4YjdBV3ExMmxtbjAyQlV1bHBq
SlMzVVVVUUU0Q3RKbS12Nmd6RFY3eURFZVdMOXVqZklMdHNLMklVZ2RiZUE+DQoNCg0KDQoNCg0K
U3RheSBjb25uZWN0ZWQgd2l0aCB2aWRlbyBtZWV0aW5ncyAmIGNoYXQNCg0KQ29ubmVjdCB3aXRo
IHlvdXIgdGVhbSBmcm9tIHlvdXIgY29tcHV0ZXIgb3Igb3VyIG1vYmlsZSBhcHBzIHRoYXQgaW5j
bHVkZSAgDQpHb29nbGUgTWVldCBhbmQgQ2hhdC4NCg0KSG9zdCBhIHZpZGVvIG1lZXRpbmcgIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81b0lfZTZqV09fa2dMNmdUbF95OVVHX3E0eEZ2Rk1ITTdQLWc1
eWdkbS1pdXR1WHY1RGZRMzRaUUFvd0I3ZUkzalVjdWEyUHd0WERSUWQ4TGdrcmprNnhQMC1aeVBh
aEZ1QWhob09faXFHcEpILW5fSGNiNlNVU2dMSkZyQ0w0Pg0KDQoNCg0KSW52aXRlIG90aGVycyB0
byBqb2luIHlvdXIgdGVhbQ0KDQpZb3UgYW5kIHlvdXIgdGVhbSBtZW1iZXJzIGNhbiBlYXNpbHkg
aW52aXRlIG90aGVycyB0byBqb2luIHlvdXIgdGVhbSBhbmQgIA0KY29sbGFib3JhdGUgdG9nZXRo
ZXIuDQoNCk1hbmFnZSB0ZWFtIG1lbWJlciAgDQppbnZpdGVzPGh0dHBzOi8vYy5nbGUvQU5pYW81
cDFoNk52a29DbC1JUXE3SUJkVUZOdTNXMG54TGpKT3F6TURFSmhwNXZqbmwwNFEzSmNqci1pQkxV
V1d0cFQxLXZ1dzNRMGg0Wnl6eWdHUWFFRDBlbkVXX1RWMGN4MGxhTW1oU052LU82RWdQaVc1c0o0
OGNWVzgtMWFIVmg3UHk2dVpqTWRkXzI5ZTlYNUl1MHRpbWhZTDFMWENhZUZfd3lyNVlMa0gwMGZ2
V3lLVFhYMElUbkNURFAzN3c+DQoNCg0KDQoNCllvdXR1YmUgIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81bzFMb0Z1ajVLVDlicGR4UVEyWDUzZS1GQmhrbEs3SWFUc0JGQVNoRGxSRmdfQzBqOWpRa0Mx
cDhLczVoemJVeFFIdkpUb1U0NXNRZmJfZU91TWxYU0J4eGZxT0tUQWFOVS1za3U4Q2Rodm90NGlq
SjUwUmpOR01VMHBmcUE3eUl0V3RXUmVFNmZzTVBVWj4NClR3aXR0ZXIgIA0KPGh0dHBzOi8vYy5n
bGUvQU5pYW81cV9SdmJXNXFqU0Mtd0toaWtNWHRvYTdwVXozbFVWTTdnSjRfZlJhNUg0NUxMdXdx
ZlhZa3N0OW9XQlZIcldocEoxQzNseS04dkJ2RXpLcnJkTmdkUnA3M1ZMRHFKQlhSMkE0Yi11c1dO
RnIwTTlVRExoX3RnVHpSZXJmRXhUblplV081SngtcTQ+DQpMaW5rZWRpbiAgDQo8aHR0cHM6Ly9j
LmdsZS9BTmlhbzVxQ3IzRC1KdWlmNVc5NHU3N1FKQVBTVGJSS1h0eTFKbjlPQlZCaGcwSDBMRE9v
RjFheGVXODluWTAwYjN6QkhUdXI1MUVYZEw2RUhmRkhBQ2NrY2VkZWlGWElSQWp3bjZTOGNrYnpP
Vy1URUNBVlBDeDVnUDRFeTlKVWJVS3BjODQ4V19HbFRDQ2htaTlaWWZmRU5KTFlZR2g4LWVVWT4N
CkZhY2Vib29rICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXB1bjRwWG54Sm0tcGMyN3dwX2ZNanM5
NGFLeU16ajJMM1hYNFdKaU5vdUNMZjVzUVVDQms0dnZCRHNFLUpQT2FjVG5oOGZ3MVZabHFSeDUx
UmtCd3ZXZHB3V3o1Y0ViQU9nNGdrTXJ3ZFBvT0ZPVjJNa0ZhdWZoVThXRUpNdG91bDVSRG93SzU0
b0dHQWNjTXc+DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cWlWbGxpbXhVZ2dZ
Nm0xYmZ5aHVicHlaS21EdlVuV3gzNGZBZENvQkdienFTZmtVZ3duZ2xKQzRQaVBWUldSQmFiTWJR
V3ZIOVFnanZTVkxWLTg0MDhTWTNjR09kb3pMaWdQa1Q2NUJpQjEtNnQwOTV2NDhTclZyYXFOTjlt
d1JpQXVkUDFUUFhrbjVkZlFHTm4wMHM+DQpHb29nbGUgTExDIDE2MDAgQW1waGl0aGVhdHJlIFBh
cmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQpZb3UgaGF2ZSByZWNlaXZlZCB0aGlzIGVt
YWlsIGJlY2F1c2UgaXQgY29tbXVuaWNhdGVzIGltcG9ydGFudCB1cGRhdGVzICANCnJlbGF0ZWQg
dG8geW91ciBHb29nbGUgV29ya3NwYWNlIHByb2R1Y3Qgb3IgYWNjb3VudC4NCg0K
--000000000000ca9bd0063b6033ac
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Essentials Welcome Email</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;" cl=
ass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Get st=
arted with Google Workspace Essentials&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
   =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 wid=
th=3D480 align=3Dcenter style=3Dwidth:480px;>
    <tr>
      <td style=3Dfont-size:0px;height:10px;>&nbsp;</td>
    </tr>
    <tr>
      <td align=3Dcenter valign=3Dtop width=3D480 style=3D"width:480px;bord=
er:1px solid #DADCE0;mso-border-alt:1px solid #DADCE0; border-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dwidth:480px;>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:25px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
000000; padding-top:15px; padding-left:32px; padding-right:32px;">24 hour W=
ater Damage Restoration, welcome to Google Workspace Essentials Starter!</t=
d>
  </tr>
  <tr>
  </table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
                        <!--[if gte mso 9]>
<td class=3D"desk_show"  align=3D"center" width=3D"480" style=3D"text-align=
:center;vertical-align:top;width:480px;">
              <v:rect xmlns:v=3D"urn:schemas-microsoft-com:vml" fill=3D"tru=
e" stroke=3D"false" style=3D"width:480px; height:160px; text-align:center;"=
>
<v:fill type=3D"frame" size=3D"480px,140px" src=3D"https://www.gstatic.com/=
gumdrop/files/gsuite-multicart-transparent-w960px-h280px-2x.png" position=
=3D"0,0"/>
<v:textbox inset=3D"0,0,0,0">
<![endif]-->
                       <!--[if !mso]><!-->
<td align=3Dcenter width=3D480 valign=3Dtop style=3D"background-image: url(=
https://www.gstatic.com/gumdrop/files/gsuite-multicart-transparent-w960px-h=
280px-2x.png);background-repeat: no-repeat;background-size:480px 140px;back=
ground-position: 0px 0px;width:480px;">
  <!--[endif]---->


<table class=3Ddesk_show role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D100% align=3Dcenter>
      <tr>
        <td align=3Dcenter width=3D100% style=3D"vertical-align: middle;bor=
der-collapse:collapse;border-spacing:0;padding:0px;width:100%;">
          <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=
=3D480 align=3Dcenter style=3Dwidth:480px;>
            <tr>
          <td align=3Dcenter valign=3Dtop width=3D480 style=3D"font-size:28=
px; line-height:36px; color:#202124; letter-spacing:0px; text-align:center;=
 font-family:'Google Sans','Open Sans',Arial,sans-serif; width:480px; verti=
cal-align: middle;padding-left:32px; padding-right:32px;padding-bottom:24px=
; font-weight:bold; padding-top:71px;">Your space for work
        </td>
            </tr>
          </table>
        </td>
      </tr>
  </table>
                <!--[if !mso]> <!----></td><!-- <![endif]--><!--[if gte mso=
 9]>
              </v:textbox>
</v:rect></td>
    <![endif]-->
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
     =20
             <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:0px; padding-left:32px; padding-right:32px;">Your new a=
ccount includes business-grade versions of Google's collaboration and commu=
nication tools =E2=80=93 all at no cost to you.</td>
  </tr>
     <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-space-for-wo=
rk-whitebackground-w956px-h450px-2x.png width=3D478 height=3Dauto align=3Dc=
enter style=3Ddisplay:block;width:478px; alt=3D"" /></td>
  </tr>
</table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
    <tr style=3D"margin:0; padding:0">
      <td height=3D40px style=3Dheight:40px;>&nbsp;</td>
    </tr>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Create, store, and collaborate on content</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-right=
:12px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-a=
doption-stay-connected-transparent-w734px-h173px-2x.png width=3D368 height=
=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:11px;">Use Google Drive, Docs, Sheets, and Slides to build content and wo=
rk together in real-time on any file, including <span style=3Dwhite-space:n=
owrap;>Microsoft Office</span> files.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;"><a href=3Dhttps://c.gle/ANiao5ofnUncztPsHoJMmegEGOjymHWan6oelH9VzxGrCQN=
kKK9cTLP8P4iSqaSaJu5Ysy5AD2eoNOuDmP5kivNFeT9H1-oFwFjk_Ch63o8F0GHe6qe5WsfbC9=
0QyOFMLFNal6h3m9ydMuJOSL2pvLAoMNvr_hUdGBPClNvHPD_zRhwHKDOCyce6RNqx92_8YUx1L=
SQ4eoBZFCxIp3PtDODpRpzLE9xp6c3T67qjEcbh target=3D_blank style=3D"color:#1A7=
3E8; font-size:inherit !important; text-decoration:none;">Share and collabo=
rate on files</a></td>
  </tr>

</table>
                </td>
          </tr>
    <tr style=3D"margin:0; padding:0">
      <td height=3D48px style=3Dheight:48px;>&nbsp;</td>
    </tr>
            <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Stay connected with video meetings & chat</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-left:=
14px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-user-ado=
ption-create-store-connect-transparent-w734px-h173px-2x.png width=3D368 hei=
ght=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></t=
d>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:8px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans-=
serif;">Connect with your team from your computer or our mobile apps that i=
nclude Google Meet and Chat.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5qPCT7unkVv9oitMKE1XyfuZcvvQ7ovt0MIg72fO_6FBhp-KV2zJK=
NATRaGeEEonZ-XIZRtZuVPp0-p8k9p63y8RPD7tb4snP11x01nxVqYv7yQpsar55LW2XOWG0t26=
mM target=3D_blank style=3D"color:#1A73E8; font-size:inherit !important; te=
xt-decoration:none;">Host a video meeting</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Invite others to join your team</td>
  </tr>

  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:25px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans=
-serif;">You and your team members can easily invite others to join your te=
am and collaborate together.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5rEyCwnEyM0uec4pmK6N8cRNWVejOiDUoJ_DNrm-EiNQxVmGWUrJu=
vun0dKVA9OUq07LxfOAxS2YJJ29QQq-DNpAahtjsJkU2dMN8xKTYzFg4va4vwIixcx8Pi46rWK7=
fVY60IdTeHINm4oCI36k65OVtaMJ7r2Baq6JLHVLsMhJiyy8TMbSOgtj5zyDf5p target=3D_b=
lank style=3D"color:#1A73E8; font-size:inherit !important; text-decoration:=
none;">Manage team member invites</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
           <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4 style=3D"bord=
er-bottom-left-radius:8px; border-bottom-right-radius:8px;">

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qWyONa8aC1CdHOjjuKM7tIbdJHN2R4J0n0qr3=
yseRLgb6a_mxrOpNf5OdEtxymxOsWI1FK8Nh0CIx8uEv1gTka-5KmwCldNIeovWMYPVqBRbPlWV=
PquIXSM5P49YPjaN4vk4RTsdqqa3yhXu0 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5omn514KbVLhhrBw_MlyPqmQbUchCEmsVgWVH_=
H3fu5nZt8zxlJWVzEaRnEtkklfsrHDIoKd2Q9Av9d9ZrJ_tPLWR6zFmlejCNdIOnYV6hqkMNqry=
xuxw7JDuIjFuW-yH5jCG1rESUBFA target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oDIoxkanf1F0xhBcxd4e6K7FNYXN2ZAS8fWcQ=
8rJbN4Twb36Esbm5Wo3oVA92LzsezRgdnmc5WTnj3MJtJ43GsKpmf1evN9pW_xk-v7-hkLCPJyK=
IWKPExvrbWrDZ7xt3bnrh1feLMYdt4iuFQXNIwV5x_tOYo4Yc target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedin width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rf7B6dDPswBvA5AzHCTynoPvVZKOJbQxuok0g=
VNjDg_no6nKUpi3pJjKNCAWacn4Apx49pETu1Qz4oubIwt3N2J-kzEoze0SLNoL7R9zGynJiMsJ=
9Jceu91kYH9RQBQIji0FNEmNP1eNS82h054Q target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oaHI-w3q1b1Cvh0ii9RqaAc7HcG2rvLzGpovY=
VCtiFdIIh2Nd3vLH-JYA52v0bDFJUcToe4ReCwc_GG39N0spE4yKeUC11imp0SArYrF4dUs32ni=
5n6FhqJyC1fB3XbQIX3d2NgDFfbTeNtGvqfIHeJQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:16px; padding-bo=
ttom:19px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-famil=
y:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Amphit=
heatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Am=
phitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans,Ari=
al,sans-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans=
,Arial,sans-serif; ">
        <!--[endif]---->
        You have received this email because it communicates important upda=
tes related to your Google Workspace product or account.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>
        </table>
      </td>
    </tr>
    </table>


   </body>
</html>

--000000000000ca9bd0063b6033ac--
office/.Sent/dovecot.index.log000064000000000240151007557630012243 0ustar00(�h�h����x����@����$maildir����$|��h�hQ}�	|��h�h;�	|��h�J%3���� �hL����office/.Sent/dovecot-uidlist000064000000000063151007557630012033 0ustar003 V1754120906 N1 Gaabd0911c9c28d683b7c38005645cfaf
office/.Junk/dovecot.index.log000064000000000050151007557630012240 0ustar00(�h�hoffice/.Junk/dovecot-uidlist000064000000000063151007557630012031 0ustar003 V1754120907 N1 Gabbd0911c9c28d683b7c38005645cfaf
office/dovecot-acl-list000064000000000000151007557630011066 0ustar00office/dovecot.index.cache000064000000042370151007557630011550 0ustar00�h�h�����������h�h�h�h�h�������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.Fromhdr.Message-IDhdr.Subjecthdr.Date� MMessage-Id: <1754120905.oaQVkNZyF2sGMMK_@premium320.web-hosting.com>
�Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnG9m?= =?UTF-8?B?ZmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5j?= =?UTF-8?B?b23igJ0u?=
yFrom: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
�M>From: The Google Workspace Team <googleworkspace-noreply@google.com>
S;Message-ID: <autogen-java-58f58624-bb34-428f-a604-07b182c0415e@google.com>
#=Subject: Verify your email
 ������h|��h�h|��h|��h�h�h�h|��h|��h|��h|��h|��h|��h|��h|��h|��h|��h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITY��sContent-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-3701828-1754120905-0.694558450891336"
,Date: Sat, 02 Aug 2025 07:48:25 GMT
}Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
@To: <office@24hourwaterdamagerestorationlongisland.com>
�h�(U@Content-Type: multipart/alternative; boundary="0000000000006d69a8063b602da8"
.<Date: Sat, 02 Aug 2025 11:28:45 +0000
>?To: office@24hourwaterdamagerestorationlongisland.com
s��h�&m��hi��h�@�hm��hm��hm��h�@�h�@�h�@�hi��hi��hi��hi��hi��hi��hi��hi��hi��hi��hm��hm��hm��hm��hm��hm��hm��hm��hm��hm��h�����������������������������������������������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYhdr.BCChdr.CONTENT-TRANSFER-ENCODINGhdr.IN-REPLY-TOhdr.MAIL-FOLLOWUP-TOhdr.MAIL-REPLY-TOhdr.REFERENCEShdr.RESENT-BCChdr.RETURN-PATHhdr.SENDERhdr.X-DRAFT-INFO�8 !"#�Return-Path: <3bfaNaBcKANwEMMEJCUMPIQN8AC-LMPCNJWEMMEJC.AMK@idverification.bounces.google.com>
Return-path: <3bfaNaBcKANwEMMEJCUMPIQN8AC-LMPCNJWEMMEJC.AMK@idverification.bounces.google.com>
$%	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1256 16 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 4388 56 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000006d69a8063b602da8") NIL NIL NIL�
��A"c�5HAgj��H�VY�$8DDCFrom: Google Workspace <googleworkspace-noreply@google.com>
]AMessage-ID: <ca0bf4bffd02ba822e80ca1d7c85e48d71dd3933-20184961-111051900@google.com>
YBSubject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
.;Date: Sat, 02 Aug 2025 04:30:32 -0700
UEContent-Type: multipart/alternative; boundary="000000000000ca9bd0063b6033ac"
H<Reply-To: Google Workspace <googleworkspace-noreply@google.com>
>DTo: office@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <32PaNaBcKAEkrzzrwp7z2v30lnp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Return-path: <32PaNaBcKAEkrzzrwp7z2v30lnp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
$% �A���e�gH�gj|
�
,H�"VYPW%Y�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3496 44 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 22821 469 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000ca9bd0063b6033ac") NIL NIL NIL��h4GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <2015d4aff257d1a5fef94927a13d7172495294e6-20189259-111088885@google.com>
NHSubject: 3 easy steps to get started with Google Workspace Essentials
.=Date: Sun, 03 Aug 2025 08:53:05 -0700
UKContent-Type: multipart/alternative; boundary="000000000000a265ee063b77fc0b"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
>JTo: office@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <34YWPaBEKAHYqilemjUWY-hilYjfsaiiafY.Wig@scoutcamp.bounces.google.com>
Return-path: <34YWPaBEKAHYqilemjUWY-hilYjfsaiiafY.Wig@scoutcamp.bounces.google.com>
$% �A����H�gj.�ZH�3VYd�8��("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 7048 90 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 41272 980 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000a265ee063b77fc0b") NIL NIL NIL腏htKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <1fd19e3278572caf6bf43e40f46672002d25b209-10024494-110966705@google.com>
zBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island Houston on Google
.;Date: Mon, 04 Aug 2025 02:54:21 -0700
UFContent-Type: multipart/alternative; boundary="00000000000089f836063b871764"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
>ETo: office@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3TYOQaBcKAOADWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com>
Return-path: <3TYOQaBcKAOADWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com>
$% �A|�)m1pH�gj�	�	H�VY�b^e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2474 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25950 734 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000089f836063b871764") NIL NIL NILV��h`KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <21d5c36444ed3e54255a81bc736fd2769ab0b69c-20265398-111349049@google.com>
gBSubject: 24 hour Water Damage Restoration Long Island Houston, your profile has been suspended
.;Date: Mon, 04 Aug 2025 08:19:15 -0700
UEContent-Type: multipart/alternative; boundary="000000000000769979063b8ba151"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
>DTo: office@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3c8-QaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>
Return-path: <3c8-QaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>
$% �A�AKNH�EG94H]VY@D�F�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1593 52 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18115 643 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000769979063b8ba151") NIL NIL NIL{ϐh4GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <b626b25c03fae81a1b0299b1d38122b9e4bb3d2d-20189259-111087992@google.com>
PHSubject: Collaborate more effectively using Google Workspace Essentials
.=Date: Wed, 06 Aug 2025 08:53:05 -0700
UKContent-Type: multipart/alternative; boundary="00000000000025045e063bb45687"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
>JTo: office@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3YXqTaBEKAO4mehaifQSU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com>
Return-path: <3YXqTaBEKAO4mehaifQSU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com>
$% �A�,���H�gj�"OH00VY;w�yt("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 6178 79 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 31151 628 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000025045e063bb45687") NIL NIL NILiz�h0GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <d7cb13d520ffee8c1e88b09b8396a9e869b6f5e8-20189259-111088864@google.com>
JHSubject: Connect with your team using Google Workspace Essentials
.=Date: Sat, 09 Aug 2025 08:53:06 -0700
UKContent-Type: multipart/alternative; boundary="000000000000b23a58063bf0afa0"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
>JTo: office@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <34m6XaBEKAGkdVYRZWHJL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Return-path: <34m6XaBEKAGkdVYRZWHJL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
$% �A���twH�gj3vCH�,VY�_~a�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 5238 67 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 24958 498 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000b23a58063bf0afa0") NIL NIL NIL�n�h4GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <c85b7f4e8fc15a4bed814e93727e6534a391eb49-20189259-111087995@google.com>
PHSubject: Use your Microsoft Office files in Google Workspace Essentials
.=Date: Tue, 12 Aug 2025 08:53:06 -0700
UKContent-Type: multipart/alternative; boundary="000000000000438df3063c2d09b0"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
>JTo: office@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3YmObaBEKAOEZRUNVSDFH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>
Return-path: <3YmObaBEKAOEZRUNVSDFH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>
$% �A��l�nH�gj��7H�(VY[�\�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 4310 55 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 23801 479 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000438df3063c2d09b0") NIL NIL NILkc�h0GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <18a8657078cc9b478ca9efcc12145fa972f83b0c-20189259-111085098@google.com>
KHSubject: Collaborate and connect with Google Workspace mobile apps
.=Date: Fri, 15 Aug 2025 08:53:07 -0700
UKContent-Type: multipart/alternative; boundary="000000000000d1f040063c696217"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
>JTo: office@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <341efaBEKAFwQILEMJ468-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>
Return-path: <341efaBEKAFwQILEMJ468-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>
$% �A��%y�{H�gj��0H'VYSi�k3("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3812 48 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 27526 563 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000d1f040063c696217") NIL NIL NIL�W�h4GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <ab71e97a35b40dd8a8f679a97e68e6bfda320d89-20189259-111087920@google.com>
OHSubject: Invite colleagues to your Google Workspace Essentials account
.=Date: Mon, 18 Aug 2025 08:53:07 -0700
UKContent-Type: multipart/alternative; boundary="00000000000058900d063ca5bc8c"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
>JTo: office@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3Y0yjaBEKANQMEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
Return-path: <3Y0yjaBEKANQMEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
$% �A��_�aH�gjS�/H�&VYpPR�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3714 47 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 21004 412 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000058900d063ca5bc8c") NIL NIL NILiL�h$GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <01475856c6812007811f4b2789582a22884101a6-20189259-111085101@google.com>
?HSubject: 3 tips to take productivity to the next level
.=Date: Thu, 21 Aug 2025 08:53:09 -0700
UKContent-Type: multipart/alternative; boundary="000000000000fc6f4d063ce2157a"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
>JTo: office@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <35UCnaBEKAFAE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
Return-path: <35UCnaBEKAFAE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
$% �A������H�gjS�CH�,VY@�8��("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 5270 67 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 34872 760 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000fc6f4d063ce2157a") NIL NIL NIL�@�hoffice/dovecot-uidvalidity.688dc2cf000044400000000000151007557630013135 0ustar00office/dovecot-quota000064000000000061151007557630010516 0ustar00priv/quota/messages
12
priv/quota/storage
481027
office/dovecot-uidvalidity000064000000000010151007557630011706 0ustar00688dc2cfoffice/new/1754495593.M486316P2034256.premium320.web-hosting.com,S=42979,W=43773000064000000123743151007557630020141 0ustar00Return-Path: <3YXqTaBEKAO4mehaifQSU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com>
Delivered-To: office@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id AGl/HGl6k2hQCh8AVkXPrw
	(envelope-from <3YXqTaBEKAO4mehaifQSU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com>)
	for <office@24hourwaterdamagerestorationlongisland.com>; Wed, 06 Aug 2025 11:53:13 -0400
Return-path: <3YXqTaBEKAO4mehaifQSU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com>
Envelope-to: office@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 06 Aug 2025 11:53:13 -0400
Received: from [198.54.122.200] (port=63270 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3YXqTaBEKAO4mehaifQSU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com>)
	id 1ujgS1-00000008YHP-2fAV
	for office@24hourwaterdamagerestorationlongisland.com;
	Wed, 06 Aug 2025 11:53:13 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=E4Lta4uF;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3YXqTaBEKAO4mehaifQSU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com designates 209.85.128.199 as permitted sender) smtp.mailfrom=3YXqTaBEKAO4mehaifQSU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com
Received: from mail-yw1-f199.google.com (mail-yw1-f199.google.com [209.85.128.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bxvvk14n2z55hH
	for <office@24hourwaterdamagerestorationlongisland.com>; Wed, 06 Aug 2025 15:53:06 +0000 (UTC)
Received: by mail-yw1-f199.google.com with SMTP id 00721157ae682-7111ff9c057so84284257b3.0
        for <office@24hourwaterdamagerestorationlongisland.com>; Wed, 06 Aug 2025 08:53:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754495585; x=1755100385; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=aXBKlF+i+aVpK4CVCkg4e3apZB/6NXyobWzDG+EJg+s=;
        b=E4Lta4uFRpFOKr2jg/awKrkdybMpk4hoyCO8xpBjCku8CxDm60z/RWCC86qecRIDh0
         0L+znNCYnv0riuFfLqOk4rhAfJXJw3TFVcXwt734UBRxdeQjiHZCm7DRde3h7+dZzfKt
         OgIEF9FXIp625RAG6DDLIgO4AGCAGQtDQI370vTzsytutJHTgr9eT9vDKKJlY4vIVczK
         9S8hHMfVQMYiYzfVodIVohAOCgISufGL6/G6gDhd9AWj/YtPil6ZLWMLBE5/ZRK/7ZGM
         7HlGyPMWswWgO2WntBD/C8Ak1Bka33/3vzgvrvmdJSnU1LW36eE3FB2L7ccUX4IwdIra
         R6jA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754495585; x=1755100385;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=aXBKlF+i+aVpK4CVCkg4e3apZB/6NXyobWzDG+EJg+s=;
        b=Rahg9NuKIeIgdesFaqe95PZVY8hDeBzo6IeJXKYp8BGF4oUkPC6Ap+1cvdqwHPUWmN
         AUEIAEcX7mIQODETFbvfA7p5JNxpvV8BJ5tEqy/JM2gFCLRq/crSKIXBvzinr4xC8qfP
         5asFEa5p4e4EiJ2kJUjpIGbh+hGwD9mx4wg6ySG93iWmY2CThNA4qfPpd0blukTm1g9D
         Ot0ytcLXzssXL+MG8KOIVxsb2lDhFrfqNkNEpZvC+ETpnWWR5LbxaG+sLr0VCfqljvQO
         MJSzgrIuuO9BG8DA0QZoNXb7FsgP8zaFfAPhJljEzAdSkNw35CpAgoRfX9BMs26wKTsE
         RA5g==
X-Gm-Message-State: AOJu0Yzhk3Mb6dtqbmwhykfWbiaoEyx4BbKX0M0VqdLPBfUwVVkEJ9M9
	Wbuz724Zdeo1tjKSGdzGMVxggn/Q6b6eKC6UeVbxYnTBYNjRF+k4k7EL2Xkx
X-Google-Smtp-Source: AGHT+IGEr75QlKlpkrwtFUS7F1+hpkThH+uz13v15LvyXSyqaD2O43CGLpggPdFRhVy/OfLpY+ltsNE=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:6c08:b0:71b:6ab5:1db3 with SMTP id
 00721157ae682-71bc96f330fmr49151137b3.6.1754495585682; Wed, 06 Aug 2025
 08:53:05 -0700 (PDT)
Date: Wed, 06 Aug 2025 08:53:05 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140157
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5pOXlyt0n859qH2PzUpq7tRK7iMzAJZgrGu4A_NQ-BIZUf-n6pPAQSSHtQOiUWj3f3sAvmVZMn78-0yiv1IiAleS0RWlgkNOp1oJyXw2zo8GsZRVz_zQxiHjugT9SRKX5axhmj30P5goJlk72MOhtgKdWfhN1qWsN-Lza0nS2SSyMnWMQ16Fxh6uRr3roHlqRYKqzPo67IgbcQpqjiax5X8voYRIcnPs31VNYWDCOiTbEnettM1GxQtTbEkwzafZn-sHhva0X25hAk2QQ2WxhLK9VQX7wK8tgft5cRFQ4p9eZMFVKfZoEmiLJLlLGne7rUu3EfHXJfMeLHGUK-5L2Za9_-Ab_bUyDPRcbn6TIfs?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509315-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: a780ad422bea0000
X-Notifications-Bounce-Info: AWoTSIF2wfKUHuUqY3hMWj17AkxoDIq8tGU7p_iQkfx4rFZ7zNr3B409ZHLW-iBuZtwKCpoFFN-OylCss3PllLcDzk_Y0eZ45nbwMW0aStporhJXnu68wM7IcM9TcJRwycaq2Co4BOGSvr8fiN8xiz_vYVqPeZa6grKeT8ozS7UYUmArDre3Tb4W2_yJaUyemzOjLmY79jbu0wML6sRj4T8MBfHgomQSlrL36yeohDGbp_Q6SNLAqgEkZb0O86bXhcL2ycdUMU1j6dwJXDe7rYWCThq1cv83PaK2414QGd32mNH4XKCCZnvgpTvTnZ3ybpcIjje60YvvtZczOSVIV6dvU5GNTspr61-DqMQF-YHjl9BKPqC6f4170-02ZoAc8NwnjH_pjwmlRdwWm-R_LUjb5VEAINfPQkr0vdSFDuI4RYW60muqEq_kAvTc8ry_gkQ8YpyOYC_CGEuyqdqhOkweh1I5HgQPVQ-Xt-SR2Cn3V1Wqir-ZIidsVJjxRNnabYCGJuQSoVZaFT_KeDArRPUkiKVlogHe-ZeSQ2QSPUhkN5iKHSWMEnF8gp1-ozuuA_8veuYmWkUNDTUTMMcYaE_LSu8k59IKhBodfqmMxbGlJ_opx9OoCyIMcj2g_Bt3JeB1hRJnNBCcD7EtFD29nnNnxuaSwjJaETgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <b626b25c03fae81a1b0299b1d38122b9e4bb3d2d-20189259-111087992@google.com>
Subject: Collaborate more effectively using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: office@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000025045e063bb45687"

--00000000000025045e063bb45687
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpNb2Rlcm4sIGNsb3VkLWZpcnN0IGNvbGxhYm9yYXRpb24NCg0KDQpXaGV0aGVyIHlvdXIgdGVh
bSBpcyBicmFpbnN0b3JtaW5nIG5ldyBpZGVhcywgYW5hbHl6aW5nIGRhdGEsIG9yIHByZXNlbnRp
bmcgIA0KYSBwbGFuLCB3ZSd2ZSBnb3QgeW91IGNvdmVyZWQgd2l0aCBhcHBzIHRoYXQgY2FuIG1h
a2UgaXQgZWFzeSB0byAgDQpjb2xsYWJvcmF0ZSBhbmQgZHJpdmUgaW1wYWN0Lg0KTW9kZXJuLCBj
bG91ZCBmaXJzdCBjb2xsYWJvcmF0aW9uDQoNClRpcHMgZm9yIGNvbGxhYm9yYXRpbmcgbW9yZSBl
ZmZlY3RpdmVseToNCg0KDQotIFF1aWNrbHkgc3RhcnQgYSBuZXcgZG9jdW1lbnQgYnkgdHlwaW5n
ICANCmluICJkb2MubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81cVcydmt2TTJ4Um9hT2NIOTVNSFd3
RC1uay1KaGdpMkNDRTNfci1pWlIxVUtFRkI5ZUU5eFZTS2IwN21ZcndjNFcwTFBrYlpWQUxKekIx
MjFOR2M4OWZjX1k0U0JvdDVBd2duakJaM3d1aHRpYzNiMVE+IiwgInNoZWV0Lm5ldzxodHRwczov
L2MuZ2xlL0FOaWFvNW8wTmhsM1VuenNlWklERjZjMXZGRmoyTW5CcE9IVWxaZVh4UXFhRmo3SzNZ
c1g1NUVyajhTLXdNTHZjOUlwQkl0WmItVnRTaGlxU0p3bmlOX2o3cGhjNGVycVcyN0lLT3hzYzE5
M0JqVkc1cFlHZjdHT1NlRT4iLCAgDQpvciAic2xpZGUubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81
cnJtRHM5bW1scU0yeFZnQkpWOW4tbXVxZkVVVWJFdjNXeHRGN0luNzByRktwOVZCS0tRbTBvTlZn
R0x6Rm9LdUdmaTdOZHVUSzBNNXZXSTFaODlTbGhpVzNNRkxQc3BWNlIzdjY5bW1wdGI3dEVNYzBW
Ym40PiIgIA0KaW4geW91ciBicm93c2VyIGFkZHJlc3MgYmFyDQoNCi0gU2hhcmUgZmlsZXMgd2l0
aCBwZW9wbGUgd2hlbiB5b3UncmUgcmVhZHkgdG8gY29sbGFib3JhdGUNCg0KLSBBZGQgaW50ZXJh
Y3RpdmUgIA0KZWxlbWVudHM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvOE5fYkdRcWVTRnVDNmlLV1h5
MklSeGlLYWx2OW5sSnpOQ2dvZm91MDdFcnhMV1FvVWVudF9uTm1WS2Y4SC1mRHZNU1Iyc0lWQ3V1
SkZZQl9rQk00S3lnaFBuZTFLRFF2WnNfcTBYWmVkd1ZDQnFrOVVwaHNabGJJZ1BKYXdDWEV5VjVv
ZXdtSmljaGZ4ZWFiV2ZxZ3ZJTmJuZ2M4bUVSRDk2eVlOSnZWbWFDVF9CRUpEeC05aHBQd0pud1hz
TXBMa2RCdzczbzAzV1IwUEhoZUxqMFNURXF6cDlYV1pESXB5bU1wOUo3cnExTTRZWUJ5RlNTanY4
RmJlQVpLQ0FwMDFKanVsN0c4dWFIS0M2akFsLW1sSkVrbFBfUmhUVzQ3T3diN1FhRVRWUk5aT3Ax
aFpYWFVmSWVUaHp4Z0R6QXg3Rzk3VHdTdDBqU0FlaGl4djVBWV9uTHdmVWdobFBkYWt6Qm16VGdC
a21PS002ODBBQ0hjY29TUjNSUlFPODhGR3RDTkQ1dUZTdFlpeU5pND4gIA0KdG8geW91ciBmaWxl
cyBsaWtlIHNtYXJ0IGNoaXBzLCB0ZW1wbGF0ZXMgYW5kIGNoZWNrbGlzdHMNCg0KLSBBZGQgY29t
bWVudHMgYW5kIGFzc2lnbiBhY3Rpb24gIA0KaXRlbXM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvZVlY
ZFZCeGRWVnZhcnpDZExIaWE1TDNZck5ZS1g5NFRfNkxnaXVkai1helJLazVTSVRncVFsNUZIVTc5
WFRNeWotTUpGWlFSNldncnhuY1VWeUs0cGQxWE1fU3JxYmhEQXZTdXp5cFhCT2JIalg3YzZVZXh4
dFo3VDVLSTJZR1JJdkF4RDNHZ2oxOW5uenphZ3pjZ3pKem9YS01Qc0ROLVFXblVnLUlZUEpEblp5
WUtUMG42R0lnN2g4QndpNmpuU0NzNTdUeUlWWnIyNGtPWXd3XzVDMVc5cDJVcUlyRmFKM1RpUDBR
aW91REFvV0luaWdldjlNUEY1VjdWUUtqRmlZS3dLdzV1SWs0bkJMY3lRQ2N6RV9LaTBEclhLaUgy
SHczTFl0alFBcmtGZk80OEJjVU1lcGV4LWZmdUtZRno1LV90eWs5VTRIT01HM2t4M0QxZlZFNTNT
cHI2WWdvNURLX3J4Y05xMz4gIA0KdG8gY29sbGVhZ3Vlcw0KDQotIERvd25sb2FkIEdvb2dsZSBE
cml2ZSBmb3IgIA0KZGVza3RvcDxodHRwczovL2MuZ2xlL0FOaWFvNXI0cGxlZER5S2JTbk5zMWxy
dnlfNEdGSXlrWVhEaVl4OEVKUkpqNEMzV1VDeUFGc3lRS045MWZBVzJyUTdKVUtTWWxObGtfazB1
X29UQkxSWW9aNk44cXV6YkZPWWtoenctVWxLcVhEaVhTUVNsdUxhYUJ5dlUxVGhIdDJpejc2VE9p
aTZZQ3hlTDc3WlNuOFRxYWZnNUg2SnR6dExtM0hkY180a0ZldHFQRlRIbHpGQWlKcGdXZ0RuSTF2
Tzhtakt3X3NqbTFZUU4yR2FNZ0RFbHgyOGVxMEtZVnFaSmhlckdaRWVFRFctOHR1YVNzM3g5Z2N2
YXpRczAwYTNpMnVabWtxQ0JYbk10a3BkM3k0T0p4alNMU3F2SmFaQWhLckI0aldab0Z3SENmclo1
dVh3QWVlSF9LSk8xaER4MG1OS0J5bkVBPiAgDQp0byBzeW5jIHlvdXIgY2xvdWQgY29udGVudCB3
aXRoIHlvdXIgZGVza3RvcA0KDQpWaWV3IG91ciB0b3AgY29sbGFib3JhdGlvbiB0aXBzICANCjxo
dHRwczovL2MuZ2xlL0FOaWFvNW80dENSUWpNNVRIVVZLN2F2OTluZkN6R2FhNGFDa2dCel9qWlRj
ZGVsOW5EMUZYT3J0dEc1Z3o3QWhTWmNhRFFCaGk4SldPWVl5TXk3MnVmNktmM1h6Wk1ieWJOaFZu
S2M5RDRrdzR3NzdWdDlkTWFYQ3dxcFhodHRGcS1Mdno2MEF5ckNhWWZlc3ZsWFpuWUhvLU1xNHha
bVBZLUZwM08tUzhOaFNYeFk0dmE2b3dvSlZZNXA0Rk9hcUo4SVg1QXpsMHpvNDBpUTlhQVdkNHdU
OUdkQ19zLUVKWHk5dWhhLTRsMS1vdUh0Y29QY1hlaFlpanFZQ2JzQUx1ZzIyNC1FX0NSWUgwbU42
QlFDR2REc25xZjVlOWZzdzR5WEU3SUlsZWJlR0ROeHZKNjlIVEd1N0NSbW1lNVljX2ZOWkM1UlZt
ckctMnpmYjdKWT4NCg0KDQoNCllvdXR1YmUgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cjBLdk9U
OFFKYnhfck1jLWVWRU0xekU0TXhhay1rTHNVREZXVWtSLWxkZy1xeHNXdkdadno2RElDeTNycDNG
LUxrNlRrWlNSelF0QnRnVVpNb3h1cUQ3QmUtX200ZWN0OGN2bFJXVFpYTGRfMHp1T3BtbEtueU5V
Y2hvNnhsTDZLQlJhLU5yempaTFQxXz4NClR3aXR0ZXIgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cDJuX0hVOEJkTXEzTUlCRE9mcFk1NFgxbHd1akR6dE15alNnNXgxOTNUbWk1STE2UDRvOUlGMTlL
ZV9IY1I5eUVhR21KWTNiTzZYb1pycHFTYnJRWGxQNmk1TFJZRUFJY2JBYnA0enppcW5CczFTYlBr
Q1FydWl2RE9JckVZbWtwVWQ0OGpiajQ+DQpMaW5rZWRJbiAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlh
bzVwOFBuR1h0N0VVQTdUcy13UzAzU0x2alQ0cjl5LTFpUjFGQUVVVmxpdHFaNHBfcmEwLURucE5m
Nll0ajNVOTNrWjF0OWExaUg1YXhBTlZoai1HODZzR0JIZEQ3Wng5Z3RNeEY5YzFGT1hTalFaQm5l
WWk2UUxYNUhkbUMweVBJOTBXMm9WTWUxRzBtUGp6eU0zeUJ2cFZzUkFDUTl6ej4NCkZhY2Vib29r
ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJvZkpuUUMyc1B6Yy13bkQyYVBLQ3hDNGxHanE3U0JB
OXVfREx2aDBlLU9oR3VxdzZJczVBY2Z0RVpaZGpvdXozQWJaOW9oRmpWdDhLbkN0RE1kdnRPekd2
SVRVTnhCdExsQ1Z0TGVzeE5wWjU1dmFQVXdyMnphY2tjY3pwTEpvRzI4anBtRm51dU1XWGVMRUE+
DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81bzlFci1TRzFzbHhBUlBOQzh4eFpq
MFJkMHZvaHQ4RTA0Umo4c1ZOZGEzV05GWjJjY3lwY3ZJNVRBa0Q2RmJHZVo5TmdqMmkwNWVBT2ZP
V0o1TEhYZGE1VTF0bGoxaXhuRkY1aFhWOUdNQWR1Sy1YeFg2OG85aEpwNGFoMmxBeUZQWThST3pl
R2dWdWFfZjVONlRHV1U+DQpHb29nbGUgTExDIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1v
dW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWlsIHdhcyBzZW50IHRvIG9mZmljZUAyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gIA0KYmVjYXVzZSB5b3Ugc2ln
bmVkIHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRhdGVzLCBhbmQgdGlwcyBhYm91dCAg
DQpHb29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0IHNvbWUgZmVhdHVyZXMgaGlnaGxp
Z2h0ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBiZSBkZXBsb3llZCBieSB5b3VyIG9y
Z2FuaXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0KcmVjZWl2ZSBzdWNoIGVtYWlscyBp
biB0aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVyZSAgDQo8aHR0cHM6Ly9teWFjY291
bnQuZ29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVuY2VzL3Vuc3Vic2NyaWJlL2d0L0FO
aWFvNXJ3R2VhR2wybnVFT0w5WTk3aWxmR1lrZ2cxaTI0TkY5Zm5fb2s4cmlEWFdlLS14T0xtbGRD
ODZFVGhqSW14aVpMZUpLbVFQQjBxY3JVcWhjUVZ6ZEN4WGxOZGVKb1FwMFliNFF1OXhUQk1uZkhO
c3d4Y1hSNjM1dUtQeVJSQi1ISUlOMl9FWGljMVAwTVJ6dmlWUl92bTNJcllvUGpMa19lY29hV2dO
RjI1cDJFTGRSeU9yekw2NzFnYXctMTlJc0VlR3BpSDFDbFk1UjYtVlFWNWNGRFhzZ3ZvNEFLQTd6
RDhHUUIyTWVObi1DeGJPSGp3QWZSajdlUnFSZWRSejJwVUN2bW43UEpnZ2N6c2trcHUzQmFSOWpG
eEdWUGhIZ2tTRnBQRl9ab193dWVyYllIc2ZPRlcydGtNNHpJSEpMS1U0eGVnbXpYZmZMVUc4Qm00
T0FuNmVOZUVqQWJTb04td21qM2F3UT91dG1fc291cmNlPWdtJnV0bV9tZWRpdW09ZW1haWwmYXV0
bz10cnVlPi4NCg0K
--00000000000025045e063bb45687
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Tips to start collaborating</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">We've =
got you covered with apps that can make it easy to collaborate and drive im=
pact.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Modern, clou=
d-first collaboration
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Whether your=
 team is brainstorming new ideas, analyzing data, or presenting a plan, we'=
ve got you covered with apps that can make it easy to collaborate and drive=
 impact.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
12px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email3b-transparent-w956px-h600px-2x.png width=3D480 height=3Dauto align=3D=
center style=3Ddisplay:block;width:480px; alt=3D"Modern, cloud first collab=
oration" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:17px;padding-left:17px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Tips for col=
laborating more effectively:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:10px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly start a new document by typing in "<a href=3Dhttps://c.gle/ANiao=
5oIeuAPjGmhZksEF4JJBTLU1e35jHwQT5ntFL0dwX1glXoLnqNK2qZU0EWxH9rd0RzQiLNv5NZW=
URP5FsCr3RcU5gDe9P4UfTbrzzADwFvP45m_flmN1A style=3Dtext-decoration:underlin=
e;color:#1A73E8; target=3D_blank>doc.new</a>", "<a href=3Dhttps://c.gle/ANi=
ao5omD8qgW88Olh-DjWC6WcHZDGQaYfDZ6TUHmDB-hXFAuyuRMyehTvaOHBI7UgqnGqpi_d5KEB=
z-eHGghtac03PE-kKQoLjuzVBik0GPxalMEFzbT_1EQBcKfQ style=3Dtext-decoration:un=
derline;color:#1A73E8; target=3D_blank>sheet.new</a>", or "<a href=3Dhttps:=
//c.gle/ANiao5qR1HklcL0OXdRnuveRh7ENLtkzWMuQ1B2mjplM5xLnHNI2z1rHlIC-nnEht4U=
nN8N1TdkWrK0-2JVkVGdakCLX8gMpIKKDoYVJfxwxJw3MxAbMSdcQJsCVtg style=3Dtext-de=
coration:underline;color:#1A73E8; target=3D_blank>slide.new</a>" in your br=
owser address bar</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Share files with people when you're ready to collaborate</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:7px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add <a href=3Dhttps://c.gle/ANiao5r5EvXIEM6TuoaO04YSIv9ehvphIg9dbDkpqPig=
3bbssqLteG_5OX-vszkSJ-RzCPEtM6XurLiHQcmXMdyctt66Q6pkr4KvwbY86LAF7iJqQRDyJmq=
1g8KKRjsfERJnr2wvozexyzk0sV59qQU9XQudyoUOZak_Q35Nor3phHN2N1LT0dwDip14_OGQHl=
d0-LrhxZrU5SVMOQJ7IBJa99O8PU2KvSy-ttpV1g9Lb-jiyPJN8Xek-Z3W2x2AVQxqIo46O2Xg6=
y9hCswOpBq9BeQlYql-I487l5DnBmIruuSb4sQCb0xWKy5RzkefCyRjLW7XVLxEZ62AVGZvFoo9=
a94g4was1by2cOpkudEMQs9x_-YVIXGQxLGFyr_Zq-jbbeMJebmzXjudd5h4o2hBqw style=3D=
text-decoration:underline;color:#1A73E8; target=3D_blank>interactive elemen=
ts</a> to your files like smart chips, templates and checklists</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:9px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add comments and <a href=3Dhttps://c.gle/ANiao5pu2BlxIMcIE8UYx3vhpDwYT9g=
08YtqLAuxB1AHfSIFIqfKpDRtrOYkZquxaUvsorXOLcvsoR9GeCs6pFYZIPinGTVTzx-ZscgxjK=
exj2Wmmgrb6lH7LPanG2-dXIVVkUPVHgyBnxy4HQWVuGWCuaoJn9DddxkALRVfLSftG7jf0SXbm=
954HDdy2fRdFRKrtxVjeosqHyGu_lXUefYV-XtBAHq35J10ooPZvDHFTz4qFwe10raJUHNXnwLe=
p0nZoia2eN8Vq2cC4e7btLaElRek89M9yQ3QlI2kYKdaEQKWsdbR04_3ByFQ1LZ_D4qv1BSjZie=
e9EQSbiu3OfhonYfUJpLmIIy4kTwQxl2MyltP3_M style=3Dtext-decoration:underline;=
color:#1A73E8; target=3D_blank>assign action items</a> to colleagues</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   <a href=3Dhttps://c.gle/ANiao5q6uNEi_7S9K1r0XZYKncXxO5v7QJ-2wrtmH6-ZpcKm=
dnvtVvx-qXyejOdglRFbPAZ6y6Xw2VISb_IOA5T1SLGH-cHlgi1fEkNF4aXGm6R_bNZ81u1lmYl=
zpg2_MEEXSTBkjhY5O3Gwq45Bk-3bnYx-u6eqWtm5xWEKZWxPxpmnjL1s8f7yF3aPEpPE8TrSxA=
1HgxE72T6vfaFhAR8kiPh8maVUJdw4u21GTI9p-zzRfe7gtx50ckuGtnTn3q8-WlerNzh7zcg4Y=
kxUFXOnERSZd4YUTUGiJg2ygQWlpn7vkffHYqYFV4CLG8HcLRI1JIxhwpWhQVE style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Download Google Drive =
for desktop</a> to sync your cloud content with your desktop</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:40px;padding-top:26px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5otyRsXes_TGs-FnHqDcM3T54VPStxS9Hb8gJ1Pj-2XWM66I1Eh_B-RiY=
m6yxIvBdYh8_wlVCKghIOEb_vsvXeaWskLb4VjG9i-ix4HQAw3dTt82hqNw5FLtyambWvW2sv4B=
H_gTTOsuM-T9NsuOIP6yscF4qilObIvuiWd4JlAUXjlGeiouuljBitOYGcQHHRuY0uyPi7cJX1L=
5IoWe2siDNEcq_SlFBGFaKiwKG5KvLk9-wrlXlbQIXdFQsqMToPAikzSf3tYWGnD-toEC5xXKDY=
A6MOipB_90BpdMZfocL6yGGO_BrSBQ12uY6c_kFeV-coH66h2KKMmGQ" style=3D"height:50=
px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E=
8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">View our top collaboration t=
ips</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5otyRsXes_TGs-FnHqDcM3T54VPStxS9Hb8gJ1Pj-2XWM66I1Eh_B=
-RiYm6yxIvBdYh8_wlVCKghIOEb_vsvXeaWskLb4VjG9i-ix4HQAw3dTt82hqNw5FLtyambWvW2=
sv4BH_gTTOsuM-T9NsuOIP6yscF4qilObIvuiWd4JlAUXjlGeiouuljBitOYGcQHHRuY0uyPi7c=
JX1L5IoWe2siDNEcq_SlFBGFaKiwKG5KvLk9-wrlXlbQIXdFQsqMToPAikzSf3tYWGnD-toEC5x=
XKDYA6MOipB_90BpdMZfocL6yGGO_BrSBQ12uY6c_kFeV-coH66h2KKMmGQ style=3D"backgr=
ound:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bo=
ld;line-height:21px;text-align:center;text-decoration:none;width:255px;-web=
kit-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:=
0.25px;" target=3D_blank>View our top collaboration tips</a>
                                 </div>
                              </td>
                           </tr>
  </table>
  =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rX5AYKY68cSIe3bGDwr8-D2ntenGQoaX-WEeR=
81T38boOjajAXm3XGvSTK06kw8LgsmJK0uFaZI8Yv7kI6wOcKn8WwNK3kBaXh2EhNdeywmQXhE-=
W75FO6O75k5LdnKE7kA0z1vVY-Y0fQA0Y target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qX5vjv5JcGtMVOy-wj-7ulam-Ud3QoxUokRS8=
uh2nhYQ42HoXvakBlTLfMfzPphJovcs5A5PJALOU2TlYPmUCsYqeCwGFOAYHYk1uSzXcPxSRaQJ=
3CCiOLGoZvUf1R48OpBoi5LECjFw target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5owsGH9DwfesIxqXcT_36KepH55ASykPlsnI6T=
i8_WAmwiZgo8ptYX1AqIvv09BZStEnruOpwfiPJOeYInhIMO8Syc976Wa0IwFoFDPiuSR5LiMvF=
FWlfco2Nc-lZ78ywETcLcyrmz2cOdxb7RXu3IHeae3l_X0ygU target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o7J8R65P6lyJDv5l9YoqkfD6cmrhsAGiBcCuk=
h3Aju4AIFbtKkf2iFyJzJB_TC66G5NnNUDNCfYghcguxInQ5pOKX3rV9b-IlsLgHjExxRRWg6ss=
nMzljiGzhQLOWmcqS5syozyGa3rPU0NKlpSA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q59ncWFKmjTUBx8VcSp4K69DN2npJz1RfSs6b=
z7fWpjKl3ZzbFRnOqlVZvRDpuaop40G-xjL86xBP0z7BfzYOJPERCrF9lOLkn2NQGu3gL23FwPz=
dB-Q3UFw5qTusQP2uc4SWBXvpq0rIHCa688wxFNg target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to office@24hourwaterdamagerestorationlongisl=
and.com because you signed up to receive news, product updates, and tips ab=
out <span style=3D"white-space: nowrap !important; direction:ltr;">Google W=
orkspace</span>. Please note that some features highlighted in these emails=
 might not be deployed by your organization. If you don't want to receive s=
uch emails in the future, please <a href=3Dhttps://myaccount.google.com/com=
munication-preferences/unsubscribe/gt/ANiao5pOXlyt0n859qH2PzUpq7tRK7iMzAJZg=
rGu4A_NQ-BIZUf-n6pPAQSSHtQOiUWj3f3sAvmVZMn78-0yiv1IiAleS0RWlgkNOp1oJyXw2zo8=
GsZRVz_zQxiHjugT9SRKX5axhmj30P5goJlk72MOhtgKdWfhN1qWsN-Lza0nS2SSyMnWMQ16Fxh=
6uRr3roHlqRYKqzPo67IgbcQpqjiax5X8voYRIcnPs31VNYWDCOiTbEnettM1GxQtTbEkwzafZn=
-sHhva0X25hAk2QQ2WxhLK9VQX7wK8tgft5cRFQ4p9eZMFVKfZoEmiLJLlLGne7rUu3EfHXJfMe=
LHGUK-5L2Za9_-Ab_bUyDPRcbn6TIfs?utm_source=3Dgm&utm_medium=3Demail&auto=3Dt=
rue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubs=
cribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--00000000000025045e063bb45687--
office/new/1754320763.M657038P1487124.premium320.web-hosting.com,S=24597,W=25372000064000000060025151007557630020111 0ustar00Return-Path: <3c8-QaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>
Delivered-To: office@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id +EVQJnvPkGgUsRYAVkXPrw
	(envelope-from <3c8-QaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>)
	for <office@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 11:19:23 -0400
Return-path: <3c8-QaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>
Envelope-to: office@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 11:19:23 -0400
Received: from [198.54.122.200] (port=59860 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3c8-QaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>)
	id 1uiwyB-00000006FCy-2gXG
	for office@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 11:19:23 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="T/lBmQ/0";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3c8-QaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com designates 209.85.166.70 as permitted sender) smtp.mailfrom=3c8-QaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f70.google.com (mail-io1-f70.google.com [209.85.166.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwgFc18Xkz18Jy
	for <office@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 15:19:16 +0000 (UTC)
Received: by mail-io1-f70.google.com with SMTP id ca18e2360f4ac-87c2bcfd156so329862839f.0
        for <office@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 08:19:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754320755; x=1754925555; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Ydc2kyehBR/L0jkWKJtEKSGR8l4a7YH4JM0HPwXWaiM=;
        b=T/lBmQ/0s1Cvkas4CtstqvPhMqPlx28zkva9KAIvN+U7dOi70j33w58G00NQ34JRB1
         cIBTa8kJwBJu8VYEi4RWKgxiq82uw+Kt7+2G1TtsgsJVXsxXNkszGkHwHSRZpPdZrpK0
         Cako3rayB25SXvkfW1GlMVsLZ1UiPrTt9Eu6sPq6FiefGqz2AYVhA3L64YbyS0ULmMr3
         j97V0548AeYliUUeVE9IjtAs8vzu+hTRW3Jqp1GTgZczWH436zag00FnUrTX6Q4Pytmh
         L6cetwt9BoziKF0G7xOQYPmRKU/WpmssOFxrmsVodFWzJm9B0fkw9h9acAsieaGShiZi
         hfhQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754320755; x=1754925555;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Ydc2kyehBR/L0jkWKJtEKSGR8l4a7YH4JM0HPwXWaiM=;
        b=BDZOP7RKWV5VLIKer71Iy26t9cLmC5qAyvlrbdIghcEIbVJqWckccChYEbcaY8+XZ5
         3jtKyl5oVZdH3XseaZ3RMtrQVESxNiJ8FbKKTstWPe4H00St64tPcmc2Weksu/Hqrx61
         K7fz59JLQ/uSbdq2kOIEZ385rhaTwdzzFe2JYnfX4bwCKIkfbZKFxyGKKnRSbYDDQIOC
         3fxuMOx6Jb57EyZMGO6noft/ZlipTJ2T+6ODcCEJxx/w6hlkL9KGkGP5h2Oo31OPlnbP
         ZIwCLtMYrsvP49EiH342l5S6Ml6l4SFtdeIK2cESoFTujO/2rJjRzjgwkqxWjQJeAgRI
         kU5A==
X-Gm-Message-State: AOJu0Yz8cNSODQXFZC8l0Cyh6F2j+F7ZximPCsJuxg+iw9rmZetUqxFW
	i15QqMDcyJiT/DGyItzXy6TcXGnAYQKfRgTqoB2P7Rwmeict/ErZpUtVXEOx
X-Google-Smtp-Source: AGHT+IEDphU0VsE2DjdFld9XG6q2mTnxgPPd8OLiwN2DpTa7/97d48JjrwKwGzM5S3C1298+AP7Xgfs=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:7190:b0:867:16f4:5254 with SMTP id
 ca18e2360f4ac-88167f3fbf5mr1500467739f.6.1754320755660; Mon, 04 Aug 2025
 08:19:15 -0700 (PDT)
Date: Mon, 04 Aug 2025 08:19:15 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: bde83d2563da0000
X-Notifications-Bounce-Info: AWoTSIGbMf8bhs7s5WuI6NJWDyc3udBdSjyUsG5M1aiKgvalWUjBRUCUdLS3enWBhLBxU215APRkf5ZYwgyvg6-MlZt-mA0xFnRQYnAkZdKULzrOS7joJgyI02JfzT0oT7GP9rjJORyyISckHRIDVzlioPuBYUOMSZnGyyhAtL9LLFiBlUcwokFYBntWwx2qDeOf3e1keOFC__iVV4v87udNzL5M76bDQRhY9_ZS78CSySoijyxGdWULovD6CmWMjrX2dCN2bcjQtl5fczBsk-QZNjIX0e3oXjeqPq83hy_NNlLS7cchRhx58iHYhHTlMrnmznEF8FI3m9RTkKmpH6-E5RacDIHXtZDK3wuiIXAFi9VWl7RJ01ujcr5DmrgyWB0EMa_mLbBXvUn5M5gppF4eqCkLf54ApCwwqINVgH0wDYHRKp1-YY98zWuXeigNrs5HdNdZ8lpfIzWTL3R67dP0A-rqD-8FJX7mgOfMBUP6TNGkGgLJ090mu2wcWPmPuXMpKrTRnj7cB3rxKzCg6_liYjoF0uAK3RmHvATaBQG20eXOOG1vSAL9oZVHN4fBJcnMYqCkLl_zm0X66-hem4Mu-wpI3Z56lrEqxyOKcbDuPDsqunvKiQWCFOmQBYx15wNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <21d5c36444ed3e54255a81bc736fd2769ab0b69c-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island Houston, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: office@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000769979063b8ba151"

--000000000000769979063b8ba151
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long Island  
Houston<https://business.google.com/n/5136003920995590409/profile?trk=https%3A%2F%2Fc.gle%2FANiao5q_LoWer1x-mvf0rr7rkQWQr38Vesr6Dd3Rq1fWjzy_oneN1KwvAZIhab_nze3uVWffCRKbhfNRcVkzbRRhkWRmA7fgigT95-2CToWq4zAkFSeRQvN96OsyICA>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

Learn more about our suspension  
policy<https://c.gle/ANiao5pj-YqOmy8RqkDLxp3264LYpwgRFwHeoIn1mwDLdZLG--Fs11zZudYFx60C4sLKBh8x8n2_76uiUGDvVd82_4GmrxFaqIRawj_Rw8lG4SIf-sM8GNOF3MxDoYQIu0dLaV3HY8AO_hNz9K6dmstyYV4OtAlvqzfSZTncvyvvFGx6>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5r6r4IEkDovo4NSmdfSe7Eutdjgl0MoXBo-YOXMcvI5zSWZFC_BaeIPD58Q_Dxg7ZjiucktU-14403g82kZ_w59ORW5yLRq2kleQfq6O3qw5OUb9L5taIeq3oiUBR8Nh52kAwVpCBA7LmN_sPSinmJCU4CMmdocYLdqvDHOojmAFn4UdBrcK4VrWFl0W9_TLwj0iUqxMIb3xfE6ZvI_AMnkXYVPEAOZywUpZPT3cw>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5o3JeJaKJQJ4QeT_RiGPU6pUkXuvFwaEWRAg4qVIcAsw0OJPlGS14i49BJ0u9cutuqREeIy-mkmAFW00PKoarjeGI7YuYQq698W3nigWModqhIaJLHYX_rXvYyMt0U4GCUpji4>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000769979063b8ba151
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rK8kT4FZaTVOwzkzLznNoRTTf9D=
G5r-mj7XcmhjqL7NyK4GGHiRUSGtWgYjxSQSFFhT80c4Jzf_Q4D4XxmdwBCOcKo6X4Kug7ussVP=
paws8BgQEF3HoLqSfpdRgPyTOgWP0e_aYVF36AWvkyVNqW04Z-G8SXp3xQdmZl6A4IW05H-cfXC=
_X5WNFxQaKi1KqW0CE0J8L125Wy0pVGp0sscBxgVEbN5sEzbw2TerVh3J>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/5=
136003920995590409/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q5vVyvC-LbD_5G=
3VbaKHJHccwNl5iTCBuXPS_BG6NJRttYv95-spRjq_rTlneFA5gjOye18T6SzfkamSxheahCcyb=
0o49KSTtYG3L0qgcoaPDL2eSDkbQbBqa7vQ target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island Housto=
n</a></span>, your Business=C2=A0Profile has been suspended due to policy v=
iolation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5oUtWsgvChbEspEb0o4YRwSfK=
Y2q2cMC2qmstBnStY7JuZ-jikFu9X3bQP2x_75iXUCCZ8FUhKOgdJcwViOVy8tqtIbXovJQ54yT=
oqvVk6l57cyz1etNdqsH_FQPvXWPm8yQVUxh2ppKv91ZLYjenVeBk7Gw9mXUHeTZA6k4bB0Jao =
target=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension p=
olicy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oH28aXuucPymY0zS8XlZJDQbgPEFaOAVV7IjiRc1GTGVP=
RSAr1wBRkVVc7-v8co1mnlEouVTijUISS_o7HriQsleTo9Jr7UUUJyjv7NY0P-GQe411TZP-cyb=
7awwneUwtc5QkvV-4tCfFBMnMFkaNZgtClzH36HeqHkJbZIglAw1czFSMJD3f-mp0Iwv8k8FXAn=
EpDNWEap9SfgXO7Zn_IOSbMQ4YRFc1GZ4SP7sCN target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5oH28aXuucPymY0zS8XlZJDQbgP=
EFaOAVV7IjiRc1GTGVPRSAr1wBRkVVc7-v8co1mnlEouVTijUISS_o7HriQsleTo9Jr7UUUJyjv=
7NY0P-GQe411TZP-cyb7awwneUwtc5QkvV-4tCfFBMnMFkaNZgtClzH36HeqHkJbZIglAw1czFS=
MJD3f-mp0Iwv8k8FXAnEpDNWEap9SfgXO7Zn_IOSbMQ4YRFc1GZ4SP7sCN target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oH28aXuucPymY0zS8XlZJDQbgPEFaOAVV7IjiRc1GTGVP=
RSAr1wBRkVVc7-v8co1mnlEouVTijUISS_o7HriQsleTo9Jr7UUUJyjv7NY0P-GQe411TZP-cyb=
7awwneUwtc5QkvV-4tCfFBMnMFkaNZgtClzH36HeqHkJbZIglAw1czFSMJD3f-mp0Iwv8k8FXAn=
EpDNWEap9SfgXO7Zn_IOSbMQ4YRFc1GZ4SP7sCN target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5paf4WEYFQoohLqsRwkkMBshjUNcwF7ahUZ9-AlSB9a1Z=
tBfj6wU0ci0T2retGzkSPDyj1NX5FJqQMtEudsgdKHVGDXTWDXu49o4LO6wB3IkCJZalu8kqpTY=
3uy4OIxyU45lnLbag style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5r3nqRs-cp6YNFJn3OyuFzD5GkD3ei4EZFNtvkDKB8HHncT_uveuWqlE0_2XvGTFi=
wUrHMgq4C5etFYGQpnmTZ01lKCFeDnSyaW2rEbKEx7H40IdvxilnTMdaBeJzpcTwJwrw.gif></=
body>
</html>
--000000000000769979063b8ba151--
office/new/1755532393.M640699P1498746.premium320.web-hosting.com,S=30615,W=31161000064000000073627151007557630020130 0ustar00Return-Path: <3Y0yjaBEKANQMEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
Delivered-To: office@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id eHuWJWlMo2h63hYAVkXPrw
	(envelope-from <3Y0yjaBEKANQMEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>)
	for <office@24hourwaterdamagerestorationlongisland.com>; Mon, 18 Aug 2025 11:53:13 -0400
Return-path: <3Y0yjaBEKANQMEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
Envelope-to: office@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 18 Aug 2025 11:53:13 -0400
Received: from [198.54.122.200] (port=57515 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Y0yjaBEKANQMEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>)
	id 1uo2Ab-00000006IKE-1wA8
	for office@24hourwaterdamagerestorationlongisland.com;
	Mon, 18 Aug 2025 11:53:13 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=nS+KyrLc;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Y0yjaBEKANQMEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com designates 209.85.219.198 as permitted sender) smtp.mailfrom=3Y0yjaBEKANQMEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com
Received: from mail-yb1-f198.google.com (mail-yb1-f198.google.com [209.85.219.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c5HLC6fgqzC23g
	for <office@24hourwaterdamagerestorationlongisland.com>; Mon, 18 Aug 2025 15:53:07 +0000 (UTC)
Received: by mail-yb1-f198.google.com with SMTP id 3f1490d57ef6-e933de3872eso3428077276.0
        for <office@24hourwaterdamagerestorationlongisland.com>; Mon, 18 Aug 2025 08:53:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755532387; x=1756137187; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=gh43U9c+L46sRoEHUaMbTwB/SsvJ8Mg6EaH3tKViaCw=;
        b=nS+KyrLcoHfWj4VPeQipDoGluS+a3nzTrDxBCV3S6OwcaQICuKmcAiPIsCimd9iDrP
         1j1okQD0gbNYbpjhS4c+7vNjBu9DWgWlGeQ0s3AMhodODF+uP2OnX3JOc2ARlFhjE07W
         D2TbeqQvUR1F+Is+ZzkVIomLCwJnzW9eFcaybL/Hbl0gUv2pCPSftH41V3Vcwez++NyD
         TXQIaqOUCd5i5ovSnHp2zrY8+nmeg1DkvXYz1ZqQdYvIFSzVBy+8qozbEpFYmhWfO8pD
         OUIwnfPEpBfsF0C6vm6+SPEtug2zTENoeZoggA+c2lti5+MxT1/1130FhjYT1G+XE+J2
         WTCQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755532387; x=1756137187;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=gh43U9c+L46sRoEHUaMbTwB/SsvJ8Mg6EaH3tKViaCw=;
        b=EVc13CR8aArKS8LYTNnj0zK8u9M3BWD0kH8CV2x5sgwHwbOPkgX3uzk01N5NZVBqqi
         g8Kmo1XjTGSCeGbulSurmqP92rB+C3zCjK+gMgGsXfexsPEbjjKfsSn0xt9Tql/uXtq5
         sZ1CgmEp0e0SvnLxRGZlN5BKcxd9wN0LhEencdxbqgwb3dYX+XgXXHYY/iuocJvud2KT
         aV3ENbUn1DcnlYupaFoO4ji2TImeQoTjVHLtxBWlXk8znIa3i1RdLSFCE/TIwiB6xxyH
         BKrXgM4KJY3ncjUM3Y3cXN4U99bsv+TYDTCyTgcJdrUBhfqxr6iDvA63Pyz47Ff+czp5
         A2iA==
X-Gm-Message-State: AOJu0YzCxnXjj0OuwUW7kqSjE4XmdbUooo4wi4IouHQyZvZiu2z2sQOm
	itBUG/v9GbCe0cwjfTjGh0IUrqw3ZsppgmzTysUyI4aochnAuyfJxipXSg+M
X-Google-Smtp-Source: AGHT+IE+m5tpODDaXD0TITk8EmOSNMMbx8fk9f6Atqy/p947Y8AYsPpglpTDP9+KYKs34cYv0EBazS8=
MIME-Version: 1.0
X-Received: by 2002:a05:6902:2084:b0:e90:685e:bbd1 with SMTP id
 3f1490d57ef6-e93323ba794mr13509939276.17.1755532387454; Mon, 18 Aug 2025
 08:53:07 -0700 (PDT)
Date: Mon, 18 Aug 2025 08:53:07 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140164
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5pq5W-GzABtg8F_38FHuvHYoP-Sv5NXJX79da1a2q3w4qcPi6FISj4Dyp0wdgNvTSAVJHwEbEeXMEZiB0lgu1V9TEKpsVf4sJ5qMQuaJ119SwVfG5FjnbeL2OzehclaPyq6FFCEZt7i5eO9fTqbcIC7O_nhH4w0ljq_Ga46E7-wlBoY3RMT-M7hXFtp3vQV5plPhH-OOmmlmCuW1lFSCMmAbUQwJ9n8I1Z0bBP94S4CUYHrgpAurxojvLqQril1QYGs69JJWqfZBqubhk1kAm4bkrck9hU9YZktkLKzecQmhOMgUzmh4N3Wg9KCtab78_J1lkjRuLtBrS2W68O66Bfq89ooH9wYhoVpksft4658?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110504489-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 426f0f2b7c1a0000
X-Notifications-Bounce-Info: AWoTSIHSIW8wZp0xqOZoybWkXerFdeYiDc8H_DhXVRKdGv97_ZDi7ZGJ-mnY2DMGDXErKLRrG-lfi8Hl1wwTVWyHnp7ZXG3PTLOlx3e8U6HOo1zWf6Dj_QArp6HZI8TW7_QiCMYLEl5Xc5F2gnzGKUdV2lQsvE3WxjaSc9CqRlSxEMMAKbUFOYrXMiQz-DUXQAqUHqveEKSn9vgj-4dWtVPALl3QNfN_l-n_agFlwIVy5sVPcZGqoPPOMJXt9gabchvNsJv9hq3Hb3OhfiYNDhLMEpjuU1eo-g8o_4848HGJxXXYWNKymIXUW5IDND5nAvAxeYafwKulZfmMoP23RlWUZA-SKnt21U37v61cQeDlJP5tmbo_tGbVvI921QQU3pMsxOgxyZyskPdsFnfwGyx7SS6QPpsw0gtgaeVLURueT2y4lJUo6gsylJwbqKz0COPD9WV7RHBWZ6UJFat_D6SeVbyGqhWfYDDRr6HyiNN-hKKn9nWpne5x8S_b8xvb3YxA3eg0GtNqM37yjDGJadDQ6EjBdEyir5PYxPOWRMtIEetVsLBqYyMsZ233ki6L9cCmnLsS4OPjj1om7c4L_b9N27JqYkvHQ8osaelqC1esIs1h21WVSszBw4geTTe-tOWUoT_CoSaQfC81NVXyKqxZ22xe_8VnZf4NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <ab71e97a35b40dd8a8f679a97e68e6bfda320d89-20189259-111087920@google.com>
Subject: Invite colleagues to your Google Workspace Essentials account
From: The Google Workspace Team <workspace-noreply@google.com>
To: office@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000058900d063ca5bc8c"

--00000000000058900d063ca5bc8c
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpJbnZpdGUgdGVhbSBtZW1iZXJzIHRvZGF5DQoNCg0KR29vZ2xlIFdvcmtzcGFjZSBFc3NlbnRp
YWxzIGNhbiBoZWxwIHlvdXIgdGVhbSB3b3JrIHRvZ2V0aGVyIG1vcmUgIA0KZWZmZWN0aXZlbHku
IFRvIGdldCBzdGFydGVkLCBpbnZpdGUgeW91ciBjb2xsZWFndWVzIHRvIGpvaW4geW91ciB0ZWFt
IGZyb20gIA0KeW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KSW52aXRlIHRlYW0gbWVtYmVycyB0b2Rh
eQ0KDQpXaGVuIHlvdSBpbnZpdGUgcGVvcGxlIHRvIHlvdXIgdGVhbSwgY29sbGFib3JhdGluZyBp
biBmaWxlcywgdmlkZW8gIA0KbWVldGluZ3MsIGFuZCBjaGF0IGNhbiBiZSBzaW1wbGUuIEV2ZXJ5
IHRlYW0gbWVtYmVyIHlvdSBpbnZpdGUgY2FuIGNvbnRpbnVlICANCnRvIHVzZSB0aGVpciBjdXJy
ZW50IGVtYWlsIGFkZHJlc3MuIEFuZCByZW1lbWJlciwgdGhlcmUncyBubyBjaGFyZ2UgYW5kIG5v
ICANCmNyZWRpdCBjYXJkIHJlcXVpcmVkIHRvIGFkZCB5b3VyIHRlYW0gbWVtYmVycy4NCg0KDQoN
Ckludml0ZSBwZW9wbGUgdG8geW91ciB0ZWFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9JaUs2
LWFqNGFPcWJFczhWMDdIRFNxSWtLTl9jblBtbnA1bE91M0F3c296alloRjdqWi12MzhpRUtIQTdk
YlNsLWFfclB3QTA1VzRnSHZUUUlpeXJTZHItNFlRVzd6ckVDTks1dm90ZU0tc1B2Ny1JUk5rQ3BT
VmstYWdDLWJkaUZmand4Rnk0cE5OQ1hwSEhtbkM2cVlrYU9OT0tqRFdYNkQ0QVpUbXcxYVpabEhL
cjN6RklWckVYR2pnakphUFlwbVlzeXJNeG9lWDMtd3BEdHZYalNxYWwwNHEtMkFySXE0TzhSZzdN
Qi1Dbm41MGlnNzFKWHVVYTIzNUlhYlRTMmZ5OVprMk54MlpJeGlVUm1CZW1YcDRvWmZfaC1CYnVn
cE9sbTFkbkdObVVQU0Q3YjJHck5sZmgwLUcxeDQ0VXllQT4NCg0KDQoNCllvdXR1YmUgIA0KPGh0
dHBzOi8vYy5nbGUvQU5pYW81cFppTFUzaU5KbW1ZcFlCTzRnNlhIT2laZE5WaTRaR2ZXSWtiVkdp
MWw4ZE53ZDR1OWdSR1hROHU3NnczczAyak1aT3BaaTVWWTRBa29xcDRBM0FvU01meGJtRFh3VFZt
RUQ3S0ZfSXktdlpYbG5TZTM1UjJ5aVl5c2RwU2tXUTFLUE9kbW5CMWlaWDZOWj4NClR3aXR0ZXIg
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81b3hidDJpWnlXUEt5Z0UzYnZiYzk3Sm5PV1lDY1lOM3NL
clZISEVoMGhtckNZaWNtU3lrai1KQ1F4Q2VmMUlxSlBFcTZLaDFBN0RZelhqcjg2dXBGNm53TFVM
SWxMbUI1VGFFS1l6bzBaMmVlcXBna2ZvZXdrSXJzRmFVaDVIcTJrek40dDFCUkE+DQpMaW5rZWRJ
biAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxX1c5YzZ1R20xUUUtaml5a2F1ZUs1bUZabmJwWjB5
a1laQjBiTkUxcFgxV19KeHpwcGpOczFpT1lZcXZ1ZlBlT3FWNXh2c2trMW1ycXVDY0E0YktSUko3
NHJUTHNBa1MtTWZ6c1ptc1dXeDBxN3ZPYlZSM01DVDV5eS1vbm9MNmp3NmlrTTdGSzQ4RmI3d2xL
YnR6Ykd6Wi1jTXo4OD4NCkZhY2Vib29rICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXAySTI2cm8y
SW1SbV9ydUZnQWhZbHlYd01VNWduTFFiNDhBcVhkUnhhUUtQVXNhd0hvS0IxQVpEbEJZSUVlU0dt
UU1EVVhnX3ZfYVdwTV9kRkZXREFaM3pta2VBbDBmeGduLTlUWVdWSXpiZVFOVGVPdnFJdDFJaEI0
S0xMQktnSi1rSUpxNHhzUGhCRkI5Qjg+DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81ck1hcTdXOUdOV1VjV0daaW1OMDZjNXRZdVZ5bjhkSWJtWE5vNlROMFVMeTRIcVVfVC1JQnNv
a2QxNTdYUDJ6TnloSUFUSVVHWWxCZUtYM3F2OG9zN1hycTc2NUI5aWZidWlYX05sSlpwZTBSR2ls
c3ZEdzM3RFJiT3hZbjBqZXFzRnZiV3plUzVnQjktcXhJblZMUXM+DQpHb29nbGUgTExDIDE2MDAg
QW1waGl0aGVhdHJlIFBhcmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWls
IHdhcyBzZW50IHRvIG9mZmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFu
ZC5jb20gIA0KYmVjYXVzZSB5b3Ugc2lnbmVkIHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1
cGRhdGVzLCBhbmQgdGlwcyBhYm91dCAgDQpHb29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0
aGF0IHNvbWUgZmVhdHVyZXMgaGlnaGxpZ2h0ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5v
dCBiZSBkZXBsb3llZCBieSB5b3VyIG9yZ2FuaXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8g
IA0KcmVjZWl2ZSBzdWNoIGVtYWlscyBpbiB0aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUg
aGVyZSAgDQo8aHR0cHM6Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZl
cmVuY2VzL3Vuc3Vic2NyaWJlL2d0L0FOaWFvNW84akIwN2Zjb3VVNld3aFFGRTVONXFoOTRVbl9n
YjN3VWhLMmdHdktDcFcwWFo4Tk1jM1FvOXZaRFBmaXg2X3NFMzVNalc4SlRaZHMzbzNUczFxSXNH
QTVCMWQzeWxYWjM1MGlRY1BDY3VyM3BQX0VrczZlQUlRc3M2NEZ5bjB6MWt2dTNRNm42amgzdXZj
X0pLYWRDTnM5QktPUzRBR0liNVRwVXhKRlJtVXlJbTdVQ3F4YXZNSVZKeDdYbm5LTnVPUnY2MFpU
Vk9oNlprV0d3QlRROVFtZHZ4a1hQaDlrOG44b3k4czRUQVVBbVc5d3BFTEJ4VGpKNEkxSFgxUmRW
RXRxNmVnM2hkdEd5VlY5NE1mSmYxRVQta0lJRTZERmszMld3ekR0X3lfQkNrYmFESGpyQ0xoQ2lC
MV81ejRFU09mVk1UY3BsTVpwS0tnWXhOSVB0WHlOSU5ZMnRWTHVQaGI0UjFydz91dG1fc291cmNl
PWdtJnV0bV9tZWRpdW09ZW1haWwmYXV0bz10cnVlPi4NCg0K
--00000000000058900d063ca5bc8c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Invite your colleagues today</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top: 19px; padding-bottom:9px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Invite team =
members today
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px;">Google Worksp=
ace Essentials can help your team work together more effectively. To get st=
arted, invite your colleagues to join your team from your team dashboard.</=
td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:4px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email7-new-transparent-w920px-h483px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Invite team members tod=
ay" /></td>
</tr>
</table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:32px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; p=
adding-top: 56px; color:#3C4043;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->When you inv=
ite people to your team, collaborating in files, video meetings, and chat c=
an be simple. Every team member you invite can continue to use their curren=
t email address. And remember, there's no charge and no credit card require=
d to add your team members.
    </td>
  </tr>
  </table>
   =20

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:56px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5oM_dw0v3ifOE-ZZUerd_9IylpshMy0gEs9pPxfeNpLzewmj_wjYg_Jau=
dTURqNM_qwJgwcCElGBNLqIypaIzM0o6rOnleVlbOItpw5pzCSXpn0KAmLuUeXVPP1syKhs7oDv=
PL3iJJv8MuygDG4aCkXzFQgb8ayl_z4EcSlx-3nQxoJ08qLkWn18WS1UYshJoe4qK7uB9JuyvFV=
dPblOfvvfLRHCFq4DEVuS3tpPc_J3-ta2nEKBVNQQlgoXJDj2UT-V4uldyZjmxCHL8cvs5O2QAG=
6FKd3upw_9RdXkrwa3cg1jA3t2wdeTz5ASkJlFi42JF0V" style=3D"height:50px;v-text-=
anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D=
"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Invite people to your team</=
center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5oM_dw0v3ifOE-ZZUerd_9IylpshMy0gEs9pPxfeNpLzewmj_wjYg=
_JaudTURqNM_qwJgwcCElGBNLqIypaIzM0o6rOnleVlbOItpw5pzCSXpn0KAmLuUeXVPP1syKhs=
7oDvPL3iJJv8MuygDG4aCkXzFQgb8ayl_z4EcSlx-3nQxoJ08qLkWn18WS1UYshJoe4qK7uB9Ju=
yvFVdPblOfvvfLRHCFq4DEVuS3tpPc_J3-ta2nEKBVNQQlgoXJDj2UT-V4uldyZjmxCHL8cvs5O=
2QAG6FKd3upw_9RdXkrwa3cg1jA3t2wdeTz5ASkJlFi42JF0V style=3D"background:#1A73=
E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;line-he=
ight:21px;text-align:center;text-decoration:none;width:255px;-webkit-text-s=
ize-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" t=
arget=3D_blank>Invite people to your team</a>
                                 </div>
                              </td>
                           </tr>
  </table>
   =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rgcrCMnXpsHim8CbBIG9R8y57MOgQ3xia9tFr=
JAnmnhRs6git-EILJ07HIq5fjl5LItts8ktWFJECqqtOzSbvwDYrRonsUZZX1Wb24-DXRDZD-c-=
I_iag0M6DAu5-rhYWzYRvo0Dw61Zb_FoE target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ruIVjyFFxxmt4EqqAU7seBok31B1zrlELEEe5=
VtJ6q7JepXOpWKS6OJIPSMQp3tcftC11U-xOZoWFAp-8oY55OLLke7c1-7VDPDARWROvNDLTC0f=
Mqe1wrqFK5BInVyBjGiak6IOEyrA target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pgPdGfio5ly4rbzWehV_q_dX_63ivZAa3n2v1=
Q-635LR1NynQTnhXxHsns72qvfZ1dqVyz63vCnZX6dNFSF8LWBx9o4cVrt2ZL86FbQGko03VK8R=
qYaanwaWQgSiJYZbG2l8dRzTV-HvvoVfWkpZQW4Lw2oMUAdN0 target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oDC3mlo_aftllq8-nzqxRY1Hbdxdh3AQuyPJh=
4TgFoYq5WSkwx6-hkuPoQzcwl5kuWNzxol9tzmGPaFn2qVQLUEe0qHX7c5cnexggJtjsS6WFTTg=
_cAyZ2OKa2vCqCNaKUc4G5WzCDUZHAy7Sd7w target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q2a6GUUf78WUN_OPNOrdzbdW6zh-DFzwT-iXl=
UsjjFpFB5vWSu6QxVGE_xOoBQSxPDibbL94ykZhHMU5ScOHloR2_r0iXdRsTZ4o76TSS4lGa4bJ=
FEf_aiqPihuO5uIzCPs56PBcmOUZQXNf_W5TpZVw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to office@24hourwaterdamagerestorationlongisl=
and.com because you signed up to receive news, product updates, and tips ab=
out <span style=3D"white-space: nowrap !important; direction:ltr;">Google W=
orkspace</span>. Please note that some features highlighted in these emails=
 might not be deployed by your organization. If you don't want to receive s=
uch emails in the future, please <a href=3Dhttps://myaccount.google.com/com=
munication-preferences/unsubscribe/gt/ANiao5pq5W-GzABtg8F_38FHuvHYoP-Sv5NXJ=
X79da1a2q3w4qcPi6FISj4Dyp0wdgNvTSAVJHwEbEeXMEZiB0lgu1V9TEKpsVf4sJ5qMQuaJ119=
SwVfG5FjnbeL2OzehclaPyq6FFCEZt7i5eO9fTqbcIC7O_nhH4w0ljq_Ga46E7-wlBoY3RMT-M7=
hXFtp3vQV5plPhH-OOmmlmCuW1lFSCMmAbUQwJ9n8I1Z0bBP94S4CUYHrgpAurxojvLqQril1QY=
Gs69JJWqfZBqubhk1kAm4bkrck9hU9YZktkLKzecQmhOMgUzmh4N3Wg9KCtab78_J1lkjRuLtBr=
S2W68O66Bfq89ooH9wYhoVpksft4658?utm_source=3Dgm&utm_medium=3Demail&auto=3Dt=
rue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubs=
cribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--00000000000058900d063ca5bc8c--
office/new/1754754792.M480566P2295094.premium320.web-hosting.com,S=35983,W=36635000064000000106217151007557630020143 0ustar00Return-Path: <34m6XaBEKAGkdVYRZWHJL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Delivered-To: office@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id WM80HOhul2g2BSMAVkXPrw
	(envelope-from <34m6XaBEKAGkdVYRZWHJL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>)
	for <office@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 11:53:12 -0400
Return-path: <34m6XaBEKAGkdVYRZWHJL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Envelope-to: office@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 09 Aug 2025 11:53:12 -0400
Received: from [198.54.122.200] (port=38816 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <34m6XaBEKAGkdVYRZWHJL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>)
	id 1uklse-00000009dvG-3z3N
	for office@24hourwaterdamagerestorationlongisland.com;
	Sat, 09 Aug 2025 11:53:12 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=y3rTtHkK;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 34m6XaBEKAGkdVYRZWHJL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com designates 209.85.160.200 as permitted sender) smtp.mailfrom=34m6XaBEKAGkdVYRZWHJL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bzlmL5r5dzC1X9
	for <office@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 15:53:06 +0000 (UTC)
Received: by mail-qt1-f200.google.com with SMTP id d75a77b69052e-4af210c5cf3so121976261cf.1
        for <office@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 08:53:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754754786; x=1755359586; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=25NNxdYItuswN/uqsN1cnAnxNam6vYCzfOKV1yZBxh8=;
        b=y3rTtHkKojh9c45WvoV3fGlYms8V7HEjtbKlVRvC843l+Gh0O2dOnMZhUMUlj/iF67
         583ZcomInYvee8RIQci/TR0zUkDacwdpefesZSIKh8aeQ0e+ZDfdqM5bp2yNsViyHTuk
         7iojM8F8ee1229BnClZ50RoBGXXcIev5O6bgkUF+H9RxcbM2ysaWUq2D5xB8FsDYRvYS
         I9WySLLKfWlm9Er0gTL3PR9T4pEts9VuIhVKkgAaow6zlFqDuKcVUZxCYHh3+Ym5bsXX
         IWFiNKqixlZCBo69JWgIZR2X5AxYw7OVio6xlGWHqIubJlZOlSjmDROSTab7XX/WYshX
         UP3Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754754786; x=1755359586;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=25NNxdYItuswN/uqsN1cnAnxNam6vYCzfOKV1yZBxh8=;
        b=Yiljg1FAQaYhSZvOpCC5wd15uXywjwcrjaArh/GgD+JxNdnrw9Jk394BjZsLFcVzYJ
         HyXi9davVEafwcIHYObvt5Zz9TMK/WquxUh48o6J2+UGLu7rWY+QpIrdQOwGCxEwF1x7
         +df6WEkB2t1q+GmNNqBMbDhaqzs4BcJ3kXvV7tLstuoCPOfrFhTCtlhkJnIWJ9lvhhcp
         WbroyL+YojB0QE5CnJuxr8Ul+insdHe6kiBCzesVEXmq6CP4woRUxuwsRaJhFKMfPKNT
         QsL3anHqwn9tU4vjYOWdKJOOLsISIBWxylLfBdADV0oASBjBEbJwg3hBqw4S+/BAs8u+
         pFfg==
X-Gm-Message-State: AOJu0YwJBxqsSAVJosZIH6HUa238blaTa+a2VPCjUmQkP5NDS/uH6osL
	T68SMXuYnaoUwAq3a0VbpfdBtlU6v2mygJ5XECMLvK2e7D8mYz+3QLdGajac
X-Google-Smtp-Source: AGHT+IEHBf/KgGQv6TktIy2JLu1GZHYGF1Y8r4sCUK3jNu8UGJyOLqOdztrDJ/mnW2wmJiCVOzgv/II=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:5509:b0:4b0:851c:538a with SMTP id
 d75a77b69052e-4b0aed0aecbmr92205131cf.8.1754754786146; Sat, 09 Aug 2025
 08:53:06 -0700 (PDT)
Date: Sat, 09 Aug 2025 08:53:06 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140159
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5q0Iq2dx2Qxm_N5vPezfd9-xgI5tXEzPAfKPaignMZtn5f9xf-sCU8LH7TJ4ywQOVoZBpxwAj-fCjZ50YYV9wkYSJFva1c-YLKSV_YdnmwbKMW600FDNRF1txa9bV6ghIPRCIls4G6TZ9PglbySRgKoET0KYG76krfbaCkzG8xpwY-ZoYCeEkIul6etHurkXFxIDNBy_kI7_cssLR5vHleKfKdWNhvEtt8BK6ojNgsRUw9cUvCUh5AH_-xAbY_H9VN_sdz_pNDiVZobLHKUdFXl9Ps15RJFX8eajegOTvr24e1lrBKztGLjuPSVMxTzX4E4yxQBEDpBk4ZOOaGkSKa--XVvS7ruxxaVZG4EDNZM?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110511039-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: e9c8eccb17ea0000
X-Notifications-Bounce-Info: AWoTSIG294QIV3J4W2XSrD6otltixR2HxKC3Uskn3fR_GoHTKePawRHxcHAw00K6Xkks_IHGsDKSngESjPqd7IhFOirkQiJdGk2KrRCL4cnT-6pQzAsC1ADToy5spqebPMiGHOj25DhE6Qz_1PI3itOJ_zZrZkgzkFNhp7EZKQyX__77g9NkTb2koDS5EAcaJhybF1AYIkVCt5GGzpTbbOOrKsvA-XsjexL0hwih5JWuTQw9g1EJsEiYGgGWlJRBo-VicDhldmmRXL_epDfJ-X8PO-L72932ZxZzkYnPlepPADujxdXYpEzvZrIs-SiHXe_C0xVpfZcQx55a9-tUUJM5AYkVpZoOJxrvQx0fEBfSWzHgcseWPnwzkY4xMGyZKGTO3pVbOrCM40IG8Mkd4JyuMQkfJti8lGyRWp87mAUJY5Ce1GwACIwwrcYGLrifwM9MSb75QZbgINJ4pZiy1klhz03K2NqTvl9dVbPpIF4kCPzk8FxTftZ4c4cMdOQB-IXEereHdS3gbVu384pi4rYBAIHtdrqndOK6LFNdCVNyiYAXz8-TetmMMrmBfbcC_UhfDY0zn-D5EUc9sNNhasN1XMrZOVB8Os7zGUNt0Gf3JiKPZF57O7b-3_CpMHG0GN34VHyEZU-CTbP4zZVhglM8g3melrZLOfANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <d7cb13d520ffee8c1e88b09b8396a9e869b6f5e8-20189259-111088864@google.com>
Subject: Connect with your team using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: office@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000b23a58063bf0afa0"

--000000000000b23a58063bf0afa0
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQpHb29nbGUgV29ya3NwYWNl
IEVzc2VudGlhbHMgYWxsb3dzIHlvdSB0byBjb25uZWN0IHF1aWNrbHkgYW5kIGZsZXhpYmx5IHdo
ZW4gIA0KeW91J3JlIGluIHRoZSBvZmZpY2UsIGF0IGhvbWUgb3Igb24gdGhlIGdvIOKAkyBhbGwg
YXQgbm8gY29zdC4NCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQoNCldoZW4g
eW91ciB0ZWFtIG5lZWRzIHRvIGNvbm5lY3Qgb3ZlciB2aWRlbywgIA0KTWVldDxodHRwczovL2Mu
Z2xlL0FOaWFvNW83UHcyUHJjbUNCRlZjclQ4TV9vVjJ0bGJuZDNGcWd0QmVrUERtNzhjcXM4Z1dV
c3lLNERwdDh0anVENF9ydnduclZDWFZCVm5sZl81WGF0RlNhczdUcUhjYmFSNnJVMW9kYVFkTENv
UkxxclY5TzgtQmM5QS1odm1JazR1enNfRG5YSjVaTjBDeWJEUG1KUXNxdGVaZzNtajdQbEttcFdZ
bm9KVzlrd19XMHNMV0N3WUp2Qi15WlZrUVAzX1N4WHFjdlFOTF9Fclg0ZW5Ld2tHdjJNNmRZdzlW
MVZweGZ5R0VnaURTMXl6bjhXVXdjbHFZRzdaVXVIemxjRTRJQVJIb3lUVkh6MGhlbjFLaHVkRHB6
ejBYUWJZPiAgDQpjYW4gZGVsaXZlciBzZWN1cmUsIHJlbGlhYmxlLCBhbmQgaGlnaC1xdWFsaXR5
IHZpZGVvIG1lZXRpbmdzIGZvciB1cCB0byAxMDAgIA0KcGVvcGxlLg0KDQogRnJvbSBkaXJlY3Qg
bWVzc2FnZXMgdG8gZ3JvdXAgY29udmVyc2F0aW9ucywgIA0KQ2hhdDxodHRwczovL2MuZ2xlL0FO
aWFvNXJEQ1ZiU3dpc0NxXzJldHR3YzlPclFfOVNOT094RkhXLXc5T3hwMGc4M3B4UThVZ0ZhYkt6
QUp4WEFVUjVob1F5bmluNFNwdnAtY05STFZ5UDFoWS0yVXAwNE1fU1lQU1E0Tm9qV2l1T1NGNlFu
Z2UtY0t5LU1IU0NsSW5vTWNwcHdqSmVtNG55eXpVM0pDMnkwRzZSQmNrQ3NwaFBuZ0xqQmlpWV90
TFBTWTJUQkwyeDFyTWRkX1h4UjdVWHpyZXAzeHg4dmJHd1pfSzkxOHktOEZhVXNMN1dkb3o0YnJF
WFZnblhjYjJHeDRSeXR5aGo4UHQxM1lmWUc5V2RXaE5GZC0tT0hXbjljRko2S0NfS0Vjd2t2NEdr
PiAgDQpoZWxwcyB5b3Ugc2VjdXJlbHkgY29ubmVjdCB3aXRoIGNvbGxlYWd1ZXMgYW5kIHRha2Ug
Z3JvdXAgd29yayB0byB0aGUgbmV4dCAgDQpsZXZlbCB3aXRoIHNoYXJlZCBTcGFjZXMsIGZpbGVz
LCBhbmQgdGFza3MuDQoNCg0KVG8gaGVscCB5b3VyIHRlYW0gY29tbXVuaWNhdGUgbW9yZSBlZmZl
Y3RpdmVseSwgdmlzaXQgb3VyIGxlYXJuaW5nIGNlbnRlcidzICANCk1lZXQ8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVvX1RlNmptcVp1ZWRrcFVmMUg0NW5FZER0VWkwV2pqa2xYWUdxRVB2d2ZQU1J0Vk5m
ZFotNWdEMUJfNkZfOG56TWRmS0gzOFM0b2d6RHFGTURHZDlud2xSYlFhYTBvRUFqX2N5OEpadGdK
OFhPZW5ESWRRMUQ0TEZGSWQ5bC1NM2lNQ2YzWGpmb1V4dGFjUlQ1eWFvMGlueDUwUnBhTFVOUkRh
aUV6TWV6N05ZVlFPWkRsSURMN0NvV2hhVEpRT0NxRHRZNlRLQkZEZldGRV9qb2xCeFMzdmptUmti
Z1lFelV5OW1HREJLdnVnUUY3RTNXelV2NFY2TVA2blczQWVCTGxnWjZvSFIzZERZOVZrOXJwY0NI
blE5azN6dk1ZS3JjUWpPY2NaemE1ZF9ZRkFkQWlYYlJjMkFXOC1mcll6LXdjRWE1cVA5YTA3ckV1
eDhzN2xNX2stR1E+ICANCmFuZCAgDQpDaGF0PGh0dHBzOi8vYy5nbGUvQU5pYW81cmdqNHlMaHBE
RzBNUFJ4QmJFWklDZm5XdHRHejJpTl83YUtoQ1FNaEpYODlJY09lOTRZc1YxMllNYzBpTl9ROXR4
eVJ4SDk2eExfdlA0UG1qdVN4Mm1zOFRHRkRFcVM0Wi1wbGkyYXVrY0tMY1VnaXE3c3hZcm01QUJo
SnFqWHYtYkVXM2Q5Z3FXaDEwMlV1aUpraFVtMElNRDJtcWFBenJUQkpBUVgyWktuV3lPV3RVUFhD
Zkg3MllOYWRIbW8zUnVGQzVucThMbGhOMGRQMkluRzVrZl9NLTZJQWR3TXF5ZXZUZ3ptUmh5dE9w
WW9idlBZcllIMDgtT3QwSGJmNXg3UEt6WDQ1M01DMmJDcVFNWFdsM0ZqMDRWNDVGdFZva0VpZjBo
NTg0dUlRR3p3aFdDNnZBMkNqeWRxM3JIM1pEbTFBblZZeGhtYk5IVDhGYWZKZGpBMUdvPiAgDQpw
YWdlcy4NCg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxMFgwb0plZ1R6
dUVHR1dnUDVIVWg1U3hWci1haUlDVkRBYzNMamVqc2xxN1NBQ3lZRTlTdVA4b1c4UnE1S3dQUVV1
N2tHSEdYZUV2WUsyTEhUNnpIOHZLTGFHSDB3YU1icWM1QlFXMW1xbkhCc3JQcEdzeF96ZXY5a1dO
Vzhtd18xRDJwWmEtNl9mZXIzPg0KVHdpdHRlciAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyVWhV
VjExS0p5Xzl6dDRtdW4tSUZ6THRkYk81TzlmSnplSlpuSnlUazh5SmRWMG9tSlNpWFpQYS1RSmZm
MWhKcExQOGYwQ3dRelVSS21qbHlzUW55YVVaQS0tNDk0RTRsOTNhLVpicUNSeXh1X0Qya2w2R2li
UGJZQTVzSzBJWGNJMDVQV0VIYz4NCkxpbmtlZEluICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFn
Nlh5MmdvZ3dZbHBwREtlaFdCbFh0WjJDV1pHRnZZQS1BSmR3R3dsRWIwUzlRa0lnQmVnZEs3TE0t
bmQ0VUhfeVB2WkpYVkdGQS1SaGw2RUU3Z1pHR2JOVEcxQ20wTm4tSTZONWZSRDBQN2c0alZoSmZQ
NHd2MHIyNHV4aTNodlo5MDgzZ3QteE5UbHoxUWUwQXRhZUcwRkRNS1JYPg0KRmFjZWJvb2sgIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81cFpUMmswbGdpY2MzcUpGdUFBRWFiWHpvcDB5X1BJYjFOWldG
WkhwR0xrUW93N2F4WmpjWGFHYVpzNGwxYlJHS2VQTlh1dmc5bEZwRkVpTE1sY1hEclJPR2ctVkZh
TnN6aWtZbC0tSndOQ0dlX002ZG9CTmlHdUN3YzZUYkFuWlRrMmUwUmJEOWNVcmdPMXFpZz4NCklu
c3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyQi0xLU9EcjlxZkszM1NMMHdVOEdVTHR6
SHFDZHpPMV9faERrUEVWOTBPdEdrZkZBMEVEOFI3akFscUJVREd0ZmFadGp0N0ZFMWh4dHRyTXlv
U09YQkMyYUVlRFpyTVZMdHBhYTJGUk5GcWVzOTNmcjNuM01sdWtVR3lIeEtrbTA2YmZTVUlnQjl0
V1R4NEVMTHpqVT4NCkdvb2dsZSBMTEMgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRh
aW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2FzIHNlbnQgdG8gb2ZmaWNlQDI0aG91cndh
dGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNlIHlvdSBzaWduZWQg
dXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBzIGFib3V0ICANCkdv
b2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJlcyBoaWdobGlnaHRl
ZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5IHlvdXIgb3JnYW5p
emF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2ggZW1haWxzIGluIHRo
ZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczovL215YWNjb3VudC5n
b29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3JpYmUvZ3QvQU5pYW81
cm9ma0dybHNDcXRqMno5a2R2MmJjMVU4LTJkeXA5TUdsU3ZqWFVzUzQ4OTJmUFVhOUNYZ2Y5T1FM
RXZ3dTZfUjNkQlVlV28zSzRtTlk0Umc0eU0tQVVhOE1SWW1qZ2txQ3g2ei1WcE4xOGJKTTRuZFVo
dUxvazVKNWVBWExYYVgxU0pMdlVPWXZBSDdwd1dLT1ZVODVKTHloUzV2WWlCeGJaZ2d0R3BkczBQ
UmZ2M2FMcDBMVGRyYzA4NmRxQzRJdHBjdFZEdTFkcEtwRHJrMFdpVmNBbjVSMnE5VVoxRFdrSktN
ak9FdTMxaXd3ZnZEdnVFdmhnVnpfaC1RSktvMXpBNUQ1cWlkdlZxVXM3dEo0TUxMRjZZcWEteVZB
NkRYMzQzbDFCSXdScS1COENJVnFXZ29aajh4R19PMHFWcVIzZlFoT2NFbGRMajBNUVhxdjJWZWQ0
Zjg2N28tUm9pVTJDTUZPZUxRP3V0bV9zb3VyY2U9Z20mdXRtX21lZGl1bT1lbWFpbCZhdXRvPXRy
dWU+Lg0KDQo=
--000000000000b23a58063bf0afa0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Fast, flexible communication</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Connec=
t quickly and flexibly from anywhere, on any device =E2=80=93 all at no cos=
t.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Fast and fle=
xible communication
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Google Works=
pace Essentials allows you to connect quickly and flexibly when you're in t=
he office, at home or on the <span style=3D"white-space: nowrap !important;=
 direction:ltr;">go =E2=80=93</span> all at no cost.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
10px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email4-gw-transparent-w1730px-h1058px-2x.png width=3D480 height=3Dauto alig=
n=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Fast and flexible comm=
unication" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->
    </td>
  </tr>
  </table>
   =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-meet-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dmiddle align=3Dleft style=3Dpadding:0;pa=
dding-top:0px;vertical-align:middle;width:64px;color:#3C4043;padding-bottom=
:19px;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
meet-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:24px;letter-spacing:0.1px;padding-top:3px;" dir=3Dltr>
    When your team needs to connect over video, <a href=3Dhttps://c.gle/ANi=
ao5qT647iNagGhqvog8GNuqwzz8TnoZjjI9RY3_dAdx_t2c41DyLl5ZaYNVVtafpVLVikEYe_iu=
PiaKYj6xvOg3M5ResqB6X8ec_jM2n86re-DNscLyUBSH0A-tyA-JAjgA45uSl3z-S7lrONNFy7E=
Fl0sygwhD2L3jf6sF8DXAHe_Fm34Jn1KUiohvZjZbqCpjHMCyPXbR1QgD2sV3ofGHfZGbVCw66H=
z_dLHW0TMAxAfwP6nxLmNfIycvw9YTJ7XGwD2qmQpglWYwY438AGXmnQ3DfHLg style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> can deliver s=
ecure, reliable, and <span style=3D"white-space: nowrap !important; directi=
on:ltr;">high-</span>quality video meetings for up to 100 people.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-chat-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dtop align=3Dleft style=3Dpadding:0;paddi=
ng-top:17px;vertical-align:top;width:64px;color:#3C4043;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
chat-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:0px;letter-spacing:0.1px;padding-top:0px;" dir=3Dltr>
    From direct messages to group conversations, <a href=3Dhttps://c.gle/AN=
iao5p7X3duRVogMGjXp-Zb4VIgzAA3QAWQK8mGZfeBBXfmvh0jzy-6SsK5XDuNWnr20hYGKkhzk=
TwE5FtRxSsraZobOCvZ56fedFuJGhvAJk1aEkp8ISpTK0c-izk2f1qoso6_La8X8dodukYQfPoT=
QcbU15ZNZC-dpSKaXpFIsG8n1_XJKMln3jd-MtELOVNtBDQ1BgR-ZU3EmwQMgvfnuHNIs9b_CVJ=
lmlM3TxT8WBMXz-4dVqp_ObXmhTneLpkTQwPoeV5MVCW2D1yqNfRrpz5nbD5aUw style=3Dtex=
t-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a> helps you se=
curely connect with colleagues and take group work to the next level with s=
hared Spaces, files, and tasks.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:40px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->To help your=
 team communicate more effectively, visit our learning center's <a href=3Dh=
ttps://c.gle/ANiao5rx7Iik1lnwDaVD9PnYJ_5gmgI2-lqo0rFvfw_BEVvlrLhTGT7YqrHLnq=
x7BK61hDQQGYaFZei9adbsFCtXVRwVB3nVHib76mq7rvG2MghivabNGcQG567x4KZ1ftItmOr7H=
o9GH-V7frxyFePWojqH0D5hCFh18XFgx8KfUHXeeeFcPn6juwc0L2p-5PLjCn04exBR67Ip0tqs=
4Uy91e0NVapker2FGLNybOqXmV6FaGpKdxrfsso3g08vsKODfVY3rUdUcOYvmzWh2Ytzhh_56zm=
CoNGv_9uoRHjGO6ANh7Kt6CvbgHDXMQvJbUgD1Y_NRFEN20-MHUB09LX8tT2JzuWMwg style=
=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> and <a=
 href=3Dhttps://c.gle/ANiao5rg3hYav8KIedD9CUkmA-o_g0KNhRT7qTebGm1mVocoF8rnL=
I5hgrw9fZHSqazNAhBCENZNd1iWxD_bHUcrh947ZXYOIsfVvw22KL06nqeTtwamG4s-UV7Shz--=
jQWacRF_xl4SU5WByTP7jN1ig8cgDuNfdF_YcSKQv-kuri9K8XKGUa1fMIi2Cu-AlAbXWvtXCKK=
GNM0qD0xEx49i7n3-X0XicW9EkIHTmk9xi4iWKFkTQvi1Aj1JjB7w24gFM1PvLq7EmjXEGYElac=
rSRe-6SffL-hja-i-pMMhW1zZpbMqQtPjtAG29sucNrVbXF6PY7jkouC-xs79guLRyW5G1VAPSx=
Q style=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a>=
 pages.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rfsDrr0a3HrNrmzW2YhIQbbw4Y8JMk_Gwj0ro=
P552IZhoRa_6vLqHhs_1499hVJI9Sm7E5YzF0fcXfetR_CSK01IZOBfCnt0Q-RB8HvRYF3lKHe7=
gLn8Wzy1I6diYW-Ci0d7dfovfjrVHr7wE target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qw4K8ExlTvs8205v61l5UbwpklEX1NCSJgZnz=
0nbFUEj0zq63QnyqsdLWshvGkzuKmY4FCGlIYfect0SX6twb659GleONT5vzfiF9Eo0ekX67Ont=
kYPfSFH_T7n9NxF1SCiimuWgJp_A target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5plXPcEem6Ei2I7LwCOeTIl0h2LAqPiBhJGeD9=
2wUYHhuYb1KK886TNdg183b6ZeVCL_jeef5YLuDc02yIkRRIrUnrU0quiQsdqwyX6GjAhkEcURq=
b-Si5gbILMPVevRvFFTTh86Sw-B2XGdxeOe0pCTFVClQd_y0o target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pKxZ35JXrA_ZXg5-Qv6VlGWL6f_BiyywutDxb=
yKvc13Q1wn8w-iTich4UF8UHkCFDXeXEKIzAVCYoF8IGen1-BjousEIgY_IAj1OviZ7bppADmx5=
IB90VdSdZZRXtweVaaU1FEZt6KUCysscsFxQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r4-_IWoOvxPsjJuJCyrnkqxNTepBRH3ftuPy2=
W_z_NWaFHS3YZw2qh7ki4tQ7pS7uKhR59Q4UnZOYLdQo5Mhxn3_PW98smkXSEr41nLXiBGya-ys=
cmWCP7D8MaNi_5HWfyU4SGMCB7tMQhPSLv7rfoAw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to office@24hourwaterdamagerestorationlongisl=
and.com because you signed up to receive news, product updates, and tips ab=
out <span style=3D"white-space: nowrap !important; direction:ltr;">Google W=
orkspace</span>. Please note that some features highlighted in these emails=
 might not be deployed by your organization. If you don't want to receive s=
uch emails in the future, please <a href=3Dhttps://myaccount.google.com/com=
munication-preferences/unsubscribe/gt/ANiao5q0Iq2dx2Qxm_N5vPezfd9-xgI5tXEzP=
AfKPaignMZtn5f9xf-sCU8LH7TJ4ywQOVoZBpxwAj-fCjZ50YYV9wkYSJFva1c-YLKSV_Ydnmwb=
KMW600FDNRF1txa9bV6ghIPRCIls4G6TZ9PglbySRgKoET0KYG76krfbaCkzG8xpwY-ZoYCeEkI=
ul6etHurkXFxIDNBy_kI7_cssLR5vHleKfKdWNhvEtt8BK6ojNgsRUw9cUvCUh5AH_-xAbY_H9V=
N_sdz_pNDiVZobLHKUdFXl9Ps15RJFX8eajegOTvr24e1lrBKztGLjuPSVMxTzX4E4yxQBEDpBk=
4ZOOaGkSKa--XVvS7ruxxaVZG4EDNZM?utm_source=3Dgm&utm_medium=3Demail&auto=3Dt=
rue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubs=
cribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000b23a58063bf0afa0--
office/new/1755791595.M790413P3509678.premium320.web-hosting.com,S=45656,W=46570000064000000131130151007557630020135 0ustar00Return-Path: <35UCnaBEKAFAE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
Delivered-To: office@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id oHXVLetAp2iujTUAVkXPrw
	(envelope-from <35UCnaBEKAFAE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>)
	for <office@24hourwaterdamagerestorationlongisland.com>; Thu, 21 Aug 2025 11:53:15 -0400
Return-path: <35UCnaBEKAFAE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
Envelope-to: office@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 21 Aug 2025 11:53:15 -0400
Received: from [198.54.122.200] (port=54823 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <35UCnaBEKAFAE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>)
	id 1up7bH-0000000EjEI-2S9M
	for office@24hourwaterdamagerestorationlongisland.com;
	Thu, 21 Aug 2025 11:53:15 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=uoNJ79kv;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 35UCnaBEKAFAE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=35UCnaBEKAFAE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c77Bs6GjWz17Wh
	for <office@24hourwaterdamagerestorationlongisland.com>; Thu, 21 Aug 2025 15:53:09 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-71f9ee9670eso17892677b3.2
        for <office@24hourwaterdamagerestorationlongisland.com>; Thu, 21 Aug 2025 08:53:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755791589; x=1756396389; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=dnckCNB4fpeI+NmaETZOMx2oQ8yws8Aw18B/qMj0BPI=;
        b=uoNJ79kvZELoyFz/ioOjO7A5CHsT4BMPgC2mGSVs709oSbOPG2yHQfB5KsnsmfA/e6
         6waErr3s/dsii7NT2fl1Rw//0nhnZLO2W5+8pwndV52TT8BCwzr+CctyuxG+8ppfBMpk
         m4NKsFd/MVG4jRezyxO/DtdkYUWtfnhiHkSauFcX3hFoVa6qRdo1hjEeul2aKaQTZrxH
         E6qUYMO7Y2IZZ0v8lX3aoN1drvpywfb36XgsW50kiXYsJMHR7m8uqHys6y6biW6sxZyI
         g1mxV01vklT6TCBlQKi5iID8AJLYd+gRMP02QAEaONGIKaVFTWMpE4olbDu7Wdnxp9Zk
         HBKg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755791589; x=1756396389;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=dnckCNB4fpeI+NmaETZOMx2oQ8yws8Aw18B/qMj0BPI=;
        b=IpMlsfv8o2qJZ8AQSN42NKSPVqE7qavHC8jvyWsIIdOnE1ER7uB9yg5dv8sDvcLD0/
         lYpByUBLKoeYx0WidWeqF4eWpxGE0rqjS4qpISZ0HhctdNu31/7NFod9R0FHfw6B3KGg
         7uhXxXjd6Zz9IL9+/X9Xy2HWzy/yOdzeCcZVvdvVsIIB9y01YzoN/IjQtJjlKZylsEVo
         rb4qzlsr2f+VUUZTmHLqCq5pz1jm6Qj7bParbCVtDoctirUOYSFz4TaoZdPZ9ztPAdRM
         F/MgAfCM64DR0xcezDJ1o3mChimx9XjpjTuhDhqESDfa+Vbq7noH21DwYvVI6mHHhZC0
         Ab9Q==
X-Gm-Message-State: AOJu0Yxa33/pyUcKH5/4FUOlGHf6c1/85+7IS/eyUbmt7pOeXglEwYjN
	l/xkLJWIHtk/b1qXggbi+2YWQp+jX4MSDT7793fUtAhIb6pgYakWVWp7o1aQ
X-Google-Smtp-Source: AGHT+IGZct7E14soX+8MtyjUrMfanYejE4zOG+JhYDoT2X5O3Dv3Mwn+nrffSGVMEKXZF+nPb/5yW8U=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:6c11:b0:71c:1673:7bb6 with SMTP id
 00721157ae682-71fc88e933emr39771567b3.23.1755791589404; Thu, 21 Aug 2025
 08:53:09 -0700 (PDT)
Date: Thu, 21 Aug 2025 08:53:09 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140167
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5ozkgpkBMjPCgnh-rYOqd3K-icgMmdJMRSdQc7Ugcweu_M84oDRxmcq4CRbLwvKN2xPIyN8qN-dtNBuawC8enlYZ8tgLju4Pg_uZfg2cpsoK_RguELyzyC8FvLFaHQ-jPPStEy_8msQDDewN54lQ9Ntmqi5fRAik5rOXeNvLCKA0KZlvZXJicYrLLMUxDWPVTrQlWNtARrlQE0ZWvfo8Zg4JviD8425rWhCE8VcRjat_EZ-J3QJ-7aUvh2DHtEVQxy4jo4fqmJJ7zKrodf4SByy27t-5tvY5JRyV49bb5HVkds1yvocPpZD3BDh0BCXC5wJ1bB1wunSdf5rhLK6WFntU9nvC8oWgTrPaviK_W1F?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509819-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 013dc3bd2e1a0000
X-Notifications-Bounce-Info: AWoTSIFZtYpsF05fo5hclq2gWjvvvCGAZWc-OFFYHNeHgcq0WTmjaWymsJujkxj-k77QFDc0sMjcekjZ6SaItoB3uRstDuooY_YFP9VHmqCKlPaOKCsX3V1rfNpWmxo3HEc4-t7HljTQy_hNrLtEqFZ7-NVY6mKhpSu-WYbFPiI8MgS4KLfehTB31OydWKZ9WPlDOGR3J00rzJ-FgOueuz2-9RN6INo7xJcBYZNzQqicz-XW_JP30NnDse4g881V0dQ_hgYWROJdRuBn6O3a-qnFH85xlAhBsFDQd9i42kIq5TSGPqBCvzgxm2pxrLgj6_Pj-tLMeji0stpAjv35Dy3BObPKan1p4LU8cPudAbq9dJHfe8DU8cCPBea1VN2PE8sjvY4Vc5PVM9pljyO5lzngvUWRNkLEPOPH8Jtsgioq2XzZ5NXAZrlcjFneqFF7600ySyt-pfkAa5VR0dX4aZAb7ZUTeA_MwP5X0bZ1f_m6Qdj3Z99lRh-zdH2WFAfn6BFSkvvPfTe9q-9oF7vFZE_slwMwYpmWv0oV9ezDek7UpRfEGMoutlEaLIYSaQTEGqhQrB8my7ttGjQ9YtJHL8R5ejc325bLNr8_dgZucd4rd1TBSamDJCvXUFJHyuJpF_HJy6IlXcwbOv9ulzsxjaSmbGxWgmu4YEwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <01475856c6812007811f4b2789582a22884101a6-20189259-111085101@google.com>
Subject: 3 tips to take productivity to the next level
From: The Google Workspace Team <workspace-noreply@google.com>
To: office@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000fc6f4d063ce2157a"

--000000000000fc6f4d063ce2157a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpUYWtlIHlvdXIgcHJvZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNCg0KTm93IHRoYXQg
d2UndmUgY292ZXJlZCB0aGUgYmFzaWNzLCBoZXJlIGFyZSBhIGZldyBwcm8gdGlwcyB0byBjcmVh
dGUgZXZlbiAgDQptb3JlIGltcGFjdCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UuDQoNClRha2UgcHJv
ZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNClRyeSB0aGVzZSBwcm8gdGlwcw0KDQoxIENv
bGxhYm9yYXRlIG1vcmUgZWZmZWN0aXZlbHkgd2l0aCB5b3VyIHJlbW90ZSB0ZWFtcyAgDQo8aHR0
cHM6Ly9jLmdsZS9BTmlhbzVycVltN0ZSVTVZbnU4QjQ3VXZiMklDaGhmajJDamEySHBpc3RBOFVS
cGZUMlEtQ1MzWEp4RHRMZFhBYTAwRkVTUVRlWXktdVFKckVPWmxZbHFlTnRHa3FXYnFOZllHUzhK
cGdLbzNSNnZVeFdUak1rX3NGZmxZT3Yxbkx0YVdJSHpabTA1QlFmQVB0VktVaGhYTnhIOTFQX2d4
YzVfZWs1Nmk3WDE4MTQxTFprWjdPTFNsLWJjdzlXYjJLQVhHalE2dkFPdExXalFmQTJYTkdLX0Nz
SFdjQkpPb3ozRWgtNm5fWmsxNFFlWTFaYmlpNzB3a2xqYjl5amZ2MHJObGZkeDJwSEZFdW5pemZV
V2dDVUdXenhSc2lyZmVqVEdQeHcwb3B6TWF0TC1OVkpfMk1rWi1fS01LVV90MHprNTBDclZ6emtE
ZTlvbGpZd3dLbDZ0aG5lVW1tYk9TdUdrS0tJdkVleHQyT05qVF9XTT4NCg0KMiBXb3JrIHdpdGgg
cGVvcGxlIHRoYXQgZG9uJ3Qgbm9ybWFsbHkgdXNlIEdvb2dsZSBXb3Jrc3BhY2UgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81b2luUFNzLXFhN1EyUF90MDRmTkVTV01uaUxkQzJnNVg2bWg3LUNPUXNw
QlluSnBLa1JyZnZNa2QxTlNZS1pkT0hRUk5FSU9SeU5zN3hhQlFYaVh5U1lETGtZdnVCNjd4TVp5
ak44QWtYblBFY2ZlNnJmZUVKQTM3VlBTRGFFWkNRWU9tc2N1ODlfYnRUYnhzX01KbDlxTXF5eWlZ
eDR5ZWk3UlFXUExHUWVFbVJIX1VSOUNfRWZodkFhdWZSQVpucUdrLUJMN0FFel9iS0ZWR0RlcHpN
a3lsQ0w4LTUxYkFHNjE5UkhBcE9sdnktUHluY1dkSmdEUFdtQnNYMGRzTms5WURBMkpRcEdubm5o
Q18tUkN2WUJyWnNOMndBcG82elkyVXRsd0RxczdMeGl5b0tELVo1OXR2M0N5cDgtX0FvNVFLWDll
MXVVY1Z6a0ltVG0yMnJoUm5lZ1FCZ3ZGUDhHZGc+DQoNCjMgUnVuIGVmZmljaWVudCBwcm9qZWN0
cyB3aXRoIHRvIGRvLWxpc3RzIGFuZCBwcm9qZWN0IHRyYWNrZXJzICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNW9hcTJmS1hZVWFGeDE2V3JCZWNvcGJ4aFM3X0R4NDdkYno0YkJOZW9OUDVuNEZ2TzRi
UGRYSlVQd3VWSEEyd0pDa01za1dIWVV6aXBvR21HTzJrRGt2N05PWDB5aVJ5RnlxREh4dzhZVGs5
UEFRUGlVdWFEOTRaS0VPcmdUYW9WVGlEVk0xTUg0LWx6ZDJReDVpUW5zSUtiVjlVeVZLS3ZFaE9l
dVNQMm9PQ013NUdMMXNRUFdnV0F1cUVZU3BiNUt2SDljNEFmcmlSSHNqTzdTanRaWUwwUTF2cmo5
MUloakRsZ2JxQVQ2V1hvNDd1aTFvV0JHVEVyUnFvQ1NDdG1GY3BrYy1kdWlhT2lldW5tWmJTU1ZV
dkZwM0dKWklFYU1LQWVUVnJrRXZBazBZRWN6Ym9yVHdHNFJPbHFfYmRzZXROSE5WTExVc1N5UmlW
N0xUNHljdWRFVEZnUVlIMkp1SE1oekcwR0ZSUUlHdFQ4WFV2U2ZWeDEwY2diOHRUUUtzenc+DQoN
CkFkZGl0aW9uYWwgaGVscCBpcyBhbHdheXMgYXZhaWxhYmxlIGluIG91ciBsZWFybmluZyAgDQpj
ZW50ZXI8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvY2lWaFZsdktkcE5IcVNLeUJEWGFkc3NJTjMxV0px
ZFVsODllNEtGekFwYUpvSDFpWFNDbkZxTkZPMVFKUlZmU3RxVXY4TXluUDBTaVl6VURqeHJobk5H
WkhsUWFJbm80M011OThLTzhNTGJfdWk4NURDeE1qdzJFRXQybVBscWw1eklFUzNhVk1PQkhZa2lG
QWdFbWN1aHpXZThyVXpiRFpTUEdSR0szS2s4ck4xX0tnd2hfbmtXQzFKdXFYSHdWV3YwaERXTVBH
VEc4S0EweVl0WU9DZHctV09iWGVCQjE2TW9qSEZUZWp4RWxCQkc4RzBsR281bXRQNk1CUUV3ZVdZ
T0ZJNlgzS3NRakNEMEpqLUY2TUJUMzlHenMwNzRPVDYzZEI0OTZqNDM0UnpJTkxFbWNpWVZWT19Z
Wml4YUdZd2tRNFl3N2g5WHJsTndLWVBxb3phVkE+Lg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6
Ly9jLmdsZS9BTmlhbzVwTEx3VjNHTlNhcmlJbWthSi1qWUdGSFhfSWRxU3lKejB6Q3lVeGZYTmJX
UmlyVWEyVGFRYnRVaEowQ1Y5dFZEZXVkWVBSSWU2N2tLZjZUcTFXX1JYRjRoM24ycVRrcDMxYVhn
WkpZZDdUZVVodWFldUo0TzR3TFA2XzNtdm1QVWVhdjI1bDRYMUR5LXZhPg0KVHdpdHRlciAgDQo8
aHR0cHM6Ly9jLmdsZS9BTmlhbzVwc0xDdU1oN0tfTzM2LUI2WEdRZ2xZRXJHcmp1c0VURXJVVGVK
aHBMY0JHS3pITDZyaUdfdW5MQlR6X0gzbWNCZmxMU0xmajZPbHJtUV9GU3NUOUg2WFF6c0xjaUpa
MDY3VTFTUG0xR0tLT2czbnI0UUVYX3BDaWp1OGJ3bllnX2c1cjJUV25ZUT4NCkxpbmtlZEluICAN
CjxodHRwczovL2MuZ2xlL0FOaWFvNXB6Z0JDTFN5QlRZTDRNUGFEQWo4MlhGLWVERG5CdWZEMTAt
dVFQUjNlX0YxemlVSUJsU0pFVmxrUEZzMlI0UER3R2VudDBuMTlST29RSjNLMlFLanE5ZWVFSlot
TjFtWl8xRThMeXNGTlh4TUdUTXNvV3ozY3RSY3BUQTZ3NlFkZ0dUNy1aOWR2NlFtYWZjb0owekND
NDhhVGtpZFJuPg0KRmFjZWJvb2sgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cEwzTXpHbVhycjkz
MkQ0WElIUnZIZFlfU3psUVctWTRSS1BlMnF0dzdVZUFtMElvazNpREhQOW11ZVNBYzNvOE9VLXpq
M0pNYTBKNkNqVU9ydzRDYkZ0bERRREppVHN3bzlSMDhrTVJWdlI1UXgtSnZyT1FuUmlaYUFEcnVB
WDl3Wkptazc3MlFQX0p3cHQ3OD4NCkluc3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVv
RERRS28zVkpaUGtrd1BFdVpDUVJrTmpWNzNCZVM1NENDMG1JRGdCcGhiWGJTeFJyY3F3Q1M0SmxX
M3NYYVdYM2J0NEJ5d2t4OWhHdHluMW5nU3pmZTh0LXR6OEl2czVvbkIxV19vek5oTUhVNXB2M3NV
RzBzYWc3ZHdZdWNFa1k3ZzdhZ242Nnhub3dkUWd4WFpZcz4NCkdvb2dsZSBMTEMgMTYwMCBBbXBo
aXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2Fz
IHNlbnQgdG8gb2ZmaWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNv
bSAgDQpiZWNhdXNlIHlvdSBzaWduZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVwZGF0
ZXMsIGFuZCB0aXBzIGFib3V0ICANCkdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRoYXQg
c29tZSBmZWF0dXJlcyBoaWdobGlnaHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90IGJl
IGRlcGxveWVkIGJ5IHlvdXIgb3JnYW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAgDQpy
ZWNlaXZlIHN1Y2ggZW1haWxzIGluIHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBoZXJl
ICANCjxodHRwczovL215YWNjb3VudC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVyZW5j
ZXMvdW5zdWJzY3JpYmUvZ3QvQU5pYW81cTJQRE91dElEeF90eHMxUmZhZkhBYlBJaVRYS0c3NTBk
bUVUZEhjeXdnMWJtTXZlZktWNVo1akRJZWV5MWltRmhWaGllYW9ZTmF2aUFCUWZ0YUFPRktXN1pf
amRUVC00NDNNT2dZWXR3d3hmS2F0OWVaMG9neEQ2WGhaQ1lGeXVsMEJEZUg2YzRvT3FWQWE5X2tZ
SzRyQlZLSXVnQjhocmdURzRFTkloMklyQW1ocDJYWjY2Wlh3TTNXX1NEOHNRT05pSWhQZU5JcGNn
NTI2QUJ4aG5xRkdpeTdxMkEwdmRGY1ZSN0RkeTYyNm5zMy1rZjNEQlZFSnFRM21rWC1YU2gwNnZT
Qmc5T2tqX2lRUV9mZ2g5dGZEWjU2aHFQQlFwTkpEcVNCV2lMMlNlZE11SzdTRDIwbmpxNXZIU0Ny
QUotR1JqNFlyaDZlbGRnZVFzZ0YtSFhVV0JkbC02UlhRZl90dXZzUTBRP3V0bV9zb3VyY2U9Z20m
dXRtX21lZGl1bT1lbWFpbCZhdXRvPXRydWU+Lg0KDQo=
--000000000000fc6f4d063ce2157a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>3 pro tips for productivity</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:18px; padding-bottom:10px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Take your pr=
oductivity to the next level
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px">Now that we've=
 covered the basics, here are a few pro tips to create even more impact wit=
h <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
19px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:19px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files//g-suite-end-user-adoption=
-email-8-new-transparent-w1578px-h860px-2x.png width=3D480 height=3Dauto al=
ign=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Take productivity to=
 the next level" /></td>
</tr>
</table>

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:24px; padding-bottom:24px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Try these pr=
o tips
    </td>
  </tr>
  </table>
   =20
 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   1</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5p07qdSggfAYmqM-4AyAonaPQEonghC3xc=
RIW8tih4zYksbjZNgOc0KWmDWpktuYk5MJOaMJljuDFZRekmDyH4JIFw_2vKYGa3mbNMOZHHr8B=
YNuEBgejdJIdWsOU0l55oxs3Jn6zdkF91PFuF79RbVIp5rUlaszfhnDCXYib54padsBXtgUgM15=
abbppE79wN-hhFdWeZSTk-h5LfCHetkUxJD2tMjKup_KEJHFT9PIdgrp_2WkJ6489wZl0F9j276=
Qfh_TPqs1LIH693sbMsuJEuJtEnwMScjsrGMPTHQfQtPWvDA0-NjELSB8W6E8eGjAP3ms7XIm3l=
Od0K-16ig-zmEm4_Yto2yC2OxFVJk3U4odA class=3D"" dir=3Dltr style=3D"font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:=
24px;letter-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-=
adjust:none;text-decoration:none;display:inline-block;" target=3D_blank><!-=
-[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate more effe=
ctively with your remote teams&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5p07qdSggfAYmqM-4AyAonaPQEonghC3xcRIW8tih4zYk=
sbjZNgOc0KWmDWpktuYk5MJOaMJljuDFZRekmDyH4JIFw_2vKYGa3mbNMOZHHr8BYNuEBgejdJI=
dWsOU0l55oxs3Jn6zdkF91PFuF79RbVIp5rUlaszfhnDCXYib54padsBXtgUgM15abbppE79wN-=
hhFdWeZSTk-h5LfCHetkUxJD2tMjKup_KEJHFT9PIdgrp_2WkJ6489wZl0F9j276Qfh_TPqs1LI=
H693sbMsuJEuJtEnwMScjsrGMPTHQfQtPWvDA0-NjELSB8W6E8eGjAP3ms7XIm3lOd0K-16ig-z=
mEm4_Yto2yC2OxFVJk3U4odA" target=3D"_blank" style=3D"text-decoration:none;p=
adding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Collaborate more effecti=
vely with your remote teams" width=3D"24" height=3D"24" style=3D"width:24px=
;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
;padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5p07qdSggfAYmqM-4AyAonaPQEonghC3xcRIW8tih4zY=
ksbjZNgOc0KWmDWpktuYk5MJOaMJljuDFZRekmDyH4JIFw_2vKYGa3mbNMOZHHr8BYNuEBgejdJ=
IdWsOU0l55oxs3Jn6zdkF91PFuF79RbVIp5rUlaszfhnDCXYib54padsBXtgUgM15abbppE79wN=
-hhFdWeZSTk-h5LfCHetkUxJD2tMjKup_KEJHFT9PIdgrp_2WkJ6489wZl0F9j276Qfh_TPqs1L=
IH693sbMsuJEuJtEnwMScjsrGMPTHQfQtPWvDA0-NjELSB8W6E8eGjAP3ms7XIm3lOd0K-16ig-=
zmEm4_Yto2yC2OxFVJk3U4odA target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Collaborate more effective=
ly with your remote teams" width=3D24 height=3D24 style=3D"width:24px;heigh=
t:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
 =20

     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   2</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5rnYscbPdoJQaAz2PQFJdyeo5e5T53HUtN=
zJTfxLjrGbWlu8UVnUdoYnlcO_6Se7A9Eh4YIm2Hy-3rfdgzCLLRWDWUNZ6aIkmrytmmZJWjaYv=
AaR0lX5pVuVuM135U0w3Ny8hEOkz5fqeE9XLy8OG8RHfI2Wou0nKCOOSEXwlSkfLIIuMwqRiDmK=
AfQs2YHOrPJhfHbJhTw-fN0nx8Eux0dLFX8g78-FZA56AsMGANEmF2ldrY9EctUVkGMqDUbIuLh=
xgg7mQFzfkt0j1o3yBoF8E4qMNKjENM5J48dA_G42eiX1XINwGpTgGuolOsyjwfdqqUYPW_q0cO=
Gg51Yqayx3ByvDIhRnT6-M7F5 class=3D"" dir=3Dltr style=3D"font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:24px;lette=
r-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-adjust:non=
e;text-decoration:none;display:inline-block;" target=3D_blank><!--[if mso]>=
<font face=3D"Arial,sans-serif"><![endif]-->Work with people that don't nor=
mally use <!--[if mso]><br /><![endif]--><span style=3Dwhite-space:nowrap;>=
Google Workspace</span>&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5rnYscbPdoJQaAz2PQFJdyeo5e5T53HUtNzJTfxLjrGbW=
lu8UVnUdoYnlcO_6Se7A9Eh4YIm2Hy-3rfdgzCLLRWDWUNZ6aIkmrytmmZJWjaYvAaR0lX5pVuV=
uM135U0w3Ny8hEOkz5fqeE9XLy8OG8RHfI2Wou0nKCOOSEXwlSkfLIIuMwqRiDmKAfQs2YHOrPJ=
hfHbJhTw-fN0nx8Eux0dLFX8g78-FZA56AsMGANEmF2ldrY9EctUVkGMqDUbIuLhxgg7mQFzfkt=
0j1o3yBoF8E4qMNKjENM5J48dA_G42eiX1XINwGpTgGuolOsyjwfdqqUYPW_q0cOGg51Yqayx3B=
yvDIhRnT6-M7F5" target=3D"_blank" style=3D"text-decoration:none;padding:12p=
x 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Work with people that do=
n't normally use Google Workspace" width=3D"24" height=3D"24" style=3D"widt=
h:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px; ">
  <a href=3Dhttps://c.gle/ANiao5rnYscbPdoJQaAz2PQFJdyeo5e5T53HUtNzJTfxLjrGb=
Wlu8UVnUdoYnlcO_6Se7A9Eh4YIm2Hy-3rfdgzCLLRWDWUNZ6aIkmrytmmZJWjaYvAaR0lX5pVu=
VuM135U0w3Ny8hEOkz5fqeE9XLy8OG8RHfI2Wou0nKCOOSEXwlSkfLIIuMwqRiDmKAfQs2YHOrP=
JhfHbJhTw-fN0nx8Eux0dLFX8g78-FZA56AsMGANEmF2ldrY9EctUVkGMqDUbIuLhxgg7mQFzfk=
t0j1o3yBoF8E4qMNKjENM5J48dA_G42eiX1XINwGpTgGuolOsyjwfdqqUYPW_q0cOGg51Yqayx3=
ByvDIhRnT6-M7F5 target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Work with people that don'=
t normally use Google Workspace" width=3D24 height=3D24 style=3D"width:24px=
;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>


 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D";padding-bottom:16px;padding-top:16px;width: 100%;mso-margin-top-al=
t:0px;mso-margin-bottom-alt:0px;" width=3D100%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;mso-marg=
in-top-alt:10px;mso-margin-bottom-alt:10px;" dir=3Dltr>
   3</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5oYTAyFr-cE77ZyXqqQXCWJ3eP44YtdgiT=
RecMRJbWWKCxfhnrGJWB7DjgKF8DSvwKvId4gkerH300Ngm6PoexATMKwoGtPgpXmibNEV1jpM8=
ygGyuy9Nl0ojqk1JvDi8i15bqpX2nCjF2RvQcWi7J5axAurdKdtz2QqHvWJo0JqH9c8xz5izJvl=
sKeOUmnKvfeW1-1d6FwT6zKXF8urdWIdMzuTzGTOyg8JboZEsCUmOL67WAoRQvmtv-u-juZCMox=
nXGTRlPvHiEnEgVrORaoP_C9d4HVgumZpmzdh9sRL61QpSHY6XgoT0JPl-stAFtSuiyfmUXN7lr=
SoLuVAqaD6myUUPDmmHnmtX-M3LivnjkeZZc0VuvsFfTRpQWDjIExirDP class=3D"" dir=3D=
ltr style=3D"font-family:'Google Sans', 'Roboto', Arial, sans-serif; font-s=
ize:16px; line-height:24px;letter-spacing:0.1px;color:#1A73E8;font-weight:b=
old;-webkit-text-size-adjust:none;text-decoration:none;display:inline-block=
;" target=3D_blank><!--[if mso]><font face=3D"Arial,sans-serif"><![endif]--=
>Run efficient projects with to <span style=3D"white-space: nowrap !importa=
nt; direction:ltr;">do-</span>lists and project trackers&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5oYTAyFr-cE77ZyXqqQXCWJ3eP44YtdgiTRecMRJbWWKC=
xfhnrGJWB7DjgKF8DSvwKvId4gkerH300Ngm6PoexATMKwoGtPgpXmibNEV1jpM8ygGyuy9Nl0o=
jqk1JvDi8i15bqpX2nCjF2RvQcWi7J5axAurdKdtz2QqHvWJo0JqH9c8xz5izJvlsKeOUmnKvfe=
W1-1d6FwT6zKXF8urdWIdMzuTzGTOyg8JboZEsCUmOL67WAoRQvmtv-u-juZCMoxnXGTRlPvHiE=
nEgVrORaoP_C9d4HVgumZpmzdh9sRL61QpSHY6XgoT0JPl-stAFtSuiyfmUXN7lrSoLuVAqaD6m=
yUUPDmmHnmtX-M3LivnjkeZZc0VuvsFfTRpQWDjIExirDP" target=3D"_blank" style=3D"=
text-decoration:none;padding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Run efficient projects w=
ith to do-lists and project trackers" width=3D"24" height=3D"24" style=3D"w=
idth:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5oYTAyFr-cE77ZyXqqQXCWJ3eP44YtdgiTRecMRJbWWK=
CxfhnrGJWB7DjgKF8DSvwKvId4gkerH300Ngm6PoexATMKwoGtPgpXmibNEV1jpM8ygGyuy9Nl0=
ojqk1JvDi8i15bqpX2nCjF2RvQcWi7J5axAurdKdtz2QqHvWJo0JqH9c8xz5izJvlsKeOUmnKvf=
eW1-1d6FwT6zKXF8urdWIdMzuTzGTOyg8JboZEsCUmOL67WAoRQvmtv-u-juZCMoxnXGTRlPvHi=
EnEgVrORaoP_C9d4HVgumZpmzdh9sRL61QpSHY6XgoT0JPl-stAFtSuiyfmUXN7lrSoLuVAqaD6=
myUUPDmmHnmtX-M3LivnjkeZZc0VuvsFfTRpQWDjIExirDP target=3D_blank style=3Dtex=
t-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Run efficient projects wit=
h to do-lists and project trackers" width=3D24 height=3D24 style=3D"width:2=
4px;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
   =20

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; colo=
r:#3C4043; padding-top:31px; padding-bottom:40px; padding-left:38px;padding=
-right:38px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Additional h=
elp is always available in our <span style=3D"white-space: nowrap !importan=
t; direction:ltr;"><a href=3Dhttps://c.gle/ANiao5qiu5oW2huZiNJYOnRn2LylnUZa=
v-zLgBWRAJUaCqExSpB7d4OmsUJQArkHFlttqFPeMTsK1XlDJZyPEaJy3VdDUewQlVV5ckiUKJG=
O_wfatVxF-5Ue6c-tElnByDhv6N_FRbB3ZSNzPg_YrK59mrnYI-aLN8fzHKMOJ1tTz144cthe4y=
qos_3880ZFLEjiT2oWErVQz8ztfgSI9qUa4sEZ_2N86xgqS-Zfk0HwUvSxnDfPlZhCqTiBS6dMa=
HDvFH1aDyij0fYuZsAN8EOeY0VxtsKPPWrwjeZMphiyGnuNHnLyKQK5kHW-luThDTJTCgAHScb4=
quAVoigTEFKYtUbaZ9oZvA style=3Dtext-decoration:underline;color:#1A73E8; tar=
get=3D_blank>learning center</a></span>.
    </td>
  </tr>
  </table>
 =20

                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rvnn-qgmzjYyPKRiufe7s4xR5-sHoKRXb9PqL=
EctRkrqN5_cPhlPWriSJ8T-GIbZBiz_tRhMGLPYU-ETnUBPhrCPg9C_HD5lLoKLbQVTpcTYgYvG=
6EhLD1nKXpd4Kk0v444u0E3IdkgD8E9Yo target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rD0WMz6o6kIIeZ_uXQ4IoPXX89HcRsaraSxnz=
4kNDxldRRnN2sDa4kXEdkU2oHXQYwUvIKO5_pLwLSxIXV1X2CHbxB9TF2SKRt-61X5m4_KzGX1z=
kPYDpQMIVgKXlXgWMOYHy6iNDgXg target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pF3n4Ax5gVg4JztqMBfhI8LL1vubj8x-ihZ4a=
w8uksgsFQVICUSVr4dcGCZQcyswjuPXyccIC5aHDoXQ6NN8lKY7gNqbi2EHbKfOvVsbcgKWi5WZ=
4vySJLxd9VFqZkd5c50kO8e7-iS5EVWPT6uU0gPYII_PA-Y2g target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rdSHjTkVe7HouvL6nXw5aApRohk7AlAaYFtWK=
aTSje-c6Qypo0etLdeigdafTSq6xHcwroB4k9k2gEYh5xFWjhdvo-2FXjTFuVCckFcXUlvikqD-=
b11c1TmlReDBkh55ogXDqgTqC-cJgqo_AlRw target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qIa_g1_MfoLcMsaMZyjoxyCe78KhA3M8XjTzQ=
zqvaNYs2dk-2iS_MInApFPAVnvvAVejorKIL6JzwBist8kOQ0ijfsqpzQypEZtpWhItul-8yoIQ=
G58CgnB7NGvJDLYrqGM8JnCdNVl0dUB9xmRwdeSw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to office@24hourwaterdamagerestorationlongisl=
and.com because you signed up to receive news, product updates, and tips ab=
out <span style=3D"white-space: nowrap !important; direction:ltr;">Google W=
orkspace</span>. Please note that some features highlighted in these emails=
 might not be deployed by your organization. If you don't want to receive s=
uch emails in the future, please <a href=3Dhttps://myaccount.google.com/com=
munication-preferences/unsubscribe/gt/ANiao5ozkgpkBMjPCgnh-rYOqd3K-icgMmdJM=
RSdQc7Ugcweu_M84oDRxmcq4CRbLwvKN2xPIyN8qN-dtNBuawC8enlYZ8tgLju4Pg_uZfg2cpso=
K_RguELyzyC8FvLFaHQ-jPPStEy_8msQDDewN54lQ9Ntmqi5fRAik5rOXeNvLCKA0KZlvZXJicY=
rLLMUxDWPVTrQlWNtARrlQE0ZWvfo8Zg4JviD8425rWhCE8VcRjat_EZ-J3QJ-7aUvh2DHtEVQx=
y4jo4fqmJJ7zKrodf4SByy27t-5tvY5JRyV49bb5HVkds1yvocPpZD3BDh0BCXC5wJ1bB1wunSd=
f5rhLK6WFntU9nvC8oWgTrPaviK_W1F?utm_source=3Dgm&utm_medium=3Demail&auto=3Dt=
rue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubs=
cribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000fc6f4d063ce2157a--
office/new/1755013995.M69181P3248359.premium320.web-hosting.com,S=33931,W=34552000064000000102213151007557630020027 0ustar00Return-Path: <3YmObaBEKAOEZRUNVSDFH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>
Delivered-To: office@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id qGSpA2tjm2jnkDEAVkXPrw
	(envelope-from <3YmObaBEKAOEZRUNVSDFH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>)
	for <office@24hourwaterdamagerestorationlongisland.com>; Tue, 12 Aug 2025 11:53:15 -0400
Return-path: <3YmObaBEKAOEZRUNVSDFH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>
Envelope-to: office@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 12 Aug 2025 11:53:15 -0400
Received: from [198.54.122.200] (port=45466 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3YmObaBEKAOEZRUNVSDFH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>)
	id 1ulrJL-0000000Dfzy-0zZf
	for office@24hourwaterdamagerestorationlongisland.com;
	Tue, 12 Aug 2025 11:53:14 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="cQ/34GDY";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3YmObaBEKAOEZRUNVSDFH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com designates 209.85.217.72 as permitted sender) smtp.mailfrom=3YmObaBEKAOEZRUNVSDFH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c1bcz3mSLz27cT
	for <office@24hourwaterdamagerestorationlongisland.com>; Tue, 12 Aug 2025 15:53:07 +0000 (UTC)
Received: by mail-vs1-f72.google.com with SMTP id ada2fe7eead31-4fc159a247bso1345570137.3
        for <office@24hourwaterdamagerestorationlongisland.com>; Tue, 12 Aug 2025 08:53:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755013987; x=1755618787; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=QTHqsCkTey8nGtOe3oZbjdfVzdE7t/dZ+z2kiRtIl2Y=;
        b=cQ/34GDYN5FUJWCXu/g09Hkz5NHTCDjzagtxZZuN2HpS4tjou55nVe3qqW7SQfmtJ6
         Bv+6rLViYVhbIoRus7Z3Kdkvmtb/ji6totnU9aJyfofwOfPR43DbBZWzvxxCYMkxdrnW
         VwxL8ZWBCii6lq3BSjfhVKlfCfAHkd1sgP/x+6MBSuH9HXhSnrCfdza08laDHX1fmegE
         7ZQAQyp43vp0JMIWJAxiCavefuUS0BvBuGf1IHJIbtkxKYUoXe5JBTOL7rJm2zh8KYkJ
         bjMy8gNn4q54fmhL2pTCzoCWc8EBOIawY07JZPmH4esww78GX6ezMVAvU6Y/S5l4WYwo
         /ajw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755013987; x=1755618787;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=QTHqsCkTey8nGtOe3oZbjdfVzdE7t/dZ+z2kiRtIl2Y=;
        b=Sn2E1en+6+Ucd4LE6cVsvaRD4FDcrgT+Vns57qwPcJ/A1qYs8VlrWF/vwigdf4pgMa
         6ea9DoU3MibIKEG9AY54A2hIt4euPdbq2wTv2gMcuHZlzukgb78TJraix7HwGISEPmDx
         9khASaJllqlGp6PkpDGa9h5Fc7QH/lttzuDU+bGZpJMvlFaJsC2oxz0409jcocWPuzO2
         wvbLEuOJuKYeAUuaZsDn74HKMXS8w5K+6Bu9YIb2Kwq1aCZjLs5R8KDj+70QJb/30XW0
         qyQ19AZOYByCki2Vtb4a6frMZfI28TgQgRQeVPlV4sjZQz0Mi/scThCz0n6ncBjCP7yp
         bhxw==
X-Gm-Message-State: AOJu0Ywfb+6bFtPHNBRr1oTk6UmIZnS9BmRPbQcIiM+pDbmq4Yu8tq9n
	5F+YstqeTGttUnC2W84Ha4xON4/Sm7DNmRtDWGwZThVr4GZNJFNiHmehU9M3
X-Google-Smtp-Source: AGHT+IFW0jXGbIEy+VAhO4f5V3+QU77bLnzqjvFr4tgskq9/RRy/83tJOR3rpa0GWfm4va4EuqYfSFQ=
MIME-Version: 1.0
X-Received: by 2002:a05:6102:3048:b0:4e7:3d55:5212 with SMTP id
 ada2fe7eead31-50e21a85bfcmr139644137.11.1755013986880; Tue, 12 Aug 2025
 08:53:06 -0700 (PDT)
Date: Tue, 12 Aug 2025 08:53:06 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140161
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5oX4QsQ4IwvZ9tOp8r5w2s9v4QOtGBBaQHEJBDvs3FULWjXTOvgplVHATUr_h5fSrTfhfKgw6hiH4t5NaelCYxBG4WrR2bmwBJO8HkkZw1gukY4jdhikJp1zaT-q4n6Mr3vj6sL0u9GttQbYGeQtQT-fy83nmPpLne57hLhH4Sz7iWpRD6OnRen7yaJ2GJJGvNPhztiPxKFw5WMh0b0cpCkyTj96JZ000GQIP9JvZmRlA0Joa2br_wukNtanM3_PXkDxKJf4mzINvdvGIcCw0yS_j4jNnyQaJaARjAOVr6y96SYmWhtE9gEBOaC6xOUfU-C8rCrn80sBBQT1eXKieDdEvr6_Ec_MsdSxUKcdsR0?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509411-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: f01c067dfcaa0000
X-Notifications-Bounce-Info: AWoTSIGJviH1-oqYQy3zJKQ6fmpPRhoZh2eIYtXS1daQtNrHQnXe2kgobPUjwy9n2FSx82t08ZsQTPvgk3GgZPgMHeRZHzO9sIST-XIUyojqLpz0JsniT2ruLCyJFMx5jjRzJ_5k0z4JbOnWsohzfC7tuxxONs0gYsJgrtXNbypkkCFonj_hgoxirAQhDcgS56XjO5_eENTP-HK0hH6_so6e6oqZGMIMI8RATX1t-wK4NxasszqofT6WpEJY_iojC6tKg9H-jHDFIbJOYrLB2d3a34TTXePwLWdsUTjVDe0xEqYyGbR6BRjsEPe1NO8beO8F4RVnMqLNeBmX3mm86kbCB3Ynq-Pv1ZNuAoMLyLlFnd7Iui2nSSpBLvlSJKcDSZSVzE30UesEdvkC2-z5aEk8X77WNgSM-vNwPTCww-uks_4vMX5v4xRlkGEekR2QKFz97iQdDYdDyQNRIoIa0VeXXy53uJE7sTbVT8L5YSzk7HGr3sjpaJQ4jERPjO7MsKp3b_3b5UmJi08xFfbWqKoOEMo_l7GtOqjodwqAtl8EGuOnwNP3aN4VS7sChYL90l5SjbUEmjM-EcIYeuOSJQY_ixwnPNGvJFiaGyBHXHrDWnmQbVcNQuN7XPU1c7N6wFuBsqNAO5jEEOZ5o9EvWhJihSMWOVeQ8kMNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <c85b7f4e8fc15a4bed814e93727e6534a391eb49-20189259-111087995@google.com>
Subject: Use your Microsoft Office files in Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: office@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000438df3063c2d09b0"

--000000000000438df3063c2d09b0
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHb29nbGUgV29ya3NwYWNlICsgTWljcm9zb2Z0IE9mZmljZSBmaWxlcyA9IPCfkqoNCg0KDQoN
Ckdvb2dsZSB3b3Jrc3BhY2UgYW5kIG9mZmljZSBmaWxlcw0KDQpEaWQgeW91IGtub3cgeW91IGNh
biB2aWV3LCBlZGl0LCBhbmQgY29tbWVudCBvbiB5b3VyIE9mZmljZSBmaWxlcyBkaXJlY3RseSAg
DQppbiBHb29nbGUgV29ya3NwYWNlPw0KDQoNCllvdSBjYW4gZWFzaWx5IHN3aXRjaCBiZXR3ZWVu
IERvY3MgYW5kIFdvcmQsIFNoZWV0cyBhbmQgRXhjZWwsIG9yIFNsaWRlcyAgDQphbmQgUG93ZXJQ
b2ludCB3aXRob3V0IHRoZSBoYXNzbGUgb2YgY29udmVydGluZyBmaWxlcy4NCg0KV29yayB3aXRo
IE1pY3Jvc29mdCBPZmZpY2UgZmlsZXMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81b21MQzR4S2pw
alhfaEplbnA4VG51enVxWDN6eFlnVXpKemxPZmV3VldFQWJvM21jRVVHZ3F2aUZjcG1ISzJEeDdm
Zy12TE9Kb3o4N3Z3dVN6b3JmclZ0eENldmFWOG02aUNrTFFUaERSS3V0N0djY0VCZzdlMm1rd2x3
bFhWQ1Rlc3BCZGc1NFBPTmV1Y0RBc2dLUHlabVNSNzB0T1p5R1R2SzNyd2s0YWVlTlhFZDZtYzNv
TjlDaUUyeFZoV2o1RG9NQ0dVYTV4UEVrWTdCeUNWQjA2WnZSVmpSNjNNY0ZRYVA5Uk5sRE45T3JV
T0tpZFNTNWF1LVRUU3hid0FfUURSbjlXSWNfMmxtTU0tOXMyZ0Y3TlBNcW1ldlN1eXd6cU9HZ1pl
WUNKQUoyRWNFdUdRcE9zUDY5a2xzRkpVeGlTSUpyZXBfSkpFV3RjbHBpZk1RZ2FxZGhhVU1STmwz
dlU+DQoNClJlYWwtdGltZSBjb2xsYWJvcmF0aW9uIGluIE9mZmljZSBmaWxlcw0KDQpVc2UgR29v
Z2xlIERyaXZlIGZvciAgDQpkZXNrdG9wPGh0dHBzOi8vYy5nbGUvQU5pYW81cm5OaG9lTUladVVB
eFBPck9MUHlVQ2tGSlZhU3BxVnF3OURESEtEb1VmVE5MTEJLbm5YTU9UQ0NTc2syYnlPSmg4MzJE
M0s0WnlnQnNDdFR2a254NndBb1JiM3lWSExCNWxUMXJPRkkzdXg5RmJFaUVNcTY4WmlEYkhvRzdu
c00yazAxelJoYmRINk93NUdHV0xZRlRrYXk0MGFHTjlpeFIyM0s3UWNOY3cwZjFXeDd5N0s1S3VN
VW1mM0VzaFFWeFJGSGZ2aEVkc2hTQURUT0IzN2QydXpBQWsyVU9kSlVwcFFmUDg0R29Rc1VxZG5M
ZWg5SUxpR2VtbDBnRlk1V0RjTW5KTjBCeVotdmZHUFlIT0NSWC03Uk1LYVJ3V0ttNHJ2SldiNzdQ
aFppVUpaU0dBSXh2b09KbGNrUT4gIA0KdG8ga2VlcCB5b3VyIGZpbGVzIHN5bmNlZCBhY3Jvc3Mg
eW91ciBkZXZpY2VzLiBZb3UgY2FuIHNlZSB3aG8ncyBlZGl0aW5nICANCk9mZmljZSBmaWxlcywg
a25vdyB3aGVuIGl0J3Mgc2FmZSB0byBtYWtlIGNoYW5nZXMsIGFuZCBtYW5hZ2UgdmVyc2lvbiAg
DQpoaXN0b3J5Lg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBlZm56
YVJoWUdaLXQxTy1rR3BGNWxWYnBMVGFtb1pFaXZNWEU5OW1Fd1NzNWlCN1UxT0dnWExaaHNFQUwt
Y19JbXpNWkZ4TVc4alRkUnQ1TlVjYlNPUTc1bElvUjBLd1o2NXpsVVVURE8tODJKTFdjaFA1SFhZ
YkNXR1YxZmN1TzN1MkJzNUhHckdmdTQ+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXBPWkllT3B3QTEwMlUyYWZ3U0pPNlRqcVJwbTVpSXI5UURZS1JpODBTblJLNlpzcWoyYi1CQ2lP
NVdPVjFHX1J3anBBWGRHM0ZsNmtKUVhRYThMSVRZakptOGJUQXhqc1IxbGF1RGtJQUJqNDdscDZX
YW03WjlaU05IM2d5czE2dkhsNjRTLUpjPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81cWFyQVNQRzZfLUQ2c2NqQUN2SlFOaHNGZkZzTXpvZGptTlFKU3RpcmxVbDNqVWNOd3JzZUdt
S0tHQVIwZmwzMGhMWGQtSnNqMmJrWjVRWFhaeHNfaWtEUERpRER0TkwtcF9IcTdyLWpwM0xTYU1J
T0J4QklBUGZFSDlYRDNkbWhFUkhzRXY2V1N2OXFqVDRZRWJ6aFdoTUI2UWg3bkY+DQpGYWNlYm9v
ayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyUmZLc3B5QjkteXJISUtHN3pkaVU5UmFzd3pEVlhH
UkZaY3MwVUFxYTA3Z3JLaTd4c0VxZUVVWXFXREdFNjdEYW1sQnVtZXFzaklpNkxuZkJWTURfWFpi
Ylc5OVlDSkdId0toZWZIXzBWRnFmZXY0UDRtaTR4XzhXX05BQmFDbHZMQmtXaWw1emRoUTh3YW5F
Pg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW93V0JEbXJUSzVDUVRUZ1hLbjB5
eXNoaU5IRV9mWTJnQjNRWlhIUzFLclRjN1h3RkNWTkRWRHllbXVHb2drUVRTSFFMMGtZNkZNa0E1
aWZiUjhKQlpWVkZnTi1jdkVkaXIxM3lSa3B4VlV2bUpKSElqNXg1b0V5T2pNVVhkdW9pMjA2WW5H
SkQ2amd5clBKTVV1YlVZPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBN
b3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBvZmZpY2VAMjRo
b3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tICANCmJlY2F1c2UgeW91IHNp
Z25lZCB1cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3QgdXBkYXRlcywgYW5kIHRpcHMgYWJvdXQg
IA0KR29vZ2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUgdGhhdCBzb21lIGZlYXR1cmVzIGhpZ2hs
aWdodGVkIGluIHRoZXNlICANCmVtYWlscyBtaWdodCBub3QgYmUgZGVwbG95ZWQgYnkgeW91ciBv
cmdhbml6YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRvICANCnJlY2VpdmUgc3VjaCBlbWFpbHMg
aW4gdGhlIGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJlIGhlcmUgIA0KPGh0dHBzOi8vbXlhY2Nv
dW50Lmdvb2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVmZXJlbmNlcy91bnN1YnNjcmliZS9ndC9B
TmlhbzVyV09BbjJPU29la3Eyb1g5VHhvejgyeDNVXzYwQkMwd1V6OXNScUhzRHBxMGNZNUVuTThS
ZmlnX29WT0VKMklORDNBQmwxc1ZRSUFTZUtTb0t3dFJNTXNDdDFBa3BMd1UzMHpTQzZGWUFfTVQ2
dG1DTDVzQjdINzR3TmN5S0JPVGgxU0x3ZWNfU3JKVF9HNXJfd0ZERDhBMWR6Nl9yaHdRVVNZcUlL
NzdDajBLelYwRXdQQjNUNVBWTkstTWgtTnRKRE5vZ1FLd0txQkpKWkZpbC00SmNPbTNOaHNCMDk4
UFBlcnI1NWo2d0ZHTjhWZXk3bnZmXzFyX3JfaDhPMW1acXdEeDhqMGFXaXRoVFhPRERyMTlMUk53
T0xDdDFDMVVfanJYUHlNcjZhd0VqRHhfVVB5dUhzRkdPaUdUY21KSlo4cVc5TDd3LVJqZ3hpWC1y
YzVGN2Nlc0g1RWs3RWszamJfeWRjSVE/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVtPWVtYWlsJmF1
dG89dHJ1ZT4uDQoNCg==
--000000000000438df3063c2d09b0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Edit Office files in Workspace</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">View, =
edit, and comment on your Office files directly in <span style=3D"white-spa=
ce: nowrap !important; direction:ltr;">Google Workspace.</span>&nbsp; &zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:18px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Google Works=
pace + Microsoft Office <span style=3D"white-space: nowrap !important; dire=
ction:ltr;">files =3D =F0=9F=92=AA</span>
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;"></td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:0px;background-color:#=
E8F0FE;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-email6-banner-whit=
ebackground-w1280px-h720px-2x.gif width=3D480 height=3Dauto align=3Dcenter =
style=3Ddisplay:block;width:480px; alt=3D"Google workspace and office files=
" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:17px; paddin=
g-bottom:0px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Did you know=
 you can view, edit, and comment on your Office files directly in <span sty=
le=3D"white-space: nowrap !important; direction:ltr;">Google Workspace?</sp=
an>
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:15px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; "=
>
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can easi=
ly switch between Docs and Word, Sheets and Excel, or Slides and PowerPoint=
 without the hassle of converting files.
    </td>
  </tr>
  </table>
   =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:26px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5qPt7WdEID_IAHYW_MaTa6jJNIYJTy1_N-F2aLGvfqqukwXnsPKJDBA1U=
QuIh17Y2UkrnSsgVI8ZNZFVYISxI9L2XUWsXH6FxECsA3Jy_f6H3Wfw6O_nYIDmzAsa79uSi9p7=
yVAFwX32fJO_yoAQc9kZS4j8pam63gCMh3c9dZGtHXb921yEoKqj2ziNRE_aYOkcP0GUEdv5uWG=
KA-KMcLAvZbAdHwgG0aZP-d9yEpnn0n2pnuiyDqBO2GwX6OME89G1jaLu7R-6PX8kNjbjKFuSFm=
-2WfRlL8eZsR1iNfsD9l9nPHwjSQDzFx2_kuhqn7bqSBvCW7cO8nC1l2NblOji3CdVfcrLSQOfA=
" style=3D"height:50px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" s=
trokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Work with Microsoft Office f=
iles</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5qPt7WdEID_IAHYW_MaTa6jJNIYJTy1_N-F2aLGvfqqukwXnsPKJD=
BA1UQuIh17Y2UkrnSsgVI8ZNZFVYISxI9L2XUWsXH6FxECsA3Jy_f6H3Wfw6O_nYIDmzAsa79uS=
i9p7yVAFwX32fJO_yoAQc9kZS4j8pam63gCMh3c9dZGtHXb921yEoKqj2ziNRE_aYOkcP0GUEdv=
5uWGKA-KMcLAvZbAdHwgG0aZP-d9yEpnn0n2pnuiyDqBO2GwX6OME89G1jaLu7R-6PX8kNjbjKF=
uSFm-2WfRlL8eZsR1iNfsD9l9nPHwjSQDzFx2_kuhqn7bqSBvCW7cO8nC1l2NblOji3CdVfcrLS=
QOfA style=3D"background:#1A73E8;border-radius:4px;color:#ffffff;display:in=
line-block;font-family:'Google Sans', 'Roboto', Arial, sans-serif;font-size=
:14px;font-weight:bold;line-height:21px;text-align:center;text-decoration:n=
one;width:265px;-webkit-text-size-adjust:none;mso-hide:all;padding: 14px 0 =
14px;letter-spacing:0.25px;" target=3D_blank>Work with Microsoft Office fil=
es</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:0px; padding-b=
ottom:10px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Real-time co=
llaboration in Office files
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:1px; padding=
-bottom:39px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Use <a href=
=3Dhttps://c.gle/ANiao5qFd7ANy1KJpkZGdj8sP4yEioexj1TebWUqlmbAg2_vfa-gpR6MTH=
dhlWNF3d5afID4B9A1cgKjWdKPVnKmG8QUsIU59jQ8ZReN9bQci9V8u5jbCNC-xjp-fDsHQtBm8=
z626dBvqcNuK4Dn-i60Grs9rl3WCsnGmVwgF_n3eiIwLizBJDcYuNfOPnptqOK-4l7ahwu3gx8D=
P2c1FVmCCVH7tYL1pvUxX3G6FDWH_ousIiTwkZfXc_6xagmF9__m3yAAhp5ZplQt0Z5q1Kq3vaf=
z3JcG04uWjAyFjY0sCQtiUIBjlQ_F2jfNV4k7iD_a style=3Dtext-decoration:underline=
;color:#1A73E8; target=3D_blank>Google Drive for desktop</a> to keep your f=
iles synced across your devices. You can see who's editing Office files, kn=
ow when it's safe to make changes, and manage version history.
    </td>
  </tr>
  </table>
    =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oLQfqHv_EVfoCKAe4D1oan0fqSRpuSW25apSf=
1Ewp-V1g7gG-oteVNmfhbdNMOczAihYaFAkPzE3jyinnMp3D7-oclDIxg3TmiwVALxgJrdwNyXI=
_jn54whM4S45UEXrOjYSGQLu1yG5CReTk target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oDCYgh8n9Lqqaru4vQ8nW461U_khDSOPylGgY=
9XXCVLnJcUhyRUBQv89OJjr6aKkwFH-f6sVvhlSpRpfyrlzcg0Lq7NT8_duFaryKbCV__wfqiIw=
U_aq9to7_zAj4qWKaD3fjlyUDLnA target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qbot97KlUhJfOkR2TMrjy237yWWALJ2Q8CxK_=
om_kT2VE3sxkEOOA8FaN_0h30xxoZu3Yt7k7Us_ojtjsaMLb28vzKn0jMz9hTtuxrlKyuxjwYdL=
t5BVWQbOMtFHS1eCt1gSkaltOTmfi8AFgRdeXhmYsQzVYvmOQ target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q3EEG9LT_HwJd5rtaJcWPmWzCmrR7j5SaEybI=
iVXE66ozzs845pOSitadKJ23XAXl1AbVkyCPh_rlArTIZAYa1ZmMUZbHw_7Wsfcupgdmkm6AGGf=
IwNZW1qgy7zOpHBKy-6vWgaHS6EDLQTIfATA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qc64ETbl8oz4fA4ZmVdZy2wpfivR61QgYZ5XM=
mgMsSpe1mk4N8iqUqbesL0CnUZb2eFP1y6ErkxNuVjX8XlNieEM8nrk6NCdL6vzRBHq-2MqcnM-=
M0t4t1EwGyXteUPo8DCRbI-5CvcSEakoUsdqm_pQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to office@24hourwaterdamagerestorationlongisl=
and.com because you signed up to receive news, product updates, and tips ab=
out <span style=3D"white-space: nowrap !important; direction:ltr;">Google W=
orkspace</span>. Please note that some features highlighted in these emails=
 might not be deployed by your organization. If you don't want to receive s=
uch emails in the future, please <a href=3Dhttps://myaccount.google.com/com=
munication-preferences/unsubscribe/gt/ANiao5oX4QsQ4IwvZ9tOp8r5w2s9v4QOtGBBa=
QHEJBDvs3FULWjXTOvgplVHATUr_h5fSrTfhfKgw6hiH4t5NaelCYxBG4WrR2bmwBJO8HkkZw1g=
ukY4jdhikJp1zaT-q4n6Mr3vj6sL0u9GttQbYGeQtQT-fy83nmPpLne57hLhH4Sz7iWpRD6OnRe=
n7yaJ2GJJGvNPhztiPxKFw5WMh0b0cpCkyTj96JZ000GQIP9JvZmRlA0Joa2br_wukNtanM3_PX=
kDxKJf4mzINvdvGIcCw0yS_j4jNnyQaJaARjAOVr6y96SYmWhtE9gEBOaC6xOUfU-C8rCrn80sB=
BQT1eXKieDdEvr6_Ec_MsdSxUKcdsR0?utm_source=3Dgm&utm_medium=3Demail&auto=3Dt=
rue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubs=
cribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000438df3063c2d09b0--
office/new/1755273193.M827070P3558588.premium320.web-hosting.com,S=37074,W=37772000064000000110322151007557630020125 0ustar00Return-Path: <341efaBEKAFwQILEMJ468-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>
Delivered-To: office@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KJrVMOlXn2i8TDYAVkXPrw
	(envelope-from <341efaBEKAFwQILEMJ468-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>)
	for <office@24hourwaterdamagerestorationlongisland.com>; Fri, 15 Aug 2025 11:53:13 -0400
Return-path: <341efaBEKAFwQILEMJ468-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>
Envelope-to: office@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 15 Aug 2025 11:53:13 -0400
Received: from [198.54.122.200] (port=48590 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <341efaBEKAFwQILEMJ468-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>)
	id 1umwjx-0000000Exsj-2qI5
	for office@24hourwaterdamagerestorationlongisland.com;
	Fri, 15 Aug 2025 11:53:13 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=tZF0thdj;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 341efaBEKAFwQILEMJ468-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=341efaBEKAFwQILEMJ468-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c3RTc0Ljwz27cl
	for <office@24hourwaterdamagerestorationlongisland.com>; Fri, 15 Aug 2025 15:53:08 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-88432cebd70so452751339f.0
        for <office@24hourwaterdamagerestorationlongisland.com>; Fri, 15 Aug 2025 08:53:08 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755273187; x=1755877987; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ibcMKiSdaeiHUcB5W6V4vrYZ1NSRzlOElY8NAF5SmCQ=;
        b=tZF0thdj31pw1uvNVPu8orG3cCZdwMIeScFp0R+NglMSJf0jIOlW27UNCdidumNHVa
         vXf1ciyWce9wGGcjWmAdfRmdIgpaizMPaW0EWlltEnLpxE2DgwS3h80H3jnZ2gsOvGJW
         L6z+bIgfSawfWBnfuSzcIkiI0Lz0NsIBSVXYEGA79b9vfgk/75DsIKDoXlsU/aFbV/8Z
         6xQUNjJtVXHF4vxi695JbPb1MdEULpevNTvo8e2mC6URjQb2DFaBAEGk91hGVJcqd9Rv
         /meIkPCywN6kqB+xCJambHw2tKxENdMpXZxfLr9BEY8wWVFBYpclDsddAluqCLLBZrcW
         VZhg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755273187; x=1755877987;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ibcMKiSdaeiHUcB5W6V4vrYZ1NSRzlOElY8NAF5SmCQ=;
        b=U2i6las0aIxDWNUbgG2j9zoOg7bW/v+l7ThYqdhH4Pd/y0uVnZOjdcNW6dqOhCRFiv
         f9PrMAq+Q7DrzPKQjsPb6A8Q+0Rwf4zw6AGuvNGMKk7O6b0rjMACiHkzIScOWNhjaiXd
         XZfCM3WBb4RFlsmewJY1wzpvTMTBMXb7yhX3nrRbPmabOZQvOWXxfrhB51ad444IgEpN
         R9gPVMHO49dSP22ucx/tYbRT79OvJUwHZHs5a7z3BKT3vdRQauaGbc2ISgaJ+xtp57q7
         iC9xHJgvsLqLfePP2LV+K95QlOf9g1faCobKceqQUtc20urfk+I8RQDyMczVQ6EeJU7H
         KijA==
X-Gm-Message-State: AOJu0YyxMf1hEnjz00SGRrDIpxwlkOvnZ1NNGnzmz0i/StfLTEuy5HKu
	kx2+UgfNo91kDgONysPGDukzUAZ2LdJdwRZLXMpimIC9B+b6ageOc4c4xh6L
X-Google-Smtp-Source: AGHT+IGl7ajyecGjzaiUE83XCCE46alzJ4Q0n1ZM+Iw3bIp108Gt9p0t/s8gJ/V9mi9ocG9NwPm2Kr4=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:2b94:b0:881:705a:2cd3 with SMTP id
 ca18e2360f4ac-8843e3e61d9mr508413839f.7.1755273187421; Fri, 15 Aug 2025
 08:53:07 -0700 (PDT)
Date: Fri, 15 Aug 2025 08:53:07 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140163
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5qzmuUS-mDQLTFz3p518Rh_2tW33TeY5drTLAT0-R-zS5lmVcUVhoHCXXclnxkd51wvqZXQIoZkbQszAfiSJOQHqL3MFBIV2kdWXDptqLPBxPiGReJPN4bvbDNtShf1tRgX-qxw82T1B-3es7yhG_GxqCeZ9v7q42eWBxkIjIotolnWG4m7frfHhantqjVA8VkD1fTc8YC4lr_joHMmB0cBKJ7EpowDKRN3Bb2R0LaKzv4Xd4ZGOorJEiWxHBlf4H0HZj5iJEcZ5jSahTXViqQmV7mtPgpDjhcTn6YjI-YmKxiZW5sKhzfst5PSrOvQfSXawmOycBJfG9k9t4za1IzEGM65ZI8vgdhQcL9AqU96?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509348-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 824f71334e3a0000
X-Notifications-Bounce-Info: AWoTSIGxvJdxMqr8KUeOj1-Y5VhvHnjlHj-sKtEByWUoMbtg5KGSiItHgE_rero9-xWOhJi1aQvjUCNX2f77shUP0FvFFkC5ijbG1CghtV1T7iHwoVgZQS3-S7JRU6wfYKGrJrB-c_0fQk6aNEQzNGJ2HgEGcsnFzL7ekzlZ7aslN956g9WLxkOCHYwUkLQ5jF08PAS1vbJZ_x7Ut9_XAC-IadNEUiugjqkBg2OkOGvgjRWqA2xeLnwkwoSdzSe30K40y802kBV4UpI5F50YIGYWNTYElorZ9uI95vxt_eVGer0lJRJzwUuHIOWn3A7Usd083JLsOJBdL6uR9-5oigZLWbls0bf5j5hRl53JUaAMV-uPljY4xdgLqJByb05G4zrpRXBJcIRPP2DSu7b9W4gXjJdV9eMRbycQMFD0kvRXXr_kMjnJY6bNZVKKnYsxm9lChUVenW6p3fvFzlNEApjf5OMCyJwZvsb8ZU2LdkGm4hl3P7k1OrTHFPivzkIrrOTW6SlP5Lim3pSRh53f-F33npQ1u6So34pD1n2c9pcedKqrkfAb3Z-QoEv4r__4lcZn_YPOf0cU03kyC4O269zUtokqEKEplxu-bamv0MLwNhzlxiZsOorhe0xWz1-eV89otyrIi8mDe_pNHJ4RLVFiI1A4-XIIq_ENjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <18a8657078cc9b478ca9efcc12145fa972f83b0c-20189259-111085098@google.com>
Subject: Collaborate and connect with Google Workspace mobile apps
From: The Google Workspace Team <workspace-noreply@google.com>
To: office@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000d1f040063c696217"

--000000000000d1f040063c696217
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHZXQgc3RhcnRlZCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UgbW9iaWxlIGFwcHMNCg0KDQpTdGF5
IGNvbm5lY3RlZCBhbmQgb24gdG9wIG9mIHlvdXIgd29yaywgbm8gbWF0dGVyIHdoZXJlIHlvdSBh
cmUuIFdvcmsgIA0Kc2VjdXJlbHkgYW5kIGVmZmVjdGl2ZWx5IGZyb20geW91ciBtb2JpbGUgcGhv
bmUgb3IgdGFibGV0IHdpdGggR29vZ2xlICANCldvcmtzcGFjZSBtb2JpbGUgYXBwcy4NCkdldCBz
dGFydGVkIHdpdGggbW9iaWxlIGFwcHMNCg0KSGVyZSBhcmUgYSBmZXcgZ3JlYXQgd2F5cyB5b3Ug
Y2FuIHVzZSBHb29nbGUgV29ya3NwYWNlIG1vYmlsZSBhcHBzOg0KDQoNCi0gUXVpY2tseSBhY2Nl
c3Mgd29yayBjb250ZW50IGluIERyaXZlDQoNCi0gRWFzaWx5IGNyZWF0ZSBvciBlZGl0IGNvbnRl
bnQgaW4gRG9jcywgU2hlZXRzLCBhbmQgU2xpZGVzDQoNCi0gSm9pbiBNZWV0IHZpZGVvIGNhbGxz
IG9uIHRoZSBnbyB3aXRoIHRoZSBjbGljayBvZiBhIGJ1dHRvbg0KDQotIFN0YXkgY29ubmVjdGVk
IHdpdGggeW91ciB0ZWFtIHRocm91Z2ggMToxIGFuZCBncm91cCBkaXNjdXNzaW9ucyBpbiBDaGF0
DQoNCkdldCBzdGFydGVkIHdpdGggbW9iaWxlIGFwcHMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cTFOZjM0b2pTaHo4MDBIaXZpc1RoNVRmTDctekhUNDB6VUo2enp3amhXRGFRLTNVOU9FZ1RZNW1i
UmQ3MGprbTlteWRXaVZvSFdVTTk3bElDQnM0OXlpRHZaNGR6bXRBQU1CU0J4ZGJEcmw2UWI1SV9P
LVNHb0VmQjd3b1VDaUV6VGFfdW9EY3pUUlZsQ1gxTGNxU0k3WkRwWmtaQzBvb2RGbVdTbDVWcTRB
SllXZG5pbE83NkZ4d3pfd1Z5QkN4VXRxcnZCXzRWTnEyTURkdEZwRUlRZWg1SW0yMUU1aGJHZi1I
dmttdUtYNnZYY3VMQ1NXSkV5ZTNrX2VMNEVSMDV5OU14eUE2UGREQ1h5bjVGTTdtYVdKT04yM0Vz
SXJ4LWtRZ19HZWhWcDdIdjhrTllYZFlOLXdQTUlqWTBvbDFtZ3FBcTFzb1Z1Pg0KDQoNCg0KDQpZ
b3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFuRWo3aUVPLWlQY0kyWW8yakpxUjJjVDRX
TEhOdTA5dEt5TFB4cHhFMk90REpHUHVvQXJjb0I5M2dJbFQxSGVXam4zcUphTG93STlRRThJOGMy
MHpQcnA3RW0zaVJDUUM1dC1TRTFNT1pLOFdCb21hRXpUdHA2ZU9VWHRGWUFaTzJKdy1fLXFac3BF
bDA+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXEtejk2RWhkTHhlUUF3Q09nZmc3
VDFkcHA0M2J6ZUNNVFFzUDNtSmlOZUlZaXRBdHFMOEtsUG9xaVd5UnRvRXZOb3FXYnM4Rk05QmUz
UURkVjN3ZE9ZZm1WZFBobEVWcTZ4Y0ZyXzlqSUZfUG8xMjhnXzV6eXhQYVpCcFpzVFl2ZUliSkpG
aGJNPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81b1o3WXdVdGxoRjNPT2lLV1BF
SHVtWWMzOWNnaUtkaVR2RnM0QW1GdU5QRFVyTkZuOWR6aThPV1g1MDdWMUZYZ1NUeUgwb3Z1QTBm
Y3kyVFNtUE54UXJQbDNfVm50MG5PRE8zTXgzbGc5bm1jZUplcTlZeEJrMS1CM0NHOEY2NF9yaklX
NHN3QlpwNzRjenBXRVBDWHgzWXhhVHFMYkY+DQpGYWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9B
TmlhbzVxUW9GMXdzNTZxVld5dWl0b2I5NFlacmZrS1B3STh3VEtTazR4WllqYUJvUXRWbzVOb0wx
SUh6RjBYUkowTFp1NkljdXRPMGVJS0ZoWXhSYWptdFNBVUlFMFdKejFhVVBEa3hJZmFlQ0pGeTgz
aGdLNkRoN3VFSXJQeXY5Wmx2eG5pM1BoRHZ2aEM5cFo3aERVPg0KSW5zdGFncmFtICANCjxodHRw
czovL2MuZ2xlL0FOaWFvNXBrenFfX2FUNTdrQ1lESnRwcTJQNWk3bEZ3d2l6NFlGTTV5OGJmLVRj
S1R4djJnc29iMFMyQ1pycFY1UHdhOXlNZkZwQXFZc25VTVN3bnhYaldFRGlrclNHcmZ3MExNcEVU
bHlhN09pc2hCUnY2SlV2bFlQZ2xTYUZFYlNmMGtJOHRLclU2dWc4UWJkZVlEek9wUGM4Pg0KR29v
Z2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0
Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBvZmZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3Jh
dGlvbmxvbmdpc2xhbmQuY29tICANCmJlY2F1c2UgeW91IHNpZ25lZCB1cCB0byByZWNlaXZlIG5l
d3MsIHByb2R1Y3QgdXBkYXRlcywgYW5kIHRpcHMgYWJvdXQgIA0KR29vZ2xlIFdvcmtzcGFjZS4g
UGxlYXNlIG5vdGUgdGhhdCBzb21lIGZlYXR1cmVzIGhpZ2hsaWdodGVkIGluIHRoZXNlICANCmVt
YWlscyBtaWdodCBub3QgYmUgZGVwbG95ZWQgYnkgeW91ciBvcmdhbml6YXRpb24uIElmIHlvdSBk
b24ndCB3YW50IHRvICANCnJlY2VpdmUgc3VjaCBlbWFpbHMgaW4gdGhlIGZ1dHVyZSwgcGxlYXNl
IHVuc3Vic2NyaWJlIGhlcmUgIA0KPGh0dHBzOi8vbXlhY2NvdW50Lmdvb2dsZS5jb20vY29tbXVu
aWNhdGlvbi1wcmVmZXJlbmNlcy91bnN1YnNjcmliZS9ndC9BTmlhbzVyRlBJUG5kYjFObGNvckZn
LXBLNV9NaS1uTTBuc1VtcmJaOFkzNGU1M0VGTmpkbWFpTUV2VlUyUlFvXzNRRmU1ZDNWaExIeDdR
bHJhSklWRDItLVdMXzlWTHdHa0dZX0xrZXB2NnZ4V1luS3BkQzlkMFFXSEx1VEkyend2NHpPOURf
V094VWJFd2FmVXVkVjE4UTJjVTV6dmwwcmNXWDJla19NUnM1azBFUUNBeHgyOU5meDVrcE81NHNY
YlFaZm1nR3JPUXM0aVF0Y05YcXBZTXVHcktnSlRzXzZGOXE3OERIQUZlZms4Z04zUEJsVjc5X3hh
Wmt2QUJpTGhhZzRTbXhXX0FrcjVMNXcxZlZFQTJ0X1czU3FfeVNpM2J2TmRGMzlfMmg3NnVkSkRN
TzA3UVN0ZDFqVk1yZEhaejFUY2U0MmxhT3Qwck0zbGhxWHo4RHRaUkNxNzNvTEhISmJBSTBxWm9l
eXc/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVtPWVtYWlsJmF1dG89dHJ1ZT4uDQoNCg==
--000000000000d1f040063c696217
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Collaborate with mobile apps</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Work s=
ecurely and effectively from your mobile phone or tablet with Google Worksp=
ace mobile apps.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Get started =
with Google Workspace mobile apps
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Stay connect=
ed and on top of your work, no matter where you are. Work securely and effe=
ctively from your mobile phone or tablet with <span style=3D"white-space: n=
owrap !important; direction:ltr;">Google Workspace</span> mobile apps.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
16px"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:6px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email6-gw-transparent-w1600px-h946px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Get started with mobile=
 apps" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:33px;padding-left:33px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew great ways you can use Google Workspace mobile apps:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly access work content in Drive</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Easily create or edit content in Docs, Sheets, and Slides</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Join Meet video calls on the go with the click of a button</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:3px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Stay connected with your team through <span style=3D"white-space: nowrap=
 !important; direction:ltr;">1:1</span> and group discussions in Chat</td>
  </tr>
          </table>
     </td>
  </tr>

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:55px;padding-top:28px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5rG7C9UArfBrOEJ_9wG5O4sA3Vka3HtikXc_nXC66uUF5aX-MuTet8Z3i=
mLf1IFKxfDH9SQ0tpKi7cR_gsniUhnqOinhBsT3podorrcz6bTtpZ1sfcdv2W-toTNLo4TtCzTB=
YzbF3XtKSXvIq8feH-hGVe6LoKlcElW1j63xeAoKq0rPgA36xZUYl7XHG2gHmPuMEI2qQ8KemzT=
9eut118NljrbF-AMyJIdVnQ3Wa3A4wmpVuCATSebjwiRyBVTnvYjmNEmuV7wu9mUAqtGScAY9sP=
N9LPFHwkFBVeJYXujKvO1jj3Ra1w09_z9y4r8iFI84WzufxjntC0" style=3D"height:50px;=
v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" =
fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Get started with mobile apps=
</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5rG7C9UArfBrOEJ_9wG5O4sA3Vka3HtikXc_nXC66uUF5aX-MuTet=
8Z3imLf1IFKxfDH9SQ0tpKi7cR_gsniUhnqOinhBsT3podorrcz6bTtpZ1sfcdv2W-toTNLo4Tt=
CzTBYzbF3XtKSXvIq8feH-hGVe6LoKlcElW1j63xeAoKq0rPgA36xZUYl7XHG2gHmPuMEI2qQ8K=
emzT9eut118NljrbF-AMyJIdVnQ3Wa3A4wmpVuCATSebjwiRyBVTnvYjmNEmuV7wu9mUAqtGScA=
Y9sPN9LPFHwkFBVeJYXujKvO1jj3Ra1w09_z9y4r8iFI84WzufxjntC0 style=3D"backgroun=
d:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:=
'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;=
line-height:21px;text-align:center;text-decoration:none;width:255px;-webkit=
-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.2=
5px;" target=3D_blank>Get started with mobile apps</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20

 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qQgxD5GnAst1gTDfV0bY3fgyqzlyplcA5IHOZ=
hhFxauljv_W_S9rs7aQ4jf9wMS4aEskCKfDdw1Upk8nbnMERyaiLOfAtrMXH6fMgH6R7oQoP9m5=
SdJ0dVceb0N9ntleK9Zm0x1UbnT9NSJf0 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5riD_U1oHw-Udeued1TyD-0d6wdGcFQr9hVxz8=
lBWE0Wyq03XjhE2kDecot4WI9mwyL3HG2JIrZKbjwRYp5uycrQewZRglVNDNP0L35BxVI935uoJ=
aHykwJWzhP41YvSFDsIlofO56J0w target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qxVG1eP4msOs9sUgAA1cuxIUOjqjLszz_gMK-=
5FZx4c-JO54Q-ugyslWh7ZXvaXY-sZISyyYirdZDXNACl7FvoKBJR-mqv1WOyz-w3sOgyYAwyBc=
Cw-VUJ3_1nfPMwUOsY7wQ64P_gDImHHinHpdacF_Vm_Dc5Ve4 target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5p7hn0vkrLzAVkpbDccDiAImvojOPeotBlKPAY=
ulxpxgh0h2MTkOHVcDGL0gIiSz0g4Spgn1HviWHVKT61yeTBiE0E36XjDWsEtUhTW2qx_kkf0yZ=
e3Z_uRk_STP5FBMT19noNdic0baEgpPiAoSg target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r5T8iAbz7UhkeFd6-MZcon0uSfx3uK2zuuP77=
8tWvdkT9nOtl9AeAQGLWVVTbNjqjFUqeKqw6qdpSSOV4Ar5yYrBJznDEVtZ6uJRNv6GgdBkIWbm=
wVRWXC9sShr2eCRD_NmypLKG8E5PuyGEbLpHxuRg target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to office@24hourwaterdamagerestorationlongisl=
and.com because you signed up to receive news, product updates, and tips ab=
out <span style=3D"white-space: nowrap !important; direction:ltr;">Google W=
orkspace</span>. Please note that some features highlighted in these emails=
 might not be deployed by your organization. If you don't want to receive s=
uch emails in the future, please <a href=3Dhttps://myaccount.google.com/com=
munication-preferences/unsubscribe/gt/ANiao5qzmuUS-mDQLTFz3p518Rh_2tW33TeY5=
drTLAT0-R-zS5lmVcUVhoHCXXclnxkd51wvqZXQIoZkbQszAfiSJOQHqL3MFBIV2kdWXDptqLPB=
xPiGReJPN4bvbDNtShf1tRgX-qxw82T1B-3es7yhG_GxqCeZ9v7q42eWBxkIjIotolnWG4m7frf=
HhantqjVA8VkD1fTc8YC4lr_joHMmB0cBKJ7EpowDKRN3Bb2R0LaKzv4Xd4ZGOorJEiWxHBlf4H=
0HZj5iJEcZ5jSahTXViqQmV7mtPgpDjhcTn6YjI-YmKxiZW5sKhzfst5PSrOvQfSXawmOycBJfG=
9k9t4za1IzEGM65ZI8vgdhQcL9AqU96?utm_source=3Dgm&utm_medium=3Demail&auto=3Dt=
rue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubs=
cribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000d1f040063c696217--
office/.Drafts/dovecot.index.log000064000000000240151007557630012555 0ustar00(�h�h����x����@����$maildir����$|��h�h;�	|��h�h;�	|��h���3���� �hL����office/.Drafts/dovecot-uidlist000064000000000063151007557630012345 0ustar003 V1754120908 N1 Gacbd0911c9c28d683b7c38005645cfaf
office/dovecot.index.log000064000000007354151007557630011271 0ustar00(�h�h����x����@����$maildir����$�h�hQ}�	�h��|���� �hL��������@����@����cache������h����x��������@�h��������� T$@��h����X����@$����$s��h�hQ}�	s��h� ����� @�����H��������@�h���������X����@$����$|��hs��h��� |��h�hQ}�	s��h� ����� @p����h����@$����$|��h|��hC؀|��h|��hC؀s��h� ����� 0���� @�����@����@�h����8�����L����@����modseq��������8����@�h�����
����8����@�h�������������X����@$����$}��h|��hC؀}��h}��hh-�	s��h� ����� @`����X����@$����$���h|��hC؀���h}��hh-�	s��h� ����� @�����X����@$����$���h|��hC؀��h}��hh-�	��h������ @0����H��������@�h���������X����@$����$���h|��hC؀腏h}��hh-�	腏hG�	U���� @�����x��������@�h��������� T$�ގh����X����@$����$���h|��hC؀V��h}��hh-�	V��h�pn����� @�����x��������@�h�������� T$@0�h����X����@$����$i��hV��h#�Oi��h}��hh-�	V��h�pn����� @�����h����@$����$i��hi��h���1i��hi��h���1V��h�pn����� 0���� @����X����@$����$m��hi��h���1m��hi��h���1V��h�pn����� @���������X����@$����$m��hi��h���1m��hm��h�BV��h�pn����� @�����X����@$����$m��hi��h���1{ϐhm��h�B{ϐhg�'����� @d	����H��������@�h����x ����X����@$����$m��hi��h���1iz�hm��h�Biz�ha�P.���� @
����x��������@�h�����%���� T$@Ӓh����X����@$����$m��hi��h���1�n�hm��h�B�n�hҌw���� @�
����x��������@�h����+���� T$�ǖh����X����@$����$m��hi��h���1kc�hm��h�Bkc�h�W������ @�����x����	����@�h����	<0���� T$@��h	����X����@$����$m��hi��h���1�W�hm��h�B�W�h�3�1	���� @�����x����
����@�h����
p5���� T$���h
			����X����@$����$m��hi��h���1iL�hm��h�BiL�h>��&S���� @�
����x��������@�h�����:���� T$@��h


			����X����@$����$m��hi��h���1�@�hm��h�B�@�h��x/����� @t����x��������@�h�����?���� T$���h


	office/dovecot.mailbox.log000064000000000060151007557630011600 0ustar00{����	!��:"�G��h�������J�b�B3���h��zoffice/dovecot.list.index.log000064000000004600151007557630012232 0ustar00(�h�h����<����@����list�������������@@����?INBOXSentJunkDraftsspamTrash���� �hL������������@?������	�h;|8VEϯ��	�h;|8VEϯ��	�h;|8VEϯ��	�h;|8VEϯ��	�h;|8VEϯ��	�h;|8VEϯ���� T$@��h���� @L����<����@����subs�����h����P����@?������	�h;|8VEϯ�h���� @�����8����@����z��h��������@?������	�h;|8VEϯ�h����@����msgs��������@����hmodseq��������@����
index sync�����z��h���� @0����D����@����1saved������������ @����������@?������	�h;|8VEϯ�h����@��������@��������@�����|��h���� @|���������@?������	�h;|8VEϯ�h����@��������@��������@�����|��h���� @t���������@?������	�h;|8VEϯ�h����@��������@��������@�����|��h���� @l����8����@?�������������@�����KINBOXSentJunkDraftsspamTrashArchive��������@K����S�|��h��VEϯ���� @����������@�����S�|��h��VEϯ�h����@��������@��������@�����|��h���� @�	office/.spam/dovecot.index.log000064000000000240151007557630012272 0ustar00(�h�h����x����@����$maildir����$|��h�h9�|��h�h9�|��h�S3���� �hL����office/.spam/maildirfolder000064000000000000151007557630011550 0ustar00office/.spam/dovecot-uidlist000064000000000063151007557630012062 0ustar003 V1754120909 N1 Gadbd0911c9c28d683b7c38005645cfaf
office/.Trash/dovecot.index.log000064000000000240151007557630012413 0ustar00(�h�h����x����@����$maildir����$z��h�hQ}�	z��h�hQ}�	z��h�;3���� �hL����office/.Trash/dovecot-uidlist000064000000000063151007557630012203 0ustar003 V1754120910 N1 Gaebd0911c9c28d683b7c38005645cfaf
office/dovecot-uidlist000064000000001635151007557630011052 0ustar003 V1754120905 N1 Ga9bd0911c9c28d683b7c38005645cfaf
1 :1754120906.M139776P3698507.premium320.web-hosting.com,S=92542,W=94059
2 :1754134131.M538471P187743.premium320.web-hosting.com,S=10244,W=10392
3 :1754134233.M306207P187743.premium320.web-hosting.com,S=31347,W=31941
4 :1754236392.M310478P1508629.premium320.web-hosting.com,S=53607,W=54764
5 :1754301270.M99905P493554.premium320.web-hosting.com,S=33189,W=34036
6 :1754320763.M657038P1487124.premium320.web-hosting.com,S=24597,W=25372
7 :1754495593.M486316P2034256.premium320.web-hosting.com,S=42979,W=43773
8 :1754754792.M480566P2295094.premium320.web-hosting.com,S=35983,W=36635
9 :1755013995.M69181P3248359.premium320.web-hosting.com,S=33931,W=34552
10 :1755273193.M827070P3558588.premium320.web-hosting.com,S=37074,W=37772
11 :1755532393.M640699P1498746.premium320.web-hosting.com,S=30615,W=31161
12 :1755791595.M790413P3509678.premium320.web-hosting.com,S=45656,W=46570
office/maildirsize000060000000000162151007557630010236 0ustar00262144000S,0C
0 0
94059 1
10392 1
31941 1
54764 1
34036 1
25372 1
43773 1
36635 1
34552 1
37772 1
31161 1
46570 1
office/.Archive/dovecot.index.cache000064000000000704151007557630013202 0ustar00|��h|��h�������h�h�h�h�h�������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.Fromhdr.Message-IDhdr.Subjecthdr.Dateoffice/.Archive/dovecot.index.log000064000000000340151007557630012714 0ustar00(|��h|��h����@����@����cache�����|��h����x����@����$maildir����$|��h|��h�q|��h|��h�q|��h鞮3���� �hL����office/.Archive/maildirfolder000064000000000000151007557630012171 0ustar00office/.Archive/dovecot-uidlist000064000000000063151007557630012503 0ustar003 V1754120911 N1 G1a5390087cf68d68cfe102005645cfaf
support/subscriptions000064000000000022151007557630011111 0ustar00V	2

spam
Archive
support/cur/1752995709.M808614P663174.premium320.web-hosting.com,S=10245,W=10393:2,S000064000000024005151007557630020657 0ustar00Return-Path: <3dJd8aBcKAN8HPPHMFXPSLTQBDF-OPSFQMZHPPHMF.DPN@idverification.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id uMylL32XfGiGHgoAVkXPrw
	(envelope-from <3dJd8aBcKAN8HPPHMFXPSLTQBDF-OPSFQMZHPPHMF.DPN@idverification.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 03:15:09 -0400
Return-path: <3dJd8aBcKAN8HPPHMFXPSLTQBDF-OPSFQMZHPPHMF.DPN@idverification.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 20 Jul 2025 03:15:09 -0400
Received: from [198.54.122.200] (port=58869 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3dJd8aBcKAN8HPPHMFXPSLTQBDF-OPSFQMZHPPHMF.DPN@idverification.bounces.google.com>)
	id 1udOGM-00000002opu-12y0
	for support@24hourwaterdamagerestorationlongisland.com;
	Sun, 20 Jul 2025 03:15:09 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=Z47Mgvgy;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3dJd8aBcKAN8HPPHMFXPSLTQBDF-OPSFQMZHPPHMF.DPN@idverification.bounces.google.com designates 209.85.219.74 as permitted sender) smtp.mailfrom=3dJd8aBcKAN8HPPHMFXPSLTQBDF-OPSFQMZHPPHMF.DPN@idverification.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f74.google.com (mail-qv1-f74.google.com [209.85.219.74])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4blFCn2FmRz17j4
	for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 07:15:01 +0000 (UTC)
Received: by mail-qv1-f74.google.com with SMTP id 6a1803df08f44-6fd0a3f15daso122359066d6.2
        for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 00:15:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1752995700; x=1753600500; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:mime-version:from:to:cc:subject
         :date:message-id:reply-to;
        bh=vfGv1VyvI+BWFnLgftBA+cMvY8qecbI6J6hS79dHjPs=;
        b=Z47MgvgyMKQt1AfRPuTv4SZ8T35rNgWyNnOAE/ioHDWcpOhKp1ZMb+FaUEV8Q2CGoE
         WOIpVIO/ZclSm/ovTTIFb64Q78vnvk/jsLFQ5aeaQtUxiFfezzSbhtLZCDmSU+5/4PQJ
         omqdfspMUht33io28gNfrgs0M2CT8PipOHOC2QhgXGCddoJ0m+Vm0eE6whKYxgA+i21v
         mKawgFUnRp3+Y2H7q9Hgyqf0QoeNUjPocgEz+TCHweN1ZdDQJ41EHJoJ7rYzB7HMWRlo
         mCK63LqfuSBp91epzhMb/rXHz76TKPdKsc6feYgq4wtGaHAdtp1GJl5Q7eXmv11DDYzB
         vpTw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1752995700; x=1753600500;
        h=to:from:subject:date:message-id:mime-version:x-gm-message-state
         :from:to:cc:subject:date:message-id:reply-to;
        bh=vfGv1VyvI+BWFnLgftBA+cMvY8qecbI6J6hS79dHjPs=;
        b=V9p9IoLYkjrFAOC3RtXu2TVcaNC57k3YfUDEa7n9UBSP6/Bl7wWDF8UGYwi6GayBTQ
         3gMXrecDSF3tn8sTZ+EvCJBw+leVgBxHA4XrlHYmh0L/oXiBsjfhr+Guc5upVuoQyRoa
         m4b4o0/5GSL6DAQnQ9a7Da1t9aD+Kpupv+1NbEZEWHvAT+s4v4rY3qrt2+zPjSs+KAVd
         n+Gf6srD6J84Y/REauJ5A50nLYBiV7l1PV7W5/2rHUTE4A732G2ElsANd8/rJNd/QEBY
         BhAF7KuOIfAfpd261lX84TYD3vpGWMg+cPPDVlS26Z+Iyu3AyBCklkNptL6lfg+Zad9+
         9xmA==
X-Gm-Message-State: AOJu0Yz4/j7wcnFUnPcaLzvv+6ePqnMG/t/GGcd8mOMIBCMlCcjTPDDw
	Di0nLynl3vlof+fxIta/udKCVx0k8F6ETeGBgwUNcfbD6xSU/Bpte6MuULzonbcQEX9Ewl8=
X-Google-Smtp-Source: AGHT+IEd04++0g5TxKudrzNkRLIULfr8dVGarJzikuJWk/fjEv9MtmhjTF/DiSQo9sO1z1uZjMWyHbz55OTXBA==
MIME-Version: 1.0
X-Received: by 2002:a0c:f085:0:20b0:706:c5d6:85e6 with SMTP id
 6a1803df08f44-706c5d694e9mr44030726d6.3.1752995700739; Sun, 20 Jul 2025
 00:15:00 -0700 (PDT)
Message-ID: <autogen-java-068933e5-25d7-450f-872f-c9a40a356065@google.com>
Date: Sun, 20 Jul 2025 07:15:00 +0000
Subject: Verify your email
From: The Google Workspace Team <googleworkspace-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000090e44063a571e87"

--000000000000090e44063a571e87
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

VmVyaWZ5IHlvdXIgZW1haWwgYWRkcmVzcw0KDQpIaSwNCg0KVG8gY29udGludWUgc2V0dGluZyB1
cCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgYWNjb3VudCwgZW50ZXIgdGhpcyAgDQp2ZXJpZmljYXRp
b24gY29kZToNCg0KMTkwNjQ4DQoNCklmIHlvdSBhcmUgbm90IHRoZSBvd25lciBvZiAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20sIHRoZSAgDQpvd25lciBtYXkgY2hv
b3NlIHRvIG1hbmFnZSB5b3VyIEdvb2dsZSBhY2NvdW50IGJ5IHZlcmlmeWluZyBkb21haW4gIA0K
b3duZXJzaGlwLiBZb3UnbGwgYmUgbm90aWZpZWQgaWYgdGhpcyBoYXBwZW5zIGFuZCBoYXZlIHRp
bWUgdG8gZXhwb3J0IGZpbGVzICANCmJlZm9yZSB0aGV5IHN0YXJ0IG1hbmFnaW5nIHlvdXIgYWNj
b3VudA0KDQpEb24ndCBrbm93IHdoeSB5b3UgcmVjZWl2ZWQgdGhpcz8NCg0KU29tZW9uZSBpcyB0
cnlpbmcgdG8gY3JlYXRlIGEgR29vZ2xlIFdvcmtzcGFjZSBhY2NvdW50IHdpdGggdGhpcyBlbWFp
bCAgDQphZGRyZXNzLiBJZiB0aGlzIGlzbid0IHlvdSwgdG8gcHJvdGVjdCB5b3VyIGFjY291bnQs
IGRvbid0IGZvcndhcmQgdGhpcyAgDQplbWFpbCBvciBnaXZlIHRoaXMgY29kZSB0byBhbnlvbmUu
DQoNClRoZSBHb29nbGUgV29ya3NwYWNlIFRlYW0NCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLQ0KR29vZ2xlIFdvcmtzcGFjZQ0KDQrCqSAyMDI1IEdvb2dsZSBMTEMg
MTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCg0KWW91
IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCBiZWNhdXNlIGl0IGNvbnRhaW5zIGltcG9ydGFudCBp
bmZvcm1hdGlvbiAgDQphYm91dCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgcHJvZHVjdCBvciBhY2Nv
dW50DQo=
--000000000000090e44063a571e87
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div style=3D"display: none; max-height: 0; overflow: hidd=
en;">Enter the verification code 190648 to continue setting up your Google =
Workspace account.</div><div style=3D"background-color: #f8f9fa; padding: 2=
4px 24px 0;"><div style=3D"margin-left: auto; margin-right: auto; max-width=
: 580px;"><div style=3D"background-color: #fff; border-bottom: 1px solid #d=
adce0; padding: 36px 36px 64px;"><div style=3D"text-align: center;"><img al=
t=3D"Google Workspace" dir=3D"ltr" height=3D"21px" width=3D"166px" src=3D"h=
ttps://gstatic.com/apps/signup/resources/google-workspace-lockup-color.png"=
></div><div style=3D"margin-top: 24px;"><div style=3D"font-weight: 700;text=
-align: center;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif;=
 font-style: normal; letter-spacing: 0.1px;color: #202124; font-size: 24px;=
 line-height: 130%;">Verify your email address</div><p style=3D"margin-top:=
 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-sty=
le: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-hei=
ght: 150%;font-weight: 400;">Hi,</p><p style=3D"margin-top: 24px;font-famil=
y: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; lett=
er-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;font-w=
eight: 400;">To continue setting up your Google Workspace account, enter th=
is verification code:</p><table style=3D"margin-top: 24px;background-color:=
 #e8f0fe; height: 178px; width: 100%;"><tr style=3D"font-weight: 700;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 24px; line-height: 100%;">=
<td align=3D"center">190648</td></tr></table><table style=3D"margin-top: 24=
px;"><tr><td style=3D"text-align: center;color: #3c4043;"><img alt=3D"Infor=
mation icon" height=3D"20px" width=3D"20px" src=3D"https://gstatic.com/apps=
/signup/resources/info-icon.png"></td><td style=3D"width: 24px;"></td><td s=
tyle=3D"font-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, s=
ans-serif; font-size: 12px; font-style: normal; letter-spacing: 0.3px; line=
-height: 133%;color: #3c4043;">If you are not the owner of <a>24hourwaterda=
magerestorationlongisland.com</a>, the owner may choose to manage your Goog=
le account by verifying domain ownership. You&rsquo;ll be notified if this =
happens and have time to export files before they start managing your accou=
nt</td></tr></table><p style=3D"margin-top: 24px;font-family: &#39;Open San=
s&#39;, Roboto, Arial, sans-serif; font-style: normal; letter-spacing: 0.1p=
x;color: #3c4043; font-size: 16px; line-height: 150%;font-weight: 500;">Don=
&rsquo;t know why you received this?</p><p style=3D"margin-top: 24px;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;fo=
nt-weight: 400;">Someone is trying to create a Google Workspace account wit=
h this email address. If this isn&rsquo;t you, to protect your account, don=
&rsquo;t forward this email or give this code to anyone.</p><p style=3D"mar=
gin-top: 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; =
font-style: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; =
line-height: 150%;font-weight: 400;">The Google Workspace Team</p></div></d=
iv><div style=3D"padding: 24px 16px;"><div style=3D"text-align: center;"><i=
mg alt=3D"Google Workspace" dir=3D"ltr" height=3D"22px" width=3D"180px" src=
=3D"https://gstatic.com/apps/signup/resources/google-workspace-lockup-color=
.png"></div><div style=3D"padding: 10px;"><p style=3D"text-align: center;fo=
nt-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif;=
 font-size: 12px; font-style: normal; letter-spacing: 0.3px; line-height: 1=
33%;color: #5f6368;">&#169; 2025 Google LLC 1600 Amphitheatre Parkway, Moun=
tain View, CA 94043</p><p style=3D"text-align: center;font-weight: 400;font=
-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif; font-size: 12px; f=
ont-style: normal; letter-spacing: 0.3px; line-height: 133%;color: #5f6368;=
margin-top: 10px;">You have received this email because it contains importa=
nt information about your Google Workspace product or account</p></div></di=
v></div></div></div>
--000000000000090e44063a571e87--
support/cur/1752857391.M901411P2988390.premium320.web-hosting.com,S=90561,W=92051:2,S000064000000260701151007557630020751 0ustar00Return-Path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id ODg8NS97emhmmS0AVkXPrw
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Fri, 18 Jul 2025 12:49:51 -0400
Return-path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 18 Jul 2025 12:49:51 -0400
Received: from [127.0.0.1] (port=60456 helo=localhost.localdomain)
	by premium320.web-hosting.com with esmtpa (Exim 4.98.2)
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	id 1ucoHP-0000000CXnr-2sSa
	for support@24hourwaterdamagerestorationlongisland.com;
	Fri, 18 Jul 2025 12:49:51 -0400
Date: Fri, 18 Jul 2025 16:49:51 GMT
From: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Message-Id: <1752857391.n1R5W_jqUqNBjlxX@premium320.web-hosting.com>
Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnHN1?= =?UTF-8?B?cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu?= =?UTF-8?B?Y29t4oCdLg==?=
To: <support@24hourwaterdamagerestorationlongisland.com>
X-iContact_locale: en
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-2989825-1752857391-0.175020390257682"

--mixed-Cpanel::Email::Object-2989825-1752857391-0.175020390257682
Content-Type: multipart/alternative; boundary="alternative-Cpanel::Email::Object-2989825-1752857391-0.863297616367582"

--alternative-Cpanel::Email::Object-2989825-1752857391-0.863297616367582
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Client Configuration settings for =E2=80=9Csupport@24hourwaterdamagerestora=
tionlongisland.com=E2=80=9D.


Mail Client Manual Settings
---------------------------

Secure SSL/TLS Settings (Recommended)

Username:

support@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

premium320.web-hosting.com

  * IMAP Port: 993

  * POP3 Port: 995

Outgoing Server:

premium320.web-hosting.com

  * SMTP Port: 465

IMAP, POP3, and SMTP require authentication.

Non-SSL Settings (NOT Recommended)

Username:

support@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

mail.24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 143

  * POP3 Port: 110

Outgoing Server:

mail.24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 587

IMAP, POP3, and SMTP require authentication.


Calendar & Contacts Manual Settings
-----------------------------------

Secure SSL/TLS Settings (Recommended).

Username:

support@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

https://premium320.web-hosting.com:2080

  * Port: 2080

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * https://premium320.web-hosting.com:2080/calendars/support@24hourwaterda=
magerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * https://premium320.web-hosting.com:2080/addressbooks/support@24hourwate=
rdamagerestorationlongisland.com/addressbook

Non-SSL Settings (NOT Recommended).

Username:

support@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

http://mail.24hourwaterdamagerestorationlongisland.com:2079

  * Port: 2079

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/calendars/s=
upport@24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/addressbook=
s/support@24hourwaterdamagerestorationlongisland.com/addressbook

A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE =
Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.

This notice is the result of a request made by a computer with the IP addre=
ss of =E2=80=9C72.255.7.70=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D se=
rvice on the server.

The remote computer=E2=80=99s location appears to be: Pakistan (PK).

The remote computer=E2=80=99s IP address is assigned to the provider: =E2=
=80=9CCyber Internet Services Pakistan Cyber Internet Services (Private) Li=
mited Cyber Internet Services Pakistan=E2=80=9D

The remote computer=E2=80=99s network link type appears to be: =E2=80=9CDSL=
=E2=80=9D.

The remote computer=E2=80=99s operating system appears to be: =E2=80=9CWind=
ows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.

The system generated this notice on Friday, July 18, 2025 at 4:49:51 PM UTC.

Do not reply to this automated message.

cP

Copyright=C2=A9 2025 cPanel, L.L.C.=

--alternative-Cpanel::Email::Object-2989825-1752857391-0.863297616367582
Content-Type: multipart/related; boundary="related-Cpanel::Email::Object-2989825-1752857391-0.483708342185569"

--related-Cpanel::Email::Object-2989825-1752857391-0.483708342185569
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<body style=3D"background:#F4F4F4">
    <div style=3D"margin:0;padding:0;background:#F4F4F4">
        <table cellpadding=3D"10" cellspacing=3D"0" border=3D"0" width=3D"1=
00%" style=3D"width:0 auto;">
            <tbody>
                <tr>
                    <td align=3D"center">
                        <table cellpadding=3D"0" cellspacing=3D"0" border=
=3D"0" width=3D"680" style=3D"border:0;width:0 auto;max-width:680px;">
                            <tbody>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td width=3D"680" height=3D"25" style=
=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;=
color:#333333">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                            Client Configuration settings f=
or =E2=80=9Csupport@24hourwaterdamagerestorationlongisland.com=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td style=3D"padding: 15px 0 20px 0; ba=
ckground-color: #FFFFFF; border: 2px solid #E8E8E8; border-bottom: 2px soli=
d #FF6C2C;">
                                        <table width=3D"680" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" style=3D"background:#FFFFFF;font-family:=
'Helvetica Neue',Helvetica,Arial,sans-serif;">
                                            <tbody>
                                                <tr>
                                                    <td width=3D"15">
                                                    </td>
                                                    <td width=3D"650">
                                                        <table cellpadding=
=3D"0" cellspacing=3D"0" border=3D"0" width=3D"100%">
                                                            <tbody>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v id=3D"manual_settings_area" class=3D"section">
        <h2 id=3D"hdrManualSettings">Mail Client Manual Settings</h2>
=20=20=20=20=20=20=20=20
        <div class=3D"row">
         <div class=3D"col-md-6">
          <div id=3D"ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #428bca;"
=20=20=20=20=20=20=20=20=20=20=20=20
            class=3D"preferred-selection panel panel-primary">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #428bca; border-color: #428b=
ca; color: #fff;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings
                (Recommended)
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSSLSettingsAreaUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSSLSettingsAreaUsername" class=3D"data wrap-text">support@24hou=
rwaterdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaPassword" class=3D"escape-note"> Use the email acco=
unt=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaIncomingServer" class=3D"data">premium320.web-hosti=
ng.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 993</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 995</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaOutGoingServer" class=3D"data">premium320.web-hosti=
ng.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 465</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"lblSettingsAreaSmallNote1" class=3D"small_note">IMAP, POP3,=
 and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
         </div>
=20=20
      </div>
=20=20=20=20=20=20=20=20

        <div class=3D"row" id=3D"nonSSL" style=3D"display: none">
         <div class=3D"col-md-6">
           <div id=3D"non_ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #f6c342;"
=20=20=20=20=20=20=20=20=20=20=20=20
           class=3D"panel panel-default panel-warning">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #f6c3=
42; color: #333;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                <span id=3D"descNonSSLSettings" class=3D"caption not-recomm=
ended">Non-SSL Settings (NOT Recommended)</span>
              </div>
              <table id=3D"tblManualSettingsTable" class=3D"table manual_se=
ttings_table" style=3D"border-collapse: collapse; border-spacing: 0; margin=
-bottom: 0; width: 100%; background-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsUsername" class=3D"data wrap-text">support@24hour=
waterdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsPassword" class=3D"escape-note">Use the email acc=
ount=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsIncomingServer" class=3D"data">mail.24hourwaterda=
magerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 143</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 110</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServerData" class=3D"data">mail.24hourwaterd=
amagerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 587</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"descNonSSLSettingsAuthenticationIsRequiredForIMAPPOP3SMTP1"=
 class=3D"small_note">IMAP, POP3, and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
        </div>
      </div>

    </div><div class=3D"section">
        <h2>Calendar &amp; Contacts Manual Settings</h2>
        <div class=3D"row">
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #428bca;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #428bca; border-color: #=
428bca; color: #fff;" class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">support@24hourwaterdamagerestorationlongisland.=
com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">https://premium320.web-hosting.com:2080
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2080</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://premium320.web-hosting.com:2080/cale=
ndars/support@24hourwaterdamagerestorationlongisland.com/calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://premium320.web-hosting.com:2080/addr=
essbooks/support@24hourwaterdamagerestorationlongisland.com/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #f6c342;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #=
f6c342; color: #333;" class=3D"panel-heading">
                Non-SSL Settings (NOT Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">support@24hourwaterdamagerestorationlongisland.=
com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">http://mail.24hourwaterdamagerestorationlongisland.com:20=
79
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2079</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/calendars/support@24hourwaterdamagerestorationlongisland.co=
m/calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/addressbooks/support@24hourwaterdamagerestorationlongisland=
.com/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
        </div>
      </div>
    </div><p>
 A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE=
 Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.
</p>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v style=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-t=
op: 2px solid #E8E8E8; padding-top:5px; margin-top: 5px; font-size:12px; co=
lor: #666666;">
        <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20
          This notice is the result of a request made by a computer with th=
e <abbr title=3D"Internet Protocol">IP</abbr> address of =E2=80=9C72.255.7.=
70=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D service on the server.
=20=20=20=20=20=20=20=20
    </p>

                    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                            The remote computer=E2=80=99s location appears =
to be: Pakistan (PK).
                    </p>
=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
                <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                  The remote computer=E2=80=99s <abbr title=3D"Internet Pro=
tocol">IP</abbr> address is assigned to the provider: =E2=80=9CCyber Intern=
et Services Pakistan Cyber Internet Services (Private) Limited Cyber Intern=
et Services Pakistan=E2=80=9D
                </p>
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20

=20=20=20=20=20=20=20=20=20
                            <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;=
">
          The remote computer=E2=80=99s network link type appears to be: =
=E2=80=9CDSL=E2=80=9D.
        </p>
                          <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20=20=20
            The remote computer=E2=80=99s operating system appears to be: =
=E2=80=9CWindows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20
        </p>
=20=20=20=20=20=20=20=20=20=20
    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
        The system generated this notice on Friday, July 18, 2025 at 4:49:5=
1 PM UTC.
    </p>
</div>=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                                                           =
<!-- -->
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
<p>
    Do not reply to this automated message.
</p>
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>

                                                    </td>
                                                    <td width=3D"15">
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
                                    <td align=3D"center" style=3D"padding-t=
op: 10px;">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                        <img src=3D"cid:auto_cid_2140506619=
" height=3D"25" width=3D"25" style=3D"border:0;line-height:100%;border:0" a=
lt=3D"cP">
                                        <p style=3D"font-family:'Helvetica =
Neue',Helvetica,Arial,sans-serif;font-size:12px;color:#666666; padding: 0; =
margin: 0;">Copyright=C2=A9=C2=A02025 cPanel, L.L.C.<p>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</body>=

--related-Cpanel::Email::Object-2989825-1752857391-0.483708342185569
Content-Type: image/png; x-unix-mode=0600; name="cpanel-logo-tiny.png"
Content-Disposition: attachment; filename="cpanel-logo-tiny.png"
Content-ID: <auto_cid_2140506619>
Content-Transfer-Encoding: base64

iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAK
T2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AU
kSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXX
Pues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgAB
eNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAt
AGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3
AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dX
Lh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+
5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk
5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd
0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA
4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzA
BhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/ph
CJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5
h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+
Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhM
WE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQ
AkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+Io
UspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdp
r+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZ
D5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61Mb
U2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY
/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllir
SKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79u
p+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6Vh
lWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1
mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lO
k06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7Ry
FDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3I
veRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+B
Z7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/
0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5p
DoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5q
PNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIs
OpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5
hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQ
rAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9
rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1d
T1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aX
Dm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7
vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3S
PVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKa
RptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO
32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21
e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfV
P1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i
/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8
IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADr7aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8
P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4
bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1
LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6
UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5z
IyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5z
OnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1w
TU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0
RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAg
ICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3Av
MS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8x
LjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4w
LyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8i
PgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNp
bnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTAz
LTIyVDA3OjUwOjI4LTA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0
YURhdGU+MjAxNS0wMy0yMlQwNzo1MDoyOC0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAg
ICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3htcDpNb2RpZnlE
YXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmQxMDU0MzZlLWY5ZTAtNDkx
MS1iZTFiLTcwMzcxNDM4NTA4MjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRv
Y3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVmYTlmM2I1LTExMjAtMTE3OC1iOTIzLWZi
MjdlNDc0YmQzYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9j
dW1lbnRJRD54bXAuZGlkOjA4ZTkxZjNlLWU3MjQtNDYzNC04YmJlLTFiNzRlNzMwMTA3NTwveG1w
TU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAg
ICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3Vy
Y2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlv
bj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowOGU5MWYzZS1l
NzI0LTQ2MzQtOGJiZS0xYjc0ZTczMDEwNzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAg
ICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBD
QyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8
L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAg
ICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkMTA1NDM2ZS1mOWUwLTQ5
MTEtYmUxYi03MDM3MTQzODUwODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAg
IDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAg
ICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0
IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RF
dnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAg
ICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxw
aG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAg
ICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NEMxRkU2RTZCQzREMTFFNEI3MDg5OEZGODlDRkQ2RUU8
L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1
bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9w
OkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYt
Mi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8
L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlv
bj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0
aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29s
dXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVu
aXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAg
ICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAg
ICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8
L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ph0AdIcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkA
AHUwAADqYAAAOpgAABdvkl/FRgAAAclJREFUeNrs1s+LjVEYB/DPHe7EYjY2wsaPjaZBZDQLEZGF
hSwkNdlIWbC2UEr5D8ZGSX4sJJINaQjlNkn5lcVMSuSWaagZXImYrsU8N6fT6/JOkcV869T7nOc5
53vO83yf930rzWbT30aHf4AZklKYDQ6tKLvmODZiFpqo4CvquIlzmAQDz4KkHNbjcBv/HvTHGJ1u
unb9QcxmXEHX70g6UI30VNEZ6enN4ibxrWB9H/YWkczBPlzCYzyN8QS30YNlSfwo1mElNuFatt/O
n4WfwgJciIIW4QHmY14ydxeP4nkEDzGMRTG3NL1JJ862IYAaVmVz+ckbmCiW8FQxt2a+LyFLIc2T
OJ/4v8ftUuzH8sSupyQ7suCLOIJP0QMTkaa0oV7gPQbQHUpaG/Et3ElJ+hLHmzhRIyPuxdzEvoqD
MYrwDqfTmnRlaWoULNqS2UNtavg55Ps6JRlJApbgaPRGC1VsS+yP+IDVBZtfDjnfyAt/PUlZBcew
O2oyhBNYnGz2KvpneyaEMbz8lbrO4AAWJr7uRJY9IfMWBqPotTKv+nqcfKwgZrBA3rem+z2pYQNO
4TnG8Rb3sCbs8cj1/TIklZkfif+O5McA9Y1iuiAu5qQAAAAASUVORK5CYII=

--related-Cpanel::Email::Object-2989825-1752857391-0.483708342185569--

--alternative-Cpanel::Email::Object-2989825-1752857391-0.863297616367582--

--mixed-Cpanel::Email::Object-2989825-1752857391-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="email-support@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="email-support@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIh1QYJKoZIhvcNAQcCoIIhxjCCIcICAQExDzANBglghkgBZQMEAgEFADCCDQ4GCSqGSIb3DQEH
AaCCDP8Eggz7PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAgICA8
c3RyaW5nPnN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudE5hbWU8L2tleT4NCiAgICAgIDxzdHJp
bmc+c3VwcG9ydEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0
cmluZz4NCiAgICAgIDxrZXk+RW1haWxBY2NvdW50VHlwZTwva2V5Pg0KICAgICAgPHN0cmluZz5F
bWFpbFR5cGVJTUFQPC9zdHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWRkcmVzczwva2V5Pg0KICAg
ICAgPHN0cmluZz5zdXBwb3J0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlv
bjwva2V5Pg0KICAgICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAg
PGtleT5JbmNvbWluZ01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5wcmVt
aXVtMzIwLndlYi1ob3N0aW5nLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxT
ZXJ2ZXJQb3J0TnVtYmVyPC9rZXk+DQogICAgICA8aW50ZWdlcj45OTM8L2ludGVnZXI+DQogICAg
ICA8a2V5PkluY29taW5nTWFpbFNlcnZlclVzZVNTTDwva2V5Pg0KICAgICAgPHRydWUvPg0KICAg
ICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJVc2VybmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5z
dXBwb3J0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5n
Pg0KICAgICAgPGtleT5PdXRnb2luZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlvbjwva2V5Pg0KICAg
ICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAgPGtleT5PdXRnb2lu
Z01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5wcmVtaXVtMzIwLndlYi1o
b3N0aW5nLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5PdXRnb2luZ01haWxTZXJ2ZXJQb3J0TnVt
YmVyPC9rZXk+DQogICAgICA8aW50ZWdlcj40NjU8L2ludGVnZXI+DQogICAgICA8a2V5Pk91dGdv
aW5nTWFpbFNlcnZlclVzZVNTTDwva2V5Pg0KICAgICAgPHRydWUvPg0KICAgICAgPGtleT5PdXRn
b2luZ01haWxTZXJ2ZXJVc2VybmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5zdXBwb3J0QDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICAgICAgPGtl
eT5PdXRnb2luZ1Bhc3N3b3JkU2FtZUFzSW5jb21pbmdQYXNzd29yZDwva2V5Pg0KICAgICAgPHRy
dWUvPg0KICAgICAgPGtleT5QYXlsb2FkRGVzY3JpcHRpb248L2tleT4NCiAgICAgIDxzdHJpbmc+
c3VwcG9ydEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJl
IEVtYWlsIFNldHVwPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5
Pg0KICAgICAgPHN0cmluZz5zdXBwb3J0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbSBTZWN1cmUgRW1haWwgU2V0dXA8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9h
ZElkZW50aWZpZXI8L2tleT4NCiAgICAgIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLnN1cHBvcnQu
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAg
ICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4NCiAgICAgIDxzdHJpbmc+MjRob3Vyd2F0
ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICA8a2V5PlBh
eWxvYWRUeXBlPC9rZXk+DQogICAgICA8c3RyaW5nPmNvbS5hcHBsZS5tYWlsLm1hbmFnZWQ8L3N0
cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgICAgIDxzdHJpbmc+YjFlYjcw
NDUtY2FjZi1mM2VkLWViNjEtNDIwNTJkM2RjNDVmPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxv
YWRWZXJzaW9uPC9rZXk+DQogICAgICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KICAgICAgPGtleT5Q
cmV2ZW50QXBwU2hlZXQ8L2tleT4NCiAgICAgIDxmYWxzZS8+DQogICAgICA8a2V5PlByZXZlbnRN
b3ZlPC9rZXk+DQogICAgICA8ZmFsc2UvPg0KICAgICAgPGtleT5TTUlNRUVuYWJsZWQ8L2tleT4N
CiAgICAgIDxmYWxzZS8+DQogICAgICA8a2V5PkluY29taW5nTWFpbFNlcnZlcklNQVBQYXRoUHJl
Zml4PC9rZXk+DQogICAgICA8c3RyaW5nPklOQk9YPC9zdHJpbmc+DQogICAgPC9kaWN0Pg0KICA8
L2FycmF5Pg0KICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICA8c3RyaW5nPnN1cHBv
cnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBFbWFp
bCBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3Ry
aW5nPnN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNl
Y3VyZSBFbWFpbCBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+
DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLnN1cHBvcnQuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0
b3JhdGlvbmxvbmdpc2xhbmQuY29tLWVtYWlsPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZE9yZ2Fu
aXphdGlvbjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5zdXBwb3J0LjI0aG91cndh
dGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICA8a2V5PlBheWxv
YWRSZW1vdmFsRGlzYWxsb3dlZDwva2V5Pg0KICA8ZmFsc2UvPg0KICA8a2V5PlBheWxvYWRUeXBl
PC9rZXk+DQogIDxzdHJpbmc+Q29uZmlndXJhdGlvbjwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRV
VUlEPC9rZXk+DQogIDxzdHJpbmc+OTZiNWJlNmItOGNiNS0xN2U0LTU5MmYtYzlmY2QxYTU5Zjhi
PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFZlcnNpb248L2tleT4NCiAgPGludGVnZXI+MTwvaW50
ZWdlcj4NCjwvZGljdD4NCjwvcGxpc3Q+DQqgghHdMIIGEzCCA/ugAwIBAgIQfVtRJrR2uhHbdBYL
vFMNpzANBgkqhkiG9w0BAQwFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkx
FDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAs
BgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTgxMTAyMDAw
MDAwWhcNMzAxMjMxMjM1OTU5WjCBjzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFu
Y2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYD
VQQDEy5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBMIIBIjAN
BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1nMz1tc8INAA0hdFuNY+B6I/x0HuMjDJsGz99J/L
EpgPLT+NTQEMgg8Xf2Iu6bhIefsWg06t1zIlk7cHv7lQP6lMw0Aq6Tn/2YHKHxYyQdqAJrkjeocg
HuP/IJo8lURvh3UGkEC0MpMWCRAIIz7S3YcPb11RFGoKacVPAXJpz9OTTG0EoKMbgn6xmrntxZ7F
N3ifmgg0+1YuWMQJDgZkW7w33PGfKGioVrCSo1yfu4iYCBskHaswha6vsC6eep3BwEIc4gLw6uBK
0u+QDrTBQBbwb4VCSmT3pDCg/r8uoydajotYuK3DGReEY+1vVv2Dy2A0xHS+5p3b4eTlygxfFQID
AQABo4IBbjCCAWowHwYDVR0jBBgwFoAUU3m/WqorSs9UgOHYm8Cd8rIDZsswHQYDVR0OBBYEFI2M
XsRUrYrhd+mb+ZsF4bgBjWHhMA4GA1UdDwEB/wQEAwIBhjASBgNVHRMBAf8ECDAGAQH/AgEAMB0G
A1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAbBgNVHSAEFDASMAYGBFUdIAAwCAYGZ4EMAQIB
MFAGA1UdHwRJMEcwRaBDoEGGP2h0dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FD
ZXJ0aWZpY2F0aW9uQXV0aG9yaXR5LmNybDB2BggrBgEFBQcBAQRqMGgwPwYIKwYBBQUHMAKGM2h0
dHA6Ly9jcnQudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FBZGRUcnVzdENBLmNydDAlBggrBgEF
BQcwAYYZaHR0cDovL29jc3AudXNlcnRydXN0LmNvbTANBgkqhkiG9w0BAQwFAAOCAgEAMr9hvQ5I
w0/HukdN+Jx4GQHcEx2Ab/zDcLRSmjEzmldS+zGea6TvVKqJjUAXaPgREHzSyrHxVYbH7rM2kYb2
OVG/Rr8PoLq0935JxCo2F57kaDl6r5ROVm+yezu/Coa9zcV3HAO4OLGiH19+24rcRki2aArPsrW0
4jTkZ6k4Zgle0rj8nSg6F0AnwnJOKf0hPHzPE/uWLMUxRP0T7dWbqWlod3zu4f+k+TY4CFM5ooQ0
nBnzvg6s1SQ36yOoeNDT5++SR2RiOSLvxvcRviKFxmZEJCaOEDKNyJOuB56DPi/Z+fVGjmO+wea0
3KbNIaiGCpXZLoUmGv38sbZXQm2V0TP2ORQGgkE49Y9Y3IBbpNV9lXj9p5v//cWoaasm56ekBYdb
qbe4oyALl6lFhd2zi+WJN44pDfwGF/Y4QA5C5BIG+3vzxhFoYt/jmPQT2BVPi7Fp2RBgvGQq6jG3
5LWjOhSbJuMLe/0CjraZwTiXWTb2qHSihrZe68Zk6s+go/lunrotEbaGmAhYLcmsJWTyXnW0OMGu
f1pGg+pRyrbxmRE1a6Vqe8YAsOf4vmSyrcjC8azjUeqkk+B5yOGBQMkKW+ESPMFgKuOXwIlCypTP
RpgSabuY0MLTDXJLR27lk8QyKGOHQ+SwMj4K00u/I5sUKUErmgQfky3xxzlIPK1aEn8wggWBMIIE
aaADAgECAhA5ckQ6+SK3UdfTbBDdMTWVMA0GCSqGSIb3DQEBDAUAMHsxCzAJBgNVBAYTAkdCMRsw
GQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoMEUNv
bW9kbyBDQSBMaW1pdGVkMSEwHwYDVQQDDBhBQUEgQ2VydGlmaWNhdGUgU2VydmljZXMwHhcNMTkw
MzEyMDAwMDAwWhcNMjgxMjMxMjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBK
ZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdv
cmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0G
CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1k
CdzOiZ/MPans9s/B3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLo
dMkYtJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/Fp0YvVGO
NaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2VN3I5xI6Ta5MirdcmrS3
ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT79uq/nROacdrjGCT3sTHDN/hMq7MkztR
eJVni+49Vv4M0GkPGw/zJSZrM233bkf6c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1
XNtB1xLaqUkL39iAigmTYo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNM
s+1b/97lc6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4eeUB9X
VKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeEHg9j1uliutZfVS7q
XMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo4HyMIHvMB8GA1UdIwQYMBaAFKARCiM+lvEH
7OKvKe+CpX/QMKS0MB0GA1UdDgQWBBRTeb9aqitKz1SA4dibwJ3ysgNmyzAOBgNVHQ8BAf8EBAMC
AYYwDwYDVR0TAQH/BAUwAwEB/zARBgNVHSAECjAIMAYGBFUdIAAwQwYDVR0fBDwwOjA4oDagNIYy
aHR0cDovL2NybC5jb21vZG9jYS5jb20vQUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNAYIKwYB
BQUHAQEEKDAmMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5jb21vZG9jYS5jb20wDQYJKoZIhvcN
AQEMBQADggEBABiHUdx0IT2ciuAntzPQLszs8ObLXhHeIm+bdY6ecv7k1v6qH5yWLe8DSn6u9I1v
cjxDO8A/67jfXKqpxq7y/Njuo3tD9oY2fBTgzfT3P/7euLSK8JGW/v1DZH79zNIBoX19+BkZyUIr
E79Yi7qkomYEdoiRTgyJFM6iTckys7roFBq8cfFb8EELmAAKIgMQ5Qyx+c2SNxntO/HkOrb5RRMm
da+7qu8/e3c70sQCkT0ZANMXXDnbP3sYDUXNk4WWL13fWRZPP1G91UUYP+1KjugGYXQjFrUNUHMn
REd/EF2JKmuFMRTE6KlqTIC8anjPuH+OdnKZDJ3+15EIFqGjX5UwggY9MIIFJaADAgECAhARPqGn
DfxWAjllVebyCAZYMA0GCSqGSIb3DQEBCwUAMIGPMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl
YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0
ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIg
Q0EwHhcNMjUwMzEzMDAwMDAwWhcNMjYwNDA1MjM1OTU5WjAcMRowGAYDVQQDDBEqLndlYi1ob3N0
aW5nLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMQ03HFzHcaMPYoPPM+EmUAl
AKfqxj+bTHlUcl5lZ0uPS2TcMCyRDXQPOE2Esl9PidcXZLIBc5AQYtP4DbK0Ycduf5hlreKrQy6w
8Zxf8mYPpbxEOhWXr7nAWGrN+9+FeLX1PjPj9qn5QDAzojZcqN15yYBAso4eB4NKPOwKPoD/0e3/
eN8U+kT7PJr2cD5ZnqnKOSiS59PUUVw16GVliySFumOG3vmkm0kY0VBbR58hqX3dwpAo3KLyUYBP
spGfHOdoncr+wLJcRkpF1UWm78kUL/zQ65WXE5d1G/ipjW6MOF0AN5yK0BJhyGhjeeS4jGC7VX7N
wpPXsI3HnxXe2hMCAwEAAaOCAwUwggMBMB8GA1UdIwQYMBaAFI2MXsRUrYrhd+mb+ZsF4bgBjWHh
MB0GA1UdDgQWBBTOCSvTMgTB/pcHeSGxIzyhNtmt8DAOBgNVHQ8BAf8EBAMCBaAwDAYDVR0TAQH/
BAIwADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwSQYDVR0gBEIwQDA0BgsrBgEEAbIx
AQICBzAlMCMGCCsGAQUFBwIBFhdodHRwczovL3NlY3RpZ28uY29tL0NQUzAIBgZngQwBAgEwgYQG
CCsGAQUFBwEBBHgwdjBPBggrBgEFBQcwAoZDaHR0cDovL2NydC5zZWN0aWdvLmNvbS9TZWN0aWdv
UlNBRG9tYWluVmFsaWRhdGlvblNlY3VyZVNlcnZlckNBLmNydDAjBggrBgEFBQcwAYYXaHR0cDov
L29jc3Auc2VjdGlnby5jb20wLQYDVR0RBCYwJIIRKi53ZWItaG9zdGluZy5jb22CD3dlYi1ob3N0
aW5nLmNvbTCCAX8GCisGAQQB1nkCBAIEggFvBIIBawFpAHcAlpdkv1VYl633Q4doNwhCd+nwOtX2
pPM2bkakPw/KqcYAAAGVj10Z0wAABAMASDBGAiEA/Y06V0kuJSf/MYy9A7ieWOAYCiOgMhKbBUFM
ljt7uQUCIQCcrXcSiEm2q3QDc4nG2sN9bpWQ/hBIWOnOVneawzzsWQB2ABmG1Mcoqm/+ugNveCpN
AZGqzi1yMQ+uzl1wQS0lTMfUAAABlY9dGWcAAAQDAEcwRQIgXGRvpfJP/AjCvTznkJ9gXwcJn+bx
0KSO/uCXjTYl5lgCIQCFryJjBFLc1CX2dLsPX+blTGnupNTe+jnWxYPvyB6/tgB2AMs49xWJfISh
RF9bwd37yW7ymlnNRwppBYWwyxTDFFjnAAABlY9dGZQAAAQDAEcwRQIhAKaYyb7P/3H2OkGrCZkd
hLHSmO5CrejkvvhsPnJACQJLAiBzfGpM9ajS4c5lGca6tEXoC+YjTVJtDeubTOqPxBnzuDANBgkq
hkiG9w0BAQsFAAOCAQEAaFFkZyC03GPELKjWDbNamh/CCbzT3EhXLGeiGZjjKg9VTAgpyg4pLE4V
y4mJfGpOFJLMIt3VJs76WmolXCEtfH0DMii+w5CT1MnB+Gf20dJmnjgg6vZ+W8dkmXX5lt4VE3a6
oFELSZu/eeByQtY/VKnRL/i3an1dkol8ltuvf7o8tMqu0MMdcZfu7WQGBp2DuEnnx30+3GhmduD/
2iPOqcWCRRGJdZ0Fup5ZE9zmORHi9yC6cRCkaqsOq+4egYuUWfBJfTy/VMVwb6QegGuVU9UUMwLl
1aZi0heE1SXTe/2Ce+om8zDb/zxssrLE4cHZkbvZtOnnNeOyJAU2MoyypzGCArcwggKzAgEBMIGk
MIGPMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdT
YWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNBIERv
bWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0ECEBE+oacN/FYCOWVV5vIIBlgwDQYJYIZI
AWUDBAIBBQCggeQwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMjUw
NzE4MTY0OTUwWjAvBgkqhkiG9w0BCQQxIgQgcUT2eZFdt3n7bfzE5xzURJ+qJugU2xpTAZ6c6eWM
R4YweQYJKoZIhvcNAQkPMWwwajALBglghkgBZQMEASowCwYJYIZIAWUDBAEWMAsGCWCGSAFlAwQB
AjAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYI
KoZIhvcNAwICASgwDQYJKoZIhvcNAQEBBQAEggEAnsg8lhXNOmqN0BDGFw/sX99d4JtLOCYZFtfK
K7FLU+cnL3WDHdW2gpAcrkm4Dc8Bb5fHfxyOUwot3AZge9gvXy6gL3JwQjpJ959JJX9uRaFEMz0w
jicLeKAnKD9h0fpQNqOljZ9wMLG1xhsDEgHRovu2cC+afT0gDuTYX2Xly9zT306yZQHQqZAs3evt
t7i1NEf56UQptmVqXMTiaAdef0hCbFnKSBnhIwUz1jDIoDgMJBCGiOe1TdUuuX4w3TixxT0Wnm6J
v6Z2e9uon0a0H01etmWGQfwcKT28JjIPNi987nTPRoOcZI6e8BYSQ8Xv50DkulogYus5s9N4nPq3
hg==

--mixed-Cpanel::Email::Object-2989825-1752857391-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="carddav-support@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="carddav-support@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIdHgYJKoZIhvcNAQcCoIIdDzCCHQsCAQExDzANBglghkgBZQMEAgEFADCCCFcGCSqGSIb3DQEH
AaCCCEgEgghEPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FyZERBVkFjY291bnREZXNjcmlwdGlvbjwva2V5Pg0KICAg
ICAgICA8c3RyaW5nPnN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNhcmRE
QVZIb3N0TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPnByZW1pdW0zMjAud2ViLWhvc3Rpbmcu
Y29tOjIwODA8L3N0cmluZz4NCiAgICAgICAgPGtleT5DYXJkREFWVXNlU1NMPC9rZXk+DQogICAg
ICAgIDx0cnVlLz4NCiAgICAgICAgPGtleT5DYXJkREFWVXNlcm5hbWU8L2tleT4NCiAgICAgICAg
PHN0cmluZz5zdXBwb3J0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNv
bTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICAgICAg
ICA8c3RyaW5nPnN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRE
aXNwbGF5TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPkNhcmREQVY8L3N0cmluZz4NCiAgICAg
ICAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNwYW5lbC5t
YWlsLm9yZy5zdXBwb3J0LjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNv
bTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4NCiAgICAg
ICAgPHN0cmluZz4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0
cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVHlwZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNv
bS5hcHBsZS5jYXJkZGF2LmFjY291bnQ8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVVVJ
RDwva2V5Pg0KICAgICAgICA8c3RyaW5nPmQ3NGVhMzYzLWM1NzEtN2UzMy1iMzljLTlhNDk2ZDhk
OWY2Zjwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICAg
IDxpbnRlZ2VyPjE8L2ludGVnZXI+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBh
eWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICA8c3RyaW5nPnN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1h
Z2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5n
Pg0KICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3RyaW5nPnN1cHBvcnRAMjRo
b3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDb250YWN0cyBT
ZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+
Y3BhbmVsLm1haWwub3JnLnN1cHBvcnQuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdp
c2xhbmQuY29tLWNhcmRkYXY8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9r
ZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLnN1cHBvcnQuMjRob3Vyd2F0ZXJkYW1hZ2Vy
ZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxE
aXNhbGxvd2VkPC9rZXk+DQogIDxmYWxzZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAg
PHN0cmluZz5Db25maWd1cmF0aW9uPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4N
CiAgPHN0cmluZz4zNTVkNzRlZS1kZmIwLWNhNGUtOTI0Yy03MzFiYmIyMjE4NzQ8L3N0cmluZz4N
CiAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9k
aWN0Pg0KPC9wbGlzdD4NCqCCEd0wggYTMIID+6ADAgECAhB9W1EmtHa6Edt0Fgu8Uw2nMA0GCSqG
SIb3DQEBDAUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxML
SmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNF
UlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xODExMDIwMDAwMDBaFw0zMDEy
MzEyMzU5NTlaMIGPMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAw
DgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3Rp
Z28gUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0EwggEiMA0GCSqGSIb3DQEB
AQUAA4IBDwAwggEKAoIBAQDWczPW1zwg0ADSF0W41j4Hoj/HQe4yMMmwbP30n8sSmA8tP41NAQyC
Dxd/Yi7puEh5+xaDTq3XMiWTtwe/uVA/qUzDQCrpOf/ZgcofFjJB2oAmuSN6hyAe4/8gmjyVRG+H
dQaQQLQykxYJEAgjPtLdhw9vXVEUagppxU8BcmnP05NMbQSgoxuCfrGaue3FnsU3eJ+aCDT7Vi5Y
xAkOBmRbvDfc8Z8oaKhWsJKjXJ+7iJgIGyQdqzCFrq+wLp56ncHAQhziAvDq4ErS75AOtMFAFvBv
hUJKZPekMKD+vy6jJ1qOi1i4rcMZF4Rj7W9W/YPLYDTEdL7mndvh5OXKDF8VAgMBAAGjggFuMIIB
ajAfBgNVHSMEGDAWgBRTeb9aqitKz1SA4dibwJ3ysgNmyzAdBgNVHQ4EFgQUjYxexFStiuF36Zv5
mwXhuAGNYeEwDgYDVR0PAQH/BAQDAgGGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0lBBYwFAYI
KwYBBQUHAwEGCCsGAQUFBwMCMBsGA1UdIAQUMBIwBgYEVR0gADAIBgZngQwBAgEwUAYDVR0fBEkw
RzBFoEOgQYY/aHR0cDovL2NybC51c2VydHJ1c3QuY29tL1VTRVJUcnVzdFJTQUNlcnRpZmljYXRp
b25BdXRob3JpdHkuY3JsMHYGCCsGAQUFBwEBBGowaDA/BggrBgEFBQcwAoYzaHR0cDovL2NydC51
c2VydHJ1c3QuY29tL1VTRVJUcnVzdFJTQUFkZFRydXN0Q0EuY3J0MCUGCCsGAQUFBzABhhlodHRw
Oi8vb2NzcC51c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBDAUAA4ICAQAyv2G9DkjDT8e6R034nHgZ
AdwTHYBv/MNwtFKaMTOaV1L7MZ5rpO9UqomNQBdo+BEQfNLKsfFVhsfuszaRhvY5Ub9Gvw+gurT3
fknEKjYXnuRoOXqvlE5Wb7J7O78Khr3NxXccA7g4saIfX37bitxGSLZoCs+ytbTiNORnqThmCV7S
uPydKDoXQCfCck4p/SE8fM8T+5YsxTFE/RPt1ZupaWh3fO7h/6T5NjgIUzmihDScGfO+DqzVJDfr
I6h40NPn75JHZGI5Iu/G9xG+IoXGZkQkJo4QMo3Ik64HnoM+L9n59UaOY77B5rTcps0hqIYKldku
hSYa/fyxtldCbZXRM/Y5FAaCQTj1j1jcgFuk1X2VeP2nm//9xahpqybnp6QFh1upt7ijIAuXqUWF
3bOL5Yk3jikN/AYX9jhADkLkEgb7e/PGEWhi3+OY9BPYFU+LsWnZEGC8ZCrqMbfktaM6FJsm4wt7
/QKOtpnBOJdZNvaodKKGtl7rxmTqz6Cj+W6eui0RtoaYCFgtyawlZPJedbQ4wa5/WkaD6lHKtvGZ
ETVrpWp7xgCw5/i+ZLKtyMLxrONR6qST4HnI4YFAyQpb4RI8wWAq45fAiULKlM9GmBJpu5jQwtMN
cktHbuWTxDIoY4dD5LAyPgrTS78jmxQpQSuaBB+TLfHHOUg8rVoSfzCCBYEwggRpoAMCAQICEDly
RDr5IrdR19NsEN0xNZUwDQYJKoZIhvcNAQEMBQAwezELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdy
ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExp
bWl0ZWQxITAfBgNVBAMMGEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczAeFw0xOTAzMTIwMDAwMDBa
Fw0yODEyMzEyMzU5NTlaMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIG
A1UEBxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UE
AxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEB
BQADggIPADCCAgoCggIBAIASZRc2DsPbCLPQrFcNdu3NJ9NMrVCDYeKqIE0JLWQJ3M6Jn8w9qez2
z8Hc8dOx1ns3KBErR9o5xrw6GbRfpr19naNjQrZ28qk7K5H44m/Q7BYgkAk+4uh0yRi0kdRiZNt/
owbxiBhqkCI8vP4T8IcUe/bkH47U5FHGEWdGCFHLhhRUP7wz/n5snP8WnRi9UY41pqdmyHJn2yFm
sdSbeAPAUDrozPDcvJ5M/q8FljUfV1q3/875PbcstvZU3cjnEjpNrkyKt1yatLcgPcp/IjSufjto
ZgFE5wFORlObM2D3lL5TN5BzQ/Myw1Pv26r+dE5px2uMYJPexMcM3+EyrsyTO1F4lWeL7j1W/gzQ
aQ8bD/MlJmszbfduR/pzQ+V+DqVmsSl8MoRjVYnEDcGTVDAZE6zTfTen6106bDVc20HXEtqpSQvf
2ICKCZNijrVmzyWIzYS4sT+kOQ/ZAp7rEkyVfPNrBaleFoPMuGfi6BOdzFuC00yz7Vv/3uVzrCM7
LQC/NVV0CUnYSVgaf5I25lGSDvMmfRxNF7zJ7EMm0L9BX0CpRET0medXh55QH1dUqD79dGMvsVBl
CeZYQi5DGky08CVHWfoEHpPUJkZKUIGy3r54t/xnFeHJV4QeD2PW6WK61l9VLupcxigIBCU5uA4r
qfJMlxwHPw1S9e3vL4IPAgMBAAGjgfIwge8wHwYDVR0jBBgwFoAUoBEKIz6W8Qfs4q8p74Klf9Aw
pLQwHQYDVR0OBBYEFFN5v1qqK0rPVIDh2JvAnfKyA2bLMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMB
Af8EBTADAQH/MBEGA1UdIAQKMAgwBgYEVR0gADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3Js
LmNvbW9kb2NhLmNvbS9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDA0BggrBgEFBQcBAQQoMCYw
JAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNvbTANBgkqhkiG9w0BAQwFAAOCAQEA
GIdR3HQhPZyK4Ce3M9AuzOzw5steEd4ib5t1jp5y/uTW/qofnJYt7wNKfq70jW9yPEM7wD/ruN9c
qqnGrvL82O6je0P2hjZ8FODN9Pc//t64tIrwkZb+/UNkfv3M0gGhfX34GRnJQisTv1iLuqSiZgR2
iJFODIkUzqJNyTKzuugUGrxx8VvwQQuYAAoiAxDlDLH5zZI3Ge078eQ6tvlFEyZ1r7uq7z97dzvS
xAKRPRkA0xdcOds/exgNRc2ThZYvXd9ZFk8/Ub3VRRg/7UqO6AZhdCMWtQ1QcydER38QXYkqa4Ux
FMToqWpMgLxqeM+4f452cpkMnf7XkQgWoaNflTCCBj0wggUloAMCAQICEBE+oacN/FYCOWVV5vII
BlgwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNo
ZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UE
AxMuU2VjdGlnbyBSU0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQTAeFw0yNTAz
MTMwMDAwMDBaFw0yNjA0MDUyMzU5NTlaMBwxGjAYBgNVBAMMESoud2ViLWhvc3RpbmcuY29tMIIB
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxDTccXMdxow9ig88z4SZQCUAp+rGP5tMeVRy
XmVnS49LZNwwLJENdA84TYSyX0+J1xdksgFzkBBi0/gNsrRhx25/mGWt4qtDLrDxnF/yZg+lvEQ6
FZevucBYas3734V4tfU+M+P2qflAMDOiNlyo3XnJgECyjh4Hg0o87Ao+gP/R7f943xT6RPs8mvZw
Plmeqco5KJLn09RRXDXoZWWLJIW6Y4be+aSbSRjRUFtHnyGpfd3CkCjcovJRgE+ykZ8c52idyv7A
slxGSkXVRabvyRQv/NDrlZcTl3Ub+KmNbow4XQA3nIrQEmHIaGN55LiMYLtVfs3Ck9ewjcefFd7a
EwIDAQABo4IDBTCCAwEwHwYDVR0jBBgwFoAUjYxexFStiuF36Zv5mwXhuAGNYeEwHQYDVR0OBBYE
FM4JK9MyBMH+lwd5IbEjPKE22a3wMA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1Ud
JQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjBJBgNVHSAEQjBAMDQGCysGAQQBsjEBAgIHMCUwIwYI
KwYBBQUHAgEWF2h0dHBzOi8vc2VjdGlnby5jb20vQ1BTMAgGBmeBDAECATCBhAYIKwYBBQUHAQEE
eDB2ME8GCCsGAQUFBzAChkNodHRwOi8vY3J0LnNlY3RpZ28uY29tL1NlY3RpZ29SU0FEb21haW5W
YWxpZGF0aW9uU2VjdXJlU2VydmVyQ0EuY3J0MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0
aWdvLmNvbTAtBgNVHREEJjAkghEqLndlYi1ob3N0aW5nLmNvbYIPd2ViLWhvc3RpbmcuY29tMIIB
fwYKKwYBBAHWeQIEAgSCAW8EggFrAWkAdwCWl2S/VViXrfdDh2g3CEJ36fA61fak8zZuRqQ/D8qp
xgAAAZWPXRnTAAAEAwBIMEYCIQD9jTpXSS4lJ/8xjL0DuJ5Y4BgKI6AyEpsFQUyWO3u5BQIhAJyt
dxKISbardANzicbaw31ulZD+EEhY6c5Wd5rDPOxZAHYAGYbUxyiqb/66A294Kk0BkarOLXIxD67O
XXBBLSVMx9QAAAGVj10ZZwAABAMARzBFAiBcZG+l8k/8CMK9POeQn2BfBwmf5vHQpI7+4JeNNiXm
WAIhAIWvImMEUtzUJfZ0uw9f5uVMae6k1N76OdbFg+/IHr+2AHYAyzj3FYl8hKFEX1vB3fvJbvKa
Wc1HCmkFhbDLFMMUWOcAAAGVj10ZlAAABAMARzBFAiEAppjJvs//cfY6QasJmR2EsdKY7kKt6OS+
+Gw+ckAJAksCIHN8akz1qNLhzmUZxrq0RegL5iNNUm0N65tM6o/EGfO4MA0GCSqGSIb3DQEBCwUA
A4IBAQBoUWRnILTcY8QsqNYNs1qaH8IJvNPcSFcsZ6IZmOMqD1VMCCnKDiksThXLiYl8ak4Ukswi
3dUmzvpaaiVcIS18fQMyKL7DkJPUycH4Z/bR0maeOCDq9n5bx2SZdfmW3hUTdrqgUQtJm7954HJC
1j9UqdEv+LdqfV2SiXyW269/ujy0yq7Qwx1xl+7tZAYGnYO4SefHfT7caGZ24P/aI86pxYJFEYl1
nQW6nlkT3OY5EeL3ILpxEKRqqw6r7h6Bi5RZ8El9PL9UxXBvpB6Aa5VT1RQzAuXVpmLSF4TVJdN7
/YJ76ibzMNv/PGyyssThwdmRu9m06ec147IkBTYyjLKnMYICtzCCArMCAQEwgaQwgY8xCzAJBgNV
BAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGDAW
BgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBSU0EgRG9tYWluIFZhbGlk
YXRpb24gU2VjdXJlIFNlcnZlciBDQQIQET6hpw38VgI5ZVXm8ggGWDANBglghkgBZQMEAgEFAKCB
5DAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0yNTA3MTgxNjQ5NTBa
MC8GCSqGSIb3DQEJBDEiBCAYeDhvYpuoIKvqJ/ef+DSle/WspuzBX4Cc5ghZ/w+99zB5BgkqhkiG
9w0BCQ8xbDBqMAsGCWCGSAFlAwQBKjALBglghkgBZQMEARYwCwYJYIZIAWUDBAECMAoGCCqGSIb3
DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIB
KDANBgkqhkiG9w0BAQEFAASCAQCPUk04hWAgrH5fA6zw6SAQx/T/4xEDWAU6ktDVfzrhZAaydX3F
V50qT5WM/E3VFJH+no55JNc3rrTF4XdcaJ9E1M+ZuQcc106Z98Ktt7aQcmWbV/utn7BqWmNuxHsu
KH4zl2UeAlZq4F0FFTf2wyG67zEsVEEiOc56V7lD5RLNDC0PhW7k8dfI5/8cHo8djUji/+rzA3UZ
XaWwkhWwGbzCDn/hZSrFCv7UdQxhQQfVYdXm6huq0eNmVZFOS0sX3iSxy5XjkPfelaq6qnbT1tGN
G+Au2286AkxDK3JnHzRKIs1dgNkUBNWeuZq4oJIjb3zD2nonTbbmvXknCWZ0adHB

--mixed-Cpanel::Email::Object-2989825-1752857391-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="caldav-support@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="caldav-support@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIId/gYJKoZIhvcNAQcCoIId7zCCHesCAQExDzANBglghkgBZQMEAgEFADCCCTcGCSqGSIb3DQEH
AaCCCSgEggkkPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FsREFWQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+c3VwcG9ydEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFu
ZC5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5DYWxEQVZIb3N0TmFtZTwva2V5Pg0KICAgICAg
ICA8c3RyaW5nPnByZW1pdW0zMjAud2ViLWhvc3RpbmcuY29tPC9zdHJpbmc+DQogICAgICAgIDxr
ZXk+Q2FsREFWUG9ydDwva2V5Pg0KICAgICAgICA8aW50ZWdlcj4yMDgwPC9pbnRlZ2VyPg0KICAg
ICAgICA8a2V5PkNhbERBVlByaW5jaXBhbFVSTDwva2V5Pg0KICAgICAgICA8c3RyaW5nPi9wcmlu
Y2lwYWxzL3N1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogICAgICAgIDxrZXk+Q2FsREFWVXNlU1NMPC9rZXk+DQogICAgICAgIDx0cnVl
Lz4NCiAgICAgICAgPGtleT5DYWxEQVZVc2VybmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPnN1
cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+
DQogICAgICAgIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogICAgICAgIDxzdHJpbmc+
c3VwcG9ydEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJl
IENhbGVuZGFyIFNldHVwPC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZERpc3BsYXlOYW1l
PC9rZXk+DQogICAgICAgIDxzdHJpbmc+c3VwcG9ydEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0
aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIENhbGVuZGFyIFNldHVwPC9zdHJpbmc+DQogICAgICAg
IDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4NCiAgICAgICAgPHN0cmluZz5jcGFuZWwubWFp
bC5vcmcuc3VwcG9ydC4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208
L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogICAgICAg
IDxzdHJpbmc+MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJp
bmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgICAgPHN0cmluZz5jb20u
YXBwbGUuY2FsZGF2LmFjY291bnQ8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVVVJRDwv
a2V5Pg0KICAgICAgICA8c3RyaW5nPjg0OGRiNjg3LTg4ODItOWVhNi1hMDVjLWNjYWYzMWNjOTQz
Yzwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICAgIDxp
bnRlZ2VyPjE8L2ludGVnZXI+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBheWxv
YWREZXNjcmlwdGlvbjwva2V5Pg0KICA8c3RyaW5nPnN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2Vy
ZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1cDwvc3RyaW5nPg0K
ICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3RyaW5nPnN1cHBvcnRAMjRob3Vy
d2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1
cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+Y3Bh
bmVsLm1haWwub3JnLnN1cHBvcnQuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tLWNhbGRhdjwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4N
CiAgPHN0cmluZz5jcGFuZWwubWFpbC5vcmcuc3VwcG9ydC4yNGhvdXJ3YXRlcmRhbWFnZXJlc3Rv
cmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkUmVtb3ZhbERpc2Fs
bG93ZWQ8L2tleT4NCiAgPGZhbHNlLz4NCiAgPGtleT5QYXlsb2FkVHlwZTwva2V5Pg0KICA8c3Ry
aW5nPkNvbmZpZ3VyYXRpb248L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICA8
c3RyaW5nPjU1MGUzZGI2LTZjMDItM2U3NC1kNmE2LTQ0NDJjNTk4NzE2Mjwvc3RyaW5nPg0KICA8
a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogIDxpbnRlZ2VyPjE8L2ludGVnZXI+DQo8L2RpY3Q+
DQo8L3BsaXN0Pg0KoIIR3TCCBhMwggP7oAMCAQICEH1bUSa0droR23QWC7xTDacwDQYJKoZIhvcN
AQEMBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYDVQQHEwtKZXJz
ZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMS4wLAYDVQQDEyVVU0VSVHJ1
c3QgUlNBIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTE4MTEwMjAwMDAwMFoXDTMwMTIzMTIz
NTk1OVowgY8xCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNV
BAcTB1NhbGZvcmQxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBS
U0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQTCCASIwDQYJKoZIhvcNAQEBBQAD
ggEPADCCAQoCggEBANZzM9bXPCDQANIXRbjWPgeiP8dB7jIwybBs/fSfyxKYDy0/jU0BDIIPF39i
Lum4SHn7FoNOrdcyJZO3B7+5UD+pTMNAKuk5/9mByh8WMkHagCa5I3qHIB7j/yCaPJVEb4d1BpBA
tDKTFgkQCCM+0t2HD29dURRqCmnFTwFyac/Tk0xtBKCjG4J+sZq57cWexTd4n5oINPtWLljECQ4G
ZFu8N9zxnyhoqFawkqNcn7uImAgbJB2rMIWur7AunnqdwcBCHOIC8OrgStLvkA60wUAW8G+FQkpk
96QwoP6/LqMnWo6LWLitwxkXhGPtb1b9g8tgNMR0vuad2+Hk5coMXxUCAwEAAaOCAW4wggFqMB8G
A1UdIwQYMBaAFFN5v1qqK0rPVIDh2JvAnfKyA2bLMB0GA1UdDgQWBBSNjF7EVK2K4Xfpm/mbBeG4
AY1h4TAOBgNVHQ8BAf8EBAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHSUEFjAUBggrBgEF
BQcDAQYIKwYBBQUHAwIwGwYDVR0gBBQwEjAGBgRVHSAAMAgGBmeBDAECATBQBgNVHR8ESTBHMEWg
Q6BBhj9odHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQ2VydGlmaWNhdGlvbkF1
dGhvcml0eS5jcmwwdgYIKwYBBQUHAQEEajBoMD8GCCsGAQUFBzAChjNodHRwOi8vY3J0LnVzZXJ0
cnVzdC5jb20vVVNFUlRydXN0UlNBQWRkVHJ1c3RDQS5jcnQwJQYIKwYBBQUHMAGGGWh0dHA6Ly9v
Y3NwLnVzZXJ0cnVzdC5jb20wDQYJKoZIhvcNAQEMBQADggIBADK/Yb0OSMNPx7pHTficeBkB3BMd
gG/8w3C0UpoxM5pXUvsxnmuk71SqiY1AF2j4ERB80sqx8VWGx+6zNpGG9jlRv0a/D6C6tPd+ScQq
Nhee5Gg5eq+UTlZvsns7vwqGvc3FdxwDuDixoh9fftuK3EZItmgKz7K1tOI05GepOGYJXtK4/J0o
OhdAJ8JyTin9ITx8zxP7lizFMUT9E+3Vm6lpaHd87uH/pPk2OAhTOaKENJwZ874OrNUkN+sjqHjQ
0+fvkkdkYjki78b3Eb4ihcZmRCQmjhAyjciTrgeegz4v2fn1Ro5jvsHmtNymzSGohgqV2S6FJhr9
/LG2V0JtldEz9jkUBoJBOPWPWNyAW6TVfZV4/aeb//3FqGmrJuenpAWHW6m3uKMgC5epRYXds4vl
iTeOKQ38Bhf2OEAOQuQSBvt788YRaGLf45j0E9gVT4uxadkQYLxkKuoxt+S1ozoUmybjC3v9Ao62
mcE4l1k29qh0ooa2XuvGZOrPoKP5bp66LRG2hpgIWC3JrCVk8l51tDjBrn9aRoPqUcq28ZkRNWul
anvGALDn+L5ksq3IwvGs41HqpJPgecjhgUDJClvhEjzBYCrjl8CJQsqUz0aYEmm7mNDC0w1yS0du
5ZPEMihjh0PksDI+CtNLvyObFClBK5oEH5Mt8cc5SDytWhJ/MIIFgTCCBGmgAwIBAgIQOXJEOvki
t1HX02wQ3TE1lTANBgkqhkiG9w0BAQwFADB7MQswCQYDVQQGEwJHQjEbMBkGA1UECAwSR3JlYXRl
ciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRowGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRl
ZDEhMB8GA1UEAwwYQUFBIENlcnRpZmljYXRlIFNlcnZpY2VzMB4XDTE5MDMxMjAwMDAwMFoXDTI4
MTIzMTIzNTk1OVowgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYDVQQH
EwtKZXJzZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMS4wLAYDVQQDEyVV
U0VSVHJ1c3QgUlNBIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEFAAOC
Ag8AMIICCgKCAgEAgBJlFzYOw9sIs9CsVw127c0n00ytUINh4qogTQktZAnczomfzD2p7PbPwdzx
07HWezcoEStH2jnGvDoZtF+mvX2do2NCtnbyqTsrkfjib9DsFiCQCT7i6HTJGLSR1GJk23+jBvGI
GGqQIjy8/hPwhxR79uQfjtTkUcYRZ0YIUcuGFFQ/vDP+fmyc/xadGL1RjjWmp2bIcmfbIWax1Jt4
A8BQOujM8Ny8nkz+rwWWNR9XWrf/zvk9tyy29lTdyOcSOk2uTIq3XJq0tyA9yn8iNK5+O2hmAUTn
AU5GU5szYPeUvlM3kHND8zLDU+/bqv50TmnHa4xgk97Exwzf4TKuzJM7UXiVZ4vuPVb+DNBpDxsP
8yUmazNt925H+nND5X4OpWaxKXwyhGNVicQNwZNUMBkTrNN9N6frXTpsNVzbQdcS2qlJC9/YgIoJ
k2KOtWbPJYjNhLixP6Q5D9kCnusSTJV882sFqV4Wg8y4Z+LoE53MW4LTTLPtW//e5XOsIzstAL81
VXQJSdhJWBp/kjbmUZIO8yZ9HE0XvMnsQybQv0FfQKlERPSZ51eHnlAfV1SoPv10Yy+xUGUJ5lhC
LkMaTLTwJUdZ+gQek9QmRkpQgbLevni3/GcV4clXhB4PY9bpYrrWX1Uu6lzGKAgEJTm4Diup8kyX
HAc/DVL17e8vgg8CAwEAAaOB8jCB7zAfBgNVHSMEGDAWgBSgEQojPpbxB+zirynvgqV/0DCktDAd
BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF
MAMBAf8wEQYDVR0gBAowCDAGBgRVHSAAMEMGA1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwuY29t
b2RvY2EuY29tL0FBQUNlcnRpZmljYXRlU2VydmljZXMuY3JsMDQGCCsGAQUFBwEBBCgwJjAkBggr
BgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2RvY2EuY29tMA0GCSqGSIb3DQEBDAUAA4IBAQAYh1Hc
dCE9nIrgJ7cz0C7M7PDmy14R3iJvm3WOnnL+5Nb+qh+cli3vA0p+rvSNb3I8QzvAP+u431yqqcau
8vzY7qN7Q/aGNnwU4M309z/+3ri0ivCRlv79Q2R+/czSAaF9ffgZGclCKxO/WIu6pKJmBHaIkU4M
iRTOok3JMrO66BQavHHxW/BBC5gACiIDEOUMsfnNkjcZ7Tvx5Dq2+UUTJnWvu6rvP3t3O9LEApE9
GQDTF1w52z97GA1FzZOFli9d31kWTz9RvdVFGD/tSo7oBmF0Ixa1DVBzJ0RHfxBdiSprhTEUxOip
akyAvGp4z7h/jnZymQyd/teRCBaho1+VMIIGPTCCBSWgAwIBAgIQET6hpw38VgI5ZVXm8ggGWDAN
BgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3Rl
cjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5T
ZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBMB4XDTI1MDMxMzAw
MDAwMFoXDTI2MDQwNTIzNTk1OVowHDEaMBgGA1UEAwwRKi53ZWItaG9zdGluZy5jb20wggEiMA0G
CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDENNxxcx3GjD2KDzzPhJlAJQCn6sY/m0x5VHJeZWdL
j0tk3DAskQ10DzhNhLJfT4nXF2SyAXOQEGLT+A2ytGHHbn+YZa3iq0MusPGcX/JmD6W8RDoVl6+5
wFhqzfvfhXi19T4z4/ap+UAwM6I2XKjdecmAQLKOHgeDSjzsCj6A/9Ht/3jfFPpE+zya9nA+WZ6p
yjkokufT1FFcNehlZYskhbpjht75pJtJGNFQW0efIal93cKQKNyi8lGAT7KRnxznaJ3K/sCyXEZK
RdVFpu/JFC/80OuVlxOXdRv4qY1ujDhdADecitASYchoY3nkuIxgu1V+zcKT17CNx58V3toTAgMB
AAGjggMFMIIDATAfBgNVHSMEGDAWgBSNjF7EVK2K4Xfpm/mbBeG4AY1h4TAdBgNVHQ4EFgQUzgkr
0zIEwf6XB3khsSM8oTbZrfAwDgYDVR0PAQH/BAQDAgWgMAwGA1UdEwEB/wQCMAAwHQYDVR0lBBYw
FAYIKwYBBQUHAwEGCCsGAQUFBwMCMEkGA1UdIARCMEAwNAYLKwYBBAGyMQECAgcwJTAjBggrBgEF
BQcCARYXaHR0cHM6Ly9zZWN0aWdvLmNvbS9DUFMwCAYGZ4EMAQIBMIGEBggrBgEFBQcBAQR4MHYw
TwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1JTQURvbWFpblZhbGlk
YXRpb25TZWN1cmVTZXJ2ZXJDQS5jcnQwIwYIKwYBBQUHMAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28u
Y29tMC0GA1UdEQQmMCSCESoud2ViLWhvc3RpbmcuY29tgg93ZWItaG9zdGluZy5jb20wggF/Bgor
BgEEAdZ5AgQCBIIBbwSCAWsBaQB3AJaXZL9VWJet90OHaDcIQnfp8DrV9qTzNm5GpD8PyqnGAAAB
lY9dGdMAAAQDAEgwRgIhAP2NOldJLiUn/zGMvQO4nljgGAojoDISmwVBTJY7e7kFAiEAnK13EohJ
tqt0A3OJxtrDfW6VkP4QSFjpzlZ3msM87FkAdgAZhtTHKKpv/roDb3gqTQGRqs4tcjEPrs5dcEEt
JUzH1AAAAZWPXRlnAAAEAwBHMEUCIFxkb6XyT/wIwr0855CfYF8HCZ/m8dCkjv7gl402JeZYAiEA
ha8iYwRS3NQl9nS7D1/m5Uxp7qTU3vo51sWD78gev7YAdgDLOPcViXyEoURfW8Hd+8lu8ppZzUcK
aQWFsMsUwxRY5wAAAZWPXRmUAAAEAwBHMEUCIQCmmMm+z/9x9jpBqwmZHYSx0pjuQq3o5L74bD5y
QAkCSwIgc3xqTPWo0uHOZRnGurRF6AvmI01SbQ3rm0zqj8QZ87gwDQYJKoZIhvcNAQELBQADggEB
AGhRZGcgtNxjxCyo1g2zWpofwgm809xIVyxnohmY4yoPVUwIKcoOKSxOFcuJiXxqThSSzCLd1SbO
+lpqJVwhLXx9AzIovsOQk9TJwfhn9tHSZp44IOr2flvHZJl1+ZbeFRN2uqBRC0mbv3ngckLWP1Sp
0S/4t2p9XZKJfJbbr3+6PLTKrtDDHXGX7u1kBgadg7hJ58d9PtxoZnbg/9ojzqnFgkURiXWdBbqe
WRPc5jkR4vcgunEQpGqrDqvuHoGLlFnwSX08v1TFcG+kHoBrlVPVFDMC5dWmYtIXhNUl03v9gnvq
JvMw2/88bLKyxOHB2ZG72bTp5zXjsiQFNjKMsqcxggK3MIICswIBATCBpDCBjzELMAkGA1UEBhMC
R0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UE
ChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlv
biBTZWN1cmUgU2VydmVyIENBAhARPqGnDfxWAjllVebyCAZYMA0GCWCGSAFlAwQCAQUAoIHkMBgG
CSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTI1MDcxODE2NDk1MFowLwYJ
KoZIhvcNAQkEMSIEICVltRbvHpKBu80WqcCUM+ZzIY6LfC2GAaCEmMLowEw9MHkGCSqGSIb3DQEJ
DzFsMGowCwYJYIZIAWUDBAEqMAsGCWCGSAFlAwQBFjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcw
DgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMA0G
CSqGSIb3DQEBAQUABIIBAF3eqFklDuMDGqFUd1KGQOt3TI/XSUGi4yvVSNu3Iomj2cC7efOaQdyt
6joxaogYOnFtzcngQvqTFKK+DSZdWc+9VkWCiFMFK8JD16YsW85AgVcUZN4Zji2QJ579CpS4+Bxi
BCUf4JHJexnX0wnk3xX7xztw5xxpDFUIncRk1AutB0+f+vyRDEt2MrKYBBnpCoDrGh2KpJJL6go2
/BSgCyQnhrA6+yA7nlnoEvu+TPwmODLTNLZSy7otQzljYpxQnOfVdupp4SUMcYByfavTzP8zcxbB
AMMW2bCEY/lc6+Iedow7CvkDTSvaElcPfFyujP5V+n7E0WSvNZwvGJl0Ps0=
--mixed-Cpanel::Email::Object-2989825-1752857391-0.175020390257682--
support/cur/1756882375.M196820P336585.premium320.web-hosting.com,S=24665,W=25442:2,000064000000060131151007557630020550 0ustar00Return-Path: <3wuW3aBcKALkatrhmdrroqnehkd-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id SIx1C8flt2jJIgUAVkXPrw
	(envelope-from <3wuW3aBcKALkatrhmdrroqnehkd-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:52:55 -0400
Return-path: <3wuW3aBcKALkatrhmdrroqnehkd-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:52:55 -0400
Received: from [198.54.122.200] (port=46382 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3wuW3aBcKALkatrhmdrroqnehkd-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com>)
	id 1uthMV-00000001T75-02Lr
	for support@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:52:55 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=CtwKYHrk;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3wuW3aBcKALkatrhmdrroqnehkd-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com designates 209.85.219.71 as permitted sender) smtp.mailfrom=3wuW3aBcKALkatrhmdrroqnehkd-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f71.google.com (mail-qv1-f71.google.com [209.85.219.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtbQ4wMVzFyP4
	for <support@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:52:50 +0000 (UTC)
Received: by mail-qv1-f71.google.com with SMTP id 6a1803df08f44-72023d1be83so48270746d6.3
        for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:52:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756882370; x=1757487170; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=f4zG/nXxnW3c/RoRvJuWm5cZpW36uIUTRxeqgqxYtiY=;
        b=CtwKYHrk6iC7j+bIxsiUV+RAijv2ufcR7jRu8NNzZGwJ0P5FA0XO/oxlDqCmTnxSRC
         1I3J99h/P+BRuclJwTWLV1Cp7XvkX5E9WoqvJz6pHecdqzL37p3rFGbN2SYmugzAKK62
         /fFs5fAujBtOdItZRZB+Stm0X9jQFR4d2O6WoUq6wekfTBK78mm4n2hT1lYHAgh3+fwk
         dqzEGDbeWQDi6ImiBtCH8kUwFj1DezAeR+l4hW+eCJ1c63pfwSKWa5moD5jnFZ+be5t4
         +E0+TSshy1xJZ28cUugRdovwSD0huafAU5BSpCiEA4efWTad+8NL6g3ok84MKJqeQDbI
         IfGA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756882370; x=1757487170;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=f4zG/nXxnW3c/RoRvJuWm5cZpW36uIUTRxeqgqxYtiY=;
        b=sCL8vxkJHPHiFHy61GLOlzgdPrCcywipvvKcRjmQ+tCVMY9dDOeFMlJ7m1SPzGYtWp
         XIJN20xegxtsZrKGQO3DSQNB6sQdXXZtidxreC/GdmqMobco1/DlIVKjdo9kfH9vqR8+
         K8cPCnEMkwkPfmtUfChefGpcAQHMtYsuUZqxTW/wScv2f4u/Yn2PAA9uOx9U1hZ470pW
         BpurYmyttd90+CJsyEJ/nxdxOers4UUy2ULgAqMiM3jNWAWH8vIzFGkXGZ8pchaRwsFR
         oVr4xKMS6631iwHciUOfYiJe0BFy/lgMM9P1NlFCYAzl8MVD5wf55+C688xr2xWGFRnf
         eM/w==
X-Gm-Message-State: AOJu0Yy2gTIMq0eJdDwMYxPpnP1wtC5pb631GdO4ofYFcAbc98wme7NS
	tfNfNrfu5/4ABRNJ3U2fpI2VdA6ntTAb0FbxILLMHPJOqk6ojwzI08o6da2k
X-Google-Smtp-Source: AGHT+IH6+hk7E0iaEPnzTXIejV+ZhFFNhVriATs9jhvmMtRDqW8HGsqhh6ajv7RM0JN6algyKb3aj1E=
MIME-Version: 1.0
X-Received: by 2002:a05:620a:4003:b0:7fe:3fbd:33ec with SMTP id
 af79cd13be357-7ff2a836301mr1813087285a.51.1756882370136; Tue, 02 Sep 2025
 23:52:50 -0700 (PDT)
Date: Tue, 02 Sep 2025 23:52:50 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: e7b16cfccc9a0000
X-Notifications-Bounce-Info: AWoTSIF3tnwGVcgr_6y5nYBjDUnxppmc8cJS3oXTCfZDBRppICAlNWbXZ9Dyf1rCGJrOQdF3MU6a5Yay5pyt5j3T5JaSj_BVP3T4F9ci0iRemj1oqQuxJMqItPDu_lNnIg61yKpfKkgnInLJysSFg4Ko5Jo4Gc2bvvhYQx-R8NOCBGb3BNAcnnffm-hU5-EVvMVAFRIWjGL_pvQcrEOwApD6xTgbgJX1WCeKNcrqbQJk9pFbXoPkaHZ2iABhKURJK5f_qzh-03lTNxSi4uw-qCZrkaZSTsFiZp8qVO1OmlLBzVY21z6trtss4F_d5jRV5QJ86pfsHDwAGl7a0G8vT_Nznd0Rc1IhK-s60bGHw9rT70OLLXY31wy2H29kJMTSxOZdmOHdUziehjnXduwY8gRNpGO93X1rsg5n7THG_0M6ak0JrYXTrzos29z8g9fzOW4RucD0SuHohaMr-inNBv51f0oOvp_IAGLSiJkjg5g0yAj4pg6PiwQZYn49RRwh0nOUFDitsgYsGL-TDG1zga6OEEZf1QumhIM9qfQcqF-fJmD1TupDh0uZANp1OoMzVBS68SORQQc376r7-otwIMxuwUiFsgEm08FmnK9Qgzcpq0SW9nWOthZnloE-TvvnApINjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <8be60401cbd79785de5f627a4eb3e2f3aeb19a96-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000958aed063de00d70"

--000000000000958aed063de00d70
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/17876529733603018728/profile?trk=https%3A%2F%2Fc.gle%2FANiao5o7-R89fRDukIpzsTrrfw_8F9UXjXcogBDDyRTasKk1uI3WKavsHxpgQvY6LNmt-mz4V0CdcbKYz8wTgc-xKO2xgAXaghahLYn3aSu1rn9uGswZ32v1y3KMO88>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5qIeyhWKiXa_NhCcahWymvCHO66buW47MEXYRos3TqpbTZKWjKvpcQDs31px2wyK2zBJE2gATq6WCpc7WlK3x7DN_JBH7EannL4aV2UML9mnh4GdaB9qCbI2gxk3DcI-wbyqRi8_zE1v8-vw412M9C4BsVnR2L3oRUTcWeTZeY>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5plByv01iLfIClFyVsEVBQXPwCpQKhsyOUb2j2_TZ5djUCCZGHH2uEwYVT3iQWkUDRLHDU80tmiqzMYOngCMP8CbE-9TnvGsifHplPDsLUPqLl-DYq51e0tTl5ceC8Z3kiuh0O85u6CNbBVj7eZ045LJlnn32I_ujjfwwQZYkOxYaqky2pmF6QXdqmFJqcCSKw8fRYzuQZcBzVSEXVwXMxnC19QzC9XlE9SPB6vtbc>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pnZ7qu6Bv2gFSQl_24Xt6q4xtJyXqFioWBeiyTsVdt82OWDduUg-YsP6v4HZEUatZ86VZyju_OHdfQYht8GnplLDEpYI5qDS2tw2g6LQBshtmOjSNjhB_qXKzi2UvK6E1jeEo>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000958aed063de00d70
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rC5riwvvqDfcsDXytxJh4mYCgxu=
laisMKgXwcKIxbJQ0XvTV69nj67AzbkZnX3isifEyOtq9Yo9skp15wQnaxXXgODvQqCUEVKAYyq=
ARQmVebgSAVFxnRAjj9elzXbtaqub3Kztw83MbvcN_Hs_33qjQW6EMqs7UBr0B38HQu8nxVBLLX=
FUG-BMYI7Vt-n6ZMjNLcNL5ly7v5oVFwrDDu7rin0lfFIG1dh7GBxT5phHg>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
7876529733603018728/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rYJHB81qOqwP2=
_AOpPWKu05gauU94TH7iZJ3wIhSCmO-ZdSjjafF7SpWTBT_mJwx3fKzcI4lFMl3Rp4IfJw2MOGx=
rV_RQNlI-D-tKIKDj3Y6bzsEM65gvCxiEdJQ target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span>, your Business=C2=A0Profile has been suspended due to policy violatio=
n.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5rzG52-jTGz4ALL0Z5AJq_IFE=
cFOQphi7RlWL2xEEuIHeXrOjJyjoap15z1kywefqLXkKIjVyLMEvgyM5ByvNY7uGglTzrmWdYCe=
sDPZ758vFJXpFeB4GiML2zU78NVWvGRb4Dqn7Vn-FpCswOsayfKl685Gk7qDiNUjARGA26BFA t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5rsnF1f0_EZj3evebusXaCnv1pGe7_ywrStWDGdZcAOaWF=
xHxmPTt3M_5Jdtd3dEEVR4bk3LQhQ9WTMf3Uo_GcTdSUUGu5fYTKad2_I5tK3ZNLCHsZgsFTJCd=
V8HIDD3o8h6b0wzYzWbGieAa7J7KTB5pajv3gWGcjpGs8kP_j9xMqZtAM5jaL-pvBbYRQs7sF7V=
NW-QS0ZfH79OXP1ArsLO-mSOyxKDAg9xbEAVfGM9w target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5rsnF1f0_EZj3evebusXaCnv1pG=
e7_ywrStWDGdZcAOaWFxHxmPTt3M_5Jdtd3dEEVR4bk3LQhQ9WTMf3Uo_GcTdSUUGu5fYTKad2_=
I5tK3ZNLCHsZgsFTJCdV8HIDD3o8h6b0wzYzWbGieAa7J7KTB5pajv3gWGcjpGs8kP_j9xMqZtA=
M5jaL-pvBbYRQs7sF7VNW-QS0ZfH79OXP1ArsLO-mSOyxKDAg9xbEAVfGM9w target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5rsnF1f0_EZj3evebusXaCnv1pGe7_ywrStWDGdZcAOaWF=
xHxmPTt3M_5Jdtd3dEEVR4bk3LQhQ9WTMf3Uo_GcTdSUUGu5fYTKad2_I5tK3ZNLCHsZgsFTJCd=
V8HIDD3o8h6b0wzYzWbGieAa7J7KTB5pajv3gWGcjpGs8kP_j9xMqZtAM5jaL-pvBbYRQs7sF7V=
NW-QS0ZfH79OXP1ArsLO-mSOyxKDAg9xbEAVfGM9w target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5ozIraCl-QGGCL_NB8ekKpJ91eo-Xss0KCKtD44EvnUMi=
ufsYyup3lVLW-5TwSgYKQ9hv4zIfXvRFImgrKRy6qKiovM0F6r71OuKZhcLYYeFwAp1fFClfbh5=
bF9vJUOlGuINniDtw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qG7PyA1gyR5O6Og9uVd_XAnY2l8ykWxM-8cn_tH2y2oDQlMgnOh4j3nV74jqQqpA=
DU30s1DvGrmINnwjA7WOtRBHh-4yMUtLETtz90NYE_rY-rz5RhdzUZjD5ejT14rF8i7A.gif></=
body>
</html>
--000000000000958aed063de00d70--
support/cur/1754564869.M325670P1353684.premium320.web-hosting.com,S=12199,W=12372:2,S000064000000027647151007557630020767 0ustar00Return-Path: <3_IiUaAgTAKsYZ-cPaWjLNNZfYed.RZZRWP.NZX@gaia.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id MHD3EgWJlGjUpxQAVkXPrw
	(envelope-from <3_IiUaAgTAKsYZ-cPaWjLNNZfYed.RZZRWP.NZX@gaia.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 07:07:49 -0400
Return-path: <3_IiUaAgTAKsYZ-cPaWjLNNZfYed.RZZRWP.NZX@gaia.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 07 Aug 2025 07:07:49 -0400
Received: from [198.54.122.200] (port=54651 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3_IiUaAgTAKsYZ-cPaWjLNNZfYed.RZZRWP.NZX@gaia.bounces.google.com>)
	id 1ujyTN-00000005hqD-0e2g
	for support@24hourwaterdamagerestorationlongisland.com;
	Thu, 07 Aug 2025 07:07:49 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=bshBm8WE;
	dmarc=pass (policy=reject) header.from=accounts.google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3_IiUaAgTAKsYZ-cPaWjLNNZfYed.RZZRWP.NZX@gaia.bounces.google.com designates 209.85.222.202 as permitted sender) smtp.mailfrom=3_IiUaAgTAKsYZ-cPaWjLNNZfYed.RZZRWP.NZX@gaia.bounces.google.com
Received: from mail-qk1-f202.google.com (mail-qk1-f202.google.com [209.85.222.202])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4byPWx4GwCzC2Jh
	for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 11:07:41 +0000 (UTC)
Received: by mail-qk1-f202.google.com with SMTP id af79cd13be357-7e69e201c51so192576885a.1
        for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 04:07:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1754564861; x=1755169661; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=E4CZjpo0L4U10iH3RmWdn2vzp0W23es6J0rMtrSHwU0=;
        b=bshBm8WE6IYbxyrPslpBS1hV/mi0Mk2j06Fb4p50zNupa9qdR93fmYa8dp+NiN8LPf
         Fz2+Ud7K80vR9vwIyrsWfY6MeA2bWAjHuvq2JZYdxpihtuZo0Jf8Wype0SnY7jMQyE9q
         nDJk6XC8gvBxJW7gWcO9xHa9Sd+l9etfJr5WBZbCNfw6FqeXENKDjCIxgylN27hvm+DK
         HBNqiF5bkQleOwPJvQRTO6I1gtKJcr/raKllHxoCMLAkuqLganLcgnVqN6abgtZ2MhLn
         zJOmZRAcgMTRsxtTIib9F4pSjjl68jiQaZDESYgzgTdX5xctVA/2DbfUCTY+tyQ1crI/
         cq0Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754564861; x=1755169661;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=E4CZjpo0L4U10iH3RmWdn2vzp0W23es6J0rMtrSHwU0=;
        b=RKKzPdJd/6tBXPelPe2ScdVJRVSuKrB98DBbwFHB3R+obhvhOOz2yLuF9dVxu2iCHH
         aoyz0h7NlSjmTJFD2YkOz7Y7hFlvXC2qtJ5xgE3jDVnpjJStLCOWKKWR+r4VluUxxJAh
         x07dr8mmoHxVjw1152eFxIwAluvGD0lVWDeP9yKjs8CdHEPjrqnJfzBB8L6XGoXOaqOE
         ++NnOf94YkGqcKztxrWf0/S351GBajs9Oja/BSf+tpfSYjJoyHaLbk6cPrcgLTKbu+s8
         H40TYh3SdyKqDOgPPV1/kl4pbbG7MSGuFhMRj4MW6Is6m2GW9/k13zRSjf4BxLafFv7w
         QUPw==
X-Gm-Message-State: AOJu0Yztuy9HCw+QEqytRMuz44cvdjNfGydcK4AOuTY0tZPoeZxym5gL
	rd0TzTBr29v2F3FIGWOr/bXEfwr30Fdq+dOTMKTwoVJDHitvpP0JcMNn7MMcncq9k4D2Mqjmt2q
	DW9jmanPT/KeglwdMHgQR0Iubi+CH/qxqbfbHasg=
X-Google-Smtp-Source: AGHT+IExsFvx02yRZeYc2kfA0+PhMq359J7MGsBUtEP6kNfag+aqWSG37REVThj3zYNyJvEDvyTo8knGkAfkMTuuyZ0Gyg==
MIME-Version: 1.0
X-Received: by 2002:a05:620a:4143:b0:7e8:1b64:2187 with SMTP id
 af79cd13be357-7e81b64256bmr678618085a.33.1754564860878; Thu, 07 Aug 2025
 04:07:40 -0700 (PDT)
Date: Thu, 07 Aug 2025 11:07:40 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: 8b1130525bea0000
X-Notifications-Bounce-Info: AWoTSIGszxu3Tba0lo46Abqwkl7bXON7k_5fKu3Lpp-yMuhwzLoxuXsqj1dHAgOo26ce9uZ2khmHyVpRUaNNtNusYlXHun1CthF29ZBvcqMh_cRorSG7StT84Mdqbs5SSu1V0rcHxptBAr_7hnJawoIpDjh95y_bT3GvVzZ4RMhfIEiHUdt3a8Y2w2U39bQ2NYwbYly-4XSWO-nL2fYcFAifq3IdaneEhXtC1XBZjvjuDgsnkIn3to0SdQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <qvsAAIpW760gDNWtazvc2g@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000044a01a063bc47718"

--00000000000044a01a063bc47718
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQpzdXBwb3J0QDI0
aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KV2Ugbm90aWNlZCBhIG5l
dyBzaWduLWluIHRvIHlvdXIgR29vZ2xlIEFjY291bnQgb24gYSBXaW5kb3dzIGRldmljZS4gSWYN
CnRoaXMgd2FzIHlvdSwgeW91IGRvbuKAmXQgbmVlZCB0byBkbyBhbnl0aGluZy4gSWYgbm90LCB3
ZeKAmWxsIGhlbHAgeW91IHNlY3VyZQ0KeW91ciBhY2NvdW50Lg0KQ2hlY2sgYWN0aXZpdHkNCjxo
dHRwczovL2FjY291bnRzLmdvb2dsZS5jb20vQWNjb3VudENob29zZXI/RW1haWw9c3VwcG9ydEAy
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20mY29udGludWU9aHR0cHM6
Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9hbGVydC9udC8xNzU0NTY0ODYwMDAwP3JmbiUzRDMyNSUy
NnJmbmMlM0QxJTI2ZWlkJTNELTYxODk5Njk4OTgxNTE5NjEzNzMlMjZldCUzRDA+DQpZb3UgY2Fu
IGFsc28gc2VlIHNlY3VyaXR5IGFjdGl2aXR5IGF0DQpodHRwczovL215YWNjb3VudC5nb29nbGUu
Y29tL25vdGlmaWNhdGlvbnMNCllvdSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIGxldCB5b3Uga25v
dyBhYm91dCBpbXBvcnRhbnQgY2hhbmdlcyB0byB5b3VyDQpHb29nbGUgQWNjb3VudCBhbmQgc2Vy
dmljZXMuDQrCqSAyMDI1IEdvb2dsZSBMTEMsIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1v
dW50YWluIFZpZXcsIENBIDk0MDQzLCBVU0ENCg==
--00000000000044a01a063bc47718
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"w-VAcpsoPzWTelvH1Radkg">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"w-VAcpsoPzWTelvH1Radkg"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dsupport@24hou=
rwaterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.goog=
le.com/alert/nt/1754564860000?rfn%3D325%26rfnc%3D1%26eid%3D-618996989815196=
1373%26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div>=
</div><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"padd=
ing-bottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" =
style=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-wi=
dth: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" a=
lign=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images=
/branding/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=
=3D"24" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google">=
<div style=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helveti=
ca,Arial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.=
87); line-height: 32px; padding-bottom: 24px;text-align: center; word-break=
: break-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </d=
iv><table align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-heig=
ht: normal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D=
"20" height=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub;=
 border-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjUc=
78I8a04gUjNdPyk9vBbBDv9_i7Ssidco2OVtuejl8oBODWYcIHbNrQvZ4vmhCxz2IhgXNiw7qs_=
3CPS28LdgP8ox96FtyyAGiDDwRXaHrECAyqyI2upxL5-RVDgODkShbBY8Yt-kuqAUlP2UxeHHUU=
TSoA1A9eyjU6mfOqtSo_j99FfTcksAQYp0cLE08q8ChTHNmNgEgRi_uRTQ9YhZ5wySNpGBFFnhR=
RKYdC19BJvHbm9F2mFPjkYtfCevH4ht2ceUUWjeaeTdsXE1HJ21NK4z1je2M6LwgTsd-qsgqruL=
6_GABO5Vth81xJavq2Y-1TkX7dtbcPNfVjJBvNIGmcPEVmbHNHIOd34JDgy3NgyDNmsM4o1pMZM=
uCBErobF_11PfE8zQP3wEbGTrd-gy6Xl-IGF8sIp3IAnikYtXMNWvNMvUOPh11n59NOBOsAZE51=
PI9014_KyF_CmkOq5-I2hMT0cY-zM0dCl5opJWHWSE6zR4qZ8_qfWnA3kqrVnoARfYHwKQMgnht=
yfAXDo4F4vY9jwJFJrTw2wz_m1nMpjwcHi4bk47APv_7KAh0-_pXJz07uJTSqcnf86ODPJJnIUd=
jHxvVxeXvSQhJo86-bpjmNrfnTbzDJAldQkdLnSgZvXwEh6PjWJfMDDXRN0htL71cpW6UQgDgty=
GuEOjcGTZXhLmFDyTiFMUuQwN6tXgdKeLzrIwltVX2x-gvvHqYb0ADvPTcN4Tihnf5smxwGCVdN=
_I6gUsiFlkJOYeJ8xI4eso7nCe40wlSu6mAeoquBjIm6UdXV5kg5LpuQ7f7qeZ8ANifBvwl9zoy=
o7wFxUcP7VeUkb-VEsrUSnETlE5rs0q25bnKg_VYKW-P6c-izqn15Z0AtYD_gm9XKEbvMxUncjx=
RZ3yufIvuvq9JxzJUEuoafsamX8YDLoG_HY2Dlj1BSzejh84bG3H_kvYArHeq1y4p8zfO3YUUH5=
GeW8MNKqSmDqY=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Goog=
le Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,=
0,0.87); font-size: 14px; line-height: 20px;">support@24hourwaterdamagerest=
orationlongisland.com</a></td></tr></table> </div><div style=3D"font-family=
: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0=
,0,0,0.87); line-height: 20px;padding-top: 20px; text-align: center;">We no=
ticed a new sign-in to your Google Account on a Windows device. If this was=
 you, you don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you=
 secure your account.<div style=3D"padding-top: 32px; text-align: center;">=
<a href=3D"https://accounts.google.com/AccountChooser?Email=3Dsupport@24hou=
rwaterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.goog=
le.com/alert/nt/1754564860000?rfn%3D325%26rfnc%3D1%26eid%3D-618996989815196=
1373%26et%3D0" target=3D"_blank" link-id=3D"main-button-link" style=3D"font=
-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-seri=
f; line-height: 16px; color: #ffffff; font-weight: 400; text-decoration: no=
ne;font-size: 14px;display:inline-block;padding: 10px 24px;background-color=
: #4184F3; border-radius: 5px; min-width: 90px;">Check activity</a></div></=
div><div style=3D"padding-top: 20px; font-size: 12px; line-height: 16px; co=
lor: #5f6368; letter-spacing: 0.3px; text-align: center">You can also see s=
ecurity activity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decorati=
on: inherit;">https://myaccount.google.com/notifications</a></div></div><di=
v style=3D"text-align: left;"><div style=3D"font-family: Roboto-Regular,Hel=
vetica,Arial,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-heig=
ht: 18px; padding-top: 12px; text-align: center;"><div>You received this em=
ail to let you know about important changes to your Google Account and serv=
ices.</div><div style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=
=3D"afal" style=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;c=
olor: rgba(0,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12=
px; text-align: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043=
, USA</a></div></div></div></td><td width=3D"8" style=3D"width: 8px;"></td>=
</tr></table></td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td><=
/tr></table></body></html>
--00000000000044a01a063bc47718--
support/cur/1756976822.M148757P1155755.premium320.web-hosting.com,S=22427,W=23094:2,000064000000053633151007557630020642 0ustar00Return-Path: <3r1a5aBcKAI4tCA05wAA796x03w-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id eJNGCLZWuWirohEAVkXPrw
	(envelope-from <3r1a5aBcKAI4tCA05wAA796x03w-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 05:07:02 -0400
Return-path: <3r1a5aBcKAI4tCA05wAA796x03w-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 04 Sep 2025 05:07:02 -0400
Received: from [198.54.122.200] (port=48111 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3r1a5aBcKAI4tCA05wAA796x03w-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>)
	id 1uu5vq-00000004xIp-2NkX
	for support@24hourwaterdamagerestorationlongisland.com;
	Thu, 04 Sep 2025 05:07:01 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=wo0G36MV;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3r1a5aBcKAI4tCA05wAA796x03w-569w73Gy66y3w.u64@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=3r1a5aBcKAI4tCA05wAA796x03w-569w73Gy66y3w.u64@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cHYWh35nZz27HL
	for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 09:06:56 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-886e347d26bso104812039f.0
        for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 02:06:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756976816; x=1757581616; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=xPhKYAupmRZ6FiPI5ESlMrehehvMPCubDzu9W2HQei8=;
        b=wo0G36MV5xXuJfpmDvBbEtiK9f194Yhl0LNrxi4Sk9kOJxU4noiTLIDnppqAi8V7xQ
         SeYok7eY6LJvBU0ymmx74EScc8PxINdq2ecHrPXRNiVgJ7hX7g86ClMhiAFPChF+oYyT
         +LsM1lj5ZG80gcqMgyqww0gb/gFwJww/FQm7L/QRlG4NHvfU7dCFAsqBLsKiUbDAI58D
         JtvgbC5vSR/TPOlGjFjpejZWtCfCUpvwAbb1I9afPfeIgtwjaci5R3pX/JTTBkya4cWe
         Doze5IgfS3CnI5DZiTsL6nIEt2/GM0+FRf1JbSgZXhsB6ODjrWcOypxEwgTjNOQYQugj
         I3IQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756976816; x=1757581616;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=xPhKYAupmRZ6FiPI5ESlMrehehvMPCubDzu9W2HQei8=;
        b=r0uOwPfiUGfAgbWRoDCFPl1IsnTGW7h9MGvnYAVYxGuQBlFsB2kBScU879KjBu3/JC
         D2XQwY7sVYzqgcnyH2ULLxkawhowLHuQjrDlwKTplgvd89pwfWGEMn2qg5n5OnzF5Ws2
         W2FsfqASL1JM/WQofxuY+Hr09mJogpf8n2lOX0e5C/Gtf5c+jgwwMiVb/yGKOtXWtaeJ
         duBKwlTT9dBoMKgDVqnXoTOgTjZJrJM0Di50hj2jjgZq47zucn/omyNgKpHoQYZaJoaO
         m1+pKfGRmwjpTPVjON6DL8Vubtvz6lc0T2zYC66KSgRW/fIn+5VDRfNrlSkQzU98dwEh
         +ODQ==
X-Gm-Message-State: AOJu0YwzRBcB/Zd3ASc2SAoggECd1i7FBxO3BmqlTEkm3g4m/OQAojJz
	Qy4KC6nwxQInhZZL/4fEnsdaSpKutdTBzVlxhbSbhGMTutm/l2La9FwiOUtz
X-Google-Smtp-Source: AGHT+IHT43ZOFWJQ9CXGCjz5CbotJqdEJfwqig33Ahl+ZsZUcBtknaumwyL/z/1cjC84k4ORM3bSc6k=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:2dcc:b0:884:b65:c3f1 with SMTP id
 ca18e2360f4ac-88724e0e93amr3061940739f.5.1756976815966; Thu, 04 Sep 2025
 02:06:55 -0700 (PDT)
Date: Thu, 04 Sep 2025 02:06:55 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: c0681c3a16ba0000
X-Notifications-Bounce-Info: AWoTSIE_gni5kTwRJIE-rSztrLExrnJsNtTSQ2rAYhXZO2XjQ-6vfpQxtath3P1LE6j6yyypG2XMA2oBWxzJA3vgwAXOXSdnrWFDQdL3Kap-MkV-MBG0Iw93iOOr3tQL6w5isUfDu70IzVg969i1H-4vKr6-dCMqxNGPRocUsF4N_S9uZWl5EbRcMIMz2eTWpZqRMvo7N6_SDw13HCs3cI7GryzWDcs-9A5FusnRQXSeZidZPSOmx6nCxwIMJI7BzixVY0kQiVt6vGuxKwK83e4uQzEOWssrdLgcBzyCMZAuxbPGu4PDwZ4lfpPKDhosGj5BjVthq-SFXJ4_AWorwJQrrz_Qb-FlybwmQHZTQs7FKGFUKh4Gl-qn9jfNVu7JKQt88gyMgt7lm_RgippggfVMkw_PgMSUEi2ItnQvSIQVjigaLK-7MPx1JqV9zXICHPyp7GMeaCT7XBmaYuSUaAYY6yxCNVrvz3CdMzT5g2W-YBahVDOkQjAEyc334t2vcHfDlOk4OE4f5QTSPDLGXVn52rNrhHDIj3qMZQMiH9qorU96PZYpLSo19yS1iNDOKI_SBfm04N0DHz0Ep1QJVFTt3boYOAYESs4lKdn1z7eVX_yWflCruR_foliOP4M84JgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <92d4955b6c38bd22c90932dd4d568432867fc597-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000fe89a8063df60a96"

--000000000000fe89a8063df60a96
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCjI0IGhvdXIgV2F0ZXIgRGFtYWdlIFJl
c3RvcmF0aW9uIExvbmcgIA0KSXNsYW5kPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE3
ODc2NTI5NzMzNjAzMDE4NzI4L3Byb2ZpbGU/dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlh
bzVyWXFPeHN2cmE3SGZhaEdiSjJacGFQT2tPbUs2bktfWDZGblpTdGpWVUoxNnJQTDlzazV1X1lk
ekRwQ0pFM0FtNVZnUkc5bmQ5b3VWeHhhOU91WTNHcDVGXzNBdWZjbWFNZ0pSTFBqbHc0SnZLU25z
NXFMMEFBSWdJPiwgIA0KeW91ciBhcHBlYWwgaGFzIG5vdCBiZWVuIGFwcHJvdmVkDQoNCllvdXIg
cmVjZW50IGFwcGVhbCBmb3IgYSByZXN0cmljdGVkIGxpc3RpbmcgaGFzIG5vdCBiZWVuIGFwcHJv
dmVkLg0KDQpDb250ZW50IHRoYXQgdmlvbGF0ZXMgb3VyIHBvbGljaWVzIG9uIGRlY2VwdGl2ZSBj
b250ZW50IGFuZCBiZWhhdmlvciBpc24ndCAgDQphbGxvd2VkLiBEZWNlcHRpdmUgY29udGVudCBp
bnRlbnRpb25hbGx5IG1pc2xlYWRzIG9yIGRlY2VpdmVzIG90aGVycy4NCg0KU2VlIHJlc3RyaWN0
aW9uIHBvbGljeSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvUVdJNXlCQmhUX244TV9FSUVreGZR
Tk1NX3YzUGM0R3RxUF9nblZEWTR2TzhVNnBfa3o5RkJfRTJyLUFKRDFfVFAtMGRCeTFkV2V3eWxV
ME9iOGZZU0g1MlN5OUlpU2hhZDRqUUlZeEVVQ090SWFsdU9ueFpZaUVrSTE1OV9CLVNkSHhCVGQ4
VzRybmY3SUw2SlF0bUViNFRQR092d0lDV19jTVZGZ2NPdXJERzRwXzg+DQoNCllvdSBjYW4gc2Vl
IHRoZSBzdGF0dXMgb2YgeW91ciBhcHBlYWxzICANCmhlcmU8aHR0cHM6Ly9jLmdsZS9BTmlhbzVx
dktFRWpZZmptLUx3bGpwSDlwcV93NXh5ZWVvUG10MVZIR2Z4RTJFSTF4blJLMm1WNHQ1S3IzNmxC
NzB3ejlSWGkzTkJRV3diTkdSMmpGb05wanp0eWlFWHM5V0RtTDBhbjRIZ09oSmwtOEdkdzkxUnJZ
Vy1ZcjFXWEFrd29mWnB0cDV4anpOdkVveGxkV3hBdEtFV21EbHM1WnAwVEtFVkFQMlJwRTJaYkRN
Z0Z2eEdvTlBuLVhlTnNmWVZ2cm15NTVUeE9EYkNDclFGX1M0VmFqTHRXREJiVzdiWGV1c1J6T1pv
NVpRPg0KDQoNClJvdXRpbmcgSUQ6IERQTkINCg0KDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMNCjE2
MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdv
b2dsZS5jb20gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cVB4YzhyamN5T1pwRHZZblV2MjBGeDV4
SkFndXlMVlhxWnRtRHpyZllRa0cxeFFwY2s1MXZBOG1YYXZzY2ZHQ1F2SERCZU4zc0tkR0pMaEVK
RVQtVER4VXNGTUo2LU1NZVkyZTFsc25jNmRVdl9wSGllMURabGJ2cVMxX2ZmcHJhTEIyOD4NCg0K
WW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFu
dCBjaGFuZ2VzIHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--000000000000fe89a8063df60a96
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/17876529733603018728/profile?trk=3D=
https%3A%2F%2Fc.gle%2FANiao5pdBTGrS3ZbK1kHiAinnCHSDnhGif5KCUkAbac99OI3RPOiT=
x7Vh7allx55GoWqr1YNYTQO1CBzm3wQMhN3Jg_y0shikAPhN3-0d1XSw6Pos09B4JLHOLjEZg3G=
bA target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour W=
ater Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5pA8t1K_1gxoMIg_NqfCcVHq4YIPzautdSZtsQpJz7KaP0=
Ah_dAImeMzK-GGmT85p_l0CasvlQ3opMx39phUMhJ7LcgTFusQNQa5TMp8TJbFfqB6ZGnGlNtAm=
gYofgeurw0oBWQn-pYq5cSCKVMgdwFje2dfunCZWnNLJ87RgM2ZUSkMyNsEQ target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5pIEzJL=
O6sglpNWJgoI6ORUyjzK_CfOu-jgebm7hiNQeyDyqO8Dm5HGPVjaxl5V2eZD4C-pt1oED_xb0vO=
K1cqpMNkTTNNTUxB_XQ7Wg-TjOn2nAPHUUqutPGtv-dHjKGt4jmI1LaR4IvEPlP3ihs5SWygu0z=
Nn92_UXKBXykLV8RvFar7HMxOc3GVIkL7JlVk--mtVY9ewyxfhk0AZQN-5BSZFjN7XFEMj96gXR=
jD1 target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5rXKwFwz_k6Zp0LlZlm3WKHuQx7tT5o4vEoPm_K_bU7pD=
qao_YSGz0SclKWwHjfMRODEAyo4Dsz4YJ3Q5D98FaKFd6qmMxfRScXaTufBpqGomsqJThLHOKOh=
-TLLjK3c53dB9RiZw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5ppXwnCzN944MmUSXlhZMpXnGeolbc5mtUzc2NwhgmyZidxvo24U9iJYbLr1j_KGU=
dRUE6He05ENTsmembY-z-jydZAPwOfC1Wbz49tHR_s1I3PFHiSn7V6I57aW4SaUEVy1w.gif></=
body>
</html>
--000000000000fe89a8063df60a96--
support/cur/1754373228.M869047P4142408.premium320.web-hosting.com,S=24657,W=25434:2,S000064000000060121151007557630020743 0ustar00Return-Path: <3aZyRaBcKADQRkiYdUiifheVYbU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 3OMvM2yckWhINT8AVkXPrw
	(envelope-from <3aZyRaBcKADQRkiYdUiifheVYbU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 01:53:48 -0400
Return-path: <3aZyRaBcKADQRkiYdUiifheVYbU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 01:53:48 -0400
Received: from [198.54.122.200] (port=52788 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3aZyRaBcKADQRkiYdUiifheVYbU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com>)
	id 1ujAcO-0000000HNcs-2t13
	for support@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 01:53:48 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=g7HNR3rc;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3aZyRaBcKADQRkiYdUiifheVYbU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com designates 209.85.222.197 as permitted sender) smtp.mailfrom=3aZyRaBcKADQRkiYdUiifheVYbU-dehUfboWeeWbU.Sec@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qk1-f197.google.com (mail-qk1-f197.google.com [209.85.222.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx2fd6sGSzC26n
	for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 05:53:45 +0000 (UTC)
Received: by mail-qk1-f197.google.com with SMTP id af79cd13be357-7c790dc38b4so863849385a.0
        for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 22:53:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754373225; x=1754978025; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=TubSovTH8ADijK+NOHklR0S2OVx5o5ZJuDpd0Qq3oLo=;
        b=g7HNR3rcOq4rqBou5nn+wfWnDioF+Ws6WXbZ4fsfiRydNb/iafyPCfXbnrhGzckCPl
         CUFANhxvDvffxqJwL+iJ/i5i7IMIE3dSpUq2d95h2x8LzCQPNlpMEPUqkS4u+kojvuoZ
         pYDoW0xOjuJxJMJn+cbMHanHbmKXARhY/YzrxsJXa+Gkd+mNPfOtOCCEMDbm+S6Z2/a+
         2GGMOT9kAl2du7Br6o9apVS3pIHY3MV/fKsJeCLs+JHR85v2OX77IKPpy0p6zi9YMDWc
         tjbW4peJcA0sYHGh7suwP7Rvq/slQGDS9MyApWiQjmsXmU30feO6va9BS/UGAL2/E9nB
         RjqA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754373225; x=1754978025;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=TubSovTH8ADijK+NOHklR0S2OVx5o5ZJuDpd0Qq3oLo=;
        b=SYvcmxmVblbomOO1n9NWsmdeIOFQX4ANF8ZjyTWG+8IEV8xuu/EN+7W6Wp4PUHSSNt
         aCtRo8DcGGqe8JR2cxxbPUcTZwlkSRjXjF1/+Fnpz/vQUdfj4MRfTejkq5sM7LXt+e8K
         BfQkk6xN69PfMaDSRcdFJ0oW8mE/f4CeFdn/JPYn2Ai9bUVsDL6waJY1hZOFUBaBO3K1
         bPQHuhVryxlVdFYr3Mni4E5+i/A3e7JBGSyKDVEZZYpAz8K3omJWJ+bNcSqSyp0LjDSw
         CKY3Fg6zR8yqGRHRpppxQGm7PYISObeqbreRQ1s38jqwrAP3zzE+c9QcZxMXThMKMYtl
         juDg==
X-Gm-Message-State: AOJu0YzcNnF+t3TUHoALVy56sYEji64+DZINQeEVNAFAiehtuRxBVUHt
	Wq8QS3Eh6L/rdPVY4ZGDknCLhtAApfUIiT4SZ6ML8orRM0Ia91nOhG6Zai5x
X-Google-Smtp-Source: AGHT+IGKNXyP+AbYCCdCHlAl1oNffOTmW4gxJfZUy4gt9ae6bHPpAyoQHtxl/B94vzBj50ISq+OPCmM=
MIME-Version: 1.0
X-Received: by 2002:a05:620a:399:b0:7e3:35aa:7707 with SMTP id
 af79cd13be357-7e80acd0837mr257042185a.25.1754373225407; Mon, 04 Aug 2025
 22:53:45 -0700 (PDT)
Date: Mon, 04 Aug 2025 22:53:45 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: f3b43cf183ea0000
X-Notifications-Bounce-Info: AWoTSIHNyD8iIgBRHp30A3d4f7gNYozY-lnLLp1mPuG8YbWOjixmoi1sd0QDx0V5S-8ZXKMQy6Y5G05sE_FKNtg5sLn8ncYbYT2C4k23nkEjYSLWOybQsVLWdTS5uCpUTaoW6AfgUhw4UZXSBmXxzQWKjJypf7ibaovcCAHgZNhX_2lBVDDN3aIK4nUPF6zDkB7Q_gko2WcnnbW31gYFyVgvhfVlbQiNCRLzGlur1g1_j4JuBmrJ7-yl39oQU1vl4-b5RPSCuIduhTNnyY5LwMAqI7AHJww4zD_RJSkHtQcjhRAsiGswpZckPdV0aZc_vNw8TBjyikGOaHukWEWz3fYtFEzGOjrfIcRMJ7X38qI5cEvd7Gr1qZlBvyuO8tDq-G8qtMRuYxnRDxJhbuSpSsarwKsQVWxJ3WjI5LK5PIS34sNIQspi1PP4OCAKjJixr0sPrIzLBkgE7FUow4qba2UWuqwULuKZYeGOH1HefDE1-x2LxfO5ys3PnV-pmY2ORg4J2gIivmoNVlYbsChLNd-tUyg0Yk8B8ZDaA_bmMXe_7b2twbDtyDu1Gwbj0rezb6O2IhhiWI20ZZ_UUpcP-jTHx46MCXKQ1GDa0_9zbhbEsmbFU2CR_p45Iol-t-MSDS0NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <ef07df46ff46d6b0ef738624b705cc62244f4abb-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000e76709063b97d8fd"

--000000000000e76709063b97d8fd
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/8755109893684855529/profile?trk=https%3A%2F%2Fc.gle%2FANiao5pTm3Qdm162_gx__XY_3QP3RmdU0y6K8Yt0W9LGdkP2J0tXcyebZzOrLShVUXcHAItWV59ihLn4o6vomQbV05Reh5MqTttSAIjFvm8K0A21KEB8ddKp9FTSJV4>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5qmsbaOVIZyBJux0Q2A4HXqxphhX-hkx8IEn7mLnr7vWEa2dPhNeDe4V4q96e9Ehi6tj2cPLdcH72ZiBsE_YgxUaGEq254pR7y2KTWRPzqNdmvAacrsdRzFTithW0tgvHWCPO__K-W1HTkeh7Y9IV23II0yjvBl2kc-ASs41V8>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5r18ZMJEDD97QsdRnuGWhAeO756yQJAmoTwK8EYlaaAHKMo2NYNk1Xa00m931eKPrXNKItyR4iGFBj6WrnfAaQjWBWckk8YkFOZaxMNX_LaxYizP75tMwBy9-8ZSyoRDpVfV2dpXi0k60r-sBfhXPXe02GRDVaAsOlv3DMZb23Jv3nkmtYboit96FUChuDCEw2KAWKIlBBf5IYq6ua1QJMgPx6oE-4luUvx2uc9Fw>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5q19bPCIsdK7t6GPJEmt_3Ud47oc8ZXFWx-xUmVBaJjJeUbZ925v7Wtqof1SbD92aQciiuEm8GriD6RxOqdFcOk7dlVhX8WHV3R3aE6EsFLjktBxfrZuVUN-ZorpTc3b_cfMzw>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000e76709063b97d8fd
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5pXMgivQyaCxgeKCiPH-UofRiUT3=
QOel8Q2Eq8X5la-Y0b4-9RM-AQ85PKyGq2T0vbUoQ1r2RcuAsa6oWkF31VWoXamZHqn_hTGuX4q=
bL8QrEnrVIbmWmPtDg063yneNikQRHzFsFrwpavrwMfCi9f3Inb7yYQ1j3Ewy_E_WyU5hqXnZAJ=
9Rjd7ARQODhEi6iGieAUtm7QMR0I1urPfexezFJ9yeFfw3Yxl9g4Df5Gh>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/8=
755109893684855529/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qkbJt3E7RSSEf2=
qQOSqnrk68siahsxukiIHGQmZApw8bh-QiIadHkEgwaS1_KofyG9Ud7SZJShwrIBYyHkvHzUpF3=
jFprRy2vC7ppenYTpq53HRiS1kwEuvVaWUg target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan>, your Business=C2=A0Profile has been suspended due to policy violation=
.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5qgWfKz7C9UmEstkBEmnAa1g_=
3YJ4AFbWez9YPggT8RDfZI3pg8QpbAoLXQCa_Nvv0fuYldQ9cPqiLfvNmYjcw0a5qWe-jgJUSD0=
8VMGtdcNaaGw2zykGRtlqeJEIwDYdpNXL0cjOkIH5sJ2FdkG_MOe0NLOfmRZNfqdzAI0aUvZg t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oxSl2E-Z_WUkvflnN5YEHaqD2MxUFdlRUxtIVPwSfFGNp=
wwkhxr6xQM5cn6EPq1NlPB4Iz-umBfY2kiD5UYb6_GqEl6DuupilkD_fV4kexIxOg0-h8uTKjXm=
BiJQPszUOB_9oBH2u2JZbid2KYkMPoE-YqCv8POXfhXgZptjNENPHWtgwEY081fhFSQjXNz6sX-=
-NN_faR-IG8_taXzinLi9k7027KapVXcvxs3I2y target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5oxSl2E-Z_WUkvflnN5YEHaqD2M=
xUFdlRUxtIVPwSfFGNpwwkhxr6xQM5cn6EPq1NlPB4Iz-umBfY2kiD5UYb6_GqEl6DuupilkD_f=
V4kexIxOg0-h8uTKjXmBiJQPszUOB_9oBH2u2JZbid2KYkMPoE-YqCv8POXfhXgZptjNENPHWtg=
wEY081fhFSQjXNz6sX--NN_faR-IG8_taXzinLi9k7027KapVXcvxs3I2y target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oxSl2E-Z_WUkvflnN5YEHaqD2MxUFdlRUxtIVPwSfFGNp=
wwkhxr6xQM5cn6EPq1NlPB4Iz-umBfY2kiD5UYb6_GqEl6DuupilkD_fV4kexIxOg0-h8uTKjXm=
BiJQPszUOB_9oBH2u2JZbid2KYkMPoE-YqCv8POXfhXgZptjNENPHWtgwEY081fhFSQjXNz6sX-=
-NN_faR-IG8_taXzinLi9k7027KapVXcvxs3I2y target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5rjnGGL1vEsfzeO88-p4nUpyUOBE1Q9183XctaMdqbLWH=
le5u3WDAJuUjnvKdtmCzY-x8CgQviszZNf0RiOmpKytqgX9Km2IS9AH1LRwEV9CbRATNkY66xVy=
URiyvFoZDeK50PEUw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5prVwN_Q7sRTe_DMzkU_tg-13NkSEL7AHq_68qdLg2Uj5hk9SeQfLeoau0FpqYiyT=
iFpxfwigh-02hHDn_coZ2opEqF1fpm2Kw2NWiwubC4RIeAZPFM-Hhi_PtSfrJ8Fe2_pw.gif></=
body>
</html>
--000000000000e76709063b97d8fd--
support/cur/1753946011.M574608P3395775.premium320.web-hosting.com,S=24665,W=25442:2,S000064000000060131151007557630020751 0ustar00Return-Path: <3mheLaBcKAEEexvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 0MwiIpsXi2i/0DMAVkXPrw
	(envelope-from <3mheLaBcKAEEexvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 03:13:31 -0400
Return-path: <3mheLaBcKAEEexvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 03:13:31 -0400
Received: from [198.54.122.200] (port=62155 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3mheLaBcKAEEexvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>)
	id 1uhNTo-0000000EGy6-0YlQ
	for support@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 03:13:31 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=RNxoFvHO;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3mheLaBcKAEEexvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com designates 209.85.160.198 as permitted sender) smtp.mailfrom=3mheLaBcKAEEexvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f198.google.com (mail-qt1-f198.google.com [209.85.160.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bt0fz3tTWz17W4
	for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 07:13:31 +0000 (UTC)
Received: by mail-qt1-f198.google.com with SMTP id d75a77b69052e-4ab6cc9811aso6606081cf.1
        for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 00:13:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753946010; x=1754550810; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=jBq102gKSps3r/sMqG377bd7gIuAWyti38Bq19Rz5kE=;
        b=RNxoFvHOrCjqbP0nhD4PSwit7CXY0gqmP1qI3X8DFwWv+AbNN/S3Z6HMrxhtPSDejM
         Z4FgAWoiws3uFGUldGl6mQ+gSRXUCa5HUoAp0ZFoifiwEKepVk++1e/VWZ8OjSpJF/3n
         m+exd5CaOGK42A0b226Z9hnl74432lGHmEoAnSsRLebJufwQ/bOd1oKuN+86tGkQpuln
         KqKh/Fy7kyt85xHnB6csjBiN0D53Zo+jKN3blpxQCl2leGPTIZdrM2WoqY7j5x3IBaQz
         F3NFa6k/9CHE6ZG7e4rxs3aUbH0hEKUHjVyqIWs7Zxc+v13HF2MeTw5U87oIh5R8vJ8y
         Z2dw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753946010; x=1754550810;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=jBq102gKSps3r/sMqG377bd7gIuAWyti38Bq19Rz5kE=;
        b=FY+SvRFkWyOOmsi9C/eVHn9K/uM4/CAbd+1B8pMX5Vnf11EKCNs3kzgJbUuTfQnCly
         5u3w2drxEVS7tDlRzpMBGCTAXJLeRcx0/jJ+/rPchrx0Uq4PTrASaS9gn1FlHZHf9PSi
         IKDZ9FD6PQ+2ZlUHIwFJGLXwJ5U++vqZhLBbJ8y0glNxw8KBUUTdEnSOaMeGD8xu3QzN
         6iYX2hCDKv+yRpp6Mt/euzGoTNPJY5FmCySWKi+T4dgiWH15evU+hrWHyXATp5xOqDR4
         Lj94V0HNQAZdGlyXaS39oFK3dXx72KL+AgMW+S9F1Wi5LfkJS3fJwRU40UYQLkVzuf+E
         XNjA==
X-Gm-Message-State: AOJu0YwweqYb5vYvaZqRPAIqOmQdtAD/lZ3MokkPzH9Kd6kSPrN7EQXd
	Wz6PjjUz7ACKaooKLhpNG0meur3PYs/2w1Ib9gTPmj4v+JQzZ8vNvcDZYJH/
X-Google-Smtp-Source: AGHT+IEltKpd8U2j8XrHBKl6efI9EFSvYNK1VJbyMHHFvBI7VRwwSfHqzMuRSa8+wI/hDx+Q89gZCiU=
MIME-Version: 1.0
X-Received: by 2002:ac8:7d44:0:b0:4a9:a90a:7232 with SMTP id
 d75a77b69052e-4aeec5516f4mr49985291cf.13.1753946010865; Thu, 31 Jul 2025
 00:13:30 -0700 (PDT)
Date: Thu, 31 Jul 2025 00:13:30 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: ed8b5c2819ea0000
X-Notifications-Bounce-Info: AWoTSIEMj9jx3tgpWIXO9fB_BgwmXzK0p60c17P0NieTClGsNOQ9LWPpJ8lMaSyZBIdvQ_CgTVWy0uMDbsM2-Tzfh6Y84qubBHNrHoizwJ2WDHAIXns-IafGEi6yAriPGNsxsmEe8arKqkKA4CcWsi-qYuvjQ93tzQ3idK8OMWdbqKCX6-ovLHP3skxCUBfbT-w5v1hFQ2Aq20iv56ejXj05IvJKHGloZbRtdhYdSTwWuD5ks0sDxcyI8vYBJl5-Acfsujl1qoERoy1WpDsb_G5HK5lPq2YwJF20MvE45YMQZ1oTbybeT5Qh6Q3JNTbTRvSn-IxaoHqMXNGKsdIouZPmTYkl-Y8kKqEDi37WZpjCzgxdB2szzlUFHqXe2xBnc2K1rri7J6QDZtmAvE4kiWEuITuQ0N9MMBd4_HpiaKTtsFP83o492-w_YgO5EbwReidMgpG-D74-Sxqiuj9EHSPtQJD-b3cBMm-vm-OyIrYtltsdGK4vVzh_YG7VCSlyUBMr6URQyof14FlxzTazUjHX7At7g7bzTs2PNyBEr-1-IPfibFDweWnJ8-FYE-x5t8jYrSrS1i5-QwIQgTl7VN3042B0zvL-M26kDoMpK5dK4zzZ7H3avGYixNz3jnuNNM0NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <ea08b61e4c36c2bd01934785feb097c99962f4d8-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000eed0a6063b3460ad"

--000000000000eed0a6063b3460ad
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/11674802996701893417/profile?trk=https%3A%2F%2Fc.gle%2FANiao5p35pasGYG3ShYGD8KyYNuioLX7rFJKH1EiT5FbcH4x-0QMab2x4M7-6EK6pOoJWyz38w-ga9kSr1-_HEHQfLKzKteOXN0LD_Volgsw8OEaq8lgmFf79zM1voo>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5r-ly-4KcTJmSQ3AEstzRdQcCdJ_9N-3TAipX5NvHn4YAlS-O_wYo3_3lOLfwREphY3BiWngRdljfyfZt4r9kHFbryz6qClsG3MdhCx6Tc440yn2VVwZX2-HNSDA-Q0Np3dzOQRzDq3Qo3QDA1EkSWh2KNmuJyvHNCy-pEII78>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5qYqNfgaxMhiAwAMwoGIFCpnGuPgDbjRq8tn9RtJLKqNGm15Lwx0MwfJrS6rGeEXP8DKfxWmmyBnGX5LDPwV4kRaJs1IOBJTRJ3Q7uKqLc0NNj0vtso6WHlG90Ym8a_etstLbhiEf6Zqy_XG8CIKOPdRtyweDje75IzXLwsYJM_We-SIM226FS3OGI1A2WlpQTpIRmzthYn8qtuFLE_oSaaFDDODs2JGmZrKSuEi6U>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qhrKw7PtaAX9f4ocs-ddmcPhPITZOUzD6HfyBD3tBjQ1ID2yCg5HloNAY24SCXzlh2w_q7ZXGwbCIOx1FpOdKKRbNUxdZq0Ue2Tf_K4ZmmhJuIsrads3jKmD9qWAooq_5jJPg>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000eed0a6063b3460ad
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5ohde5YGMdG0febgD1gvmZplEijU=
ZHXOWJvs6tQ7E_IRS2JfTKzGE2LIpWlKey7CXxVZQUZ3_mJmF1C-BD_fRfGWRT7Zn4VoU0Am4p_=
P7ySVug-j8T6iQZTLmFx_HNhDW2l2xLxyeMw0vgMLwVVdV4VjJ7bnAXRKTARr3E5i_Z_IrwAEUg=
hFgNrZo3Rd2bDMUvoDBSO6-E34abaUj0e6ZGbyyyo2YkqkOFczV-JBruVEA>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
1674802996701893417/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qVZ9Qm5bllUSj=
BdCFh5vDeWu74e_UCtDFXz330v639CGesbA2AR3ygyodjBssk2J-9aKRSfpQdE0H6zaTE1XY2yt=
9K1Lj6OHjtNCrCZnU43B76yacJBRVgVnpJ9g target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span>, your Business=C2=A0Profile has been suspended due to policy violatio=
n.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5pZfEfXP0Ah_eUzN1fzUQFhku=
fAcyMA1_2jI2D8EJbpaUkSSt9pTCzXHzZEr_VsQxeMkDSzLiQJKQmMfRtMfoLqYw8nO_fqOJxoU=
y9OGxeVJEMVGK5MF3KBZWba3nw88zXuGqXPRmyQIf-SqbHnfT8MzNiiAeRqz4akRbka_U-04w t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5rCmUfXwL1G4J8v3C7Rf3uXfixlWXB8Q06cPXqb9MbxHK4=
RTrC12s8njPMVs-tP7t1SVcCSZkRyl9W6q9W0HO7W0J_mI-KC0zIWt4KUsvRgbX2r3pANQ3Hvl7=
i4swR5Itn1p789kZz9ayfMIRGToUfaMNn1Do_-KOPLxIFTPOUcO2H4wcLKSWb02_h0oTLDW4eq2=
ddcdQUIV9hWlgKkaC5eCZySRpA7pJECGWwjkPaq3Q target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5rCmUfXwL1G4J8v3C7Rf3uXfixl=
WXB8Q06cPXqb9MbxHK4RTrC12s8njPMVs-tP7t1SVcCSZkRyl9W6q9W0HO7W0J_mI-KC0zIWt4K=
UsvRgbX2r3pANQ3Hvl7i4swR5Itn1p789kZz9ayfMIRGToUfaMNn1Do_-KOPLxIFTPOUcO2H4wc=
LKSWb02_h0oTLDW4eq2ddcdQUIV9hWlgKkaC5eCZySRpA7pJECGWwjkPaq3Q target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5rCmUfXwL1G4J8v3C7Rf3uXfixlWXB8Q06cPXqb9MbxHK4=
RTrC12s8njPMVs-tP7t1SVcCSZkRyl9W6q9W0HO7W0J_mI-KC0zIWt4KUsvRgbX2r3pANQ3Hvl7=
i4swR5Itn1p789kZz9ayfMIRGToUfaMNn1Do_-KOPLxIFTPOUcO2H4wcLKSWb02_h0oTLDW4eq2=
ddcdQUIV9hWlgKkaC5eCZySRpA7pJECGWwjkPaq3Q target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oFUrso1J1z8FRHAtbDrFqDEfA_YCM6ouyr8u5CNveHQO=
G98eVgOayzc2xY1T_1VNyjt2Np_7G0tfudt-T5c_AUWn6uA1U92UTbMbxDrkpZBeCylgaW2bW58=
GuRxHDCvRcuhSMJaw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5p2y8mznWZsTgYBSgz4jeQjm-NmHdSjvfjZmIq1OizeR-qZ-zBPsQiRx8MCOo-MCb=
A001JT-2w2iV8qstWjnoRfgDvSU4Y14bDtZ4ACDwON1LA4vjp_ZMU3VLHlnMQnotD2vg.gif></=
body>
</html>
--000000000000eed0a6063b3460ad--
support/cur/1753890960.M388050P690865.premium320.web-hosting.com,S=33949,W=34570:2,S000064000000102235151007557630020702 0ustar00Return-Path: <3iECKaBEKAH0xpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id WAejFpBAimixigoAVkXPrw
	(envelope-from <3iECKaBEKAH0xpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 11:56:00 -0400
Return-path: <3iECKaBEKAH0xpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 30 Jul 2025 11:56:00 -0400
Received: from [198.54.122.200] (port=45015 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3iECKaBEKAH0xpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>)
	id 1uh99s-00000002uVD-0pFi
	for support@24hourwaterdamagerestorationlongisland.com;
	Wed, 30 Jul 2025 11:56:00 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=R7Od2KCD;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3iECKaBEKAH0xpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=3iECKaBEKAH0xpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bscJ90BGxz160Y
	for <support@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 15:55:53 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-87c707bfeb6so645671439f.2
        for <support@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 08:55:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753890952; x=1754495752; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=IgMbavDhUwc4HgtHKBJ1WGnZlxEZ5nMeLBdUtYu9Nu8=;
        b=R7Od2KCDMZMYLz8GX4UnhNBaHSnzCOanEBde+KQ/McABy8QR4Ct8Y56d9dWuF02tDX
         nxsdbOHoY1EBzxSyaDu2TeDCxmt03m3N3CQNgP/CxkVgoaKobvkUcWDssWO5n1RiMOWB
         5jFVLhosnX3Zps65xgBj+KH5dvGe/+maf5NXsG27pzQD/FMVWengUTtggSpQXvwy8fCM
         NilgBFvNhzoPHVEMYYovkrAnhf2oC0DRL9d9Gd3zSCrsDeCJDmzy2XEiAHtILqTxvTo2
         nzbqxfs1iB3RQDLBSWTeOWh4tlaz/CQQHYf4cMFC1idNIuS9upDDHGhAqqVH+iJ+MyzU
         VWvg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753890952; x=1754495752;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=IgMbavDhUwc4HgtHKBJ1WGnZlxEZ5nMeLBdUtYu9Nu8=;
        b=DhENEvY3iqnfT/zG6aKeW/g8ZbFEr7kRStyDtcbxImiuBNBRfj592zdX4+PBIpfGfA
         hm/fX6REjcmRwR8egKLmL0b47Jz15+JrsXoRkhAjnoDizYVano7qQwVLKk4t6EcpvFbu
         sjiJQxatyhYxTSMEOC+BKN0ENVZ7ihZEc0qpMfIl4Hco0iWnNkiF87UmKJyS88FA63N5
         5VxZSl07g8xSZ+d6uQ34Hq/MqQOI8lr9tkj33MGuMM2xlHE113EKmMvDljWI6+MQpf9j
         nHRfDZ81Cq9i/z8+WfpVUOeHAM2hm4hkGIi0VYV7G0eMNuUWhZftkRBejNRpkCA6E3nc
         hAlA==
X-Gm-Message-State: AOJu0YyO6SqzyVkYbkm/zrfqhq1GYCQc8nB/5LkSBvNKGgC4vuYcuGl4
	Y9IH1pN5YugvIWHjh6bDGKGGfnO3vfaRoLUmp5B7IAHKvcxQwzgqyT+0HVIa
X-Google-Smtp-Source: AGHT+IFoPW/qCOE2m8TQbvOQWEMK6WXZXNizCr3OiWNaGmUzXxqhMQqOdIhndyRpKrn9yvO+H6TZ0v4=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:3403:b0:86c:f0d9:553 with SMTP id
 ca18e2360f4ac-8813771a341mr701677239f.5.1753890952137; Wed, 30 Jul 2025
 08:55:52 -0700 (PDT)
Date: Wed, 30 Jul 2025 08:55:52 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140161
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5olbobgLC_iZblRLepyMpgmtuOitjC6CexqUNO8sb5-jUo0sh2HfCaoRdHbUuay8HWx-jZ1biHkNu7dqMrckPXzpUypClaAmg3G88U54nB330LH0jAebUbj8y1SCnRD-mddDRiTR4E2vPMWQ4fx3y4A44Wy-6aQejZD5PuEOvtcKCuKrzwHcd9b7XuibL8B9Xjpg6lZwl5y4gNGPFttTDB-_3jKeRvlNfzp88b-0Zl4VDuyL3miu0K4YUIZYo0S9945MG3QLclJl8P-tQA2x-EFED4WrTm-muxkQ8YZQ9TIENK11mqFBIdZxN0ZbFKtXI348KGWTZXmoOxmDbtZMZHe_4PqXPaF5MDxLv5V7-46SFc?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509411-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 00bb79f036da0000
X-Notifications-Bounce-Info: AWoTSIHe3nN4X2y_a5jHRsO_2bJWgas-EgrH6861e-PVzhwS4waINQdiE2FM_ypIn9YByqzJRR-o0rP7ZrWWrC1ncjgCw_OJnPtnRXKrOpN4ToA0A0J73CHmSOYzefbegZGvQMaB7w5cCyzoj6guSaPUFwLranLyfoEewRGIOi5CwnSDVEBQnICnyle96ecTPPgyc7pz1q0Ha6rmVvbAMJkdalG610DNfsgRHpJBrPjabXmlrQxhh6_INAAQJ4xyuO0eT1epHqI7KeubT5prUx3ZtXmIUyk3YFD2hjppUMVcdWWg0qxsdj1IP3hl6CUEeV8FaSIkQL65W9udubjzo4v0sF1crWolu3L-WgJ9YaXTtpztcUZ1XIfeHZO-AgVp-o5tmbNIHsgWRhPkmF4cvEg2JPs8Y1yY98GVWoV9qzr1yunDyf5Y41vO0XPYuMOp-78AmkojAiAXLCdsjeVYxPlHsby2Pcr1mHcXBLByidYdTxRpjPt9h3iF0Y1HbkjK66_bouERZLHsMgnxWAEvtWe45n8zaquCWTfkJ1V-ajQcbgsHmR-VTQkmaaQzMBUtqreshYYFY0cYFFZr0-6djeNLxWfg3dMYxieO1ylyFvnyTfrPSWqxBrydWxMr0HGjzU1EEKEAt5vSRzHpqPyluNuPEREcnpf4Y_moPQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <a61d97d370218968b622dd8358540fa67bf1671f-20189259-111087995@google.com>
Subject: Use your Microsoft Office files in Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000002d4c22063b278f8a"

--0000000000002d4c22063b278f8a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHb29nbGUgV29ya3NwYWNlICsgTWljcm9zb2Z0IE9mZmljZSBmaWxlcyA9IPCfkqoNCg0KDQoN
Ckdvb2dsZSB3b3Jrc3BhY2UgYW5kIG9mZmljZSBmaWxlcw0KDQpEaWQgeW91IGtub3cgeW91IGNh
biB2aWV3LCBlZGl0LCBhbmQgY29tbWVudCBvbiB5b3VyIE9mZmljZSBmaWxlcyBkaXJlY3RseSAg
DQppbiBHb29nbGUgV29ya3NwYWNlPw0KDQoNCllvdSBjYW4gZWFzaWx5IHN3aXRjaCBiZXR3ZWVu
IERvY3MgYW5kIFdvcmQsIFNoZWV0cyBhbmQgRXhjZWwsIG9yIFNsaWRlcyAgDQphbmQgUG93ZXJQ
b2ludCB3aXRob3V0IHRoZSBoYXNzbGUgb2YgY29udmVydGluZyBmaWxlcy4NCg0KV29yayB3aXRo
IE1pY3Jvc29mdCBPZmZpY2UgZmlsZXMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cXk0U0RBVFZB
RzkyaEtTdi05LWlEbEc0ZHhVRFRKUWFWNEszc2QyTGNjYTlrb0t1a0l0Rm4ya3gwMjJ1MktxNmJp
TlNhVUpESnNOOHROdmhrcnhzcHRaNVFjbzFTYlFfdnp4TjdTNFFTSlJuYW12QmhWanhKWnVycTVm
YktqVTBtRUdKZXBYYXIxeGFUazBLRmFXb0FfUWNVX3lYbE9pSHlQUGdBWGw5bmViQ2dfU1RxeTNX
TWlKMXZEZzFhRnVLR2lwLWpsdTJ5MkhGN3dCNl9xQ1B6SDBBUDJ5ZkplZm9VODdONHoyNHR2LWM2
TkppQ1l0emxWeHl6NE9XQll1YWlDUFRSazRPSXF5NXF1M0hBbjVzUFdIZmZoUi0yNGp6aVFsb1p0
a3R6bGdfcjFBQ3EzM0R2YXp2Z0V2NjhEelpvSWNFYnBtbzQ3eTlHZGkyZVM4Z1U4Nk15MWdyMlpP
RjQ+DQoNClJlYWwtdGltZSBjb2xsYWJvcmF0aW9uIGluIE9mZmljZSBmaWxlcw0KDQpVc2UgR29v
Z2xlIERyaXZlIGZvciAgDQpkZXNrdG9wPGh0dHBzOi8vYy5nbGUvQU5pYW81cERNMXJfdWhSczA0
b2tIeDRhZEw0NjBfVjNQNVFkYjduSnhoS0lET25XNFoya2VpUU4zWm5NSFZFTEIzeDJiaDRqamd2
Zm5uTnhRRWhadDdic3JSVlFVTDB0bnNGMjBNSHlLUlpWclJ0WERDbjdLcmYyRk5tVkpYbkFZay1J
cVBpVVR4cUhTRUQ4SndPbWZiNFZFbC16ODlVbDVhZjl2V3AwOU1ITWJwREJocmF0dHAzZFpYV3p5
S2U3S1d0SGx3eGd3YTdLdnZBQmE1N1Z5aGN5eVhENS1mcGpUUHRwZXMxTG9MSTZDa2hVaDlUMWlx
V1NtUlJ1OGxJQTdvSG5jSzJ2VWNLcDlYQkxjZU5DbE1QRnotTVRQTlJSNjN5azVEbVpHcG9JWUhi
am1Qak1MOWw5cTZLVGNCbEdHZz4gIA0KdG8ga2VlcCB5b3VyIGZpbGVzIHN5bmNlZCBhY3Jvc3Mg
eW91ciBkZXZpY2VzLiBZb3UgY2FuIHNlZSB3aG8ncyBlZGl0aW5nICANCk9mZmljZSBmaWxlcywg
a25vdyB3aGVuIGl0J3Mgc2FmZSB0byBtYWtlIGNoYW5nZXMsIGFuZCBtYW5hZ2UgdmVyc2lvbiAg
DQpoaXN0b3J5Lg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJidHdv
NnVKOTZzeEpPc3BfSTFONU9OLWdvQ1Iwc25hM0g1ZHBUYWszeFR2cXlGMVBGWGhvd3ZwZHhtVE1z
bGN1Z2VsYThKMDl3b014bW5OUC1ONHVGeWI1SUFjQTB4YWJVRmU2aGtwbE9PUWhDSk5yN2NTczVH
emhFNzN2MGU0bXF6SDRNNFh2dC1fSEg+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXJBYTBmNnRIRExSQU8xdDFaT0xfNWdnVTRZYV80OUtDclJETHIzWGY2WnFOMlgtTUpFYnNEQXdl
cktrMzk3ZzhFOVNxalY0eFRVR1ZyRzRYajFCU2NCSXA1dXBkNmJrWUc4aTBuY24tZXRDaTZjNi1v
VzRrQllsSDZ4a292ZjFwTGZ5RURoSGNFPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81b0Vna2lOcW5rdlBTRUJfR2Q3R0cwakNteUYtTFVWbktWSi14dDZGM25fX2xiYUd0WFFnZEU5
MDVhTXBib29FNVVCb2tpejVONEFkNE5xMWx6VlhZdk8yTy1BRnZ1VGtUbk1HbkYzN1pGV2RZNUw5
NzhWTXVudm9qUXBVYjhieEx5YzRBcEJWdlEyR25OMEFUNTlLaEdDbGU3cUVzb3E+DQpGYWNlYm9v
ayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwdkpkRmRlWU5yQ0IxajRRN1B3cmtMRS1MQ1FLdURf
TXcwTnA5X1ZfWUlaM19zWEM4SVlqWjhCdEtYWGw3eXYzQ2ZLTUYyOWFHVkU4TUJGQkhCdHhmOE9r
SW5pWkZ0Wmh4dHBDc3lPNjRIR29QZE5Zci1UOS1tYU9OMGMtb1Z4dGt5Z0NzVTZqSW5zbm9qbl93
Pg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXE0TXN0aGlGallKdnZtX2x1NUls
b0liQU00cHRYdEdrVFRvZktjSVlHT3d3R2RCR0tKS0ZzeUduR085YVR1MnlyS1dKMGFWSXhGRldP
WGIxMmF3NmFtY3hiYk9zc1M5Y2dNTDFCT1BwaUJseXFJSnVSemxOX1lwZWxTMXRidjNFdXVyWWlP
ajh2b29kLTJPQjRKRmRJPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBN
b3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBzdXBwb3J0QDI0
aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNlIHlvdSBz
aWduZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBzIGFib3V0
ICANCkdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJlcyBoaWdo
bGlnaHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5IHlvdXIg
b3JnYW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2ggZW1haWxz
IGluIHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczovL215YWNj
b3VudC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3JpYmUvZ3Qv
QU5pYW81cHFlRjA5UkI3eEd5Yy1VQWtMMlBPakpLV3A0aFpWY3BEa1E1XzRfRlNmTlBXdXdlX1E4
bXp0djJKME1uZnZlZ290aW9rODg1SlFia3lrTFZnODFFaUNBQkNFMGNRbENFNnVWWUdfUHZrRnNO
alpLLWVHRWh6WXBhWVhGOTZMa3dlR093WURjd2x6dW1NM0hqVU14RkFJYmpUWWVUQTk1T1hjRy0x
cHpWRGlHOTBEU2sxakc3TmxlZkhSMk1rbUZEX1RHQ3lSRlhkZUpaSFh6aFhDeTBNelZEZFcxbUtC
X1N0WnE5OXUwZlJWQTB4eUZoRFFEZGNsV2VzWkJZQVYtSnptaElCOHJYczhnX25jYTg5Tk1CVTct
ZWhpSEMyN0tJSlRtblZhd281UXA4SERYZmliWGRXYV9CQUFQYTVZOXJHaTdUTTV1QnR5R1FERmE1
RTlaSUduV3lEWlZsVEJWRW1Pd0tISEVDNGY/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVtPWVtYWls
JmF1dG89dHJ1ZT4uDQoNCg==
--0000000000002d4c22063b278f8a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Edit Office files in Workspace</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">View, =
edit, and comment on your Office files directly in <span style=3D"white-spa=
ce: nowrap !important; direction:ltr;">Google Workspace.</span>&nbsp; &zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:18px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Google Works=
pace + Microsoft Office <span style=3D"white-space: nowrap !important; dire=
ction:ltr;">files =3D =F0=9F=92=AA</span>
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;"></td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:0px;background-color:#=
E8F0FE;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-email6-banner-whit=
ebackground-w1280px-h720px-2x.gif width=3D480 height=3Dauto align=3Dcenter =
style=3Ddisplay:block;width:480px; alt=3D"Google workspace and office files=
" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:17px; paddin=
g-bottom:0px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Did you know=
 you can view, edit, and comment on your Office files directly in <span sty=
le=3D"white-space: nowrap !important; direction:ltr;">Google Workspace?</sp=
an>
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:15px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; "=
>
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can easi=
ly switch between Docs and Word, Sheets and Excel, or Slides and PowerPoint=
 without the hassle of converting files.
    </td>
  </tr>
  </table>
   =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:26px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5pzM5smOmwoc29U9GYgO2Ta4uJYv46_m7mFrEiWG7QO-lNwLmFgdSIscn=
WS47KjlcDC1iN7ItcaBzLB9JYc06NGZ-5528kFvL-LWgCWbGe8nQzc8jd3qRfMWbVy6crq-xYcV=
V949wVSQWD3_CTGQeA8HP4_VhagIvQD_FASBtlaupuqKCn-SVXHe_rf3dEITyfVZPrzRd7dhESt=
uxMa77_3hMPaNSecsCuaaXShgr4Wf6u2-QDBxEh2wH4-WX5_MRp0kIPKSbLkSPDHiM8sGQCzJMl=
qfrroP5AyNuUpwGbOJjLOJozy9AJc2HKh084H7r86c8G2jxCvK7-oTT-r8iuvbd02J4OSQXmfUg=
" style=3D"height:50px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" s=
trokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Work with Microsoft Office f=
iles</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5pzM5smOmwoc29U9GYgO2Ta4uJYv46_m7mFrEiWG7QO-lNwLmFgdS=
IscnWS47KjlcDC1iN7ItcaBzLB9JYc06NGZ-5528kFvL-LWgCWbGe8nQzc8jd3qRfMWbVy6crq-=
xYcVV949wVSQWD3_CTGQeA8HP4_VhagIvQD_FASBtlaupuqKCn-SVXHe_rf3dEITyfVZPrzRd7d=
hEStuxMa77_3hMPaNSecsCuaaXShgr4Wf6u2-QDBxEh2wH4-WX5_MRp0kIPKSbLkSPDHiM8sGQC=
zJMlqfrroP5AyNuUpwGbOJjLOJozy9AJc2HKh084H7r86c8G2jxCvK7-oTT-r8iuvbd02J4OSQX=
mfUg style=3D"background:#1A73E8;border-radius:4px;color:#ffffff;display:in=
line-block;font-family:'Google Sans', 'Roboto', Arial, sans-serif;font-size=
:14px;font-weight:bold;line-height:21px;text-align:center;text-decoration:n=
one;width:265px;-webkit-text-size-adjust:none;mso-hide:all;padding: 14px 0 =
14px;letter-spacing:0.25px;" target=3D_blank>Work with Microsoft Office fil=
es</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:0px; padding-b=
ottom:10px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Real-time co=
llaboration in Office files
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:1px; padding=
-bottom:39px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Use <a href=
=3Dhttps://c.gle/ANiao5q982fIS_R21MNRV75ARyvVDV32fWYa2imwTB_EzUxzcKc1S-2pU3=
HULQKFiqfZ3bqtg79MjBnNlxfh8t_sh9LO9DWZC1pR5GfBLFEZXZHSVJv1KWpUCTw8tjEM64LzQ=
tHf66LaQ1Vea8crLbdjKRtIOdMy1vCzVchMvr4LTR1hOFAsjVNeHeCPylG8HqMsXCA-fYMrsxP-=
0CA794-SBxhhYjex6xPzXK2ZbKmrscIz-UlgJRDwoPmznphS_z9yLZsFn91SjM19xcyynxLEWNX=
QirLwZQE3W_E5tKpCjFgIQacGgUrBbuqT_1ECG73v style=3Dtext-decoration:underline=
;color:#1A73E8; target=3D_blank>Google Drive for desktop</a> to keep your f=
iles synced across your devices. You can see who's editing Office files, kn=
ow when it's safe to make changes, and manage version history.
    </td>
  </tr>
  </table>
    =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q-s7ovAaYOY3Vze9_qBrgsbsg1agTwGDvVNwD=
l0JuKvtsdFu58teP1miIFOAz4NhCbZkg4m7d3dWEmV4y86Vx8H2xopC3ftdNXFgMzYoaX3wFVxU=
BRXMFeDdeEOV4jtmvL_GD0gFeWRHacxzY target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oMhpvlbitJAEwdZH78oPQctlnKtmLw71TtoON=
CxTrrozrqoIgIju8sf-Fea_spfODAZfQOGMcyxst-8Ifwj2HGGK9RiVH2zQ9qYfwwLBbvsX-sXF=
2n1zcHqKSb_iJBcyBtgRgVP-3s6Q target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rNHeDCenwXNpixf4HsXMxAugK5x1h6WVxP9zA=
EK0kZta2e9tT_KtJU3JfW0vfgY4hsjnfUniV3Wdl-KmMMY3lQFkEQXy1Wi5VC0Urb635P3KFASL=
WyUHK2UgR4PyrHZB3Wo4ZbFA3TReY4DCTRIkoHGX9GM2D-uuY target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rIxngjryAQnI0Tm1cYxJ3-bg0RducXZ-SE3OZ=
OHqzB6X1aqq7BoB4kvkwl_EJTs_Pvs30BokWuFSjdjMgK4Wu8Y6GsmE5s8t4lwIaYKlS3NoStfB=
AhwbdrgrvHssBdF22zeerypFoRNTcit95HTA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rFYLkycQDsMmVn50f954xrG0z6qsrGVp0ZF5D=
L13NKA8WpNlWRjHXVNpUPBOirMNTOt3iOTrGMlFvFJBogcaaNOx01fWXZKXM0ZZgPYixytSWase=
HmO16PipVMZCQRB3jtL_6bu84T2c4R99Gfa575YQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to support@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5olbobgLC_iZblRLepyMpgmtuOitjC6=
CexqUNO8sb5-jUo0sh2HfCaoRdHbUuay8HWx-jZ1biHkNu7dqMrckPXzpUypClaAmg3G88U54nB=
330LH0jAebUbj8y1SCnRD-mddDRiTR4E2vPMWQ4fx3y4A44Wy-6aQejZD5PuEOvtcKCuKrzwHcd=
9b7XuibL8B9Xjpg6lZwl5y4gNGPFttTDB-_3jKeRvlNfzp88b-0Zl4VDuyL3miu0K4YUIZYo0S9=
945MG3QLclJl8P-tQA2x-EFED4WrTm-muxkQ8YZQ9TIENK11mqFBIdZxN0ZbFKtXI348KGWTZXm=
oOxmDbtZMZHe_4PqXPaF5MDxLv5V7-46SFc?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000002d4c22063b278f8a--
support/cur/1756118089.M602364P3843853.premium320.web-hosting.com,S=24651,W=25428:2,000064000000060113151007557630020620 0ustar00Return-Path: <3SDysaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id EMDKI0k8rGgNpzoAVkXPrw
	(envelope-from <3SDysaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:34:49 -0400
Return-path: <3SDysaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:34:49 -0400
Received: from [198.54.122.200] (port=61898 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3SDysaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>)
	id 1uqUXJ-0000000GJYV-1ln6
	for support@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:34:49 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=cDAIDfFL;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3SDysaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=3SDysaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9Rxh4cmhz557v
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:34:48 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-886e2e808d0so30347139f.3
        for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:34:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756118088; x=1756722888; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=nq6ZbF4En6f1EQ/8iTEkRNx9URdbTnBwdf9ZFf8DuEc=;
        b=cDAIDfFLqg0fzqzrm/nWXu6rESWLfLfRilvcOgexS1UqWSIhwNYrRrTE/HqeSeYuY5
         RLMJ8q4W4cIRPrCx5bnOar52poLdUv+6lBGrEVl1CMS3MIOaQ96KMoUPhEo6yBNgNhMN
         FlNCjWllEFHj9P7fPljsXeMeq2DqTUCN3O7PNVkBGnxiRt4AnaI5JtQwThKm1J7yNa+5
         sxwSnhtTjnnKD8oRl5aYXlci+22oRkCJ71NZROWFwTI7r7a2ORJdBTxszCvJtfsZ0B1K
         AK6fzaRBL1PwFigJOofAPi34DZKXiwONcCCi/RKrITJrbR5HCUEt2QRqe6htpRQEBrFT
         RSzA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756118088; x=1756722888;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=nq6ZbF4En6f1EQ/8iTEkRNx9URdbTnBwdf9ZFf8DuEc=;
        b=ldj5yIyIPK0lv3FuF5aTsk72aR48+gOOuQZJiAUNmxhvFaUOgGOsKHunUsnpl4q8cL
         KJ/fr44IDPYrJr6GQ8KkPpq77cjy7bCA9GkNS6fYnIiCsyNkhKJ18vLmXdxfTkHaBq63
         kGVgYSkRvLwwxfEBMp4AZFfqYY3oOXxB6z4IK8yBIY2t6DsxVciw51Jp3r87apM2WPnS
         MU720ZhjLC/kvYLDNUsZdSYl4uMqyCYyMf0emvBR0v0l2XQhJI2Y6oqEwmahW2OhDHKj
         YvKc+wIUqPIfGB/FHkcNsBzPukuCfmBq/t56MiVwWKcASOkPCjhjB6qCKnEjXNSmpg2S
         nX9g==
X-Gm-Message-State: AOJu0YwAKJWNM8prYCBmAVwk3tAmejSzN/abc8u966+0DcQgFc31nE+d
	bQajAhEKNPD39SyONVRPwOR6oXhxu6YBPilrNAMc6QC8K1yUFx/IEeNmIPsA
X-Google-Smtp-Source: AGHT+IFUhNap0ihCybl8p1yLzk4HwPgDRx+S5nuJsuOyfp4WkIuCPC5aW7q/1mZAAMbTYalRtjY9AWY=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:270a:b0:3ed:9b5:59d1 with SMTP id
 e9e14a558f8ab-3ed09b55a61mr23020685ab.21.1756118088151; Mon, 25 Aug 2025
 03:34:48 -0700 (PDT)
Date: Mon, 25 Aug 2025 03:34:48 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: f332aa9b0b3a0000
X-Notifications-Bounce-Info: AWoTSIFBicLyU_6Q2lZLGWNw_neA2OAKL3gVGc6qRzlbRPdDZRAvsPUcNXFtTbqPyLOtB09paalgRquOThS_z8INgLcXehuIFDQKbnF6x5atWrLPe0wRg_ikWApEaAXlGT0S8gpsgKNWZ3m-8s_C8gGhWxN1mlbnY6glnJmGTa7pzE1P-tVveBxDefJsXc3g4W9P4IIoyhKzL2broNDAA_bRJac0DvpRBBkSYKKHfiRf4qT8Bo0fjVW8vh8-2BwV4Xb0R_Kfyuv1PtUwfBDEY4OUmdbi9VS_TC1qxUoHXF8EljxPtAOHFIEA9hk3btjtTV7MHid0Mg8G4O8syYrItTHmtdvVHQBAcT7Im3xwwcBvrZDRR7hogit_aQyBmBGNJcGakBqtMO6qEN72FYciNLQQ6GNh0fTEtq9xQPmnn3167xMAPrvrR-vDW9TcU6lGQhhzLXznYzt4E1RoAx4c5Cx8L1yMIKMCp4fQ4rcfZoO6Pe6dL2RTjRXLzWBlCbiencljTDYx-8-5zKcUhLSCie8wOwEQ0F8a7c0KXfx4PY_Dqv0SL8jadWxBTcZFBvjRgOQ0XuAaKQofb7UfXvucrbxXoRLi_bfHIPFBqRETlE5kHUjVBIE-ufwtNesL1yjSZ_UNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <7e659afdb13f5f0d21eeff854faa43bda2061b8e-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000d3f4ef063d2e1a5a"

--000000000000d3f4ef063d2e1a5a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/5481038949361251905/profile?trk=https%3A%2F%2Fc.gle%2FANiao5oukOn8oHbSyWSG5RXUIZYJ1aVybXqEJ7Nw5j0M749abG6wu522kG7Xo8nfi6j4XSAVng3GDQ8KSUwbyNK1YCK_Bu-b-9RxvkVWTmQrPlczSFjOnFoOTj1sHHU>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5q3240caY7s3glqk8GnmogVcUpY5uTKirQRnb_5LXRwCuFzGBDpsK-dOGl7A6gmk_8bIVkJCU32MXBXZi6xGWHOGyOVv-rjD0tW78Zc9rl9sxCB_UOKKr78ZDZr4dK_zDpui27xvfNakxhSc5_wrr21httclsNlcl7jJDWMZvQ>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5qR_RRrX0nKWNtjFA_2guSzvVWHA-hdVMKdaa2laPAK6vWwDZFrlO4XxpziNi7Tdx1HiCs2xSsW_QvSV8Q3m8Ug6R29ucplo2IQ3KiLRkBkvZ7M2zKmvzoV8c_N-h1j2RxD6_7RQT5f3fvjchthJqDQpN22R74jjJYXPiAgBtma56z5qsvHEzJ_2vfihi3SvTO3ipnok5Nj02X3O9DvcYiGNQUsRZfRDEpRr48VlA>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qvlqZ0tER3r8P3OI2RZSKTpCb8fZxkpSWhtoOLngF5Xy0b9-S9oDAa4mGAgr5d9frdpPEb5E0SpAILifzpJHNNp_dHNZKWqpjjpgliUm9m3LYofx2qbmBBLJbr-Kr1Tnfi6WU>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000d3f4ef063d2e1a5a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5oblPl0_R-Jd2n-K6A1R1cYaEI-w=
wpDQhBRy3LKeQAAQ18DSXWf0jip8UInAvOb3xDXH4MY-77k8R91T4pO6RtGveSJziHlbOezF-tf=
Ppc125JL4aRGzzNyuGkc7uG3VFiIj6j_Ykr91hJaaaPMqiqdMrZwJrkat4G1Qxbxj39uq0hcdH1=
Q54Kx592KuZ_BFARPDgLfRPNI4ovk7ggU-vSS5haSAT8xfXSWPVgVHHLz>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/5=
481038949361251905/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ph5di8hcalD0f5=
qaPAuwPNwJTZgnaMAVkn1ppL23TytbDneEPFcCnGkOwCnkpf8X86G7vYAAfTair_QyC6U3TwnG2=
3Eb9q2w-ZCb1hkTrv690CcByFy4lsf67NnQ target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan>, your Business=C2=A0Profile has been suspended due to policy violation=
.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5oD2TdDYhS5qYtHW0-2_OQEig=
0hOWcQn0dKOfLh7H5hGkdGeFigUEk_hN6hsxfAZTs6f7SyDMngcujoewMzlJPEhAgdUaK0M6FdU=
p6Q1dxQJfmjSSzPOqJgBZkFs4DiOuPHiNx27XigYV084GPSJgvWpywq9To9HApApjZDuVwFmA t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5q233e0WCYNm54KagO-tczYiduBcK8Xe_vJb9Ta2UR7cBg=
2sWVlJRYdF097u1FHA0ha-P2gn50b1xj1R0Gi4lw24PQJgWEVi37L_zrLDSmFPkZOIJIUGX3tzC=
8OqIdynSZV5NiDewe-95MDrxY5PJC9GZVhlmx4iMWKForWiAkxbXJwDPUafkv6D5V60t16Ocgkz=
EB926lg-KxpTPP5OzyDWEUrQdiPZKwg9XGcVWrb target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5q233e0WCYNm54KagO-tczYiduB=
cK8Xe_vJb9Ta2UR7cBg2sWVlJRYdF097u1FHA0ha-P2gn50b1xj1R0Gi4lw24PQJgWEVi37L_zr=
LDSmFPkZOIJIUGX3tzC8OqIdynSZV5NiDewe-95MDrxY5PJC9GZVhlmx4iMWKForWiAkxbXJwDP=
Uafkv6D5V60t16OcgkzEB926lg-KxpTPP5OzyDWEUrQdiPZKwg9XGcVWrb target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5q233e0WCYNm54KagO-tczYiduBcK8Xe_vJb9Ta2UR7cBg=
2sWVlJRYdF097u1FHA0ha-P2gn50b1xj1R0Gi4lw24PQJgWEVi37L_zrLDSmFPkZOIJIUGX3tzC=
8OqIdynSZV5NiDewe-95MDrxY5PJC9GZVhlmx4iMWKForWiAkxbXJwDPUafkv6D5V60t16Ocgkz=
EB926lg-KxpTPP5OzyDWEUrQdiPZKwg9XGcVWrb target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5r-jf0RB1uYMOqNnVdoO-42-Zd5oEAwybD_paDWxUFo--=
u5OumQkRG7kaNxPTpOIDB081FBQwClkK_JXRXGJCISq9uIvrtoEh_WV8KKLIRdbU-UKWMUGRWyQ=
JbxHJDEJllfSl88pg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rgLMokR3Pw6BWDO70o58E967hSOmVBx-hHAlj8OGXNCKP7-fGUpLKjSu2u_0aCcf=
82P9VaOgNaTTMLyT7TQRdTqM73maM1HHXXgdXAo38PQA6PXbBwe3roT-U_aODg0WrBMA.gif></=
body>
</html>
--000000000000d3f4ef063d2e1a5a--
support/cur/1753631758.M290350P785433.premium320.web-hosting.com,S=35997,W=36649:2,S000064000000106235151007557630020711 0ustar00Return-Path: <3B0yGaBEKAAQ0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id eNfbEA5MhmgZ/AsAVkXPrw
	(envelope-from <3B0yGaBEKAAQ0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 11:55:58 -0400
Return-path: <3B0yGaBEKAAQ0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 27 Jul 2025 11:55:58 -0400
Received: from [198.54.122.200] (port=39427 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3B0yGaBEKAAQ0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>)
	id 1ug3jC-00000003JxF-0Utq
	for support@24hourwaterdamagerestorationlongisland.com;
	Sun, 27 Jul 2025 11:55:58 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=KhoYC2rI;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3B0yGaBEKAAQ0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com designates 209.85.216.70 as permitted sender) smtp.mailfrom=3B0yGaBEKAAQ0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f70.google.com (mail-pj1-f70.google.com [209.85.216.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bqmRX40txz4wMv
	for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 15:55:52 +0000 (UTC)
Received: by mail-pj1-f70.google.com with SMTP id 98e67ed59e1d1-31ea430d543so885062a91.3
        for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 08:55:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753631752; x=1754236552; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=oZgM5VyLXv0W+gk8VXKnP8gdh5uHm49hna0XDXsKO8s=;
        b=KhoYC2rIGk+DX17VzuR50QtaBkfcBhaQqytL5Pm/JTQUEhQV516D0H1Kbg+ZfBBTqd
         oS2bZ1bLSSNleE92J0N2DucI0UtkkcADUZhk0dsJeAMj8TrSddCMSg6HcmfUSNVAwMD2
         NYD8kR5ag4Gb3UW6lFwz3DVOrhl9q6KNph8a8Q22y/rW2D1LdqnhtIarHpBZDMGprdCp
         NnDOBohpv4C4k3JNhcw2n8L+co0vz+UPZqJRiLptC9i5wK0wpWV0e617uj+kJhhokGTx
         mdGf2xNZe98utz5q95mWidgkx1HEIRQsoX3b5uMpS2T5BNXwj6CMK9ifWsN9zvR8uBHx
         Legw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753631752; x=1754236552;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=oZgM5VyLXv0W+gk8VXKnP8gdh5uHm49hna0XDXsKO8s=;
        b=XXJiI+Z2JpoYi4079q0iz4liKrrQCA7a2Owpn9DeZMIXF8E7R8T0Q/7l5BhcjJKdc+
         w6S4XHNxOetlwjXHEwM6Mi6uzrK0/Rz2YZ6uol9oWuM2xxxYhaOjs4d/DxCvSDarg/xr
         w0X94bEEcTQ5PkHvm2XCBrbyrKm8b/eRN4Fb5AhVmR7wP1I498TtUidO+tynKGQNGHCz
         397LWpeoxvJdlJCLnTHa7723rDKQyM08cxf+AlyLkA84QGti/ftpOwDLC7he5Vzd6VyE
         AE+S6r49SMmwwpuoyTQ9UJDmqtIvduEJkx+HkuS+rziw3/vsoeMAmJJpWlHiWt50yWLR
         Rlgw==
X-Gm-Message-State: AOJu0Yzs4mju1zNmJlHWzXsTx5EL5JXfVGspg3Vx71KLgmTQ4fnRsdgt
	hZ9X0MS7tdOMx8R1XxlU06Q5+VJopFFp2MIQnNv4r99Xhmm6XgaE5kLrNVVH
X-Google-Smtp-Source: AGHT+IGMpAW116nVX7IOShDgzTq5OULUGRhCgffAMYmeq2fy8AWII7EglmSHY13ScqQYR7ke+7IwEGE=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:134e:b0:311:9c9a:58ca with SMTP id
 98e67ed59e1d1-31e7788a6aemr13272266a91.8.1753631751709; Sun, 27 Jul 2025
 08:55:51 -0700 (PDT)
Date: Sun, 27 Jul 2025 08:55:51 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140159
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5oOxx7WHJH3VX2Ifkjwa9dWdt-BF4KYDc8v8AleWQ-6RePtDzDwmC0BXQ4U8HGs3mxgRLBWeTmAN7pP8yGUTcSEDkQTFSWbnaOapf55t_Gkmwv750xHyVhMZQrT5ajq17RuplfRcnLWRjzxPbuW5Wa_5XJ61NHKuzROhD0zsPY1f0NQpft469-EEj68HYegBTlTC5wFB_v0kpm8swAqhuAzq5cXL7DVrrq5dLFmMXo8gvLRLwIYInS6jzF5LN85fAD-u-Gp5Ubl4Ihh-Ww_doS2NLltHXT3m4MAluTsPtyucRn8wut1zDqo_3BKa2p5RPA6MNWZnLVFYOGc2RlfAjcNFOwzJ7O64aDqnd-cqYdc-dM?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110511039-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 7e2e2abe0cda0000
X-Notifications-Bounce-Info: AWoTSIEUHlEleFoN0oz0ra9avlKXsMTb6_xUplEG-F9q2expASIEQ--TZBEvShgfCsvWCThwuPjN10H73NdxjgwnLwPwYrcSVpUalkRQKLkVsWbsiOjehhUehhosdCVFGT8DrYSyiPQEhcNRUr0889NvLy7_toWS22pHQPciDVH-Byrk10GTtAuzeNMf_cZ4RIHaXM-HPh3m69cpeoy4sdr4Ud9Psl00fhy4TZ9jEhYo0D2dAEXt5AOAJ7gEUNgqNUE2c2vdt5mUdVUIF1NHj-8WLsbIyHjbPdqd8Co1FrrpLvtaSUrvBDJZoJ2lxUjRJ_8I-Q-qofVMdSv7Sx5_0WJOBFM3UhrRPPUNknwHRnIxQiQjqEdAadraqbO8z_yY50BMFtwUoKGC9zvA6dETZ89w56OKUoxIHYJM25y4OVtS260x3xzILP1q51Nm_1EJvsT4oaoSKEurgKKEb4kx3eb-rQ-9BQ_9b94V35i2RpuK34lgKpqc34CX63WXEhEvjzID7V8FhT_yMXN0fhU_9UPnvd61oPJRymPnaam8O9vjfdcvv4aEtDfSSOVljBuOhb1NRVpjSWLRUC7XdDNrqFBya3JAlQZujRHzPHL_BYOQbk138B_N-hz1Rfrtht0xlKJhDaRTw-05Im9JianBlDKsFFMU2f-K_uom2wNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <a0f35dbf8224634500962c6bdd724be504b3a072-20189259-111088864@google.com>
Subject: Connect with your team using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000a0a463063aeb35b2"

--000000000000a0a463063aeb35b2
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQpHb29nbGUgV29ya3NwYWNl
IEVzc2VudGlhbHMgYWxsb3dzIHlvdSB0byBjb25uZWN0IHF1aWNrbHkgYW5kIGZsZXhpYmx5IHdo
ZW4gIA0KeW91J3JlIGluIHRoZSBvZmZpY2UsIGF0IGhvbWUgb3Igb24gdGhlIGdvIOKAkyBhbGwg
YXQgbm8gY29zdC4NCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQoNCldoZW4g
eW91ciB0ZWFtIG5lZWRzIHRvIGNvbm5lY3Qgb3ZlciB2aWRlbywgIA0KTWVldDxodHRwczovL2Mu
Z2xlL0FOaWFvNXFrS1piLWt4WnA0cG9CSW51eWN2Mkc5d1VnZDVnRjN6WXBkN3otMFNram1KdmhK
MFJWeWhCTnhnYU8xT3hEdGl6MVZhNjF3WlAzdnJaTVFOOGFpNU8xcGxtZ3lEODZrd0ZxQUN4R0JN
UXFrSnhzYnRqZVMtc3YtTTJwUTdRbVQzNzRGM3BTMDhqZzZhc1FiODIxNzhkcDczVDRsUUJFeHB3
eUlMV0wxMWx5V2YycHE4QlFSRmk1TzlXNmMxelN3bVhSQnc0NVdtWGtvYjdYWmRPVlBCMUVVRGpo
QUhyZUUyc25hVlFRNUJSWnBUMUdicERxdk41ZURvenRjcnRvWnNTbHNFYWs2Y1JyazJTYkotTENZ
MWdxQmE0PiAgDQpjYW4gZGVsaXZlciBzZWN1cmUsIHJlbGlhYmxlLCBhbmQgaGlnaC1xdWFsaXR5
IHZpZGVvIG1lZXRpbmdzIGZvciB1cCB0byAxMDAgIA0KcGVvcGxlLg0KDQogRnJvbSBkaXJlY3Qg
bWVzc2FnZXMgdG8gZ3JvdXAgY29udmVyc2F0aW9ucywgIA0KQ2hhdDxodHRwczovL2MuZ2xlL0FO
aWFvNXB1eVpoazJydXBJTExoQ0gwMXBVNzBFcDFDendYVmJLMEVlNHA3QVA4OEJ0aWllUDk4OFdv
YmdSR2Z1VE0wb216SWFLVlYtVjIwS0xnNGk5cFJIazAyRVNtMkFPY1dvSVJBQmxIQ3dOMXdQQlYw
SUgwTExsdlJWaEdiQUFNOTctemVockZMaUU2djJyUExTejlJY2J0T2owSnFhWkRCRGh0RDVmcEtu
R0s0UXoydWJtNEZDZHBPSnZBVUtfOTJBTzJOZXFnNFRSY2VuaThxZFIxTTA1UFBHdHU5cW9Wc1A4
MmpkRTd2NlZyR0lLY05KT3RObnZvS3haWmctNEdVc1FWV2R2X3daUHFFcXE1M0VKb2V1cmtsOGln
PiAgDQpoZWxwcyB5b3Ugc2VjdXJlbHkgY29ubmVjdCB3aXRoIGNvbGxlYWd1ZXMgYW5kIHRha2Ug
Z3JvdXAgd29yayB0byB0aGUgbmV4dCAgDQpsZXZlbCB3aXRoIHNoYXJlZCBTcGFjZXMsIGZpbGVz
LCBhbmQgdGFza3MuDQoNCg0KVG8gaGVscCB5b3VyIHRlYW0gY29tbXVuaWNhdGUgbW9yZSBlZmZl
Y3RpdmVseSwgdmlzaXQgb3VyIGxlYXJuaW5nIGNlbnRlcidzICANCk1lZXQ8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVwMEpUeEN4eXhBUnF1dUs2cFJUNmxSbXhSOGF5MVh3RGo4S3lYdDhuV3pHUEZRNFQx
aFZieHJBOUNUVTF6N3BoWDNuQXlhSFdwNTlQWEVCMVdNT0hEUUN5VXhrRFQ0Y1kyYUNXODA5enJk
eVRMWjJoWlJGX3ZlZy1JQV9iNy1zY293Yk4wNHBGcDVFMndidWJUMC1KcGdUd3BYZ3Q1WnFuSUpj
NEdOTkgxV2lySUhmQml4bnM1OFo1QWFDWmNnR1NvSnVReUx5N29BSkhQY29aMVd2RkNicnl5SjUt
RUNzSmcwVG40SlNhQW0wYV9SeC1nZWhyUThnblNIZF9lSWNZYjRrZHZ2NnpGSElIOFpQd1RSRWxi
cmhJbEYzUm9xV2ZlYkxRb19EMXRyWkVRQ1lLVmNUaF9UN0VfMGpUU3p1S01VYV9SVVRTOUowVkRW
YXk5T25haE5jTFk+ICANCmFuZCAgDQpDaGF0PGh0dHBzOi8vYy5nbGUvQU5pYW81cmFZeU9zVXFs
WUtCNnNPVjA4Y0VaRkxPanJXSklxbElIczhBNDRpMjhjNXQzanVXdVQzZXJhNGJMYzZUMndHYkox
cjBCaWJrSGxORUZBLXgtTmJJYTZSTUhxUjdYVEhTTTdWUncxZF9TNmFWQ2dHb0lxcXJWSUVsRTRT
cXZySjlMOG9OS1V6NUFQWm9PSGNKRkFwRy1XTTNSU1ZVWE9Ea0k4azFhU3FCMlFVcWw3ZU1pRmJs
U3lvVEVuclpHOW9UV0lqbWRlODZEeXNnMWNpNkNCcWJESG9PcTNLVkRKVXFlRW5BUjdMWUVtWVcz
dWNJa0p1eHdUaFJfS3R5ZDF1RnFDRy1VOTdlVTJoN3dZQnJjVTEzOXczcnpROHpIQW1OTE10WWdL
VHFqQU53OHRlbmlOWm9KQ1p5SGloZXBxY2FlSlloQVplM2dPeFpBSDJYeUx4YkRoR1hJPiAgDQpw
YWdlcy4NCg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwQVVnN19LcTZo
UkVYdE41aVpHRGZiLTRYU2VlbmktMXVMVlYxMlByd1QyR0hacHV5VUpUMmxOSEt6bUU0V1FkM2ts
QVp6LUJrcTJwaFRYRzdXeHlINXJsbV9femFfSWJvV05LZ0JFb2ZVaVQ0b0JoMGZyTEl3dUV0bTBN
MlBlcGdCT1FLRWRCX1FBV3J3Pg0KVHdpdHRlciAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwZUFE
NURYVHA2dGlDNmdyTjEwV1F3N1ZBZXdMZFFLQkRHQ3UxVnNFU1BYM0N2ZkI3ZnNwMjhXU3FrT3NO
WHJNS01zLWd2aURSTFdtWEYzc1hweHpPd2NjWG1PNWRRR1NwSXJNazhxaEttaU1iMngxelprdmEy
S3dhQVRVUUNpTFpaTy1KSFV0az4NCkxpbmtlZEluICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9o
RDhwNWNmOWk3T0hlV1ZFRHNROWRoUFJ4Qk10UkIydjRvYzhENUFnZ2VtVlVnT25VeDZwdmVrNFdk
Vkdaa1V5OGpLVm92RDFYTmxmel9sRDUtM1Fqc2lXOG9Pdi12ZV96VGN3Ni1WOFd3UHhmV3JSVXBs
SzhIU3V2TlgzUWNHN1VvZm9JcUpyLWFubXFRLXZ0cjVOcHB5bVZZRGU3Pg0KRmFjZWJvb2sgIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81cGp3RGlOd3BGRVlfSE5BOUlMQ3JkN1hfVU1mV2o4dHBkbjEw
a0RxWWhSaEpUb2Z4b2c1ZVd1Z0xlZTlGUk00aFRJSGQxemhDNHpfMHhucG95QzZhVmJNMHBLX2dj
R2V1Q3A1X1hweWR4Zy1xeDFKV01ZQ0tLOGItSm9Id0tjWHNZUlNtN3NsWmxRaEstT1hkUT4NCklu
c3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxUWs3X2Znd0lYRi1CVkFkb2JyeEtvS3Rn
WksySDQwNmpvc3JFMzB6YUxaOFYwWDF6VVpzZjNBLUtLOF9sZ0NwS0FUelVoM3ZIdWdOamxaZ3l0
d1pyUjFUMVZzN01jTUwxbUs1TlA5aFBsa3FiUDJ0NEpweGJGN19uNDF1ZTlhcFNfVmdpYkJodW1t
TVVKX050eDJsdz4NCkdvb2dsZSBMTEMgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRh
aW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2FzIHNlbnQgdG8gc3VwcG9ydEAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gIA0KYmVjYXVzZSB5b3Ugc2lnbmVk
IHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRhdGVzLCBhbmQgdGlwcyBhYm91dCAgDQpH
b29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0IHNvbWUgZmVhdHVyZXMgaGlnaGxpZ2h0
ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBiZSBkZXBsb3llZCBieSB5b3VyIG9yZ2Fu
aXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0KcmVjZWl2ZSBzdWNoIGVtYWlscyBpbiB0
aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVyZSAgDQo8aHR0cHM6Ly9teWFjY291bnQu
Z29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVuY2VzL3Vuc3Vic2NyaWJlL2d0L0FOaWFv
NXBKejlvVndGWE1fbW5YR3BHR0tJLWZRXy10dWxaZFl2Q2oxZU43TGFwSHVYSVVMTDZDOXNTaFd5
T3RRZE12SFNFa3FYemxqdjdJUmM1LVRHVXNLZFhaSUxzUm1YTDN4Ykx1RkVDNElDancxU0Y0REFw
Z2pFX1ptZDRCMUEzM0NtZUdmR3RvUmtzeFdUR1N2bmdNZWN4YUxEbjNPYTBLaHJCbk5uOEYweV9B
d2tYRWR4Y1F1dzNVN2JtaXBKSEN1bThxWjJsRWgzaXJuNUdoR1REQ09zQTQ4UUR1Q1c1ZDZuMy1C
aXNNVndWbjlZaGVHM2g2UDBkdDJXN1FTRWN3S3gxNDFiNnlwQ2dfUE5taEo0eWk3NXBvQ1RMd3My
d2xTa3p0dWhaaEZ1WHJqYWRQdHhsT0RtWTB5Z3VNUUQ1blF6ZmVkWTBWSjBLM2M0VDNVTGIxWlhQ
ZXVYWEhzaUtEQzJtUG5FcTlKLUVOP3V0bV9zb3VyY2U9Z20mdXRtX21lZGl1bT1lbWFpbCZhdXRv
PXRydWU+Lg0KDQo=
--000000000000a0a463063aeb35b2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Fast, flexible communication</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Connec=
t quickly and flexibly from anywhere, on any device =E2=80=93 all at no cos=
t.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Fast and fle=
xible communication
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Google Works=
pace Essentials allows you to connect quickly and flexibly when you're in t=
he office, at home or on the <span style=3D"white-space: nowrap !important;=
 direction:ltr;">go =E2=80=93</span> all at no cost.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
10px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email4-gw-transparent-w1730px-h1058px-2x.png width=3D480 height=3Dauto alig=
n=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Fast and flexible comm=
unication" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->
    </td>
  </tr>
  </table>
   =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-meet-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dmiddle align=3Dleft style=3Dpadding:0;pa=
dding-top:0px;vertical-align:middle;width:64px;color:#3C4043;padding-bottom=
:19px;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
meet-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:24px;letter-spacing:0.1px;padding-top:3px;" dir=3Dltr>
    When your team needs to connect over video, <a href=3Dhttps://c.gle/ANi=
ao5qLm6WlAEZncTHfnQOfs4v0kAqYAFRMPueQi4yVUi3b4xJnABPtzTpDHIYkupYe47-4IFm8HM=
IdylLFTb_svAhWH-Z1c7kw3oR_QiMPWsogman2oP6EfDZmPdqVuDYUxYQu215ahqFVu1x5ZOuOt=
PUOnOPSqj5eWJaPA3Ni3EjSKVQ_OLXuTsqSBEWTQ32T5I9OuuWBsdH6Q0SdC_U1KsrrMiCUUPAm=
rUlhqM51ro1T8YGVbSeBnEhM9Kt3HF-fq2xyteEvya5k-GpdF_uWBlQ6jlihlg style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> can deliver s=
ecure, reliable, and <span style=3D"white-space: nowrap !important; directi=
on:ltr;">high-</span>quality video meetings for up to 100 people.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-chat-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dtop align=3Dleft style=3Dpadding:0;paddi=
ng-top:17px;vertical-align:top;width:64px;color:#3C4043;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
chat-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:0px;letter-spacing:0.1px;padding-top:0px;" dir=3Dltr>
    From direct messages to group conversations, <a href=3Dhttps://c.gle/AN=
iao5pVWZNHc0Ssb-3nsARxuknFnuhp7VGlbHkmB24qLUqnN1fDHmwWQL16wqjrvGLTlay66MZf8=
kuuDF5YJ8kc1AC9T_6Oq3LaSwGyqKRDk-qbIo3Hwti8eG96M4UHQcb7Rn370AwMgHLn-AHs0JtP=
L3BHviPAhee1iS754h2gC25B1ip01JR3eOUjLaHLWXc1CV7sWMnRYcAuHeAVJh_Py4o9ja6YHQ1=
Kf9pFCQEk0m532AtPuyQvrtlVJTpbcOk7cTCtvM9NfJ7ksyqXax_aV2_rcT5pIA style=3Dtex=
t-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a> helps you se=
curely connect with colleagues and take group work to the next level with s=
hared Spaces, files, and tasks.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:40px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->To help your=
 team communicate more effectively, visit our learning center's <a href=3Dh=
ttps://c.gle/ANiao5os1tKBw0XsI_G2mcsJnaaBjqVsKc0stwdQas5-873Gi76Mz-IX46b9n5=
RLyABzezix2XMyioVjwFHKCBW5E0zY0MXBnca8ekLRiOubCBrGDi7N02rFwTtDz5y9jBSYGPKbs=
zt5O_edBikJk3sT9T2erHAbe5Tmbsu-V4gdzEnDsPtF44Ypu5gdBqB_Npk1tZUhFgD4azl_R1nu=
Mrb6Je16hDg55O1Dqm1UGU_83NMJpF4i4qwBd-JoQTJ5VTNbVAj7p3bqhDhy-9HN6XNchmQvT_H=
eng7wt9cYkLqsfwTvyyyR9NRQL0yhGZgHEZd82ygvLAUr_zW3veFl5_q9C8gC7S7rPg style=
=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> and <a=
 href=3Dhttps://c.gle/ANiao5ofTHFXMf1GxK39W71rwxshRCMKt9kvY0PGqhBjW3nqSE3D9=
Txep-NmyYv03jlt-nvMZlPEb7cqyajwNyVVJSDssuTIIIfg_ytEJ-TfY5i3HQTXvsdd2ySCfjGF=
p_AYV-X8u8KUMb0bFpUxpHYnFezdc6Pc0IqNK6AotE7uTqikMLAwXIzI6k1ZXKeUl9GKrhRY0H-=
FYuDcZi5KKsPM0yWd6Ed-e5O0jkIN5mSRlPzHKKDKCzKk9_Wb7ARP22nJ1MhZNkWuzjePAnw-QA=
j7ToDIgdcCcid_MMpmiorcjGAv9y7CPw-4TeF6hFOpHo6JRc3xuBxH-BARbruNCffEuinFqQAkI=
g style=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a>=
 pages.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r45jwUZCmoHe1y1VNWb9Ub_hvwJPavo10yJAE=
PzpwxVEukNIQyzKiDwLlf9XK7Qdc5dwCSS1T97fbk0T5g2K_DwSEwhQPKVCDsWjsLBGM4C-WXzC=
RaIlN28IN7tDSG1HR3Bvc9BGXG9nFfM6E target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rXNWYJx4XYLYNDG1dDCCUaW8XWLjugTjcqzzK=
hS2TnTAJZw53TI6nfm6pNYtBBsZ8-9d0CTZcl8oFejLoIeQNAY2oYgx8AU_mRaKXGVycf3JUv8B=
jJ0jIhH94RGQPZsooZh9LpEiKhjg target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o9PaPQm80X5bkq3iM5g9IeVjIDSxX-AhOqVV2=
gdWpygy_Eeiv8FDb56oHRDjA5MTuayOG8kQkDQUy-RhzBwtoIXW9AoFBSVAjoXUDAqKSAYDATlk=
L5nkeG204q5cQBSLaUJZRJupxwJasEkuR6w5ip9sx57gG2HVs target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rXhT_Xkr-tJEVnNpYYBErJ7akN15_ApyUqywX=
dey5UH7QfHp4pLAOoG8e4v_QLQYzbnvq2YZLK1JMR730O8qP5OzvvH88XJ2i5cxl6zzXalB8lWx=
RTAo8s1-9IyOIqrLqbkvDjVN8g4ajAuXNSBw target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qt5hlNIjKde7Sniz0rCrCcrNZm7vINnqUbBWy=
DH-MxnPf770gPsrhXxvdfsgOFPGLWQALDIBRyHqk7dMGzp-CX_jzcTyrdaEgI5pYCF1iVDn4ph7=
yiiTiUTObYCW7Jgrr40JlZGEuab0skzc18EYQ8lQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to support@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5oOxx7WHJH3VX2Ifkjwa9dWdt-BF4KY=
Dc8v8AleWQ-6RePtDzDwmC0BXQ4U8HGs3mxgRLBWeTmAN7pP8yGUTcSEDkQTFSWbnaOapf55t_G=
kmwv750xHyVhMZQrT5ajq17RuplfRcnLWRjzxPbuW5Wa_5XJ61NHKuzROhD0zsPY1f0NQpft469=
-EEj68HYegBTlTC5wFB_v0kpm8swAqhuAzq5cXL7DVrrq5dLFmMXo8gvLRLwIYInS6jzF5LN85f=
AD-u-Gp5Ubl4Ihh-Ww_doS2NLltHXT3m4MAluTsPtyucRn8wut1zDqo_3BKa2p5RPA6MNWZnLVF=
YOGc2RlfAjcNFOwzJ7O64aDqnd-cqYdc-dM?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000a0a463063aeb35b2--
support/cur/1753113356.M443965P2191416.premium320.web-hosting.com,S=53642,W=54799:2,S000064000000150612151007557630020753 0ustar00Return-Path: <3A2N-aBEKAA4A25y63oqs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id WA/jGQxjfmg4cCEAVkXPrw
	(envelope-from <3A2N-aBEKAA4A25y63oqs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 21 Jul 2025 11:55:56 -0400
Return-path: <3A2N-aBEKAA4A25y63oqs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 21 Jul 2025 11:55:56 -0400
Received: from [198.54.122.200] (port=51370 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3A2N-aBEKAA4A25y63oqs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>)
	id 1udsrs-00000009Hhk-19Jc
	for support@24hourwaterdamagerestorationlongisland.com;
	Mon, 21 Jul 2025 11:55:56 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=4iN9Elzo;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3A2N-aBEKAA4A25y63oqs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com designates 209.85.160.199 as permitted sender) smtp.mailfrom=3A2N-aBEKAA4A25y63oqs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bm4kD6MmVzFyVy
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 21 Jul 2025 15:55:48 +0000 (UTC)
Received: by mail-qt1-f199.google.com with SMTP id d75a77b69052e-4ab7fb9c2d3so53581201cf.0
        for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 21 Jul 2025 08:55:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753113348; x=1753718148; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=EcVPPP7x/4WLMsGds3DufovxtHPp8vFvb9qaBBqQYqs=;
        b=4iN9Elzo/U9T1+jeYW4apP6T5WkJYk+lA2YDxetCltim9fk6Yv9DozPzv1rZgmgsGO
         wkduu0uSHkl7balCM/yP93H/Mone26/wNBLoWc5drIP77CwfO3a6mGxnJ7XC7nMBWrdl
         qKhCFPZAGxBibkcCl8mRAIpjcF1YzcqwtGz7gZIqqe2o3cz2VAsHGx0cuKAfDlRupDlB
         oWuLqFArqVqi0XKNemYwdpdv9gXvyz5yGuPea42W33Dlo/UUvDA7v+hKqf6/4PZawzU8
         cHmVuV9t2YaZ4cMkPUvRwkWoHXGo19yz6oCXr6N5p7ECeILI0Plq/6oAeiqnYBaQmBQe
         XyLA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753113348; x=1753718148;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=EcVPPP7x/4WLMsGds3DufovxtHPp8vFvb9qaBBqQYqs=;
        b=ofK/383srbXhs3J9E/DTogizoFw6zQFTCKmCNFhioJ9mErz2q+4MCwT5IRoZzfI1jw
         Hpk9RPZx1XpS8rO7QTiyMayjSfP5qA8YQ62COe3sZBxBJRHAlAIHbl7LjmR1tnCiRBQ/
         ZgJjjBH3gp29pQr9/0lhpXgGongVQppLXwsWXeF3NXEVYFSnsKh3yNGjCSIz9UzPFCda
         S5CzShKLJ0dqSPkD+JwHi8gXqOCXoyEpZ6bZU8dttLe1eJ3vf62MDGjlkiAg0E5zHTBR
         2PZj6gdQhMdXo5KEKpy33OTPDopeTEjh/ZUo89EV5+Amu7XYQayU3colr+2EuxbebH14
         sDnA==
X-Gm-Message-State: AOJu0Yzg2x8IWSWxvcvnoZDn2mzz7Don7okCGH96fEaPXKrPFPpI++rL
	3LuI2YERFXnIBHOLBI2Vi3tR2C3BNJz1QN70aej29T/yn5XeHIunylBHSlEH
X-Google-Smtp-Source: AGHT+IGX4+5Mhyo3cbPmoGfMFdeRI9snMPGcIc7rVcC64TKGnSsLRMDEPD7epvPlW/TgVBSg2vjRgiA=
MIME-Version: 1.0
X-Received: by 2002:ac8:5753:0:b0:4a7:7b5c:90a5 with SMTP id
 d75a77b69052e-4ab93c50799mr360844381cf.7.1753113347943; Mon, 21 Jul 2025
 08:55:47 -0700 (PDT)
Date: Mon, 21 Jul 2025 08:55:47 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140155
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5q0h20xQzGai4UrKE1uxX0nwpi9PTOjfPJLqMBuriM2kMCB2myVnOYuYjhBhF9MYujyhsgmZMgfhCpWwzUJNXuhgi3ylom3zVC-my1BV55QwGU5IIhfFcrz3nwhc4k10XICtviJV1u6llBKjon0s2SDTnpsXie5QbrrfGfhOuAWaYBv0swD0nrwpHkk0-_9CBpGJEtpplNm7L2VlVgKWJoePvUbnVZq775W78Ax2fYU8FQT3mEwSVz3N8lbtuIqSjnM3I9Qee6Be86gO8pO2eQK3B4vYLRR-Hy-DHP0nxEfoU8FBOPisftdjcmAbwWPcfMmiFWzNBQugkPjKZXJIyU062UX3Zt8-RatHo0RSjZYlj7cPgHd?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509425-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 77e7383fac5a0000
X-Notifications-Bounce-Info: AWoTSIE1NHlosAp7zXJ4S2ZmCbqzxUAkzVLmt96uHqmkqAmcpmcEI2IQUUAeLpCyETLtf25B5vrRaUCoEKHNsmYiTPMTdJxBCyATqgWRMM3dqrMilwQqtOYMs_Wwuqayt_iL6s_RwPQgr4rFImLgzR-46eQENKV3VjPNFlKOqjPGkTqOcAzF_XZfj9lcSKV00jzXALSEO9xo-uCHPpYcMt-DuKJYD7wh60n5ehJ6zXfhnGpBnazkZTkkBVW4qJH3mb5uuc3jB_NGuXYtHmlxE-jpqe3l5i_62a_jVe3tZY2pq4CsnMezFV6QtN6uEfbkqzJDeu2ad7I1KzH5CM9W6xSvLbVhMXVhQnbrph09lLgMEntvOMsH_KIOcm7N-2FzAeAq9lfx0iWuUutHhs68Z7vhnaJZXjiujiShEiIjI4NLqeg93pHo2gCBnD6V9gG2nOV999rETt3MK4_nVV8iuQMOO2lzgcaJpCI-GXs2u5dcPKf9NIPRPR0OY5958YFG4SRo38uDuUUv7UwTlDX3A60YTuvxWNoxU7Pie8dwzVQQGBNr0Wi6cYz-zgw-AMEK7657ZlJT4dtCZzg_xAnvbe1GPOWMNVA9hNw7gAK_jjLBx7PJkmJvU0uX_pXBTirpro0uqUt2bNoC_X9NHliWZNcCxOPbHJNHNimcbwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <0089d7134d56b6caff7f006866a12f8c013b9341-20189259-111088885@google.com>
Subject: 3 easy steps to get started with Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000005aed69063a72824d"

--0000000000005aed69063a72824d
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

SGVyZSdzIGhvdyB0byBnZXQgc3RhcnRlZCBxdWlja2x5DQoNCg0KDQotLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQoxDQoNCkFkZCBvciBjcmVhdGUgY29udGVu
dA0KVXBsb2FkIGV4aXN0aW5nIE1pY3Jvc29mdCBPZmZpY2Ugb3IgUERGIGZpbGVzIHRvIEdvb2ds
ZSBEcml2ZSwgb3IgY3JlYXRlICANCnNvbWV0aGluZyBuZXcgaW4gIA0KRG9jczxodHRwczovL2Mu
Z2xlL0FOaWFvNXIwalowOENvOWpYaW92VzVXVGdrSkFfSjZBcmtXTmF6VXZ5UkdlVVVaazdKdE5F
ZTVnZTQweWoxdFZnNENpdTduNDFpRmstWjNseFF4aUp0c3M4T251bUNlcE1VNDJXWHpvNGtGZkhh
aTloZz4sICANClNoZWV0czxodHRwczovL2MuZ2xlL0FOaWFvNXFKcmM3czI5dGEwSmJudk9FSHp0
cWNNWEVjLU9ZOVRLeTZDY3JKWFlnTUdveFdFZHNGRGx5dm43blZWYkNYRGdTRVB6UHNPb25yeVh5
X2VWRmYyeW81VnZYZEN5TTAtbHh2Q2tlX1hUTzd4RTVyNmRnPiwgIA0Kb3IgIA0KU2xpZGVzPGh0
dHBzOi8vYy5nbGUvQU5pYW81cXV6UllzLWxjWkMzeGF1R09PaDd1elFfdzNPeGNqX0p0UV9UOEhJ
eVh1ekhqQ1VPWjM5QnR2TmZhWHJHN05PUkdkQk9hSWY1WVhKR3NsbFBCRy11YV9YSW1QOGRUMlNF
RzRneGdBTjc2bjRQNUtpQTQ+Lg0KDQoNCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0NCg0KMg0KDQpDb2xsYWJvcmF0ZSB3aXRoIHlvdXIgdGVhbQ0KU2hhcmUg
Y29udGVudCB3aXRoIHBlb3BsZSBhdCB3b3JrIGFuZCBhZGQgY29tbWVudHMgb3IgYXNzaWduIGFj
dGlvbiBpdGVtcy4gIA0KV2hlbiB5b3UncmUgcmVhZHksIGludml0ZSBwZW9wbGUgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81cDZjNHVNZ25mWmR1QS10akpUYzh3dDZoMkNYS0JKczhjaExWdlRBRG8y
SkNxYk9LTmFRa082SVpRcjZhTHRNSlpERTFmaWp6TXU5N3B4U1g1NDFYVzFjMlFQNDRad2RfcGcx
aVBTb25fMkd4WE9iT0diVi1NaXFTV050WmhPX0J0OWJOQ2ZPVW5FZXBhcTBGbXNZTjAzQ0VEU0Vl
T2t3Mm43Tm1JdnIyeWl5YTNsRU5qUjhNR18yQU1qSUthY3k1MGJRaUpmZXR4Q2dxUTA4aG5tWmpx
RmpTZXM1RkdtV0lGNjRtbUtySmEzcVNwNHl2Zmt6a2QxSnhSU0M4aFNNdzBfY3BxOEtBczJuYmp1
WjhHVFh1TmNQYkRhM2dCVm85UT50byAgDQpqb2luIHlvdXIgdGVhbSwgYXQgbm8gY29zdC4NCg0K
DQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNCjMNCg0K
U3RheSBvbiB0aGUgc2FtZSBwYWdlDQpTY2hlZHVsZSB2aWRlbyBtZWV0aW5ncyB3aXRoIEdvb2ds
ZSAgDQpNZWV0PGh0dHBzOi8vYy5nbGUvQU5pYW81cW5oQkk5NUxaYWtnNFY3SUtETEt4WFZzMUlk
ZVZDNmxIVFNLN2RmbWNsOTd3ZTlMcUhBVUlwZGw5WjFuUGloQzNhYmx5bDR6bGV0OTk4OXZ1VG1N
OUxBbnlyU19mUTNqVmotaldHWXNPRXI2QkpUVjR0NHFzb05DbXFMTi1YWjJHeTJFY0kwT1FDMGJ6
cHU0VWYwQXlHUG5ZeGdBWkRFRm9qZDVwbVhfUXgtZTFvMW5pdlJLMGRzZEZTd1BOVEp0RDE2LVZs
OUw5ZGE0UzBma3BsT2s5S2FGajg5aWNZTUZQM1R5U09zT01YbVNBaUpPSEJSNTRxLW01cEk5VXZP
bkxEVmM0eUxwTVZSMGQ4alJucGZjLVNQRGM+LCAgDQphbmQgY2hhdCB3aXRoIHBlb3BsZSAxOjEg
b3IgaW4gU3BhY2VzIHdpdGggc2hhcmVkIGZpbGVzIGFuZCB0YXNrcy4NCg0KDQpZb3UgY2FuIGRv
IGFsbCB0aGVzZSBhY3Rpb25zIGZyb20geW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KR28gdG8gdGVh
bSBkYXNoYm9hcmQgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cUtiSzYzMGZxTGQ5aThZZ1dKb3dX
c3ZFRWJNeXdObXdZUTBzOUh1anFlOG1IWVNrR09kcFlFVnY3RnNmd2xobVg1UkxWUW9pelhiaDNF
cE9zZXJGVTdseUFtUmFjZHdlX0VnZkxON0xvNUpJMDlWYm5rZEFaUDc3M3BsbUY0RjdLWndKWGtf
VkNlY2ROOXRCd3ZQVmhCckp0YjNIOUpnSkxuR1diMDBjTnptYlBPdnNsczFKTW1qSW9XaldSZFJw
cTVlNlRzbFRuVndfTExKSTl3dGdfRDl0VC1QVUthdHQ1c3J4SjI3YWd1NVdva21kSGJxVldCZHFw
V3ZBY2F4dHltbklkaFJhNWF4bFhYX1Y5aDM2aXZvVEFSLWE5dDMyNzFrUm5OTGFfbS1JcEhMNlU+
DQoNCkhlcmUgYXJlIGEgZmV3IGNvbW1vbmx5IGFza2VkIHF1ZXN0aW9ucyB0aGF0IHlvdSBtaWdo
dCBmaW5kIGhlbHBmdWwgYXMgeW91ICANCmdldCBzdGFydGVkOg0KDQpXaGF0IGlzIEdvb2dsZSBX
b3Jrc3BhY2UgRXNzZW50aWFscz8NCg0KQnVzaW5lc3MtZ3JhZGUgdmVyc2lvbnMgb2YgYWxsIG9m
IHlvdXIgZmF2b3JpdGUgR29vZ2xlIGNvbGxhYm9yYXRpb24gYXBwcywgIA0KaW5jbHVkaW5nIERy
aXZlLCBEb2NzLCBTaGVldHMsIFNsaWRlcywgTWVldCwgQ2hhdCwgYW5kIG1vcmUg4oCTIGFsbCBp
bmNsdWRlZCAgDQphdCBubyBjaGFyZ2UuDQoNCkNhbiBHb29nbGUgV29ya3NwYWNlIEVzc2VudGlh
bHMgYmUgc2VjdXJlIGVub3VnaCB0byB1c2UgYXQgd29yaz8NCg0KWWVzLCBHb29nbGUgV29ya3Nw
YWNlIEVzc2VudGlhbHMgaXMgYnVpbHQgc3BlY2lmaWNhbGx5IGZvciB1c2Ugd2l0aCB5b3VyICAN
CmN1cnJlbnQgd29yayBlbWFpbCBhZGRyZXNzLiBJdCBpcyBkZXNpZ25lZCB0byBlbnN1cmUgeW91
ciB3b3JrIGNvbnRlbnQgYW5kICANCmluZm9ybWF0aW9uIGlzIHNlY3VyZSBhbmQgcHJpdmF0ZS4N
Cg0KSG93IGNhbiBJIGdldCB0aGUgbW9zdCBvdXQgb2YgbXkgbmV3IGFjY291bnQ/DQoNCldlIHJl
Y29tbWVuZCBzcGVuZGluZyBzb21lIHRpbWUgaW4gdGhlIEdvb2dsZSBXb3Jrc3BhY2UgTGVhcm5p
bmcgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5pYW81bzFIajVMaEJ6ZDVfNkRfaW9mX3lwQTFj
OXhCbDd5SkM3MzR0Ni13cFNMc2tEQUhMbmd0TnY3MGNJUFdydGdhZ3dEcjRuTHJ0bV8xYk1zcXdk
WFJ6T0JDYXlNV3lkU0RUZUZHcnNJbGc0U1plRDB6d19EZ0FIMF9wck5QYnNpWnNweWEyS3hpOXU0
SF92TEpWMjE1bVFMdTdYcE9DeE9yQlZwdEZ6RENzN1FfR1huT3lFRlNXNml6QWg0N2lacmRvRWo3
N1ZOelVYQVl6dWQ5d093MmpZem42TkpWQndVbm5yWXFuTDJlcm9ZbVZpeTRxV3BtdnJ2R2RyeHls
T3VGVkhQNVc4R1lnZVJLeFcyLTc5YzdpMlNjR0E0ZTR2bnpXOXFYellwd3h4VGpfZEhtZXAzZUV6
eGhpTzYyWFlNQkdVPi4NCg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXJzWUVGX1lSbnRKekRFdHVqNVkxTjNOUVNkRE83aWFZOHphaHlILTBEREtXZTdmRF9XQWgyRG5j
OFlDT291NmppRlczY0p5QnhzeGlldWNHMHU3dVpSeG1ja0dxa2RMZER5dnBwcDltVWxoRlBxU2Zn
Vnd3alJGaFlnblc1SWhTdnJQckc1NDZwYjNrcTU+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNXFoWjZ3VkJueTJuQ1IwUGxNYS1UYVlBVC1GOWpHZ2ZVRnVnZEx6TmxLU2l1aUk1VDlu
dFZZeGNNOU1jU1R0Wm9kcUFzY0hPYnhGaUtWMzZvSVJvU2diWlVxMzZiNi1zX2RyWmR0RVkza3U4
Qy0yWEdhenA4WVVXT2Y2S3FoNzZwZ0Y4TWY4ZTlrPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5n
bGUvQU5pYW81cXhMYW9qSGRpV2lmZkdpY0t6VlpXMFpjekpYeFpNLWRuRm00Q3JjRldkYUNQS29D
QkVXNWZjNFF2aFlScXgyU3JpYXpVLXRGbDJMM1Z6SVI2NW44Sm9fZzFRcV9NTzJKbWlWRkxPcEF6
aUdlaFRpMUVBSXNNbS1IRXBJU1RBZWFfVEpaX1lwU01VOXVoMjZrX0xzenZuaDBmbWdfdlA+DQpG
YWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVycnNGSVhvUnRxaktIaUNJRnk3UlpIQUVz
bWxPYzAyc3RDSW9vVlJ6bTk5QkhDQ3pObm5ZZGEwQ0g2bU8tVExjbWFmZ3kzczY1eTFYVHhnb2gt
VU9vTDJVUTlqN3M1d05zaWtJalNKX1BlaC1YYktQUzdCcTF4NEMxdng3bDRoUS00bnJ4RkFJR3ly
SXp3dk44Pg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW84SkQtbEYyQUF4amo0
SkJEQkpCVkFMRGRMdEwxZFRhWGtBQ1RxdUdMb0N6a1ZZWUtQeGJJRUlCaUY2bVlRQXhYNmNNMndp
NHRGNENvY08zQ1Z1bWdXWGNXVG9VazlPc0NrZXJmMmFFM2dEVkJxbzVRT1drRkVLbzlXZWtqWERF
ZkQtU3BEWVJ2QWs0eVZlaU0yaElBPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJr
d2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBzdXBw
b3J0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNl
IHlvdSBzaWduZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBz
IGFib3V0ICANCkdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJl
cyBoaWdobGlnaHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5
IHlvdXIgb3JnYW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2gg
ZW1haWxzIGluIHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczov
L215YWNjb3VudC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3Jp
YmUvZ3QvQU5pYW81cjBHMWk5dGpqSmprVGozak93RWJlcWF1NjNkcDdHVFNkNmVidVNqRVZ6VXlN
YlRiTkFIalpKOHV4elYwQ2t5cFhtWi1SYk5yMkdDVS04Tk9GWERJejJwYkMtZFFwbnNFSXdtUnZK
b3llaFd0dE9SeklsbGdrNGMxOXdCMlVlRGdqSk02SU1UalhtS3dtWWxzVGJtRFVwTUs3SnZmV21u
Q0p3b3l3bWlWLXBjUGdWcXoxOGVwVkhvOHFPOFc1bzR2WTl1NXN5dFN0T3RDV3Q1T1VWYUliUDhp
bEl3V3R6QWVUM3lSTXd0MklabEpFYVYwOEVtRDlYb0FlUGwzQ0s4QnMwTWdnMEN4ZTBpTFRLNVk4
UXBUZGFmYmRJYTM0TnppcWNzbUhvVGFzWkFpQkM4TTAwak12Q2p5SnM1Z3VDT3hGbHpQMjJmUVFo
M0dubV9xZk9fcndhcVF5S0gzNWY4dFBHMk8wcnFzelVPZE1JeEE/dXRtX3NvdXJjZT1nbSZ1dG1f
bWVkaXVtPWVtYWlsJmF1dG89dHJ1ZT4uDQoNCg==
--0000000000005aed69063a72824d
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Get started with your account</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Here's=
 how to get started quickly. Add or create content.&nbsp; &zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:24px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here's how t=
o get started quickly
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:13px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->1
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Add or creat=
e content
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Upload exist=
ing Microsoft Office or PDF files to <span style=3D"white-space: nowrap !im=
portant; direction:ltr;">Google Drive,</span> or create something new in <a=
 href=3Dhttps://c.gle/ANiao5quOkt1r_gmZe6VqW7eGmp-ZdkP-cXg4D6rhR-XrUhBp22Z6=
H_AvJXtHNG_OcNa5VAJATsMGa_nefagg9nvCCKAceXLsiqNJiRxMWsmO1ocbEiC style=3Dtex=
t-decoration:none;color:#166FE3; target=3D_blank>Docs</a>, <a href=3Dhttps:=
//c.gle/ANiao5ov4feRAdy3XmqGwHkRv0WrNwypfrq1FbfT86lYSgaRoKxaB6ZYYANiG0vc-jW=
0H3zDBwwOlWvVZd2yqt7EWKs3x_nEZ5Z0wdJ6cUxsH0rL9P3wibTmcw style=3Dtext-decora=
tion:none;color:#166FE3; target=3D_blank>Sheets</a>, or <a href=3Dhttps://c=
.gle/ANiao5oQtwp2HoKB2akY81RrlKA5iQQ37bMcdbQ2K7KE2OgbxMMzJlh6UwEOVdkOOv8pU3=
SAkFxAIstJaHRmfXqEDCmrBxccvP_Fr0AOejH5RExiVKww4S81Jw style=3Dtext-decoratio=
n:none;color:#166FE3; target=3D_blank>Slides</a>.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D14 style=3D"height:14px; line-height:14px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:32px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->2
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate =
with your team
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Share conten=
t with people at work and add comments or assign action items. When you're =
ready, <a href=3Dhttps://c.gle/ANiao5oz8Nl-2Sf-wcOqXZbCM0gZezwqqiB8nda8Uozw=
jT_syzBBe90tfMxmVWCZhtJmwFwte7m0_xdv8yqOnr8Pi8KRrO_lJWQK5LEmmZpcQvDG9Hsrepj=
51n22A7yaHuu1dKe2Nfi8UoG3eclSGTNMBchLUX4yvEITV0BiXVCH90wcY1M8eBEfZlVb32MmCM=
1Ge_IxCjUNagVpoD3pwIVsziwykFQAn-rgX6Ysxj90gQbnjJSDMiVgHzbZfIYYwF5EFG1snGTTD=
umkG4Aw68AijiNkJIFCqCqaBihcMA style=3Dtext-decoration:none;color:#166FE3; t=
arget=3D_blank>invite people </a>to join your team, at no cost.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D12 style=3D"height:12px; line-height:12px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->3
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Stay on the =
same page
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Schedule vid=
eo meetings with <a href=3Dhttps://c.gle/ANiao5rI9BcvFjoErcDPDZZh2VLasv6mBa=
xXQ94S_QWTlk8vhss-PXu8jSDznihH1sc3J5aj85_Xfe5IJMF_sqJ2mNqbqcKxpyhyORmHklLCS=
KPZzn0u5Kbbst9UcHC-lg8L-eELmQW3faUpLMXmM_-qsLVhRXPAwDO8-i1-KBQp8INjVRa5TyLW=
2QjJm41IF4kykS9WsNb41npTGE_3xwzUlvWmGLGhJMmVhGX-8XD2d5SPY1y6alyCRh0VPrgBlCg=
YrZ6qaqqKTj1CtSaPO_mHDu85tDArEQ style=3Dtext-decoration:none;color:#166FE3;=
 target=3D_blank>Google Meet</a>, and chat with people <span style=3D"white=
-space: nowrap !important; direction:ltr;">1:1</span> or in Spaces with sha=
red files and tasks.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
 </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:40px; paddin=
g-bottom:16px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can do a=
ll these actions from your team dashboard.
    </td>
  </tr>
  </table>
      =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5opuprhvVcrS_oeB31f73Dd23fGwTTucFcSFJoLuqWSixJ-8phC8fkd_h=
7HVFl8ScJSEByYiK0vDP0gTncelparjCFNFrLuQ5kxznC0TOAAAcQa7_kHxbc7vGl2aFcwCuGWE=
i6ORmwJFPAeG9O96kibq7PtGiRYJiV9wknXEzxMmZd_BYhiwP1W893aWIvs1nxM--sZX6Jj-k_s=
zrPn61_Fb8Ni0mu7KrNRTHD4qnxgZbnDYy4Glc2CSnzzId_ILMCwrmsQdEM6pXKFRa7mX4HIH5g=
fqjIQb7D-_onyeeOWfiIErjdN-A" style=3D"height:50px;v-text-anchor:middle;widt=
h:210px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"=
#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Go to team dashboard</center=
>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5opuprhvVcrS_oeB31f73Dd23fGwTTucFcSFJoLuqWSixJ-8phC8f=
kd_h7HVFl8ScJSEByYiK0vDP0gTncelparjCFNFrLuQ5kxznC0TOAAAcQa7_kHxbc7vGl2aFcwC=
uGWEi6ORmwJFPAeG9O96kibq7PtGiRYJiV9wknXEzxMmZd_BYhiwP1W893aWIvs1nxM--sZX6Jj=
-k_szrPn61_Fb8Ni0mu7KrNRTHD4qnxgZbnDYy4Glc2CSnzzId_ILMCwrmsQdEM6pXKFRa7mX4H=
IH5gfqjIQb7D-_onyeeOWfiIErjdN-A style=3D"background:#1A73E8;border-radius:4=
px;color:#ffffff;display:inline-block;font-family:'Google Sans', 'Roboto', =
Arial, sans-serif;font-size:14px;font-weight:bold;line-height:21px;text-ali=
gn:center;text-decoration:none;width:200px;-webkit-text-size-adjust:none;ms=
o-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" target=3D_blank>Go =
to team dashboard</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:18px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:27px; padding-top:56px; paddin=
g-bottom:24px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew commonly asked questions that you might find helpful as you get started:
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; font=
-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->What is <spa=
n style=3D"white-space: nowrap !important; direction:ltr;">Google Workspace=
</span> Essentials?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Business-gra=
de versions of all of your favorite Google collaboration apps, including Dr=
ive, Docs, Sheets, Slides, Meet, Chat, and <span style=3D"white-space: nowr=
ap !important; direction:ltr;">more =E2=80=93</span> all included at no cha=
rge.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Can <span st=
yle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</sp=
an> Essentials be secure enough to use at work?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Yes, <span s=
tyle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</s=
pan> Essentials is built specifically for use with your current work email =
address. It is designed to ensure your work content and information is secu=
re and private.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->How can I ge=
t the most out of my new account?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:40px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->We recommend=
 spending some time in the <!--[if mso]><br /><![endif]--><span style=3Dwhi=
te-space:nowrap;><a href=3Dhttps://c.gle/ANiao5r4ezb-0HJU0ByDa4q5kvKChHXYxi=
23ohIby1142EGhEDng1P6EtLBlq7Jln240n3AqJoz3T0WXh0-7okmCn5C3_IgwNt5878iPUCoRo=
gDZcj8CxqSYNw1tWU9pwQ7mMmZzu6_hO1VqNdu6Bki4DQqWpL1QltXG7Rc5bqxLfthijZwPz93K=
lhREHOmFDgVigo8GGIGINjb0Uj1wLiD91GrF1oUOpNZgQuVt86Z8Gy32nyRQ5KnpiwlhvCUdHIT=
Ua0rJVFXJ3uzviOPMBmMFiOkXfRZGoL3cSoDIh2IBjLr0m0YSJFT4v5B5ZSOdJ1YE8mgYwQ sty=
le=3Dtext-decoration:none;color:#1A73E8; target=3D_blank><span style=3D"whi=
te-space: nowrap !important; direction:ltr;">Google Workspace</span> Learni=
ng Center</a>.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pSzfakGmAvK-8_EF7v7Zro3zvgpnioZGYTVhn=
8zAWgNwpykxb525h-SJ1AbD8fa3QCzxX5Hnof-YnC8-6s6U4Xy4juMLaeZDfSVWtKi6NRfsB4qF=
ZZ_es0--rcbkZE1n7Rtfx8VwvkhX0sTHA target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r5GRoNs0NfbzP9XkbPsfy9BKCWOrWdJUX-inL=
oBjScJi0QZ7RCNRkVilwtuEWml-BK00aMywqtRl2g77hNBILFcrJpHacTdxDfjBlM3sV-YBp32K=
_hMYaTTRdZzTuZ-BbIki11acQqeg target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oa5D_bz0thJkGM-gk-NK5Xi3m27V__ldw6ers=
cnkErVN_b2WJxIV3lhIv1qUxXEIpTf3Bkf1ZfZoWpiY5seHUlPUKU7FBb3olDz1IHFMAsoHLf99=
mfp3YYOJcnOf1srLil1zbOPGJl4KfexWlN-Qfwd_DtTKaLgxQ target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oL48AFAbuPqiCpTK-vHKV1fZ-bdVWn1JO02K8=
U8DtrBZ91aqkRvUVN82eq4CpJNjBNp6_OgbVa1BdnKzMErP7lZrMJ8WN9iNtapTivGjqC6hMUlu=
HBGY4Kjo3D9p6QxWG_Pi98krxLWcBDbdkBBw target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5obvOyPSLXmq4IGqyvlJQoUST-bV7SMSyKYc0k=
S2CWerSLJDw-M2djjZ85tqBLTT4SiJTHwB3npIsGWzQZ2ixGvLsljOMxxWLy2mruoTlqVWNDYBs=
ype4jAKGRq-SggtN7euo9JaaOob-p9j0POCfKszA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to support@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5q0h20xQzGai4UrKE1uxX0nwpi9PTOj=
fPJLqMBuriM2kMCB2myVnOYuYjhBhF9MYujyhsgmZMgfhCpWwzUJNXuhgi3ylom3zVC-my1BV55=
QwGU5IIhfFcrz3nwhc4k10XICtviJV1u6llBKjon0s2SDTnpsXie5QbrrfGfhOuAWaYBv0swD0n=
rwpHkk0-_9CBpGJEtpplNm7L2VlVgKWJoePvUbnVZq775W78Ax2fYU8FQT3mEwSVz3N8lbtuIqS=
jnM3I9Qee6Be86gO8pO2eQK3B4vYLRR-Hy-DHP0nxEfoU8FBOPisftdjcmAbwWPcfMmiFWzNBQu=
gkPjKZXJIyU062UX3Zt8-RatHo0RSjZYlj7cPgHd?utm_source=3Dgm&utm_medium=3Demail=
&auto=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none=
;">unsubscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000005aed69063a72824d--
support/cur/1756118010.M896572P3843853.premium320.web-hosting.com,S=33192,W=34039:2,S000064000000100650151007557630020742 0ustar00Return-Path: <3-TusaBcKAG4NgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KKtMNfo7rGgNpzoAVkXPrw
	(envelope-from <3-TusaBcKAG4NgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:33:30 -0400
Return-path: <3-TusaBcKAG4NgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:33:30 -0400
Received: from [198.54.122.200] (port=36498 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3-TusaBcKAG4NgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>)
	id 1uqUW2-0000000GInW-34XG
	for support@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:33:30 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=oOTW1buo;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3-TusaBcKAG4NgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com designates 209.85.214.199 as permitted sender) smtp.mailfrom=3-TusaBcKAG4NgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com
Received: from mail-pl1-f199.google.com (mail-pl1-f199.google.com [209.85.214.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9RwB1pxyz17q8
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:33:30 +0000 (UTC)
Received: by mail-pl1-f199.google.com with SMTP id d9443c01a7336-246a8d8a091so30345785ad.2
        for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:33:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756118009; x=1756722809; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=B267KTEeGrACYQZsK7nTerLiS0JHQ7jZjUyZbUTmyck=;
        b=oOTW1buomle9GMh1k29rce7FN96YYWp0JBDC7xVJBQIqe79181Z1R95+EXg9qfEd4s
         s3jdBxNYiPKOZS17SkBWIe67pFzm/prXI1Iz9D+dAc7YKN3Yoy9NkfJKQEOtd/9/OzCa
         HyINVoor8YiEs20tmjDzXkrEXh4g6Tb92QHKzWN9arF7qzZoM28S5GBPMMN0xwktSa3l
         zxVXNNzp5uBFlfzmYh2JGZ8+5AnVuBcYUz9kfveZLPmKKLMxhFbTXgYgtylFHwubB2UQ
         Uv/1TqVaBJUC74Tib/5ujCS0bLbF25XJkhC9DlaD5k7CFzMoLn7hHN3zYxg47kJxhKQx
         Vo+A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756118009; x=1756722809;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=B267KTEeGrACYQZsK7nTerLiS0JHQ7jZjUyZbUTmyck=;
        b=jQKVPc7dmzS2d2zOw3gtpuaclwQQplKuCHee7TXzxNNWkiHcFciP+F0/rF7f0CERDf
         DZ67uf3GUGL2MJNLjQ2gXNb625ilkgkvT543rl96OdFgEr8Ycy78QSK1zjqzOZ5pOqEg
         qY2Sd6hps94MoffsDjiP7o7Sqf6rJUzkQ8fZsTzFguZA5GnAVjYU+bGwavp0VBKOdy19
         qqTcqzIO2IpAAWEDvfyaYDW2tEVsZrDRLbLsAk41oPAnDd7CwZwSppxOk7yEuaECNiYm
         bdw3XCOf9ntBwTJWEs8v2WX4UX3WKcx2fkzXaKCW3PIApfI+YoGMgDa0UrYruPkQ5YZY
         XUZw==
X-Gm-Message-State: AOJu0YzOsQmARR6Xv5L2a9AZjTG8yyCHOE/p48VzUbzekJYswJKqaydz
	w++fFQafgkGhcpxDW2+y624BYqMCNTUinlRs3yZRl7k2ZG3RDCw=
X-Google-Smtp-Source: AGHT+IHRyRFlJwA3AFfeY8ta9I4My2mrwh9yM8uDXEy0HRLwNl2KFX/B6JUdidLf604SqxRTl8s5QO4=
MIME-Version: 1.0
X-Received: by 2002:a17:902:f707:b0:246:2733:940d with SMTP id
 d9443c01a7336-2462ee542abmr155241515ad.15.1756118009837; Mon, 25 Aug 2025
 03:33:29 -0700 (PDT)
Date: Mon, 25 Aug 2025 03:33:29 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 54afdeeb0b3a0000
X-Notifications-Bounce-Info: AWoTSIE_53Ms--q_rNzkYtivI6hFqbXj2_Woc9ixHkFCOdE1LiAzmZ_2q1XYnWIdXA2zlh6d0zRmbhEXDAgUQUdANbjvR5mss5o9UP8jTAREY7Z_8MddZVS9muKbqw-vBWzBrD-gzuNmvPMP1y2pH7qyrBW5x9u1sSztTswcpQLH8rrpgr0k-abHLkMJr_eiu669XxrPwmXpcidC_f2qcq0ux62bQyfuCj-vqPsnIuotciz8eiNUMojpt7euodsslS2Shbo2MwavdpuMrmmxGoc2dgLombCOWw-d30lxkVopGWsw2fyHhzwTRWIjFP9ivoLHlNzhX-Pp3i5xs4IYyr7qpX2F-t4KPJDaqLEgbgNmEX0IoJPhLY2uT6A-VzTHpa7muk_tuEFvG1IA4HFyGrLsvm-SOwecpADWoETPSwzyOj0moNesssiM8HVUr-oDGaevczGVv12kyekGu1rjoMCmiiKMOihDStrsUAgzGyrjKeNo-PQpxbY2V5TMS2RUMZG35WGTGnTVOcmQgWaZC3Ysn1Ic4diwQ0oBMQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <3c0b916f10626ebb7ecffc0f8b3a68db422e058a-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000028fa3b063d2e16e4"

--00000000000028fa3b063d2e16e4
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo0NjcyMw0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzU0ODEwMzg5NDkz
NjEyNTE5MDUvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTQ2NzIzJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cDRpeVNRaURFZDJNS3hFUldUYWhtZVlDVE5XUjVRWTNON25pcVRlLWJa
eGZGV1YxRHhWemVDU3luNWxhZEZNcjBJLWZwd292bWNRN1ZyWHVOT29Ub0syanVSTkJqQ1RneHkt
NkRfSUFhWmtPMDVIZjVWM1FNbnBxN0loc00+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvSUZBaHdjTnh1
YldVSGR5bG56RHQzT1Z2MDNQRFpGZFhOaDFDM0xYRFhlQ2g5UFVFenlScC05bXJKN09kSWVTTW9T
b3hYcWNPZDhpSWx1RzRiRm43Tl9ZVUpGcmN0ZzFkbWZFTXFzTFhlckxESlBPeWxHelBsVVE1X2ZB
RGNQS2RMbERScEdVem1aN2t6dHBmSEpOeU9nVTQ+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgc3VwcG9y
dEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi81NDgxMDM4OTQ5MzYxMjUxOTA1L3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj00NjcyMyZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXJa
czY5ek5zRlhRQkR4V3BmTTA0eGMwYkRRYUhnTXdvS0pTYmo5ZkNfNzkzdTQ4U01yeTBBaTVnRmVl
S1dPREFzdXY3TE9sNF9QWnczMlJXUXhuN3duSFpNLXVRbDBINVJ2VENzbnYwaENQTmI3QWZDZUg2
ZjZtYTJFckYydllQaz4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81cjZ3TjhGNFF1bWhpdGoxejIxRllVeXJNV3Y0OFVPSUxvUk4yZzczZDdOM0Q4QmliNm16
NUV6d0dfSUNiQVJ5bDlGOTd6YXVPejhCUWc1cUZNNWpRMFNwQlktM0VsZHFXMi1fVnRyWngwUHJw
c1hwVjJTTkJHa0JGVmdSQmNRTnRLSXBYSUViRjhScllxaGEtWEdaRnVON05rUGNfWk5hOUJENGVI
aDY3bz4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxb3EtRnJDdjA5LVl0anFCR2lHR1RzZ3JxT2xKRDBT
M0c0Z0JLcnRnZmJPWTBxV0ZkN2EyVTVKamI2S29SbEhaTi1EME11NkhwZzlCNS1MRTczM3I5UlR0
Y0dJODlzRjMwUlg2X3h0eERQaExVcURTcVRuUHpqYkg2UG9sTkNVUWtWOVh3Pg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--00000000000028fa3b063d2e16e4
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/54810389493612519=
05/profile/verify?hl=3Den&amp;pin=3D46723&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5p_4iYYY45C9fpZQCUctCZU1EgXZeoVJT38zc1CBF7bk-3T2duUPdIxj5jKZlVai0STZyqz=
vwcRfYuYQC-3Ms3LR-xzrm14JPNq89YhmKYQiyPi2VEGgQo>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">46723</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5481038949361251905/profile/verify?=
hl=3Den&amp;pin=3D46723&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q7TMRRu-FaWTU=
t5OqmFviZNb_aiuir-epk7JOSo0LZ8CEBGvcXUK2Iu5RJ2xVprQAUiynmKdwgeowLc2f2mXwh1j=
uAs4lxQUIp1KWmZ3eGp2NPEgdDri1GDMtt0ssWqw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5481038949361251905/profile/verify?=
hl=3Den&amp;pin=3D46723&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q7TMRRu-FaWTU=
t5OqmFviZNb_aiuir-epk7JOSo0LZ8CEBGvcXUK2Iu5RJ2xVprQAUiynmKdwgeowLc2f2mXwh1j=
uAs4lxQUIp1KWmZ3eGp2NPEgdDri1GDMtt0ssWqw target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5481038949361251905/profile/verify?=
hl=3Den&amp;pin=3D46723&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q7TMRRu-FaWTU=
t5OqmFviZNb_aiuir-epk7JOSo0LZ8CEBGvcXUK2Iu5RJ2xVprQAUiynmKdwgeowLc2f2mXwh1j=
uAs4lxQUIp1KWmZ3eGp2NPEgdDri1GDMtt0ssWqw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5r_JLOeaeE7tRCiqc=
JhnKuBphJPnwsdNctjl6ypymIbldFBBBubqupGmrSZJPB2ZkrRCcGJItsTOoQzYpV_5-OG5S_F1=
xnLcIokRB0ABx5g18Np4iJM3irp6BgWIjilgpdeZ94glig8WV9h7_Ce_nVsyBAFTg style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">support@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5481038949361251905/profile/verify?=
hl=3Den&amp;pin=3D46723&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5omsflb8Ofm5j1=
T-vQkxxCA2xyij8Lhxkkg-lfolKLOq2n_z2HUdfCjeD6eRoxNMWs5bcGydNV6HSn8PDK4xJxe31=
7xS84or5a0tXsCW4CEMQw_FHkI-O9NucqMUVGhPADYeg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5481038949361251905/profile/verify?=
hl=3Den&amp;pin=3D46723&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5omsflb8Ofm5j1=
T-vQkxxCA2xyij8Lhxkkg-lfolKLOq2n_z2HUdfCjeD6eRoxNMWs5bcGydNV6HSn8PDK4xJxe31=
7xS84or5a0tXsCW4CEMQw_FHkI-O9NucqMUVGhPADYeg target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5481038949361251905/profile/verify?=
hl=3Den&amp;pin=3D46723&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5omsflb8Ofm5j1=
T-vQkxxCA2xyij8Lhxkkg-lfolKLOq2n_z2HUdfCjeD6eRoxNMWs5bcGydNV6HSn8PDK4xJxe31=
7xS84or5a0tXsCW4CEMQw_FHkI-O9NucqMUVGhPADYeg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5oMTZ7bdqQGYtPBkm1Xi3HuNpb_dNY9Lj1XDUigirAuhnjTAdE6DO2n4r_-q6FS1nogBpV=
zLzRycZ_mO4gNI-izR3gctAwPwYOOLLbDyuFMo4HH_cFGyHKZFgu_cZAG0fYwGlw5oiINIDZQVg=
573Gm4Q05fku96A9ZIi_BhqA4IoQ style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5oRs0vmkqNrMMH1KQLv4mjNb2DxueMVU61YmqkWhxWCBXDeT-K5R6mpjgDIvbXLjYPHXu8uJHj=
fq_CnAgg9gL-gySF35OlS5MBcJ-yw8lFAac6gXXg_k7wqPiRjzPoOjGJepOidsw style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5q-_gjXVPtKFqpmKUSfJ_uqMh2MK24TYebORcAxNtaZ2mxxlok7kZBbVdtzT-7joX=
gRw2-DqkCMR23URFuC3uE4qF1KuxAGON_138BLbDW18Vfls6_JoQy-3uVb98xvVGun_w.gif></=
body>
</html>
--00000000000028fa3b063d2e16e4--
support/cur/1753785350.M162266P3990312.premium320.web-hosting.com,S=22430,W=23097:2,S000064000000053636151007557630020741 0ustar00Return-Path: <3_aOIaBcKALITmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id UMscCQakiGgo4zwAVkXPrw
	(envelope-from <3_aOIaBcKALITmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 06:35:50 -0400
Return-path: <3_aOIaBcKALITmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 29 Jul 2025 06:35:50 -0400
Received: from [198.54.122.200] (port=41797 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3_aOIaBcKALITmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>)
	id 1ughgU-0000000Glg0-0XQ3
	for support@24hourwaterdamagerestorationlongisland.com;
	Tue, 29 Jul 2025 06:35:49 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=ufVKhU5y;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3_aOIaBcKALITmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com designates 209.85.160.200 as permitted sender) smtp.mailfrom=3_aOIaBcKALITmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com
Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4brsFB2bYVz17s6
	for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 10:35:42 +0000 (UTC)
Received: by mail-qt1-f200.google.com with SMTP id d75a77b69052e-4ab401e333bso17468711cf.1
        for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 03:35:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753785341; x=1754390141; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=rX7oc5TeVHeW2pzk+XEjeVFJx9lhWERL03aiBrS+LFA=;
        b=ufVKhU5yee/Jwl17hgG0gCo4Xf+YFKrsT2hBlS8w5aMiiw0FEsTnwy3x+/fwU8XmNK
         z2ZLqLMsEPCbxlw63K7P3SjLlyoKrOPP789ZdTn1Rz3gER6rEOKYFtxn++7Y3L+GdXEW
         iFSLoBNda1Sl/uPxpt22L/H9FBDy4OKElB+Gm8pdJDjUxuE6Rba9P5eB8pfqHaNTFtRO
         tFO7cOnsSM1sml8K0jIg9Bpjivf0zG1YDTGkQMQYSkQqN0DybTtrT7uft8sjlXhnenkb
         9nLd4zojppMHcRU3hKsiBoKiYw3744VhsvI5REjZRoM+aHtyhPSxD61IhsAPR8zSMonw
         OSww==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753785341; x=1754390141;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=rX7oc5TeVHeW2pzk+XEjeVFJx9lhWERL03aiBrS+LFA=;
        b=Kchksw3TxywqIo+BCO+EihCvJJC7RO2LKqHq6F7PeHWUpzwObSeMcnU231Xq+Cq/Cd
         8tZjMTUGQHwlCtqX71qLQZEQs5XFyWcNxCe2QjTSQOyX88nti2AJcsEpb5OH+2TC4lqx
         vC23BOeHZbCV7eKs4uQMiBD47bQZgIaezijjd+0IPmsCNFIm6OPvv9Se6pDQXcsVu2bs
         /NZTo4Sglp5WMSRtIYEQwJ+3ztHH4WCXAGXP8xqDEo/sTKDBOT6mA+zQ72NmmOhhn867
         GjeRvpjpmeCoajctYhXDGZBwBDtdSs9JAPXFoXjRYKAQGERtiGqWzHj/DwNLDJYVgZ6y
         T3wQ==
X-Gm-Message-State: AOJu0Yy++l25Fs83hIwg0XSESctgeBMXACzcfOYa8ghrxtdYLVnIMO/Y
	3mUwIb4Dm91j9SHxiQieQgWmWLVuJCyNtBRXITqQt3u0etEAQpZsr2/fvLxc
X-Google-Smtp-Source: AGHT+IFNdkPmWOeE9zmxBiFtEMoo45TluQbyx31rfeefxwgaB3PXqNvzWVwhIi+BlhAHqbeJJwpr9YU=
MIME-Version: 1.0
X-Received: by 2002:ac8:7e8c:0:b0:4ab:6dec:62ef with SMTP id
 d75a77b69052e-4aecc828398mr46241801cf.11.1753785341811; Tue, 29 Jul 2025
 03:35:41 -0700 (PDT)
Date: Tue, 29 Jul 2025 03:35:41 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 661280e7ef6a0000
X-Notifications-Bounce-Info: AWoTSIFlDf8sq7oeVxOzTakWOq_HsCKuhe2hbBEC4bivJGWYbGMYGC_zlC3JOqNPdWlLaYD2kQWzMRAi-djn5RppWMvyzQ9TnP8H1ILUASpyXClAGnrhbwhunx1yy70zNSW3nBtqy7uUSswgbRbtD7UJjCyx_weoZcBrjK8wiDIQrvhU5ynMATC5x9XTbtsJOM0KvmXIBZi8WrinBV923VTPIjE8n65c7neQicwtfJCRW6O0rO_4C2kiGLu2dOwm_CgtuSdO2NcNY4apZEqiB4Ad1mcEO-tyqc6Ws8VK9AZYKq7KeH5Bw62NyAdUbI9Qxjn_1kvTfw9uFRWv-opo-o83AFv3OOJX2eBMPoPpEIXH9QeNtw68X2Eev1vfW6YKimpvdsBUGYQ0fPTSEXzQtdYqnZqEK8LwxKJzUGJ43nHCGUooeVpRTIIXc6w75DCFjnyedD3n5L5fDHE2zxPTZ9d7cCi1zBONJHkbD_hS6Dy6io_uZf2Ab5MabnEDj0ny-Q1o4eUq36O4wStINlxhOyNMIwyuKRWIh0eNjeJn-jbQ02LTkWQX7_BYwNbIDSyxe3UNhPVBWiVA-YEMzo7wll81ckSz1aJq9eIO2T6xiBeeHKXhzP4j8ifUmq3NZYP6WxoNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <ecefc62299be46a369d3ed4436c4314d671b8d9a-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000004f9d7a063b0ef820"

--0000000000004f9d7a063b0ef820
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCjI0IGhvdXIgV2F0ZXIgRGFtYWdlIFJl
c3RvcmF0aW9uIExvbmcgIA0KSXNsYW5kPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEx
NzgzOTI3MTAzOTI2OTU4NTkwL3Byb2ZpbGU/dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlh
bzVwSFZNUWl2dHotWWhjdExPN3dxeUIwVnkzYm1zWFhYdWxYM1h1a0tfU2o3U2ZJQnFneXNLa1po
emJRektyUGM5TE9Ed0dNZ1h2RXlORXZhTHJwdXBkS3NWX2YwaUdSenNEd3JIX2VJQUFzTEV4ekUt
c2NFbWpBTVhBPiwgIA0KeW91ciBhcHBlYWwgaGFzIG5vdCBiZWVuIGFwcHJvdmVkDQoNCllvdXIg
cmVjZW50IGFwcGVhbCBmb3IgYSByZXN0cmljdGVkIGxpc3RpbmcgaGFzIG5vdCBiZWVuIGFwcHJv
dmVkLg0KDQpDb250ZW50IHRoYXQgdmlvbGF0ZXMgb3VyIHBvbGljaWVzIG9uIGRlY2VwdGl2ZSBj
b250ZW50IGFuZCBiZWhhdmlvciBpc24ndCAgDQphbGxvd2VkLiBEZWNlcHRpdmUgY29udGVudCBp
bnRlbnRpb25hbGx5IG1pc2xlYWRzIG9yIGRlY2VpdmVzIG90aGVycy4NCg0KU2VlIHJlc3RyaWN0
aW9uIHBvbGljeSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvYS1xTDVCeDZ1T2RwcUxFRDNyV0t6
Nmd4cHZIZWtQZ1ZEWFBJNHJzaEpycVkxSTM4b0IwdlU5MW5pS0NNRGlyUUxZQkstQ3VQR3dFZC1G
S0pxb3V1YWNBczlqcDJSclJwNDZjaFBQcm1ZNktZVlNoQ01qWk1WNnVib012Ri1lX2RoYWlOTmVo
aDZGVGdRZEZFaWtOX1loMHNjVlYzRllEdjhsMEg0RWlwcVo2U0ttOWs+DQoNCllvdSBjYW4gc2Vl
IHRoZSBzdGF0dXMgb2YgeW91ciBhcHBlYWxzICANCmhlcmU8aHR0cHM6Ly9jLmdsZS9BTmlhbzVw
Y1FhS0ZzUm9xU0xqYzFDVVYxQ2x4QlBXRGVkRHVwLTFrUFhCMEdsd3BBeERwOVdEYWRJTURzLUhX
S0Q3aUk5ZFd2YXdDeVFTTlpIeWY4M1BaY3kwSnBoWkNoUWwxcTRlbEZZcThJZFhISG5QMExNUmN2
N1VpQ09HMzNEUWstRmhjQlhFRV9Sa1IxdWtNbHRYc2tQQjhiVFFOVS0tbU9NYkdRR05reEFhOU1C
SjUycGhhUFozSnRNcUZvWjAxNGRBOXFsOG5MVDlJWUlaek0ySXVzM2lvNFRSNk1ZM2E0RXl0dUtR
NVJ3Pg0KDQoNClJvdXRpbmcgSUQ6IERQTkINCg0KDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMNCjE2
MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdv
b2dsZS5jb20gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81b2Rqb0k1cDVGUkNfOUdmSzJyWXY1cG1t
OWl5U2x6RVRiaElKd1pkWGU0M19zR3NBeUJPd3FSemJBY3ctZlozZUFNcGRWZlltVEwtSnBaem40
VVFrRzN1cXVVUXZVVEl2VFdnMjNMcDZzdTE5UFlhWU40aU9DbmU1VEZKb0k1ZnZUaVkwUT4NCg0K
WW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFu
dCBjaGFuZ2VzIHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--0000000000004f9d7a063b0ef820
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/11783927103926958590/profile?trk=3D=
https%3A%2F%2Fc.gle%2FANiao5rhyU-zwuX_pzERBjmAjOtNr8hLs-20BwLUcs7PW4jFmoKbU=
hb7OleFSVrJgiYJtp6iljVNVZsRcOnEXdKVbyO6lXTFRDq0tGGWeXSNQRIQ_CQYIWOxctaNnbHW=
ww target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour W=
ater Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5oV8IFT1UilC9OD7CLMTY_EEhZfB6KKaoIajnGv0t3uuY_=
_PPdQD0zK737jwBtQcCORfLezkDSujdXriGtg1VlPdakdFmsYCazD9JeIY4RZ4RKk7NrCItK2eL=
3OAYdovNtGGPOnIOesbMCK8p8gZ0koOTbu2MB7LCsxP_9K48A69RM2SQ_kbA target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5rdMQ-z=
Vo_s3fw7YvMr_fT-pKUZZIICfGYdrJ1ZWYvP7WqhSaAiGpOShmFvv46Dxsjgqtrn85pWVPtgeYg=
VZ2KRXmh0Ko-4Istq5NHcL_IjKHyq228wm1uSEPLwu6Ftusyr4rCfFxSY5MMv3JqCFxgPKOA7fz=
mMDAN2Vf9FzouVrM15W7gPMHqnxFtIEIp0RtXKzpjARV3Bnv5qWfunUL_p0zuc6grnHNXufaeB2=
NrQ target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oRssx3cgoBfWPAvnpZo6O3dGEtWaGM4vvzHUbdAPopB0=
UC1hUzb3uOGvRWwlam5FIkcM6kxyWhZCuRX9qGHN5tonNF2iuCf25dbtlbvOVGCb46PbB7Ap86R=
0RgJmmbOYa-ltCPdw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pD92rJ9pfz0I-u8vQdtCJcZWIPxNrYyN-DNweX1JySUjyB83-v9vVffWn-zVb5NT=
tmJiRZb3yKY80No5tCId0LiQ6AmZaKaJkFJrVoSTVDKBtG2a1V9hidfYyC8nbhT66bsw.gif></=
body>
</html>
--0000000000004f9d7a063b0ef820--
support/cur/1754196066.M167384P3657568.premium320.web-hosting.com,S=24658,W=25435:2,S000064000000060122151007557630020765 0ustar00Return-Path: <3YOiOaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 8KfgCWLojmhgzzcAVkXPrw
	(envelope-from <3YOiOaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 00:41:06 -0400
Return-path: <3YOiOaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 00:41:06 -0400
Received: from [198.54.122.200] (port=49915 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3YOiOaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>)
	id 1uiQWw-0000000FM5N-01I9
	for support@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 00:41:06 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=Hp0JYH+C;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3YOiOaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3YOiOaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvn7j1pLJzC1q4
	for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 04:41:05 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-70e73d3c474so35460367b3.3
        for <support@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 21:41:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754196064; x=1754800864; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=tHVMqUvwT6b4iNqf5X9rTF65zsEZmP+joF3MQcAMXHc=;
        b=Hp0JYH+CUltpOmJvMt6MIuhacdQqLQOAlxnit+OppcAgUkz/23X1XhcsqF2MkKzzrY
         o0lJ/xrQP9f5FIvNEQJzb8CG6VxxUVw+p4xRdGz+WOMyFb1eSTaXqaZ9qXPhUbQlsUJS
         5AcB7jRx3E0bECAgdDY/ArWHzhzHrdy/+M+gsoq32KnMLfufRg1+4bc7UZashlPOnGEB
         gQsEa4nnGoHqqV7omi2LChnhowHnQoPiyDDIzOCxkWYeiqddx8UxBSsPJlFcJH+89jyW
         PyJzjxMRi/TA/oUN9lIWEcb4KCY6BGvYTGwsTBfTdDWX3sQj6Yp6fHeEFzEH+hvu3/xU
         oDHA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754196064; x=1754800864;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=tHVMqUvwT6b4iNqf5X9rTF65zsEZmP+joF3MQcAMXHc=;
        b=L6Kr/oHuw+QU9zfV7ZbyKeEoqA1rAIYzt/I0eZ0SsVStHpc9VS2vuSggJAdHL2ZXPw
         JmpKU4JOfyW+2r+7JnsoYmebbMOCxiIYbfDLEGfqKlIIQ0Uhs2OJ1pxOFl3/ydnMaViR
         BwC9ZNMvfddgC+vAa16c/dkVaPUZr+Qpchn6BNoZttAcO93AKWRwu0lmNuUYEG3h/yuG
         mWsGxFdFbcqNwjpmud9MFJ/0Oeylj7KD1kJrYDxbkqj8OG1kBFnDcTLG8cbJEOc23P8K
         mKwnINOxlGw+N3ve5MlMuFyGIjCC8BbrHSr7AyeqD0V/9bWi7SQzLQFL9qi4/AQrZtuR
         3jEA==
X-Gm-Message-State: AOJu0YzdJgkVcWJE3yp1m28Q3v6EIJWJnQ6d0HwFqIcouXtjrhy4LWKu
	2nbg1CNuACX91BQBS+9qB4EpPJ4Vh3vLAE56DL4hTqc+SzDPFNTYwj7m/az3
X-Google-Smtp-Source: AGHT+IGAqvCVJcKueEPXbJt3I5EVxKByycORV0A3pFziWGgcCErt565zHY78JabZJsXcjqLAa/V5KzQ=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:3585:b0:70e:2ced:6f5f with SMTP id
 00721157ae682-71b7f0b0555mr68892297b3.37.1754196064669; Sat, 02 Aug 2025
 21:41:04 -0700 (PDT)
Date: Sat, 02 Aug 2025 21:41:04 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 62d5c766f5ea0000
X-Notifications-Bounce-Info: AWoTSIG2XFfYzlAjEG3vQM7Q5DVwUNnHJm6iVPdS8k3CFiaUmhZiTlPC2O8JUApsgSRvGLhVYCDKTkzyQIlk6X_HZl7zoLvobV6YX3DRib27H4xfVeOCvfzfprIK8ZOiSs_ZZ2_iWOnbF47H-4VMJvc1PLejbwT_NOzN3sifASMTbOHW5QtdXP7xAXsyjimg-KgAlzuQMRXBjh8ec_b3AMzoXfKNKk-kaOWrK3ARcVmJYyE17iELnXWNVvP3tLQUU9yTg3Ld9RswWWoL2wGOHB9z5rKxUeFBlMuwJXbOdjaCSY22PowdhvBmUeydlR8_9mMluAjHkMXsjyNcAiLx1mTW9X0gWBb9q_QmYKyXaSbzl1YDFOBbwEexuni5to9MHqeiJRReSDZfbN5vRmaYQUrIwPI8DXTR2blpixPGMrm3oU8Gvaki4jA8-vq21HDJFDxuJ9bJzt__dZT9SL3bUOTzgD9ohHY4PAr44cbEcUj9D9yyudfrhg0ZY67VAvShzVblYPlx6PHCRVKKRWt2vjrukeSwoBs-f8Rpvm1gBj4yo49BWp82x4a7h0WrwPcsUIyWT1nW73AwskY-kBP2HPW6ZyLTJqDjSIuu9okrHPG9H7T8iMef3rtAYhrHmKfVZg8NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <704e0ca4456826b20feec71a73bff457219f7cb5-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000004d0ffa063b6e99d3"

--0000000000004d0ffa063b6e99d3
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/7436806918077629591/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rEwUJYIQv2Nil-RvsW77yDQrlJ6LYVh31YWhW4DZCVIzr2BLLLS6oDIhBRmMEuW_Cdkc_qECAC_8ZGr7Jwyo82s1L1NeXwlydixFRYoC86I_H7hT_gdjM4Uls>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5qNy5EH2vHRQi_F2gMJAz4__X5YF9EQcjOOzPz5Ru5OwNIcwkfAsZYjB14IVkmx59rBXkACRlRzmJFLMAjtpaAygs6O6fN5hyhtyDYpMriQdyHaBOIPmnZOhDiS-G7Xc0Dp3x0I3H_qxF2sa4yKv_ADk9TP9sxBaIJFIcpt-vI>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5reKuVytaKn0qcmRIg5BiHYKisCafFlJA6t-Y8AzYJXAvWYRQtWp1XwQQ9rzoO00Bbhl8L60FBidZ716L8yVjjdEs1idzNrgN4vCj9SX3Qaib4eQUBYrtDmut43T3otwIaRh2qFjhxVpBiveOAwpljKfdAooX-Zyq4pVmhcUeKp2ChEqkGUUbwoM3FVKST5gxcY4akvjcvIMZdFmMxAIkKJKIPBq3GX4Yr-coLF_g>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5oOtwMvv96Ms2Jnrof8rikzIUdqdRDeabA0MDeeL0BgsmTuP9YNpptJ6jmeQ3Jtq8YS5mH4L1gZw7nmb465PJddrg9ZUEM8KX-lChfzwS-K1EoSTcKXcN9_-kiN_-jKNc9kSOU>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000004d0ffa063b6e99d3
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5pNwGzDH1WYLN9iqSL99mtrIOZ7v=
BF2Hqx_G3tqbnHUzeCK0uW-rXycCOdYXjJGjc8mzN8-WAz_HCvzGZzLYw2LwbvqMnED2HSTqRBc=
xWdfnvPL3hrRsV7785GJRJz8kxk6HO2r2I9kCkJ-6fjSXDUXfT_4c9HFcO35dOmzndd7x4K1Up4=
LvUAzdguq7JlUbqXB8ljxYMHYy7ODQDxjLza1lToLr3c3tOBjyheq0IZW>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/7=
436806918077629591/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5peKiSjAkkIQ6rL=
Fr-Jq7_1vDCFerOUyGr2DQhylSADwfSJXoZ5lEQP1Ti77IsXoT75bA5Ww9Nc3b78qsCki2-e3BW=
K1dSXgBzGlUy5_HbOh6EoG9yOALaA0ehsTw target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan>, your Business=C2=A0Profile has been suspended due to policy violation=
.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5ql_tPPoLMoWGl1uBege16PPl=
wIXmm4cMUc4Xb16jP8cOtI6KEo7LLMTVxYv3uy_Jki8WwPH-yapOc4clbnMHYA28u6r88ZarmX8=
hvBJCYEp5XoTXN6bMJeOhIBt50QRFKFGli1v65j7tSJaCVdW8WkyypUPkvWODwS1GIBmaxTKQ t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5rKQxHYqpwihgOfQsfg9o0AqJMsBdm79wUxR2A0WEduykm=
iCTn1_Ulkff-RsTT9wwzc1mGsMZiv9A2yZ-Ut1FfBvRM1tV-1UlH1fJWAEP9kNVEq4VIKr-0o9b=
k-BCDrT0DMuhq0iBpNcV5KNm7UTFwF_VusQF4yS-yYFedj8BAoAxOtyHFbWJcXTqaeT4rlyiSub=
d-eLKStsy3fr-ox2kcX5n2w--2HnoheRM19X9kX target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5rKQxHYqpwihgOfQsfg9o0AqJMs=
Bdm79wUxR2A0WEduykmiCTn1_Ulkff-RsTT9wwzc1mGsMZiv9A2yZ-Ut1FfBvRM1tV-1UlH1fJW=
AEP9kNVEq4VIKr-0o9bk-BCDrT0DMuhq0iBpNcV5KNm7UTFwF_VusQF4yS-yYFedj8BAoAxOtyH=
FbWJcXTqaeT4rlyiSubd-eLKStsy3fr-ox2kcX5n2w--2HnoheRM19X9kX target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5rKQxHYqpwihgOfQsfg9o0AqJMsBdm79wUxR2A0WEduykm=
iCTn1_Ulkff-RsTT9wwzc1mGsMZiv9A2yZ-Ut1FfBvRM1tV-1UlH1fJWAEP9kNVEq4VIKr-0o9b=
k-BCDrT0DMuhq0iBpNcV5KNm7UTFwF_VusQF4yS-yYFedj8BAoAxOtyHFbWJcXTqaeT4rlyiSub=
d-eLKStsy3fr-ox2kcX5n2w--2HnoheRM19X9kX target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5r4Kb-W2EWOuRBygFXxNsgr8xDsomGLu88vGl8Zs8VR5H=
cg-PDoFtFuXf6F0l2noCrWS0cD3de6Mk7Q6ZRTbr0T3xDMhD-tFwziIIDRSgVlLQk8pqAJ9tDis=
tuGe9_CfrxEuLVYlg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qatPw5890yJn5cqhbJWhMDXw-X8uQ9mL36OEjd_qk-DLSaX9oPTnIZK8PW9DI3DE=
yKoeANMYgksY8rtCMTP04WI0Trf6A277NiZ7yPW32CThoHQRQYVxuXS6gn5SJvAQfu5A.gif></=
body>
</html>
--0000000000004d0ffa063b6e99d3--
support/cur/1754668564.M566831P2141040.premium320.web-hosting.com,S=45671,W=46585:2,S000064000000131147151007557630020755 0ustar00Return-Path: <3Ch6WaBEKAOkhZcVdaLNP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id WK9FIRQelmhwqyAAVkXPrw
	(envelope-from <3Ch6WaBEKAOkhZcVdaLNP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 11:56:04 -0400
Return-path: <3Ch6WaBEKAOkhZcVdaLNP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 08 Aug 2025 11:56:04 -0400
Received: from [198.54.122.200] (port=39176 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Ch6WaBEKAOkhZcVdaLNP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>)
	id 1ukPRt-000000098oc-09rf
	for support@24hourwaterdamagerestorationlongisland.com;
	Fri, 08 Aug 2025 11:56:04 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=FSHcAepe;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Ch6WaBEKAOkhZcVdaLNP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=3Ch6WaBEKAOkhZcVdaLNP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bz7t30Lv1z27lm
	for <support@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 15:55:55 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-87c2bcfd156so210338239f.0
        for <support@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 08:55:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754668554; x=1755273354; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=t9D7tXO9PQX8SjuQOE3qL4P7MBtwC57kmndKLocD4Ys=;
        b=FSHcAepe1BXOUZJAFjFF38ceM+IM+VpIM51xMi42H6yBfdzrTXhBHUNBju6z2kG7xy
         e3DlGqugKfOoiS/KjTyWsLZwnM0KjLRufVKLKROUfYEBGlP+/anKqVkZRM59nZ/Q0hpX
         tJcTbmbv++RkC1SOnSaGkbIIFJWsFvDBxRPrPulSRiI8HxTqiszwSFHHTBcy1Po+9FkW
         kqsQP9VeMjViqcoetRmS9J17oHOz54q8k3dRKa6Qpsc91Eab4+VW5YnA8OKrnOpnmTCu
         7UL2/scPPVaa3TM/oysRw87WmKR29RBF7KfC4bfq5VgXt15/NxOfhVVqjjJnSWoL0fTA
         bZ3A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754668554; x=1755273354;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=t9D7tXO9PQX8SjuQOE3qL4P7MBtwC57kmndKLocD4Ys=;
        b=Eig4Vuoo2CatxLLruUk7aCoBDX4OvHqAwPBpf6tsjEMYMg+161khG49IrlSs/lob5L
         vozEY4Inz1gmLU1w89se1pUNtmHxr68erTzMoM3554K6YtPIVYHO6czFRtK8zjycGBi7
         Ncfpu+LOhZjsZngeSYnNX9gWjEGeIt18DrJWDsROS7RThIInbCGNoqUzeDpcnSKuRY5F
         6t05mxoA5474OUbUwfJ+DC5YNDcElaFgZo9hS3C7TTzdq4BoFGfJXX5U/LVKArc587Wg
         bkRkREoqzwN5TbWfQyAm4TvvR7WyPyHT2DM7zsR50xL2/9p+fTNBgr+izYRsE9JXzTIR
         J5og==
X-Gm-Message-State: AOJu0YxCyXRjkRfv80wofpwVnV1TtH0pGRPrPcDiPalK6xhE8gCVy7X6
	SZ9VtqSCGyGAAzuKKs2ya2+WlVWsGPw5sZoLQyR44TLQ2Y7zWSh0zrxScypW
X-Google-Smtp-Source: AGHT+IEt/fTBVCr1KF62wnb4pvs4pviu8pyEfXuwSgrJxAo2hjqBi4jG4ETAyh554sqlzlg1IVC049Y=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:1654:b0:87c:31b1:8a47 with SMTP id
 ca18e2360f4ac-883f186344emr593544539f.7.1754668554591; Fri, 08 Aug 2025
 08:55:54 -0700 (PDT)
Date: Fri, 08 Aug 2025 08:55:54 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140167
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5p0VhS2Mo4UPMs6Qoe0H8rOupeNK3mTjGUkyFO0n6vxUA75FTlWJHnjy1FsEXcWEXfaEEABTf15uI7QrVQIdBJqCT0BpK79i2_VbdV9oVPTLGeujC8DSVqzxInnlItH_VrL4d7IytXpP3nkwbzAgfosXMfISIfdEiIZxKWLkZTvU7_NH5_S43K6l-zQZkwC5p4aUSWcRAIBVzeRDBliaX67USCNVGjGRfZofK5F_O0F5o8nFV3xEBB0y_BfXwPds9PUqWm0W7X_Ny7DsCsUMZ5l2_GoqF3DAHXnfcF1hbHOdrRnuFHx19hbtYJOsZv7VDUlehyyjn9k7d3SFjBuM90uuZzfS1sK3vEH4C9Xb4IUgCY?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509819-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: ac51c494903a0000
X-Notifications-Bounce-Info: AWoTSIHeWpWVsaI4FB_XfwBj8L87d7thYn0wiYlOzkGyed09NbPwrzmKTYFiJBbBgSePccVKiqdEOtM1cLsSiJdRrGOvNQMQP84LhbI5JIfHbyDTk9WHNGUF94D6nsHQV31Hs1v84iplPQJXZQHBDp0hygio38i9GxoZuPxdajCUEIamoYpTP1sNnJ_7dP2HYjQAvHChEJaxcLRuGYUAKbJGYbpC05t_kZpXMoUQK1of-8qw4rblC1_nAKTsqvQUZ4Hn1qtRHbAKW6eai6ZVvIRGUSjDNy93fLpLqPUtHir-KP51ZOOICD-DsEVsr_HBbuzX8pK9xgBot4F9KFdoo1gyLRQ2irnGuEHEzbWKMcOuS1_eP-DgMOlNe8ofv-IOoiWpMVPgWrg9edMzHpJZPFdfcQBG4JOBOG-8szCwRGYF8seXF3QaFd-Mog9bOsb4Bp6HlUPyVKDeH2xK4V15QjUFbTWuJ0Loxd_bkrat1H7zzqKdwfc1S-VBLimS9zuAUS7aZiEvnjO-Abh7aCmOdzyJ8RaggwaRjGaDuZ9Sdy78_hl55rH8uwDteEmD3xoXfm2mZ_Bt4UJ9g9dN_5LTuQKVYqG92O9wHQ_ewqFaEpHDg06KgXhF4l1aHrxvWX9ScHRCADpxtlcKw3aJoZiW3w_Y8zTnyF3W0BHKswNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <482251ec08ad88a284e8f967642b8f9e967bf529-20189259-111085101@google.com>
Subject: 3 tips to take productivity to the next level
From: The Google Workspace Team <workspace-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000e51cc4063bdc9b0a"

--000000000000e51cc4063bdc9b0a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpUYWtlIHlvdXIgcHJvZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNCg0KTm93IHRoYXQg
d2UndmUgY292ZXJlZCB0aGUgYmFzaWNzLCBoZXJlIGFyZSBhIGZldyBwcm8gdGlwcyB0byBjcmVh
dGUgZXZlbiAgDQptb3JlIGltcGFjdCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UuDQoNClRha2UgcHJv
ZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNClRyeSB0aGVzZSBwcm8gdGlwcw0KDQoxIENv
bGxhYm9yYXRlIG1vcmUgZWZmZWN0aXZlbHkgd2l0aCB5b3VyIHJlbW90ZSB0ZWFtcyAgDQo8aHR0
cHM6Ly9jLmdsZS9BTmlhbzVyeDlYSUJ0MUJrbFNFNTdwZGJhN2ExN1dWSGQtZWVtWFd0SnEweVpV
dFpidDIwcTJwdksyNllER0lUSjB0cW1VRW1UQ2VHbGsxY0tjcnpDN1J6M19fZ2xNcVRUV3FnTWdo
VkMzX3dOaHpiWThyRnRCXzg0TVNOZVp3ejlobWkxVEhZWlJnOUFPNjNhX251UmozX0ptdDBEU1BS
azRTZG9ldEx0dVRqdlAyTU95UTVkZldEZGZxWjBVYXlXXzUtdEdnTC1XME5SYl9iU0NiRy15NUJq
WFlMaC1NSDhIMF9OMUF4bWJnMlZUYVJlLXRadFhTY0p5SU52S2tUVk5uWUIzeDR2X3UwckpRVlRm
YWQwYXNRYjV6MWk4MGxqbDN1N0lzQXNkT1V2Q3g4cE5XQ2kwWUFZN1ctUmVXb2NNeDBjYURoUWpj
VE9BOGVaN2JENnZ2VTNQbGRTTG9iZTJHNUQ5WnhFS1RoMnZmd1FCbz4NCg0KMiBXb3JrIHdpdGgg
cGVvcGxlIHRoYXQgZG9uJ3Qgbm9ybWFsbHkgdXNlIEdvb2dsZSBXb3Jrc3BhY2UgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81cE1BeklGY3lYTWs1RkdhN2dncTRtVW02b1NObnhYbVFDTmVUcnNiZlpo
N01yRWN0TWUxTXZPMUVqeTllX3JGLVBDbG9KaWJWeGRLd1hIQXZNVGFXRzJjS01iUHY3UU1tNFp0
RklKX1BuV2FsekpGYm40LWxHTlhjZUFWM1VOd2xfVFlLV05EZnJhbUVPdkZoLW1jS3Z3QUdoM1Ux
X2VHVlRFaTBZTnpXZFR4SG1ZYmxtNVlPdmh4TWI3WFFNbVFZdzRqQVRTUExMZ3FRMGZYcFRMdnVs
bzNCSll4Z2h0RmZFSW15OE1LMTFiakJOZko3a0drdzRkallqSk1MZk1vTkhPMTRHUWJpbUFEYV90
b0EtV0NoMW9jZ29rekNFd0N6MmhLZG96cWVOZ2g1dl9ubmJOQzhuZ2hFX0FtRWdGX2EyRnlJRmJG
WWNvdWFhYTdvZmZLWnZ4ZFhmdzI4MzFldF9DVmc+DQoNCjMgUnVuIGVmZmljaWVudCBwcm9qZWN0
cyB3aXRoIHRvIGRvLWxpc3RzIGFuZCBwcm9qZWN0IHRyYWNrZXJzICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNXBkODFOUkd2aG1vaWo4dmdXSmd5bS1FR0wtdXFJTHFCbmE0Qm5YYnR4NllJYUFrcjBS
ai14dllFTWNzZERYUktNaWExUWdld2s5T3prajNXTndaRDVESUUtTHZxQmUzblFSUGhSWHBhMEVK
ckRQQ3JpSzVvZ1FoZVNhSG5GenF6TkhmeGdzWVZudWNDenVETDkzakUyNEhTeDlvVGcxZFNJU3Ez
dEM3UzRhcWx1dHNidVU4Nl96QWFCUlhrR3BlRHZmR0NUYTZFLTZqNnlYV1A0TlhIQ3RhQnk0Y0ln
RzRESEhES2RCNENoNnpia2tnUl9WcFIzcUstYkpPZHppbjZUTW5oQnRBRG5UT0JfQm5mUGE3M3ZH
NENhejl5TkEtdkNyeEpZVXY4cm9KTXkySTR1eUtnLXROdFFQQzZmOThBT1RLSXRsVGxSOGstRUpO
ZXlqc3FQdEFqUTg3VWx3T0xqdWE3YWRQM2ZoQ1YwdTlLai14d2xFWG9ndVFkS3puZVlsTWc+DQoN
CkFkZGl0aW9uYWwgaGVscCBpcyBhbHdheXMgYXZhaWxhYmxlIGluIG91ciBsZWFybmluZyAgDQpj
ZW50ZXI8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxb0VER1A3dElDaVBvWWpob0trR0RWcnRyUnNWUEZZ
RTR6WTZCeXBwTG5WV3VIaWUySE52bFA4LWc0eGdiYVFWbGI0R3R2RG9hZFNBYjFycW1LZGNWMGcw
ZDhmZmY2c1psQjRkdUVpUG5BcmlVLTRrbTlZa1drZS15by1TejZ3bDJzTGMtNTRoeGF6YkdmMmJG
dGswYUdpWjlVNXhKd3VHQlEwejNKelYwQXFyRUFkUGpKQ0JqcmN0RTlsVnl6SFRhMFVSNFkwMUx3
eUpMMGxta0UzRmtGaEYxeUFxZmdFX0RtZVhoWWFoUDZYbkpyaWhsd3ZHOTRmOXRGMVNTQjk3eF9W
Tjh3eUgtaUdrT29LOWhlNUMwYjhBcjNINUh6bmxwVk1kYXVzQ1M4QXRkeGkwQ1hibWI1czVoOXVa
Vk0ycE5uVWhIbjM2MTMycTI5aEFmVTdPdGJXeVU+Lg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6
Ly9jLmdsZS9BTmlhbzVxdEJLZTBSdENXa1U5RXN3LVpNYmNJT1hjZEJVbG8zNjc3djMwd040dnQ1
b1hpWTRTTDA4aGxjbG9DV2o4WV92dWpZbmY1TEZ3ajU5eE44MFpHN2gzZEkyVS0weUpDMVJ3Y0t3
Unk2RlpMSGdtc3JGaTNJQnFRNXlkNjI2U2FpalBlY201VkQ1ZEFuTEZlPg0KVHdpdHRlciAgDQo8
aHR0cHM6Ly9jLmdsZS9BTmlhbzVvRVEzeHlIVjd3RVdCMWtxS0IyOXBWNFNiWGpvd05JZ0ZUR2th
MU53OTlndW16SUR4b1lNYmRuTUxVbDU2aFhjVEREZTFYM2EwR3dENWFsUFlKdW10Rno2N0tUekt2
RGFRalNKRkJDNWFiUXc5YVF6blpKcTJBM2wtN3VhTFJEMlh0RjZBaEhWWT4NCkxpbmtlZEluICAN
CjxodHRwczovL2MuZ2xlL0FOaWFvNXFTZ1FPQmplc2F4RTZBNFBEWFIyMVA2ckVkaVNUN3hjMUU3
UXdBSmVLWmtQT2lQNVJjMU5xVEpFNi1TaU9rR1lPZktDN2FpbTJuUDFfdzVpWk9vT1BfT3RzWlJs
WkN2eEZwMWY5MUZBRjNZa0llMVc1ZzRCLXg1Q0tsYW1kUUlIQWZkZDVCQlRPMXhWcVhXXzN1V0t0
eHpBQkExZVJjPg0KRmFjZWJvb2sgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81b2d1MEEzSldxTDl3
M294WTYwTnhvVnBXeEcyTC1DNGJ2TlVTaHRfaFdadWZ4eUxncDhSXzlDZ1NHZV9sY2FfQWFmV1Jy
RWZIb0V2cEU3S3FEM094QXJGQ0tBX2Y2OVotQm1KVVlKV0hkbFR2QTBrdkNmOFJlMWFnMk0wWkM1
SGhOYUpYVWc2LTNPSFVnVWV1OD4NCkluc3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVv
eHptaFhlTkQxamhNb3EyVVhuZk5XZFJjTmM4T0JSa3NMX0M2NS1WODd6QmZ1aVlHQ1pYbFNvSWM5
aEx5bkYzdUJDQWc0WmktcEJiOTBlRDBYZDg0NzF1dWQyM0VVRXU2QXVNbUd6LUFWSGdrVFlXSl9V
SjMtc1JEOVFGcHRaZktJTlFaempmb3VzNTJyV3I4QXV0UT4NCkdvb2dsZSBMTEMgMTYwMCBBbXBo
aXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2Fz
IHNlbnQgdG8gc3VwcG9ydEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5j
b20gIA0KYmVjYXVzZSB5b3Ugc2lnbmVkIHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRh
dGVzLCBhbmQgdGlwcyBhYm91dCAgDQpHb29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0
IHNvbWUgZmVhdHVyZXMgaGlnaGxpZ2h0ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBi
ZSBkZXBsb3llZCBieSB5b3VyIG9yZ2FuaXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0K
cmVjZWl2ZSBzdWNoIGVtYWlscyBpbiB0aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVy
ZSAgDQo8aHR0cHM6Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVu
Y2VzL3Vuc3Vic2NyaWJlL2d0L0FOaWFvNXBTbUE3ZmllWHZLdTFsSkVfQVh6eFM4X2d3aGgzM1Vk
Rm9pN1VpVzdOU1VvMlIwYmNWenJyQjFTSUJyN0Y5eEFXVWRReXFTb3JnX0Nxa3BDa1RSd0VXaXpK
Y3JZU2x6dVBWTlBPaHVTU0dBTDVrSW9FYlRramlvTUVtYlJKeWZHRG51ZVJUbVJxaXZBaFRyX2da
QjJFSHFMMWRscnJiM21ES1hydG5sbGMwZzBjMmk5YTFod2N2WlhLM2RRMjdlSkI0M19TNnFaOVZP
azZ6VlBPRmYzd0RXYzhMbTdzejZTN0pTcG1tQVhrNENGblQ1S0xUYWU3QXQtSUlEMllOVGZtblFV
OXBwdWRCcVpycE9vd3NjTkhzQ3pDQ3RjejU2Z0RtSHBLUnRKMmZORkRiN0JwSF9CRjgtYzA4bk1s
WEk5NHVibGRvZU00UFo3VjNRa2ozOEFMXzZUM2s2VXVSdWlDUGtnNjVicUs3P3V0bV9zb3VyY2U9
Z20mdXRtX21lZGl1bT1lbWFpbCZhdXRvPXRydWU+Lg0KDQo=
--000000000000e51cc4063bdc9b0a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>3 pro tips for productivity</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:18px; padding-bottom:10px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Take your pr=
oductivity to the next level
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px">Now that we've=
 covered the basics, here are a few pro tips to create even more impact wit=
h <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
19px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:19px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files//g-suite-end-user-adoption=
-email-8-new-transparent-w1578px-h860px-2x.png width=3D480 height=3Dauto al=
ign=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Take productivity to=
 the next level" /></td>
</tr>
</table>

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:24px; padding-bottom:24px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Try these pr=
o tips
    </td>
  </tr>
  </table>
   =20
 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   1</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5oj8sguojwy5GSYDLJH4S2U3ztsH1r1BzI=
thtmy1tyNyKHuECY7H8w1ceiJv7p4m4z63RECv1wguh9jwAHYNvbDl886SjGRBz6V_5iHIQDfRa=
eC43DRtg_rPJZzcFtm0fKILsdJasrW1LkNk6dI1DNtcZ_d_VNxoVTUof2L1dvUzqqx9-n3jR4YM=
p8fhRLDzjNFAKSXBKjAMagom5ObYhPvEmBcUjrwDa0j0-9cmsdxbBk8G6ypQ6nWQhfbSU-KqIRI=
jAis4XvJJSJA4p-86qFZO1vWNPRBOzyoLB6GBRkfk2WXTMVrDv4tmWG-63SG_uOU9kgfAh7lstO=
K20V9Z8VgRpv4Jn0l3hTnGzT2rWIkcu-z5Q class=3D"" dir=3Dltr style=3D"font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:=
24px;letter-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-=
adjust:none;text-decoration:none;display:inline-block;" target=3D_blank><!-=
-[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate more effe=
ctively with your remote teams&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5oj8sguojwy5GSYDLJH4S2U3ztsH1r1BzIthtmy1tyNyK=
HuECY7H8w1ceiJv7p4m4z63RECv1wguh9jwAHYNvbDl886SjGRBz6V_5iHIQDfRaeC43DRtg_rP=
JZzcFtm0fKILsdJasrW1LkNk6dI1DNtcZ_d_VNxoVTUof2L1dvUzqqx9-n3jR4YMp8fhRLDzjNF=
AKSXBKjAMagom5ObYhPvEmBcUjrwDa0j0-9cmsdxbBk8G6ypQ6nWQhfbSU-KqIRIjAis4XvJJSJ=
A4p-86qFZO1vWNPRBOzyoLB6GBRkfk2WXTMVrDv4tmWG-63SG_uOU9kgfAh7lstOK20V9Z8VgRp=
v4Jn0l3hTnGzT2rWIkcu-z5Q" target=3D"_blank" style=3D"text-decoration:none;p=
adding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Collaborate more effecti=
vely with your remote teams" width=3D"24" height=3D"24" style=3D"width:24px=
;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
;padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5oj8sguojwy5GSYDLJH4S2U3ztsH1r1BzIthtmy1tyNy=
KHuECY7H8w1ceiJv7p4m4z63RECv1wguh9jwAHYNvbDl886SjGRBz6V_5iHIQDfRaeC43DRtg_r=
PJZzcFtm0fKILsdJasrW1LkNk6dI1DNtcZ_d_VNxoVTUof2L1dvUzqqx9-n3jR4YMp8fhRLDzjN=
FAKSXBKjAMagom5ObYhPvEmBcUjrwDa0j0-9cmsdxbBk8G6ypQ6nWQhfbSU-KqIRIjAis4XvJJS=
JA4p-86qFZO1vWNPRBOzyoLB6GBRkfk2WXTMVrDv4tmWG-63SG_uOU9kgfAh7lstOK20V9Z8VgR=
pv4Jn0l3hTnGzT2rWIkcu-z5Q target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Collaborate more effective=
ly with your remote teams" width=3D24 height=3D24 style=3D"width:24px;heigh=
t:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
 =20

     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   2</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5qDyojS5F8Q2KfkE-Hix8-6n6WfPGia2mZ=
Gb9foVK55G4jYYnOfe3tabRr2KJVV8SE4TZLeqa_82yuyNqf_fZNfcn1T3K4GxNdwu2wmPqUfHJ=
jSX6RhfPuD_OVKCKAvvVlkQvp-QUV-TBtv9G9AFF9ixn4gE-6bixb-sPyoC5NyuhC6KHzCaLgfd=
TlzZ8VAb2tpeNyBIfwLU5R_XQJtrX9ybkEam7OSXmXNGwRpkIQjspRvgizybtxxgtlEYN9dLdWZ=
FtA7K9Ul-cHVjtHuc2t9A4wSqys0EIXt-ZoZ83iAf9xlAE9Clvcy-SndN-ZkcInAyawwJgJA-2O=
-37I7P9LS1_4_XwRgEX3rqzqU class=3D"" dir=3Dltr style=3D"font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:24px;lette=
r-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-adjust:non=
e;text-decoration:none;display:inline-block;" target=3D_blank><!--[if mso]>=
<font face=3D"Arial,sans-serif"><![endif]-->Work with people that don't nor=
mally use <!--[if mso]><br /><![endif]--><span style=3Dwhite-space:nowrap;>=
Google Workspace</span>&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5qDyojS5F8Q2KfkE-Hix8-6n6WfPGia2mZGb9foVK55G4=
jYYnOfe3tabRr2KJVV8SE4TZLeqa_82yuyNqf_fZNfcn1T3K4GxNdwu2wmPqUfHJjSX6RhfPuD_=
OVKCKAvvVlkQvp-QUV-TBtv9G9AFF9ixn4gE-6bixb-sPyoC5NyuhC6KHzCaLgfdTlzZ8VAb2tp=
eNyBIfwLU5R_XQJtrX9ybkEam7OSXmXNGwRpkIQjspRvgizybtxxgtlEYN9dLdWZFtA7K9Ul-cH=
VjtHuc2t9A4wSqys0EIXt-ZoZ83iAf9xlAE9Clvcy-SndN-ZkcInAyawwJgJA-2O-37I7P9LS1_=
4_XwRgEX3rqzqU" target=3D"_blank" style=3D"text-decoration:none;padding:12p=
x 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Work with people that do=
n't normally use Google Workspace" width=3D"24" height=3D"24" style=3D"widt=
h:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px; ">
  <a href=3Dhttps://c.gle/ANiao5qDyojS5F8Q2KfkE-Hix8-6n6WfPGia2mZGb9foVK55G=
4jYYnOfe3tabRr2KJVV8SE4TZLeqa_82yuyNqf_fZNfcn1T3K4GxNdwu2wmPqUfHJjSX6RhfPuD=
_OVKCKAvvVlkQvp-QUV-TBtv9G9AFF9ixn4gE-6bixb-sPyoC5NyuhC6KHzCaLgfdTlzZ8VAb2t=
peNyBIfwLU5R_XQJtrX9ybkEam7OSXmXNGwRpkIQjspRvgizybtxxgtlEYN9dLdWZFtA7K9Ul-c=
HVjtHuc2t9A4wSqys0EIXt-ZoZ83iAf9xlAE9Clvcy-SndN-ZkcInAyawwJgJA-2O-37I7P9LS1=
_4_XwRgEX3rqzqU target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Work with people that don'=
t normally use Google Workspace" width=3D24 height=3D24 style=3D"width:24px=
;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>


 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D";padding-bottom:16px;padding-top:16px;width: 100%;mso-margin-top-al=
t:0px;mso-margin-bottom-alt:0px;" width=3D100%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;mso-marg=
in-top-alt:10px;mso-margin-bottom-alt:10px;" dir=3Dltr>
   3</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5owA1yO8Q-l4FMa7EGyHkn-eoc7Xui_A2g=
nLg7G7SwChZuZ897Q5e9nO03UP-lvCI4NGyWODldDaSXQBmabUho-27w6TozMIqbk6cLNOqgHmg=
xuonmpqtmCJPr2v6SCjfUONQcUoxFr1YGS24XSFXQpQuazb9QoHfkhd6OIUse-22lKw0hupUMY-=
UWe_vF6qoTPln6v7gMlaypRIfLseMn6S1IaCribiEWh8jSOT_BsSP3i7NI5b4TVn2iweHnNyf3X=
EsXFk9bP9iXc2ds_C3cZQPmE10_abjI_XQ9eHhySi6elIzTmQJutlS-SYjBGIxy3vc2tv1n-XpT=
aWn9qyTFQVitt5DkXO3Z0nzEF3cDHxyLxiokAzyvzI0v2LtoNddi_xaTE class=3D"" dir=3D=
ltr style=3D"font-family:'Google Sans', 'Roboto', Arial, sans-serif; font-s=
ize:16px; line-height:24px;letter-spacing:0.1px;color:#1A73E8;font-weight:b=
old;-webkit-text-size-adjust:none;text-decoration:none;display:inline-block=
;" target=3D_blank><!--[if mso]><font face=3D"Arial,sans-serif"><![endif]--=
>Run efficient projects with to <span style=3D"white-space: nowrap !importa=
nt; direction:ltr;">do-</span>lists and project trackers&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5owA1yO8Q-l4FMa7EGyHkn-eoc7Xui_A2gnLg7G7SwChZ=
uZ897Q5e9nO03UP-lvCI4NGyWODldDaSXQBmabUho-27w6TozMIqbk6cLNOqgHmgxuonmpqtmCJ=
Pr2v6SCjfUONQcUoxFr1YGS24XSFXQpQuazb9QoHfkhd6OIUse-22lKw0hupUMY-UWe_vF6qoTP=
ln6v7gMlaypRIfLseMn6S1IaCribiEWh8jSOT_BsSP3i7NI5b4TVn2iweHnNyf3XEsXFk9bP9iX=
c2ds_C3cZQPmE10_abjI_XQ9eHhySi6elIzTmQJutlS-SYjBGIxy3vc2tv1n-XpTaWn9qyTFQVi=
tt5DkXO3Z0nzEF3cDHxyLxiokAzyvzI0v2LtoNddi_xaTE" target=3D"_blank" style=3D"=
text-decoration:none;padding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Run efficient projects w=
ith to do-lists and project trackers" width=3D"24" height=3D"24" style=3D"w=
idth:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5owA1yO8Q-l4FMa7EGyHkn-eoc7Xui_A2gnLg7G7SwCh=
ZuZ897Q5e9nO03UP-lvCI4NGyWODldDaSXQBmabUho-27w6TozMIqbk6cLNOqgHmgxuonmpqtmC=
JPr2v6SCjfUONQcUoxFr1YGS24XSFXQpQuazb9QoHfkhd6OIUse-22lKw0hupUMY-UWe_vF6qoT=
Pln6v7gMlaypRIfLseMn6S1IaCribiEWh8jSOT_BsSP3i7NI5b4TVn2iweHnNyf3XEsXFk9bP9i=
Xc2ds_C3cZQPmE10_abjI_XQ9eHhySi6elIzTmQJutlS-SYjBGIxy3vc2tv1n-XpTaWn9qyTFQV=
itt5DkXO3Z0nzEF3cDHxyLxiokAzyvzI0v2LtoNddi_xaTE target=3D_blank style=3Dtex=
t-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Run efficient projects wit=
h to do-lists and project trackers" width=3D24 height=3D24 style=3D"width:2=
4px;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
   =20

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; colo=
r:#3C4043; padding-top:31px; padding-bottom:40px; padding-left:38px;padding=
-right:38px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Additional h=
elp is always available in our <span style=3D"white-space: nowrap !importan=
t; direction:ltr;"><a href=3Dhttps://c.gle/ANiao5p8h7wnJREoFACDiuyXT8o64NZO=
oK-H8fYZKY29A6An7EPTiTal-EwlcAGgfcJeFfHxDN7ww7cvwVu2RxR8aDku3gp0_k5wb3uwzTV=
fVOaLJoYgMZsi-kgB-gmL-YDf4S69zBro6aSJtuIAQd3zegQIRnJRFxo1tDE_wgOk_OtB5N59Ca=
DWsIO4U5XK66sWbK3vCPRBDfLFzEIn4h0lzS-zeh-88sBW6mUAiimtVPuOQal9uz6kdooe8iE29=
vCL43P4uaZfsevj0meVCcgs-QzaUCDtYOM5K7rfSBLXPWzDvjCaiP4tD9KiaaZU7xB3Wb-zYpWf=
0h_hTiyBMMUWxOj25g1lVQ style=3Dtext-decoration:underline;color:#1A73E8; tar=
get=3D_blank>learning center</a></span>.
    </td>
  </tr>
  </table>
 =20

                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5roSLXdcuZjl12HbzZGkIwbb8DF1DEaVlT8XX8=
4tbvvkjAOFg7Qa8l0Rnrtxt4TjXD8s27_142CW4MLVUqlEZHqLBYZ3eGKgEuhnkYi2Kbf7waW6v=
aUmNCUm4fFe7XUr28tC7LLU9mIY_fYu2Q target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o4Kzi5egpW-fJVMmcLNo9nz1Ql80M1KoSneCP=
u0MyPwxpiDYtPhLnWxlwf3PzHQcxpdELq3ZnsTFyyr1-B_9aoyOm7zcZI8XLxfAmSE-vQmWSCah=
CdvfDQ-T6FvB-anc2ZYLkgK0qVUw target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qJsnrmdf2j3TLsYK_OHz2xcM--pJakMPfn-qp=
qKGVycBmpOp-X08Fo7Fl41M_ATf39ttw0JAoiWVbH8fLMwc5eFUv9vFAtR78BasoV2uA7SZ92FQ=
Y48QJof9Na39xg7ptJ8hXMYujmaIosILVGzhcrjQdrLhzSiDs target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rcfN1sXKiDZSq4iDOZ00WXW5XmI6fWXdFEazD=
iXZuFQo--Bb0uvVGojOjt3xuDmMa2xkUVPIhvw4FQmSlZAbM80_-x0_Ta6p1RGwxh1yHg7EAz5a=
fYq1Y2mhILKugo25RIvxku3lAJzHvOrT7F2A target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o2rCuDT4sVi_SP-6a2-S-icVMa2h0rOXJARhe=
uC9WFjTb-CK96PPM5YGnI798mHsvNP-B3ftRszd4GU6XahZGS7BYTo0IKqazycWWnpG-td_9KAD=
rBG8z3PYRtHsUZoFG-9TWP8X8X7tYHqPIVO4za2w target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to support@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5p0VhS2Mo4UPMs6Qoe0H8rOupeNK3mT=
jGUkyFO0n6vxUA75FTlWJHnjy1FsEXcWEXfaEEABTf15uI7QrVQIdBJqCT0BpK79i2_VbdV9oVP=
TLGeujC8DSVqzxInnlItH_VrL4d7IytXpP3nkwbzAgfosXMfISIfdEiIZxKWLkZTvU7_NH5_S43=
K6l-zQZkwC5p4aUSWcRAIBVzeRDBliaX67USCNVGjGRfZofK5F_O0F5o8nFV3xEBB0y_BfXwPds=
9PUqWm0W7X_Ny7DsCsUMZ5l2_GoqF3DAHXnfcF1hbHOdrRnuFHx19hbtYJOsZv7VDUlehyyjn9k=
7d3SFjBuM90uuZzfS1sK3vEH4C9Xb4IUgCY?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000e51cc4063bdc9b0a--
support/cur/1756882157.M414879P336585.premium320.web-hosting.com,S=12201,W=12374:2,000064000000027651151007557630020546 0ustar00Return-Path: <36-S3aAgTAOAPQ-TGRNaCEEQWPVU.IQQING.EQO@gaia.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id SECHGO3kt2jJIgUAVkXPrw
	(envelope-from <36-S3aAgTAOAPQ-TGRNaCEEQWPVU.IQQING.EQO@gaia.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:49:17 -0400
Return-path: <36-S3aAgTAOAPQ-TGRNaCEEQWPVU.IQQING.EQO@gaia.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:49:17 -0400
Received: from [198.54.122.200] (port=52269 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <36-S3aAgTAOAPQ-TGRNaCEEQWPVU.IQQING.EQO@gaia.bounces.google.com>)
	id 1uthIz-00000001QdR-0vGn
	for support@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:49:17 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=OaxulTR8;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 36-S3aAgTAOAPQ-TGRNaCEEQWPVU.IQQING.EQO@gaia.bounces.google.com designates 209.85.222.202 as permitted sender) smtp.mailfrom=36-S3aAgTAOAPQ-TGRNaCEEQWPVU.IQQING.EQO@gaia.bounces.google.com;
	dmarc=pass (policy=reject) header.from=accounts.google.com
Received: from mail-qk1-f202.google.com (mail-qk1-f202.google.com [209.85.222.202])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtWJ3kZGz275D
	for <support@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:49:16 +0000 (UTC)
Received: by mail-qk1-f202.google.com with SMTP id af79cd13be357-7e870646b11so1324030285a.2
        for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:49:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1756882156; x=1757486956; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=7eEmN2RW9Cku7aSI4BrlYi2TNutFnXniioZevtWm3NQ=;
        b=OaxulTR8STgIjKMiyx/6JDS8ocUtoGms5Ql0Q/NyQOx4sEYnc2TEmtNT4QFdXbFO2m
         YGnwFWusAlHftCkLS3KaE22t/HxVA0Zr/4/62TQsr6JEs9wzWN5HP2pHHXv99bNMpbV/
         1Bj1RVhC2PFHUfOP2CJBIzqxHe2VDXBYMYDTEhQbE5Bf3Yj4scSZ7si98sFrzRn/rvpy
         XjBd+hJBFGLluqpFGYYEjxdiaNm4quL/59us791Kt2EMt63Mub33ef0GRWxFAAkxG3L2
         Xs2/E7uGET2YK7n+z9jcHEAle73UPZSLmAlWOdIsLcwQFYBrhPyV0NLFE5dsXcBnNoBD
         gqMw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756882156; x=1757486956;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=7eEmN2RW9Cku7aSI4BrlYi2TNutFnXniioZevtWm3NQ=;
        b=NZ0DyBFI5O/6mm2E73BKKXLg56Bj5pyjTPD6h49mH7IbS77G58a4cz2Ey5OZQ8G+pB
         57SGZVgH+agIBFrzwDGSJNNSfAJr1RDnntS/TNTDz7Xv7RbYh+nh2lI6nSguYLCjmYKR
         StH/gXAfrNKy6pTAIYqNVHqsuoqz9wurVT2bSf5QsFOxQi7x48/5cQp+bh+QiKWEaYW3
         MmJpcch3VtXdEmBf+TSAhxxDz8tIxhTeE+MdRBrSdyfflXol2QDDHZ6pSIHf5x/agCuW
         MceSrqYSevob7ZDEXef24etUnf3NKc19QhwAcpQxLJwcHk7H3PqhX5f6zH7fAW2TQbeA
         uECw==
X-Gm-Message-State: AOJu0Ywje86zKJ/Ax816ElZbMG13yIoOLljCHkrrqlW49T4VGfmOADEG
	SsCExYvhiE7rwSoFZ9u7qgS4uNSCEcVgryM8Qd0GCzy/34QWIGQahIhd7M5aqJx+HrrjYF3r/20
	2sebDkjevA2nHyhWfXyUEiX7bpAkl6fv2YEn/rg4=
X-Google-Smtp-Source: AGHT+IGJ3x3tOxgQeYmzFjcq2nMMRRMle700eqN4O9eM0QKcpBVOlKTsmW2g8fwh+3KATHwMQW0bTo52m025sw1R1vbzCQ==
MIME-Version: 1.0
X-Received: by 2002:a05:620a:a514:b0:7ff:f2ea:d378 with SMTP id
 af79cd13be357-7fff2ead728mr1303495785a.55.1756882155813; Tue, 02 Sep 2025
 23:49:15 -0700 (PDT)
Date: Wed, 03 Sep 2025 06:49:15 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: 6266c9a54e5a0000
X-Notifications-Bounce-Info: AWoTSIEmJxK5-bUed1Wzaz_WETzPBnMmwQeiIrdg6vEcMw305PpSGykeRoFUdODkp59PHJ9I8qFDxeQ1ma8BuJAVXmrtenVj2ectdd5iJya1wm1ly5vYD8UXuz9qnmaq8uiXck2K8CB4FO_fMvVUMsytCkqq4HZnB1nAFS_6zyOA6QLo0OQsXQ_v1cT08mFqzWOKi7kfkYT59M1-NxgwOGkmLl50RJ2tQAEqn9QYO79koAhCeHjCla19bANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <Tvf-pqlWm6_HaGkhSngscw@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000cf3b71063de000ba"

--000000000000cf3b71063de000ba
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQpzdXBwb3J0QDI0
aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KV2Ugbm90aWNlZCBhIG5l
dyBzaWduLWluIHRvIHlvdXIgR29vZ2xlIEFjY291bnQgb24gYSBXaW5kb3dzIGRldmljZS4gSWYN
CnRoaXMgd2FzIHlvdSwgeW91IGRvbuKAmXQgbmVlZCB0byBkbyBhbnl0aGluZy4gSWYgbm90LCB3
ZeKAmWxsIGhlbHAgeW91IHNlY3VyZQ0KeW91ciBhY2NvdW50Lg0KQ2hlY2sgYWN0aXZpdHkNCjxo
dHRwczovL2FjY291bnRzLmdvb2dsZS5jb20vQWNjb3VudENob29zZXI/RW1haWw9c3VwcG9ydEAy
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20mY29udGludWU9aHR0cHM6
Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9hbGVydC9udC8xNzU2ODgyMTU1MDAwP3JmbiUzRDMyNSUy
NnJmbmMlM0QxJTI2ZWlkJTNELTgyNjI1MzQzNzQ5OTAyMjUzMTklMjZldCUzRDA+DQpZb3UgY2Fu
IGFsc28gc2VlIHNlY3VyaXR5IGFjdGl2aXR5IGF0DQpodHRwczovL215YWNjb3VudC5nb29nbGUu
Y29tL25vdGlmaWNhdGlvbnMNCllvdSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIGxldCB5b3Uga25v
dyBhYm91dCBpbXBvcnRhbnQgY2hhbmdlcyB0byB5b3VyDQpHb29nbGUgQWNjb3VudCBhbmQgc2Vy
dmljZXMuDQrCqSAyMDI1IEdvb2dsZSBMTEMsIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1v
dW50YWluIFZpZXcsIENBIDk0MDQzLCBVU0ENCg==
--000000000000cf3b71063de000ba
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"oam2CmhjEUbVdLRB9MBkQQ">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"oam2CmhjEUbVdLRB9MBkQQ"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dsupport@24hou=
rwaterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.goog=
le.com/alert/nt/1756882155000?rfn%3D325%26rfnc%3D1%26eid%3D-826253437499022=
5319%26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div>=
</div><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"padd=
ing-bottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" =
style=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-wi=
dth: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" a=
lign=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images=
/branding/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=
=3D"24" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google">=
<div style=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helveti=
ca,Arial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.=
87); line-height: 32px; padding-bottom: 24px;text-align: center; word-break=
: break-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </d=
iv><table align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-heig=
ht: normal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D=
"20" height=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub;=
 border-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjUb=
w_jdjJUI3UWfcH6HeMG8AGSTcl-hyy7NkOCCogcrpvX4E1aXyADUpHesnpPRS-in9nC8qfDB5xo=
87xddeNVwZrlXHKQOnXqgY2lJB_Yh0dwBYkklICZp0v7iLQ3qf82q6xbyaQ_95JzBBeeQOaFP_s=
Q3eVfUAsZcl7HtHSm2VxhVwqe4jFPObsA-JfJR6tCLwFYa9p8F3Ve0SZkYzLbkn9jEANpMBfQY1=
-uOhhKBCaTlxVNgXciqJCWQbGaTDyb0G9-5uIXC6NijNsQQWEFDxYpDgwsglHpWS5kTTyNUCko_=
DLI1Txs7q1757r9vnxNXHVULZcrKPvclh0kgWaHVDTXDy1zgml8TMz7c14CUL1nHyjbGP9QgNdw=
S97AuL5cLDoI-0OnqZfTIEG46Rx1e5tsv51rzkYXJCaogViszzS8NUSCTU2kEoFSDeNI_vh34Sc=
6B4fUR8YOxNuRrQj64EhOTOIeMd7sdJzYY0lGEDARjOBiMmYoYyh8NnpH7NUHA6ikcbxy_Th56T=
JO-pxg-Bm6nFZHC3FnQO719B-CUMpp2WdnbFUdtfS3xq7fEBG78ZwSQ0LaKqrA5flJk8PeyFT02=
6pR-wHvZuLcGma35OLzd_Xy8so3K9T3x1dnNRVYld9aq9a1pJUm5np9atMTeg9QDegyIxudCFig=
TFoVIX4HnE1Frt-rzr0BmB7X-zO0Qa2quhjivqL8_U63s65jZlyUCsLxI8K2-apLkGvWMl-WVLj=
6xVZq7nhPd0nCNv-w4cXu8n9MK2r7PNilRVcRwRgMme0plqE1_zvy8WbcwkCtlkHJ1iM6d1cweR=
4z-sjXObuoxui9i3OvCFwWlFjGtAX7B1Ma2gF8OyWqOiHtVaHgItPVVTkbUWbmDSO8jxiZQKiUr=
ZiSv6Uv61BprouhzL4ogf6oE6nGpe-PGHL0AFh2RmxBkoXHy3WWzni4ILUgYyjNH4vwPK-h6uAa=
jAuTLq9GOJXYW=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Goog=
le Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,=
0,0.87); font-size: 14px; line-height: 20px;">support@24hourwaterdamagerest=
orationlongisland.com</a></td></tr></table> </div><div style=3D"font-family=
: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0=
,0,0,0.87); line-height: 20px;padding-top: 20px; text-align: center;">We no=
ticed a new sign-in to your Google Account on a Windows device. If this was=
 you, you don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you=
 secure your account.<div style=3D"padding-top: 32px; text-align: center;">=
<a href=3D"https://accounts.google.com/AccountChooser?Email=3Dsupport@24hou=
rwaterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.goog=
le.com/alert/nt/1756882155000?rfn%3D325%26rfnc%3D1%26eid%3D-826253437499022=
5319%26et%3D0" target=3D"_blank" link-id=3D"main-button-link" style=3D"font=
-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-seri=
f; line-height: 16px; color: #ffffff; font-weight: 400; text-decoration: no=
ne;font-size: 14px;display:inline-block;padding: 10px 24px;background-color=
: #4184F3; border-radius: 5px; min-width: 90px;">Check activity</a></div></=
div><div style=3D"padding-top: 20px; font-size: 12px; line-height: 16px; co=
lor: #5f6368; letter-spacing: 0.3px; text-align: center">You can also see s=
ecurity activity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decorati=
on: inherit;">https://myaccount.google.com/notifications</a></div></div><di=
v style=3D"text-align: left;"><div style=3D"font-family: Roboto-Regular,Hel=
vetica,Arial,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-heig=
ht: 18px; padding-top: 12px; text-align: center;"><div>You received this em=
ail to let you know about important changes to your Google Account and serv=
ices.</div><div style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=
=3D"afal" style=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;c=
olor: rgba(0,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12=
px; text-align: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043=
, USA</a></div></div></div></td><td width=3D"8" style=3D"width: 8px;"></td>=
</tr></table></td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td><=
/tr></table></body></html>
--000000000000cf3b71063de000ba--
support/cur/1756882302.M174038P336585.premium320.web-hosting.com,S=33202,W=34049:2,S000064000000100662151007557630020650 0ustar00Return-Path: <3eOW3aBcKAG8OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id UM8/Cn7lt2jJIgUAVkXPrw
	(envelope-from <3eOW3aBcKAG8OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:51:42 -0400
Return-path: <3eOW3aBcKAG8OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:51:42 -0400
Received: from [198.54.122.200] (port=47719 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3eOW3aBcKAG8OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>)
	id 1uthLJ-00000001SIS-456J
	for support@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:51:41 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=cfNk2d9r;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3eOW3aBcKAG8OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com designates 209.85.160.200 as permitted sender) smtp.mailfrom=3eOW3aBcKAG8OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtZ14JGbzFxpN
	for <support@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:51:37 +0000 (UTC)
Received: by mail-qt1-f200.google.com with SMTP id d75a77b69052e-4b32fe42b83so50986981cf.0
        for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:51:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756882297; x=1757487097; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=v57O22j5ul/ukmD7bg3yFk+XEd+Ou+utcPYaRJZoKJc=;
        b=cfNk2d9rxdLZhqjyC5K4UUrMO41JXsPHFA25bmawIkaN9xsz4RW3I4xNtLKUpeQzai
         wj1lkoxKSoqFONNKlOcBTonCNSNKT4kK1CRKDH6h5Zp0kl+nDTcnOoJcycjMz1GaCftR
         wFkq+z7rvkmITZUS/A+wF8qbDREXJlbukiE+2JJrcl5soGXCzcGcSH4M+/hv7TnOUyyF
         Ubd0wylZlXTf5VSHZR77j71OEO7N+T79Iq6qMD6Shgw63BeicycyAygMvap29jc4RRGl
         wlQS8k8P+oMPFM/96sF3J1ZDI6Jc32kt02bEeWcFEnkQvz3OXHbvHa5OW9QC+4pyNR51
         gfdA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756882297; x=1757487097;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=v57O22j5ul/ukmD7bg3yFk+XEd+Ou+utcPYaRJZoKJc=;
        b=cZq+ys43Bh4DpSqqYrQRi+yoJXaui6ll69MC0+FjE+V03X4xJ5mIipqeGqSxyw8sHR
         MUI0/40GnNHtQ3lBOpxNEip8Lzd9Lc9iXAUwtXPNVl0Cx6zcWcbbBSJCXD4/601J9jP+
         sGoaUKQyatzaVw7lJ3pfOifd2XAT/N/JcBUqX0Tj2JmoImzfPh9lfMZYTrdxujA3hLhM
         BnjHETX4YA+aaSF9Zd8eW5FLNZlX+lh941IbsWs+hwL5vBq+rlyKikA1UebQM1M7sii+
         Tnatkf68dKTS+b+ohGZ0EgY+hnRfcp5uBazCMGLJz74CFVHhffMfcZPeOxr0i9JwGtzZ
         EOOg==
X-Gm-Message-State: AOJu0YyJ0qg/RuAKlBWKkRT0UG67naCshZ1Q1td/P03rxtZTm8n4T5k9
	aqlD9xugFCBswL7HdBvyMjPX8ATVPvPFAe1/bmyK7jsInuVWTPg=
X-Google-Smtp-Source: AGHT+IF89FYT/+66CrVTMXgQrbHfqML3/oPGFbf5OOfIrsw9Pwz1NoqxSgE/KVMfDwPlcUHgkJmlTeI=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:424f:b0:4b4:9500:1cd8 with SMTP id
 d75a77b69052e-4b495003738mr5940371cf.57.1756882296962; Tue, 02 Sep 2025
 23:51:36 -0700 (PDT)
Date: Tue, 02 Sep 2025 23:51:36 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 5729bf654e5a0000
X-Notifications-Bounce-Info: AWoTSIF7opLyV04RoMvY_FJGN25bDNJoNYN2ch1wKrvbqiS6aWbtAJx-dA9evL363w_WIluXDcCx4lg2t74az9Rwdru9gsw4szKqzLJlW17CijlXOV-wZVYeNXPPYBkfhfNFdBz_EfRcSr6gcHvwne-KhnRpbnEKk6h0yXUpBe3lPOw217xbvtHsgi7K2Rbas3E5vKkgA7d_AaMEuq8B_R_s0ximbdtzTJvuRd2fA1CTk82Pd11qgZ3v-3w4wO50J_Wb_0ispCInUpil1dKZSriVGmpytusG1V8MCFq1fkxyA8Wz1f_4KjxeGohz25YWzJDSXEFvJSL1VULGwgTkhahHGIXXlR_JhT-tOXVxx1jTlAxPzwSff0llkN4aG0UcYJYjScO7zTlesTXk4XOugW_ST3S_bRXEPm-HliURe9eQIXMpehcmAmVjBHdD083A31iBgH5ZfOLYsw9o3aY4QQPIKQlGXK5_jTSDzQK5YavoFsvU9ZhAjUMomG8QP-LeZn_NgE49JmiVwdcc-NYh5pBZl-CrCOULQgmneQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <c62025bd8549723589101f3e9d0d6107bf2b8f82-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000038fe1e063de009cf"

--00000000000038fe1e063de009cf
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo2MDA1OQ0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE3ODc2NTI5NzMz
NjAzMDE4NzI4L3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj02MDA1OSZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXBfMi01T1JHYlFwNHlQV2hQRHhFVV9pa1FmaTY4Vm14MTdpQ0o0LWpO
aEoxZ1I0dDZxd245bjV5NTI5VE1lazdkbVZUX3ZITFl6bmcwdVRieUI5VkNSRHl1TnFQNllRYlRz
T1FKSU5UTTdhUkpCZFJZcndiaGdCYVE2QmJrPg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81cHJHZ0pQUHM3
Xy14aEZ4dXA4T1hKcG9RaW1QVHBNXzBMd0xVWTFYYU5WbWVBVVV5ZjBybVdna3lhNF90dkh1akY2
TGthV0FXREF2X2pmZzNMMkpDT2JpMGxLVktRbk9XNHZRQ2RtWno5Vk5JYmdhLVM2VWpTZjFPWXND
eFUzY0s2cmxGNDdaaXV1enhvOTZWY3JBU3ZQV3FzPi4NCg0KMiBTaWduIGluIHVzaW5nIHN1cHBv
cnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIg
eW91ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBt
YW5hZ2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFw
cy4gWW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICAN
CmF0dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8
aHR0cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMTc4NzY1Mjk3MzM2MDMwMTg3MjgvcHJvZmls
ZS92ZXJpZnk/aGw9ZW4mcGluPTYwMDU5JnRyaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5pYW81
cmRlZ0ItOHFzX05sQVhKUGxJY0psbll1YmJiRE9TYm9LOG84a2JIQ3hoVlRIMjl5WXZqSWdpTzlE
ZEE2Q1dzMG9mdGpfR1IwaDhWbEQ2M21RX0pCbzUxVG5JRXZYV290N3p5b25PTXRaMkY4WUZIaUZw
T0hxR3lBWkVwekd2WGlvPg0KDQpWaXNpdCB0aGUgSGVscCAgDQpDZW50ZXI8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVvR3JQaEpBUmMxdFRZXzFaNU93c2N5M0J0SGxyWEVGSzJMeTRDWm04Ykdwd3NaUjlX
NFpZbThOQUZiMHFjaC1keENvd1VzelBkTUpxWEM3WVc0eWV4ZlAtZWpjS2l4VG9CbUlfc0F2MnRT
eEVvMVY0ZzlGRlpxNVg3TXdwY2hlS3I0alBCXzM3dHk2TEVmS2VHc2VLNUNjU0VpX19Kamt3S3BM
NDBXUTJFPiAgDQp0byBsZWFybiBtb3JlLg0KDQooYykgMjAyNSBHb29nbGUgTExDIDE2MDANCkFt
cGhpdGhlYXRyZSBQYXJrd2F5LA0KTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCnd3dy5nb29nbGUu
Y29tICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJ4bVhoMVFSSXhBNnpLQmgwNjRGRmZ1QWNPb2s1
aVBmWGxmeV9XUUtZamVWZ1lKWjhLWUlWaWFpQ2lld1pIcFVHQkJkRFliem5RVlVvaElEd01udEJx
QWZkM2RORnFCOVkxa3VWMmJtWVhKVjhlWmVSR0NUV00zTlBFMGpxQ3JOWlhmYTg+DQoNCllvdSBo
YXZlIHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hh
bmdlcyByZWxhdGVkICANCnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--00000000000038fe1e063de009cf
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/17876529733603018=
728/profile/verify?hl=3Den&amp;pin=3D60059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5p5L6hn__Gl0DdPkEnaQB08LgIf6qwQWPW0R-uzcl7cUq8Hb7tavjX4neyVBOG6X2ooP1J=
UJR4z-9OieUeB0pulnEvwvt4yqSssAZ2qFWUvtfjTcd6oKv8>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">60059</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17876529733603018728/profile/verify=
?hl=3Den&amp;pin=3D60059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qtyeS3j8xvFa=
TGCKWRlGc395K330-LXgOrj2OYv3KNLOVseoK6sUW7XjSIt4hJMeGktBJyLl-FIWr_3VSUB6_GK=
I6FQ_1qNWFuRLthtAqx16iy5VA2tmBL0FdCcY3-Gg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17876529733603018728/profile/verify=
?hl=3Den&amp;pin=3D60059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qtyeS3j8xvFa=
TGCKWRlGc395K330-LXgOrj2OYv3KNLOVseoK6sUW7XjSIt4hJMeGktBJyLl-FIWr_3VSUB6_GK=
I6FQ_1qNWFuRLthtAqx16iy5VA2tmBL0FdCcY3-Gg target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17876529733603018728/profile/verify=
?hl=3Den&amp;pin=3D60059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qtyeS3j8xvFa=
TGCKWRlGc395K330-LXgOrj2OYv3KNLOVseoK6sUW7XjSIt4hJMeGktBJyLl-FIWr_3VSUB6_GK=
I6FQ_1qNWFuRLthtAqx16iy5VA2tmBL0FdCcY3-Gg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5okIJnSaV-jItcTX_=
kclEyUEhx296-aUJtAxZyjN7_KHc3g6cQf9moKzRGQCo3lk5SzTs-tfsXGQrgM_Caxl21nAD7S5=
3HKOHznj2Rs-Z_JhdvhldfBToz0CELY5bJmIRC0xsKxMrKhxR372lcx9Fkd7XSmeA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">support@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17876529733603018728/profile/verify=
?hl=3Den&amp;pin=3D60059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qovyAVpo7tFr=
Qg6WqCpbVMOoeGdncXrPhXLMzIprRBGobAfWMc58v6c4Pv1QmEzMRUYEC0avlM9jkbp_GrSaZD0=
w33YuS-E3hYbalkVE33d2vFjYhKSFrKxCib6KNG1TrcPg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17876529733603018728/profile/verify=
?hl=3Den&amp;pin=3D60059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qovyAVpo7tFr=
Qg6WqCpbVMOoeGdncXrPhXLMzIprRBGobAfWMc58v6c4Pv1QmEzMRUYEC0avlM9jkbp_GrSaZD0=
w33YuS-E3hYbalkVE33d2vFjYhKSFrKxCib6KNG1TrcPg target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17876529733603018728/profile/verify=
?hl=3Den&amp;pin=3D60059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qovyAVpo7tFr=
Qg6WqCpbVMOoeGdncXrPhXLMzIprRBGobAfWMc58v6c4Pv1QmEzMRUYEC0avlM9jkbp_GrSaZD0=
w33YuS-E3hYbalkVE33d2vFjYhKSFrKxCib6KNG1TrcPg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5quT-XoBhzkd4KrAxqOY8t2dlgvM_1GFvPciSMo3FxC8YT3U2dv77ZxJo863JaehXfjxVs=
3ZYWS--Tu3WSolUVlsU8vShsx-rb0YWKuC6VyLoiuXE56HvsH2rgNa4LGfQpyRBcTY9Q-5_zinc=
D33_LoU0-yhxqOHPxTZp25hMmzMg style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5rovlRpvSQlTfEGNSl9qZooZn5pzBfifpxFYgB6dsAx69siv1rq95_s3VhhyLOI737d1K1wLNP=
V5B8FIgNeGwZ0e8IUT1WUm6814-fMtgs0QtUQGNyrV3kSUWs2IuZmRFhYkQyTtA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5p_VO_ISu6XSI59nSzKNSHpWipIuT_JJny2WkCh6P8Mw6xt9s1qvc_zrrKDNRcs89=
HtXl7l_nTsvt_UEFdptiItqAO7coPzAZHVXovMurHuDx2MecBvkUnci1pPR73vU_KzxQ.gif></=
body>
</html>
--00000000000038fe1e063de009cf--
support/cur/1753687281.M407417P3355091.premium320.web-hosting.com,S=24670,W=25447:2,S000064000000060136151007557630020746 0ustar00Return-Path: <37ySHaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id oBgqGPEkh2jTMTMAVkXPrw
	(envelope-from <37ySHaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 03:21:21 -0400
Return-path: <37ySHaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 03:21:21 -0400
Received: from [198.54.122.200] (port=36123 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <37ySHaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>)
	id 1ugIAj-0000000EBfE-3nIk
	for support@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 03:21:21 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=jfiP7YIZ;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 37ySHaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=37ySHaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br8zN3YJPz26LV
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 07:21:20 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-70e5ae5c517so50409207b3.1
        for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 00:21:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753687280; x=1754292080; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=YojHH7O3Dwrby+zb6zQW/ViEt8BuL9vjLxyIMVHV3U0=;
        b=jfiP7YIZk1WUmCbKooW2FPYCocxFXDukMvHu1SdBshopajJKEz4JkF1h1CYDBO65M2
         u659X2OUPkGE6zX7yZCycraQpEOeTFH7N/2F2yZ9Fsl+Q6Xsbrssbu7Pp79iHkYst0Kw
         bJfCR2fk+Q74ynfLQi2y8VmoqGPI53pRYow1lUUPOYmidp3euwVAcj5ruwWUIMgjE9JI
         wvjHOMJ3gpJyeM/upmXpaUjUzS6GwQdi+IeOxDSzu6+/Ps2R18h62jL/vjV0n3cmfptc
         B05Hg/5ACgm5RcDGB9ep7R+J65uhYzoofp1/+LpGWKKwGyoOLl8g7T2AxsWQ0VrX/l2w
         NrDQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753687280; x=1754292080;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=YojHH7O3Dwrby+zb6zQW/ViEt8BuL9vjLxyIMVHV3U0=;
        b=oux3Nayl5Agjc+TPFAkOmh4nwR6dMjbu/w8jkVoxGTmasJZJG9HxdLAI5GqPuKeVXd
         5xxXvhCJc8OxoQtuMuUzf+/LCjfLd03Os1sOwbEM8Eds2m1bfLrFlK+bQTajgT5RVoR1
         H0gHkHxdSDZ+8wTjdSpOHARqsgJQ3PwOG19AUBOqEZ9rgaSfxYptkQqCUISinK9wH2bY
         YcnZx9/DDEBf3qeMK4flmBa1g7U3h5Wcw5/MhDZhvhSout1r6FiP0u/Ffpj48ukqeTdu
         Uk5A0mzzLc6zlvNAoZS1DxvwC76qHc/kya6yT5/fRF4e3Xri+Bc7sh4om9pqFPr/1Mdx
         /JHg==
X-Gm-Message-State: AOJu0Yzt6EXg7u0PzqK8AzX2uviIVBgWBd00vgSrS8+zCuZrYENPNEmo
	KDDPffMENNuKvy4FiHE8wZkvNkWlaTzqdtvtDj+XG1smfRNC0auGNOuTegxd
X-Google-Smtp-Source: AGHT+IHLMkO448SrSQn3/A02bslPdYxNJrQ7TfsYCp3p+ht7ZGq5XKBUuJSf8O+hC3uhstjWj7EVa+E=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:708d:b0:719:4c68:a6f8 with SMTP id
 00721157ae682-719e34673dcmr144294567b3.32.1753687279858; Mon, 28 Jul 2025
 00:21:19 -0700 (PDT)
Date: Mon, 28 Jul 2025 00:21:19 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: a8fa27c2976a0000
X-Notifications-Bounce-Info: AWoTSIFWPUbubp17ZssEWIXJssAUhzr9Bm5WLYcCr6K4YojFAK0-MnhgRTebhvL-qpx9DBGXt8EjOiFizgVEFDf9YFiUlaAErvfbFgqmN0CQuYkvn5tkTFAckRh3ruhT8ys0HwKHO36pusNTxymU8oqhkC8KIjufFYICwpMYX_yMJe54Ot3xobxzTp35WCWdrAjac4GshMWO1fk_vTgV4Y723XCgkTr6iYA0xtvpHaH5PxmTGm8Ly7kRzvMuo18WYg4cxcRKOyXs3VctbsidSg-Spl2q4p4I7Awz9cIBGfcniFeAKeaAOk9IY0OS9X2ne9lrzpqftAoS1lt6ipN58wcpu6_ks89FBozoPxKF3bOAr32qBVbCKLeuBGD8vJ0Enuuj1FfK0HGdE9xfvL9rg-cqJjuOSKsW1jG8vsglfkykmAmszNw5WVEbJNzr-NM6hKuV4jwZS4QsjEP_RqFJU1VopZk6exrctmmjOxsdoIsal5TF0XoQ7TcvolF1VqPAmGYgseLB1xVWF951blMhO6sf7CcKeR3dJTgdE0vapGiH-4juFEHv6HuR_ISimg3NWFgZ2Gnl12IdIBdiBIBuXtZJzJyAHYwmi8-apm6p5O8L0IoMv9qWgj3qXjDJ2mQsWOgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <62597a0a3018b82b82bf0c0e6ecb8d3fe113d83c-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000005cf628063af82317"

--0000000000005cf628063af82317
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/11783927103926958590/profile?trk=https%3A%2F%2Fc.gle%2FANiao5ovVipFOlsf5CkbNzQzW94dGmRSIZTHQHk8ott91vm-r4Lu3iW8NMQiW1nbpAIxF-wTKTQcxy-pyGgkWAItKcDWfReC9C0OA0BZmsuEAI7XhfXOdD80F_moDfo>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5q7AttnDx-085kVVA5CVBE9v1Z52Y7cwTkhGDLIdN7MZaaTjvqfz29iicG9Uc5h_LljcHRMCLHT78nw0jkhWBumS3emt-CKeHk3mRM10ODHBwl1J26hDZ44pr1i7HEXVDxRyj4sxolzCTnToXpccxILn1pAhvVxUaYnrJnswbQ>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5qLmmBuXSefjOPDx4vndI-B13RJ1yoxrK_K2oE3cv7zSHr7aNsZnBH-IKHeAq4C7yrSfjQuhSp1FqQtUckUliqcXTFxPT3w3Hz5s9H8rJgNJUmUS6L93NCEO9XqErVJXDnM_OnvpM0q5aoppHgO-ESBB5jhEZvnx6W172RFhE9uFZKZj0x4j84qZSoHU_6D6mNGGVEIX7y0DJRCfli_0Dwe0cnS-mgvaUnSajrTWA0>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pHxKd0lhxgOuuYIdgroDJB54Y183rYhpVNCWfBunUhTrFx9Xy9JQ2J75ELn4o2I-Fu-VTs766aZwHJu6XHX4HdmYRUe0LzzyLqgJ4TCLfQ_rVjjCcz7vojuQKidcBF2DqEXMA>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000005cf628063af82317
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5qfjAABo-QzfygiBMc2Cy3I5gNJR=
FH9erVe62NAAvRLrfJ11WOdPJGv97xpsVMr7PO99nBW1IB9opUMbjFYC24djQxhmZ1dUQ71ym3L=
Z3WkbMecOjcFSjx0jqVhzIvaIhwlJuF4UnRilB9CJqhejXwgJUJZ4lCE6OoM0DnWj5iQYHaR2x7=
2TPK_LHeGSEToCllGlon7GQho1Wxs3s51ak20N2gX0TRZPOKhx_iY9Ip7Bg>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
1783927103926958590/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qDgQ8RAm8sFSw=
NMcP5S4bGAFACpbPydDGNElYR1JkzFlq_HEc2Hkv9YIBEJWusN4MT9ZjHO4kw886jaNVbn0qWrR=
Na0S1pkrIF4WUrbq9atSfg1WvSFSF4CM0ksg target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span>, your Business=C2=A0Profile has been suspended due to policy violatio=
n.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5ohBnbFRJWphUj3YA8v-6apmk=
yIXa_Mv8SZGPreyDyooZqxp0H-0X6YrVh4dPIAAA2sh3Q8sn_mn4oxjLt1CgJr1Zod0lBeWcRU6=
7-pT-VcsFt5Pzc-2Ve8fIYXjk8O5kNWqK4rcmXDC-W13zsXO2iU4ySXC5NoZerrJrZsf-1Y1A t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5o_i89bjTdYcSWMYCzq_7mBK-NL_JJh1ehacRcnmympDNk=
UldAj0_XOkIv2HtmQI5Bg48Ks1RyTxXQLyxe19AqFULYuGYOtEsSCr0IwKn3ThJ--7VHzXDem1V=
PEMlrPHty7U2zP8CRoy5MPH3-l5jvuuzMfANJbp4-qCO6vHS09wfTC06y7PPzfRx4hL0ALKREAq=
tFtOG6LluZ2WdSo3b1Pp0BgMkW6MiOioaIt6CZiGQ target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5o_i89bjTdYcSWMYCzq_7mBK-NL=
_JJh1ehacRcnmympDNkUldAj0_XOkIv2HtmQI5Bg48Ks1RyTxXQLyxe19AqFULYuGYOtEsSCr0I=
wKn3ThJ--7VHzXDem1VPEMlrPHty7U2zP8CRoy5MPH3-l5jvuuzMfANJbp4-qCO6vHS09wfTC06=
y7PPzfRx4hL0ALKREAqtFtOG6LluZ2WdSo3b1Pp0BgMkW6MiOioaIt6CZiGQ target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5o_i89bjTdYcSWMYCzq_7mBK-NL_JJh1ehacRcnmympDNk=
UldAj0_XOkIv2HtmQI5Bg48Ks1RyTxXQLyxe19AqFULYuGYOtEsSCr0IwKn3ThJ--7VHzXDem1V=
PEMlrPHty7U2zP8CRoy5MPH3-l5jvuuzMfANJbp4-qCO6vHS09wfTC06y7PPzfRx4hL0ALKREAq=
tFtOG6LluZ2WdSo3b1Pp0BgMkW6MiOioaIt6CZiGQ target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5p1GewzImmcXG2rrHKiqKgnj7hw16RENQem-isc9PiBDd=
n22445TLy8g5FwlqHIE0SuMqIX8PiwDYBfHmbg_8VXZszZd0ewxoJVGueQs9qcUQ83Hh5GdAYGu=
a1xwI0Xv0nfyRO8cA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5p9Sp_dzZ2Gvkj9dHh3Q7k7E8T4Y4lfaN2HlscEdSa9DRO13zg39QVqCLdD3tKi3d=
YyTu4XMRfrJcJL9CHOv19w5fVQaxSXDZfIs4Z71qKCCSk4O9UuqDaCEWrjgQVIHkbX3g.gif></=
body>
</html>
--0000000000005cf628063af82317--
support/cur/1756117410.M244594P3838408.premium320.web-hosting.com,S=8930,W=9061:2,S000064000000021342151007557630020573 0ustar00Return-Path: <3mzmsaAcKAAwz03q1xAs00sxq.o0y@identity-reachout.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id iGcbDqI5rGjIkToAVkXPrw
	(envelope-from <3mzmsaAcKAAwz03q1xAs00sxq.o0y@identity-reachout.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:23:30 -0400
Return-path: <3mzmsaAcKAAwz03q1xAs00sxq.o0y@identity-reachout.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:23:30 -0400
Received: from [198.54.122.200] (port=53254 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3mzmsaAcKAAwz03q1xAs00sxq.o0y@identity-reachout.bounces.google.com>)
	id 1uqUMM-0000000G75R-0HPR
	for support@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:23:30 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="KNwRds/s";
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3mzmsaAcKAAwz03q1xAs00sxq.o0y@identity-reachout.bounces.google.com designates 209.85.210.199 as permitted sender) smtp.mailfrom=3mzmsaAcKAAwz03q1xAs00sxq.o0y@identity-reachout.bounces.google.com
Received: from mail-pf1-f199.google.com (mail-pf1-f199.google.com [209.85.210.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9RhX2TLbz17Jh
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:23:24 +0000 (UTC)
Received: by mail-pf1-f199.google.com with SMTP id d2e1a72fcca58-76e364afb44so3280074b3a.3
        for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:23:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756117404; x=1756722204; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:reachouttracker:mime-version:from
         :to:cc:subject:date:message-id:reply-to;
        bh=huAtduCskFeaB1d90vf+sNxtLuAZEjNW6JPFAIMbsXg=;
        b=KNwRds/sLwWBrNQST+jwSlflqdQseIRfh3xwSUPfJtio13xKF9PXA/PPp4RPAuqp+9
         0QJFc7/v65dYPcHHnr5QK7i+QAFQfQ45r91iXs1jzXOPkvtzFCoFco9AD+tex7by4KCf
         Zk4CsRcAIxIvaLNxF++HuZ9KzNfipg5SsTVtgWjpeDaFjzJwm4x4t4RxgJSXDxgQXhVb
         ilq5m7DKKSnjtAYucUahSJubru0a7UNua58Nq3p4QySs+UXc14jDYNGGHNMl62jExD61
         sN8jgpsWikTu/47C4vdo2gFX/DMuwd8MZwT1qwxT09o7F/IBIKdotE5bm3cuExEZjMVm
         d3dA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756117404; x=1756722204;
        h=to:from:subject:date:message-id:reachouttracker:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=huAtduCskFeaB1d90vf+sNxtLuAZEjNW6JPFAIMbsXg=;
        b=guudLBZ9IoczOpyBFB6hLHudvfIndrK/uJEL22PuE0xI4VnQkJ2czCaQO32nqp3ivk
         eIEymrJssal4cO8YET1l1S9vE+JC3JwkESvjky3ZgYuwYFBHSODpHJc1pJnlEmdVwlZA
         IKBIBarVD/9H1ovysxGEkTVN1E9WDfc2EMzEbn8CCs95uWKtw3II4n55IiLQ5CwcA8zk
         Y8gVFxr7okoPNZSjt29WzMmCsyJKaiQhbcXp5qZZSswv821NFWiCbANjug28NWZIHGKA
         CObJyzsTURKKgc9sc8Mm/ow7BaDoN0txUSDdUPqegusJHy9ogX2sEbrVWuEDKcB1BHfB
         VTGg==
X-Gm-Message-State: AOJu0YyheZ+W28sIwnZJmXuRN9bQYCG3ZQdJ5H+ImXtqwYewlO7SM2AM
	LqAI2fMbNG1s8bUi4puhdyT9Z2LvnofyYEYKUn2KhzJbOEQQ0PrYdABHgx46CRyNvRrPaa4307D
	1gJ/os6tFT6VMxE7UL7LmOCTHuSsH1fe/QBiVfLl88j/hkmGBmSqQGhmRmD9MDs9wAuMmr7a3L2
	0UrO8ZBpBPfAGQD/+26uGjSQpJEZtchrO79EeQFyQD9RBgOAbeJRV+ce8=
X-Google-Smtp-Source: AGHT+IF8/5GUtxrDdFCIo/xxSLsAP7q5XJsuKRZErMnYtO1C2WE/embOZ/njEKdx35ptgxq99pwAY6IFZjMlWM6siQ==
MIME-Version: 1.0
X-Received: by 2002:a05:6a00:98c:b0:76e:99fd:e8 with SMTP id
 d2e1a72fcca58-7702fbfaf3emr13978778b3a.27.1756117403582; Mon, 25 Aug 2025
 03:23:23 -0700 (PDT)
ReachoutTracker: AXiFLV5uIVBWmkQQdmlBKr8X1wck4+E48Yo7XHIJXeEGfFNDKEtkABmiks9dUZVDpckKBLG0fb7R/dNqx6pe1TKGfyuprQ==
Message-ID: <autogen-java-43cec7c5-1a30-434a-8df3-1788aaad0948@google.com>
Date: Mon, 25 Aug 2025 10:23:23 +0000
Subject: Google Verification Code
From: Google <noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000071a82063d2df27c"

--000000000000071a82063d2df27c
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

R29vZ2xlIFZlcmlmaWNhdGlvbiBDb2RlDQoNCg0KDQoNCg0KDQoNCg0KDQpEZWFyIEdvb2dsZSBV
c2VyLA0KDQpXZSByZWNlaXZlZCBhIHJlcXVlc3QgdG8gYWNjZXNzIHlvdXIgR29vZ2xlIEFjY291
bnQgIA0Kc3VwcG9ydEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20g
dGhyb3VnaCB5b3VyIGVtYWlsICANCmFkZHJlc3MuIFlvdXIgR29vZ2xlIHZlcmlmaWNhdGlvbiBj
b2RlIGlzOg0KDQoNCjU5NzgyNg0KDQoNCklmIHlvdSBkaWQgbm90IHJlcXVlc3QgdGhpcyBjb2Rl
LCBpdCBpcyBwb3NzaWJsZSB0aGF0IHNvbWVvbmUgZWxzZSBpcyAgDQp0cnlpbmcgdG8gYWNjZXNz
IHRoZSBHb29nbGUgQWNjb3VudCAgDQpzdXBwb3J0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbS4gRG8gbm90IGZvcndhcmQgb3IgZ2l2ZSAgDQp0aGlzIGNvZGUgdG8g
YW55b25lLg0KDQpTaW5jZXJlbHkgeW91cnMsDQoNClRoZSBHb29nbGUgQWNjb3VudHMgdGVhbQ0K
DQoNCg0KDQoNCg0KDQoNCg0KDQpUaGlzIGVtYWlsIGNhbid0IHJlY2VpdmUgcmVwbGllcy4gRm9y
IG1vcmUgaW5mb3JtYXRpb24sIHZpc2l0IHRoZSBHb29nbGUgIA0KQWNjb3VudHMgSGVscCBDZW50
ZXIuDQrCqSBHb29nbGUgSW5jLiwgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4g
VmlldywgQ0EgOTQwNDMsIFVTQQ0KDQoNCg0KDQo=
--000000000000071a82063d2df27c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:=
 600px;"><tr><td><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellp=
adding=3D"0"><tr><td align=3D"left"><img width=3D"92" height=3D"32" src=3D"=
https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_188x=
64dp.png" style=3D"display: block; width: 92px; height: 32px;"></td><td ali=
gn=3D"right"><img width=3D"32" height=3D"32" style=3D"display: block; width=
: 32px; height: 32px;" src=3D"https://ssl.gstatic.com/accountalerts/email/k=
eyhole.png"></td></tr></table></td></tr><tr height=3D"16"></tr><tr><td><tab=
le bgcolor=3D"#4184F3" width=3D"100%" border=3D"0" cellspacing=3D"0" cellpa=
dding=3D"0" style=3D"min-width: 332px; max-width: 600px; border: 1px solid =
#E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-ra=
dius: 3px;"><tr><td height=3D"72px" colspan=3D"3"></td></tr><tr><td width=
=3D"32px"></td><td style=3D"font-family: Roboto-Regular,Helvetica,Arial,san=
s-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">Google Verifi=
cation Code</td><td width=3D"32px"></td></tr><tr><td height=3D"18px" colspa=
n=3D"3"></td></tr></table></td></tr><tr><td><table bgcolor=3D"#FAFAFA" widt=
h=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"min-wi=
dth: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px=
 solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-botto=
m-right-radius: 3px;"><tr height=3D"16px"><td width=3D"32px" rowspan=3D"3">=
</td><td></td><td width=3D"32px" rowspan=3D"3"></td></tr><tr><td><p>Dear Go=
ogle User,</p><p>We received a request to access your Google Account <span =
style=3D"color: #659CEF" dir=3D"ltr">support@24hourwaterdamagerestorationlo=
ngisland.com</span> through your email address. Your Google verification co=
de is:</p><div style=3D"text-align: center;"><p dir=3D"ltr"><strong style=
=3D"text-align: center; font-size: 24px; font-weight: bold;">597826</strong=
></p></div><p>If you did not request this code, it is possible that someone=
 else is trying to access the Google Account <span style=3D"color: #659CEF"=
 dir=3D"ltr">support@24hourwaterdamagerestorationlongisland.com</span>. <st=
rong>Do not forward or give this code to anyone.</strong></p><p>Sincerely y=
ours,</p><p>The Google Accounts team</p></td></tr><tr height=3D"32px"></tr>=
</table></td></tr><tr height=3D"16"></tr><tr><td style=3D"max-width: 600px;=
 font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; c=
olor: #BCBCBC; line-height: 1.5;"><table><tr><td><table style=3D"font-famil=
y: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #6666=
66; line-height: 18px; padding-bottom: 10px">This email can't receive repli=
es. For more information, visit the <a href=3D"https://support.google.com/a=
ccounts?p=3Didv_pre_em&amp;ref_topic=3D2364467" style=3D"text-decoration: n=
one; color: #4d90fe;">Google Accounts Help Center</a>.<br>=C2=A9 Google Inc=
., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</table></td></tr=
></table></td></tr></table>
--000000000000071a82063d2df27c--
support/cur/1754195990.M231413P3655395.premium320.web-hosting.com,S=33184,W=34031:2,S000064000000100640151007557630020731 0ustar00Return-Path: <3D-iOaBcKAGYFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 2M9FDRbojmjjxjcAVkXPrw
	(envelope-from <3D-iOaBcKAGYFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 00:39:50 -0400
Return-path: <3D-iOaBcKAGYFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 00:39:50 -0400
Received: from [198.54.122.200] (port=62393 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3D-iOaBcKAGYFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>)
	id 1uiQVi-0000000FLB8-0EPq
	for support@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 00:39:50 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=AMiqpLFL;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3D-iOaBcKAGYFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com designates 209.85.219.70 as permitted sender) smtp.mailfrom=3D-iOaBcKAGYFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f70.google.com (mail-qv1-f70.google.com [209.85.219.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvn68280Tz132L
	for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 04:39:44 +0000 (UTC)
Received: by mail-qv1-f70.google.com with SMTP id 6a1803df08f44-6fb5f71b363so45071826d6.2
        for <support@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 21:39:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754195983; x=1754800783; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=X9ltpEpVPzWoWiZslCbgds5LIRHz6lOHbIM+4OXui1c=;
        b=AMiqpLFLbo7rlUyyWL7LGPnhdMnimLR1W8p78Xojk7vIYphOy2UgiryPvdCFe4lUxP
         x1TpQ7pge5A3BeaOW/tnjMHDvCRbNnRww/W6ypQ291umrkqsbCuRDJOaMLxcxCYPHiVH
         INjVv7D+c7BAgJbzWK4ujmatZi3aD2Xf9OIJCSlnytmXC0YBBXBWPF0xauGJOpLhEGIl
         9Ae9VL2+qZbNv39ZFB4uMQ1IRL1qi4pMKLt1hzH9FtBESgTIrRhxEHbWgAvlHVj34qif
         jor1APbnP6cXhmFUjd+9dJMGDpKisY8j28yn67V254EFKhjnp9Z6U5YDqNdiYNrM2mFn
         O8dw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754195983; x=1754800783;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=X9ltpEpVPzWoWiZslCbgds5LIRHz6lOHbIM+4OXui1c=;
        b=B3eGxbxnh4p83S7qvNlp7jgb7Ofbzb2bsE1J+Kg9sulPshv2XbIVp2fbyxbKH84AMd
         syFTosCrQ+l1nV5ZEQ9+iqe09Aat5IYBYxNDgDZNpRz/Wrq/+nnWJNA4Oein4wctg8sk
         GtP153AYUiEHqE21lK0/rrZdj1dVhadXl6RWbcM1vMKZncrYcdTRbra+7j7C4qH0sdvy
         kJc3VQY3HfmxYfjeAUytH13aZ+pUufiSD5CpwbPwwDMKzHw6jCur0B57zhFPuP7hC5oD
         GxX69in7Wu/kYJZmHl5XN6kYM3SNQuDwYe0IWP2U0ZotT0BnF4xzrRcfGc/b2ko3u3n5
         6b7w==
X-Gm-Message-State: AOJu0YwHnh5rKefEA0ESBPM2hakoO8QVM4Xkm2cuJiJdYeoPHpIb+d7F
	bKT8cWNomqCT/Fyt8+Qt17Bx6jC9AKpmJo2MBf/Bvn3vT14j27g=
X-Google-Smtp-Source: AGHT+IG4xyypFuIBOvjXeqfFc9MuVcFY2bY3wcsV40x+xRuKTAV3rPST3E2dIx0DXpv8aXPnSgciP8o=
MIME-Version: 1.0
X-Received: by 2002:ad4:5bc7:0:b0:707:5ece:75eb with SMTP id
 6a1803df08f44-7093633f07dmr81245026d6.50.1754195983710; Sat, 02 Aug 2025
 21:39:43 -0700 (PDT)
Date: Sat, 02 Aug 2025 21:39:43 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 38fb6ba6f5ea0000
X-Notifications-Bounce-Info: AWoTSIGJ9fTdylSOUlvlAtqhfa76ckBmoDPrskQu7TjatKYWp8otTpsSlwFSassMQIbWYdMDCIOw1ZKBpEwMjw0DgsdFPVN9AaKw4hKr_M8q2W8ZQcMafWRb_gQZ-4XdbsPYtSYy3s_4VU-5kJwbhK6s5_6tZ3XGfa9pah6dZ8_ECPhBDRbQO-zRg9pNiNvMbzo9aNz2FjBzWwiA3XodB3atPLfw-g7lVwasfUM3wI-ncH23qG5sebsG9mVjU_g58IocJt3qVSgsJYTyHQvoVEnVhoXE2kVvAVHSs8O0eAub9ZmPB35lwRiwTFKtLOR8KmkQTyRIcUWQAN-5TW680H24MBngUqoXWR5v95ez2l3-JUzvtIEcoJxzK52DTxUn3QQ6tiaATZHo9y-vcQb7Bs9_eyCE4IGga-CfNAB8Wb4bIbyK1zDd6USpeR6eoVwTZ5rbWhYW4G8t9DxeFnUUDAqChVqCkjIgunMhpUIOD6dRNyZu9MRThD3R6TGIPP3Ltiyk0mvQIn5nuumdgs3nXIuPajkX8mlMKItSDANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <b6fb99bcb0555bd4bcbe03f5f4f845688de7d5ee-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000079bc5c063b6e945b"

--00000000000079bc5c063b6e945b
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQowMTU3OA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzc0MzY4MDY5MTgw
Nzc2Mjk1OTEvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTAxNTc4JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cFFJVHU0dW9yZ0NxTjFJU2lwblRYV1VWZWFBeDE1aHdBNG9TYklXTFE3
VnZjSjMzVXZEYnozTDRmcHB0QmhzRmpqSzl5VlJrTU1vYjlkVWxleUVwR1E5WVZJY2k4czJNbmdN
TllxazV1Wmd3Nmd3Y1M4MHk3X1NCWXBFN2M+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyTUZTeVlYamlx
ekpLeGdIclZTU2xVY0tvamliSFBTWnBucWU0M1JWQkdMaGc3NktkdVNxc1FwZ2V3Y0ZJRFoyRU96
U19DOTliSFhYWE9fYkNQSmJtTGFkZmRYSFZrMUlWTWZTOHU2TExMcy1INzNyU0N0eDA3WVUxR1hj
bTV4VkpMMnlYZ19LVkpSNnp4elI2dWtPMmUxZjQ+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgc3VwcG9y
dEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi83NDM2ODA2OTE4MDc3NjI5NTkxL3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj0wMTU3OCZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNW83
MFRmYS1VUjdEd3ltOTFlbVRLRGNjdW9sWEpFVmo2MjE0YlNDeDg0SE9pXzM2MWNTdTBEN3duRFpf
Q3YtREhEejlPMGlYcUpqSzgxWk5fb2tydnZZQzNIRm43ek5OSEdLU2ctcnhyM1QzTFpBU2NIazR2
WG1hSWlMbDQ3Uk5nbz4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81cmdnTnZOV3k0dHRobTlMOWtaS29jeFJOaTNrSi1YcGVzbi02a1hsTEVYVzh1X0w0Ym1m
OFZpUTM3RnBQQ2tGZE1WOFNxVVV0RjY2aFFTM1JnQjd4ZjE1YWtacFp4OVoxNmVIZDVKdE9ZSUhh
ODQtR2V6RzVnSVYxalRsWHlENlZZeFlQUFJOU2FtTkExYTFVcXVPN2xRQTlmTzllTzlQUzdjdU94
cVM2UT4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyZUlidUJxQjUwQ091NXhLWDZsa2taWkRoTlBYdDJN
eFROOTBENkQwNTFVQjgwemxQVHBXXzg1NFRYSlc0UUpnc1Z6TUlCWnBaWVl6S3lQa2tqOUx0UGVQ
R2dYcVBEbUhkZkptXy1laTN1QVNwdHpYNTdFeDRKYndVSl9HdF9IYmFJZFgwPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--00000000000079bc5c063b6e945b
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/74368069180776295=
91/profile/verify?hl=3Den&amp;pin=3D01578&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5r91L6twcxJcAtZ8DPmhuIv8jcORH3wWYeD6HI3SPugdJSyTF_QnpX-8e6Oux3xeEjU-umt=
fWdfeEQY7spGe_knFZAJT7IM9_k9Zdf1SPDrRBShYyyyczQ>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">01578</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/7436806918077629591/profile/verify?=
hl=3Den&amp;pin=3D01578&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qkiaEkF0uTrWR=
SThqGkFpZd3kMvNkgoscE3zkxS0AFkBgbtMwj3G807n3gqMcnSlxxe_BRSMMDc4PX_p5dVs4-qN=
aUULZkKDgXpRDrFpExz7rXQdlnVS7T8Fwm8K5U1w target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/7436806918077629591/profile/verify?=
hl=3Den&amp;pin=3D01578&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qkiaEkF0uTrWR=
SThqGkFpZd3kMvNkgoscE3zkxS0AFkBgbtMwj3G807n3gqMcnSlxxe_BRSMMDc4PX_p5dVs4-qN=
aUULZkKDgXpRDrFpExz7rXQdlnVS7T8Fwm8K5U1w target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/7436806918077629591/profile/verify?=
hl=3Den&amp;pin=3D01578&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qkiaEkF0uTrWR=
SThqGkFpZd3kMvNkgoscE3zkxS0AFkBgbtMwj3G807n3gqMcnSlxxe_BRSMMDc4PX_p5dVs4-qN=
aUULZkKDgXpRDrFpExz7rXQdlnVS7T8Fwm8K5U1w target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5qJdCiUb9SY1C1tkS=
0WuOqQwjYxEue-F1m-uBMdHfua_TTzk03tmXXJmy4TyUjMvQFHp9u5xKUoqvhhoKzK05P4a2zzV=
3muCef_Y2_D26P3YWs-OdxQyd3e8hfnwPrS_Si6fH-IJ5qSidecy65QSHio3IipSg style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">support@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/7436806918077629591/profile/verify?=
hl=3Den&amp;pin=3D01578&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r-x0Dvov7qikJ=
tykeo3eYkytJbmnlM5A9mbczisgOUmqGJ8k852WOKO2pb4q4TYQyX68oCJYRck_DtOt2WcuyGGn=
58KRAn7dKBOyg-i8wemDvkcqxpLZMRlb6bG9axW1OrRA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/7436806918077629591/profile/verify?=
hl=3Den&amp;pin=3D01578&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r-x0Dvov7qikJ=
tykeo3eYkytJbmnlM5A9mbczisgOUmqGJ8k852WOKO2pb4q4TYQyX68oCJYRck_DtOt2WcuyGGn=
58KRAn7dKBOyg-i8wemDvkcqxpLZMRlb6bG9axW1OrRA target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/7436806918077629591/profile/verify?=
hl=3Den&amp;pin=3D01578&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r-x0Dvov7qikJ=
tykeo3eYkytJbmnlM5A9mbczisgOUmqGJ8k852WOKO2pb4q4TYQyX68oCJYRck_DtOt2WcuyGGn=
58KRAn7dKBOyg-i8wemDvkcqxpLZMRlb6bG9axW1OrRA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5oNR1uviiWyJdb5DBiUZHgencfytBlBxHmhualkzmokHu3eby5mzwLckITuCn-1gdMNmqu=
Wv4iqRM3cmzaZamOJqtOdNMDYZ8-7vS_5taIxc7puoMyzArmvfaRmLDo4S9uRPh2SCE5ot022kj=
2RHkIjGcATTULRrCY-J25eLQB5eg style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5orZ36H8z1Po4K966SV46vujsUtnfzIEAAVLq__7TVwt-Ny-epqoVY2DEqBxzRGbVjwqQqRYKh=
Bajsw9rpMcP93cjSuoZf4XZun7p6Rj49JJfQUWvma6Dl0VLRASfRy9P50crYRKA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rHgCqa1qa-C4yJBsarlYbA7Lx1x9xM6uwTXpZgXOc-H97tfE-vUAK2cyex07NKiP=
-KH_YCbe2kGmiAR0sbWS6dnGgdMmOMbJmP1n24UEehaE638BJ7Z_2FhG8gZfPzNuNj7g.gif></=
body>
</html>
--00000000000079bc5c063b6e945b--
support/cur/1753372557.M660752P3945570.premium320.web-hosting.com,S=42996,W=43790:2,S000064000000123764151007557630021000 0ustar00Return-Path: <3hVeCaBEKAIg803w41moq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id sMfjJo1XgmhiNDwAVkXPrw
	(envelope-from <3hVeCaBEKAIg803w41moq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 24 Jul 2025 11:55:57 -0400
Return-path: <3hVeCaBEKAIg803w41moq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 24 Jul 2025 11:55:57 -0400
Received: from [198.54.122.200] (port=46338 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3hVeCaBEKAIg803w41moq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>)
	id 1ueyIY-0000000GdDP-0jUe
	for support@24hourwaterdamagerestorationlongisland.com;
	Thu, 24 Jul 2025 11:55:57 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=oOYQXtyQ;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3hVeCaBEKAIg803w41moq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com designates 209.85.215.200 as permitted sender) smtp.mailfrom=3hVeCaBEKAIg803w41moq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pg1-f200.google.com (mail-pg1-f200.google.com [209.85.215.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bnwZs5tdnz55LM
	for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 24 Jul 2025 15:55:49 +0000 (UTC)
Received: by mail-pg1-f200.google.com with SMTP id 41be03b00d2f7-b1ffc678adfso839418a12.0
        for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 24 Jul 2025 08:55:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753372549; x=1753977349; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=EcY/AMlDN+ox6LgCqyQtnp8snDzD6C7m1yYH4WFYnmo=;
        b=oOYQXtyQBs8j64pgbQ/I9CUXVj5nb7kYahltSduV0WBj2fF5ZlYnXVtUcR/s0Wi9dl
         vFWNRYHLRj5RKQ/x738EzLW8WH8khA7KlRJ/90hbt/me/z/cFGhYGdcpzpco37kf1fgX
         8kVbcRiFSK5eOzIIIVlJ/GbOMQOWJVvCrJ4DsZxjtALi5mT+hGd5BZOOq8HuSgcW/SAd
         kU+mPQbRNaDXbkfaecLoii++FnCsuFTB6FAHJwfw2FbB5Kk5MLelDocKezEmAgf0JTit
         hT4XbADNfroiBArgrCX5Dlf2JbBSbnJOPQ7TN8FJ9K2H744VjlknEdjqy0+G+LBEh2Lu
         sFXg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753372549; x=1753977349;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=EcY/AMlDN+ox6LgCqyQtnp8snDzD6C7m1yYH4WFYnmo=;
        b=c7tBypyxIIMFsObnMpNiWa3Fvl/2H6MmFnd21a7IEeEMTLf14t7z/5C7PJoSfUskdR
         imcVBQL5639sheZtAoYS9QM1IaJThtgAa5bCvKRwP7FSbZGI4AOyjsqVbN0z2r+/LPDI
         dqiy8CHb4sJ6hBfzwn4mojV6e9+qDNpx3cquF9eUxozLYKeh5o2OgljywZaU5H5wBIvY
         wpza9G9y4Jh9nooBncg87RqlnXQRXeSUexdsE7qxXCyIOy0YX13xjWjVqT/lDMeacRey
         iMatMUPorRpAW+LK4UuElYz5JreqHoErFWhQN6bJjrWqxp5frZFxIuD29V+21VpkRK2P
         WNXQ==
X-Gm-Message-State: AOJu0YwqprxDOqLYV+92IqP8Ha8FKdPdRQhPa+tNbT7oMjqUg2drX98G
	wF3LS5chgwa1Kk9vdh9aw7Egt1RGfRMZ45vEe9RCE+hu5bKjbwLP0MBfTUfg
X-Google-Smtp-Source: AGHT+IFo875dXXrutCC9CMn37f/zAeBDC4k5xcEi1Q/QgnGDxnMA3a3cP8RX4c6QtAKlPyugjVP5O5s=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:4b:b0:310:8d4a:a246 with SMTP id
 98e67ed59e1d1-31e506ef50dmr9734904a91.1.1753372549204; Thu, 24 Jul 2025
 08:55:49 -0700 (PDT)
Date: Thu, 24 Jul 2025 08:55:49 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140157
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5rEFfICHsmf6Vj3KKvZs7iqdq_qyYnBeafgtrBfuv2QIONeUTgmEBHo3B1LIdmJOm-IKrXvhOBpg9R0C0KgsXzFLARuZDsFgcUYsxj7GYWF65EGdXiJ9lxh0N6uJjc_fwHQwfSppaywjLAbESW8AEk_gn6yLIToHVRreLBN6LcryYA2SqkhuNyS4NjRmowbdPManKiwjr97baLrKqFoZhl3YktJgDnynYofgNHr2c_Jjv1HmJd8uzPIFEg_etC8kY5y193ii4qh2P79RfFYMErHCD3_-U0N5fKU9fPBdCglZPsCjkf6TZv9Ch18cAFYpPCuEY4yxUnISxZVf7SejEGiPUUA_PhHfQQ8DuBrcYUM_7U?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509315-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: d524f06ddf5a0000
X-Notifications-Bounce-Info: AWoTSIG8y7jAsOyLfbaFaTEMYt7ELVuPNzbyDezMAOfkGiR1a7kby-nH4wLHkLOdid-347OpX5j9RBIAJWY6PCbOA5dpVoRupHUywuTAYC9gXu2MMtNjOiSINaEJ_HS0DftEChfBppMLQvZ3f9UamyIrik2as72thX_XOpiQs3317qCBPAqy91NkC2Q8waYa3K-RhkOLl1Ddc7V0sK82An9KPQRS9pC0VqHJq81oGsa1pv1V9aPrRZ3M6WI8-5gYwzxBHn33zhVF9pD_Jke8sjtpV-31iPX7Eao-QzGWL0N0uYmsBmnOyOQKmYIZV7wpDf33IVui_g6lKQLB3NSzNkZ9QjnwVUtHkvJXPIomezYmbTwydluXn60Y08GX6UVQ4CgnAfpktQPX6vFYRnyNu5UTKlpz7kUHhXxTm6gwjR2cpwVXlulTopAqbmjzvI-bweJVUEofisREs_KA0-fVdUZfpfNe4DaekMOLCcmdoquqEYH4tkvL3T5U5DUQRD8iJtY0uv-4DXSBkLMf5gNltYo50SLmycGtntDvvfMDwG0jt2tdyWGTDCFSnieDEJC4m4ViX-3ZwPDHO-4uZp2mR_eeHk-v0A5CRHUb42gjweUqXaETyytrXptX7FVN2AfS2lASThIK1TEfxZD7rql5stjT3qPfHh0LZMxLmgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <f8ffcf3c4fe1cdddcb96788132d4b5eb63074c79-20189259-111087992@google.com>
Subject: Collaborate more effectively using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000f44ae6063aaedbed"

--000000000000f44ae6063aaedbed
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpNb2Rlcm4sIGNsb3VkLWZpcnN0IGNvbGxhYm9yYXRpb24NCg0KDQpXaGV0aGVyIHlvdXIgdGVh
bSBpcyBicmFpbnN0b3JtaW5nIG5ldyBpZGVhcywgYW5hbHl6aW5nIGRhdGEsIG9yIHByZXNlbnRp
bmcgIA0KYSBwbGFuLCB3ZSd2ZSBnb3QgeW91IGNvdmVyZWQgd2l0aCBhcHBzIHRoYXQgY2FuIG1h
a2UgaXQgZWFzeSB0byAgDQpjb2xsYWJvcmF0ZSBhbmQgZHJpdmUgaW1wYWN0Lg0KTW9kZXJuLCBj
bG91ZCBmaXJzdCBjb2xsYWJvcmF0aW9uDQoNClRpcHMgZm9yIGNvbGxhYm9yYXRpbmcgbW9yZSBl
ZmZlY3RpdmVseToNCg0KDQotIFF1aWNrbHkgc3RhcnQgYSBuZXcgZG9jdW1lbnQgYnkgdHlwaW5n
ICANCmluICJkb2MubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81cGRsQkhILU1xZ2Q2eS1KYndfT01L
bkwtSUlObUQ3VW5iWjBUVWptZnJWaTJLREZjTEhtT3dvZG9xYzc1VURXclZiOWxtS3NxVzVZMXNT
RWRrSE5wQXNPa2M1UFRjQ2NGVTlLakl3aTlUQkVWRTRjNTQ+IiwgInNoZWV0Lm5ldzxodHRwczov
L2MuZ2xlL0FOaWFvNXA5a1dhQklLVDhQMHRUSUhFSklhd2xhNC14WmpBZFlxZW04T1pmZzVtbndv
YmVYRUxTY1ZjYXNGSjFfQTYxb3JWU28waDJHZnF3WDk0REpDREVueTRzblRNTWlvMDdWMWF6S3Q3
bV81V0VySG1JYU1Ebkx0OD4iLCAgDQpvciAic2xpZGUubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81
ckdYZ3BWd0NORFNYQ0REME56S242R0VvM19yN01Na1pmckR6X3VfdGFjUWpEQXJEUEx5dWY3Ry12
VGotWlhqeTNBa1pWTDg3YnZJZjJHVWlRa2h2anU4QXVMTFJLaUZLX0tzcnN1MW8wbkdxMEprSFhR
OVBFPiIgIA0KaW4geW91ciBicm93c2VyIGFkZHJlc3MgYmFyDQoNCi0gU2hhcmUgZmlsZXMgd2l0
aCBwZW9wbGUgd2hlbiB5b3UncmUgcmVhZHkgdG8gY29sbGFib3JhdGUNCg0KLSBBZGQgaW50ZXJh
Y3RpdmUgIA0KZWxlbWVudHM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwczQ0Y2trQzA1UmJDQUpWUEIt
bEFkV0RsWjlQbWkyMW1NUHZOdUd4cVJZcWxDYkhNMkxpRW1XZkh6cHpTUmtmYXhyeUduUzVzZnJl
bmcwYVpFYnJwd3loZ2xGTDBOMVEzWVdrRW5KT3JqSUpBVnB6V0RhNlZWVjJYWkl3T2RWa0JIN0RL
cnIyLTE0cno3V2xmNU1Na3dfcHREZ3ltWmhZcTRpTjFSODdyQjgwdjM4VUpOSzZVZFdZTldTREFv
dFp4QVNLeS1EWndlYVVCaGU1RkZfRS1WcDdfS1VySFdwTmM5R2tEV0l5WFRTLWJiTV91Z1JiQ0tt
ZWhyMWVka1NXR0Rvc1BVQ2lPRzhQRVAxcUNFb2hwYTBHTzg5WUk3LVU1WENNYU93c0Jocktkb3hT
NG43Nm9iazMxZEtjbjRzWXdTZEVDYnN2YlNwQmF4c1FmNTczTERxTjlNcEo3eFNtYmlOUXJTR3d2
VlFiV1VjUEpTcWRtRXBSVklVaUxta29ZNGI3NWhkeUVXUzNXS2w5az4gIA0KdG8geW91ciBmaWxl
cyBsaWtlIHNtYXJ0IGNoaXBzLCB0ZW1wbGF0ZXMgYW5kIGNoZWNrbGlzdHMNCg0KLSBBZGQgY29t
bWVudHMgYW5kIGFzc2lnbiBhY3Rpb24gIA0KaXRlbXM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvb2Ux
eGFFUGhTOVRuS0p3bk9SRUk3SHR2TEhCLXFEdVRoQ2VzZVRBRWNCYzdLYjJoWENoYlM2UXZPQUFX
RnpqbmRKTkZfa3JxdEpqWlYyOVQtd1FiSUZzOWZ1UXBuSXBudi1kNTB2QUZRMkZVY19OTEM4UEZj
dll5TEVLRTlRYk1qNWJDVE54UkJrMFJsTHJESWEyS1lRaDFPdnp0MGgtRUZyTHA0b1lTcE9SbERt
dFZveUhVMy1lRllRdEE4T3pvQmhDYTZzVkdDUGxXVy1xaGtORDlTZjd6b3lxQ29wUHV1ampqYXN1
dFhNSjdOaUtUcWdDSkRzekJ6STRzRDA3OTBGVjNaaUUzYzF0eVE3UllKRXZkVW53cnNmblVEWEFB
QS0zd00yanY0Znp6b3FnYlhWS1ZFM3FqeEx3eXUwNzlYdTdDWnRZVTJMbFVXTm5yZXhHQ2VvVnlh
TFF0SVo1Mm5pWVlyNXhtaD4gIA0KdG8gY29sbGVhZ3Vlcw0KDQotIERvd25sb2FkIEdvb2dsZSBE
cml2ZSBmb3IgIA0KZGVza3RvcDxodHRwczovL2MuZ2xlL0FOaWFvNXBjR2t1RE1KamxHUzZEd1NJ
a2Z4V1NEOWF3UTlPYVRick9IVEd4aVlYdzVpdjdsNnZDenhZTzJoaC0tSVFsY2Zzc0Y4M1AwYWZ4
S2lBU1JjUG5odEs3VEN1M3h6dzNXbHpOZmJMTzg2X0VtYkNHamN5UDhaWnh5T0pNZkdFSWw4cHNj
M3BBQlM3OUFiUDRIVHgyRWtibzhrQlRZOTNvUnpjSEsxSXNEb0lvckdaUkszR25rRnBQOUdEaGt1
VXBUdHVmX0c0LWtndUIyQk9NNEQwOFpGZWh3eDA0dDRVenNPRzhnVWVkOHc2QVVFblcwbDFfU21v
VVQ4Q0U3eEFHOHBOQkhDYnZFUEttQnFuOXpaNXhyRUJ6ZFZmUjVCWEpmQlRLQm1CdHlLNlVWQXFp
SE1TSVJmdDRqQ3dhLWU2SnhmRWNSWE5NPiAgDQp0byBzeW5jIHlvdXIgY2xvdWQgY29udGVudCB3
aXRoIHlvdXIgZGVza3RvcA0KDQpWaWV3IG91ciB0b3AgY29sbGFib3JhdGlvbiB0aXBzICANCjxo
dHRwczovL2MuZ2xlL0FOaWFvNXJOREdWaHJBRXMzX0xhMXFjS0J2XzBCa0xYOXJGMTdkOFBIdTI1
d1MwLUc4RW9tSEtCbS1IbmJxLU5HS2phM1BRNHFaWkQxWjlGWnpiV0Y1NkJlOGxQUXBPbTMzbVhr
bU82Yk9qZjkyQzVQN0t1aWVxYTRNU252d01Femx4cF9jUXZiblF2ZFB6ZjBza21ydWpIYkRvb05o
ZUVxNU1rUVdVQzlqQmh3Wko5YTVCUktUa0hTaVYtQnJ1enJvUmZhRUlKM2RXN1loMkRTSDBzbnds
OFFPbl80RHNha1lwUk1wd0FfdXp3dTIyVlpBTTUzZlpUQnNiSjlQVWI1ell3RTlLaWVnejFoZGFN
UzhZbzZXaXhvZDBCbGkzeXpzOE1FZ3pvMi0wLUsxMFpyVi1wVTJQdVh3RWhKaU1oNl96ZnhXSklF
MEFSY0RmRFBIND4NCg0KDQoNCllvdXR1YmUgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cFdxTkJJ
bjRNbTlwOENSc1BMN1kyQWZsNTRFRkNtV3NZUnhCeUQyTlA5WnFRb2VtSzdhXzNMYVRYRGVGdy02
ZVdmU3FmampNVEUwUC1GYUJmeUl5U0xVVXdhRUNEQ1c3cElTTDJNTWxrWXd5NjNRak9GcU9YYmlo
MzlUamo4NjFIZ3F0YUxDRHBPbi1rTz4NClR3aXR0ZXIgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
bzVkQldCT0dRb3VnZVpkckU1OUZyWmNnQURmLURGNGxVa0lxSnVvRkhfOUk5UkJ3Zzh4UzNzSElS
X21sRnBJdTNKdU5CQTk2bFg2bWY2WTRPQkQ1MXkxVGtqV2V4Z0MwUGFvN0FkNWxvVjRvYm93ZTly
VWZVbjV3X0J5dGpsTHRKYW9SdFVMT2c+DQpMaW5rZWRJbiAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlh
bzVwanZXRF9iVlItbEtiS3otaW5TVFN0Sl9XSnVXeTRqbFB2ODA1aG92Y3NvVFktWFhIRDFCVTFP
TTBuaWI3N0tfRXJKcU5HUFcwTUhJczVEMXVtWVZtWU9ydmNDQXRCNDJ5bnhHTkxvamc0NzlPdndy
ZS1XMTI3T3FZVWNMRHo3TjctWUxaVG9VVzMtTnB2dkVWdUs2S1ZQZ0Y4NFJyYz4NCkZhY2Vib29r
ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9nbXNfZnQwRVpnY3VVMjA5WjE3TU01eGxuQ1IwajN0
aUk0V2hqdnUwZFV2ZEJESzN3M1VXN0s4cVJlZHI0LUQ5Q3M1THp1blBaRzkwNHZrSUdOT1NUVFdW
ZGNrNmdkZzdLcTJTZmxZZjdqanVLQ1pUWlh4QXBjbE9ZN2xyQTNrWEEzXzc3YXdCSHZfUGZ1LWc+
DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cVF0VjVlN1ZEOTQwTTRpeVp4VkpL
eHV0TkpJTjdibDZ2Rk1TLXJWbUZmWExVUUNQVEpybDNZZFI1c1lWcnlRTlV4anVBZ3J3aHZaTnVP
Q3l2bkJRbzJyUjl6NW5DNEdoM3NkemlMa3V1UndwZ1ZpUUtpWFU4cTJiS09ZS0oxRTdSc1AzQVVY
dGxudm1TQkpYZzVmc2M+DQpHb29nbGUgTExDIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1v
dW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWlsIHdhcyBzZW50IHRvIHN1cHBvcnRAMjRo
b3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tICANCmJlY2F1c2UgeW91IHNp
Z25lZCB1cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3QgdXBkYXRlcywgYW5kIHRpcHMgYWJvdXQg
IA0KR29vZ2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUgdGhhdCBzb21lIGZlYXR1cmVzIGhpZ2hs
aWdodGVkIGluIHRoZXNlICANCmVtYWlscyBtaWdodCBub3QgYmUgZGVwbG95ZWQgYnkgeW91ciBv
cmdhbml6YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRvICANCnJlY2VpdmUgc3VjaCBlbWFpbHMg
aW4gdGhlIGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJlIGhlcmUgIA0KPGh0dHBzOi8vbXlhY2Nv
dW50Lmdvb2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVmZXJlbmNlcy91bnN1YnNjcmliZS9ndC9B
TmlhbzVySF9rTW9BYlVaRWNwWXNudkZMOVhCTUFqVXYxbXg3ZjMtRHcxMmxfMDc2X01aYzRxTmhB
TllFQ213eldLaldaSTZjTkV2U0IxclR2LWpJR2pqd2Nvejg5REpyQTAzS0JmYnVwWjB1SDcyZ1No
M2JIZV95aHpIUEZWLWxqeFBha2paOWxOUEdQaHctY3VidmNlbkFQNE1MYkY0RHZSdDZmMnl2UVBE
YmRLckJYay1pSmZ1Z0YyVjdUUXl2X1N0WEZlYTZUQVhxT2JsU0NzUTJpQUNJRzdMNUpoV1libmNo
MWFTVVFwalFVdXVDbmstUTJCbkF1VDVLcHhuenZ0SFRUWWtlMEVzdUxoVFU1SC16bHBCZERNQlZu
Y1M5ZVNjQko5UlpfelNWU0FpLWlwRWRNNzk4aHlRTmU4Z202THhFS2ZMQmY3MDY3QThqdXN1bExv
UFc1dXY1ODV6QTlqSGhvMDU0R2JiSDhLQz91dG1fc291cmNlPWdtJnV0bV9tZWRpdW09ZW1haWwm
YXV0bz10cnVlPi4NCg0K
--000000000000f44ae6063aaedbed
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Tips to start collaborating</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">We've =
got you covered with apps that can make it easy to collaborate and drive im=
pact.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Modern, clou=
d-first collaboration
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Whether your=
 team is brainstorming new ideas, analyzing data, or presenting a plan, we'=
ve got you covered with apps that can make it easy to collaborate and drive=
 impact.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
12px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email3b-transparent-w956px-h600px-2x.png width=3D480 height=3Dauto align=3D=
center style=3Ddisplay:block;width:480px; alt=3D"Modern, cloud first collab=
oration" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:17px;padding-left:17px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Tips for col=
laborating more effectively:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:10px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly start a new document by typing in "<a href=3Dhttps://c.gle/ANiao=
5o13OZIf7xCgDRVXpivYfU_fvhfo79EilRg4DiHznYb3nafcfHiJsAJyuA5_Ocp6IhPrfK3PuyQ=
vzXR1wxqIiBUA9yoFLPFRTDOq03xf098e0QZQRmL-Q style=3Dtext-decoration:underlin=
e;color:#1A73E8; target=3D_blank>doc.new</a>", "<a href=3Dhttps://c.gle/ANi=
ao5qZnCQnaVbB4IMAgyLhtk6aYAvsfogEFs8APBe7vjRVeM9cbkcoA3LND1-QxC6xm48k6rC0mM=
3gUrU9sTmGO3JU-CdKYe3QOitB4h8HWXSZwLxDy7tSIUqszQ style=3Dtext-decoration:un=
derline;color:#1A73E8; target=3D_blank>sheet.new</a>", or "<a href=3Dhttps:=
//c.gle/ANiao5pcamVXbRd-fB0mz-ZHbIuF7Bd1E51OQR6wQyyq0XEPHbJAK29dQfSBbdiGdqT=
eBdPHyxw5byDpJz3jgCNIuLZ7m4r0B-swwAEaPLz-ogdFP1HUt6cqSHxKXw style=3Dtext-de=
coration:underline;color:#1A73E8; target=3D_blank>slide.new</a>" in your br=
owser address bar</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Share files with people when you're ready to collaborate</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:7px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add <a href=3Dhttps://c.gle/ANiao5reIUwCmV82LZsY05xSBqlqQBjDSqwBTLSZzLoU=
cudBfHRbpyuw7NOeeKRzcffUYaZOl-kG0C-_LhSEalL46n-KC1zYD4-Mx0l_uN1E53A-UL92j-x=
ri0eHDjH6HMM6smGjBEbideIp_T05UZ2Gre-MBQ0ppHyTCiV8FyWWnBFu0LfV2_QJ8ukMGgZPCd=
wiv_ogNFkZMl7VsPym1e-wHhE1_U0RFh3Bavr19GE7nmDX_HhH3jCp7MuVgPkc_zPljJ__RmBNf=
13dtVKzz3sHo7rzt7-xrVncopMdOxDVsLmrjuRR-pCM_PHAMYvZvpXgVbiFglkCry_L77hRXW-8=
fY-zQG_jAE1p6cwKoQtEkfBT31tEoL76JDnJ_kAN_1O6sEF_Gk-pyCpYTPS5hDUAdQ style=3D=
text-decoration:underline;color:#1A73E8; target=3D_blank>interactive elemen=
ts</a> to your files like smart chips, templates and checklists</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:9px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add comments and <a href=3Dhttps://c.gle/ANiao5rJjStipsW9LIBf7MY5yZXS1Qj=
4ltTHMz9-LYubnqo4j3mawLtKQfccsy7_QxI72YO7reHSltTwE2IXM9S4yG6e_So3H5eCwRK2KQ=
lMhzsSXJtAw7W060JOeGws4Qy6HfMEX4R_BEtqK00mKcDsOvVfEJPo3g6dI8r0WD-qWWXtlZjep=
KVVYhJubpGTORuQEM1BS5_CpCJzq1hj47AnitqKJl_DNzzAB-UDSER5Y60WoM7gQTxQivl1KtKL=
-K85mslw69ir1Sbv0XKhtysVxsiXgLJYSIyl_OfKBQjIMUI60_CFLAYqV0m1JPHJna628RoWqq1=
vdcAnJMikF9ZFY9yCyoi7JWHLCWNnQb5eVCTgPxY style=3Dtext-decoration:underline;=
color:#1A73E8; target=3D_blank>assign action items</a> to colleagues</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   <a href=3Dhttps://c.gle/ANiao5ocQFP2GhaX_hr2J8oDLpuCjkoH1Am2AOVWJTk1IK6O=
5ocOGc54xgTZOFRAW49MwY_wZqFA8em97Hd7Hr4o2ZIqajidoXXTnZo6xC4VjM4VKiNF6wJcC5y=
yPOLf4ATDcc8ww1H_2cwQDRPVdCJiXo4nsgMJqzqq6FpONFOWMSk_msHf8qIPXaHQxM3nOM1b_l=
Z3aHZuISioG_M138eRrsNg-EEDig74IFCSq4bZ9O3WGp-38YslKdA2_ekolQhqaZnlvUpe2j2-s=
MBUViHeHdmA9ZNF7EvvGxIjI8-zHyz5AFnjk3ygfmEheF0kxndDEX7JEeguYUM style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Download Google Drive =
for desktop</a> to sync your cloud content with your desktop</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:40px;padding-top:26px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5o2ClhkGrJ3tfZ4G8vqjbatBUlGDzcU5s3XMi-Lu4WCWA9GOrNCXW_iY4=
z9hB4j6zoxVwYthJe6JK-ZVB--InA6jp6gsSefqkvckjgUxxyew2_t_bowMy1kZuJmWQ8XPwhAM=
hJLbwLK2wFfH33wqyKnMUIkcnrSxIY6djL6FzZTdJzwlxvxvWpDvkaUVuKBzS94A8Hh-qLK19UC=
o9_a-xPYD5XLKh4BDlBApz2AkAp-HIBk9nj6-vDwhNn7qhd595cVSYTWjgO5-P_Mxlh9TZqxjFQ=
ArFakx9s3O-f94WgmWxLQA-ULN9_c2vUNHfALVPwvqvIhHcxG_8Cxtw" style=3D"height:50=
px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E=
8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">View our top collaboration t=
ips</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5o2ClhkGrJ3tfZ4G8vqjbatBUlGDzcU5s3XMi-Lu4WCWA9GOrNCXW=
_iY4z9hB4j6zoxVwYthJe6JK-ZVB--InA6jp6gsSefqkvckjgUxxyew2_t_bowMy1kZuJmWQ8XP=
whAMhJLbwLK2wFfH33wqyKnMUIkcnrSxIY6djL6FzZTdJzwlxvxvWpDvkaUVuKBzS94A8Hh-qLK=
19UCo9_a-xPYD5XLKh4BDlBApz2AkAp-HIBk9nj6-vDwhNn7qhd595cVSYTWjgO5-P_Mxlh9TZq=
xjFQArFakx9s3O-f94WgmWxLQA-ULN9_c2vUNHfALVPwvqvIhHcxG_8Cxtw style=3D"backgr=
ound:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bo=
ld;line-height:21px;text-align:center;text-decoration:none;width:255px;-web=
kit-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:=
0.25px;" target=3D_blank>View our top collaboration tips</a>
                                 </div>
                              </td>
                           </tr>
  </table>
  =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r5QyB1W56YERhmlHxErApJgOZSmFzh0dvS8qb=
lBIrs2ZFhHsVa8AF2Jy_52h49ueusl09lUZiVqH9jhmuZp6HClI8oosJDlkMDlQ0Sobcqjt28Mp=
zTu7DJ0ljl27QYDU9VYlB_oLQIcq9KJZY target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ouyFm0PdRwhAjIKGWeyokfGw-IvcUFU1JQehc=
DyRm_m0u9LD7dP6JjiOx13GdGwT3hSiQfVMdWjVsz1lkfm8rnNZx-6enggi4Jy4ZkDR0RopyaLy=
Mt0bKWNf9oJT1iDmLEnz4znyAXHQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qTENJXj8TH6R8LO7E0K3rP_5pptMCstZ78F1M=
KdD2F4kZz3c1KKoupoW0UbCQRlzeB2VAM6SJxRp05FUvJnjnEpRUXqG7vvf3y3dYGvIKcS5j5qS=
9jvRDXFEG0obtjH7ZZD1FKJrnWVxF12McHiZtZGTpOpYQOZmI target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q_mN4fHfg9On86Notpat8oELi1gcLcQnNybvB=
etFsY1XnHNubIQQzVjALe_7HA7zb0xJ1X5ftRZ7qM0z-PqeojjFgUx_2HX9O8OUKD0UU0IuAz8x=
UOkxa1geNAjIRuMo0Q5kenNZwkXhLPZTcu7Q target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rFn6ESbecn_g4sWjTpL7bqq8usfrINAcUg-iK=
boBNIt-Db9wLyBEcXVYuBgRuazGPcHMwwdr2bZGY5gKm6ASNMO0o44s3t_VdF1PJRUgQcMCFgeC=
EpLKu0HKhI_QtXeTwxWUpqY11yHbcISLbYmmBbVg target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to support@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5rEFfICHsmf6Vj3KKvZs7iqdq_qyYnB=
eafgtrBfuv2QIONeUTgmEBHo3B1LIdmJOm-IKrXvhOBpg9R0C0KgsXzFLARuZDsFgcUYsxj7GYW=
F65EGdXiJ9lxh0N6uJjc_fwHQwfSppaywjLAbESW8AEk_gn6yLIToHVRreLBN6LcryYA2SqkhuN=
yS4NjRmowbdPManKiwjr97baLrKqFoZhl3YktJgDnynYofgNHr2c_Jjv1HmJd8uzPIFEg_etC8k=
Y5y193ii4qh2P79RfFYMErHCD3_-U0N5fKU9fPBdCglZPsCjkf6TZv9Ch18cAFYpPCuEY4yxUnI=
SxZVf7SejEGiPUUA_PhHfQQ8DuBrcYUM_7U?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000f44ae6063aaedbed--
support/cur/1752995805.M3254P663174.premium320.web-hosting.com,S=31357,W=31951:2,S000064000000075175151007557630020527 0ustar00Return-Path: <325d8aBcKAEgqyyqvo6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id oH8XAN2XfGiGHgoAVkXPrw
	(envelope-from <325d8aBcKAEgqyyqvo6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 03:16:45 -0400
Return-path: <325d8aBcKAEgqyyqvo6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 20 Jul 2025 03:16:45 -0400
Received: from [198.54.122.200] (port=47638 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <325d8aBcKAEgqyyqvo6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>)
	id 1udOHt-00000002pn6-1sCP
	for support@24hourwaterdamagerestorationlongisland.com;
	Sun, 20 Jul 2025 03:16:44 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=fQF88RJ0;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 325d8aBcKAEgqyyqvo6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com designates 209.85.216.69 as permitted sender) smtp.mailfrom=325d8aBcKAEgqyyqvo6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f69.google.com (mail-pj1-f69.google.com [209.85.216.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4blFFm1pdfz55cM
	for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 07:16:44 +0000 (UTC)
Received: by mail-pj1-f69.google.com with SMTP id 98e67ed59e1d1-313d6d671ffso3527914a91.2
        for <support@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 00:16:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1752995803; x=1753600603; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=vJOFS1lL5y5mlJyDFoO5XI264QMWi7Y6W19Q6VDkrCI=;
        b=fQF88RJ0AxC5uQEX99s/DMfwYXNv1O6uA1QeEtK6Rx3AmJT5x1v7aG+FJLD3sXUcN7
         CDBSWiiL2yYYCkCGliQ9RgkkI6ossaWY1uFM+1+hEiataboNwBpAfBBQvB0bV8V89+Zj
         p4ESuhPoX29Z7+BU06OO2zY5vYOv8S9l/nNNSmaRGfRLLB3e0AmyrhDCwnuTRvyzLJP6
         ewUVATt2hyErIT4OHJHlDo4hQ1eAUXQpW7j/eE8a3cqwam7lSGlEgvnJY75aZitS9j21
         CfWJufkXf/S3t8kb9TP1On5wRM/qckTWOcl8DWl/Ej9+sWJgkzFjUoYPR37tVdRj2bBe
         0SNQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1752995803; x=1753600603;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=vJOFS1lL5y5mlJyDFoO5XI264QMWi7Y6W19Q6VDkrCI=;
        b=d7jcCVpZwzviZumEsLjWnEIEBStU7PXgwOPhHN+piUwBHnEXTwSpS5qU54eg6ZBQ4n
         Fc0VYMNBlNJMWDe8JMC3MX1ebix1YmVJ5Kk0rp01yiotwwW0UhmxV75HV2XLQvT70/Mw
         +SeOBobliP8ZduzqaCsXbTWcFoGlKSWkeYo+H0c1MhiNtlHaK3cfJCrMjlLX2Vmu46oq
         W5rq9aBQxIvO0x358HcxZsS121/tfVIeb86JsXxxTf1IOzP1JRF5KdX4vWusbw0tNnjK
         Av2IXqEANyKl5NqTbfpzF6xyH2ncLPQetA7NyfhgA631bEAwnAXygKOhBJmaiUPuXJ8A
         JxFg==
X-Gm-Message-State: AOJu0YxygZW8PtWmsd6K48g2v7jpAbQawpywLKN3uWB5lE9et08tDcZl
	ag2I5y2ESsdUkOrSB1JgmKXJEzPGs9a+zTq0U0CHB+zHcqopmH8=
X-Google-Smtp-Source: AGHT+IEsbeZoxJBG7IlKPa0/K79j0gqi8MMwcZoxGr8leITRk2LqSYXC9B0pyM2SPj63xFp4rzswgfo=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:5289:b0:315:af43:12ee with SMTP id
 98e67ed59e1d1-31c9e761501mr27683747a91.16.1752995803766; Sun, 20 Jul 2025
 00:16:43 -0700 (PDT)
Date: Sun, 20 Jul 2025 00:16:43 -0700
Reply-To: Google Workspace <googleworkspace-noreply@google.com>
X-Google-Id: 4118893
Feedback-ID: P2542-0:C20184961:M110499870-en:gamma
X-Notifications: 2f0b546a955a0000
X-Notifications-Bounce-Info: AWoTSIE_Hv2-UqO028oJxUpu6qJLP2zUb4Xj7RRbrtLvFOqPXJpyAMgW1atAXidiIkVKNJ9iyeoOqRteBQdBVpAJe4zVjlcl4-md672MPmrXSxK8Lkby3q2074jHcsi1Qt3Q_djTR3_l8Q0KKzQCJ_OvqsDQupGW09u59QDhP2ASy7D5qkZayO8_cJH8NDEl41qtdN5CTmYtn23mpcJb92h09U4WdvJEK-QEuCqtxim-aAtD75QdjoFOE1bze9USWiHNMs4Nkhe7xSdZ6GI7xN9Wesf1OQ5BfPcnGlkMibK7-kYGR5CB0B7GbxFPq8vDu8Q4guzv7LRn9TF5E9PM7E-7RrvqS40-pwypofAU1wS9tN-zaAa6Q5SWoXYY5r0MkBgN_a8ookahJm7Q0P1UlbvpRrijTmUvpG31eabuRPIlNsXXIBFXlMbLtnbDD4--9i7_Net7PaPpN9w4ZX8mNbLfoJnmcOyk6cN7AujOeJaL4VRLsPOs2SjfCpWCJdrz1hhiu8d9InxtSbZE6dzqoI5zzeU1S-hmWlYYVEdjXUdJnJUlVgyrCy-QkrcEFuzGj4A4ICtuGamQ4AcG-oyzqbZXBl0wZipomQRRuANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <b8bb0bf1144538fb49b3023d71baa994b77b6057-20184961-111051900@google.com>
Subject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
From: Google Workspace <googleworkspace-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000002d1f48063a572486"

--0000000000002d1f48063a572486
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoyNCBob3VyIFdhdGVyIERhbWFnZSBSZXN0b3JhdGlvbiwgd2VsY29tZSB0byBHb29nbGUgV29y
a3NwYWNlIEVzc2VudGlhbHMgIA0KU3RhcnRlciENCg0KWW91ciBzcGFjZSBmb3Igd29yaw0KDQoN
CllvdXIgbmV3IGFjY291bnQgaW5jbHVkZXMgYnVzaW5lc3MtZ3JhZGUgdmVyc2lvbnMgb2YgR29v
Z2xlJ3MgY29sbGFib3JhdGlvbiAgDQphbmQgY29tbXVuaWNhdGlvbiB0b29scyDigJMgYWxsIGF0
IG5vIGNvc3QgdG8geW91Lg0KDQoNCg0KDQoNCkNyZWF0ZSwgc3RvcmUsIGFuZCBjb2xsYWJvcmF0
ZSBvbiBjb250ZW50DQoNClVzZSBHb29nbGUgRHJpdmUsIERvY3MsIFNoZWV0cywgYW5kIFNsaWRl
cyB0byBidWlsZCBjb250ZW50IGFuZCB3b3JrICANCnRvZ2V0aGVyIGluIHJlYWwtdGltZSBvbiBh
bnkgZmlsZSwgaW5jbHVkaW5nIE1pY3Jvc29mdCBPZmZpY2UgZmlsZXMuDQoNClNoYXJlIGFuZCBj
b2xsYWJvcmF0ZSBvbiBmaWxlcyAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVweTRlREZYMXF1bnNF
cWFraWNfZmFBZ0NsVE5jRkttS1VfVEFLU2hFdlhad2x5eHl0UVFub0RCV3RZUDExUXZVdENiTDZP
bllaZUNDY3oxMHJvaXRKUkZDY01UNHYtR28taHY0UldJaUZnUHNWc3g0QmVGeUZrcmdaaUJibFJY
UTlwdDVyTG90UjNwUDFoSzlFbjBIcTNYbV9EYUV5eFlHNkRRY3E0c0xrOXZyaEYxVl9FR2dNbko2
Skh4aUdfMVRIdXdwQ0VRS3RQdVZ4a1BxVm1TVVdGTnRia1NUNWwwX19xN0E+DQoNCg0KDQoNCg0K
U3RheSBjb25uZWN0ZWQgd2l0aCB2aWRlbyBtZWV0aW5ncyAmIGNoYXQNCg0KQ29ubmVjdCB3aXRo
IHlvdXIgdGVhbSBmcm9tIHlvdXIgY29tcHV0ZXIgb3Igb3VyIG1vYmlsZSBhcHBzIHRoYXQgaW5j
bHVkZSAgDQpHb29nbGUgTWVldCBhbmQgQ2hhdC4NCg0KSG9zdCBhIHZpZGVvIG1lZXRpbmcgIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81b2VFYW1jcl9FemNiZzloN05oX3Vsc1pKTWVmVDhZcjZtVmkt
cWdVYzBHWG1DTUYwaFFHaUQ0Zl9LRVNQeDhDTG5JUWk1QURuaFA0UGQ4VE04elNYdDZHQmFtVnd2
b2drNXE4WmVJQzdIRTdWWHRhR3JKYTY1ZVhPOUtYSE1HPg0KDQoNCg0KSW52aXRlIG90aGVycyB0
byBqb2luIHlvdXIgdGVhbQ0KDQpZb3UgYW5kIHlvdXIgdGVhbSBtZW1iZXJzIGNhbiBlYXNpbHkg
aW52aXRlIG90aGVycyB0byBqb2luIHlvdXIgdGVhbSBhbmQgIA0KY29sbGFib3JhdGUgdG9nZXRo
ZXIuDQoNCk1hbmFnZSB0ZWFtIG1lbWJlciAgDQppbnZpdGVzPGh0dHBzOi8vYy5nbGUvQU5pYW81
b1B6ckl5VG1Ga2Rod0xDMHBsNnRwS0o0dFpqYXVwMnBvLWFic1l6SFJ5R25fTnRTd25xQXlmSDBK
aDVNdXEzZVA5anoxS1dneGVCNW9GTkp1eHc2Y2dsVG4taDVaemhjUmExWTZJbmFIQ0xYVlpkN203
aWpxam94QmlYSWJqelRGbjE3Y1V3ZVpud21iMmM4d2UzR3FNU1VLX21BRThsaS1ZbW5yOUpCSTRO
NGpxckRiS3ZnbTlHZnVCZ3c+DQoNCg0KDQoNCllvdXR1YmUgIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81cGoxcE1yX2pnalBzNHpsckUtTlY1UzBycV9wNGg0NVJjWWY5ZzZhdVd1VlFIWVhka2N0YXN3
ZVJmeGotQjM3UE1fNnhHSk5pUzM0bDNEVm5UWWRoclZWN2FQZk1aX0lPMndwTDVOcDlMYWlKWEpv
eU1RYU9mN2JjdmdTdlpzcmhwZ2o0NVFVeTFEWFRCNj4NClR3aXR0ZXIgIA0KPGh0dHBzOi8vYy5n
bGUvQU5pYW81clVtUnJ1QWRacExxaVhZSF9FOEc3MmlSSnFwX1htZDFRbmU3S1pWZnYwZ0Z3dzRH
al93dzBvbmlocUpzbnA0cC1vQnFMTDRrWnBCTWNqM2lIYTVPSHgwYkw0Y0w4YnoxSS1nOUdnc1B4
Y1M4Mk53Ny1RcXE3dFJTMjRMTnF0Qy1IbEZ5VDVpVEE+DQpMaW5rZWRpbiAgDQo8aHR0cHM6Ly9j
LmdsZS9BTmlhbzVwOC0yaHJVVmhWMXNSNW9SaTRaMEw1VjVSdDZhdlpHa2JXZVpLNXdaTks5cGE5
ekhCSDE1bDc4WEpCbUhGSUQ3OTd5ZzA0eThlTGY4VDlEZm55anc5M1lHd3lXMEQza3Q4aVcxT0ZU
b1U4RFZtSFdtSGVlWlFVaXZxWXlDTHlSM1JYUjM2UXJoekZfcmllc0ZrdjB3TTZmUmRiLUcwSz4N
CkZhY2Vib29rICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXI3a2czZFpxdXpGZVhhNkZnQlpsaUxB
Ym16aUlUYU5FOUxzS1VEdVNVaEh2RnA2Xzg0SE45cGUzamNKX2JVTnl4c2VkYlZEZEc2Z3EzZzFO
aV8zY3ZCbkxabGl2dlBaU1UzdEpuUzJDTERDamJHTWh3UkVYOXhJTlJRcXV4TmV4WUxoc05zQ3ls
YW9SVXFZRWM+DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81b1YwcExTaHNPSkVJ
LTE3SlVpcWdMQlZLcF9GSWF1aXpneGtOV0NRZ19aT1lwR0xBRHZqQVFodzRZdFotUGxjZXhVTHhJ
ZGRuOE5OeEpORFpIQzY3OVZsV0dKYU5YWHFnaUpCZ25INHZPNmNoYTB4NE12SVVfS0hWUGNfSURT
SEFoZVoxREZwd3h6bUsyOVZ1bEpYbzQ+DQpHb29nbGUgTExDIDE2MDAgQW1waGl0aGVhdHJlIFBh
cmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQpZb3UgaGF2ZSByZWNlaXZlZCB0aGlzIGVt
YWlsIGJlY2F1c2UgaXQgY29tbXVuaWNhdGVzIGltcG9ydGFudCB1cGRhdGVzICANCnJlbGF0ZWQg
dG8geW91ciBHb29nbGUgV29ya3NwYWNlIHByb2R1Y3Qgb3IgYWNjb3VudC4NCg0K
--0000000000002d1f48063a572486
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Essentials Welcome Email</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;" cl=
ass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Get st=
arted with Google Workspace Essentials&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
   =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 wid=
th=3D480 align=3Dcenter style=3Dwidth:480px;>
    <tr>
      <td style=3Dfont-size:0px;height:10px;>&nbsp;</td>
    </tr>
    <tr>
      <td align=3Dcenter valign=3Dtop width=3D480 style=3D"width:480px;bord=
er:1px solid #DADCE0;mso-border-alt:1px solid #DADCE0; border-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dwidth:480px;>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:25px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
000000; padding-top:15px; padding-left:32px; padding-right:32px;">24 hour W=
ater Damage Restoration, welcome to Google Workspace Essentials Starter!</t=
d>
  </tr>
  <tr>
  </table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
                        <!--[if gte mso 9]>
<td class=3D"desk_show"  align=3D"center" width=3D"480" style=3D"text-align=
:center;vertical-align:top;width:480px;">
              <v:rect xmlns:v=3D"urn:schemas-microsoft-com:vml" fill=3D"tru=
e" stroke=3D"false" style=3D"width:480px; height:160px; text-align:center;"=
>
<v:fill type=3D"frame" size=3D"480px,140px" src=3D"https://www.gstatic.com/=
gumdrop/files/gsuite-multicart-transparent-w960px-h280px-2x.png" position=
=3D"0,0"/>
<v:textbox inset=3D"0,0,0,0">
<![endif]-->
                       <!--[if !mso]><!-->
<td align=3Dcenter width=3D480 valign=3Dtop style=3D"background-image: url(=
https://www.gstatic.com/gumdrop/files/gsuite-multicart-transparent-w960px-h=
280px-2x.png);background-repeat: no-repeat;background-size:480px 140px;back=
ground-position: 0px 0px;width:480px;">
  <!--[endif]---->


<table class=3Ddesk_show role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D100% align=3Dcenter>
      <tr>
        <td align=3Dcenter width=3D100% style=3D"vertical-align: middle;bor=
der-collapse:collapse;border-spacing:0;padding:0px;width:100%;">
          <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=
=3D480 align=3Dcenter style=3Dwidth:480px;>
            <tr>
          <td align=3Dcenter valign=3Dtop width=3D480 style=3D"font-size:28=
px; line-height:36px; color:#202124; letter-spacing:0px; text-align:center;=
 font-family:'Google Sans','Open Sans',Arial,sans-serif; width:480px; verti=
cal-align: middle;padding-left:32px; padding-right:32px;padding-bottom:24px=
; font-weight:bold; padding-top:71px;">Your space for work
        </td>
            </tr>
          </table>
        </td>
      </tr>
  </table>
                <!--[if !mso]> <!----></td><!-- <![endif]--><!--[if gte mso=
 9]>
              </v:textbox>
</v:rect></td>
    <![endif]-->
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
     =20
             <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:0px; padding-left:32px; padding-right:32px;">Your new a=
ccount includes business-grade versions of Google's collaboration and commu=
nication tools =E2=80=93 all at no cost to you.</td>
  </tr>
     <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-space-for-wo=
rk-whitebackground-w956px-h450px-2x.png width=3D478 height=3Dauto align=3Dc=
enter style=3Ddisplay:block;width:478px; alt=3D"" /></td>
  </tr>
</table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
    <tr style=3D"margin:0; padding:0">
      <td height=3D40px style=3Dheight:40px;>&nbsp;</td>
    </tr>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Create, store, and collaborate on content</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-right=
:12px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-a=
doption-stay-connected-transparent-w734px-h173px-2x.png width=3D368 height=
=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:11px;">Use Google Drive, Docs, Sheets, and Slides to build content and wo=
rk together in real-time on any file, including <span style=3Dwhite-space:n=
owrap;>Microsoft Office</span> files.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;"><a href=3Dhttps://c.gle/ANiao5rtDjaD521Qvb1YsCldbztmWxtHgO7RUChtZNgcUJu=
ulQukfBYqhZXoxGEh_wcXNrg1KZr_EO5JnvGfKvrfVpbCFGYNOKt8sNhGEjFo_H6YzgTSvESEd7=
iz-QsldmlKcGMiQTT0v4aeShFOT6Gn36kMmhVjdW-02igly9T4Cndwah6BxZpYPDslWmqaJMtmG=
QvcL1HsfZfW43LQV9rP3XAh2vKE7kGNVutcqfAt target=3D_blank style=3D"color:#1A7=
3E8; font-size:inherit !important; text-decoration:none;">Share and collabo=
rate on files</a></td>
  </tr>

</table>
                </td>
          </tr>
    <tr style=3D"margin:0; padding:0">
      <td height=3D48px style=3Dheight:48px;>&nbsp;</td>
    </tr>
            <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Stay connected with video meetings & chat</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-left:=
14px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-user-ado=
ption-create-store-connect-transparent-w734px-h173px-2x.png width=3D368 hei=
ght=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></t=
d>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:8px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans-=
serif;">Connect with your team from your computer or our mobile apps that i=
nclude Google Meet and Chat.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5oX1ekzQJGPFdEO4HERlzihhoKMK6ME5vferJpkBstMHNT9x9t6CU=
Y3q2p-1nNj_Cg45rU7ZJ1PWmFIuMcoVFEYFs7rpqql9P7JVpvLzUspsDt2qdKFsJPinOvg6xqqK=
Kw target=3D_blank style=3D"color:#1A73E8; font-size:inherit !important; te=
xt-decoration:none;">Host a video meeting</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Invite others to join your team</td>
  </tr>

  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:25px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans=
-serif;">You and your team members can easily invite others to join your te=
am and collaborate together.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5rMZK51cVvB9VRZ_v7eaSNIHg9qb-ctZ6hfhcd607JymkUfDA_okS=
HjHO2UpN5twsTmn8tUbo2GjE3ih6Pn06P-OtuHiEQAs-MR0CM_LWDLMAnfck5t8W9EVp152Zb2L=
XyS5ltcuINFfilngdY00ODqmMBh4uXUF7aS-RhUVVRbYv2iOZ_PKshw1GT_xgna target=3D_b=
lank style=3D"color:#1A73E8; font-size:inherit !important; text-decoration:=
none;">Manage team member invites</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
           <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4 style=3D"bord=
er-bottom-left-radius:8px; border-bottom-right-radius:8px;">

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q0sAemSy6Insg0AfKexMl-8AH11fBixj-jgJ3=
H648skIvaDQL1kbbJXu0izgB-kLDbkBQHJlXgFvP_lrS9X_7_5ODDMgS91kkY83diRK7bZJZFuW=
-N2Dgpk1VnlW7EsNWDoKekhgn08HefDrQ target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qXOczZYByksea0gwmNbrTudLI4LJMDhz-C-nt=
Jx2HmItnig1ZxgT0KgFcMBpNLgaPmGnMSWwxkgn9X9JCjxulvxScULn8F0Eg3znhQb2cmTa6SE6=
40P_YGE7QKogedDKuB60h-Ao-z7A target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qBnQwsLGTXMNI8nSkv2qJSyrApzlw_jWUUZ_D=
mTDTiKkKGyNmyNLWiyw4ussIbe2gnDayITvQ_57ypVDoTbwh5NgXGhbS1Vd7pojOuJhP-4pUC8Y=
Wkl4XbHm69yfSi91GihkKaAtgzu2MeZhvZoyVBeeQwOSEJehY target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedin width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5piWq65yUjheB2TbYCyo8lISatKimiNrLwUe7v=
bBLHfYc7KHifj_MxAm5dfC87zk5qvNBmzBUyQVemsztwbCThgFlMvj9qMe9kGi9GgpfeMP2A7_D=
rzb8VhENbRjBf1kT0LVkRROpYIf4VtyqnmJA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oKzzISWPOzAc_2sT4eSGXSqtVXKXxXsMjabYF=
w6XjIG8Lhdlg5QqhDz-4PuD5qrFoy8VeaPzPioH5eCsWHgkTzWZFToQR309MAOXZnW_bc9ifpQg=
hwSwqLm7lV4gQwlHd_MiZydcLXkapHJlFAD5OZOg target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:16px; padding-bo=
ttom:19px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-famil=
y:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Amphit=
heatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Am=
phitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans,Ari=
al,sans-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans=
,Arial,sans-serif; ">
        <!--[endif]---->
        You have received this email because it communicates important upda=
tes related to your Google Workspace product or account.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>
        </table>
      </td>
    </tr>
    </table>


   </body>
</html>

--0000000000002d1f48063a572486--
support/cur/1754150161.M492415P1027296.premium320.web-hosting.com,S=37095,W=37793:2,S000064000000110347151007557630020744 0ustar00Return-Path: <3CTWOaBEKAPYumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id MHrjHBE1jmjgrA8AVkXPrw
	(envelope-from <3CTWOaBEKAPYumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 11:56:01 -0400
Return-path: <3CTWOaBEKAPYumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 11:56:01 -0400
Received: from [198.54.122.200] (port=39340 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3CTWOaBEKAPYumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com>)
	id 1uiEaX-00000004KlI-1Jow
	for support@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 11:56:01 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=T49VLDqf;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3CTWOaBEKAPYumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com designates 209.85.216.70 as permitted sender) smtp.mailfrom=3CTWOaBEKAPYumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f70.google.com (mail-pj1-f70.google.com [209.85.216.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvS8n64ZQz17bV
	for <support@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 15:55:53 +0000 (UTC)
Received: by mail-pj1-f70.google.com with SMTP id 98e67ed59e1d1-313c3915345so5398987a91.3
        for <support@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 08:55:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754150153; x=1754754953; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=OzHiL5W42vfHSYTOze0khKh1v8qBqU872nQ9Hvtgm2k=;
        b=T49VLDqf7uR4A0wRp2Wg9Jeim6b2u3BhphTVbdoDHVPpaKGke2edBanulunNX+EgIf
         H/7SoI4SEhf4swC2sDATS2RdB/3U48bLFQgrgyd8sRGi8h+0SvQ9JoGK6YC05tcHmyKo
         PuI18+vhNhhT0VhDdf+L8Fewjz4IKMU8rY6uV3RyIHHNeHzdj/n4KgKpnFEc9sAfqnMJ
         papN88OPb34FQxQUoCPeRFYyrjjoMnfCyJZ5VqtcmLELZUUdRBo9TqfrUTTWGPeu7jw6
         s8nhF+X4Ue5zEH0+pauanfMV9WprwtaM4sPxvP8duly1VZ/cbaltbeZSDhu6vlupAYPi
         Wkkw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754150153; x=1754754953;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=OzHiL5W42vfHSYTOze0khKh1v8qBqU872nQ9Hvtgm2k=;
        b=JJMyNIIYMgj6mPpFlC44vGzu5qzaVLHeTiBmkVWLYQzgSqZ8S2bSM5FRXVrhu69LD/
         p3ucbfvBhT54E+iLtLBek7txlHQqxMwItLXhOCj5ebiGeH1tiYUHNGfaZG9FbLwiMZI4
         AZztRrpch7WuI1O3iD09KRHfkVYQ4L/Ayh/gLnZ3u87mM5nuZmv642VJ/6qgU9IWztxg
         GZ7MEa1ce9ZwF9hz7pz+Zew6UYXzqBfGJ+gwfLoE2+QC/WG8ivGic47RwiYM8QJajhvQ
         hWesDzLzu/XtIMp44U3XYU+DG7z3sYMQLUzAc4uuEU0uEfTeRzcJJHoaWf17O3sSKt6J
         BM5A==
X-Gm-Message-State: AOJu0YwCCiICHKHMdAD01fSu0qR2r68NWERi4+HC1zDwAfEHinM+8xYL
	Qx5H+w+j0bQT/XOa8NodtrElGBriUsopje8fq3+vHIOPxTx5zw3s5qy65WKk
X-Google-Smtp-Source: AGHT+IFxk3L2cfP7g21sV+NEuOWdbCy/bKNWCiSmKHPP/s3D9MYwYUfGu/HQBVHpYboTfdf6O7wmQCw=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:1a81:b0:311:abba:53d2 with SMTP id
 98e67ed59e1d1-321162c750cmr6382500a91.17.1754150153381; Sat, 02 Aug 2025
 08:55:53 -0700 (PDT)
Date: Sat, 02 Aug 2025 08:55:53 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140163
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5pluQ-aGYslRn3QwfOgnj8FVnjxNugZJD_ircteXuezgXdDVmqdM4xrQIHk3udAK8Qt8UlV11eP6mofJewjKoQ8SRIu9sltw-acM2Jgzg6F3yqD8qC_WZQqF3gnI7iSJmXgE1T6haeXBrznhxT2klga2_jJiX_NVLXS-LF343L052jDUtlh15dBle0BR08chKQv_I3cA7B3jKp6rsEfyJ6oJOGKfZkwbuy8i7PvnGLWRyJpeP9sDzcW7Bp1eqVTk0zSUgyFtrDbWjylc7uDNPUcrm_sBWWW4kf1vubYUmCy5k7FnCYmDQ81WggYuiaWiHE_bEu9_O-iu9f0wBc-W4VDWzYgA_tg_lwvLUIdbwKNboI?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509348-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 21ea144e65da0000
X-Notifications-Bounce-Info: AWoTSIEtY3ngFJzn_FMxxJI7kca_hRCn5Qcnsw6qsK8NTwJBL-vt8cmUD-pAWDGpV0xYm9CrUnAslKX02fe4IByGJ1RGbnfMefMvETZ4BNP99ODBpDDs9cqB431vLzKwd0kSZPwkzFq77eJlQa1pSZfe0cDaUw_3AKlCxYyKgV-WP5gK5iOPHB8jfmD-X3PUq8m37E8Tjjx5KepDJ2AHoFjfvlEGnAOAkkx0dVC-Pska81swLZWkf6v8y6ZKYFWa7pcgeSfnm95eW0sr7mnM9jXmwVdHc23cMRs96ZDrGibbq26j3VsTYC2vTwudy_nFJPP8IoDB1s9gK3tNQndtVEQ-CMPDvui8vkpKVmN-VHDeVXKcnM9vB0nIRntoaVpD9__X-g8i_Cu47AbIKyXPEY5K_9o-l_vs6Vjf0ZfIuDV4Tzh7B0fhhf5B8suf1CXjyGfSnqJt2DroUe3bqtPiGpNtTwHIRD6UA31iFr1crltHzhUWrOKZ3Z9St6M5TS5Qy1-q1d7dT-g3rb_wfpLWtNysCxK-Y1zE8uhiCoDqngbClIHKbhEtfJrjdjF6qZy-dFX20amjlkqcWc-89_D1LYp1EL9kx_YnuM2LoxnUdgIFnSPagGZ6V3WWaa-h4NxFC4aFzZrkgPsp5JSTg6lNcqk8ryZ2dlgCRmfy8gNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <c23a2075b11ac49d5141528c9d5e925aa1aa5487-20189259-111085098@google.com>
Subject: Collaborate and connect with Google Workspace mobile apps
From: The Google Workspace Team <workspace-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000c66639063b63e8fb"

--000000000000c66639063b63e8fb
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHZXQgc3RhcnRlZCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UgbW9iaWxlIGFwcHMNCg0KDQpTdGF5
IGNvbm5lY3RlZCBhbmQgb24gdG9wIG9mIHlvdXIgd29yaywgbm8gbWF0dGVyIHdoZXJlIHlvdSBh
cmUuIFdvcmsgIA0Kc2VjdXJlbHkgYW5kIGVmZmVjdGl2ZWx5IGZyb20geW91ciBtb2JpbGUgcGhv
bmUgb3IgdGFibGV0IHdpdGggR29vZ2xlICANCldvcmtzcGFjZSBtb2JpbGUgYXBwcy4NCkdldCBz
dGFydGVkIHdpdGggbW9iaWxlIGFwcHMNCg0KSGVyZSBhcmUgYSBmZXcgZ3JlYXQgd2F5cyB5b3Ug
Y2FuIHVzZSBHb29nbGUgV29ya3NwYWNlIG1vYmlsZSBhcHBzOg0KDQoNCi0gUXVpY2tseSBhY2Nl
c3Mgd29yayBjb250ZW50IGluIERyaXZlDQoNCi0gRWFzaWx5IGNyZWF0ZSBvciBlZGl0IGNvbnRl
bnQgaW4gRG9jcywgU2hlZXRzLCBhbmQgU2xpZGVzDQoNCi0gSm9pbiBNZWV0IHZpZGVvIGNhbGxz
IG9uIHRoZSBnbyB3aXRoIHRoZSBjbGljayBvZiBhIGJ1dHRvbg0KDQotIFN0YXkgY29ubmVjdGVk
IHdpdGggeW91ciB0ZWFtIHRocm91Z2ggMToxIGFuZCBncm91cCBkaXNjdXNzaW9ucyBpbiBDaGF0
DQoNCkdldCBzdGFydGVkIHdpdGggbW9iaWxlIGFwcHMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cExpV0tpSFhVSmRmSXRJUGRZX000S0piaDFCZ1ZuSjBPQnhoTGdxa3JGb1BnSDJITUxhNTdwZGFG
NXZ3bjFwcVNoYU9LZ2hBaGpFT0J1RWFvS2RSVEhrNjlocTJ6a1BIeURQT0NYWU16dnlXb1dlMzN0
X0xkQUY2djRrd2puT19GcGlyejF1a1U4ZE4ta3g2YjJ1Ui1LX1k1b2ZnSFZEUkl4THVUM2xXOG52
MUJETzNuOFljU1A1bExXU3RRdHVpdnBnMUYyeE9haGJTWXJoVUdqVlBOR3lVcXBUVER1eXhrNDVX
MmZVeHFDdU9PdlFsOTU1WHBnWFRBM3lnVEhmajIxQUFwVTloTURXSXpBaVIzYVBCNjB5NWVQT0l1
NW4xTmhPRlVFOUs0S3JwWXZNamhMWFhUMFhsQ3JBLXFtTjhVLUhWaHkwSHljPg0KDQoNCg0KDQpZ
b3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9FQjI0VUxPSmE1NXVTUEJUVlJFd0V4VGhQ
Q09Wc0J2NTRPODNxVlcwZlhXZEotSWlUQ053bjJZQkQ4cWx1R1diNHJsQWZFb0wzSXlzdi1nZzhn
aWZVTUVDaFBvMFFiRlJFemtjYUZvb0Ixbkg1T2Q2bVh0Q24xSHVHMnlRZ3paT1BCSVNyM2lydmRN
amY+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9MWmxYS2l6TjJZZi1rcjBNcC1E
aUJIN19SaXp0a1hEaTdZWW5DakVsd0owVnVpVVVSbGN1S2ktbzVVLThqN0ZGZDVZYXEzMGtrQXRn
WGtzZ2ZpdDQzVkZlNEpJZ0xZZ3RBZ054blhtQlFCZVFWaW1zMlFXb1NvM2Q4bVVzWjVFWEJLTTRK
YVM0Pg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81bzNxZmV4QkdvU2E1VWNQaTAw
VmtFZTZmQS12Wm9sZ29JUE0tSHlpc1JXUW9DSjdtQ0tQcExLR0JvUTJwQThwRktLYzFCb0JzWGdr
aDJCYjhleUFjSV9Fbk1KRVJ4V1dLMGxCaTJoV2FvUDRsTkptRHgzUDZCWWY4MmQ2c3Q4Y0J3aHZi
R3ltNmpuc1BwcGFaYlJ2UXhNVGxFRGJ5bHI+DQpGYWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9B
TmlhbzVyeGh3aUx6YTczM3ZMbmRaRExxb1Bia0dFRThaai00UmFmOW12NHpnMFNnTWM5ZmFXblR5
RGNZNGg1MmtreDRRYVZOaU5VWEtFZHZDbGdJTGlMTFVaVGphYXhHUTNCakFsTU45VE5vRVNVeGln
NTFlRzF2dWdVejlyQVhHeTZiXzBJdkdZNm5ERUkyOHI4SzljPg0KSW5zdGFncmFtICANCjxodHRw
czovL2MuZ2xlL0FOaWFvNXJhU2h4MENaNzAwT3VTSXZlQ1p0NWxSTVlNcnVGUE5RQTRsQU9ZR29R
MEgzNXZTQ2lpQ2NiX2lFczQ3eThHVURuMXFobHhKcXlBT2pUUWM1Q3JVSG9RWVl2RHlWU0dsY0ht
cUlJejliREUxQ1lMYzIzNHZzTXJhVGg1Wm1XNDI0Q2c3TnBxZTE1Z09WNno3RTFzSzdJPg0KR29v
Z2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0
Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBzdXBwb3J0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9y
YXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNlIHlvdSBzaWduZWQgdXAgdG8gcmVjZWl2ZSBu
ZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBzIGFib3V0ICANCkdvb2dsZSBXb3Jrc3BhY2Uu
IFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJlcyBoaWdobGlnaHRlZCBpbiB0aGVzZSAgDQpl
bWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5IHlvdXIgb3JnYW5pemF0aW9uLiBJZiB5b3Ug
ZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2ggZW1haWxzIGluIHRoZSBmdXR1cmUsIHBsZWFz
ZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczovL215YWNjb3VudC5nb29nbGUuY29tL2NvbW11
bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3JpYmUvZ3QvQU5pYW81cGNjc0I1cHQ5eE45Q1Rl
UzlXbS1mUGpyZ1o1NkVmZ2NpRXZyZHZQVzE4NWRwWmg2c1N2akxYRkthMjZCaDVIRm9DTzFTVmtF
T0Y1M1ppZDZka0VCblR3elRzNUZrRGdKV3RnelBhaHhpby1iTWsyWS1obFhScWRLUnZxY1lPRncx
THFmVXBMRjNMSjRxajdORlJLYWVpLU9wUjQyM0Fqa2k4dUliSjcwd21pemRMOWxKM1hweHNrdkN6
aU4wSEJTMnR5MjRGOHpZMVAtVVNXdEpqd2Jfb3FaQWdRQy12bmpHUnBVVWpCWVk1clNJN0VmZVpX
Q0d6d0d3TjFYb0gxZmhaSDdDYVRfanlHU18xQ0hLM1hEQWFiUmtkMDZLckN4bzY1TS1ZWlpEZ0Vz
T2d2aWtVcndnb3IzMFlpOUdWWkRvZjctQ01GbW55ajZYRWdqbzFtbHFXN1UyeUtiekZnOGk2VEVV
VVZMRDY/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVtPWVtYWlsJmF1dG89dHJ1ZT4uDQoNCg==
--000000000000c66639063b63e8fb
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Collaborate with mobile apps</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Work s=
ecurely and effectively from your mobile phone or tablet with Google Worksp=
ace mobile apps.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Get started =
with Google Workspace mobile apps
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Stay connect=
ed and on top of your work, no matter where you are. Work securely and effe=
ctively from your mobile phone or tablet with <span style=3D"white-space: n=
owrap !important; direction:ltr;">Google Workspace</span> mobile apps.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
16px"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:6px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email6-gw-transparent-w1600px-h946px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Get started with mobile=
 apps" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:33px;padding-left:33px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew great ways you can use Google Workspace mobile apps:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly access work content in Drive</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Easily create or edit content in Docs, Sheets, and Slides</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Join Meet video calls on the go with the click of a button</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:3px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Stay connected with your team through <span style=3D"white-space: nowrap=
 !important; direction:ltr;">1:1</span> and group discussions in Chat</td>
  </tr>
          </table>
     </td>
  </tr>

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:55px;padding-top:28px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5qYkMOvaTLncO6yfsy1BKtNZfcpeFbZISqxahUGTwI2op6p8WR5EzcliS=
01j867I0_IGax7kNdiofz9dJWXH557smawtzYfpdetlmixENyaELUzhUo44dK-Pf3DDInfXSnkT=
1kjUVSVN0SIZFX2KNFriU396W1EGk0lp-hoJhCoWDbXOcyC3yfKxIeHaiOSbOi416WYykvLcswS=
xd_wkrl_ex2EFN6JCdKLdnLSHSQ2ej4SuBtku11Rs_2UAmjEGC-i6JRd8_Ac7M8VQiYqQY2Rf-X=
CncgV-o8MaJ3PNHINgm_p4--C7IV1lYkLNzB1rKGOkiyulfe0QNM" style=3D"height:50px;=
v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" =
fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Get started with mobile apps=
</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5qYkMOvaTLncO6yfsy1BKtNZfcpeFbZISqxahUGTwI2op6p8WR5Ez=
cliS01j867I0_IGax7kNdiofz9dJWXH557smawtzYfpdetlmixENyaELUzhUo44dK-Pf3DDInfX=
SnkT1kjUVSVN0SIZFX2KNFriU396W1EGk0lp-hoJhCoWDbXOcyC3yfKxIeHaiOSbOi416WYykvL=
cswSxd_wkrl_ex2EFN6JCdKLdnLSHSQ2ej4SuBtku11Rs_2UAmjEGC-i6JRd8_Ac7M8VQiYqQY2=
Rf-XCncgV-o8MaJ3PNHINgm_p4--C7IV1lYkLNzB1rKGOkiyulfe0QNM style=3D"backgroun=
d:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:=
'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;=
line-height:21px;text-align:center;text-decoration:none;width:255px;-webkit=
-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.2=
5px;" target=3D_blank>Get started with mobile apps</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20

 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5riT11pOBfqlioxH7A821kYqw2xNd65IdqoCIV=
xTnd5yMMeiSXqEpabkEbH3IyT--7DXGEtDW_kPcHX6kOy-Ffk2qUwFmCwOMarkHFISK_cMWtDKE=
lIIqo1HmnmHeHEt4LhXqELe976snQB9nA target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oQ3-F0mPfrYu3AFw4tHx_jJp2PMip3jTK-1Yx=
NLYOeLQCjDSV6x_LOAyyJs53T-iYNhZSO87Id0LXzJQ9C1SxDuKYygzC7FOEpWnrnMb0d3L28L6=
z_MdOhn27AzPVw4xtOQu2P7V3HDA target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5p_seV1QdDxVvvVOMLRpbWGA50CCYBMyIiYbdq=
sQAFWsqXhvSJ55T75yNsNExS3ma5YNRv9Wfp9rEN6FTpWA5c8IITQ-Oq7BOj-LYICaXk3qAeO_M=
N9BHkSdxM2eXFSs8i1Chmf-Twr64VBcNyMAsGGlPTBpGD_K9E target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rC39PxpjT_pwdtT8UpYuKlw3VV4xqDn10YGMY=
S90T5VdzcD0nUjjm08KDw6u30XPdE97FbxKV7tTCC9ctNghVRncneUtI7-HSvKT03D54zXj17FN=
grC_a5HG9h2a_5grMyJ_7G0s5q0W9J1i3Tdw target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oew2f8OIut1whYotkfdaF9m9tq36hml5fFqSv=
H_ga6b4JY1Xv487AwHnyrjGDFqG5mpQhoeQz5DhLaY0YYadwURSpEvRdtRVeSCX88j7gHTwnu9_=
MlBrb4T_VyjUPOMfSucpUhlZZpCOcM-0zDqg9fnw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to support@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5pluQ-aGYslRn3QwfOgnj8FVnjxNugZ=
JD_ircteXuezgXdDVmqdM4xrQIHk3udAK8Qt8UlV11eP6mofJewjKoQ8SRIu9sltw-acM2Jgzg6=
F3yqD8qC_WZQqF3gnI7iSJmXgE1T6haeXBrznhxT2klga2_jJiX_NVLXS-LF343L052jDUtlh15=
dBle0BR08chKQv_I3cA7B3jKp6rsEfyJ6oJOGKfZkwbuy8i7PvnGLWRyJpeP9sDzcW7Bp1eqVTk=
0zSUgyFtrDbWjylc7uDNPUcrm_sBWWW4kf1vubYUmCy5k7FnCYmDQ81WggYuiaWiHE_bEu9_O-i=
u9f0wBc-W4VDWzYgA_tg_lwvLUIdbwKNboI?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000c66639063b63e8fb--
support/cur/1754051562.M617693P250078.premium320.web-hosting.com,S=22428,W=23095:2,S000064000000053634151007557630020660 0ustar00Return-Path: <34LOMaBcKAMUm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id AEVVJOqzjGje0AMAVkXPrw
	(envelope-from <34LOMaBcKAMUm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 08:32:42 -0400
Return-path: <34LOMaBcKAMUm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 01 Aug 2025 08:32:42 -0400
Received: from [198.54.122.200] (port=59567 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <34LOMaBcKAMUm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>)
	id 1uhowF-000000013Ll-1h3r
	for support@24hourwaterdamagerestorationlongisland.com;
	Fri, 01 Aug 2025 08:32:42 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=q5J6AfYh;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 34LOMaBcKAMUm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com designates 209.85.166.70 as permitted sender) smtp.mailfrom=34LOMaBcKAMUm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f70.google.com (mail-io1-f70.google.com [209.85.166.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4btlhc6J8kz27C5
	for <support@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 12:32:32 +0000 (UTC)
Received: by mail-io1-f70.google.com with SMTP id ca18e2360f4ac-87c43c2af72so158078239f.0
        for <support@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 05:32:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754051552; x=1754656352; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=mis21GUBAs+f30s3rRV3fCCWSg9BVb5Dc4HCTYEwYS4=;
        b=q5J6AfYhVaOv/g9esO4cc3fX0KRYw2yDY5cL6Z97k6becjJxfBs8AD4zVOog2WvMYc
         29HH26Ri+mQsBghYihke/CPR+9WtbZ+5VSs4rYBxcqDqfDkvcJCWMzyT+4CcGPC5FpJB
         MYMRDbHCUg262Uvr9hfpmcCjX4XK115LiGoV5n2G/5J7GeF5xbxasH5+pC7uYaPIvUUw
         Orx70ZHQoKR3YIPwngkOK/AQ0d1B3mfY+D8QzaOW+c8FkNOyiZ8VOd3fuiPSwRAfjy/O
         5SRwTG9x1vLXQ2AMm1DfRdpP4ymMxPjkobMWiuC/8C/P1vqc/Acq+uY/14XFQ8+GQDS7
         Oitw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754051552; x=1754656352;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=mis21GUBAs+f30s3rRV3fCCWSg9BVb5Dc4HCTYEwYS4=;
        b=R5hSH9hNsTnfFfkFxGKNZKTof4quxyd1XPnYLAaA0FiCabcQpZgAd1wM5Jr1NQFykp
         Ao9lTNqNhF5PE6XduOpdMryZ2cPN+7GsotH7DLudJmYr6R0IWPF1EM4J/yQpq9SnmY6u
         8TYTU7onO6M6Xe+vmvG/LZpzDCTj+QznqXa4YvYQvWWq08U4E21YZxiJ4aDNDDxWm4Q3
         RQDwgp1NiJfR8r7vHxdm2Mz3kZ1SKjt7eFKi+sf8fOZ1M2Cv3TQrwvkq7Iq7ACZsSFtU
         tvZPeZFYLNz8BFG7BiawrtJKB4BB8uzCAdahVJKy9DCoIAaq8uj/vNFnI4O4Mzeh03Ki
         k5bA==
X-Gm-Message-State: AOJu0Yyud1QOl45rT753yllPNmK/Fs6XPPqEZmaJ+sPZiaPONihBMJT5
	0F/xhe474iaKrDeVkWLs/wK6tfq2e7KKCy2viKUhLWzPUQwPXSBlD/vaHLb3
X-Google-Smtp-Source: AGHT+IGLWF+TxyzLDlxmAre+Lr+zSTWlScMcLNHbntFhcNtmf2oFxoo/QmiNbWJNk6IUudDM3KwNo24=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:7501:b0:879:66fe:8d1e with SMTP id
 ca18e2360f4ac-881375f5248mr2162540039f.8.1754051552373; Fri, 01 Aug 2025
 05:32:32 -0700 (PDT)
Date: Fri, 01 Aug 2025 05:32:32 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: e638e75371da0000
X-Notifications-Bounce-Info: AWoTSIGyBkSmV86ingMw7dRk4WoZVL3pqzV75Pr7glrPzEFcF68ReNm5qv3LPGwgtK-rgX2zoCMCdjRtq3RaucydCBLSpKxTWv3drHB7dyoBR9Fy4GmaHQ4Gf9PTYEbE2mYtWrfHhWx7yk4X-RtQdBUiPYQURwzGIgqING3mSeY7_glLk59aqx4imwqgKrx5ce24dDJsa5B92jiQcCbks_mwZc8EahwBf5-fSC_hwLdgzGoZW5wxdUrXu9ueFvDsVrZXUDjkjZleb2ZiiwFs-zJnGwo33-tX_3fwnyzR_BG1Rq-Ha1cYApRowgjVWyJ2LbwegI4eHBLnS6Iijt41PBiC7_Uw9zbI6xN25cbm1yA8ZNs6ad0Qdow4Z1ftQvwRhU9uEczH2HVS0Xi1xQOwi8w2sQZSQvS62vocfLgh0CprzHLxkpxlVQay4eDqSGKWaW90M6uh4SwNF4LwFg43OCVxgd1g4xgQHeegVoJaVkPLLGetjdQs_AYr5esbrU-L00q6EuNJYXpKo2GvRqj_Nz-pjZl9HrzYsWiw2FymAnnE5QLkt92-LpLarO5KELzXFD8bAXEvPjhzh9V66o_CxB8Y5a8D66Q9SHzEYmTPQcX1KQMA7l6M2QHzqWqOY-y6QyENjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <b1c9abc0d6de3babb2255751f35f702c7f1632d8-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000b26c42063b4cf314"

--000000000000b26c42063b4cf314
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCjI0IGhvdXIgV2F0ZXIgRGFtYWdlIFJl
c3RvcmF0aW9uIExvbmcgIA0KSXNsYW5kPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEx
Njc0ODAyOTk2NzAxODkzNDE3L3Byb2ZpbGU/dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlh
bzVxVjVPRHR1MkRWeTk4QkdiUTFwQU5rYkRvZ2ItRjFKNVV3S1B0OXlXUDZmUDFVN2RaNTZXLTBs
aDROeGZ1MFV3RXJKTVFxYXRnamVSQ1o2UUQtVHNlZndLVzRQUDFMRGg4a2hTd2RsSEdJSWcwSkpy
YXEzZ1lOeEZJPiwgIA0KeW91ciBhcHBlYWwgaGFzIG5vdCBiZWVuIGFwcHJvdmVkDQoNCllvdXIg
cmVjZW50IGFwcGVhbCBmb3IgYSByZXN0cmljdGVkIGxpc3RpbmcgaGFzIG5vdCBiZWVuIGFwcHJv
dmVkLg0KDQpDb250ZW50IHRoYXQgdmlvbGF0ZXMgb3VyIHBvbGljaWVzIG9uIGRlY2VwdGl2ZSBj
b250ZW50IGFuZCBiZWhhdmlvciBpc24ndCAgDQphbGxvd2VkLiBEZWNlcHRpdmUgY29udGVudCBp
bnRlbnRpb25hbGx5IG1pc2xlYWRzIG9yIGRlY2VpdmVzIG90aGVycy4NCg0KU2VlIHJlc3RyaWN0
aW9uIHBvbGljeSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxUkgxTm1tS2ZKZUhtdUEtRjVFWVNS
a0hraG9fbktWTXRYTHVUTzhTdFMzcXhDQnRyVjBSR1JqOGRWeTJWeWllSUdSRnJscTBKNDBCMGdW
b2dWbTJlYjJZS2JoVlU5MXFlODRVN1pSOU1UUFE0US1vUjhnYkVQTzU5dTZ5VEkwLWhsS0tTbkc3
dVpUV3duLWNlWHh6WFByU0dpQUpaa19PY3R4QmM4bnA5MGRub1d3U1U+DQoNCllvdSBjYW4gc2Vl
IHRoZSBzdGF0dXMgb2YgeW91ciBhcHBlYWxzICANCmhlcmU8aHR0cHM6Ly9jLmdsZS9BTmlhbzVy
SzBNejFqZzd1dWpiWjNnNDRlOEIxOUVqZG5PdXBHUW1VaHE4MlJ1Z25vdFp6SGdaTllZamVBNEF5
RUxCdENtX3dlQ0cxQTAzZ3IwVWc3N2FQNFNoRDFOTnhrRUFtUWF5RkNzcTJxNDNVUGFzamFXZGhx
TmkzTDVoZXB5Sm5obHRTQnZWeUMyeG5pTHlkcXhsTV9fNHZoRFgtb2VtdTNyX19ZZjBzaE9WR3Zz
TUpaVFZmcEJfTkRxVjBQSWdtWDYyaktfLVExZVlFOVd1YVJIYVd2S0FnRTlqSjA4ZFhIMzE4T1pr
QXh3Pg0KDQoNClJvdXRpbmcgSUQ6IERQTkINCg0KDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMNCjE2
MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdv
b2dsZS5jb20gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cnpuaElaZ2JnZGw5dW1uLWdqb2ZDQi1K
SXpVZkxZRExQVGpaSXZhaGpBYldCTmhPRnIwNzFLQWVCYnpkMmZ2R250bTk0UFFIX3J6UDZXYXVX
ck9MNXFyUUxZb3ZBVTFlQnhvLVp5eFplU1pjWk45ZWVpdzA1Z1JCOUVYRTZDaWk2U0M5OD4NCg0K
WW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFu
dCBjaGFuZ2VzIHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--000000000000b26c42063b4cf314
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/11674802996701893417/profile?trk=3D=
https%3A%2F%2Fc.gle%2FANiao5pqAZ6DCx5UOlcNgp9o9GIaPAJIyU8zvL0udsCRi4sHCYtLr=
1M_1L6ygSBr5bDJhwDlB4eg4kIGYwUxnW3XpkXMhanpb5k4SSQh1sSdB3IZplFqERama8pEhbrl=
VQ target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour W=
ater Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5rUehFy0sjKAOEIHwgFN3AAibRy5rUU3gtfQz_-E5bHGFD=
WuHGYj_JjZGsUh9C4cV1m_UcIPmUMHQJDujGXKvgF9NjjEhDQJACI-V9RikSDsbYaFKIV3dP_1-=
tZQAfI9ehVSsEOKNklSO98cYUiBAxl_zZfyQM3cfiV7r9mXN2IJXqTugNHGA target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5oZTnBT=
F5Cd3lxOsdgJ8s6RqBDw1M8Z1uu3-5ZiKz9zhh_m0V2zLInhhjf2J4d69rtseQl-wfVJ8RxHQ99=
LtRikjqM3M6ELZ_GV3hKFNwviQRXXnRXj-BL2eNyISY1u1gE5duWFUKNhZqq7sHA-7Z6rK6JV8H=
msq4MmRo8e-W0wo_Q_sb1m5BRZG1vApGOQOB0SsP2afCiQS0oQdKV_DRC7vNWC9Z_kaqku-c6Tq=
XJS target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oeRiP7HxjWKviMBTz-s-yTu9tZlgie8IS2UhSVU4rm4v=
aXIcUmhVch-mQkmsn-e8WdayX94ixuwdROq9fW5fwpTrkrxWZ3ceZpXHSq_zx9-tm0TsreFOnWQ=
5eNKMR3q5h_FM_YeQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pmJNs6zUW5UkECjUjDwG6F4cGDg0f4gCidDs4ikGDzCdaubpSCJH1yc8CgpU1IUK=
SkF1qO_SKOorEdbTccZ2xrlDGzim5crqq-PZgEJfk9_CIH75d6v5ZgA39EIykhrR5SKQ.gif></=
body>
</html>
--000000000000b26c42063b4cf314--
support/cur/1754315500.M69452P1227949.premium320.web-hosting.com,S=21829,W=22515:2,S000064000000052505151007557630020655 0ustar00Return-Path: <347qQaBcKAOYJcaQVMaaXZWNQTM-VWZMXTgOWWOTM.KWU@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id WHevA+y6kGitvBIAVkXPrw
	(envelope-from <347qQaBcKAOYJcaQVMaaXZWNQTM-VWZMXTgOWWOTM.KWU@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 09:51:40 -0400
Return-path: <347qQaBcKAOYJcaQVMaaXZWNQTM-VWZMXTgOWWOTM.KWU@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 09:51:40 -0400
Received: from [198.54.122.200] (port=38228 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <347qQaBcKAOYJcaQVMaaXZWNQTM-VWZMXTgOWWOTM.KWU@scoutcamp.bounces.google.com>)
	id 1uivbI-00000005AYb-0HN6
	for support@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 09:51:39 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=pprrlYkb;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 347qQaBcKAOYJcaQVMaaXZWNQTM-VWZMXTgOWWOTM.KWU@scoutcamp.bounces.google.com designates 209.85.219.69 as permitted sender) smtp.mailfrom=347qQaBcKAOYJcaQVMaaXZWNQTM-VWZMXTgOWWOTM.KWU@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f69.google.com (mail-qv1-f69.google.com [209.85.219.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwdJN48J0zC2Hj
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 13:51:32 +0000 (UTC)
Received: by mail-qv1-f69.google.com with SMTP id 6a1803df08f44-7074f138855so69408736d6.1
        for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 06:51:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754315492; x=1754920292; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=85yOMBpHKNanT0ujkdze5WFwE2gIgNhHa13ux1hsyM4=;
        b=pprrlYkb26bEaYINYAMnCUN9fKGh7f71l4ON8Gm3NpN9f/Uivbeay4DnYqWV4tl88R
         Av+kcIsfrszLVwZ5NORro0MMRLBvV3CIHXeSg40NTF9qf7woKJck97C8NayocRhk75dJ
         jZGWEQPqjEWAaf73I1zhc7yp6I4Hf2xSQw0WvCXmDmX9vwuYF1v2fH4PqMA1DrmxPdpC
         T0+TqNbgLQ/CAtdxN37u53O3HcxCE6GQyP/7d2De4gi2TOL0H1srzJo1fPKjhwOSSNGv
         NvchQwAYY8joxzQW7trPkER1VMG95q13uTrpN2omc1y4AMKp6dl38O+IXz+lN2lF9JNb
         O8WQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754315492; x=1754920292;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=85yOMBpHKNanT0ujkdze5WFwE2gIgNhHa13ux1hsyM4=;
        b=vqGeipFgkasjggRtJfegtFib11IwtrzVpTBmnFzOSCVkV5tnBVxucc6o9P8X+/XTp7
         YNGSP7APVNguvJNEYn9Tsg0ss7TWrqdjz72p8fjGgvbPuAjIlEq1i+AIBhsB7d8nNjQi
         wbop16+N8T64TY0sDyzt4yq0FWP0xdydFjdaD7nMk3cD2BRiVkEA2lIlv0ryfpi8Yf5J
         sKmjDeiJVnjMEK9+iIaZBe5vM0WIO5rEvqaIISRT1Ueg07zJjWp4hzwWMw7q+NQTSk2U
         iN8fHGRHFsaJqamtSxRdw6yveqPDCnj0dPNkxwcJUsCsQG3zq4xH840NatG0+DmJBNjh
         HBEg==
X-Gm-Message-State: AOJu0YzsLscsyO/ONkKxI/cOQKak9T32RAndhNmQwnFlCen3204j80oK
	m2wwVOL2MQaWOKhDJ9QOu2zmAElKNn3JTMOCaW39PCr9zasx7yr/ZtvZTaLd
X-Google-Smtp-Source: AGHT+IH7qTZcMOPf81GtxLXqvVfMOYJtPMvugd2mcaa55tRIdzQtZYQ5gpSdMlBqlTqD1szQEaac9AY=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:1d0c:b0:702:d83a:7148 with SMTP id
 6a1803df08f44-709362a9b40mr147463866d6.23.1754315491995; Mon, 04 Aug 2025
 06:51:31 -0700 (PDT)
Date: Mon, 04 Aug 2025 06:51:31 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: d6f9af78ddea0000
X-Notifications-Bounce-Info: AWoTSIET4LJVtAduNxQGT4mXHv8CKKNBXlphkuKbMJccHO03wBFwqQAOMWFO0hEXmStAknCxzGUtWQb0RPFoxE0SpO0tmL0suxxodUDTWD9r4DZ14TiBoGjO28E1lKVnLpshBeZOOL_1vHN-Gr-cNhUY6pcvqlj8a9buHXaH7sQVP6zOXLHHdQLx9ZjLBSbjuYZSOPwvZgqhqxkTWsfPom3wT15ctTmLWaRm_ZLlEsJiXlUwBVcAl9NM1bJDWUXEytVWmNdMC4oAtUbHf3_uLVfBZhbbWOjkepC5gzrHvQs2-9gR8OyFZopMyrCTh2Qjss9yies-Sm89KREfe2I9eojiLArgS2VXD9myiC4HcVEJi26T2CfSHs3SA--0XVbIv7ZVzAi8KAcsZlVUrMaXNmHIxFHeUARyRMSGZUczMpXhL9DHTiSZPMZW8niAAxQCfzK5DBeTWMcBFjAE2i313mi4ZUhZ2IPMKNpuB9WAv-c_LsGj9mvql3L7RqiLMVQrYzhs7SaJlR60S_jLg5FHxGyK1AfLEOe6x5tj1yWalAPqN4tqgQZAJZkFVx3SQxnaUewc1SKD0u6eVzut7nPEjnEbXVoL9zb-iTtZLuchpL0nmH7g2fYB2iK42viLo500cYENjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <e920562526079ccb11c77ef79a6993b41a3d3894-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000b97298063b8a6716"

--000000000000b97298063b8a6716
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/7436806918077629591/profile?trk=https%3A%2F%2Fc.gle%2FANiao5oqf_WU0XRM5bmxwN5p4iRXh5PDK8zCdxPp6VU78JjNR_YiVtrRBFyRmBAdShkIMakInM_mRpwKDJrJrrdZ1VKIC8JEwHzK0pPpWyR5WzkYyWIELHGxHIYaQ34>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5pbShfS6t5O0L0MBs8TnlZUNDy8a_aFZVVM8lmzliUzJLREVnxB6Q-8JRGGOLu5n_-zBoWCuErUoFN1ombZQP5WeImi_CKSSLURWtN9No5jktfYmIxco_RMuHkRwfvRCSwfDm9rpTRd1hCwYS9XPxg4OX9xcwlTCF1HM2kZRXKIbQX0bFY>

You can see the status of your appeals  
here<https://c.gle/ANiao5q0rYzxBZV389eH2DZO7GxukK8UEWUnqr99hfrxJsDqiqRGRpBn6gG-MyxL4yviCUGKHJ3lpi09xiziuwbtN8jaN8yuP8-JqdyAn4sNuWte2jLps3R8WX3-0ecjaDVBw-K2jPc_QjMpAmfOALLBzDSwMIuSmyuSSuvYRqReMGLSjwNCRH5nyb2kyVCS5DREwLPbO78BnYiKL4qyEH3Omtdf03VmTmAhfjPkp95i>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5r_Pg0u2YPdpEtzGcr_xmHK3pqsWOFyb0_TN2rBaTCLE_5YMVxt9FNNM3LZDn7u3S0jMbL-nieY6cpYEOcg7mea_vR069kGKRdZopOh3ou70EYAP1p64M_qbMEUux5DnqjvdVc>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000b97298063b8a6716
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/7436806918077629591/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5qBFcCt9dYNxkPkTvA0Wgka0qllHv1AbKIDqs6JA0lufb0mZl=
tLHHBXTonSGHgsk1UT97plcgi6RAj0U-xny1EsydAzeJthcsx7GVkzo5CiKi6TOkaelqB-cTPHr=
w target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5qyy67SeGOgJZa_0SGmVgacfmPG1m6-9kpyfrGiy5bzwzj=
UY2ln7rOxuxLSRpSzsxdTu1tcRAvB4NEFXTIaKKTNbm4uJSS2AJcqOV7PPLIhV4UqfL4m9ogKJA=
ckfn_3Mhhb6bIhk8QqYsrfh84tGhGJ4jRd63k4cOWdnX-RPd8S62ftAoKYOA target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qb12Xl=
lZEGuez4pS3ZskEHe5D9_xIjoO93ktKbfOu-lbSQ21yCfPV_DS9UV3cIumi9YVsETVHC2Ay9HP3=
X9lhz18cdsQk8ndIhl13ho_6aij3i1JiwtYL4mWQHkWVQ7SlfhrCQSIwLwST3fwSVVrDpqfrZzP=
Z3EfrPxVZ72V-0likt9ALaYNae5QvIeFrCsPAVsVovUXofDBmh7VCSigDAXKPOs2B_cSoY-PUjj=
Uo target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pDHyzFE1zewJXab1KDmI9OCvZ_u_qNlER7MtvLUXNw9A=
5nNlvSTExv9QgupySDotWrD2J6AQHp5HtKbyuaihkqhWXl4Jil4V3z8UK6id-EW1VikWOply3Rc=
jbQKo57-kLX10B3eQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qUCoaLLdq-kVtsGMjYJZDUb8ytE--8P-FVK6xG10f59Ey5jk6ri2w56PqcJnzbhq=
cyQjMimVglQfG2Ik6XC_1Cm-bFS_cu9FLqvgFoacLE8pC5RlkK4ex-AaFswuA46L2sQQ.gif></=
body>
</html>
--000000000000b97298063b8a6716--
support/cur/1754409361.M804370P1883429.premium320.web-hosting.com,S=30633,W=31179:2,S000064000000073651151007557630020747 0ustar00Return-Path: <3iSmSaBEKAHAkcfYgdOQS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id EH4QL5EpkmglvRwAVkXPrw
	(envelope-from <3iSmSaBEKAHAkcfYgdOQS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 11:56:01 -0400
Return-path: <3iSmSaBEKAHAkcfYgdOQS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 11:56:01 -0400
Received: from [198.54.122.200] (port=48906 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3iSmSaBEKAHAkcfYgdOQS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>)
	id 1ujK1B-00000007uOH-2cko
	for support@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 11:56:01 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=BOYl6Upk;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3iSmSaBEKAHAkcfYgdOQS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=3iSmSaBEKAHAkcfYgdOQS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bxJ1Q3DTyz55k9
	for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 15:55:54 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-88183648765so394699139f.1
        for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 08:55:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754409354; x=1755014154; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=/cV9ThhR5Z1O5UeyUm3NrPOutXkRrRKAWGsXUtCnE+E=;
        b=BOYl6Upkf7y8D9vG8n1YA8eIBzEqSJ6urmrrbzohFXQ+5F3KF7We3/f3fmgz1wMR8D
         FwqvKTWEIrtW2D34fOqI6UeOTR+yQEDAcCiU+RisZzQLRf7wBN+pd5Elp5+erKBXd+ba
         nrAEJ2rmo3MM8dA9HNBt8fQnVoNORIrpaI821S/8TOgbQ2mB3gIARkl3o6ATa3aR0JSG
         aoNgsbEd7t6YbtaCVOTRwE2uF/Ci3+DzfpkCqCfoQeUiFw35F9R17J412pjSzHweb+/P
         Jd1NwIEOcgsAxLVPGunbkLEsDRywRaf1NwePDodlVnxfSUzseAXtnc/7wT42NC/UgH9Q
         sicA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754409354; x=1755014154;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=/cV9ThhR5Z1O5UeyUm3NrPOutXkRrRKAWGsXUtCnE+E=;
        b=b02vBdmnAwv48SbmHjPDfRlL2YH6y5zG/8FL6gR2oygDl7zoN5C7AHj0kWh2ZEGkG/
         BdNTXmSJRhm9087IiX2l/fOt+pUyGKm6AErWT/B3ROfu0IOpFSVavJa1/uLeVYzlBgCC
         /6Jn+uWnQeFgp9Ee5UM43pPo0JC0CYWX13paq6NI2xB68L/EQ/vDTL392xeKCh2v3dp6
         0RJWVZiXwnPzQPWuatOSg1NN3g9KvKozNUdQbDE4jLkw74H7hzUiws9Gg8ol9Vf6W3jW
         vieDrtNGaMiNzOm2/YPusBOd5/PEdUOek8FHnWynXo7BC5IaufsVP0FlnhMJn/8C68qk
         NHhA==
X-Gm-Message-State: AOJu0YxGMr0oXKkp4+GCex8jABK4jpnN9W/L+JMDqHyfxGH4cMaFmIcT
	9HqSlmECPeGxTK5HvPLy+bLS/2TMVk6buibKQFDHGlOqK1FvHPRn+nvWM1Ko
X-Google-Smtp-Source: AGHT+IHGa1TlT+8Z3GSjSy3vDeOdASJGcKMvbYxOlkcNES7xXHJ8HFA+Y2Muk+0UeztIrfqyasIi2yQ=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:640f:b0:881:864c:3c33 with SMTP id
 ca18e2360f4ac-881864c3d11mr1283526039f.13.1754409353918; Tue, 05 Aug 2025
 08:55:53 -0700 (PDT)
Date: Tue, 05 Aug 2025 08:55:53 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140164
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5reHeMDBCE3oRZ4o0sMZoT5Q-F4_fymtvzuci94VlNCiZLqbpLwncfghKkuzTTIi5Rp0eypaRhZuaW-wUwmjE6SPPRJUQQXZvXvOxdWWY9hBhvwi9eWoH_M79jcno0dDM8UC0Unr5_OhpCMfkUTT_64tSASLevrcMBHrsT6L0jlpZH7lZ4B8z4Xn5LlZ-zYZCz490pCswIQ4drHHpyY8r7dPE4qpV-q1qfloVGycUDyqPpw0Aq_RpXIGI4BGTu3wJgq3LXI9Sfn8DIO6qXqF19ro8NR-nX-kOHW5IVl6BAqYcrpTRU-ZpO4r8nq_gcm6FgZgMPoqaK_Al1-wWRDgazHqs3KOlU65wzfLsClQdtpBgo?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110504489-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: e873e4c5ebda0000
X-Notifications-Bounce-Info: AWoTSIGflGgtFJHIzELsbkBrWwa9gLj4sCjAL76uC8EvetGNtccdNW2bGduMeMoKhAnOxD7pIfFlYsGuDFOm3sJ5fYEgMAbsktrl_pfdTubDAVzO5aFjpD1pwlFEALKHhLQcF93Nhk-uL1KqUbnX4qqBo4sN36bae9nbU2Ne9W799SWQ-I46H0A-A2AVY8hZcUgl-NzhZtEMClZEPEjbUihu8iZ8-vUBuet-7HHp12nPj5_fNwd7oEsZtfHoEQe-mVENk0DypGJHsDXEN04nyIZsq7Zycvqphpd1_8vwrKqDM7SpEyYdcYlPy-nCzVvBjDrqMVWHdpFGuj8Q0PDrkDfHR5L1qPFvpiI9H4vzpOp37-Qqos30Y5j1r5ceLic-37psG0QiPiU0n5VY5job-G5ZnT-WvKwUnVaCivA6fABN-nswkXNZpdlxITrUAEWNd02JPv0jVNWZPpfUzNYFAwYJZ_JJAB41U_N4Yvj-LwkslOplycdRYVkAXur4JhZ-9mxnqyUMplvPPJh6OHmk3PuyaVqLYOJe5O1ldwXb3Ar6LrfKQ8f4X7nSgfOATY7-5fBrOb9IA-aSMuGwUpal7OaLr6Kv3lsIiIF88ns9_JqL4R8sfc9eyT095G3Fxo0xEiyUQ8LhHQJt7AHfawS1ccuQxb8phuyW4zx11QNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <00e56b35a55c130902a7bad4e199f411b431e16a-20189259-111087920@google.com>
Subject: Invite colleagues to your Google Workspace Essentials account
From: The Google Workspace Team <workspace-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000054b7c6063ba0422e"

--00000000000054b7c6063ba0422e
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpJbnZpdGUgdGVhbSBtZW1iZXJzIHRvZGF5DQoNCg0KR29vZ2xlIFdvcmtzcGFjZSBFc3NlbnRp
YWxzIGNhbiBoZWxwIHlvdXIgdGVhbSB3b3JrIHRvZ2V0aGVyIG1vcmUgIA0KZWZmZWN0aXZlbHku
IFRvIGdldCBzdGFydGVkLCBpbnZpdGUgeW91ciBjb2xsZWFndWVzIHRvIGpvaW4geW91ciB0ZWFt
IGZyb20gIA0KeW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KSW52aXRlIHRlYW0gbWVtYmVycyB0b2Rh
eQ0KDQpXaGVuIHlvdSBpbnZpdGUgcGVvcGxlIHRvIHlvdXIgdGVhbSwgY29sbGFib3JhdGluZyBp
biBmaWxlcywgdmlkZW8gIA0KbWVldGluZ3MsIGFuZCBjaGF0IGNhbiBiZSBzaW1wbGUuIEV2ZXJ5
IHRlYW0gbWVtYmVyIHlvdSBpbnZpdGUgY2FuIGNvbnRpbnVlICANCnRvIHVzZSB0aGVpciBjdXJy
ZW50IGVtYWlsIGFkZHJlc3MuIEFuZCByZW1lbWJlciwgdGhlcmUncyBubyBjaGFyZ2UgYW5kIG5v
ICANCmNyZWRpdCBjYXJkIHJlcXVpcmVkIHRvIGFkZCB5b3VyIHRlYW0gbWVtYmVycy4NCg0KDQoN
Ckludml0ZSBwZW9wbGUgdG8geW91ciB0ZWFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBNSG1Z
aUwyejNxbHdDTDdYbUNPUWdSanZmLVNwUnZUSTRyYnA5X1kxY2tMNE43STdLSnMwUzlVdlM3OWct
WkZjZ0txSTdkTzVtSURFQTF0eDFhZ3hiYmVSMkdWY0U2aHRuVVpWTlVCNjJncnZ1eF9qZEZEdVFi
UUVDLVpwTU91dTlseHJ3LUp3UldNZXlMbVUtM1dXTTlJTF9nRlNPQVdUZXF0cUhKLU9CTXBsZklI
MFhUeHh6b3M0NERFSjVqU2NnOG5NdHNXY0VaMENCNzNHUFFGM2ZxTkNONVJNUE5ZSEtWSGp1RVMw
NTF4WG1FRWVXc2NiMTVVR2Q1cVB0a3lVamJTMDJ3blhmYWlpM3Q1ZnZ6NnlyVWtjUXVuQzk3Y2pD
RFdMT0pVczVTc1NrVnljeXpENDEyR0FqZ1FuY2t6Y21BQT4NCg0KDQoNCllvdXR1YmUgIA0KPGh0
dHBzOi8vYy5nbGUvQU5pYW81cm55UF9hM1pjZ1ZBa2FiMTNKOFEwOEJoR2ZhS0lkS09PT3dZN0tf
ZVA5WFpWX0ZvSkpKOElqQm02OVVobVlmOUdsTV92TFlfVlo1enN6YUJianZHRTZTMEcyUHNTbG4x
Zmk5TXNCWG1MZnI3Q2JDVjJkV3VkMFduOHZ1MDZ3cW1KWDVDaTJTUVBIaUhNaD4NClR3aXR0ZXIg
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cTh0TGhLOWE2WUVpSXc3Z3loQkhQV2ZFaWNEX2l4UlhT
SHlJcXFHOERlVENFSGxwRDc5WXl6U0pCQjJKdVBQekxQSzJKQk4waERTcGZ1eEE2MUpsd0xzOE1j
LVhXbFVFUVgxS296WmVPRG9mTm1nUWczdjZXR1JHTmh3V3NqbnV3bEhEek9QQ0E+DQpMaW5rZWRJ
biAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvNlZvUEduV1FMVjJuYkJ2OTZvX0t0dVNhSG9mVXNm
NHgxeHBjbjlHM1VJUkkzVlQwM2p6UjE5ckphZy1DS1pTcmstNXlTQ1FrRjd4QVQwUzVfZUdjYnFU
c1hzbDNNRWFHTTYyR1JNUWtIdVdKTFNDTnFBVG5mWWJCVWR5a1QyMmhxT3hGUUp0cDJ6Zy0wb0JP
bU1XWTVUejQ1RTFqSz4NCkZhY2Vib29rICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFIaTFEN2Zo
TWhHZVcxNElkZ1ZMUGN6TFJ0WGhCdVI0NGZERmZaeHJHNkhxUzZ5ZGxfQ0FmdFBJQld0U3RFZE1y
a1dNeGxHaVJrQnBiZGxZTG9nQng1OXg2bmhXeW5pNjdCaVJUbE9YSFdOWlFGUTN0S2gyazNfZzYz
WlV2cTRkUy1hYWpJOWV4QVN1Tkg5Mnc+DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81clZKOWx3bVExTFVXM3JOOFJxV3dBb2M0NjkwWVBQdVZPbmFPazNYaGlIdFF0bjJVajYzZDRr
YlVDWnJxRmVlZnNCd3hlYnlxX1ZXU2lhRnNRMXBUc3hoelM2S2ttWjBGR2NVUERWSlBPaGFEeW1D
M3Z5QkVqY2x1RDExZkhjMm9XcmVCX21DMVFPQ3RfRkQzSTdNa0k+DQpHb29nbGUgTExDIDE2MDAg
QW1waGl0aGVhdHJlIFBhcmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWls
IHdhcyBzZW50IHRvIHN1cHBvcnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tICANCmJlY2F1c2UgeW91IHNpZ25lZCB1cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3Qg
dXBkYXRlcywgYW5kIHRpcHMgYWJvdXQgIA0KR29vZ2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUg
dGhhdCBzb21lIGZlYXR1cmVzIGhpZ2hsaWdodGVkIGluIHRoZXNlICANCmVtYWlscyBtaWdodCBu
b3QgYmUgZGVwbG95ZWQgYnkgeW91ciBvcmdhbml6YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRv
ICANCnJlY2VpdmUgc3VjaCBlbWFpbHMgaW4gdGhlIGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJl
IGhlcmUgIA0KPGh0dHBzOi8vbXlhY2NvdW50Lmdvb2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVm
ZXJlbmNlcy91bnN1YnNjcmliZS9ndC9BTmlhbzVxd2w4MkdXZHRFX254U0xsZ1loMVg3TVZfTWxX
S0MzN0R4em13c1NrRGM2ckhZalhKOC1jaUYyMDBKYUtFdEtzMUtFSlpHSzZGREhPdlJiVHpQNTEw
QzFfZHdTM3BDZmVxLUhsaTVNX1RLSzhYckN3ZGQ3TVVzdGtEWlNFNHFVQm5zYTZrcFVkc2FuQzUt
bXBreDYxWHNkUGNmZzNoV0h3Y0ZmX012Z3NZdTg3QzNxdFM3MGdJSllodjY1MnhPNGJDT3dQMkwt
QWo5ZGxJeGFrc1VPTlItbXFmYm9aNEcxMUt5M3VZSURDYjBvM2d0NVpYR2RLOUtNRG9nd0lKZFNz
Q3dfSFRNWm56dW5Bd2ZMNFVOTTBsWmpLV210MDdveWhhSWRtQmc0OFNNSUR3aHZDTkVfUXBHRFlJ
Q29Ddmd5eU93czA1N3drZDAyQ0x1NzRnUzFYMEFIdG1zLTFaMXJRUGJTeE1jNDlsVD91dG1fc291
cmNlPWdtJnV0bV9tZWRpdW09ZW1haWwmYXV0bz10cnVlPi4NCg0K
--00000000000054b7c6063ba0422e
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Invite your colleagues today</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top: 19px; padding-bottom:9px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Invite team =
members today
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px;">Google Worksp=
ace Essentials can help your team work together more effectively. To get st=
arted, invite your colleagues to join your team from your team dashboard.</=
td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:4px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email7-new-transparent-w920px-h483px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Invite team members tod=
ay" /></td>
</tr>
</table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:32px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; p=
adding-top: 56px; color:#3C4043;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->When you inv=
ite people to your team, collaborating in files, video meetings, and chat c=
an be simple. Every team member you invite can continue to use their curren=
t email address. And remember, there's no charge and no credit card require=
d to add your team members.
    </td>
  </tr>
  </table>
   =20

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:56px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5oncfm2q5EWju_a6MGGUtutCAWnFplLnnvRAg0-eSrgem2boCzLFzQ0sQ=
skd52fbImdqKuW5ywNVvorLlMTKEZJxnPITGQ_oyxmBZuEVJrOK-i1foeuBLzfAOCL7crhb7Frm=
-7Vq1IspMyPy0dY9cOXrZn8x6ov6ZJYMwj1gjebVgDU7F_icVNUrbR2QDMH6O1tYoAB__StkbH1=
Rzyqd_led58Vo1h1htcCrfF7cImrgD3OlvK0EpssEMjDHyJ3oSvZRWG7GPyBE1kE7lHtgK6qF2G=
gjFWSdZ71vZlnr-hNQbpbcJ8YJhkwWpfEDM6X8lLrCFQz" style=3D"height:50px;v-text-=
anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D=
"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Invite people to your team</=
center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5oncfm2q5EWju_a6MGGUtutCAWnFplLnnvRAg0-eSrgem2boCzLFz=
Q0sQskd52fbImdqKuW5ywNVvorLlMTKEZJxnPITGQ_oyxmBZuEVJrOK-i1foeuBLzfAOCL7crhb=
7Frm-7Vq1IspMyPy0dY9cOXrZn8x6ov6ZJYMwj1gjebVgDU7F_icVNUrbR2QDMH6O1tYoAB__St=
kbH1Rzyqd_led58Vo1h1htcCrfF7cImrgD3OlvK0EpssEMjDHyJ3oSvZRWG7GPyBE1kE7lHtgK6=
qF2GgjFWSdZ71vZlnr-hNQbpbcJ8YJhkwWpfEDM6X8lLrCFQz style=3D"background:#1A73=
E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;line-he=
ight:21px;text-align:center;text-decoration:none;width:255px;-webkit-text-s=
ize-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" t=
arget=3D_blank>Invite people to your team</a>
                                 </div>
                              </td>
                           </tr>
  </table>
   =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pWHW_Gt9i_7RMOfzce7m6y8UM3LaY2YRsVlja=
uae__4CGncwJOzAxTxni7d4O-3-a0W4v9WwmPnDO6oIxOFlqaoPFpCsJrOf-Cz61-7NA45Y4Gxy=
g1GlmUpqdXFnQJ-Ylb3KH6RuGcB2DDGu0 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pJffCr3z4alSR58fWAZSPD-T1BPS6iLuGQ7Kq=
IrnK0iFv8G1fJpzp2TMsb7BEvFcTPCxjNMRlueM9l-smMTDZLYsKL-BCqbpjVku2FQXI3FmzGsw=
tsR4_kZwLhMLSpOkN7ySwwayuAnQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rIxlLSlX2AIXShBCtUdsY6n54JCPWd8wcxiwN=
dVo8WVi_87ieFmyc10FUpecgS-E_HnPPw6IZIVd8ET93FxzWj-s_CKgKJIV0WajLjiO3SmG24qR=
0Q8iysO8eU_8hZJR4T14BKSbyfVvVNsR2Gi50gTeiaNXXo1OI target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pZopKVinb5JTxHoQyzrH033KeCc19lKZdDPJ7=
xUvirspqZP0iGEta5VQ6uMeCtsoPsCb0SwM8jG8yNuWtTGdVJ6nKCqb8mK8X0iFc-abJmToMgE4=
-OW0P7mwKnfKS9NF_UbZr9CRUINaxj7sPcIQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oJusaf7otpQ80qFtzctV1hhfn1dXfcUy5bmfd=
RP5lMh1tEhh4XvbdZJksjWtDzI8F5fR-wv9aLqsuHcFSzE88PjKpgsWxE1Ewn-NE_8H67OMzxfj=
6igQizWhiqP6RloqznKYen0vymArQH5TlbCqVcBw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to support@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5reHeMDBCE3oRZ4o0sMZoT5Q-F4_fym=
tvzuci94VlNCiZLqbpLwncfghKkuzTTIi5Rp0eypaRhZuaW-wUwmjE6SPPRJUQQXZvXvOxdWWY9=
hBhvwi9eWoH_M79jcno0dDM8UC0Unr5_OhpCMfkUTT_64tSASLevrcMBHrsT6L0jlpZH7lZ4B8z=
4Xn5LlZ-zYZCz490pCswIQ4drHHpyY8r7dPE4qpV-q1qfloVGycUDyqPpw0Aq_RpXIGI4BGTu3w=
Jgq3LXI9Sfn8DIO6qXqF19ro8NR-nX-kOHW5IVl6BAqYcrpTRU-ZpO4r8nq_gcm6FgZgMPoqaK_=
Al1-wWRDgazHqs3KOlU65wzfLsClQdtpBgo?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--00000000000054b7c6063ba0422e--
support/cur/1753945652.M400041P3357743.premium320.web-hosting.com,S=33196,W=34043:2,S000064000000100654151007557630020730 0ustar00Return-Path: <3LBaLaBcKAM8wFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id uDkVFzQWi2gvPDMAVkXPrw
	(envelope-from <3LBaLaBcKAM8wFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 03:07:32 -0400
Return-path: <3LBaLaBcKAM8wFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 03:07:32 -0400
Received: from [198.54.122.200] (port=49333 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3LBaLaBcKAM8wFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com>)
	id 1uhNO0-0000000E9HH-3sb7
	for support@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 03:07:32 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=az1Enkod;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3LBaLaBcKAM8wFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com designates 209.85.166.70 as permitted sender) smtp.mailfrom=3LBaLaBcKAM8wFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f70.google.com (mail-io1-f70.google.com [209.85.166.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bt0Wx23Kcz27fy
	for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 07:07:25 +0000 (UTC)
Received: by mail-io1-f70.google.com with SMTP id ca18e2360f4ac-87c7635fc45so7974439f.0
        for <support@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 00:07:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753945644; x=1754550444; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=DmZcyaPPyEbIfY4MpV+R1WkBWvUHQ1Tmoc4F/LnTHPk=;
        b=az1Enkodv8+cZovjeH9ctYgmUyZXTD4T2AU2I3hqaFhz4tnaC/UBjuFIuoGI0SDHp0
         pfaSyHaZkbaHi0zkHzn7Ux8U48ZPTC4jPGCrO/5bpH5IyxxU5dEd1RVdohQDKnF6PI+E
         Jv5rvM1kH4pd7V5VqidfwDEdgi83GQKXCCA1yE2J92RBlojwHlcxIdJzglLiM8MC3i4B
         aR0FlYMca0+cczgf3gO1tCMg9EQK5ydy4ijbyAkpQtp6mKz1jMVBakXNhgy8VIn1QU0j
         WaSjwYjZeYcO+LY/q3x61QX4YOYvPF43ZIenyC/BNjhOBn4BguHWftHk/qMLHVrDXwJJ
         8tXw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753945644; x=1754550444;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=DmZcyaPPyEbIfY4MpV+R1WkBWvUHQ1Tmoc4F/LnTHPk=;
        b=dTlVDdshk4LAEwOIJP1+ceRIG3/VvjjZ5ue9YOhM4otX8aDMeXLkplOD9UEnJ8m1zl
         CnK1lVfZ5Lgo8qkolM0/POI1vf8Zbx+/QSbgEFa4YMFfG3eCoQd7LTqRXPJgQJMXVv+Z
         PeJovv+1Gqw9L1X4fPgJzrPJ8fLHS503/7K3LORgMyzQgvrY5DqlieGu+nLwF13b+mWm
         oErLRy8iQjIYmAhy3vtwyceB+TPRXAXI1a0mj7mT5itmCuo66Qx98j2EddRyYg8ueLq8
         sNrkMPlUdyZzXnKtpiO7ycpzR4xHMLxn3es8JKtPT3Xw3AncCZAeL1U1pFKuXOpaczS1
         m7OQ==
X-Gm-Message-State: AOJu0Yyy9ywk7vfSWDV7TZt/Jj+d/bXrcPcuGt0YXCTjcYu5JeWG76e6
	iXQ/6arHZYsFAA0mIkqhC9VaE3xNtp6QDkpPIG9rpGaqoY4tGEU=
X-Google-Smtp-Source: AGHT+IHXwXRz6a9iPnYG6v1PdVBFWzkjZ3Qy2/IMgs/CTP/H6JmWNAkwQ4EpIiULAQumkInubS2TyFw=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:6401:b0:881:4981:8fcb with SMTP id
 ca18e2360f4ac-88149818fd9mr594024739f.11.1753945644559; Thu, 31 Jul 2025
 00:07:24 -0700 (PDT)
Date: Thu, 31 Jul 2025 00:07:24 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 926db64019ea0000
X-Notifications-Bounce-Info: AWoTSIH3RQFfKpAV1TbV1oaqqN_zPeYzSmW6ItpZaM4L2f6c69WHnRLvu8P4GIaE5HyiFqsfBpQ5vI_l6WWsUZbFM4C--0exyqVdiNWAI0Pp2ijUYGdL2Dr6FbL5vm36fuALUOum1eAU9lKKFeZPDAKomYyCtGyBy7D5IyJdmyK9yxAeOqK6GZqz5QUR9tXOg2TZQ6_Icd2qASuRW7TYKngyPFmgwNneUZhuvhCWGxBYZFQytkbl2XOL-aQ0GsqR0JZqb0JUrq06ZTnX2Hwf1aQhhbr6EE8xM2zcaYjCKEdE9brgirCw4Jcd0-9PsDp7pqqrCsy2z-b6G5L6Zk4mijlKHkAR-FSWdNIoHc5jwyy7KEjmPwlkSTS7cKTPddVAIH1f1Y8CnMUJv-mQ2BySsM1OAuEvULM1fR91jjJ4XLeFqf4KtiaTClv0kvJgUvRiA94BK1RvekAqGBaqn-v-8jNMdLpH5gAX5skSEfY73Az74zwW0noLlPtX71j8vFW_grVDMz52szhluHMBQ3c6I3Pnj3zzMdVYrnU9IANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <2dd0bf1b56a34780f4230ee4c82478402975dd05-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000196d8a063b344bf7"

--000000000000196d8a063b344bf7
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo1MzgyMw0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzExNjc0ODAyOTk2
NzAxODkzNDE3L3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj01MzgyMyZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXE2SFVDUHBIOE5hdDFUWVc3YU9OQkczS1ZrbnNFc1pFZkprTjVyd3F2
ZWRTWWU4WUxybHExbjA5X0ZhTlo3WnRiSnZsOHIzT1Zsc1JRT0IzaUN4MzZ1NjkxZWpUbWZxZmw2
ejByMDNwZDhXTTM1clBTN0pmYzN0dHI2YnQwPg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81cVFBSXdHNFlD
S3AxbEFZSDFIMEthOTZIOGo5ZU1JSVUwbXpWV2lZMV94VC03ZXBjTnBNSFotdTBWODBnaklIT2Rk
RjF5WU5uaDBySmNDMldDb3VBR2F0TXlQUzdDTWd2NmM0ZjdKblg1eXF6a0tsQ1YwVXdJNDFXWWt2
ZVF6TFExWnQxazFTbEhZQ0s5OWN0a056clk5MTlRPi4NCg0KMiBTaWduIGluIHVzaW5nIHN1cHBv
cnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIg
eW91ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBt
YW5hZ2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFw
cy4gWW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICAN
CmF0dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8
aHR0cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMTE2NzQ4MDI5OTY3MDE4OTM0MTcvcHJvZmls
ZS92ZXJpZnk/aGw9ZW4mcGluPTUzODIzJnRyaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5pYW81
cl9rOEZNWWlSYWJkNlhWUnRzeTZ2eUM4NUhvRzc2d2tZX1BWS2Z6VklqRVVOaVJXYi1WWHl3OHg1
bWloU0tBY1FKUkFndy10RFpjM0lHU2xROEtXc09tZElQejVkbDNZSWdlbUNOV2p5VTdPTGhpTHJs
N3kteWpFMWhOU3BrRVFBPg0KDQpWaXNpdCB0aGUgSGVscCAgDQpDZW50ZXI8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVyYkJRYk5pREU2VE9kZ1ZhZHRxNlRzSGhzSFZNU0szbkJJTVU2RzJDXzZTMHVvVU5T
Uk5LN2lMano2V29TQllaUzZWNnF5ZmVzVU9ZOU8ySm5BSWNSd09kRXpqa193MU42Qk1EV1hjand5
TC1xMGZxdU1hNU9USi0tS0hQN290QmVENGRrM0pRWVc5ZHZGdWhpNGMtMU5YeUdNYzV5ZXlQQUVh
bUdvU3hNPiAgDQp0byBsZWFybiBtb3JlLg0KDQooYykgMjAyNSBHb29nbGUgTExDIDE2MDANCkFt
cGhpdGhlYXRyZSBQYXJrd2F5LA0KTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCnd3dy5nb29nbGUu
Y29tICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFkRzROMXIyRHpNZmw1MmVPS09qMktuTEx2dGQ5
VGlxR2M2QnVEQVdySzZ0Wk83LUNyVEVSczJqY1FtSEZIcXJUMm8taTRBWXBya3ZsUXUwV1V4UVVI
ZjZ3VHJyaDRkZjBpaU4tTFU5TDZpaTFNSGlGdlBxSDhmbmt3SGM1SjR3emhMT1U+DQoNCllvdSBo
YXZlIHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hh
bmdlcyByZWxhdGVkICANCnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--000000000000196d8a063b344bf7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/11674802996701893=
417/profile/verify?hl=3Den&amp;pin=3D53823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5oIi4xSGZ5S8bHql5xfrmtvYoVe8u2Rgui8obaQpVyjCVk8rvQYS1XwRwIVO9aJmMQ6Tm6=
JgZjuNMK_mICDH-qNVq79VKZF1ulUgpiXmIzVl7VPjOnDprA>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">53823</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/11674802996701893417/profile/verify=
?hl=3Den&amp;pin=3D53823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oQvsNQloFcjt=
3z2UHfsXYsUIgFGTok9T73blHkC0bItgwt1h8Y-qOZayxxR2MA9TTDBkzVpwF5q-RQTk4NXjWke=
oPckGSb4NE2yN5UqgSvS0dNQ137Pu9p9fcrQjtONA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/11674802996701893417/profile/verify=
?hl=3Den&amp;pin=3D53823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oQvsNQloFcjt=
3z2UHfsXYsUIgFGTok9T73blHkC0bItgwt1h8Y-qOZayxxR2MA9TTDBkzVpwF5q-RQTk4NXjWke=
oPckGSb4NE2yN5UqgSvS0dNQ137Pu9p9fcrQjtONA target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/11674802996701893417/profile/verify=
?hl=3Den&amp;pin=3D53823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oQvsNQloFcjt=
3z2UHfsXYsUIgFGTok9T73blHkC0bItgwt1h8Y-qOZayxxR2MA9TTDBkzVpwF5q-RQTk4NXjWke=
oPckGSb4NE2yN5UqgSvS0dNQ137Pu9p9fcrQjtONA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5qq2PFppciDsfFUk6=
DdmjqOfNvEIw8LH-F10ZtiT4twIY3_IeNs1pOZHEYrILZH2aSnW9G-I29UEYWxMF2osRgLHOGKz=
GdCPrWAsKpEr4nYmfYwwzyyHXimpXNWytE5S0xx10FAFQkiA2gc-woGlZBPyNJFfg style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">support@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/11674802996701893417/profile/verify=
?hl=3Den&amp;pin=3D53823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rEfETS-AKRTl=
6juncTzrEBqXe3pSTw_sZEjE1f9zk1cQEgoNDyIyRXkWINhdflha_R_zFSPaOi-dwEJlgtScL9S=
CFiEp8BHlRdJ8o0qEKzHzR9CxNEKWxbcJPren9_hpVxBA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/11674802996701893417/profile/verify=
?hl=3Den&amp;pin=3D53823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rEfETS-AKRTl=
6juncTzrEBqXe3pSTw_sZEjE1f9zk1cQEgoNDyIyRXkWINhdflha_R_zFSPaOi-dwEJlgtScL9S=
CFiEp8BHlRdJ8o0qEKzHzR9CxNEKWxbcJPren9_hpVxBA target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/11674802996701893417/profile/verify=
?hl=3Den&amp;pin=3D53823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rEfETS-AKRTl=
6juncTzrEBqXe3pSTw_sZEjE1f9zk1cQEgoNDyIyRXkWINhdflha_R_zFSPaOi-dwEJlgtScL9S=
CFiEp8BHlRdJ8o0qEKzHzR9CxNEKWxbcJPren9_hpVxBA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5qoPtGFRoRuL7ONmF_QkYXGQDDepY_aJNesrTA_zSWjfD3vGcoZgJH5haS7dnnEorvy0Br=
5j9acYVU9ef3j6EDqJSnEzQdD_nRyLJplUr-5OnCxFfNq8rtmoF1ycGvzEMF9Tye196Po-1oHHB=
jxezbAutV0hp2qzQn414I5NWdZDQ style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5olJY_cy4cfDRq0rCl-_9HbA9OwNRmzyALfmCKlY9sFJoR_YAwHDZJ4Bm6S0wI9D-wICRgsqA5=
S9V6hV_3ekFPTnD4i0S9hRsFblHTV_WIMGpVQ7JIDHgx5WAQnhWo5pS1fnYh7PA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pIDKb2uQEGVc-2FyJBO94kx4prdoqIekQZ9D7RpANOIxH6lD7Ygj-XdcxgOUusJY=
DVeNgKcIrauXCOEf47bJnk9M-h1G0n3sbNtRMCXdwHiRmjGpDgY_1H-jaWBarrAk4XwQ.gif></=
body>
</html>
--000000000000196d8a063b344bf7--
support/cur/1756882145.M598577P336585.premium320.web-hosting.com,S=8922,W=9053:2,S000064000000021332151007557630020543 0ustar00Return-Path: <32-S3aAcKANA9AD0B7K2AA270.yA8@identity-reachout.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id iPYXI+Hkt2jJIgUAVkXPrw
	(envelope-from <32-S3aAcKANA9AD0B7K2AA270.yA8@identity-reachout.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:49:05 -0400
Return-path: <32-S3aAcKANA9AD0B7K2AA270.yA8@identity-reachout.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:49:05 -0400
Received: from [198.54.122.200] (port=44793 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <32-S3aAcKANA9AD0B7K2AA270.yA8@identity-reachout.bounces.google.com>)
	id 1uthIn-00000001QSe-1YnM
	for support@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:49:05 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=xh91bIyI;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 32-S3aAcKANA9AD0B7K2AA270.yA8@identity-reachout.bounces.google.com designates 209.85.210.70 as permitted sender) smtp.mailfrom=32-S3aAcKANA9AD0B7K2AA270.yA8@identity-reachout.bounces.google.com
Received: from mail-ot1-f70.google.com (mail-ot1-f70.google.com [209.85.210.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtVz4m75zC1qj
	for <support@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:48:59 +0000 (UTC)
Received: by mail-ot1-f70.google.com with SMTP id 46e09a7af769-74381f4c715so7191444a34.1
        for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:48:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756882139; x=1757486939; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:reachouttracker:mime-version:from
         :to:cc:subject:date:message-id:reply-to;
        bh=MdpICvw65qzegfUJgEo1mCXMRASYhIvQXXCRuoQBHX8=;
        b=xh91bIyIJtygQvkvKVuA7+0maMdSEyEqyHCjDECHTTzouw3Ona0qc5NElN19NvFcqH
         0mH+0zWqcURxj4xmx+VTEwbfRKTIWn/btqeDKAeqWk4CLNkY6/AE4S5tVBcD6BSvDxRy
         3ifow/aNI7YqrOfux4utiu1bOrI0R64Ozc3wdE/o80uloDpNMT5L3PVeqgVw3QUe8gKz
         +rTj/yQI4pVvSCh6rqHNkL2bbM8OOK0mcZOtwWF8qAdqk0FW5xBpcZawEBQyR6lPZzLO
         6GXLIyDE/iut0qArDfotG7OM3KiSFNsIqk48nPUpfJ8U/WPt8aPQmU9zaoZk0rJCJcea
         AiWA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756882139; x=1757486939;
        h=to:from:subject:date:message-id:reachouttracker:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=MdpICvw65qzegfUJgEo1mCXMRASYhIvQXXCRuoQBHX8=;
        b=s6tE2QxPZ34dG//JPazuINx5ai6evcFjM7ZZdDPCJXfI6NBwkdm4WsEnIUxR3EmAq0
         dYHwJzF9NECW87vOyZNBe6lTqumNlKRnQNFg+n8gu8y82p8FKKJZnbEEsMCs8d6r57mQ
         cSK8CXu9cqy4M6Q8EKfLVF2sw1Tzm4WKglODIaWKMwp9wfN6WeViD+fvc8HNMyxj46fH
         R8nCNmrd4+FbOhr2yqzVb+8syD0rfxD4pfq7TpyvQvJc1sNg619VRYq5VkoVUeks/VJa
         e20qZHCPfZuW7V4Yd73YGJaRuDxWcLEmit/ySJRca74DRJnUqMU0UnYxZ0jFNqjrtWzc
         9GZw==
X-Gm-Message-State: AOJu0Yw98DGcm4QlbXkGjCjfcQIgtzKRHih44irI4iLnpQvY8hwLgAsX
	rSSBJE69jjl0nINABo3h/QvcpEjqu8LEmNnGl0rIjIzdi18o4766C0Oy7QAHGvgi5giq1WBxjCh
	20x9XMzxE1GkLwJyw6FqGhYmpDLoZ96B38in/kFhMyKPHsJl/q0LYzI3pGJcJMxVifX/9c9yJZV
	PX8UzMbGb03AOMjpEJJBocWeOO3dn+pbr69hFSTmeGFGwEPsq8W+4WH+k=
X-Google-Smtp-Source: AGHT+IFxxHq+z96fETgfR2TzyAyr3L5yzYYFZHwph40TZmRwjcgnXeraew/SY3Q17RXdK4lGSlgmywuxc0MeSkXrOw==
MIME-Version: 1.0
X-Received: by 2002:a05:6830:449e:b0:744:6e22:2a66 with SMTP id
 46e09a7af769-74569d7959dmr6771003a34.6.1756882139016; Tue, 02 Sep 2025
 23:48:59 -0700 (PDT)
ReachoutTracker: AXiFLV6eFybn7ojJeF+h3+ZhyV4hLFXyzYWbCwQtDwsl5YZQla7m/mTFSR906S5iiVg+Q2flQY9CKOP3pkPUYZgjLM+Dzw==
Message-ID: <autogen-java-d951f82d-b201-4adb-bfd5-3ae46b1fe253@google.com>
Date: Wed, 03 Sep 2025 06:48:59 +0000
Subject: Google Verification Code
From: Google <noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000cf910f063ddfff33"

--000000000000cf910f063ddfff33
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

R29vZ2xlIFZlcmlmaWNhdGlvbiBDb2RlDQoNCg0KDQoNCg0KDQoNCg0KDQpEZWFyIEdvb2dsZSBV
c2VyLA0KDQpXZSByZWNlaXZlZCBhIHJlcXVlc3QgdG8gYWNjZXNzIHlvdXIgR29vZ2xlIEFjY291
bnQgIA0Kc3VwcG9ydEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20g
dGhyb3VnaCB5b3VyIGVtYWlsICANCmFkZHJlc3MuIFlvdXIgR29vZ2xlIHZlcmlmaWNhdGlvbiBj
b2RlIGlzOg0KDQoNCjA1OTg1OQ0KDQoNCklmIHlvdSBkaWQgbm90IHJlcXVlc3QgdGhpcyBjb2Rl
LCBpdCBpcyBwb3NzaWJsZSB0aGF0IHNvbWVvbmUgZWxzZSBpcyAgDQp0cnlpbmcgdG8gYWNjZXNz
IHRoZSBHb29nbGUgQWNjb3VudCAgDQpzdXBwb3J0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbS4gRG8gbm90IGZvcndhcmQgb3IgZ2l2ZSAgDQp0aGlzIGNvZGUgdG8g
YW55b25lLg0KDQpTaW5jZXJlbHkgeW91cnMsDQoNClRoZSBHb29nbGUgQWNjb3VudHMgdGVhbQ0K
DQoNCg0KDQoNCg0KDQoNCg0KDQpUaGlzIGVtYWlsIGNhbid0IHJlY2VpdmUgcmVwbGllcy4gRm9y
IG1vcmUgaW5mb3JtYXRpb24sIHZpc2l0IHRoZSBHb29nbGUgIA0KQWNjb3VudHMgSGVscCBDZW50
ZXIuDQrCqSBHb29nbGUgSW5jLiwgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4g
VmlldywgQ0EgOTQwNDMsIFVTQQ0KDQoNCg0KDQo=
--000000000000cf910f063ddfff33
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:=
 600px;"><tr><td><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellp=
adding=3D"0"><tr><td align=3D"left"><img width=3D"92" height=3D"32" src=3D"=
https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_188x=
64dp.png" style=3D"display: block; width: 92px; height: 32px;"></td><td ali=
gn=3D"right"><img width=3D"32" height=3D"32" style=3D"display: block; width=
: 32px; height: 32px;" src=3D"https://ssl.gstatic.com/accountalerts/email/k=
eyhole.png"></td></tr></table></td></tr><tr height=3D"16"></tr><tr><td><tab=
le bgcolor=3D"#4184F3" width=3D"100%" border=3D"0" cellspacing=3D"0" cellpa=
dding=3D"0" style=3D"min-width: 332px; max-width: 600px; border: 1px solid =
#E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-ra=
dius: 3px;"><tr><td height=3D"72px" colspan=3D"3"></td></tr><tr><td width=
=3D"32px"></td><td style=3D"font-family: Roboto-Regular,Helvetica,Arial,san=
s-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">Google Verifi=
cation Code</td><td width=3D"32px"></td></tr><tr><td height=3D"18px" colspa=
n=3D"3"></td></tr></table></td></tr><tr><td><table bgcolor=3D"#FAFAFA" widt=
h=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"min-wi=
dth: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px=
 solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-botto=
m-right-radius: 3px;"><tr height=3D"16px"><td width=3D"32px" rowspan=3D"3">=
</td><td></td><td width=3D"32px" rowspan=3D"3"></td></tr><tr><td><p>Dear Go=
ogle User,</p><p>We received a request to access your Google Account <span =
style=3D"color: #659CEF" dir=3D"ltr">support@24hourwaterdamagerestorationlo=
ngisland.com</span> through your email address. Your Google verification co=
de is:</p><div style=3D"text-align: center;"><p dir=3D"ltr"><strong style=
=3D"text-align: center; font-size: 24px; font-weight: bold;">059859</strong=
></p></div><p>If you did not request this code, it is possible that someone=
 else is trying to access the Google Account <span style=3D"color: #659CEF"=
 dir=3D"ltr">support@24hourwaterdamagerestorationlongisland.com</span>. <st=
rong>Do not forward or give this code to anyone.</strong></p><p>Sincerely y=
ours,</p><p>The Google Accounts team</p></td></tr><tr height=3D"32px"></tr>=
</table></td></tr><tr height=3D"16"></tr><tr><td style=3D"max-width: 600px;=
 font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; c=
olor: #BCBCBC; line-height: 1.5;"><table><tr><td><table style=3D"font-famil=
y: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #6666=
66; line-height: 18px; padding-bottom: 10px">This email can't receive repli=
es. For more information, visit the <a href=3D"https://support.google.com/a=
ccounts?p=3Didv_pre_em&amp;ref_topic=3D2364467" style=3D"text-decoration: n=
one; color: #4d90fe;">Google Accounts Help Center</a>.<br>=C2=A9 Google Inc=
., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</table></td></tr=
></table></td></tr></table>
--000000000000cf910f063ddfff33--
support/cur/1754372693.M438068P4107720.premium320.web-hosting.com,S=33189,W=34036:2,S000064000000100645151007557630020745 0ustar00Return-Path: <3T5qRaBcKABYxGE490EEBDA1470-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id mKKmGVWakWjIrT4AVkXPrw
	(envelope-from <3T5qRaBcKABYxGE490EEBDA1470-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 01:44:53 -0400
Return-path: <3T5qRaBcKABYxGE490EEBDA1470-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 01:44:53 -0400
Received: from [198.54.122.200] (port=41762 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3T5qRaBcKABYxGE490EEBDA1470-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>)
	id 1ujATl-0000000HGpk-12AJ
	for support@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 01:44:53 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="u/kSuVHf";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3T5qRaBcKABYxGE490EEBDA1470-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=3T5qRaBcKABYxGE490EEBDA1470-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx2SH3rv5z17bW
	for <support@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 05:44:47 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-8760733a107so524030839f.3
        for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 22:44:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754372687; x=1754977487; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=FzRTaqZY+hFf+Sebj5Q09MDk8CJ6Z5VrmaC3XYl5NEY=;
        b=u/kSuVHfDUqUAB5VJWLk5z9t4rOQjx51wzOAN09gmJClGAUCQKSFqEe29smHtnckIo
         gstcZxXb/LdrhSF+GoyuBU5TISJwbRTm3vS9tw64ciI4OEczXWwtsIvZ9gBIFXhpDN/K
         GOriBQBAA/zCqxOrMkN+dmT6nmObhPm/bWRojDcANo9GqXOXU/mMQ+a3Dgu/05SbvDkN
         oZS3fBBgXaPOiDkLeXObHVFhdETidArJwI2N5qCUe4gaPwLZVFT0wp59YAwwIGjisw0E
         VaGrsuT45+VjtKUT8qkI1fTuoQkCCuJlSnWg9GdPYClr25n0DHVxHVYteJqH9rxdiO9C
         q+8g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754372687; x=1754977487;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=FzRTaqZY+hFf+Sebj5Q09MDk8CJ6Z5VrmaC3XYl5NEY=;
        b=gkq5cC+WVZs05eId4z4GlgfFKuc3apCcskARb0RDfSKVhrCD/SwXkfFrTIGTFDfrmI
         kT6slFq9A06ejFSDqmjPsrLNYIr31w0e42N8w2Iffglku6tvCh5c66jUttp6Dgrss+av
         Ko89jP+WqduGvCo4d0tCySBo4Q6puocM0YINtz9n3cHFqXbkUKNjL5fzGT8CJ6r5cSYm
         st10RHQxyocGRvWBvQlAozO3NZfs2QZ1r8/W/1uWFmY180VUuEJVGnJ0W774dvqxgPNK
         Vuzs/qXM0a/9u2GH9HYbRN8IHyJE1wnpaJuvIKmCMLWcL/kpKNo6gdQlyTzN0pN7HgVS
         KC3Q==
X-Gm-Message-State: AOJu0YxJZxLthy/i4688CAXyWEksU5NLV6nFeur+UU7c/I2C6jzAnl0k
	+DDsaSjzCCvYKeqv/Y1u+W0WbSlKXyiYsMdvN4byyie9slPrhSM=
X-Google-Smtp-Source: AGHT+IE8jZhvHFxWvwctfrXKl/MtvH5gRJgJ+WAdEJ3zcp8JpytRxa11MvYnkwQhQ+qo+nOPwHtBLJ4=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:7191:b0:876:7876:a587 with SMTP id
 ca18e2360f4ac-88168263563mr1943294939f.0.1754372687091; Mon, 04 Aug 2025
 22:44:47 -0700 (PDT)
Date: Mon, 04 Aug 2025 22:44:47 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: f85134ee0bda0000
X-Notifications-Bounce-Info: AWoTSIFhF5fh-NsFnYxRJym8ixg2LZx1nV5CVoYKvJtmWYUXB47Jz9PSABP17FLpbyv7-PTp2U821x1CxPpmpEgoebKBkDEKcdWqMbMzcDdwg-ld2GyAwVxHCVeDNXts-zBj2VtFD87nADqgtyjU52_SnCaUOfxdFcoLG_lUyLEWZoNZRszauOePsWfQg6ZXQ3BdjlXJRDs-VArDqIDgSrSHVkNUg8nmw_VUOOk0quUmGDDiITun-fvWa4OeB49R8k46AePvhOpWpwdDt4y4Ag2_bNhcXSPeTR_EosLf0LHt-8ETuTpQf9nUNF9Dn8w_JyGrgjl1mSw8_8Gq3AvZWLQT3Y91Non6tI3zNVveqEn49qo6CSjkYFrGqb4zyCT00yO0qumrLBOyg9_U2GWcsYfWygHMcrfH9wQRBIlgE0F4GGkOagXwYKDEi8K4Aj3doWg5IkYbIy4VP12o5ZMpxiLglGe1QoayYXO6JlM1eXwcLq6TciWDzBuZBTPCaiPeY1ovmi4nDpBb3JUVkdWeUJoX8IXtUUFuMhILtANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <bdb1f8dd1902beb0bcddd6e0d0b34b82a3f46150-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000d159b7063b97b8c7"

--000000000000d159b7063b97b8c7
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQoyOTEwMg0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzg3NTUxMDk4OTM2
ODQ4NTU1MjkvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTI5MTAyJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cEtodUZ0dXRUdDlCVHZMUmxQUnNiYVUwVm5FY1JLYnRoMVpFRV93bjNy
bVNZU2VySFAtcHd3LU5QZ2d1RXA0MlpKTVBjeWRreGVYSjFmSkd2UjZ1ZU11QTFVM2FWckF1Ymtk
bU5jNEU3ei14cmE3SThkVU9rcW1tY2QydE0+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvWS0takdkV1U5
RmtIcGZDVWlrYXV0MFpFU214RGtkcDZDQjhxVmxlbHoxdUNQMjFLWE41SVZMbEljV2FSejB4OFlT
LV9QZ29EcEpKOGtmQ0lkbjR4ckt6WldzdVZvNWhVU0dDeHVRSk1LdGhlSFZZSm8xMnhyS3lVdGhG
N0RKeVI0czJEVGtESnBjTklkTVduUktheFp2aG8+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgc3VwcG9y
dEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi84NzU1MTA5ODkzNjg0ODU1NTI5L3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj0yOTEwMiZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXJ2
anV1V0FwTk5jV3YzMFpzTm4xX1hxTHhuSUsxbWh2U0ZtbW1hUEtsRWJWNUtmc3NfVFJ1ZjkyX2Rz
U3o0WGJQRTZ6bHNFMjlhcUpFR3hxblpUWU9HTGItVTRlU1I1R1RzbW9WYWx3VlFBU2prZUVDM0dx
WWRUWEpIVG40dHVvVT4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81cVJkZW1raHpjWjRJaGJqSDdTY3pWWExOSEptSDZFX210Qi1nVVQ1SE1VZ0d4ZEVJX2tn
THZackM5VXc1RW96cVJwbnV2YkU0SW1idVEtYUxOVWdVTy1LOWM3UnhhOXpUckRXLV9paFV2Mk05
WDJPY2pheWU2MGhKbDlDZnFCX1hWaUpjbUtIVDY0RnhRTFhIV05MQUdPTUFwTnZGOWlPNnk1RXc2
VEc4ND4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvcllXS2F4OXJhMWwtQVRkMkstUXhJTXYwdkhHZjJy
a0dHc0Z1T1JCbkhZZGRZN1l4dUp6Rk5lLWJKd05MUlJnU0tVa1BTOUdSUFBPODVsajhfMGlkZnFZ
ODFGaE9WaGxNTTZwUGtDV0s3bmdheGx3NEFwaHVDWGxZbzFVOUFyZlN6REpjPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000d159b7063b97b8c7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/87551098936848555=
29/profile/verify?hl=3Den&amp;pin=3D29102&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5ocWkGOpX9HIrKYUT0t0su6N9veHVowvHcoejGMOk-xM8iJ-XKmRbzP--cktwLpsuaX8U_F=
nVrZpzKQgwDFGB1P-lPB1ocB0IZ4DoSrz29uOMp5cPBHyFw>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">29102</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/8755109893684855529/profile/verify?=
hl=3Den&amp;pin=3D29102&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pT14kqtIigLJ8=
gV52gJi13jBSbdj5UwQnqcGcHUERcFtLHEOcYvcw19gp6V901ssMmf7B2Ri_r4a3VC9BXTK9Y2l=
oX0eDWaBU4IEvPj3qyEi4AVry9s7blrdmO9mDhig target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/8755109893684855529/profile/verify?=
hl=3Den&amp;pin=3D29102&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pT14kqtIigLJ8=
gV52gJi13jBSbdj5UwQnqcGcHUERcFtLHEOcYvcw19gp6V901ssMmf7B2Ri_r4a3VC9BXTK9Y2l=
oX0eDWaBU4IEvPj3qyEi4AVry9s7blrdmO9mDhig target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/8755109893684855529/profile/verify?=
hl=3Den&amp;pin=3D29102&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pT14kqtIigLJ8=
gV52gJi13jBSbdj5UwQnqcGcHUERcFtLHEOcYvcw19gp6V901ssMmf7B2Ri_r4a3VC9BXTK9Y2l=
oX0eDWaBU4IEvPj3qyEi4AVry9s7blrdmO9mDhig target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5oZlZi1YE5pRKZL0f=
AP5nIeryKZWac4MVSEo1m-eGIXuxfU9EDVwW_wi4sL4RwOKa0rMxukfyB2s-eitU8QwsEtqcihQ=
SxyE3zVCVJE_Mvzp_RLLkJMevRPCz0RP6MDjyQAYEZyGXIRGyoPvpZi1qR7LjJD2A style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">support@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/8755109893684855529/profile/verify?=
hl=3Den&amp;pin=3D29102&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5o1EF0k_zoAMKk=
mEBLZgPE_KSYMEdtgXSUlPqEvTTbb9PqcJLQiUyJmijEbsqoQiwE4ovWf-3jyDcoOLvQiK1NEZd=
_Z14JAOcu30DjqNYze-RIICqYgxq5uVFR0Zi0EW4SY0w target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/8755109893684855529/profile/verify?=
hl=3Den&amp;pin=3D29102&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5o1EF0k_zoAMKk=
mEBLZgPE_KSYMEdtgXSUlPqEvTTbb9PqcJLQiUyJmijEbsqoQiwE4ovWf-3jyDcoOLvQiK1NEZd=
_Z14JAOcu30DjqNYze-RIICqYgxq5uVFR0Zi0EW4SY0w target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/8755109893684855529/profile/verify?=
hl=3Den&amp;pin=3D29102&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5o1EF0k_zoAMKk=
mEBLZgPE_KSYMEdtgXSUlPqEvTTbb9PqcJLQiUyJmijEbsqoQiwE4ovWf-3jyDcoOLvQiK1NEZd=
_Z14JAOcu30DjqNYze-RIICqYgxq5uVFR0Zi0EW4SY0w target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5pVqF0HToVphBx15Oh5B3J9bTSf9WjIAdcQ2JPVGSd-3yJMkVmXNdd_ssreNXGiuCsNQwq=
Wus5cyZ-LHkclbVLnvn0ggWd2lbIkTd_W1H2wf2WaE_ueYmIjIK3C7ZbaTob-LP647CioAq0s3A=
bp6Xu5XWNPrGLkTUdzqlDlJUwNdg style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5rLOUyiNitpFn8e-vqGEfyjuntx2O0uAWwbUIvu9ZjRON0DwYhJpc3rzPr_gNCAsRuSur2PJO4=
uv9X9EZG6QnnDsc2w0mdUoYJr6okA_3s4lwyaHWsexrClnCfBNWJc276nkip05w style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pF_WVQFexvHoJEF-du51AM7w-MUl1PMcwD5D_E2GwFYQILKBzlP6yUUvsZH46_4Q=
faifKWUCBw-yz7LOU639mgjdSwqTGm1FmryeRI_a_OCwN4AEXtYC267WfNOdzqx4JnqA.gif></=
body>
</html>
--000000000000d159b7063b97b8c7--
support/cur/1753687194.M413830P3355091.premium320.web-hosting.com,S=33198,W=34045:2,S000064000000100656151007557630020746 0ustar00Return-Path: <3kySHaBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>
Delivered-To: support@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id QMQQGJokh2jTMTMAVkXPrw
	(envelope-from <3kySHaBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>)
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 03:19:54 -0400
Return-path: <3kySHaBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>
Envelope-to: support@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 03:19:54 -0400
Received: from [198.54.122.200] (port=46718 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3kySHaBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>)
	id 1ugI9K-0000000EAPS-3h0O
	for support@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 03:19:54 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=oNggDog0;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3kySHaBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=3kySHaBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br8xc3y1lz27dM
	for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 07:19:48 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-87c18a52977so358249439f.1
        for <support@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 00:19:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753687188; x=1754291988; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=PuLtkvx+GexSk5u+J6hujmdDryZk//7QkZPuuGAl36Y=;
        b=oNggDog0twhHq/734lggXBqU4YnhT7sj9UCngxEtMfQcyfZbhlnkqk0JC+ItdLpWys
         lzovKZXD3zajLHWmpfT5X/UawZqPFsLfNB1W232S1gYFhPGQEioQkrDU6dEnAEtG8paO
         8YW2YJ7UKWkaaPRsC1K4qnNeJa+FZ8JzM6pIWh7RsK7IPbRP+N1fpwZJM1vmgnfoTMVu
         27dJIpGmTCqCd1qp/dn1bFbFOy7j+z7bXnIe9FngxQXwRKIqG7ZU4s3LftW64LLfh4H9
         jmHs0BH/IzkP2j3FTCEY/j2pSox+ORt4jOItjzDpxwEtT6PgedCU9O+6nOQwgtcokBdR
         H6Kg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753687188; x=1754291988;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=PuLtkvx+GexSk5u+J6hujmdDryZk//7QkZPuuGAl36Y=;
        b=P0BLWX4rL+ExSECEtPHv+4WxMvyQjZLliMVt8+/Q3gZjQJYyH1MO5n/Ubl/9noti/V
         ewgTpknlr8AtjV17lo4rlYc0AM2PawFmcSIXBeHGD9O7cMhWP8mztvVjcJvOIlf+iXgV
         CDar8ivhfZL6MCOwpMw2AaDMJkC13FqXw/oHMJtQ2ahiLFjbXeHkEkgQvu1OgaPxXYvn
         0NM0pALiO76e1zMPsm/0SaiigRTgq2LcAcdNCSvr69sZI51UFFOJSApMf0M/ewZGDmmc
         XzSj6999cLRVpGN3q33QfNkvwfFbGggVyvBd20+KrwNEyfogPQ3DQm/WbekqJ9CQYpVd
         Uijg==
X-Gm-Message-State: AOJu0YxnUc21BqKT2ezC4rHvJOCIInv6+drRTdeyzfLQteqgYTn2Ngqx
	Djlk1/JcrYsIgZmqSwFy4XlSfpfHC/jmNI+ZgMQc1bHhgSFDE14=
X-Google-Smtp-Source: AGHT+IEqrQyEbhzQ9qA2LfLKJ4ofK6W9X1AInpgUJeRCeEfhfPi5mvguGO5O56TJhjmeoZ1sGruMVzo=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:6419:b0:87c:6d3a:e88a with SMTP id
 ca18e2360f4ac-880228ca5bbmr1920039639f.2.1753687187999; Mon, 28 Jul 2025
 00:19:47 -0700 (PDT)
Date: Mon, 28 Jul 2025 00:19:47 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: cd5f58ccbcda0000
X-Notifications-Bounce-Info: AWoTSIEPvTZ5oSDL-q-UEy4yEccadxWSlpwNgZpblQIUVFYrGcRIV85velplrmBzmkxuXQ2cMEScANd7fdBb-bKWR0VfI20xyV2qozIW4YePi3E5m6vLC7pBJPMkfRF00P7KYJ4do_5EVZuOGlHM_X9vm-oBzIYogbRODZHQli9fe-mwjxfiD9QHmwoDo_9mlFHjVTCwZK3mkukf61QZ67o39Z0dg2qJ58r-ZC_L7IdT-w8OJNYpQ-OmhJUwBxuGkZwvoaZFGkoPjhgELoznWK9Td9ZGwnwKApwXRwNqDIAuho9f3TtMUKCcOiXws7INXqAGMpAJNm4JaVQweQXJ5I0CI63IWtbAHPOZYFE9LDiWtFhcu1dUgjGXSvqhjPdHWXk8jbSEXngejKIrUCNSADqlnJ1fMNdxmssL1gC0NL_Q5Fzu-ahyIFHrHkCNO2GcgJRSgTfQEXB4fWS0VPjBd2leAlgnntCL_RPzX_5-Sj36G1y0-werSTeKVYLNBmsqVxTsY8slhPRKmoiusMsBgsAEqgYKEyBlRkQcYwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <c5ae1ac172641319c01b458d93cd3a731b3aab15-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: support@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000e34cde063af81de4"

--000000000000e34cde063af81de4
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQoyMTE2OQ0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzExNzgzOTI3MTAz
OTI2OTU4NTkwL3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj0yMTE2OSZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXJwaDg5S3czSkRMR0NmQzRhSG43bjZBWFJGSkk4MlB5VTk3QnRHRjRX
YTlZMzJpUlFCTENjOXRiRUhQLS1Uak1vUVRXNFFWTG9qdzF2ZjRIZkV1Z1NNR1dWNy1VRkxmeDV5
ekFtb3ZDYklpcWlLT1haY2tJQ0prWjFJTmRzPg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81cUJyUUtZOHp2
dkdULWcxRHdxdkt4a1Fsd240TUoyaU9idkkzZUJlN3JRMVBzd3E3RE1ENHdOWU05bnk3d1RNZjNu
QWxXdXpSTXJZeEh4cmJobm9qY1FoeE53MDZmUEoxZmpScDFYV25QajR6OExha1pGblNRWUd4SDRL
Nmp5LWpuV1JhcmJJcmFMRUl6TUZDak5EZDFTM1dvPi4NCg0KMiBTaWduIGluIHVzaW5nIHN1cHBv
cnRAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIg
eW91ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBt
YW5hZ2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFw
cy4gWW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICAN
CmF0dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8
aHR0cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMTE3ODM5MjcxMDM5MjY5NTg1OTAvcHJvZmls
ZS92ZXJpZnk/aGw9ZW4mcGluPTIxMTY5JnRyaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5pYW81
cTVUN2FPcnlfMlBuZWR0WS1lWEpUamZ5aTFibDNQb3RKWGNyTktRaDIxMVZIT3l6clZGSF9ZUmR2
NmRPSlZ2bElKTzFBQ2ZtYzF4cnp1TVJKZGVGM1BHWG9Ka3ZrSFE2TjF0emtublFkLVNLeWlCWVdP
SlNUcWZQa0NZRHd5QUJRPg0KDQpWaXNpdCB0aGUgSGVscCAgDQpDZW50ZXI8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVvaHRhMFRQSmN5RWtFQmZqTE5mdHVpbGlSZDlqWXNLNmtGc0pxYXRLTTM4MG5VeXl3
a1FnZktSakJmRHhkck5PUFZ5LWJ3OGVVS0RmSnY2Um05SDhDb0VxNGZoek9IYWJwZ1F0amRSYXpX
THpTSHRlSTdpbmdvcXNUNVNYdm1xNm9Tam85ZHh5MG5GZmRIQUQwUk9aMW84U3h5U3Yybl8yWEYt
Um9RS3Y4PiAgDQp0byBsZWFybiBtb3JlLg0KDQooYykgMjAyNSBHb29nbGUgTExDIDE2MDANCkFt
cGhpdGhlYXRyZSBQYXJrd2F5LA0KTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCnd3dy5nb29nbGUu
Y29tICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFUaUtsTXZ5dGV1UkdYWGMzRkpfTnFZSk1CeWdF
SDRHb1F4dF9IckNDclhYUWpRWlpGbWZnUEVqbVpibVVXdHpyVS1sTnZENWJOYzJ6TjJ6dktaT25z
UktzVGZOSHF1MlFXSjNaZmd4NndrdE9QWW9lQ1dEMUdhUHc4aGRiRVA4RGNRSTA+DQoNCllvdSBo
YXZlIHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hh
bmdlcyByZWxhdGVkICANCnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--000000000000e34cde063af81de4
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/11783927103926958=
590/profile/verify?hl=3Den&amp;pin=3D21169&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5rzcW8KH3ZhmvMX46dHcNtVpAZwnamA91uEuYvOdFkLd4DIfP4EZ9GjGwIGW61KnvrU5j3=
a1WmsMLW9vIoVYI890lCU5Kw7LMEqutXjiR1uDVkBq0Ou6j8>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">21169</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/11783927103926958590/profile/verify=
?hl=3Den&amp;pin=3D21169&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r4LF89fCXPTz=
59I69XSOIXOdZbh90AK4PBRblijuD-keNJYj3ZpzS2uMBoNLMvPBGSDOnYddV9ykdnjgHnGR6sR=
TiGfsazoRgI_Crk_BgBYEGeUY2AWcyP4bqzOROQ5A target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/11783927103926958590/profile/verify=
?hl=3Den&amp;pin=3D21169&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r4LF89fCXPTz=
59I69XSOIXOdZbh90AK4PBRblijuD-keNJYj3ZpzS2uMBoNLMvPBGSDOnYddV9ykdnjgHnGR6sR=
TiGfsazoRgI_Crk_BgBYEGeUY2AWcyP4bqzOROQ5A target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/11783927103926958590/profile/verify=
?hl=3Den&amp;pin=3D21169&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r4LF89fCXPTz=
59I69XSOIXOdZbh90AK4PBRblijuD-keNJYj3ZpzS2uMBoNLMvPBGSDOnYddV9ykdnjgHnGR6sR=
TiGfsazoRgI_Crk_BgBYEGeUY2AWcyP4bqzOROQ5A target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5oGD_zBNPRYa-poEp=
ByrRDL2sMf0sjAJGPpXj4ac4XelrFh2-Fq75pcEdHK2TuqCuEOwdAcfLwDc-WuEsVrMffzQ-Q7C=
2d_4buC5ohsSI68S6fjF75PGIVolOb6AhpopU_00vporpUdSJRNToVllT2RtTPG-Q style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">support@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/11783927103926958590/profile/verify=
?hl=3Den&amp;pin=3D21169&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rsy8OCW6lc_-=
6nUA4xXOmTEWjly2z7WaRSubJVPdKsZhSTL4hE9QKeIKL1qVWlnTlKWuv5SeYTiqbcnKi8Or-Hd=
ipcoWkOpR8UdijmgZtDgEpkJMX3otYZThg1xpNQVx0Gfw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/11783927103926958590/profile/verify=
?hl=3Den&amp;pin=3D21169&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rsy8OCW6lc_-=
6nUA4xXOmTEWjly2z7WaRSubJVPdKsZhSTL4hE9QKeIKL1qVWlnTlKWuv5SeYTiqbcnKi8Or-Hd=
ipcoWkOpR8UdijmgZtDgEpkJMX3otYZThg1xpNQVx0Gfw target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/11783927103926958590/profile/verify=
?hl=3Den&amp;pin=3D21169&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rsy8OCW6lc_-=
6nUA4xXOmTEWjly2z7WaRSubJVPdKsZhSTL4hE9QKeIKL1qVWlnTlKWuv5SeYTiqbcnKi8Or-Hd=
ipcoWkOpR8UdijmgZtDgEpkJMX3otYZThg1xpNQVx0Gfw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5rbo8LLrNwLoB98ft8wKGc3fme8TsVC4sZYUBgoP4G_IUDwbIUpgg5Db-AbMCbcoIDOHIB=
rp-VA65D7sGelqqMKEOfx8S42t1NuO8mf4k_fLrBh00i1khLYrBHJsUhtxgW_6wOC2WtzuYtO_T=
W-4G7HQFjDcaCYQOyEDIt_q_Jc-A style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5pyd_w1KQp2D7NmdQkPhw6qDa0LAv0ZQaxpVqD4tzwWot6AgYpcGNTisSGkPEvGm8-MpAgmp81=
k7d7zMKy_qjRJvM6SzDSlhLjMdtpTJ02VIW_OexqPMj6_Lk-0yl6kenyugHq5Ww style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oKaHSjmXGUty5Eact4eZ9A2RKy06v2_GFhZ_BU7xm3qR4UTr2yWGi_OdbDlzlkui=
kgU90_o4FSyDOjKZUc3JAd8I8DYWBojwxuKiwvImaWZZPPD3pj102xadKc71BTnFQ9eA.gif></=
body>
</html>
--000000000000e34cde063af81de4--
support/.Sent/dovecot.index.log000064000000000240151007557630012524 0ustar00(-{zh-{zh����x����@����$maildir����$�|h-{zh�
.1�|h-{zh�
.1�|h�}:3���� .{zhL����support/.Sent/dovecot-uidlist000064000000000063151007557630012314 0ustar003 V1752857390 N1 Ga0b5ec382d7b7a68919e2d005645cfaf
support/.Junk/dovecot.index.log000064000000000050151007557630012521 0ustar00(-{zh-{zhsupport/.Junk/dovecot-uidlist000064000000000063151007557630012312 0ustar003 V1752857391 N1 Ga1b5ec382d7b7a68919e2d005645cfaf
support/dovecot-acl-list000064000000000000151007557630011347 0ustar00support/dovecot-quota000064000000000061151007557630010777 0ustar00priv/quota/messages
30
priv/quota/storage
911292
support/dovecot-uidvalidity000064000000000010151007557630012167 0ustar00687a7b33support/dovecot.list.index.log000064000000004660151007557630012521 0ustar00(-{zh-{zh����<����@����list�������������@@����?INBOXSentJunkDraftsspamTrash���� -{zhL������������@?�������8-{zh��-VEϯ���8-{zh��-VEϯ���8-{zh��-VEϯ���8-{zh��-VEϯ���8-{zh��-VEϯ���8-{zh��-VEϯ���� T$��yh���� @L����<����@����subs����-{zh����P����@?�������8-{zh��-VEϯ-{zh���� @�����8����@����}�|h��������@?�������8-{zh��-VEϯ2{zh����@����msgs��������@����hmodseq��������@����
index sync�����~�|h���� @0����D����@����1saved������������ @����������@?�������8-{zh��-VEϯ0{zh����@��������@��������@������|h���� @|���������@?�������8-{zh��-VEϯ.{zh����@��������@��������@������|h���� @t���������@?�������8-{zh��-VEϯ1{zh����@��������@��������@������|h���� @l����8����@?������������@�����KINBOXSentJunkDraftsspamTrashArchive��������@K�����0��|h�A
VEϯ���� T$�i|h���� @����������@������0��|h�A
VEϯ3{zh����@��������@��������@������|h���� @�	support/.spam/dovecot.index.log000064000000000240151007557630012553 0ustar00(-{zh-{zh����x����@����$maildir����$�|h-{zho��8�|h-{zho��8�|h�Y3���� 1{zhL����support/.spam/maildirfolder000064000000000000151007557630012031 0ustar00support/.spam/dovecot-uidlist000064000000000063151007557630012343 0ustar003 V1752857393 N1 Ga3b5ec382d7b7a68919e2d005645cfaf
support/.Trash/dovecot.index.log000064000000000240151007557630012674 0ustar00(-{zh-{zh����x����@����$maildir����$~�|h-{zh�
.1~�|h-{zh�
.1~�|h��3���� 2{zhL����support/.Trash/dovecot-uidlist000064000000000063151007557630012464 0ustar003 V1752857394 N1 Ga4b5ec382d7b7a68919e2d005645cfaf
support/.Archive/dovecot.index.cache000064000000001264151007557630013465 0ustar00�|h�|h������/{zh�|h}�|h�|h�|h}�|h}�|h}�|h�|h�|h�|h�|h�|h�|h�|h�|h�|h�|h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYsupport/.Archive/dovecot.index.log000064000000000340151007557630013175 0ustar00(�|h�|h����@����@����cache������|h����x����@����$maildir����$�|h�|h_�w�|h�|h_�w�|hm��3���� 3{zhL����support/.Archive/maildirfolder000064000000000000151007557630012452 0ustar00support/.Archive/dovecot-uidlist000064000000000063151007557630012764 0ustar003 V1752857395 N1 Gb5308f157f977c688d410a005645cfaf
admin/subscriptions000064000000000022151007557630010465 0ustar00V	2

spam
Archive
admin/cur/1753768385.M137916P3103940.premium320.web-hosting.com,S=22507,W=23175:2,S000064000000053753151007557630020325 0ustar00Return-Path: <3umGIaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id aA3EB8FhiGjEXC8AVkXPrw
	(envelope-from <3umGIaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 01:53:05 -0400
Return-path: <3umGIaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 29 Jul 2025 01:53:05 -0400
Received: from [198.54.122.200] (port=62080 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3umGIaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>)
	id 1ugdGq-0000000D3QK-42fL
	for admin@24hourwaterdamagerestorationlongisland.com;
	Tue, 29 Jul 2025 01:53:04 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=1vJAKx70;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3umGIaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com designates 209.85.166.197 as permitted sender) smtp.mailfrom=3umGIaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com
Received: from mail-il1-f197.google.com (mail-il1-f197.google.com [209.85.166.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4brkyz3LrjzFwtY
	for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 05:52:59 +0000 (UTC)
Received: by mail-il1-f197.google.com with SMTP id e9e14a558f8ab-3e2a16160adso104750765ab.3
        for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 22:52:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753768379; x=1754373179; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=tuei/69ys54RKnIWuX5MJFL0XCUiO5O5KrBadtGTXMM=;
        b=1vJAKx70HQHoqDQfDwzbNB+Qrn8HP+coDoP4HVGN4z1QvWqzLar81X+b9/rYrAV51G
         S+Mrcugfj2oc0FpdQRXSbArhs0DW0CnEGnHH3ZoRus72lxYtIf+CzG87wz92SZfa6yNG
         6kOz5g3sf0nvgFFMS6Tox1EIz8je4Rc9fbcuGx77TpACXkfXHUtvuIoUQfDBI2OuWtGm
         CvLdlYJ4TQd8Z4pmv6sZwJSrNiW5Tnk8wrSLnBGB2y71pLnlTFb75g+DeV0kHiXlfC/Z
         0k4fvF2FiUojvwFMKs7lufUU3uZO5F8tC9k2GM9rdE2Owz9A07/1KTbX9/MPjhVksaPd
         UYVQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753768379; x=1754373179;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=tuei/69ys54RKnIWuX5MJFL0XCUiO5O5KrBadtGTXMM=;
        b=LjKNei8eULL/ejRo1YXBa5UwdRPP9XGbg1OlbE2oGdl7sn7xRKXlVX+RNRPWjU60wj
         vvWYNx5ajQQVQOovESnpvUyHTXRj0+y6LtZH5PLgheGwMREmOHaX0CUQvYPQmciBgHFA
         I9yZWbm7ptQ37ffv1rFYA262zOlRwNMg0JAWuxbuH8MqF49Oi0xy0IdFNZGSLRdwgzRF
         hl/VKO7Q9l9R7E0spB6QEjlkVC1luXtucvDtQCfKs8ufj2iJCe5d10PccdJs6LVQj/2Q
         5Rm2wNdQki8q0aL8C+n6oE2R4YVRVar+1QCMNVDhBtYH1B38Q36xG/pKt19p/iqjA+zG
         DUMg==
X-Gm-Message-State: AOJu0Yxo59kL6GS77En8WuYdkoFoy+w//8JVjo2GCindF3Zc+edUebDP
	xRkN8OBSMhtpyrAFkDbhiBZ1czv1S+csnFBN4NodnoMZgUJgn/UkKQnfgdQp
X-Google-Smtp-Source: AGHT+IETwZA+y6YGWoCiS1l2FYGCRTb0FCBT5FTvNIIBW269FhWjFexSA/JuEP5oeiz3QV2fafBlFU0=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:4419:10b0:3e3:c847:99a3 with SMTP id
 e9e14a558f8ab-3e3c8479b9dmr163556065ab.12.1753768378922; Mon, 28 Jul 2025
 22:52:58 -0700 (PDT)
Date: Mon, 28 Jul 2025 22:52:58 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 30f0839f72da0000
X-Notifications-Bounce-Info: AWoTSIGKnkwRc3DM0x2XusvrQ5pCQ5UYjOX6NkBNIV99di4xfOKEBXN2vFGt71dZQVzMPLLhy2PTRDl7lZ9OUwAmVTGynUMkymJSwBFeYaGdVXQ3B-3PU7C1z8fejOCG3ewYPvnh_GnOsszmJSbN3gWFVFg0DinAsPH-IrQhqdKV_DgwwyzNYHhCJtoaROyDmxpR4w2katoV0AHdrg9XinBeA2pUIq0G3uQmD_m0YWYz-O-kkyLJCRhctMTIY9Q9K6pk-mE8ftYNJPl0WfG8aU-ecbJ1BTmBL0TkM32RsBS1p4UYxd5B6GUbMhiuZtHc50aAdVyGNweH2AcRX6WvKxyZWVuq-IDLmpO_ukoBA4IB0JYBSA0v5R2H2dL6b_xSp-sPg6QvQxAHdTV4y8HSfFPXm5XKdJj-WbnTmG7cEOsBlnLctetMpcWJWEgZ7u-7N0EteKRPnjGpv4CVpEbQ-TXyf_9tp9lunMVCutzXSSqDU2_jXmb_FjLRNWMwF5CUV7vdECDao7zlctQFW0MQmScxPrqczYheRk0VLuPGwuK8_WZ8eI23Im7s579L6L8CVqw2Ltv7P8Tma6IzMs470Pdi7Q105LvItJcXTSXt4c_363gFzdLgAEKd_4H5OvyVNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <874d9f362ab2885cf0d9ce0d35a7a679aed62165-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000003e7822063b0b0550"

--0000000000003e7822063b0b0550
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCjI0IGhvdXIgV2F0ZXIgRGFtYWdlIFJl
c3RvcmF0aW9uIExvbmcgIA0KSXNsYW5kPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE4
MjA2NTA2NDA5MTM0MTQwMjIxL3Byb2ZpbGU/dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlh
bzVyeFp2TVRnc3ZDU1ZqTUswLXpldVVhTWhuWXBoelp4V1FQYXpUb2NiNWZrZk13ZWd5c2hyNlFi
UWJtZmRwVTRudURXRzZtMTRsNUJERmNLazZUdWZ5Y1N4VmM1VnoyWGpoRjRmOWZlZVpUSHJaOVFn
b1VtUGQ0QUk4PiwgIA0KeW91ciBhcHBlYWwgaGFzIG5vdCBiZWVuIGFwcHJvdmVkDQoNCllvdXIg
cmVjZW50IGFwcGVhbCBmb3IgYSByZXN0cmljdGVkIGxpc3RpbmcgaGFzIG5vdCBiZWVuIGFwcHJv
dmVkLg0KDQpDb250ZW50IHRoYXQgdmlvbGF0ZXMgb3VyIHBvbGljeSBvbiBtaXNyZXByZXNlbnRh
dGlvbiBpc24ndCBhbGxvd2VkLiAgDQpNaXNyZXByZXNlbnRhdGlvbiBpbmNsdWRlcyBtaXNsZWFk
aW5nIHJlcHJlc2VudGF0aW9ucyBvciBvbWlzc2lvbnMgZm9yIHRoZSAgDQpwdXJwb3NlIG9mIGdh
aW5pbmcgaW1wcm9wZXIgYmVuZWZpdC4NCg0KU2VlIHJlc3RyaWN0aW9uIHBvbGljeSAgDQo8aHR0
cHM6Ly9jLmdsZS9BTmlhbzVwTHpGZUdWdTcwSVlFOG5nMWlkNXVnZXpRb0cyWlpIM3Jya3ZHby04
WkhhaDJYVjJGTG1zbkJpRWpGSm9TUnI4N2pFUlpxcTZ0Ump1X1J4MnNFNVpKMmhkeDlmakdGUUFz
ZW5ocFlwT29fYUY1MUgyUDU4YUo5Nk1kd203N0JOZHdPMUsyM0NaQW9UeWRsWElmbHJHWURrSmhJ
VV9aOEctTTlXZ0tOMEw3RkczSU1kdz4NCg0KWW91IGNhbiBzZWUgdGhlIHN0YXR1cyBvZiB5b3Vy
IGFwcGVhbHMgIA0KaGVyZTxodHRwczovL2MuZ2xlL0FOaWFvNXBVY0xXTlJHNnJQSENuWHYyNHZh
S3ZLQVJ3bUFnb1VhVDF5bVlXZUVwZFFJQTFsSmxRTmtJbU56ZDFNMGpBTTBwRXZLcXhrUVBLbW1T
U3lYUmxwMDBCS1hMQjk0dEZhcUxfLTA2eXdPMHJlYy1KWEw0R3VXUFZtVjllaXhNTUlIcDNwd2da
Ni1za1dVRURWM1dLWXdnbm1ydF8wb0hRbk56Qm5PdTVZN3JNVGQ5SDJGcDRjc2htaTZ3Mk5raTBl
cnNuZVM5UTZpNHViYVA2SC1PT3RNcjVYNXcxcDNUeDN1eFR6cDQxLWc+DQoNCg0KUm91dGluZyBJ
RDogRFBOQg0KDQoNCg0KKGMpIDIwMjUgR29vZ2xlIExMQw0KMTYwMCBBbXBoaXRoZWF0cmUgUGFy
a3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNvbSAgDQo8aHR0cHM6
Ly9jLmdsZS9BTmlhbzVvZ29fN0ZVN1ZacGVEN1piSW4zandiRklfQ0JmX3llY1VNXzNoZDRPc1N5
UW1ubGZvX0ZGTFhYS3FfbmtBbDFmN3NubmdNODNnUUREU3BjNk8tbEhEVlBkR0xtc2VQR3AwSUpM
dExzTTZfYkN3SzBJZ3RVVXJQTjN0MDlTSkJxSlVFdkk4Pg0KDQpZb3UgaGF2ZSByZWNlaXZlZCB0
aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5nZXMgcmVsYXRlZCAg
DQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--0000000000003e7822063b0b0550
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/18206506409134140221/profile?trk=3D=
https%3A%2F%2Fc.gle%2FANiao5p9IXiYaPtwGshIojG6f0_8FSzsWlhUnOKvQx8gZqPKMvlZm=
KZUtrOLZfN0D9V_SIa2AvzVcxIWAEJPWvkup4Yjb0TBkqlNmxpJVRPfRw2xYnHK3rCihCM897U7=
CA target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour W=
ater Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5p7QxmxWPD2CagTSD5u7WNMnPAVQfrhdw0FZcwKo41YSjE=
b-3d2OrF2hLqv0_PrStQS7tYbV01f7T558I2ztEGaDox7NUaYmkwXbvh4xidrFd7MWF5eYFhqTi=
IKSTswB3Q1Fe5IE9_lY2kfjuMN0ZJhWDxRJ-7yNSzQz4x64jJSfcoytztc target=3D_BLANK =
style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qudlUC=
R1elx9Ydc3KzlgYFWcABW4rRBLx44Mg-b4frLB1X6BemzudPecWFEVY4b2eqSeawWv-yztEjoET=
P4lUF4le4af1gDrtzpBRQhMtcW7XVf4PCi5fXgxKAK6HGZpYEgz85aYxG68raTQLzyHasTikVP7=
KBKMunnm7cv2bXgzO4IAz2GxMddA5QnM0jhG_O6Isw3YTXwQ1BmJdyQffm3b63pRa3CHl6rRLn7=
ulc target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oRMxgpn3u8XBo73E-4f_PAYP5nlud1g-e3FaBYJYaCWN=
KBj4cqqOsWbwRnDt3BExoXxyRNKzT6JiDcZhx8GKHfU1MIkiat-cvHZHm3kc3xhFWv7YxXWbJGi=
1tCSaEBoCqTsFaL1w style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5o22p71lbVD3chfVvAI0cKI76Tr9vnUQ5Gr6XzfSOPjm3zCvBbLMxEvyI1KL06ZH9=
C2VffS9WDskGqp06ARRFwbwzhC4g-L_hbCQVNBnDUIJw3XzMUM38R_1tlAOE3a6TpiVQ.gif></=
body>
</html>
--0000000000003e7822063b0b0550--
admin/cur/1754194445.M550476P3573457.premium320.web-hosting.com,S=24807,W=25586:2,S000064000000060347151007557630020344 0ustar00Return-Path: <3DOKOaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id UFK1IA3ijmjRhjYAVkXPrw
	(envelope-from <3DOKOaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 00:14:05 -0400
Return-path: <3DOKOaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 00:14:05 -0400
Received: from [198.54.122.200] (port=33046 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3DOKOaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>)
	id 1uiQ6n-0000000F0XG-1cYi
	for admin@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 00:14:05 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=Kl6gbTTW;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3DOKOaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com designates 209.85.166.69 as permitted sender) smtp.mailfrom=3DOKOaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvmXX6lmczFy05
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 04:14:04 +0000 (UTC)
Received: by mail-io1-f69.google.com with SMTP id ca18e2360f4ac-87c1cc3c42aso598451839f.1
        for <admin@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 21:14:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754194444; x=1754799244; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=JkDcAXhViSmSvty23wyasazqHGTDdC/HQ3vUwnC736E=;
        b=Kl6gbTTWJSQVClYv46PteVTudx7KpsEGv91X3i3BgpajF5EKFuRhKec+u/SFyKKe0q
         M9prxrsaDpmg8eNlIe+hJoCJsrcFTkYJpiwpzBhb8rIuNlRgqLMm7erHd/vC/9EtSEh8
         BXlmjykUpn7eCJ4rfmUxnHmKs2ZLZdocQHtR6KW0rgaYjdicag8r9trkM6yutpQH2JOU
         afPbjPuV5zq5q5KDZo/cujj2nllkpPQvQJ8w5Got7vknjisrhzYBZDGKSyhi6NdpJvMY
         /n3wLFJQW11yJuhKCfXB9gr7iRrEB19foyOaU50X9yVnbOxsbnmtaHGdl2p/zr1OCxIL
         aeiw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754194444; x=1754799244;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=JkDcAXhViSmSvty23wyasazqHGTDdC/HQ3vUwnC736E=;
        b=ZiNRIaybPqSlqVPA+DUfx5SmX2fiwz1R0/BDRVTwXJuoO2adoiFoVetbjoBDsxPvcf
         WQaiIxLOqmjRC5r4dW1jIzoRSLLoMupXDsPrT30N1yNk3LLm90M/WOHHnTztH7zomOVt
         fiwQ3iNx2/2qI9REHh8ibf0E+vES2do9gUof+iDptMRLJJVnyAepRAVF3RfF9M4V3Zr5
         GTH+/QHl5T3pVMcZhstIElRGnZWqWynMH1g5BgSlygGV91yAVK3fgiehT02Z8Zlo6zLl
         mh1hSAQCJl06cTX69DIzpnb94oxfbrgU5OJxHCDPVLpu5/LhrGJfQhqBHsdQ7sTx9X5S
         0FBA==
X-Gm-Message-State: AOJu0Yxgh28TehXpvd4zAuTGGLVAZQ01RywwIZ0lnM+5Ao6Z20BnyDkj
	2SFGdC2fAbkFq5Sa7D9yXY19ex3jxgsH+g5Lq5onZ8JNN4sUtECd8Wz3yEyS
X-Google-Smtp-Source: AGHT+IFeSWxpCEVBpsDOCtry7Ib6+La0Vx/gPGyIfyORGDPPvj0kDGzDTb9qseezWByQwGrTb1r2Yo4=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:2b93:b0:881:6d77:6d81 with SMTP id
 ca18e2360f4ac-8816d77726dmr579316839f.8.1754194444434; Sat, 02 Aug 2025
 21:14:04 -0700 (PDT)
Date: Sat, 02 Aug 2025 21:14:04 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: fadcff78b5da0000
X-Notifications-Bounce-Info: AWoTSIFizG1iaSX0gL0jNA3Lz9pWhhY0is9TPKtXzBgWpQ_Qo4_XMT7lufeHDJ5-rz4hvI3FUsG30ytmuKes6452IsBIqQ99Dr1RfXb5Je3TDe1YzayYWatZK8XozvudoI09uMgUGYhKznpzo1PcCUoytoo3PtbL8bSbqhmlDGwlrEXIBQqFMSFIVHGcKphig533SgIk65IeO57IeSnKE3FGPmKKLPDyu9Put3oBxUirizLwlny5f9Xat7vYwutS2xFdh3PEnm6xwac1HvdY06oJFqkSc5WLF0OcfyBalF5ohbxE2dkUAFl8sIQpD6_InHf0kMdeMyWHvneCHyOX6VrH4o2nCC73-K3AauH2kLa2Jeo_QfQPyWykDGckCV-Qz-cFAjS3W25HBE7eDDysSI5dZdk1v0siLl6cIRO5PoxOWu7zzmmK6KnaDXL1tvMpOEIUhnNHVMf80wECjxChxyPlG-K_HNlFb5CD7sqRafBJYOsxW1QwJa6pjkNO10hDCuimAGfHuH4mhLe0knMzaAg-t1U9P_kVUcxsIgVtGaPA-y1PoNYNmtoUrJaZz2F0MoIeg5Ch4Q-nyElJ0zzbWbz12QmHhTM1gZx8s92oxbuqp8H_3qRLlQBVWQlbWhViNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <3edea4d91afd201f70f54832ec64ef9ce25229c2-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000ba3f98063b6e3838"

--000000000000ba3f98063b6e3838
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/9045569086209543402/profile?trk=https%3A%2F%2Fc.gle%2FANiao5o7zLr-7GzEVDZhzVWmLvN2XuqqBrU0hdgTb7FBvIqRvpPVxRxx-m6rwi5Se7LAhfBwAN88aFbkOd94HQYAiJvHbk-81r79P2K2a2GGl7aFJcDdlyPrTPm-afs>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5qupu7xTb-jlCjCfutb0L0zKh1GbD7r-Xeu9DH4koKvRPH2gabhmxzs-Q8PieQ1v_mtN60S-eD7LwGLA3Wz6jLfbalMLLCKup6a01GxVSZxK_zvxDBXyY7GPJdatHb_CJPrxXo2dgPpVILRZ0y9cWvylJAfZCqj7-C8pFQYYDo>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5qfdkQ83YdYX83xQ34yqMale7Yz1Sh0GTmlaeyVQk0x0FPhZMvSLKRCF_TBiQlRcB1wBOb6pi-M4kH8gVYKV8Kj89LIWce3K4dNIoM916wkrQX3LfWUVoy6-MPQNRATMbQSwIfInmpKjmtdMczz5LRbKSwYPko60HC5ggM2Gn2bAPzQm6qZbpAu_lhDGXejJmMugqHC9k97yfKHpct44aYx0RqX2W9sjiwVP-msvA>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5rMqKEH2rQbGdeO_Hgwgf7Dibba9V2ZwIO9_k4nVMnMer8JbcNVdjR5SvZCNWYX8c08uZwWkd5reHBKS7uLGuc-bB6gNqSOMC83e1mbRIcgzDQvs-2nuoMzl4eKylwND5EwyGw>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000ba3f98063b6e3838
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5qDp2KmLzLD4YKfccKosITzJ_iPG=
lp_3uZUzQtJht0d80J8exHWaXg_n_UzTmyV3D0jEyvR8HN4CsJK40JlJOF4reqdWC2S3X66vycC=
dge21L7-dteYkWG7s_GnMz7PfPIV7BCccjy58garEb7l2x_JifPSTBW5MhBV4KyAVsW3sS8IFn0=
XiXZ0MJn0LqA3jQOXRDI9qQIFNbUO1S722RYu-5f8eKjPAYs6aWNxYWtY>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/9=
045569086209543402/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pEY1DGk8mq20Us=
AotLWA6XQOiTYkw0uW4ChYRTglMvQMadF9cFU1JRlbSYtylYNxBmY6f9hfaBsUd0Kl4w89fBst-=
UUmxHRHePtfWATERYs2tXRxTmO4-NopmX0w target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busines=
s=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5pnG-IVsPSe3EER9SqYhLzzqL=
kpOKw_k2YcrGn4jPuTgUNHCUhlgg7UJ4Dc0TKZ7NxnvN62fPDHHVG78SVKJ3mG0R5XHFottiRbY=
gOKR9-OyLH63YIQaLIWFlZocK896JOg2pQmVDuojZUEpAOgnupwrqxxk8-UwsN5ikC0GukDVg t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5rq0XMk4-q5ufpHevwEGswCwp0QjYFFCnCZA9idfsJuv0m=
caRC2eIx0TkFk1PPz21CAXVZgPRxD5xC3-kzQk_wTFpi8hJt8FHErrn7G0Ljzo9MzfGeA4P_RrS=
EV2i2AN41Rl8R4YkEBdD6ctUuseK2c-zsqWL769HH-tFvolklREGoPsLHXXMkwS9gT-8cSB_gti=
p4gPh57udiP_sGzdTyZ3bSZbQQND5eaT7mt-cnI target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5rq0XMk4-q5ufpHevwEGswCwp0Q=
jYFFCnCZA9idfsJuv0mcaRC2eIx0TkFk1PPz21CAXVZgPRxD5xC3-kzQk_wTFpi8hJt8FHErrn7=
G0Ljzo9MzfGeA4P_RrSEV2i2AN41Rl8R4YkEBdD6ctUuseK2c-zsqWL769HH-tFvolklREGoPsL=
HXXMkwS9gT-8cSB_gtip4gPh57udiP_sGzdTyZ3bSZbQQND5eaT7mt-cnI target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5rq0XMk4-q5ufpHevwEGswCwp0QjYFFCnCZA9idfsJuv0m=
caRC2eIx0TkFk1PPz21CAXVZgPRxD5xC3-kzQk_wTFpi8hJt8FHErrn7G0Ljzo9MzfGeA4P_RrS=
EV2i2AN41Rl8R4YkEBdD6ctUuseK2c-zsqWL769HH-tFvolklREGoPsLHXXMkwS9gT-8cSB_gti=
p4gPh57udiP_sGzdTyZ3bSZbQQND5eaT7mt-cnI target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5p5HYcc9FmydnP538i8D00tK0ll7kfoHxs-esRHRpmiyq=
QLu17Ot5xiW4JGsYBCcEvcpOXxAnjxy9qUvzLwXPisUL-Qje4Q0RMFl7_FY6OiQpaHHobKbz479=
mrJhuZCk8UR2y4GfA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rKuF-3WAeFod2k3iQnahVvtO_RhKIY9INFv64uQ9KbnFleVQGlCfZW2nwnJG6Hea=
prvQFbGfFOwF-PfeRfgQ_-0qMgyw7dUIo7iJo0O6h27jcp5ndyTcWOyUOYfhvOV62W2Q.gif></=
body>
</html>
--000000000000ba3f98063b6e3838--
admin/cur/1754370676.M699981P4006329.premium320.web-hosting.com,S=33162,W=34009:2,S000064000000100612151007557630020321 0ustar00Return-Path: <3apKRaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id GB+QKXSSkWi5IT0AVkXPrw
	(envelope-from <3apKRaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 01:11:16 -0400
Return-path: <3apKRaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 01:11:16 -0400
Received: from [198.54.122.200] (port=40860 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3apKRaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>)
	id 1uj9xE-0000000GpWH-2CDp
	for admin@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 01:11:16 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=TPruuW9R;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3apKRaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=3apKRaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx1jR2mlXzyg1
	for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 05:11:07 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-87c43c2af72so387908639f.0
        for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 22:11:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754370667; x=1754975467; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=rmuSAirjBmvwztl+FbCsark8Cujm3wRP2YHkNqkpFxg=;
        b=TPruuW9RX2trdHxPezNpauqE3HB2zkva9IYgkW7fu2E4RrHeApfYoAe54gIYqYtSV8
         XkzQ5IVBpTg2R/TRzKg4/WPcvcLccnmP0eLv8HV0r101gIdeiTdPyddlfYojK4wiZTmA
         nJe82rEN7dF371HgMGJDtK8XA02O21Z41HCDI0zkyQDZ5FYaivQ8YhFwiBiHJ2qEqtiW
         6EYqox4F1RJkaaDzb+l7154EIeYnsvMskmCZIaJTkO+6KaXn/bvfs3dxGigqMy//iMhE
         qK+kCwr6MfWurXjO7hmzzTqlvg12O9IX6HMyyjjB0axHHgAH0NnYm3cssPKQAOhDEE80
         xexQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754370667; x=1754975467;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=rmuSAirjBmvwztl+FbCsark8Cujm3wRP2YHkNqkpFxg=;
        b=eTXNBKmbgR5RQonjmUEi6m3qzGI7T0JvRjHAoVNl+DLY9gEkqcD7XNNwIK7uszp+V1
         tIj8yGfkfMEVdiZw1szLr0mSdFwWo/i2VePD9nYsfwmO3+haHqaKPq+C4o509u8tHvb6
         QfxuP92pGVT2hKMx3UsPinlp6z14YEVQd1q+0t08r7RQyOZmdvMb6DXEd8XVHmePc4j3
         7NYsUT4H4FsExC/f3nS4RKP3p6xzf3rvK/lDx8kW4Afm2kedNTn50Di1SiYt4KuCKMbq
         fPzpbLC8c0xBcRe66j5YpYH4MScci82x0fJfSVogpB7OSNcfOGAu579yhOq+dIq2bOL7
         RRlw==
X-Gm-Message-State: AOJu0Yyf/md9lUS6AvghPc2CvnVjN8kYHU15D7K8pTp5xZcPbMWcI1DA
	bEixJGyNB/awk79VlNMgormTtOWRhJUgB8VlPWar7GNxB7xfcyc=
X-Google-Smtp-Source: AGHT+IHTg8PHC2ynTetMP6xyiKcg0UMc72yDEQN+fD/qsLfvt51gkTBBgQw5j8iZVdhc+NxSBF75/3g=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:420b:b0:875:bbf0:8bf with SMTP id
 ca18e2360f4ac-88168336259mr1662811539f.5.1754370666909; Mon, 04 Aug 2025
 22:11:06 -0700 (PDT)
Date: Mon, 04 Aug 2025 22:11:06 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 838e7ee40bda0000
X-Notifications-Bounce-Info: AWoTSIHpNaSwDG0KK1XVegR91IAYxWEaxRfFEFRteWsZoaO8mGgxbcDbvQmtOpsfz3ZiQb-M-VFkVdGw-EUm5ZJDlWLHXsPGX-0GlzJjNJxYRlUZR5djvbM_KjIsOltyRR51gZy7mCktcOyDPEv77gjMmPFlFVUL7J40TepXnVntLZako7HuxVK8f-uQE8_IJzYjA_4XfcZybB3ubjWfLC7snB58hg00vsXljIsgg0Oh0Wte3zsagzWDKmNMNmDddc5sHlRSKnrLjyyYvC-TmQGnzGCJmHLdcSk2yDg33UhLc2KQlEBNVdUt6QU0THX8zfZ7r7tixPMZSWGKhXuta2ZDgxyBH_eS_bYEocNSCQEIeT9lorm-srjvhRW8ZOkeMVSB3aKMt2zebw8KU-VSrdqn1k1LJqlXfL6tT4UIdJieeJQEcySe0exu7FPzL9vD1LxjnnWisG0Q1ckAbNXeHlxuAKDVJY4ILSSAs-ZzxFdWfVZiCi2XOIONONuTI5v4dXHS8ZTXdgHq9bTA62UN-tyZ5B2n2EqHYggNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <ddf48ae05d3f805d19cdcc62ea2d87938fe8e4a9-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000067cf78063b9740cd"

--00000000000067cf78063b9740cd
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQoyNTUwMQ0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzI1NzMzNDAwNjcw
NDc3MDEzMjYvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTI1NTAxJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81ckE1QS1vanRIR3NUS0EzVVMtUGdkbTFQS1h4V2xNcVduVkFrU0I5REZw
SkdweVlSVXFJOVdHY1hrUjZheWl1S1RST0w2NXlOZ2ZUM01ESmpJXzJMQVc4SF85N05BTjlXSE0y
cWk0a0pRUll3dUo3VTFDOW1QZGJrcktRUUU+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyLWJGeFNLc2w1
UU9wTVhOVVRtYThWYW1Qd2NEVV9yemN3MDdxaW5zblBUc09HZ01BcVFLdXdKV0VhSWMxWm9ZOXM1
czlxSENxZER4Y1p2RlF4OVYzY1FDQnlaQndibE1kTXM1NmxSdzNJbnk4MzZJS3FpenNLQmNrREpn
Njdnb3U5N3FELTdMMWdEMER3VnE0LUtiTVhUMUE+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgYWRtaW5A
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMjU3MzM0MDA2NzA0NzcwMTMyNi9wcm9maWxlL3Zl
cmlmeT9obD1lbiZwaW49MjU1MDEmdHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlhbzVvM1RV
UHdxU2FBR2FBMTBNaEZpbEtaOXFNeEVxdjZCSVNPeF80TWtDRjZzeFBiQlRIcjVGcHpyTVV4OFFW
TjVERjBEZ25fQ0R2UG1QM0tTSjQ0OUhlNExjbUZCS1BQYjFzYng5dDROVE9mZkpEVll2bXVpRFJS
dkdmeW5IdU12UVk+DQoNClZpc2l0IHRoZSBIZWxwICANCkNlbnRlcjxodHRwczovL2MuZ2xlL0FO
aWFvNW81QWhuOHVNUmtseWlmQVRrM21kNTJLNE1nMjZVZzJPTVdPNXdHa2JWZHN5b2tXZ2tpSHBM
TXNCWG9IUEl2Vk0xNXI5bDRsVEdhYy1qRjdDNUF3QlgwZHZjYXZ1RXo5b0tEVm50S0lJS19PNmF2
QUZQYlJkWlc1Ykl5QkZyclVwS1p4a2tLY1RJQ1ZlMmVCZmtiS0lHc0NqeS0xallKQ0VRZXNPYmpX
MGs+ICANCnRvIGxlYXJuIG1vcmUuDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMgMTYwMA0KQW1waGl0
aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdvb2dsZS5jb20g
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cFFaaGhjdnprY2tDWGdoZVdPbUE2Xzd6SUctbmx4QjhL
dWdqYnVMU3Q5MkF3bUhlTmczWE10c2tXNFBkcWtMZHVDZzBySkJmaVBRODI1S2w2bWhqQjJUb0tf
LWNLbmJIYnZfTE9YdUw1N0JWOFVwei1JZUJfdEIwT1RjdVdUbDBlUkRscz4NCg0KWW91IGhhdmUg
cmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFudCBjaGFuZ2Vz
IHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--00000000000067cf78063b9740cd
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/25733400670477013=
26/profile/verify?hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5qaWocNqccMr9NgYG-VPtq7HWzaOxC0-ybhr-nZY71RvompoU9EOzN16g3qBIoIuM-nrIH6=
3xNVadq9O32fZa6VUkrNBCPAFteFlCn5epbJBqeAB5aEVr8>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">25501</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile/verify?=
hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qhV69hh-B-x3y=
HU2aOepLuiUh_iw3ns6Zyc266_hbPsPYfTADgzmOWdJMvcZflMqh0--olhb09jOMNjtIlO2Cab2=
nY8I-jIRAyWEliS32tvsCopuSgKhWdVlwHdppSUQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile/verify?=
hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qhV69hh-B-x3y=
HU2aOepLuiUh_iw3ns6Zyc266_hbPsPYfTADgzmOWdJMvcZflMqh0--olhb09jOMNjtIlO2Cab2=
nY8I-jIRAyWEliS32tvsCopuSgKhWdVlwHdppSUQ target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile/verify?=
hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qhV69hh-B-x3y=
HU2aOepLuiUh_iw3ns6Zyc266_hbPsPYfTADgzmOWdJMvcZflMqh0--olhb09jOMNjtIlO2Cab2=
nY8I-jIRAyWEliS32tvsCopuSgKhWdVlwHdppSUQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5oXC1TtDPFB4z44Gd=
LLaxWW-jMhn5cZKw4u71DdiTN7_QikakGBqavJOHDNAPfyaRlw-wfQcZcxba9OwSkS3Dhg7j_cG=
PQV4YFHQ6IhVcXW6GA9pd1v9hhOPkBX21FtZKEQVgrN372SEVJq7jNND7HAwBRDNA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">admin@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile/verify?=
hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p62PUpVDHS8g8=
yW9iebuyIMk-WMFoKGUKQ4zUisHsyV3TrYaDG9UOEaXkDbBVMz9xV7_ERrfXiyd6RlrM0Gc1l2Y=
EGKMEFjfnYq3ohSmuHk8w9sVXFwje5pQafBmlnwS6utw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile/verify?=
hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p62PUpVDHS8g8=
yW9iebuyIMk-WMFoKGUKQ4zUisHsyV3TrYaDG9UOEaXkDbBVMz9xV7_ERrfXiyd6RlrM0Gc1l2Y=
EGKMEFjfnYq3ohSmuHk8w9sVXFwje5pQafBmlnwS6utw target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile/verify?=
hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p62PUpVDHS8g8=
yW9iebuyIMk-WMFoKGUKQ4zUisHsyV3TrYaDG9UOEaXkDbBVMz9xV7_ERrfXiyd6RlrM0Gc1l2Y=
EGKMEFjfnYq3ohSmuHk8w9sVXFwje5pQafBmlnwS6utw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5qSokqV1LZ0U7bTJRNcCvZ-rNNDE4IDjuxGhIgUehMWpkcMAfu6HKRVxmXDqMCBypqTVh0=
CimXynT34TfU1a2HKE8IX58LjGdZMK1OVsX3sUx1BSoTo6dppz9OQofyhSQZOlUzfrgKptHwGUJ=
4g8-OWlFnqPWf1ZJpi7yk5lb8TYQ style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5qqRILKN6pKg_W82sEeG545DvBySwuAJG70UJPkOCL4K92Iyy7CoMssIJjuEsU5JGRYK2xp2s1=
b1Yr1IX2ylEGzlAPAgaR5c5crmsOlCN6p82TfKB-UAKUwmGeI6HVa69jUCODtLg style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5okCxitAnjbPNoOotrboRmbxkzn4lkHGnjcTsRWT1NmBYYc-MlBL0VZBIo7Y0i2Ae=
vz155u97qF58z9lTWItOYYhmOk5-bh9lSlDpIPmCviTOAmb6oIYxaFW44NwE802-n-lw.gif></=
body>
</html>
--00000000000067cf78063b9740cd--
admin/cur/1754668627.M598145P2141040.premium320.web-hosting.com,S=45631,W=46545:2,S000064000000131077151007557630020326 0ustar00Return-Path: <3Uh6WaBEKADMldgZhePRT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id QEqJI1MelmhwqyAAVkXPrw
	(envelope-from <3Uh6WaBEKADMldgZhePRT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 11:57:07 -0400
Return-path: <3Uh6WaBEKADMldgZhePRT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 08 Aug 2025 11:57:07 -0400
Received: from [198.54.122.200] (port=34752 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Uh6WaBEKADMldgZhePRT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>)
	id 1ukPSu-000000099WK-0MAx
	for admin@24hourwaterdamagerestorationlongisland.com;
	Fri, 08 Aug 2025 11:57:07 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=CUnFZ3Pv;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Uh6WaBEKADMldgZhePRT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com designates 209.85.216.70 as permitted sender) smtp.mailfrom=3Uh6WaBEKADMldgZhePRT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f70.google.com (mail-pj1-f70.google.com [209.85.216.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bz7vQ4wr0z17pV
	for <admin@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 15:57:06 +0000 (UTC)
Received: by mail-pj1-f70.google.com with SMTP id 98e67ed59e1d1-31ed2a7d475so2449578a91.1
        for <admin@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 08:57:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754668626; x=1755273426; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=n/BfsYAipWkRPE4dSeuo1OicmFLVGdPdikAk67mWU6A=;
        b=CUnFZ3Pv67jePyTMZ+NSAjsaB4vB0wmHkaWmVcdoBKw2R3yIY2CwbQPjhgED8LQRDB
         xvWVJBQYVmALqeEe3dogeSQUUqV1p7hcq69bG8qoqafi6Ka9KdcX5MmjAN62t4Vl/i2Q
         H8yhjWu7EfrQb5LNk7hrF1UTrQde4ezGdXJ5Zb4XkUWAFv+xMmJhUUaDJwLg2SgihwjR
         RXo5bPo3+7g71jFQqxJjsywzi5M+ClBlYrdKPegu2kLcSrNSRcN8tI+W6TWbGOApMAHb
         oW92VxbYVY1H1rAe/hVPIpOfVwktM6q1qstKwbk7pMs8FWyM7Qj9mknqDTbiD+bfqcW9
         dKnw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754668626; x=1755273426;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=n/BfsYAipWkRPE4dSeuo1OicmFLVGdPdikAk67mWU6A=;
        b=bcjYmWaErtIf/6cKP8NUszcOtRWfTS07/HsRHcuUcut65VmI1OSxmSUw6abmHMrODy
         I3RrQiVd9TFZ7DHD/T5ET3n0uyCDSuGJw0qbCuxcDnLviljge8E+HrUsA5Ct0rIiOScU
         eEgj4TzRMcZvmkxj2rWHliTaZumd3NBRjyesH61TFTgPel1wWtT1g05bwwbRhQsZ5hUr
         BnF0DQ0jOpRkglWILG28Y4xVqR58SjQJCU2y267jYsIPG53kNyBYtEynEgCV5YMpQBZQ
         OWD8H9OZ0qSsOO+Xhx9+jBNsYHhfmbcvQd4sw3F3Ig3zHQs8x5SFRXaguGnIpSFQJOp+
         pFkA==
X-Gm-Message-State: AOJu0YwLnwfowWar4rCdJw/BOoRoqs9JKMGqpulo3YTnOzpClcG6psDu
	cm7hnxezErHhbzyAUm5OTkV7b8IEPyYeIziJ2MgXMGBHpJQeSPl3z6FXj0Cm
X-Google-Smtp-Source: AGHT+IEBSrh0t7DS3X6dymOs5eHQCt7IDarrXaOZ8RE8De7upKEZ81QXz7uHFNJghi9b4Ddw9UeSJyM=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:134f:b0:321:87fa:e1f1 with SMTP id
 98e67ed59e1d1-32187fae484mr3357954a91.22.1754668626225; Fri, 08 Aug 2025
 08:57:06 -0700 (PDT)
Date: Fri, 08 Aug 2025 08:57:06 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140167
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5oQxRwGxkkJ6_UQtMWbF7_3pyCsa_T9zFGLnQTn3OohTl_7qBT71zjyb5-WMEiQaJ-O5HekA4Ui5dNad_dpobpRWZKOqmtsos2tY2Pe4MriqaBKGANcS4mCyEug5yD-UJdTu7HMYi7R0TPZ5uAs4iSESGwIUp5ZwYqA4cfA8DJHK4esrci7UCPjvJdgOIVRF3ZdpCj1xGo9uRL0tfqZyzEHJ-9eGHPOzka5ixDq8NJ2MfZeTp-SdERucsWLurIuTG3pQgPxv8fjOCoG9sNkgVCC7W744xBZhu8GTChw6DUOmeA3K9KsbKl4BTpgKUX0DtWkF7zXFe9gzuIYDK_j3i7qav6vKDKWONJaN374XA?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509819-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: c1fa9c54903a0000
X-Notifications-Bounce-Info: AWoTSIF6c66xH1sP5PGTKmDdpBXHLoD5-dObSeGBocnHYqWaTF84MIyoy8i9LwjFnj1d_0L_e3cMUhDWkQ76irgAc0liEMCXw0IPgH5HSy6xQNGtEHlaSyZiKEnYOy1DHfmtBAedA37_6O4Hp3A6swDTWvJgMa8sxwJAzYt_LvwQvGdmHtYMgGIP1Yl9FHZDju6QV84w-pDglwObd2zNfzHdZ3xi9rmrWDvECOXnnguUAFMqOiHs01IRYoAPlQqOW8bwjHAcQfQcLRsRH87cyi1UjHhQl2UTvS4MmX8qGQXnwHqrrA3rHpyfbe8rxDvghinwCAqsNV0OQIa217cKCMqqAq0c1ldTIW7cO3rvNeQZZXpVVVox3Lg0xv7N687GeeI8dvVeDKW-g5b3ixPyUuh6HkyXjiheDBExjENzWKztBkEe9HYzHqzeT1Mixj4WlmATuEK_m7qrid2vY7R78NE-yBRcXwjzHuurrUhEanXHD0GOijA1V4JFIHGKDQJj3PDGgsicng2TNQQvyaUrcq1zXnG5mp2zbKU0ZOy-_eql3mX12-rlDE6OTUmfNrw7VtdhJ0KoSZ5rIq8ZepxjBp5hEkImq37Oqpzlv0TYIj4fLlOciLTJjvo6DK7n2PrgaAB9AQ-iEX21XgWVDiTQG9q9jvMye0YnNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <8305816a8ee0c7137d4178bcbddf5cf34657f601-20189259-111085056@google.com>
Subject: 3 tips to take productivity to the next level
From: The Google Workspace Team <workspace-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000002a29f7063bdca0f9"

--0000000000002a29f7063bdca0f9
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpUYWtlIHlvdXIgcHJvZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNCg0KTm93IHRoYXQg
d2UndmUgY292ZXJlZCB0aGUgYmFzaWNzLCBoZXJlIGFyZSBhIGZldyBwcm8gdGlwcyB0byBjcmVh
dGUgZXZlbiAgDQptb3JlIGltcGFjdCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UuDQoNClRha2UgcHJv
ZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNClRyeSB0aGVzZSBwcm8gdGlwcw0KDQoxIENv
bGxhYm9yYXRlIG1vcmUgZWZmZWN0aXZlbHkgd2l0aCB5b3VyIHJlbW90ZSB0ZWFtcyAgDQo8aHR0
cHM6Ly9jLmdsZS9BTmlhbzVxS21FN0RHUWNzbnBKdjNrQ2RWaVBzUDlHV1BxU0hxR0JDaUF5T185
M2NFX1pkY3JQWEF5SWFtNTUzOC05bWI3QWkzYlQ2d1FxbThiQy11N1lQWjY2YS1oaUN4SXNxYVNs
LXpLS1JmVVp2cmNiVGYzdDVEbXVYYmQ0eHotT2p0UnhoVnJVMERZcl82YzctOWRENWI2WGI2bWc5
TkVaN2V3OTNUQ0VYemR1UlZpNUd2YzJoV2g5alVBTmpZRjR6aENpOUdHcmlaYkNsazlSOXhWZV9P
N2JqMFRLOGM4UGFLS1dLbC1pTDhtMHpjMnBrRE1ydXVLU1NCTGNlOVE5Y0tDOXdWamJHUEk2Mk9E
R1lBSmpaa0RhMFR5R09uTXBOa2J0THZxdnN6aG5McFl1bks4SThaLW5yT0NXXzBqN2Z2YXJMZGNz
bHBlSmlhMzUzd3dSZWJKc3NNcndIRHE2Z2pURFRiaUhjd3VHZ2lKND4NCg0KMiBXb3JrIHdpdGgg
cGVvcGxlIHRoYXQgZG9uJ3Qgbm9ybWFsbHkgdXNlIEdvb2dsZSBXb3Jrc3BhY2UgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81cjFiTWI4UV83ejNLcWJHTjRrRnppcXFJS2h1Y0t6VEN1Tko4REZsUnB2
dHlBSTUxR29OSHNBbkpjMlZGa0NlUF9MQXBmUFhJRDVVb0JLcnVWblZwSVZkWFVBdWVnY2U5ckMz
NWlRYXExR2VfQjRtNWpvWG1xNnJiYXk0VkdXUzBqb09xNlVwZnI1R1AyaUhROU53Y1hhVVhxWi1L
M2NJRGpBSVd1WWJ5dGxZaEkybDV5TUp4TEhoRXVHOGRlRTAzN2dGR1FicGtjZHlTS0J6WEh6STg2
VXVnTExlV1NrNUpqOXZHV2doMm5wakVWQkpHdnoxUHpDVVNFbnNxR0xiVzlGS0kxS2diSXNMaXlK
c0VIak9PbTlIMGphTXVINlZfSWt6X0tNQmZTQ0Rsc1Z4Tl8xb0hsTUYtVjJKNWtMcDVOeThYZHY5
cEVuVDVEcExfX3hjN21wZ1l5UlpvX09mTnJCdGc+DQoNCjMgUnVuIGVmZmljaWVudCBwcm9qZWN0
cyB3aXRoIHRvIGRvLWxpc3RzIGFuZCBwcm9qZWN0IHRyYWNrZXJzICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNXB3MkV6aUVkNVdXaUNoX1JXNng3cGg4Y1J2MnlnUThuSkJCc21TWlg5Q1VBSnZPMXAw
QWhKbnd1cWpXM0htbjR0NGNHNW9XZE10YTQ5Vk55elVYX0V5MzZDdHc1T1VRZ1hYWXVOVTZvS3Vr
RWxEQi1vd0swUTdWeVA5SFFFY1dUbHc1YXlCQWJvejZqbkdmUUxzdVdjdnF5b1g3aVp3MHd2OEZ6
WnVBUjUtQnN4UldNeWthNnNReVMyVXpVeTI5dkJsclhmRFZXY1kyVkFkMkNVYlU0dU16c0tkM284
YWZQOFFENWVvemhtNWMzYmFqbWpCS245Yzd4RElyUU5UR01mbXc1NXRTc1lzZS1vb3Z2bEt1V2FD
REpGSWlib0h5S3hodkd3bmdWTVFZV2s3a0oyUl9nMDRwUzU5XzFwN3FBQWFTRWE3WjJxaXBfXy1C
bnUzMkNGYVpSRURKZ3Q3ZE5VSjBLWjREbm41dURETE4wM05Xemhabmtsci05Z2toYnVXTEE+DQoN
CkFkZGl0aW9uYWwgaGVscCBpcyBhbHdheXMgYXZhaWxhYmxlIGluIG91ciBsZWFybmluZyAgDQpj
ZW50ZXI8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwMlRxMEZLRTBuQjN0SHlNaEFVMUx1c01lME8yb0Js
bTFjU0lIMkdDSFFLUlIwZ1o0UVAySnZKMm9ENmdNY2Y1cmFMZ2RlUWNLZ0dCMzZOaEsxbzdFd2k3
UlpFR0taZ3dZbW1QS0VFWGdzOE40dGk3NEdoRnBKbS02T2E0bXJFWlZLdjUxM2wxOXNsT1VnU2dL
R2ROUmJvZk9rWF9yNzBZS1NRNnZFWDlKcEpEZGhnQ09ORF9tdlFWRVNXM1k2dEpiNjJnSkhGbVZG
RHpFa0ZHWmJ1V01zYUZGZTNjaE9ObVAxTmZCWHJ6Si1PeEdlaG1EVHI4VHVScV9kcEI1OVNMMzZZ
YlF4a0VlS1h0OTVlNE1oM3k3R2dvN0s0aXhBWHg4QkZBZXNuak5KNy1xQ2ROOE8wd25CXzI4Rmxm
eWV6b0tiY2otZDhpVzE2eHJ2QmM0U05rYVRGcFE+Lg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6
Ly9jLmdsZS9BTmlhbzVwTFpCc0NtZDQ1cFVWVXlaZk9uSXByTW14SnFOc29lcUFYZUxMU2VNbWZ2
c3dncEJnVFlMdTZjc2ZGLXFQRFZhX3Q5cjNHcnVmNDJCYkNxdXNxUWh4N2FPLTdHd2R6YVcwX2xl
TEJvYVNzaV9GSmhWTUdWbkVKQ0ZMamFReWM5cmxEaDdxcFdoN3gwNkJkPg0KVHdpdHRlciAgDQo8
aHR0cHM6Ly9jLmdsZS9BTmlhbzVwS0ltY0R4WEZuLXNOTm9hZGlHeV9BT1FlZmJSdUw1R3U1SDFy
SFZBdmo2dGJjYUhiUUFmRG0xcURoRlFkRGt2cXFXSzVwUlN3d092dkZGOExFN3B1LWprOXNjbFdW
XzVKdjJHcjVzUm1aX2tUVjlzczVGTGREbUpOX0JCajFPMmVSa3ZjOE5vcz4NCkxpbmtlZEluICAN
CjxodHRwczovL2MuZ2xlL0FOaWFvNXA0SHpuZVpuZ1Nqa2RlQXpHYTVUZG9QYTI0aWZic25Qam9u
eS1nZnljVEh2WWlKUEMyR3NPbUYzcVFXYXJYVG5hdjktOW9Wcy1YTEZDNlI2TngwMXU3R19QVDBJ
OFd4cUpGbWMwMmtmN1VLbEdBc0dkb05hQXVfR29pd3V5Tl9xWkNZQzVFWGVXbk5lYlRFd3B2UnpM
YmdPRi1SVXl5Pg0KRmFjZWJvb2sgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81ckY5LXl4OFJzNUhx
b2hmZF9zMU9tcnpoZkNVSFVyS2ZtRFBHbzA2TllycFdlSWVoYllnODh6MldSMlQ4TXk5X2JMOHpG
U3p4Mnd6SHc2ckFfRktyQ24yamZpXzB2VkY2RzBMVmk0RFJ0M0JDcERsNE5CVVlXRk9QY0NuM3pv
RHBJeWRUR1hucFpuMmhzSFlidz4NCkluc3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVx
OThLcTUwRHU4d0R3MDJWMmNPWG1oczRqTC1wMXFaTXVtWDJfVzMtb0N6UGswRzgyTHh3TlB0NkVQ
QmlCa3dGY1B4TjhBem5nUUx2TWRoeEY1bGhudVNVM1BUQy03ZFBQSk1oTEdpcGRLNE82MGEwR1Zn
N2Z3M1ozQUJ5RXNXVTh6UVhhWldvTl9Ca0NMc3MyTFFmMD4NCkdvb2dsZSBMTEMgMTYwMCBBbXBo
aXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2Fz
IHNlbnQgdG8gYWRtaW5AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
ICANCmJlY2F1c2UgeW91IHNpZ25lZCB1cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3QgdXBkYXRl
cywgYW5kIHRpcHMgYWJvdXQgIA0KR29vZ2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUgdGhhdCBz
b21lIGZlYXR1cmVzIGhpZ2hsaWdodGVkIGluIHRoZXNlICANCmVtYWlscyBtaWdodCBub3QgYmUg
ZGVwbG95ZWQgYnkgeW91ciBvcmdhbml6YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRvICANCnJl
Y2VpdmUgc3VjaCBlbWFpbHMgaW4gdGhlIGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJlIGhlcmUg
IA0KPGh0dHBzOi8vbXlhY2NvdW50Lmdvb2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVmZXJlbmNl
cy91bnN1YnNjcmliZS9ndC9BTmlhbzVxQTh1dnM2cjlDR094OWI0S281cWpzUmg2Wk5xOUh2cTdy
dXRNMEowX1BKTlpqeGd0OF9Ea0hHc1JUM1F3Z0NkSl80X1hrYkx4MGFMeUxOZkkyS09sZnh1UXpj
bGlGbURDS1pQcW4tbDREeE9PMWJLLWdPQ2l5Y2puQXQ4Z2ZwTExJcXFOQzNCZGRJbXg2UkQ3cnJ5
bmdoQlVxY0hQX1M3RVp4ZnJhUWdESXh0YXRyR2ZhR0FjT1k4ZjNSZWZDcXVyXy1RYkExZV92WVlh
VF9vT3R0Tkl1bEJzbHM5VWRISU04UzkwS1lkczhsaXg5X1A0cE9Lay1qV3NhWlF4UUVsQ2g3V3Fq
TEJjTHhZc2RQMDBJNy1LMWpJYmhYYmIyQU1IZk9oQ2ZVRG5pcmJtaG9VbDRIZ05fdWhneHpDU2VX
cElMeUZuTHNMTUVUOXU4d2FKQ3dELVFwNmRzeDJXa0JOcGlTc0U/dXRtX3NvdXJjZT1nbSZ1dG1f
bWVkaXVtPWVtYWlsJmF1dG89dHJ1ZT4uDQoNCg==
--0000000000002a29f7063bdca0f9
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>3 pro tips for productivity</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:18px; padding-bottom:10px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Take your pr=
oductivity to the next level
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px">Now that we've=
 covered the basics, here are a few pro tips to create even more impact wit=
h <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
19px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:19px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files//g-suite-end-user-adoption=
-email-8-new-transparent-w1578px-h860px-2x.png width=3D480 height=3Dauto al=
ign=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Take productivity to=
 the next level" /></td>
</tr>
</table>

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:24px; padding-bottom:24px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Try these pr=
o tips
    </td>
  </tr>
  </table>
   =20
 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   1</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5q0ENzQa4eIa26dTcf2PpMcnK6GJVo5yP3=
FcSHbKhat-sHp6exjlO396v_e4U_wycBDiwcEqIRt6WX_rI6oAUkaAHn0OY424gsZ8hfXPMc-8f=
N_QymEwvHd_7UzC2KN6OoUDL1Ar32Qzhbj5opmVoQCnYIYqAusP-0fx3yy6LwWNBS4n54mjIcan=
r9RMXtUBmtHn86S06X6XbIKvzZh2lk50RNgA5WnvL168vFLs53CCruORj-Q7F6rIXoHjntpLGqa=
w34_fgqtcbhKQC3qqpd6ouGx0WuTPcILptnJF48DzV-bXbYaLxl5YLOwlfav-wGRmS2gg2kP5p_=
F5rqcKGlYIcpZwLJ2VERompVi0P5x8dhPuw class=3D"" dir=3Dltr style=3D"font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:=
24px;letter-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-=
adjust:none;text-decoration:none;display:inline-block;" target=3D_blank><!-=
-[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate more effe=
ctively with your remote teams&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5q0ENzQa4eIa26dTcf2PpMcnK6GJVo5yP3FcSHbKhat-s=
Hp6exjlO396v_e4U_wycBDiwcEqIRt6WX_rI6oAUkaAHn0OY424gsZ8hfXPMc-8fN_QymEwvHd_=
7UzC2KN6OoUDL1Ar32Qzhbj5opmVoQCnYIYqAusP-0fx3yy6LwWNBS4n54mjIcanr9RMXtUBmtH=
n86S06X6XbIKvzZh2lk50RNgA5WnvL168vFLs53CCruORj-Q7F6rIXoHjntpLGqaw34_fgqtcbh=
KQC3qqpd6ouGx0WuTPcILptnJF48DzV-bXbYaLxl5YLOwlfav-wGRmS2gg2kP5p_F5rqcKGlYIc=
pZwLJ2VERompVi0P5x8dhPuw" target=3D"_blank" style=3D"text-decoration:none;p=
adding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Collaborate more effecti=
vely with your remote teams" width=3D"24" height=3D"24" style=3D"width:24px=
;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
;padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5q0ENzQa4eIa26dTcf2PpMcnK6GJVo5yP3FcSHbKhat-=
sHp6exjlO396v_e4U_wycBDiwcEqIRt6WX_rI6oAUkaAHn0OY424gsZ8hfXPMc-8fN_QymEwvHd=
_7UzC2KN6OoUDL1Ar32Qzhbj5opmVoQCnYIYqAusP-0fx3yy6LwWNBS4n54mjIcanr9RMXtUBmt=
Hn86S06X6XbIKvzZh2lk50RNgA5WnvL168vFLs53CCruORj-Q7F6rIXoHjntpLGqaw34_fgqtcb=
hKQC3qqpd6ouGx0WuTPcILptnJF48DzV-bXbYaLxl5YLOwlfav-wGRmS2gg2kP5p_F5rqcKGlYI=
cpZwLJ2VERompVi0P5x8dhPuw target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Collaborate more effective=
ly with your remote teams" width=3D24 height=3D24 style=3D"width:24px;heigh=
t:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
 =20

     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   2</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5q8yri-KA8cHAYsnvoQIHy-zrovYalz92E=
WBdcllOJFNfymQNEjy5L5SkAmLZOQEb-R-TDDl6geG4UHTWNkQAtY3YDL012rIebh56CXVB6HcU=
kpAxQ2geD5j51ovjz2QD4np-9jC6FGfqjD3ynRjaB1xsNYDqn-njTGxDUifKa--f7-8KXYVg-tD=
PVxzSgFS8iEJtKEddH8VuFkxMl5KmL4_Mcvf4uOrjai3cPiHqXHw70oTR2wQL3rKRQGGGPUf0Tj=
e1b84TSBowWI74dWE-LioH5aD-lvnwxaw2GsIhq4tF0nUCkNZa5kQjqESXPq5RygECBUVEsJxke=
kPyTKD2NX__RqhpeZly-NBel6 class=3D"" dir=3Dltr style=3D"font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:24px;lette=
r-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-adjust:non=
e;text-decoration:none;display:inline-block;" target=3D_blank><!--[if mso]>=
<font face=3D"Arial,sans-serif"><![endif]-->Work with people that don't nor=
mally use <!--[if mso]><br /><![endif]--><span style=3Dwhite-space:nowrap;>=
Google Workspace</span>&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5q8yri-KA8cHAYsnvoQIHy-zrovYalz92EWBdcllOJFNf=
ymQNEjy5L5SkAmLZOQEb-R-TDDl6geG4UHTWNkQAtY3YDL012rIebh56CXVB6HcUkpAxQ2geD5j=
51ovjz2QD4np-9jC6FGfqjD3ynRjaB1xsNYDqn-njTGxDUifKa--f7-8KXYVg-tDPVxzSgFS8iE=
JtKEddH8VuFkxMl5KmL4_Mcvf4uOrjai3cPiHqXHw70oTR2wQL3rKRQGGGPUf0Tje1b84TSBowW=
I74dWE-LioH5aD-lvnwxaw2GsIhq4tF0nUCkNZa5kQjqESXPq5RygECBUVEsJxkekPyTKD2NX__=
RqhpeZly-NBel6" target=3D"_blank" style=3D"text-decoration:none;padding:12p=
x 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Work with people that do=
n't normally use Google Workspace" width=3D"24" height=3D"24" style=3D"widt=
h:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px; ">
  <a href=3Dhttps://c.gle/ANiao5q8yri-KA8cHAYsnvoQIHy-zrovYalz92EWBdcllOJFN=
fymQNEjy5L5SkAmLZOQEb-R-TDDl6geG4UHTWNkQAtY3YDL012rIebh56CXVB6HcUkpAxQ2geD5=
j51ovjz2QD4np-9jC6FGfqjD3ynRjaB1xsNYDqn-njTGxDUifKa--f7-8KXYVg-tDPVxzSgFS8i=
EJtKEddH8VuFkxMl5KmL4_Mcvf4uOrjai3cPiHqXHw70oTR2wQL3rKRQGGGPUf0Tje1b84TSBow=
WI74dWE-LioH5aD-lvnwxaw2GsIhq4tF0nUCkNZa5kQjqESXPq5RygECBUVEsJxkekPyTKD2NX_=
_RqhpeZly-NBel6 target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Work with people that don'=
t normally use Google Workspace" width=3D24 height=3D24 style=3D"width:24px=
;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>


 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D";padding-bottom:16px;padding-top:16px;width: 100%;mso-margin-top-al=
t:0px;mso-margin-bottom-alt:0px;" width=3D100%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;mso-marg=
in-top-alt:10px;mso-margin-bottom-alt:10px;" dir=3Dltr>
   3</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5rgZVzoOpjZBYIpEJGXvgtKLII0hRruIiH=
EWPrQbwU7QGAo5NKIV3oxIX-poEwPIbDx4pC52GaIUH_xsMQPZsieIa6aRtzeuIsSRpXo82h82X=
NqWpA7G3ErRPf-DViu3XKgsQ_LGohKjU1-B-RTocFp5NYOW_Z26PNeceBHzSE0-_1Frdc7afz_L=
rPTmZ5EurGUgRQLgdLZ0PzWAhuphxnbcAGgTWZt59BSInOAnRH_-BnCGrG5kc4pk6N8oyX3eNep=
UqpKdKQ8XEiHRkHiuIA6X53m-r-SiriVXFjE_Mo_0xpztCJteASAInAnIQ1s8WyuBUM7SGMHLlq=
v_lkMyGkcp0il7lktHjBj2s4JGH-oZ-NGFM4gb8kwHwRr-GD1OFHyB0Kh class=3D"" dir=3D=
ltr style=3D"font-family:'Google Sans', 'Roboto', Arial, sans-serif; font-s=
ize:16px; line-height:24px;letter-spacing:0.1px;color:#1A73E8;font-weight:b=
old;-webkit-text-size-adjust:none;text-decoration:none;display:inline-block=
;" target=3D_blank><!--[if mso]><font face=3D"Arial,sans-serif"><![endif]--=
>Run efficient projects with to <span style=3D"white-space: nowrap !importa=
nt; direction:ltr;">do-</span>lists and project trackers&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5rgZVzoOpjZBYIpEJGXvgtKLII0hRruIiHEWPrQbwU7QG=
Ao5NKIV3oxIX-poEwPIbDx4pC52GaIUH_xsMQPZsieIa6aRtzeuIsSRpXo82h82XNqWpA7G3ErR=
Pf-DViu3XKgsQ_LGohKjU1-B-RTocFp5NYOW_Z26PNeceBHzSE0-_1Frdc7afz_LrPTmZ5EurGU=
gRQLgdLZ0PzWAhuphxnbcAGgTWZt59BSInOAnRH_-BnCGrG5kc4pk6N8oyX3eNepUqpKdKQ8XEi=
HRkHiuIA6X53m-r-SiriVXFjE_Mo_0xpztCJteASAInAnIQ1s8WyuBUM7SGMHLlqv_lkMyGkcp0=
il7lktHjBj2s4JGH-oZ-NGFM4gb8kwHwRr-GD1OFHyB0Kh" target=3D"_blank" style=3D"=
text-decoration:none;padding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Run efficient projects w=
ith to do-lists and project trackers" width=3D"24" height=3D"24" style=3D"w=
idth:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5rgZVzoOpjZBYIpEJGXvgtKLII0hRruIiHEWPrQbwU7Q=
GAo5NKIV3oxIX-poEwPIbDx4pC52GaIUH_xsMQPZsieIa6aRtzeuIsSRpXo82h82XNqWpA7G3Er=
RPf-DViu3XKgsQ_LGohKjU1-B-RTocFp5NYOW_Z26PNeceBHzSE0-_1Frdc7afz_LrPTmZ5EurG=
UgRQLgdLZ0PzWAhuphxnbcAGgTWZt59BSInOAnRH_-BnCGrG5kc4pk6N8oyX3eNepUqpKdKQ8XE=
iHRkHiuIA6X53m-r-SiriVXFjE_Mo_0xpztCJteASAInAnIQ1s8WyuBUM7SGMHLlqv_lkMyGkcp=
0il7lktHjBj2s4JGH-oZ-NGFM4gb8kwHwRr-GD1OFHyB0Kh target=3D_blank style=3Dtex=
t-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Run efficient projects wit=
h to do-lists and project trackers" width=3D24 height=3D24 style=3D"width:2=
4px;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
   =20

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; colo=
r:#3C4043; padding-top:31px; padding-bottom:40px; padding-left:38px;padding=
-right:38px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Additional h=
elp is always available in our <span style=3D"white-space: nowrap !importan=
t; direction:ltr;"><a href=3Dhttps://c.gle/ANiao5rPay60urDXopwIweBEiJhUaZgC=
LWohgdq2LJdVPWocTzGdPzskMDETCYeeOYTIKTqyAI_kTRF0-rN14zSRtlrOHi0pUIR7qDgXDWk=
Mb8PwaH_LrawIft5IfNHMH3a1l-PFdxBiBeazSnGkzpyaziLWHMoiJjarQmsu0gL0RtUbDJIfce=
ycndbBYH_959I7m9P_KsdrrqfRHdzCoJOdh0SIAIbMsbHdMuBtmp7XWj2MrtvD6k3haa6tmNlN1=
V5VS-co7UXgSdu3lODkLTmZv455upvBDwae2z5NjbfX8R0A1w683kp6R-i-O4OEhkEx5h1uq5oK=
_-56fuTlxGSQsyG48tzbKg style=3Dtext-decoration:underline;color:#1A73E8; tar=
get=3D_blank>learning center</a></span>.
    </td>
  </tr>
  </table>
 =20

                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5opYCHX121XVHfW20gxDsqTTfgJZ7XD4HIO_lJ=
db9fXfHPtewAld1i0QxZWZy1-2rTBOScpZhU5He3smAr0UG-BTpfwB9R9hbJIgd2VAcaxlXzsWl=
r6RvflfQYmDyaIWlIo_ZsxEFphnMU-Eu0 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pBX6HprLfT8I2ASFPoMrXvpXYw_1BjaSTZ92J=
341QF0Ox2eQJ2PXuwhJ-gX7C8Ef26tv-djZDcBLTDDC33bfW-wOEATa4tyAAbtqHLTFFIDpYKm7=
b7BYyImlKX6g3YRyRiimow9BLWWg target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oIidET8kCQXWO3WcQ9lSJBIl_gopiqyPUzZUA=
uBxE3DQ8O9S6CKJrjw0o3o2CRa2fkY0ALyls_exB4QNYG6hUJPMPZ3cHwPM9B_uxsVuoOQ4jo2F=
MMcBmN_gaP9alnXHDe98aIjrGGtJYjJsHRuTQFd1FXsMCxxCQ target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oOV1-YblZbyUPIERPPlbxJJlwHsu6WcaTHUR2=
xy7L-oh8TY7C20Htl_bjORpXuWiAWDlH3XHgcz2YtCGawAJ3kAN6En9qkmK2zaSPFoOJVS6uvw-=
oFCHeRFsnmzS40pOuiO_c-VhAcMCzndiBWnA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oeUndWher35SbZvlkvYuJPP28E4WgTrNhMnK5=
VvHg_YDQxnoqmHOF4fIpWetepO6GmXhePSvGqxSmbd4hExjQjNCluq7TRRfksS04AEkasi0TcGq=
K4Ge3eXh0sZG64RK0JIEJN3XjUCNN0KWrnALicaA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to admin@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5oQxRwGxkkJ6_UQtMWbF7_3pyCsa_T9zF=
GLnQTn3OohTl_7qBT71zjyb5-WMEiQaJ-O5HekA4Ui5dNad_dpobpRWZKOqmtsos2tY2Pe4Mriq=
aBKGANcS4mCyEug5yD-UJdTu7HMYi7R0TPZ5uAs4iSESGwIUp5ZwYqA4cfA8DJHK4esrci7UCPj=
vJdgOIVRF3ZdpCj1xGo9uRL0tfqZyzEHJ-9eGHPOzka5ixDq8NJ2MfZeTp-SdERucsWLurIuTG3=
pQgPxv8fjOCoG9sNkgVCC7W744xBZhu8GTChw6DUOmeA3K9KsbKl4BTpgKUX0DtWkF7zXFe9gzu=
IYDK_j3i7qav6vKDKWONJaN374XA?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue=
 target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscri=
be here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000002a29f7063bdca0f9--
admin/cur/1754041759.M729026P3940056.premium320.web-hosting.com,S=22416,W=23083:2,S000064000000053620151007557630020307 0ustar00Return-Path: <3l42MaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id AN3oKp+NjGjYHjwAVkXPrw
	(envelope-from <3l42MaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 05:49:19 -0400
Return-path: <3l42MaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 01 Aug 2025 05:49:19 -0400
Received: from [198.54.122.200] (port=42033 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3l42MaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>)
	id 1uhmO8-0000000GXG7-276e
	for admin@24hourwaterdamagerestorationlongisland.com;
	Fri, 01 Aug 2025 05:49:19 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=clupVcsR;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3l42MaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=3l42MaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bth482RbHzC23X
	for <admin@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 09:49:12 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-70e5e6ab756so16571927b3.2
        for <admin@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 02:49:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754041751; x=1754646551; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=0DwSNZDlCb4PzIkf/cyhwtA8rCkE98j/BOtT7sdyo3c=;
        b=clupVcsRTrrYysg8E9+QvnC/PGJ7jBcQTR5yPQocNNJUy9NxwMsVkZuDkKB5oeoSlu
         N222N2Rp6xzBuI5oRWWCDH6TnZrMxxONqpDhCualv7M22B7hCG8aJxC1dFfBGMwUfhwm
         zC/oHYI/bvSRi/5w01YqmsnS1G5KbNHg5OmFHZwosns4lIOdNgZ/HhHdSTb6OOKPa2zk
         DBzwKUyMBxLj1uqWqMPARBzkGM5pb4IyL/eA5EqJ0PCKIbSDFhScQQhKT/M9aa3Kop1j
         n23s+hwB2ZsNbQbgwaWrD/e+G0kVaN7opVjm1pXZQGhedNE9r5Wz77/G+I8WuvtV1kb1
         Jaew==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754041751; x=1754646551;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=0DwSNZDlCb4PzIkf/cyhwtA8rCkE98j/BOtT7sdyo3c=;
        b=J3Z6X53ca7RxT/6ZRYc6TRxz/Dbv3UgXElTTLAQDK6Ouj8r2KnkXps7W9gHFJsF5kD
         pFBQ4PtE9MYpRmeBt5D408aj8OPObuDEUGvo4MNNI+uOyAO7g5ASAhrQ32Ig5mG/r9KU
         0Ak+wI8PmOTovOnTAhR5GOiJ++uxHBz+3K8p8h3pF4gOZiGfuoq8numPxIASJCb67/tK
         Yojd83c2XVJYcKyg6lZWuO/1EKsdTth+dhqVajpvxv84dHI/cVwSRYy7Pfkwu3BPBt6r
         xDSSV30xNyFIz8CNxJC/eoaZ4ZyaVOGCZtelr56xmUkkMJ1gzte8cDcWJNg2IHvJOJCw
         ivGQ==
X-Gm-Message-State: AOJu0Yz9Pd0s1mznNMLxLqo1JR4ylKdfh80Y5Axls/U/6ngZJHOcx5Hh
	G8C+L3o+9ppDlgYCWEXYRUDXGc8kt8li6eDjBO7LHEVE57DEhBTUCdoy+WLQ
X-Google-Smtp-Source: AGHT+IFpSb1ewbEL/sn47SKJvA4zcUqqt0INHUVpZZtrM6ulOwCu6ykMGpfQGqGPGxvjrDwtg+z1734=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:3686:b0:71a:1234:3529 with SMTP id
 00721157ae682-71b6d78fd7cmr22791627b3.21.1754041751864; Fri, 01 Aug 2025
 02:49:11 -0700 (PDT)
Date: Fri, 01 Aug 2025 02:49:11 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: b190d42f05ea0000
X-Notifications-Bounce-Info: AWoTSIE8Y69aHl_aHJuDNQxokvD6yW6c49PQvq5-hLMzXCD6yiP-4uMJRbRZoFLWw8l_rh95FM1_UMBiZ1PPz9_YRXGqm-DG00ZZ-TZFRL37sDFLNtqhQfMVXadyCNJMHgygUxFyr_8xISphfU6aKAkdR0uvYEON77_TGRZkXGQXH1-TcLeBhZ7wlAKTTgin8aj80fAqBSylSPpAInv4nVKn9w5TnLTA_HOzoAyyMknPkFhhqZcuxktDxuPFRXQHirXsdSwk2AaHhn47rlsld3GTxRkiPw5m4K1u5vH8x-yI-Iq6OUWEE65qdvXWGx7I8wNY0ji_oAFWDpOIopgiuenLGk7oSdhfdcvJFK83kCLd7_q3aP0-mtalkTUBVr0pJwsYSj_2wIxjfdqwh8vZ-gORTZQoMD75EO8Kq8HwZ4AE8Iz_-cigvw8YHmbevGtKT-VDzhmdBYSJkxmmotpjx9e9BWJ_7BxBnU_LRXYxuH_VsOSfE7dZMzKyXfkIws385vUH84slMlUjzAeKLHUQGafNj7ZXIEEFFOq01-iB8KabsEbcYNMxDwjXImxBv-kO6CN41bFCkKvsBM6EqQFTzg-D4tqCVfH64cGeY3P3e7wi53f1CFPfkymlk_08Fg51NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <89f590c34c8d0d15eb7e4b94c1bb63318c37ae36-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000008a87ad063b4aabac"

--0000000000008a87ad063b4aabac
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCjI0IGhvdXIgV2F0ZXIgRGFtYWdlIFJl
c3RvcmF0aW9uIExvbmcgIA0KSXNsYW5kPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEz
MTQxODUxMzEwNzA5NTc3ODkwL3Byb2ZpbGU/dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlh
bzVwVGN6Zm1CbU9qNEpJZnl2MFExbnZFRUZuR1NwRUFCTlpuYldvdE8tNmRtaUFtNUdJVXk2bGpR
T0ZPUFZSTXdqOU1NOWxrN19IbzI1dWRzQUJCRVN0NEZUU1pjeUZzMUN5RzdZUUJRWUtNSklYeEt0
NWZ1aHZLVEg4PiwgIA0KeW91ciBhcHBlYWwgaGFzIG5vdCBiZWVuIGFwcHJvdmVkDQoNCllvdXIg
cmVjZW50IGFwcGVhbCBmb3IgYSByZXN0cmljdGVkIGxpc3RpbmcgaGFzIG5vdCBiZWVuIGFwcHJv
dmVkLg0KDQpDb250ZW50IHRoYXQgdmlvbGF0ZXMgb3VyIHBvbGljaWVzIG9uIGRlY2VwdGl2ZSBj
b250ZW50IGFuZCBiZWhhdmlvciBpc24ndCAgDQphbGxvd2VkLiBEZWNlcHRpdmUgY29udGVudCBp
bnRlbnRpb25hbGx5IG1pc2xlYWRzIG9yIGRlY2VpdmVzIG90aGVycy4NCg0KU2VlIHJlc3RyaWN0
aW9uIHBvbGljeSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxcUhheGRUUlFtd3VXbG9WTWtTODlh
cmp1bWdtdlNZX20tenRfZjIyemtHbFJXdlhKbi1feXRnYy1WYURla1NiSUZ1SDlGQkwwamI1aDFE
SzVaNXZwZE1aS2RyUVJlMzdSRGdGbTIwZ2o5NUlQTVc1VXB4U3dwN1I3NmZ6OFozeHJRazJxR3hM
WERZZVVPTy1WOGtzazM4U0xXOTFnTFc0WTRDanlod2JVLVBVVG9BTHc+DQoNCllvdSBjYW4gc2Vl
IHRoZSBzdGF0dXMgb2YgeW91ciBhcHBlYWxzICANCmhlcmU8aHR0cHM6Ly9jLmdsZS9BTmlhbzVx
NFN0eWFUU0gwVG1xeHlmd1I5eGVkWmtqSTB4dm1JUnBmYzFNU0R5VUpaYnlLX0R3YWsxSVZLdV9T
cEFfTG9UNkFvZVdnV2pKMDd1WVRsWFdsQ1Fxb29nV0dwY1FVZnc3RUlsbmltMk1nNzllekg4SzhN
NDJYTGtvTjA2X1lxd2hXYnhQVlRkcnI0Wnd5X1FlMG1pZVJILWhqVGxNYV9GT1Bma2xsa0ctUVM3
TV9tVmNSaHVjTEk0NXR4RXpTRFJ0elg4X2RoSHV4ZzNpR0Z5VWhjZUFyM1BFdTJ2bnFrYWd4NHl6
NC1nPg0KDQoNClJvdXRpbmcgSUQ6IERQTkINCg0KDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMNCjE2
MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdv
b2dsZS5jb20gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81clZycjJ4VnM0MmFxTDRraVY0TGlhYUNF
NzkxLXh3Y2hqOFVHMWl5RFhkaWhMMU4tbTZ2Rkoyai05a18tMWZLMEtyX210T0dqRHR2NU52TXVm
djVBbEdFLUFmT2NQdnB5dTJ2bEdWN3puZWZlaVdMNHpSbTdLUmtGOTFUYjU1cUhnVmxYVT4NCg0K
WW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFu
dCBjaGFuZ2VzIHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--0000000000008a87ad063b4aabac
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/13141851310709577890/profile?trk=3D=
https%3A%2F%2Fc.gle%2FANiao5r1PB5C5xr9oTg-2l9mhs1miiupa4zsXuoAf4PZBBVUCYPVU=
IYojx4Ag9aue1ar3ikokEg_wKxJ2nGbga736oYdCsnNRLf5ts4kPmgTGxjlgURdAmUgzVJVREM1=
TQ target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour W=
ater Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5r1lGY8aj_40TrifmQH43WrQliDr6tsl9Ejeq7mPZ5vCbg=
oN6hpRtsDB509PTJUX7XobNxPLjrukZwTw6NPW7XLxVvFjV2nN_B92095QSG9G1VL_M1rkJa6ex=
m1ySRhW7W-FB7vsN_v8-iPpiPsHSxipbYgKXUfkqEiLXA3ylWBfndiX8g_5A target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5oAlOf7=
OLkk4IJhsbz74dWZKRAXyO-VqMLy5nGJ9wemT2e7I0Atn4NWj980AC3qhZbu8YLwqBUQS4EKeN4=
3vWlOIxlrmbBvQqusrH-4fqtBq2sLAJY1zTVFxBFIqkdyqF-s5F3wLGrl8Ex14WDLZfKtonpuQS=
1s6qeCCk2-7-O8Nf334P1fVaqmAIY7IiKixrJjC13LnTCuMqq2_Tlc7vL5xcK1_2QZjyqDzVxoG=
71V target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pEW4Xc2TiTHB72KqV-j2JnXblrJOL18j5hC7BygjGVLk=
jf1C3HbpVzXXI-fxgKolSTbhs8lLxrcPTaYIg1QDqHWdT21WBuYQdybrEEFfjRVDBS68CJ6jKo8=
CyMB2YGhnP25FO86w style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pZemfc_CjLq0q9gOqPqwg_zLcbmCSvJVHUlpdgYsA4J-4x2z_tVjCa_dCguEIMnw=
bZDf85RSo_reqIXB5oHCKW2WL_B1sZVKmpcMVtsjJzVXYGbUT6b8MfiIKOgl2us1W74Q.gif></=
body>
</html>
--0000000000008a87ad063b4aabac--
admin/cur/1754150229.M953829P1035788.premium320.web-hosting.com,S=33906,W=34527:2,S000064000000102162151007557630020326 0ustar00Return-Path: <3TzWOaBEKAD41twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 0FJZOFU1jmgMzg8AVkXPrw
	(envelope-from <3TzWOaBEKAD41twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 11:57:09 -0400
Return-path: <3TzWOaBEKAD41twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 11:57:09 -0400
Received: from [198.54.122.200] (port=51761 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3TzWOaBEKAD41twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	id 1uiEbd-00000004LTj-3GHr
	for admin@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 11:57:09 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=ARn2KMU1;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3TzWOaBEKAD41twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=3TzWOaBEKAD41twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvSB820kgz18JQ
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 15:57:04 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-87c73351935so356795839f.0
        for <admin@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 08:57:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754150223; x=1754755023; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=LzGQqrkurUbJsh1jdWxX4GBXUI75zNE7yWa8of4SHW0=;
        b=ARn2KMU10FtGOEWXQWV4bu1JXnWF8/e3xyprIu3x4xvKFJ7dUx9COjQVRyjrst8e8d
         Q75NbjRU6nRZYuBgi7ax0GDdSpUEP8p94KYpf0jz2h+6aFV2z7OQVlMsf/3PQn36TGIr
         CBRvS2IrPb3D5jttp9TKgJema6jd+43773U5IpVr4GUm+FX37S6AI6OscU6bnL8fjCr0
         d/zCwSO0bXKfNX80HJEgIxxiF0YceIl8F3S7prUzPfLJ+toFVew6PoN3l0Yj5+IovALt
         LFdz1XIjRsD3p8BQ0mk3wREJDWgTM3s8XVLBkUQpWVXa29gRfLLy4FKT/42TJmGVNcD2
         K+/Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754150223; x=1754755023;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=LzGQqrkurUbJsh1jdWxX4GBXUI75zNE7yWa8of4SHW0=;
        b=eFz7SmUsL8RFexLZWdrjefuBApO5gAksSvFICK6o7sVNNObxv56pUItfm+WpkthiK2
         Yze4CIhZ8Syl40lx0+qHeJD+rq6pGQgC+wxTW/6bRPBnf02cuM/+WlYjCksC/mJy2Gbx
         /sux9x22mfL6FaBl2VurHMcLp4WsFhItei3rTP0wcU9vhHYCXWDa8PJ+ToVDF7YStMuv
         BHdI5OO0+hAi2N9PVFOmVSLCpbkrq58D08OQU+TqdYfLMBDxMvEKqxnQWHOtUppfGA1W
         Ohd4o6LrNDtOdjkHlXSvwAtsK+Q1adgtXn12deHa18RhRqcEfHCz+7wg9vOy5RgjCHR2
         T64w==
X-Gm-Message-State: AOJu0YwCIvK/fcmchw2D789TV5TPhE6sbwsaxxhYVB53f1RFPyyUIHws
	JbxTH7lRgY36pgHEQPbccKNMBetkYcK9PaUIr+mRCrCv33gyhL5117Uv/nLu
X-Google-Smtp-Source: AGHT+IFTWo6N0TC7dQ5sf7FGZAzdF5v7FrWN/Y2wPNrti8U1OTAXBSE16cd0OvHiNGGnCkcbHvxsqr4=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:3415:b0:881:5706:8372 with SMTP id
 ca18e2360f4ac-88167f3b9b2mr689739839f.5.1754150223824; Sat, 02 Aug 2025
 08:57:03 -0700 (PDT)
Date: Sat, 02 Aug 2025 08:57:03 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140161
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5qI-woEccUQVywGcRhR057bVMvtxJWnjBjQ4lRN1uXQ-kklLyshSksIEEC2wgwPjhhK480Q3pxtOKxFcL5dbjhxV2kD9pbZTmZ5iV6qtFmipHM09Ct2e3VW3TZLk8WklC2TU99SCBJfEJSbOMK_IHPlUVYVvLXxAKJG7yUhD-Y-Bu6a_6ejF4-qFGOXsZhbOUOHkIfsGIaJ95HyJzl13kpVOnZKJngtAA4gy231VZf8Ncnwl9dyfBBB_AzSibafogdHmOZySdbRSzg4La1BhfhNJTFouuODmppLeq-B2lTGFzTkoVe5E6HwirwQrvpGLA8fi_cq06nLgvk9Gme5jillibvQsEVWnkUsnLQaWQ?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509411-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: fae4b10e65da0000
X-Notifications-Bounce-Info: AWoTSIHQhf3eSWQWYGMZs1aQIT_xes66ZxgplTJxNHrtteOckWSSvsG026A7nnjdw_wEkFmqm3RrMtms0CZ4BzHeOEscuTWjevRqPT2BKywPjpZIiErKGzCnGYvL19LfzGnsyY4JS_iRJZkz7GoPkaCe2BC5k85N4prVpLcf5uRIfj1KBUqXHa-6pyMEQ2txU5mVh7Jr_2wk-EqhqpCyG00fJM7B8sbFbZleNsMqqU2Syknh7A2tRTuKajMoyyIrmRe-a9dFJZb7GfKBoSAsKgLAWZi9qbJPPWQhmzeRpju6sPoI9ME94HTZTs_maixkwRbaTgPGIC7HF3Gro4nVmF3Sr06p-ULAJiy47OQ9auaSE2jHPrlz6EQw4dW3wEOt8tbdCj9EXnOsI569DpDOT4AL_Rgq2KcxnWLncAXoDDzR_qBcLMV0y4Pt1JGJ8qcN5KzU0kdmwHphtgHXV2MP7Sdxenco074DIN5NneW3AzU57VkrcP3nqOwz78wCUVUn1Pc6_zSMQ0-sKpiqg1BBTyQEj_Fvb9WOoscrl3cUg3vH8_uromN992k6ld4cPsFo7fE26MOx4bs_9xEoNgN3O_SZRCXsSP9TXJVm5Il3CHUMId-lNodyRtpVGkTm86uIRVSgk965vxAdea-zh66FJDE8CWsxKCygNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <fa063bb261eae5d32053dbe2acf92913cec0de50-20189259-111085107@google.com>
Subject: Use your Microsoft Office files in Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000f9493e063b63ec86"

--000000000000f9493e063b63ec86
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHb29nbGUgV29ya3NwYWNlICsgTWljcm9zb2Z0IE9mZmljZSBmaWxlcyA9IPCfkqoNCg0KDQoN
Ckdvb2dsZSB3b3Jrc3BhY2UgYW5kIG9mZmljZSBmaWxlcw0KDQpEaWQgeW91IGtub3cgeW91IGNh
biB2aWV3LCBlZGl0LCBhbmQgY29tbWVudCBvbiB5b3VyIE9mZmljZSBmaWxlcyBkaXJlY3RseSAg
DQppbiBHb29nbGUgV29ya3NwYWNlPw0KDQoNCllvdSBjYW4gZWFzaWx5IHN3aXRjaCBiZXR3ZWVu
IERvY3MgYW5kIFdvcmQsIFNoZWV0cyBhbmQgRXhjZWwsIG9yIFNsaWRlcyAgDQphbmQgUG93ZXJQ
b2ludCB3aXRob3V0IHRoZSBoYXNzbGUgb2YgY29udmVydGluZyBmaWxlcy4NCg0KV29yayB3aXRo
IE1pY3Jvc29mdCBPZmZpY2UgZmlsZXMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81ck5FbFZGaHYz
SW9RTEVaR2k1eFJmekRwQWpsRTdzbmpoRVJaTkxNWG1oSEpZUU5FXzhSdTAtVnFEeWVPV2dNYkhJ
QnVkc1lTa1hiakN1QXNNTFRYblZQZEdNdFhKWEFodFhyM0ZIWUJOem1KQkVNOHFycGdsNHlQdjJw
Zlp4WFJTR3hqMGpwZ2t6MUp0NzFfTV8wS3dVLWZNdEJvZmtsT2hpaTZHZ2dnZk9ibFZWY09qX2JM
YWRfNV9Md2g3YkNRdjY2aEV5TXpmYVhoQXpSeFk1a3hpd3JvTXhzZE5vcVU2TG5KeENSVVVNWXZC
QVJXekVDdklIZnRCUDBxQ21xLXFJQ1RYNWNTd1VLQTJLR1V1cmFCUjZsTE1iSXQ1a2lyeDF1eHpn
VHVNNk9seWt6dGIyNHZiTkRyLXk2YUl6ZVd1WUV1ZmxTUFc4c2JZemlpaUhkN3JSMXJfZGZ4LXFO
REU+DQoNClJlYWwtdGltZSBjb2xsYWJvcmF0aW9uIGluIE9mZmljZSBmaWxlcw0KDQpVc2UgR29v
Z2xlIERyaXZlIGZvciAgDQpkZXNrdG9wPGh0dHBzOi8vYy5nbGUvQU5pYW81cXVrNExOajU1TWdk
dUcyOU1INmNyUklfQ09hZkUyeFNyeXZibTAzRjFVbDl6X1ItUjk4eU80MW1PSTVkc205NDQ3cUh0
MHltNDBvVEpNZEZsZDhtMFBFN3lNa1JBV2E0S2xqZGtjNDRoNi11SVFWcEtJX1NGODBKdk9QbVRZ
VzJ6anF2U2xmcThQUDRJLUJyTktFRHJwelhiN0E4WnFUWks5X2JocXMwbDlwV0swWXhscVRoRmlU
VHlNc1RFUmVfWS1lV1BuX2ZzbnF6M1RNa1hsbi1tS3BlZEs2bXZJcjRaaU96akgwanNGSC1KcVNa
bjRocDBOQlVhWG9tU1pZZzFxUGpJUHRkYVdET21tM0gtbHNzaFQ5T3FlZm9oMDlLS1hYNDNlc3Vr
NGpBX3FvSllyOFE2MDlGUTVhUT4gIA0KdG8ga2VlcCB5b3VyIGZpbGVzIHN5bmNlZCBhY3Jvc3Mg
eW91ciBkZXZpY2VzLiBZb3UgY2FuIHNlZSB3aG8ncyBlZGl0aW5nICANCk9mZmljZSBmaWxlcywg
a25vdyB3aGVuIGl0J3Mgc2FmZSB0byBtYWtlIGNoYW5nZXMsIGFuZCBtYW5hZ2UgdmVyc2lvbiAg
DQpoaXN0b3J5Lg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9UWU40
bzJrVWdBNHBwNlR5bWtNVy0tMUpiMGhiQWNVRWJLV0lYMDc4M0ZVVzdTQjFpdnZVZmhBaGJlMTc1
cWNqRmRYTEFlOG5rSXVuYWhxTFN0ZHNBYU5lVldQS2xKWWk5aWoyejVGQzA0ZnJkZ2F1SE94NlNo
blFUVjhhMUVBdXFiT0JWQlpLTUZhX0c+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXJxSm8xQ0JKMXhZZU9CTExTd0kzbmdzMjBqb1pJcmlJd1VWRDBlRExUemtpMUVkM0t0MG5wbF9f
ZXhJQjJzR2dBLVNfc3FILThQNnA4b2ZBN1RMSWpoTlY4cm4td1Q3cll5Szh6NG1MUEV3ekZEYmRF
X0lHbUtSR08tbVluVk1rTURRMkN6QUljPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81cE1vd3BsWVVfOEllZUNJSVljTEdvb0NhZi1zWV96eGJlcG00al9ydEstQ0Y1SnIxYmZZaFQ2
MThfdkp6WjVrS1R5dlFnTkxJSWxCSV81anVPWENhQ2lTb3o1NmFMT25qU3BBSF9ZNmk4cm5SQ09V
ZzlndUJCd09LWFRpNkVleHhHR0I0RDEwNVlCRjNCejNlMndaeDd0ZEx2dnNoRUE+DQpGYWNlYm9v
ayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvNG50SVcyUGVKVVprY2g3NjRaYnhyeFZsTGpnRjVj
blJzNnpscnNPa3lvaFd5LXNSODFXTHNteS1RbHg1NTNLa0JkdXV2cmpNdl95NGxkdTRmVDBkTFk5
YmQ5Y3EwSks2UHk4V2FQTDR3eTBwLTNoVlB1cVc5OW8zQzdsOEFPQUt3ZG13QVRzMXRFNHRETUJZ
Pg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFkTnMyYmFwZEJHM1JGWHZWRExj
MXVLVXdhWDFpbTVTaXdMeF9tUEFkZzQwQlJqZm9TanI4Z0w2ZjBOVWZMVzlJMG5hS1RVVlE1WXdp
clhuMExoQkw1YkYzWU5kZTFfeWhlSDhyb3dGN3U5UjZONVFYeUpzVDFGRWhRUHVfb2pTNmFRc1pB
THI1WTVZQ0ZTUzUzN01NPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBN
b3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBhZG1pbkAyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gIA0KYmVjYXVzZSB5b3Ugc2ln
bmVkIHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRhdGVzLCBhbmQgdGlwcyBhYm91dCAg
DQpHb29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0IHNvbWUgZmVhdHVyZXMgaGlnaGxp
Z2h0ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBiZSBkZXBsb3llZCBieSB5b3VyIG9y
Z2FuaXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0KcmVjZWl2ZSBzdWNoIGVtYWlscyBp
biB0aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVyZSAgDQo8aHR0cHM6Ly9teWFjY291
bnQuZ29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVuY2VzL3Vuc3Vic2NyaWJlL2d0L0FO
aWFvNW9XTDYxTkFLSkwxWWhXdjNaMmk2N0h4UmRWUzJDMmpCZXRmQlhidEktSWlZb2tpZTVReG41
d2RJVzFla2YySFN2eUNkdks2Q25WblNzXzRGS1d1ZWgwQXpqTWVjVU5OR1hObWhmRC11eGVhMDZR
WC1qby1rSVRqWGd5UmJ0bmdWanoteXo0SV9GZ25WQW9kVnlCN05vVHVUUTE2WVNuNjlMYWVPYkVM
bXd3VVRQbWRMbTBEWjFOTzJJa2YzRGx2djBXT01sYjVDVTFWM1Y4VDhlTzA2NTludGNhZEJNNlM0
WGRDZktwTlBUWXNSS2FmWF91MXE2MzV6SFlyNF9OMkZoSWRGa3pPT1pScmcwemFnTWVPQ29VZUQw
VFBPNENvRHBNNGtVbG9kX1pheVFSalk0T1NZZEtWTWtERHNKaUVCZEp2XzhzY3pzb1FJd3hNYmJ6
VzlKMzNpbEJ4eE84ZzZ6dXpuMD91dG1fc291cmNlPWdtJnV0bV9tZWRpdW09ZW1haWwmYXV0bz10
cnVlPi4NCg0K
--000000000000f9493e063b63ec86
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Edit Office files in Workspace</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">View, =
edit, and comment on your Office files directly in <span style=3D"white-spa=
ce: nowrap !important; direction:ltr;">Google Workspace.</span>&nbsp; &zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:18px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Google Works=
pace + Microsoft Office <span style=3D"white-space: nowrap !important; dire=
ction:ltr;">files =3D =F0=9F=92=AA</span>
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;"></td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:0px;background-color:#=
E8F0FE;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-email6-banner-whit=
ebackground-w1280px-h720px-2x.gif width=3D480 height=3Dauto align=3Dcenter =
style=3Ddisplay:block;width:480px; alt=3D"Google workspace and office files=
" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:17px; paddin=
g-bottom:0px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Did you know=
 you can view, edit, and comment on your Office files directly in <span sty=
le=3D"white-space: nowrap !important; direction:ltr;">Google Workspace?</sp=
an>
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:15px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; "=
>
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can easi=
ly switch between Docs and Word, Sheets and Excel, or Slides and PowerPoint=
 without the hassle of converting files.
    </td>
  </tr>
  </table>
   =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:26px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5pec3H9qlsmE-qtKeAifqoQdeLCuUBzR-q4XyGdpHj9i-wXPgw1-uXZcI=
khVknttycRan_twqFR8sLWHGDAolufOMfDkgOUKEgKrnRr3oE-noiegPOYHZpTX_3EJZ3_2uRj-=
0zrTJKtE1WeSzuxyO1OSBvnnDfa256UdUYtT5DBqA5KnhvS4h6ZHtAVdkEaGIIjCfl7YgnqsIbU=
yy3zULKGqFlj8-v7PG4OXH2Mto3y56XUMYjuDCe3ZX_mzVrIHhsg1fKuh2LaylFCApYgmfrztCO=
o09fCihnjCN7MhWT9Nk40hjf8EQwmHjkoMYT0VNTLYV7H6HMENNe6o8s4b5n3M_Yq9-iZcAtewQ=
" style=3D"height:50px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" s=
trokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Work with Microsoft Office f=
iles</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5pec3H9qlsmE-qtKeAifqoQdeLCuUBzR-q4XyGdpHj9i-wXPgw1-u=
XZcIkhVknttycRan_twqFR8sLWHGDAolufOMfDkgOUKEgKrnRr3oE-noiegPOYHZpTX_3EJZ3_2=
uRj-0zrTJKtE1WeSzuxyO1OSBvnnDfa256UdUYtT5DBqA5KnhvS4h6ZHtAVdkEaGIIjCfl7Ygnq=
sIbUyy3zULKGqFlj8-v7PG4OXH2Mto3y56XUMYjuDCe3ZX_mzVrIHhsg1fKuh2LaylFCApYgmfr=
ztCOo09fCihnjCN7MhWT9Nk40hjf8EQwmHjkoMYT0VNTLYV7H6HMENNe6o8s4b5n3M_Yq9-iZcA=
tewQ style=3D"background:#1A73E8;border-radius:4px;color:#ffffff;display:in=
line-block;font-family:'Google Sans', 'Roboto', Arial, sans-serif;font-size=
:14px;font-weight:bold;line-height:21px;text-align:center;text-decoration:n=
one;width:265px;-webkit-text-size-adjust:none;mso-hide:all;padding: 14px 0 =
14px;letter-spacing:0.25px;" target=3D_blank>Work with Microsoft Office fil=
es</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:0px; padding-b=
ottom:10px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Real-time co=
llaboration in Office files
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:1px; padding=
-bottom:39px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Use <a href=
=3Dhttps://c.gle/ANiao5qkIWxb-awKZXqmj6ea8aQdMaCBrapwguVQ9u6yS8DtC-qV5CLelk=
WFH8Fkmfxz49Use6j-Vy6GFxzwdDvUEYmFHQu7aP44y58Xq6HE717ZYyYchXjJ8Gqrd5pscgNCD=
LnRgBugn2HPKvDZZuqv4oWs_4__XoJFBOFVTQQNLWBmvHeaw6gVZO8T-rNhZaK6Fo2wYxqr1EyT=
dSKlKnLpftsm1To8lDSIEVtozqrsekM18pLBDu59I0Yu0s_RjOWnYlKmipjoJ3l6c61q8GarC8-=
gPkQAXGhMh2psLZjmGmDpg8bGzqbGOVInO9ZB8gMm style=3Dtext-decoration:underline=
;color:#1A73E8; target=3D_blank>Google Drive for desktop</a> to keep your f=
iles synced across your devices. You can see who's editing Office files, kn=
ow when it's safe to make changes, and manage version history.
    </td>
  </tr>
  </table>
    =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oHntpaOv3O9OaWXNYtRR4qAb3DM85n-w5s6K-=
3b9ksbjyARlnjA0YM63DYu0aDGvAk27-9zIzrUUm26lBeGVfdFz78DdhYNMp54LpCPOWZiBdYv4=
ksRPlweom-I3CjYzzJsCWVdYmyWmhbM8M target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rqhMxirZJCDwbyy-xShpc_s8wmk7WaUNTGQ9D=
1FhSLeVZjs2hDXdHmnSze88Gb5vH-zqW6XB9DPv8y4_w7ZpkQMkSURCdoXSCCgUgiS1hYassHET=
b-ylQRQ5vb5w4wz2txYAw8DzZKTA target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oD4cTVxH9Ym0zaXtoJEKqEwLCbzn9Q83OO0uq=
pdK0Y_mml3dBHTGF8ZEfNtywNSUp-axd9Dqh9_Bb2C34fX9yD-n7p4hejEmaqoXoBmh05kBhXtR=
eLhZRGSOr9h1hEgP5YdsGVyYith6xl24_-JBBuZ9tULMBbHDU target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ruU2UaC_wFGzZxjexiEtD_nNDdXA7XcBB6psJ=
GVXeiLutUpanq0a0rRwdncz3VfuSuyM54gkT716AK_czxMol2S6WTb0kPyEGDC82w1gLl_l1X86=
WdDMIb2R2jqn6l0fsd7PyrOrPxNgW4qSZ5tQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rQ1o43wBB0NWyDWn3qS7zYnzNTirO1mIyAOjD=
0V5PcpxtAktJhScAnMV7qa6CH5ZtsRSMdnFZX29oG41doNvdsLo_lQ2z55RcpCT_oUr7AtZE96T=
A6wlosLe0H0lItjokP1s_iZS2ihTXlkKCS3gmH1Q target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to admin@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5qI-woEccUQVywGcRhR057bVMvtxJWnjB=
jQ4lRN1uXQ-kklLyshSksIEEC2wgwPjhhK480Q3pxtOKxFcL5dbjhxV2kD9pbZTmZ5iV6qtFmip=
HM09Ct2e3VW3TZLk8WklC2TU99SCBJfEJSbOMK_IHPlUVYVvLXxAKJG7yUhD-Y-Bu6a_6ejF4-q=
FGOXsZhbOUOHkIfsGIaJ95HyJzl13kpVOnZKJngtAA4gy231VZf8Ncnwl9dyfBBB_AzSibafogd=
HmOZySdbRSzg4La1BhfhNJTFouuODmppLeq-B2lTGFzTkoVe5E6HwirwQrvpGLA8fi_cq06nLgv=
k9Gme5jillibvQsEVWnkUsnLQaWQ?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue=
 target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscri=
be here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000f9493e063b63ec86--
admin/cur/1756881118.M597214P257508.premium320.web-hosting.com,S=12167,W=12340:2,000064000000027607151007557630020113 0ustar00Return-Path: <32-C3aAgTAMg12-5s3zCoqq28176.u22uzs.q20@gaia.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id qGN7I97gt2jk7QMAVkXPrw
	(envelope-from <32-C3aAgTAMg12-5s3zCoqq28176.u22uzs.q20@gaia.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:31:58 -0400
Return-path: <32-C3aAgTAMg12-5s3zCoqq28176.u22uzs.q20@gaia.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:31:58 -0400
Received: from [198.54.122.200] (port=59221 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <32-C3aAgTAMg12-5s3zCoqq28176.u22uzs.q20@gaia.bounces.google.com>)
	id 1uth2E-00000001DGm-1hhs
	for admin@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:31:58 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=SXxZQ28J;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 32-C3aAgTAMg12-5s3zCoqq28176.u22uzs.q20@gaia.bounces.google.com designates 209.85.214.202 as permitted sender) smtp.mailfrom=32-C3aAgTAMg12-5s3zCoqq28176.u22uzs.q20@gaia.bounces.google.com;
	dmarc=pass (policy=reject) header.from=accounts.google.com
Received: from mail-pl1-f202.google.com (mail-pl1-f202.google.com [209.85.214.202])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGt7J2KjBz4w7y
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:31:56 +0000 (UTC)
Received: by mail-pl1-f202.google.com with SMTP id d9443c01a7336-24457f59889so65348315ad.0
        for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:31:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1756881116; x=1757485916; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=CBRlM/9Zbqy6JA1cZ46zt3Hh32fo5617eAUoOdGJB6c=;
        b=SXxZQ28JfVpqbwGfI7JW466U0R8a/kk/F1qP6Zhj99+P4G1handNPv7gDZwQu7luFt
         Vc54w1Hug9lGiL+eU8WccvBuInb/wxFqZ/OZS5HRxJWZALUqKlvAW3JQa17ZfcCpYeJZ
         EdZfuezGM4zTLWsOjanXmYBbim8GagRZ4lJ6ok6EaIHT4pBnpeoWUfJIrkDJevTMZHao
         pZLuiJ5QmflOSiuiXzDiB7mE6pdScizQhvZx+E22lsTUICIA35EYTxEeMzzW5VMCGVRk
         880pX7dzmagVaq267B2gryO5xKRqZDy0UpodknLiAJ1gNq3AchdEvMc0E7vD0tZBv6HL
         AC0g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756881116; x=1757485916;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=CBRlM/9Zbqy6JA1cZ46zt3Hh32fo5617eAUoOdGJB6c=;
        b=eoWMt087/3b2hN4/JERxEx2qPtUKC7xxoFvPMDrb2uXNjxN1wDJtCxYun8STKi2r9v
         JgPawvpu+V5Krmr6YYtYiXi0subD7dvSI20H+3Y3ZWd4g7pZommija3qSD1jbwrNvGm9
         smzzVYXDYfU1zgY15VDbs4qJMf4l8VC8zidqep0N1FamCyLvOJdvoXzBpr8r3YMlZ+Ny
         okSTVUe+LCNDaamgtw12+kF4BE/f1cBp+02lGpfG4dWUovCLmPQhKHGdHszuAz3WcfsE
         Ply//BouBfddLlqPkXt9ZbCXDSnENeI/xOXvVOGYpSiJj6ZQtSLSKrhQpQT2vLNkU2FJ
         +5KQ==
X-Gm-Message-State: AOJu0YyZK+2f2ByQlOqAifLN+UYqpeGLrCxLWMFKAxnnvXhv2yLMssyr
	jE5IKdrjwLXgTVwY3ldreWW3376F1JzcNdSOPkdAbnY18YV9YYW7Wz+ZZej3AOnY2MH2M8ARDUu
	exJF4Z+B4jTV+U8Pn5zpEGpUD5cLveB3rEDmiP90=
X-Google-Smtp-Source: AGHT+IEfBC7RQbtfa0OsLznT4lhUns/7bEe2HhONyjY9cjCDn8DSBIzNvwMRxjqdgBqNBYUb6VEPCR1ZKrRLJ+S1dQ65/Q==
MIME-Version: 1.0
X-Received: by 2002:a05:6a20:a128:b0:232:3141:588e with SMTP id
 adf61e73a8af0-243d6f0aa46mr20487696637.37.1756881115634; Tue, 02 Sep 2025
 23:31:55 -0700 (PDT)
Date: Wed, 03 Sep 2025 06:31:55 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: a3fce896daba0000
X-Notifications-Bounce-Info: AWoTSIFd7kbUBiSVyKp3qvRP1NSK5YO6a1_lSPSzyMVuGCA498B2cSBVEdo7OhKvuo0AyrntRmxn1Yw6pCl3uPXw8zVJt90pdA4O4SzWH2uTeHjYD2IpM3hL05L5A9gCKDt14RoOxa8X3JZC8yuWUqBxTjPDwMF7CZ3xNHJLgVHkDWdyt-Ikk1eNWD25kLF9yMnBOxohdY8B-epUFaMwKQ_nTiPpa_gKPQYPiKKeC_RsmoTuJ97HCPANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <G1DHxAY0GYNwDUbe_goLOw@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000cf5ce8063ddfc231"

--000000000000cf5ce8063ddfc231
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQphZG1pbkAyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCldlIG5vdGljZWQgYSBuZXcg
c2lnbi1pbiB0byB5b3VyIEdvb2dsZSBBY2NvdW50IG9uIGEgV2luZG93cyBkZXZpY2UuIElmDQp0
aGlzIHdhcyB5b3UsIHlvdSBkb27igJl0IG5lZWQgdG8gZG8gYW55dGhpbmcuIElmIG5vdCwgd2Xi
gJlsbCBoZWxwIHlvdSBzZWN1cmUNCnlvdXIgYWNjb3VudC4NCkNoZWNrIGFjdGl2aXR5DQo8aHR0
cHM6Ly9hY2NvdW50cy5nb29nbGUuY29tL0FjY291bnRDaG9vc2VyP0VtYWlsPWFkbWluQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSZjb250aW51ZT1odHRwczovL215
YWNjb3VudC5nb29nbGUuY29tL2FsZXJ0L250LzE3NTY4ODExMTUwMDA/cmZuJTNEMzI1JTI2cmZu
YyUzRDElMjZlaWQlM0QzOTU0MjUzMDA5ODg5NjMxOTU0JTI2ZXQlM0QwPg0KWW91IGNhbiBhbHNv
IHNlZSBzZWN1cml0eSBhY3Rpdml0eSBhdA0KaHR0cHM6Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9u
b3RpZmljYXRpb25zDQpZb3UgcmVjZWl2ZWQgdGhpcyBlbWFpbCB0byBsZXQgeW91IGtub3cgYWJv
dXQgaW1wb3J0YW50IGNoYW5nZXMgdG8geW91cg0KR29vZ2xlIEFjY291bnQgYW5kIHNlcnZpY2Vz
Lg0KwqkgMjAyNSBHb29nbGUgTExDLCAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFp
biBWaWV3LCBDQSA5NDA0MywgVVNBDQo=
--000000000000cf5ce8063ddfc231
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"ZSNBpRrTgvqCiod9YQeJ1A">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"ZSNBpRrTgvqCiod9YQeJ1A"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dadmin@24hourw=
aterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google=
.com/alert/nt/1756881115000?rfn%3D325%26rfnc%3D1%26eid%3D395425300988963195=
4%26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div></d=
iv><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"padding=
-bottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" sty=
le=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-width=
: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" alig=
n=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images/br=
anding/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=3D"2=
4" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google"><div =
style=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Ar=
ial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.87); =
line-height: 32px; padding-bottom: 24px;text-align: center; word-break: bre=
ak-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </div><t=
able align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-height: n=
ormal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D"20" =
height=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub; bord=
er-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjXxWYx84=
74zpTxdE0j9hlUWViTwJa0bfFsdKEOsgOdPghU8KtQnfbEBAlfjOSSxJ66h34bDEymUX0MT_Dxy=
WTOyL5PFHHET4gbQ2AYJfMrobF0wyIPuu8JlMKjyAqS7Vfrp0z2ieQeOabCfxbSpyLwAftaE2_Q=
A4q_rNwt4301IK1cjW9c7-eNRY31vti_iQ597KmsNAtFE06M5huHYYBhTCHlEPLAFPpzCzenyVq=
zY-LbfUuWKjR2vhXYN-pdUMkVucZrG3YtZO2v9bVad5_uuajNHtOod9TfvdSHySCUHoimaWzaGP=
ZHU_Bf5oZB3NJmAbSQDcx8Je4rrt0RplzQziEGHH3iH6AC4sUV2-VOtYXILFzF6vcef0P_k3BtN=
w8vwEcDrd57hg682gXm7xUBTHx_bicncA1CYssMJZydyIdvnsMD9yQO3JSzFglDWaP2sEUzX0yP=
xQyy9oS_-i0X2zFZnCAXrc686pcFMtRhEfyHuVanfajs2Sz-P5J2VEt5JDPggJ-E0uGA2IARk77=
MTlidFIurg0ue7q6yi-pVfe-T7ruFhJUmMbE7RzkJB7drpgb0MDOZe3P6wvubbv_Slnxk880n-L=
_TVOS9p66AETb3wstwbAv1GMthvKhSeqVvI9oZvufd31VpyB-DLsMWtMDriFhpQOvP0Y35g261u=
xz4uSjpmWCcdE2wDqQ7ID_PLR90UP5Rf9C3Ds8KHVaRuZqoubJuVMz6Fvr3hEsL9YUUh-nJxoB4=
a0bRV7mqLu1qWN7v4tfL6HPwC7dDD-YKBBW7sUQWTTXRC858GcwJEh0LCb7Ac64MDkGK01WFm6o=
5qdCc7LvlKGUApP4iw-TTTWDg_0gRxhZGJwyoeTBTH-a4NdkejaPLCbYcMrrZmnW-Q0YHMcSQN1=
S_h8IpPbQjEaJK3_4MbrFzSB5_CepSBonjT7MEMt4oz6Pk6-LbqIMP1-jtTa106ruJBC7_2MWbk=
_6DFg539=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Google Sa=
ns&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.8=
7); font-size: 14px; line-height: 20px;">admin@24hourwaterdamagerestoration=
longisland.com</a></td></tr></table> </div><div style=3D"font-family: Robot=
o-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0,0,0,0.=
87); line-height: 20px;padding-top: 20px; text-align: center;">We noticed a=
 new sign-in to your Google Account on a Windows device. If this was you, y=
ou don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you secure=
 your account.<div style=3D"padding-top: 32px; text-align: center;"><a href=
=3D"https://accounts.google.com/AccountChooser?Email=3Dadmin@24hourwaterdam=
agerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google.com/al=
ert/nt/1756881115000?rfn%3D325%26rfnc%3D1%26eid%3D3954253009889631954%26et%=
3D0" target=3D"_blank" link-id=3D"main-button-link" style=3D"font-family: &=
#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif; line-he=
ight: 16px; color: #ffffff; font-weight: 400; text-decoration: none;font-si=
ze: 14px;display:inline-block;padding: 10px 24px;background-color: #4184F3;=
 border-radius: 5px; min-width: 90px;">Check activity</a></div></div><div s=
tyle=3D"padding-top: 20px; font-size: 12px; line-height: 16px; color: #5f63=
68; letter-spacing: 0.3px; text-align: center">You can also see security ac=
tivity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decoration: inheri=
t;">https://myaccount.google.com/notifications</a></div></div><div style=3D=
"text-align: left;"><div style=3D"font-family: Roboto-Regular,Helvetica,Ari=
al,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-height: 18px; =
padding-top: 12px; text-align: center;"><div>You received this email to let=
 you know about important changes to your Google Account and services.</div=
><div style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=3D"afal" s=
tyle=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color: rgba(=
0,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12px; text-al=
ign: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</a></=
div></div></div></td><td width=3D"8" style=3D"width: 8px;"></td></tr></tabl=
e></td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td></tr></table=
></body></html>
--000000000000cf5ce8063ddfc231--
admin/cur/1753682990.M769579P3147457.premium320.web-hosting.com,S=33174,W=34021:2,S000064000000100626151007557630020337 0ustar00Return-Path: <3KBSHaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id uGBGLS4Uh2jBBjAAVkXPrw
	(envelope-from <3KBSHaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 02:09:50 -0400
Return-path: <3KBSHaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 02:09:50 -0400
Received: from [198.54.122.200] (port=57304 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3KBSHaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>)
	id 1ugH3W-0000000DEDq-2TGL
	for admin@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 02:09:50 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=ArN8PYIC;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3KBSHaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com designates 209.85.219.71 as permitted sender) smtp.mailfrom=3KBSHaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f71.google.com (mail-qv1-f71.google.com [209.85.219.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br7Nm6KTQz4wFv
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 06:09:44 +0000 (UTC)
Received: by mail-qv1-f71.google.com with SMTP id 6a1803df08f44-7073a5f61a6so22989336d6.0
        for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 23:09:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753682984; x=1754287784; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=0hmd8dz+v2dGxThRR2ImL8iABn8HRtN5pqN2YFPuKu0=;
        b=ArN8PYIC6t+nyL22pyg63JuPNSmMp0AFyeD/PpITO0TEWQWYfnulv0kYZUR+H4QI3J
         BlHRGHdct5Rfk1xdUneIwvU2xAzoDVKPcitgvc4RUSdHDWOBUI4lwmvZSu+HB+2JUVTD
         2Hvi9gSn3kYSYbiGbmsWdbHRvacpwXjjwLSqFEvqh13AsY+H7YjsCyXAkopfF+dcBEDy
         qs0/KFssmuCENdsj8FbX/J/PZxP4p3qvpy7xot9dy0+Ve6F3iiN87t/DrWhldB/OY0wj
         ZINjG+DnaJZl/9086F1x4C5G7C0nHyVA6C5/imIgy6YmC/1dbyNto5EzTt7/CHQvgmrn
         ZkUw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753682984; x=1754287784;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=0hmd8dz+v2dGxThRR2ImL8iABn8HRtN5pqN2YFPuKu0=;
        b=jqzEDaNhoI+uP5UNzIDVzH8kVh/+ql+yiwdkMKEtbH1FSJYhaw33oNr35FPpMRj1Rf
         J4uTjTLym7DbjMU3m3NXUruT5xlT6lAsFuwxqKdJAfXaoWwxP7UlsUMlUw7GcPyYwuIL
         iC1zZkmZNLg0TcDAZyH0/+d4zGfo/uZRmbOsTt2d4QpiHOaaVp2ttCXWTFzipw/Pl6Ig
         qvde4o6kvPkhbW2XmpR0wpLZdawkQq4mJxkoQVzhTM1eFvUhk4oVDdfeY6qvqJSpQgPu
         3NhvqVN6P7DWAF3ZKFd+KZnmKMn8rL2Mjg34EMipGRXwsGSxmw2ncQBgz9fcCUw2Ka1E
         0bxA==
X-Gm-Message-State: AOJu0YzYIwwOe/QCsx6emx65o713qjnj/4le6EgEZSLt2BzyRH0WEK5o
	vX45YluS8njPGYFAQl38Ni70e3VrH7yc0intzD4XvT8y0oFXwl0=
X-Google-Smtp-Source: AGHT+IFE7CE1741PhhTQHM16wxXto1RbeJZiKbZ+4GDfr9HR5ejfZKNq8FKOaarMbqCmHAUaxy9GH34=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:ca8:b0:707:44b3:8279 with SMTP id
 6a1803df08f44-70744b38c5amr44253116d6.33.1753682984163; Sun, 27 Jul 2025
 23:09:44 -0700 (PDT)
Date: Sun, 27 Jul 2025 23:09:44 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 59cdd0afe76a0000
X-Notifications-Bounce-Info: AWoTSIFOX3jLyciGCtVGe0RAI789V3l7EW1zZ9onpG8P6BYyy59zdmW-L1bxmBTtGpMekmgzpNJDzdmYClR92BcjP_TNutmfYkPwUufYGGq7CisfS4Vu5I8oughacJVjG9JgQ3BKz3sTJG7AxSlKTEYfOBjjMOvdP-shodEEaL1jfJxe5J78kB6KRgPOMZ4ibkkcjgBAvovDfsTgFvjgTfbCHMLJtfS89Ilc2RMVDIcazzlMvw4J2fxjXn1vYrFmlYETnVRbvdI2uMgBbo-ZVbLnALUztmcIRDYfWefYgxJQ-8yV9qzpFVbQMswjH3PAbre0MKm9kQkUFiQP5_2zGY2I4jyYj59IqqdWGjQjnT6m8CiD6Ru1V-CeX6tdcy72ZYiVu-YYIgs7EG4C2RctlkbT_OcSCBdh3-ZrbJYV_zgflJvo7qe5QOAutmDCHnV8ZF7-fwMrsQqBOQs6OGUAJRXtOzw1OyK8EdYH6CaZh0rYT8lERhtZJrYOJ15c1eWV-AHrvNpRxbyrFArjdc8m1HqrZ40nApTZJH4NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <edf8aaf5344a17519395283530deb0385d293612-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000051d906063af7239f"

--00000000000051d906063af7239f
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo3NTQ0NA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE4MjA2NTA2NDA5
MTM0MTQwMjIxL3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj03NTQ0NCZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXJDVEQ1N1hveHNTZmkzR0dITHdHa2dOOWJlSkFlRHBPd3k4UWhIcmMx
LWFIejYybjhOXzB5dkNkZU9OYmFoakFqYU5HVGJKN1VReFNtc2tmVFFDRWg3WnhLbkZ1MW5UcG9s
cTBqaEh1SUdpQlB3TWtrNGpmd3dvZHFzLWZ3Pg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81cTZMVlpHXzdC
eGpNX2RaRENJbVhkTFdMcGFuc1VSbUtVU0NIMUo5aFRqWnMwakpKRW56WUxsVTBzSGl2X3g1czA1
UndFOENSVDA0c2lmQXViUm9Gbk5hQnRKMUNjRjlCQmlVUnJYNmZiYUZObmF4RjBnRl9CaFUxZVhR
azRIN3JSVHR1Sk9aY0gyaDljRFB5SV9QVjNZRnQ0Pi4NCg0KMiBTaWduIGluIHVzaW5nIGFkbWlu
QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KDQozIEVudGVyIHlv
dXIgdmVyaWZpY2F0aW9uIGNvZGUuDQoNCk9uY2UgdmVyaWZpZWQsIHlvdSBjYW4gc3RhcnQgbWFu
YWdpbmcgeW91ciBCdXNpbmVzcyBQcm9maWxlIG9uIEdvb2dsZSAgDQpTZWFyY2ggYW5kIE1hcHMu
IFlvdSdsbCBiZSBhYmxlIHRvIHJlcGx5IHRvIHJldmlld3MsIGFkZCBwaG90b3MsIGFuZCAgDQph
dHRyYWN0IG5ldyBjdXN0b21lcnMg4oCUIGZvciBmcmVlLg0KDQpHZXQgdmVyaWZpZWQgIA0KPGh0
dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE4MjA2NTA2NDA5MTM0MTQwMjIxL3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj03NTQ0NCZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXB0
Y0N5S3F0Q1dfY2Zjd2RqdVo4aUVVTDFiazhZUURzSlNLRFZGZU9YSGhHV0p4ZndwY2t2Z1BkdjBP
TVEzZnJHUGtmVUg1OFpydHRURG1MbkZKNG9peWRYWEhKRE5qU3RYalpNQk5Yc2NnRVVfeHhlMGt5
aTV4RlVzLXJBSzI4Zz4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81cG5VcUE2d1FLVkRNU01XSW90X090NXZoM2pqQnh2RXg0YUhhMUZmcWV0X3BHUkpiZGUx
cUZCUW1LQnRXajRhSlJPWVpmeFlKVzd2eF9GR1BOTUhSYktYWXNqRjgtbTlzZFkzRG5VU25HSHNq
VU9abG5INzRoNzVJZzNaMG9felE1aGc3bTRiaUZaWVFNdFlLTVgzWGcwMlRpWjY5Zm1YenNlMXNu
c2tvST4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyQ2EwWVVxUk5EQ1pBeDRyUTROTlJTd0N5NnFvZ3dW
azNXblRNMXMwMktjb0hNaWZuc0Y3SUhfX2dLV3NGbWdpVGJKbjlQSUc5NjRnLVoyVG5UU0didUtR
S0N1eXRFeWNuR3FHYVpqclhfMjdTMXZIX09ZZjlVcmFiZHNJamhuazNQeHBzPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--00000000000051d906063af7239f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/18206506409134140=
221/profile/verify?hl=3Den&amp;pin=3D75444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5rm9xwPjQlnoAmdFePZmT5WeJVDAwESTCyYwtwLMxYtI8pJyOM2T31G1TZuxVBWA6NVwNV=
kKlGS78pUGdw3637NDULlrD0LRqU7ezHqmXuxTtk6nQXAc34>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">75444</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/18206506409134140221/profile/verify=
?hl=3Den&amp;pin=3D75444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5omO4vnwF8Ys0=
fQqiots32VBMCAZ9lHoFt3negPtquzi4nt8pvDLUCYs_lCFsbkrSOG3YHBjzOBfCmZdXPkAJsAR=
8KjD6eLtCoJKQIEvqADCoUZD6AYe3S7cbAkJQIdcw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/18206506409134140221/profile/verify=
?hl=3Den&amp;pin=3D75444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5omO4vnwF8Ys0=
fQqiots32VBMCAZ9lHoFt3negPtquzi4nt8pvDLUCYs_lCFsbkrSOG3YHBjzOBfCmZdXPkAJsAR=
8KjD6eLtCoJKQIEvqADCoUZD6AYe3S7cbAkJQIdcw target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/18206506409134140221/profile/verify=
?hl=3Den&amp;pin=3D75444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5omO4vnwF8Ys0=
fQqiots32VBMCAZ9lHoFt3negPtquzi4nt8pvDLUCYs_lCFsbkrSOG3YHBjzOBfCmZdXPkAJsAR=
8KjD6eLtCoJKQIEvqADCoUZD6AYe3S7cbAkJQIdcw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5pUSuwKCjLm36ljnX=
EZqaS_ehWIdAZyV5q0URW-VEMqx4ApNmLTYa_Njtl-2h6fgv3BYEuTboeyCR7-eQ7xMN3OdsWPq=
C1k9Y4EbCV8GOeu4I7jSaXRwzw4uAJN4oIZ1igDIKRJyioPI1s44SwXdTlPjhatQA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">admin@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/18206506409134140221/profile/verify=
?hl=3Den&amp;pin=3D75444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qbs-jdj0r4A1=
jmy5rQ7z1Y2sitjbt_1VYPW5v0Yz8tytthMbJRjkujBKk0LRbaMTOm7MpMHAlQ24hh6FqSp1heu=
bUOjPG0-e2ud0N4LIhUCEzKvAbFLS06GrWCNb6WVEySYw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/18206506409134140221/profile/verify=
?hl=3Den&amp;pin=3D75444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qbs-jdj0r4A1=
jmy5rQ7z1Y2sitjbt_1VYPW5v0Yz8tytthMbJRjkujBKk0LRbaMTOm7MpMHAlQ24hh6FqSp1heu=
bUOjPG0-e2ud0N4LIhUCEzKvAbFLS06GrWCNb6WVEySYw target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/18206506409134140221/profile/verify=
?hl=3Den&amp;pin=3D75444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qbs-jdj0r4A1=
jmy5rQ7z1Y2sitjbt_1VYPW5v0Yz8tytthMbJRjkujBKk0LRbaMTOm7MpMHAlQ24hh6FqSp1heu=
bUOjPG0-e2ud0N4LIhUCEzKvAbFLS06GrWCNb6WVEySYw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5rs8d1-0JI8BZjieTTdR4A_o5bGCfokEbfxLNvvP5oNGVfS3RkYjVbv3PAUMSUgHOilPSq=
49Kd1SDowFPsYbOKW68D0Y0cuitZ_kz6K7SMIRpfv7KbHdsC2oJ-_nxM2i-8bQHmD56GNAqGU8U=
6C-RCWkTL_5llOC57hM3yu-93yIQ style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5rTRTVTkYIRWHxiRApTTXcptCLWvXhPDNZnxN-hLgJcGiUpxlFA9bOSfLmswXkEqW6yxBARC0v=
3EXl4yfn9x9TCVwrNijMj9Hh082nwjnMg1JvVStMED654iTgSvuRaQ18rEC3JnQ style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qln_JMRO_0NcR1cydseDvSOM61qs1jwgWJgCEeS7LUEAGNgyJH9owNrkq-fiGekN=
bc4QV7Q1gM1SV3Xx-Wncqa17Maci9tA2APyTVmA-Mb2VUgeZGbH6qrDbMvsrJqCn5W8A.gif></=
body>
</html>
--00000000000051d906063af7239f--
admin/cur/1753683575.M536452P3179826.premium320.web-hosting.com,S=52508,W=54073:2,S000064000000146434151007557630020344 0ustar00Return-Path: <3dhaHaBcKAAsm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id uArSH3cWh2gyhTAAVkXPrw
	(envelope-from <3dhaHaBcKAAsm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 02:19:35 -0400
Return-path: <3dhaHaBcKAAsm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 02:19:35 -0400
Received: from [198.54.122.200] (port=43150 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3dhaHaBcKAAsm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>)
	id 1ugHCx-0000000DLLC-1XIN
	for admin@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 02:19:35 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=ynSMy5oO;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3dhaHaBcKAAsm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com designates 209.85.219.200 as permitted sender) smtp.mailfrom=3dhaHaBcKAAsm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yb1-f200.google.com (mail-yb1-f200.google.com [209.85.219.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br7c65ckLz17TZ
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 06:19:34 +0000 (UTC)
Received: by mail-yb1-f200.google.com with SMTP id 3f1490d57ef6-e819f79d125so4730055276.3
        for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 23:19:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753683574; x=1754288374; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ySS+1oDZi3+wsjZmSij5fUPU2I3cNxRyr0oMIwauITQ=;
        b=ynSMy5oOKzQh46XVx+CAo/VKIck6c4jtMVcn+zXyyK7iWHr3szEEzhNoFtShB8ZXnb
         5tXi2ZgpI1IdnzxoJhfVILbkIFHg+llvFUiNhNrVK7bOtqnsETFEd44k9hbB4lhhZqJ9
         rmu8PgtdBEEOCNgXKNQ/kYbQA78WIu2syJF+z/+HK4shsowO4CLznHv+/vAuFyOdr7qs
         Kdavb8891jgcQjXWi0TpS8QheaqbmJeoGESHcf1EWkxfhyWw8xy1cx7zOj0SM8ntS1dO
         ZfG0GZE9/fberhIxMLP052/kT3hbFCAKLHyw//w3ctMaTAP9ig+gPmXFqiLO52TjHceP
         Li1w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753683574; x=1754288374;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ySS+1oDZi3+wsjZmSij5fUPU2I3cNxRyr0oMIwauITQ=;
        b=Te0nvlYxxaQS50nYipCJpxqPEqKiyvO0dYz/Kowkmq8heFlvbPZZaZHRqVr+TM5TZG
         tQX4tzNNvsKqz8oLhMqhP6/VTFLsWeidOKIXkymq7cHrNjxmc5bNpsIGeqB5ceJXrab4
         1os1gY7Ac5QYuaADKx+Ko0UPlxKV2NxkC03BTEq3pQKtyQqEafMoq9wGtxOYLY0CamQW
         WfmvzAdv6wrcFjXImvXbqSfOFeerwaaZN5eTBhpe3j5MPprBG27sf8XPkYoWyz/oUKVY
         8XxSMhaXVKe2jitg5rlDCW2oOmU74OQUjCoT6dfbyMTL5wPxVdmDhcrwCgo22dTeNUbf
         VUXg==
X-Gm-Message-State: AOJu0YyUUrcLNY+5UuqQ9wJzIU+NKONO/dy4xijKV3pnQy0Sbs7/hrKQ
	YEjrOr4kDmM6UaSgopE8l8pJ9E+nPIioW4wte9FClLM50xDrRhzwVaBl9hSs
X-Google-Smtp-Source: AGHT+IHTasQjUnrgYSHxXgkKj5SEdOQxf/YydkmW8I3Ryqg6WVXsFwg9e0fkGogpyKejKQQc2Em9daY=
MIME-Version: 1.0
X-Received: by 2002:a05:6902:420e:b0:e8b:cd24:eed with SMTP id
 3f1490d57ef6-e8df12397a7mr10005287276.29.1753683574180; Sun, 27 Jul 2025
 23:19:34 -0700 (PDT)
Date: Sun, 27 Jul 2025 23:19:34 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 255921
Feedback-ID: P-171-0:C20077680:M110508165-en:gamma
X-Notifications: 8b946ed0176a0000
X-Notifications-Bounce-Info: AWoTSIEHRdhpKJQKVf0oUdY6sGCdpgEZFfVzXJ9ahdPdLjDlMjYc4CU35TGRp5nn8OD82R_57lA-DEP5hzrnC8lKFRyLm8sJLdaOC-Zb72A1vauqF1U0Cq_eQqZFJlh2NtbNA91sSh0mXQ_g_dMI4RHqyMlNLPN1HFmFOddTVsnCYMCdEd9sYyx3rn03r9oRqHu-e7LI-7UW1dm3LxmVeosRT4WmC-E3eS2FjjD31PwT6L-h4rWsLP7AS4gxeogT4SX1Nwl0MOxR4t5QjOptkHTnq0ifa7BsRPvrls5OzFJSSypb-9tvib5ES4gZ80aHx_bmHgwF4Z1ogRyQdLYeBc_hRjQ77dzkVnBqWPq6eVcSN2yU74egD_AAzIemc6RYaMFPvbNvM50JNcaXme2QvC5Zmk7DZ8Sms0bP1T3SVLx8YW7ijSONe_VvClMFLtr5TszdjSZ66Tg8vPP7tISKcA03ifL7cZ9tscykxbRV4cr-qx4b6aL-36LvcYggUK3z6dbt_ew_4B57WagT6SyBMkDGBoSUtWZjV-RwqATEHf3Vpra6idh2J8V6JfTpP6yb1157TyODGtRLZH1fmYokU9KxobBmvvPSwSWo7JBa6kUNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <e7b51f76df188c2a5fed39d6a02eebdab9bcb678-20077680-111269590@google.com>
Subject: Welcome to your Business Profile, 24 hour Water Damage Restoration
 Long Island
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000007ccd39063af74645"

--0000000000007ccd39063af74645
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes






Get ready to connect with your next customer
Welcome to Google Business Profile, a free tool that helps you turn  
searchers on Google into loyal customers. Your account is a one-stop shop  
where you can manage your Business Profile to attract new customers and  
engage directly with existing ones.

Manage my profile  
<https://business.google.com/n/18206506409134140221/profile?trk=https%3A%2F%2Fc.gle%2FANiao5od7PiOUGckmX2vpM77EONXlLaqZFgUr1ZAph49ltdPb3IVXxAKWJ0FgFtVOG-Af2bnwad-o-l0jgBKDhvnBWouC5EKAg9eFceubFketZgMqfYrowhEdIbU3m5xkqfWrSkRvA>


Water Damage Restoration Service in Barnstable

ALL

MAPS

VIDEOS

IMAGES

NEWS

SHOPP

24 hour Water Damage Restoration Long Island


No reviews



Water Damage Restoration Service


OVERVIEW

ABOUT


CALL

DIRECTIONS

SAVE

WEBSITE


Long Beach Rd, Barnstable, Ma 02632

Business personalization is enabled to provide tailored experiences and  
personalized promotions for Google business products across Google surfaces  
like Search. You can manage this setting in your account  
<https://c.gle/ANiao5rTzfbfL4PmAdk-UhHEsxQcqQ3XPjYoeDsF15c9MrEISyKCT462pA71hiBBxelPeoiXeyBw9EfTY1FjbpswuOuHcjbnS8gRVPpyJh8h5g9qOHFrYLFSZ7frm7_SvblEOGtNePjaX-m5gbCm96hhidIcmJVS1OH5yf7d5I3VYVut3a0>.

You have received this email to update you about important changes related  
to your Business Profile.

(c) 2025 Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043

--0000000000007ccd39063af74645
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- Module wise Macro snippet-->
<!-- disclaimer Link -->
<!-- Image Link -->
<!-- disclaimer Content -->
<!-- New updated content -->
<!-- NMX Footer -->
<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tp: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Google Business Profile</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.sup {
vertical-align: 1px !important;
font-size: 100% !important;
}
.wid44_outlook{
width:44px !important;
}
.padding_top_33{
padding-top: 23px !important;
}
.pad90_outlook{
padding-top:90px !important;
}
.wid15_outlook{
width:15px !important;
}
.wid167_outlook{
width:165px !important;
}
.pading20top{
padding-top: 2px !important;
}
.hight71_outlook{
height:71px !important;
}
.hight40_outlook{
height:40px !important;
}
.lineh20_outlook{
Line-height:20px !important;
}
.pading2top{
padding-top:2px !important;
}
.pading18btom{
padding-bottom:18px !important;
}
.pad16_outlook{
padding-bottom:16px !important;
}
.pad93{
padding-top:90px !important;
}
.width510{
width: 510px !important;
}
.width663{
width: 663px !important;
}
.width15{
width: 17px !important;
}
</style>
<![endif]-->
<!--[if ie]>
<style>
.sup {
vertical-align: 6px !important;
font-size: 80% !important;
}
</style>
<![endif]-->
<style>
body{
font-family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size:12px;
color:#000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace:0pt;
mso-table-rspace:0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {color:#000000 !important; text-decoration:none !important;}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display:none !important; }
div, p, a, li, td { -webkit-text-size-adjust:none; }
td { text-decoration:none !important; }
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media screen and (max-width: 850px) {
.wid-400 {
width: 400px !important;
}
.w260{width: 280px !important}
.w280{width : 280px !important}
.w240{width: 225px !important}
.m_0_auto{
margin: 0 auto !important;
}
.pad-b-44{
padding-bottom: 32px !important;
}
.table{
width: 480px !important;
}
.table-main-gmail { /* Forces Gmail to display Desktop view */
width: 100% !important;
min-width:100% !important;
}
.width663{
width: 480px !important;
}
.table-l{
width: 90% !important;
}
.table-f{
width: 92% !important;
}
.table-m{
width: 80% !important;
}
.table-s{
width: 70% !important;
}
.img {
width: 100% !important;
height: auto !important;
}
.nopad {
padding: 0px 0px 0px 0px !important;
}
.leftaligntext { text-align: left !important; } .centertext {
text-align:center !important;
}
.pad_top_29{
padding-bottom: 30px !important;
}
.hide {
display: none !important;
}
.pad_right_24{
padding-right: 24px !important;
}
.block {
display: block !important;
}
.noline {
border-top: none !important;
border-right: none !important;
border-bottom: none !important;
border-left: none !important;
}
.mobile-only {
display: block !important;
width: 100% !important;
max-height: none !important;
color: #000000 !important;
font-size:32px !important;
}
.pad_top_0{
padding-top: 0px !important;
}
.width_434{
width: 432px !important;
}
.pad_l_20 {
padding-left: 20px !important;
padding-bottom: 13px !important;
}
.logo {
width: 168px !important;
}
.pad_r_44 {
padding-right: 44px !important;
padding-top: 18px !important;
}
.break_mobile{
display: block !important;
float: left !important;
}
.pad_top_21{
padding-top: 22px !important;
}
.width_71{
width: 71% !important;
}
.pad_20{
padding-bottom: 23px !important;
line-height: 32px !important;
}
.sign_color{
color:#4285F4 !important;
font-family:Roboto, Helvetica, Arial, sans-serif !important;
font-size: 14px !important;
line-height: 20px !important;
}
.pad_bot_41{
padding-bottom: 41px !important;
}
.w480{
width: 480px !important;
max-width: 480px !important;
min-width: 480px !important;
}
.pad_top_25{
padding-top: 25px !important;
}
.text_center{
text-align: center !important;
}
.width_335{
width: 377px !important;
}
.pad_bot_32{
padding-bottom: 32px !important;
}
.width_397{
width: 397px !important;
}
.table_center{
margin: 0 auto !important;
float: none !important;
}
.pad_left_36{
padding-left: 36px !important;
}
.tbreak{
width:100% !important;
float:left !important;
}
.width_80{
width: 85% !important;
}
.width_60{
width: 63% !important;
}
.pad_bot_25{
padding-bottom: 25px !important;
}
.width_75{
width: 480 !important;
}
.pad_top_32{
padding-top: 29px !important;
}
.w100{
width: 100px !important;
}
.width_70{
width: 70% !important;
}
.width_375{
width: 375px !important;
}
.pad_top_28{
padding-top: 60px !important;
}
.pad_bot_17{
padding-bottom: 17px !important;
}
.pad_left_0{
padding-left: 0px !important;
}
.pad_top_45{
padding-top: 48px !important;
}
.pad_bot_61{
padding-bottom: 61px !important;
}
.pad_bot_12{
padding-bottom: 12px !important;
}
.pad_right_0{
padding-right: 0px !important;
}
.pad_bot_18{
padding-bottom: 16px !important;
}
.pad_right_6{
padding-right: 6px !important;
}
.pad_bot_7{
padding-bottom: 7px !important;
}
.pad_right_10{
padding-right: 10px !important;
}
.pad_bot_9{
padding-bottom: 9px !important;
}
.pad_bot_26{
padding-bottom: 26px !important;
}
.pad_bot_23{
padding-bottom: 23px !important;
}
.pad_bot_20{
padding-bottom: 3px !important;
}
.width_351{
width: 351px !important;
}
.floatleft{
float:left !important;
}
.pad_bot_16{
padding-bottom: 16px !important;
}
.pad_left_20{
padding-left: 20px !important;
}
.pad_left_18{
padding-left: 18px !important;
}
.padding_43{
padding-left: 43px !important;
padding-right: 43px !important;
}
.f12_l16{
font-size:12px !important;
line-height:16px !important;
letter-spacing:0.24px !important;
}
.headingfont{
font-size: 40px !important;
line-height: 46px !important;
}
.font18{
font-size: 18px !important;
line-height: 28px !important;
}
.font16{
font-size: 16px !important;
line-height: 22px !important;
}
.font40{
font-size: 40px !important;
line-height: 46px !important;
}
.font18_t{
font-size: 18px !important;
line-height: 34px !important;
}
.font57{
font-size: 55px !important;
line-height: 64px !important;
}
.font26{
font-size: 26px !important;
line-height: 34px !important;
}
.font16_t{
font-size: 16px !important;
line-height: 18px !important;
}
.font12{
font-size:12px !important;
line-height: 16px !important;
}
.fontnormal{
font-family:Google Sans, Roboto, Helvetica, Arial, sans-serif !important;
font-weight: 400 !important;
}
.pad_l_41{padding-left: 41px !important;}
.pd-r-47{padding-right: 47px !important;}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812=
px){
.pdbg{
background-size: 100% 100% !important;
}
}
@media screen and (min-width:320px) and (max-width:400px) and (orientation:=
 portrait){
.pad_t_98{padding-top:98px !important;}
.height_76{height:77px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- link tracking Start -->
<!-- link tracking End -->
<p style=3D" padding-top:0; font-size:0px; line-height:0px; color:#F8F9FA;"=
 align=3Dcenter>Connect with your next customer.</p>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#ffffff>
<!--Main content start-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D850 align=3Dcenter class=3Dtable>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dtable>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<!--Body starts here-->
<!--Heading starts-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D60% align=3Dcenter class=3Dwidth_80>
<tr>
<td class=3Dblock height=3D32 style=3D"line-height: 32px; display: none">
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: block;">
</td>
</tr>
<tr>
<td class=3D"padding_top_33 headingfont width_80 pad_top_0 leftaligntext" a=
lign=3Dcenter valign=3Dtop style=3D"font-size: 38px;line-height: 44px; padd=
ing-top: 43px;font-family: Google Sans, Roboto, Helvetica, Arial, sans-seri=
f;color: #4A4A4A">
Get ready to connect with your next customer </td>
</tr>
</table>
</td>
</tr>
<!--Heading ends-->
<tr>
<td class=3Dhide height=3D30 style=3D"line-height: 30px">
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: block;">
</td>
</tr>
<!--[if !mso]><!-->
<tr>
<td class=3Dblock height=3D14 style=3D"line-height: 14px; display: none;">
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: block;">
</td>
</tr>
<!--<![endif]-->
<!--Image and subheading starts here-->
<tr>
<td align=3Dcenter valign=3Dtop style=3D"border-bottom:1px solid #dfdfdf">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D74% align=3Dcenter class=3Dwidth_80>
<tr>
<td align=3Dleft valign=3Dtop class=3D"tbreak break_mobile">
<table role=3Dpresentation class=3Dtbreak border=3D0 cellpadding=3D0 cellsp=
acing=3D0 width=3D306 align=3Dcenter>
<tr>
<td class=3D"font18 pad_top_0 pad_left_0 pad_bot_16" align=3Dleft valign=3D=
top style=3D"font-size: 16px;line-height: 26px;font-family: Google Sans, Ro=
boto, Helvetica, Arial, sans-serif;color: #4A4A4A; padding-bottom: 22px;pad=
ding-left: 56px;padding-top: 13px;">
Welcome to Google Business Profile, a free tool that helps you turn searche=
rs on Google into loyal customers. Your account is a one-stop shop where yo=
u can manage your Business Profile to attract new customers and engage dire=
ctly with existing ones.
</td>
</tr>
<tr>
<td class=3D"text_center table_center" valign=3Dtop align=3Dleft>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dleft class=3D"text_center table_center">
<tr>
<td class=3D"pad_top_29 pad_left_0" align=3Dleft valign=3Dtop style=3D"bord=
er-radius:2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; padding=
-top: 0px; padding-left: 56px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dleft width=3D100%>
<tr>
<td style=3D"background-color:#1A73E8; border-radius:2px; -webkit-border-ra=
dius: 2px; -moz-border-radius: 2px;" align=3Dleft>
<a class=3D"font16 buttong fontnormal" style=3D"display:block; text-decorat=
ion:none; font-family:Google Sans, Roboto, Helvetica, Arial, sans-serif; fo=
nt-size:14px; line-height:20px; border-top: 11px solid #1a73e8; border-righ=
t: 29px solid #1a73e8; border-bottom: 11px solid #1a73e8; border-left: 28px=
 solid #1a73e8; color:#ffffff; mso-table-lspace:0pt; font-weight:500; mso-t=
able-rspace:0pt; mso-line-height-rule:exactly; border-radius:2px; -webkit-b=
order-radius: 2px; -moz-border-radius: 2px; letter-spacing:0.75px;" target=
=3D_blank href=3Dhttps://business.google.com/n/18206506409134140221/profile=
?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qg4IriILIpTCy7hGCfLJpU4tIZQGUuxPA_Ww52zi=
JNlhTGVJp6a9ef_589OsfUaV2mdNIlPS4-I_csHf67rxG6aPT5_q8ljqZy35JF6hfgLK4JUg--L=
0I1z8Iz2uioV6qeXD8J>
<!--[if gte mso 15]>&nbsp;&nbsp;&nbsp;<![endif]-->Manage=C2=A0my=C2=A0profi=
le<!--[if gte mso 15]>&nbsp;&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td align=3Dcenter valign=3Dtop width=3D353 class=3D"tbreak break_mobile">
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter width=3D35=
3 class=3D"table_center width_383">
<tr>
<td align=3Dcenter valign=3Dtop class=3Dhide>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter width=3D35=
3>
<!--[if !mso]><!-->
<tr>
<td align=3Dleft valign=3Dtop><img src=3Dhttp://services.google.com/fh/file=
s/emails/spacer_11.gif width=3D353 height=3D1 border=3D0 alt=3D"" style=3D"=
display: block;"></td>
</tr>
<!--<![endif]-->
<tr>
<td class=3Dpdbg align=3Dcenter valign=3Dtop bgcolor=3D#ffffff background=
=3Dhttp://services.google.com/fh/files/emails/gmb_welcome_onborading_final_=
2x.png style=3D"background:url(http://services.google.com/fh/files/emails/g=
mb_welcome_onborading_final_2x.png); background-repeat:no-repeat; backgroun=
d-size:100%; width: 353px;" width=3D353>
<!--[if gte mso 9]>
<v:rect xmlns:v=3D"urn:schemas-microsoft-com:vml" fill=3D"true" stroke=3D"f=
alse" style=3D"width:340px; height:357px; background-repeat:no-repeat;">
<v:fill type=3D"tile" src=3D"http://services.google.com/fh/files/emails/gmb=
_welcome_onborading_24dec_1x.png" color=3D"#ffffff" />
<v:textbox inset=3D"0,0,0,0">
<![endif]-->
<table width=3D285 border=3D0 cellspacing=3D0 cellpadding=3D0 align=3Dleft =
style=3D"width: 285px;">
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D37>
</td>
<td width=3D238>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft width=3D100%=
>
<tr>
<td class=3Dpad93 align=3Dleft valign=3Dtop style=3D"font-family:Google San=
s, Roboto, Helvetica, Arial, sans-serif; font-size: 10px; line-height:12px;=
 color:#000000; mso-line-height-rule: exactly; letter-spacing: 0.5px; paddi=
ng-top: 95px; padding-bottom: 13px; padding-left: 10px;"><span style=3D"mso=
-hide: all; word-break:break-all;">Water Damage Restoration Servic...</span=
><!--[if gte mso 9]><span style=3D"font-size: 10px; line-height: 14px;">Wat=
er Damage Restoration Servic...</span><![endif]--></td>
</tr>
<tr>
<td align=3Dleft width=3D10>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td width=3D10>
</td>
<td class=3Dpad12 align=3Dleft valign=3Dtop style=3D"padding-bottom: 14px; =
padding-left: 0px;">
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft class=3D100%=
>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly;">ALL</td>
<td class=3Dwidth15 align=3Dleft valign=3Dtop width=3D20 height=3D10 style=
=3D"mso-line-height-rule:exactly; line-height:10px;"><img src=3Dhttp://serv=
ices.google.com/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=
=3D0 alt=3D"" style=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">MAPS</td>
<td class=3Dwidth15 align=3Dleft valign=3Dtop width=3D20 height=3D10 style=
=3D"mso-line-height-rule:exactly; line-height:10px;"><img src=3Dhttp://serv=
ices.google.com/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=
=3D0 alt=3D"" style=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">VIDEOS</td>
<td class=3Dwidth15 align=3Dleft valign=3Dtop width=3D20 height=3D10 style=
=3D"mso-line-height-rule:exactly; line-height:10px;"><img src=3Dhttp://serv=
ices.google.com/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=
=3D0 alt=3D"" style=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">IMAGES</td>
<td class=3Dwidth15 align=3Dleft valign=3Dtop width=3D19 height=3D10 style=
=3D"mso-line-height-rule:exactly; line-height:10px;"><img src=3Dhttp://serv=
ices.google.com/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=
=3D0 alt=3D"" style=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">NEWS</td>
<td class=3Dwidth15 align=3Dleft valign=3Dtop width=3D20 height=3D10 style=
=3D"mso-line-height-rule:exactly; line-height:10px;"><img src=3Dhttp://serv=
ices.google.com/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=
=3D0 alt=3D"" style=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">S<font style=3D"color: #70757a;">H</font=
><font style=3D"color: #b0b3b5">O</font><font style=3D"color: #cdcfd1;">P</=
font><font style=3D"color: #eceded;">P</font></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td width=3D10></td>
<td align=3Dleft valign=3Dtop>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tr>
<td class=3Dwid167_outlook align=3Dleft valign=3Dtop width=3D177>
<table width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft=
>
<tr>
<td align=3Dleft valign=3Dtop height=3D11 style=3D"mso-line-height-rule:exa=
ctly; line-height:11px;"><img src=3Dhttp://services.google.com/fh/files/ema=
ils/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display=
: block;"></td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Google Sans, Roboto, Hel=
vetica, Arial, sans-serif; font-size: 11px; line-height:13px; color:#000000=
; mso-line-height-rule: exactly; letter-spacing: 0.25px;"> 24 hour Water Da=
mage Restoration Long Island </td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D4 style=3D"mso-line-height-rule:exac=
tly; line-height:4px;"><img src=3Dhttp://services.google.com/fh/files/email=
s/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: =
block;"></td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Arial, sans-serif; font-=
size: 9px; line-height:11px; color:#000000; mso-line-height-rule: exactly; =
">No reviews</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D4 style=3D"mso-line-height-rule:exac=
tly; line-height:4px;"><img src=3Dhttp://services.google.com/fh/files/email=
s/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: =
block;"></td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Google Sans, Roboto, Hel=
vetica, Arial, sans-serif; font-size: 10px; line-height:12px; color:#8A8A8A=
; mso-line-height-rule: exactly; "> <span style=3D"mso-hide: all; word-brea=
k:break-all;">Water Damage Restoration Se...</span><!--[if gte mso 9]><span=
 style=3D"font-size: 10px; line-height: 14px;">Water Damage Restoration Se.=
..</span><![endif]--> </td>
</tr>
</table>
</td>
<td align=3Dright valign=3Dtop width=3D62 height=3D73><img src=3Dhttps://lh=
3.googleusercontent.com/a/ACg8ocLS1otLQOqHegcLecSf17a_sbUj9HYTPRkXCRV69Ep0M=
1GZkw=3Dw62-c-h73-a-no-mo width=3D62 height=3Dauto border=3D0 alt=3D"" styl=
e=3D"display: block;"></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!--[if !mso]><!-->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 10px;">
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft width=3D100%=
>
<tr>
<td align=3Dcenter valign=3Dtop width=3D50%>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-bottom: 7px;">OVERVIEW</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"line-height: 3px;">
<img src=3Dhttp://services.google.com/fh/files/emails/blue_check_gmb.png wi=
dth=3D51 alt=3D"" title=3D"" style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;" width=3D50%>ABOUT</td>
</tr>
</table>
</td>
</tr>
<!--<![endif]--><!--[if mso | ie]><tr>
<td align=3D"left" valign=3D"top" style=3D"padding-top: 7px;">
<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"left" widt=
h=3D"96%">
<tr>
<td align=3D"center" valign=3D"top" width=3D"50%">
<table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">
<tbody>
<tr>
<td align=3D"center" valign=3D"top" style=3D"font-family:Google Sans, Robot=
o, Helvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4=
285f4; mso-line-height-rule: exactly; padding-bottom: 7px;">OVERVIEW</td>
</tr>
<tr>
<td align=3D"center" valign=3D"top" style=3D"line-height: 3px;">
<img src=3D"http://services.google.com/fh/files/emails/blue_check_gmb.png" =
width=3D"51" alt=3D"" title=3D"" style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3D"center" valign=3D"top" style=3D"font-family:Google Sans, Robot=
o, Helvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4=
84848; mso-line-height-rule: exactly;" width=3D"50%">ABOUT</td>
</tr>
</table>
</td>
</tr><![endif]-->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 8px;">
<!--[if !mso]><!-->
<table width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcent=
er>
<!--<![endif]-->
<!--[if mso | ie]>
<table width=3D"95%" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=
=3D"left">
<![endif]-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcent=
er>
<tr>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_call.png width=3D27 heig=
ht=3Dauto border=3D0 alt=3DCall title=3DCall style=3D"display: block;"></td=
>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">CALL</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_direction.png width=3D27=
 height=3D27 border=3D0 alt=3DDirections title=3DDirections style=3D"displa=
y: block;"></td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">DIRECTIONS</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_save.png width=3D27 heig=
ht=3Dauto border=3D0 alt=3DSave title=3DSave style=3D"display: block;"></td=
>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">SAVE</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_website.png width=3D27 h=
eight=3Dauto border=3D0 alt=3DWebsite title=3DWebsite style=3D"display: blo=
ck;"></td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">WEBSITE</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D12 style=3D"mso-line-height-rule:exa=
ctly; line-height:12px;"><img src=3Dhttp://services.google.com/fh/files/ema=
ils/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display=
: block;"></td>
</tr>
<tr>
<td>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td width=3D10></td>
<td class=3D"pading20top pad18t pad22b" align=3Dleft valign=3Dtop style=3D"=
padding-top: 10px; padding-bottom: 23px;">
<table border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-left: 3px;" width=3D24><i=
mg src=3Dhttp://services.google.com/fh/files/emails/location_icon_gmb.png w=
idth=3D8 alt=3D"" title=3D"" style=3D"display: block"></td>
<td align=3Dleft valign=3Dmiddle style=3D"font-family:Google Sans, Roboto, =
Helvetica, Arial, sans-serif; font-size: 11px; line-height:13px; color:#000=
000; mso-line-height-rule: exactly; letter-spacing: 0.25px; padding-right: =
10px;"><a href=3D# target=3D_blank style=3D"color:#000000; text-decoration:=
none;">
<span style=3D"mso-hide: all;">Long Beach Rd, Barnstable, Ma 02632</span><!=
--[if gte mso 9]><span style=3D"font-size: 10px; line-height: 14px; word-br=
eak:break-all;">Long Beach Rd, Barnstable, Ma 02632</span><![endif]--> </a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
<!--[if !mso]><!-->
<td align=3Dcenter valign=3Dtop class=3Dblock style=3D"display: none;">
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter width=3D38=
3>
<tr>
<td align=3Dleft valign=3Dtop><img src=3Dhttp://services.google.com/fh/file=
s/emails/spacer_11.gif width=3D383 height=3D1 border=3D0 alt=3D"" style=3D"=
display: block;"></td>
</tr>
<tr>
<td class=3Dpdbg align=3Dcenter valign=3Dtop bgcolor=3D#ffffff background=
=3Dhttps://www.gstatic.com/gumdrop/files/gmb-welcome-onboarding-final-mob-d=
ark-transparent-w873px-h839px-2x.png style=3D"background:url(https://www.gs=
tatic.com/gumdrop/files/gmb-welcome-onboarding-final-mob-dark-transparent-w=
873px-h839px-2x.png); background-repeat:no-repeat; background-size:100%; wi=
dth: 383px;" width=3D383>
<table width=3D247 border=3D0 cellspacing=3D0 cellpadding=3D0 align=3Dcente=
r style=3D"width: 247px;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft width=3D100%=
>
<tr>
<td class=3Dpad_t_98 align=3Dleft valign=3Dtop style=3D"font-family:Google =
Sans, Roboto, Helvetica, Arial, sans-serif; font-size: 10px; line-height:12=
px; color:#000000; mso-line-height-rule: exactly; letter-spacing: 0.5px; pa=
dding-top: 94px; padding-bottom: 13px; padding-left: 10px;"><span style=3D"=
mso-hide: all; word-break:break-all;">Water Damage Restoration Se...</span>=
<!--[if gte mso 9]><span style=3D"font-size: 10px; line-height: 14px;">Wate=
r Damage Restoration Se...</span><![endif]--></td>
</tr>
<tr>
<td align=3Dleft>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td width=3D11>
</td>
<td class=3Dpad12 align=3Dleft valign=3Dtop style=3D"padding-bottom: 14px; =
padding-left: 0px;">
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft class=3D100%=
>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly;">ALL</td>
<td align=3Dleft valign=3Dtop width=3D19 height=3D10 style=3D"mso-line-heig=
ht-rule:exactly; line-height:10px;"><img src=3Dhttp://services.google.com/f=
h/files/emails/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=
=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">MAPS</td>
<td align=3Dleft valign=3Dtop width=3D19 height=3D10 style=3D"mso-line-heig=
ht-rule:exactly; line-height:10px;"><img src=3Dhttp://services.google.com/f=
h/files/emails/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=
=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">VIDEOS</td>
<td align=3Dleft valign=3Dtop width=3D19 height=3D10 style=3D"mso-line-heig=
ht-rule:exactly; line-height:10px;"><img src=3Dhttp://services.google.com/f=
h/files/emails/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=
=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">IMAGES</td>
<td align=3Dleft valign=3Dtop width=3D19 height=3D10 style=3D"mso-line-heig=
ht-rule:exactly; line-height:10px;"><img src=3Dhttp://services.google.com/f=
h/files/emails/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=
=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">NEWS</td>
<td align=3Dleft valign=3Dtop width=3D19 height=3D10 style=3D"mso-line-heig=
ht-rule:exactly; line-height:10px;"><img src=3Dhttp://services.google.com/f=
h/files/emails/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=
=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">S<font style=3D"color: #70757a;">H</font=
><font style=3D"color: #b0b3b5">O</font><font style=3D"color: #cdcfd1;">P</=
font><font style=3D"color: #eceded;">P</font></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td width=3D10></td>
<td align=3Dleft valign=3Dtop>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tr>
<td class=3Dwid167_outlook align=3Dleft valign=3Dtop width=3D177>
<table width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft=
>
<tr>
<td align=3Dleft valign=3Dtop height=3D11 style=3D"mso-line-height-rule:exa=
ctly; line-height:11px;"><img src=3Dhttp://services.google.com/fh/files/ema=
ils/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display=
: block;"></td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Google Sans, Roboto, Hel=
vetica, Arial, sans-serif; font-size: 11px; line-height:13px; color:#000000=
; mso-line-height-rule: exactly; letter-spacing: 0.25px;"> 24 hour Water Da=
mage Restoration Long Island </td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D4 style=3D"mso-line-height-rule:exac=
tly; line-height:4px;"><img src=3Dhttp://services.google.com/fh/files/email=
s/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: =
block;"></td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Arial, sans-serif; font-=
size: 9px; line-height:11px; color:#000000; mso-line-height-rule: exactly; =
"> No reviews </td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D4 style=3D"mso-line-height-rule:exac=
tly; line-height:4px;"><img src=3Dhttp://services.google.com/fh/files/email=
s/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: =
block;"></td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Google Sans, Roboto, Hel=
vetica, Arial, sans-serif; font-size: 10px; line-height:12px; color:#8A8A8A=
; mso-line-height-rule: exactly; "> <span style=3D"mso-hide: all; word-brea=
k:break-all;">Water Damage Restoratio...</span><!--[if gte mso 9]><span sty=
le=3D"font-size: 10px; line-height: 14px;">Water Damage Restoratio...</span=
><![endif]--> </td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D10 style=3D"mso-line-height-rule:exa=
ctly; line-height:10px;"><img src=3Dhttp://services.google.com/fh/files/ema=
ils/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display=
: block;"></td>
</tr>
</table>
</td>
<td align=3Dright valign=3Dtop width=3D62 height=3D73 style=3Dborder-top-ri=
ght-radius:5px;><img src=3Dhttps://lh3.googleusercontent.com/a/ACg8ocLS1otL=
QOqHegcLecSf17a_sbUj9HYTPRkXCRV69Ep0M1GZkw=3Dw62-c-h73-a-no-mo width=3D62 h=
eight=3Dauto border=3D0 alt=3D"" style=3D"display: block; border-top-right-=
radius:5px;"></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpad18b align=3Dleft valign=3Dtop style=3D"padding-top: 10px;">
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft width=3D100%=
>
<tr>
<td align=3Dcenter valign=3Dtop width=3D50%>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-bottom: 7px;">OVERVIEW</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"line-height: 3px;">
<img src=3Dhttp://services.google.com/fh/files/emails/blue_check_gmb.png wi=
dth=3D51 alt=3D"" title=3D"" style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;" width=3D50%>ABOUT</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 8px;">
<table width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcent=
er>
<tr>
<td align=3Dcenter valign=3Dtop>
<table width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcent=
er>
<tr>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_call.png width=3D27 heig=
ht=3Dauto border=3D0 alt=3DCall title=3DCall style=3D"display: block;"></td=
>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">CALL</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_direction.png width=3D27=
 height=3D27 border=3D0 alt=3DDirections title=3DDirections style=3D"displa=
y: block;"></td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">DIRECTIONS</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_save.png width=3D27 heig=
ht=3Dauto border=3D0 alt=3DSave title=3DSave style=3D"display: block;"></td=
>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">SAVE</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_website.png width=3D27 h=
eight=3Dauto border=3D0 alt=3DWebsite title=3DWebsite style=3D"display: blo=
ck;"></td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">WEBSITE</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D12 style=3D"mso-line-height-rule:exa=
ctly; line-height:12px;"><img src=3Dhttp://services.google.com/fh/files/ema=
ils/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display=
: block;"></td>
</tr>
<tr>
<td>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td width=3D10></td>
<td class=3D"pading20top pad18t pad22b" align=3Dleft valign=3Dtop style=3D"=
padding-top: 8px; padding-bottom: 22px;">
<table border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-left: 3px;" width=3D24><i=
mg src=3Dhttp://services.google.com/fh/files/emails/location_icon_gmb.png w=
idth=3D8 alt=3D"" title=3D"" style=3D"display: block"></td>
<td align=3Dleft valign=3Dmiddle style=3D"font-family:Google Sans, Roboto, =
Helvetica, Arial, sans-serif; font-size: 11px; line-height:13px; color:#000=
000; mso-line-height-rule: exactly; letter-spacing: 0.25px; padding-right: =
10px;"><a href=3D# target=3D_blank style=3D"color:#000000; text-decoration:=
none;">
<span style=3D"mso-hide: all;">Long Beach Rd, Barnstable, Ma 02632</span><!=
--[if gte mso 9]><span style=3D"font-size: 10px; line-height: 14px; word-br=
eak:break-all;">Long Beach Rd, Barnstable, Ma 02632</span><![endif]--> </a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
<!--<![endif]-->
</tr>
</table>
</td>
</tr>
<!--Image and subheading ends here-->
<!--<![endif]-->
<!--Body ends here-->
<tr>
<td align=3Dcenter valign=3Dtop style=3D"padding-top: 5px; padding-bottom: =
32px;" class=3Dpad-b-44>
<table role=3Dpresentation width=3D600 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody> <!-- Disclaimer para -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 15px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3D"m_0_auto w280">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Dfree>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 class=3Dw280 wid=
th=3D560 align=3Dcenter>
<tbody>
<tr>
<td class=3Dout_pt_6 align=3Dleft aria-hidden=3Dtrue valign=3Dtop width=3D4=
0><img src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-i-disclaimer-transpa=
rent-w88px-h88px-2x.png width=3D23 style=3D"display: block;"></td>
<td width=3D560 align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 class=3Dw240>
<tbody>
<tr>
<td align=3Dleft class=3Dfire valign=3Dtop style=3D"font-family: Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 2=
4px; color: #606368; font-weight: 400;">
Business personalization is enabled to provide tailored experiences and per=
sonalized promotions for Google business products across Google surfaces li=
ke Search. You can manage this setting in <a href=3Dhttps://c.gle/ANiao5pD-=
A4PB0Lxa9_KiMuf2G10O0Zex4WkmTXSPzxhOjx5ApawIx1vbHOmf_hja5PORb8WftBdEEGYhsFp=
FvKbrGypM82dQNdsJ2QGo9S-cKL-F1cmvw3SsiS2vrrGyrsUvOGwh91VbfsL84JyfKgPopSkaw9=
bqTz6zMMNZzE6BnfqCBn3VA target=3D_blank style=3D"color:#1A73E8; text-decora=
tion:none;">your=C2=A0account</a><span aria-hidden=3Dtrue>.</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Disclaimer para -->
</tbody>
</table>
</td>
</tr>
<!--footer start-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D850 align=3Dcenter class=3Dtable>
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#DADCE0>
<table role=3Dpresentation width=3D382 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dtable-f>
<tr>
<td class=3D"font12 pad_top_45" style=3D"font-family:Google Sans, Roboto, H=
elvetica,Arial,sans-serif; font-size:10px; line-height: 14px; color:#515354=
; padding-top:49px; letter-spacing:0.2px;" align=3Dcenter valign=3Dtop clas=
s=3Df12_l16>You have received this email to update you about important chan=
ges related to your Business Profile.</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D7 style=3D"mso-line-height-rule:exac=
tly; line-height:7px;"><img src=3Dhttp://services.google.com/fh/files/email=
s/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: =
block;"></td>
</tr>
<!--[if !mso]><!-->
<div class=3Dmobile-only style=3D"font-size: 0; max-height: 0; overflow: hi=
dden; display: none">
<tr>
<td align=3Dleft valign=3Dtop height=3D6 style=3D"mso-line-height-rule:exac=
tly; line-height:6px;" class=3D"mob-hide mobile-only"><img src=3Dhttp://ser=
vices.google.com/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=
=3D0 alt=3D"" style=3D"display: block;"></td>
</tr>
</div>
<!--<![endif]-->
<tr>
<td class=3Dpad_top_25 style=3D"padding-top: 23px;" align=3Dcenter valign=
=3Dtop><img style=3Ddisplay:block; border=3D0 src=3Dhttps://www.google.com/=
images/branding/googlelogo/2x/googlelogo_grey_tm_color_96x40dp.png width=3D=
88 alt=3DGoogle title=3DGoogle></td>
</tr>
<tr>
<td class=3Dfont12 style=3D"font-family:Google Sans, Roboto, Helvetica,Aria=
l,sans-serif; font-size:10px; line-height: 14px; color:#515354; padding-bot=
tom: 60px;" align=3Dcenter valign=3Dtop><a href=3D# style=3D"color:#515354;=
 text-decoration: none;">=C2=A9 2025 Google LLC 1600 Amphitheatre<br>Parkwa=
y, Mountain View, CA 94043</a>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D18 style=3D"mso-line-height-rule:exa=
ctly; line-height:18px;" class=3Dhide><img src=3Dhttp://services.google.com=
/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" sty=
le=3D"display: block;"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!--footer end-->
</table>
</td>
</tr>
</table>
<!--Main content end-->
</td>
</tr>
</table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter class=3Dw480>
<tr>
<td>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D480>
<tr>
<td cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D1 width=3D160 style=
=3D"line-height: 1px; min-width: 160px;">
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D160 height=3D1 style=3D"display: block; max-height: 1px; min-height: 1px=
; min-width: 160px; width: 160px;">
</td>
<td cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D1 width=3D160 style=
=3D"line-height: 1px; min-width: 160px;">
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D160 height=3D1 style=3D"display: block; max-height: 1px; min-height: 1px=
; min-width: 160px; width: 160px;">
</td>
<td cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D1 width=3D160 style=
=3D"line-height: 1px; min-width: 160px;">
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D160 height=3D1 style=3D"display: block; max-height: 1px; min-height: 1px=
; min-width: 160px; width: 160px;">
</td>
</tr>
</table>
</td>
</tr>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5o-JOp4CCuJSNt2Wan4JcOjXiTc-nnWtP7sE8VzwX_RRpBny1NKRNPitJVoRwuYXE=
rE559nlzJUp1Q3omklBHmQQtfRZvAK-4iw6xX8RCpd2A1iYQP495LOi03L5m8cocqKvw.gif></=
body>
</html>
--0000000000007ccd39063af74645--
admin/cur/1756881239.M179543P257508.premium320.web-hosting.com,S=33163,W=34010:2,S000064000000100613151007557630020225 0ustar00Return-Path: <3VeG3aBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id gDSWClfht2jk7QMAVkXPrw
	(envelope-from <3VeG3aBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:33:59 -0400
Return-path: <3VeG3aBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:33:59 -0400
Received: from [198.54.122.200] (port=60746 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3VeG3aBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>)
	id 1uth4A-00000001EXE-3zaR
	for admin@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:33:58 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=YQdoLfe2;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3VeG3aBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=3VeG3aBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGt9f2wyBzFy8l
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:33:58 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-887146211abso402272439f.2
        for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:33:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756881238; x=1757486038; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=FHgwk2xQKZ8K4Qehso6PRiTBcjzc+yUsU/wAeQ6C7DA=;
        b=YQdoLfe2o+dtaUXqzzDyDLaxDGa09fbPRov8pfpm6q1U6h7stXrwHWVWO9fp9uPONl
         4VVlpKFyhNRkZfWv2d9ZinH32U/nhGU4rEpt8pTjbAkxvK5FUPL0Q3W/HFnru4aUfGxG
         UnX5H1c1HU+/O8Rb3yfxvWn4ytDO3jmubet6yY5NippMf8KgcAHLnf95yC0viuWe9rGF
         kGagPHOnwR3XSnsCXkfV+3MsQZkyvj2xKmC7XUaF8yeh7vlW+qLADjWuOjQjaYPZfDjA
         2Pi5ZEz5j85JAZraVSnhsE4R072uy7L7zpGcpdUth8HdmxBzILI/+7T7SgiGF4n0V/7T
         SVcw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756881238; x=1757486038;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=FHgwk2xQKZ8K4Qehso6PRiTBcjzc+yUsU/wAeQ6C7DA=;
        b=EN5hx4GQrrr6xaEk7fLhIyIuvVvxQcQsozJfNTw/kJ72y2NsDS3mbYp8GLi1WHa18g
         bW/8kKKXQaznJofdFVJTBwCvMjXF8NNKbtRHLKs166fyJSesnJHG+JB5UAduWUbPaq2N
         Lyq+KAuOacGjGc7aJVzvTIzidrg0PlMxjnc97QM0lSpRX/A8ubjKZkx+n+a5zMMIEte/
         70lGRfmkM9gYPAUKdqv9TFMovVkHGK5OuoxMO4inc+OpSi+N3R5QX1vQet7+MwZD5fs0
         nNvkMrCYqCQUaqGj0mgQsHoVB4ticRzpB7aNM3S5KNSZ6XOW/DI8tYDbZGfvf+qGQF53
         CXyw==
X-Gm-Message-State: AOJu0Yz7wLlm3kxewScngh4PcG5duaSz/KTYmAmtl5bKOO6437n5tjTr
	zJK1yQMJrIfMA1Vk6dYlBD9sUB7+uXYZEZPNWALVHM0MN09gvlI=
X-Google-Smtp-Source: AGHT+IHznuTzVl/qKe29D15mTYjpFD6PLmIyjmZFaGvNv+FQSuAMggRb8oBx9JhhGEP3QoeSKP1XPi8=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:1512:b0:887:ef9:77fe with SMTP id
 ca18e2360f4ac-8871f220c36mr2714496339f.1.1756881237946; Tue, 02 Sep 2025
 23:33:57 -0700 (PDT)
Date: Tue, 02 Sep 2025 23:33:57 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: a25268e6daba0000
X-Notifications-Bounce-Info: AWoTSIHmEbUAieRvN4uRGt1zn3GicQGJYvdPb34jksTEbxgekH-Vplwgg9J4PerXy0SL0W8sxPM5_4s8x5RNPvoRECNUU7VFfoRI_VjmmDWZsYb7rMFabK2GAq-m7c97WCgxb1gAVMFx4kPoZ9uhwwH3PgPe6B-DxoivaUyeOqpdcZFBuydpz-hYudcD6gYS1VL0QX8YE_DmedlmnoclW7N7iNj2zF2cZTWobDXHFvdc3zgUPgs8Xv8g4l3UAv99TVUC0A27OJiMuxEuiPuRJay9T4DK6HCBJvjcUj-nXMkfwvnNPepmKnE7vIVqejHdEpuwVCvUldp1IjLpIxdvHbCCfKBDgiolnM7FVEDMDGFH-kbxOOWF2EStMX2kXpb3vCAjAMGwuoYnP8c0QZdlcHjB-A8tz0H9epzZJDdKtgBzJ7pIWPVzujUjKKf9eLrwhO1ZjKDOVst9g83TzCwlVMpv9zqfDwNKCGOV4GPhM6i8uV_CUj9PZ-9QvtYnbN9ZHAgWqWJcOtsEQyyIuJzuJdChMj7SrXj7XOYNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <94a5aefd032bc69bbef4b82aefa7fe49c239514c-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000019b2dc063ddfca21"

--00000000000019b2dc063ddfca21
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo5MTQ0NA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzk5NTI4MDUwNzgx
ODQ0ODQ3NDQvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTkxNDQ0JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81b2owb1ZVaWFOMXdLeWFwODI0NkZrbnZtYXR6WjRnaEpQd1JGTFJ0U0ot
NUVneTM4UjVKQ0Rrc3lCMm1LaXh5TkRHRW9DQWJIRWx4SS1lNk03d0Z6eUZGWDVsMm5oTklGRGFD
YTZGV3JoNjhKX3lmUUl5cEtMdlVIdGxxWnc+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyOXN6RzhHNWp5
TndjSG9QLVJiN0pIVVhrcm9mbkZNbHZnVmZhVEowODR5Snloa2s3WFBwOFBtbXVyZXNXeDFNZlVQ
TUlMMVAxQjVnQWJzYjNSc0x1ZUlCY0x5UXdEZktDWEhVZ1E5TVk3UVVrLWVhdjY3dUI2X2dFSVFi
Znd3cklXbTdKdnh1V1V2VjgxN2wxeEI1aG1ReW8+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgYWRtaW5A
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vOTk1MjgwNTA3ODE4NDQ4NDc0NC9wcm9maWxlL3Zl
cmlmeT9obD1lbiZwaW49OTE0NDQmdHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlhbzVveTE2
RnZYaDdEaDM4Vm10NndjRjhaZkVzckxvRXcxekFPV3VIeFlUTFJUenc0RlZMV3l4dzRDb0NQd2s1
NWdWT0VZYVEzeW9paERaR1BUWFI1RlFJREVJTm9nRjRMTk9rUmhEYjQwRjBjT2RWVk1uVG4yS3FZ
Y1dIdDNIbElFck0+DQoNClZpc2l0IHRoZSBIZWxwICANCkNlbnRlcjxodHRwczovL2MuZ2xlL0FO
aWFvNXBtdGxCS2pzYXpHODZxcEM2ZzNHX1BwZWhNdGJHT1U1TlVPX1VteEVoZGxPcHc4X3pHX09j
RjAxQ3p1LVE3Xy1LbExJT3RCVEVOM3Bnd2hMMC1RSThyOUREX1g2SmdFUzM1Z2V2ZVN6b056VkZO
TlNOVFNuV09ybUVmU1JUM1hNOVJLcDZSOGFqM0drUVlydDcya3VPclpwQm03U2hrdndFUXpRMUFB
dFE+ICANCnRvIGxlYXJuIG1vcmUuDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMgMTYwMA0KQW1waGl0
aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdvb2dsZS5jb20g
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cVNyMndzWjJVdkVLYmFqSy1UODVGSzZqSlNYQkFPTmdh
ZHZzVHMyeTB4Q2Y1ZWNNR0pWOVZCVDI5YjFUT19sSklhZ0ZkclFibEpwUFRvRkRTOGNxM0h6dFla
ZHlpZ2hpMTdzYjVucTF5M2ZHSEd0d0FOWlc3eFY4Q0tteGp6X2tOV0FOST4NCg0KWW91IGhhdmUg
cmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFudCBjaGFuZ2Vz
IHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--00000000000019b2dc063ddfca21
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/99528050781844847=
44/profile/verify?hl=3Den&amp;pin=3D91444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5qFFWZD-UDDK2DSQgGWbqa2m_OfuNu1Ul8cruJCTpzRzdLd9g18ALD34fgjU1QgG98iQci0=
uq0eWVXmMw2mufTTMcJcemWRP-jcQOgEjGy1sAvVaA2-gT4>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">91444</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9952805078184484744/profile/verify?=
hl=3Den&amp;pin=3D91444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5opdk7PjRN-xM-=
bdpXO55QDXBMvVJeG5n9nvgrvpJRWMKRXgydCjHqDqnUQ9mDoH0mvNm3sp2lkMQZKkLYvVz6d5j=
GH1auBBDS_KbuotURMS_SjAta0z7xXuPtBIqRIsA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9952805078184484744/profile/verify?=
hl=3Den&amp;pin=3D91444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5opdk7PjRN-xM-=
bdpXO55QDXBMvVJeG5n9nvgrvpJRWMKRXgydCjHqDqnUQ9mDoH0mvNm3sp2lkMQZKkLYvVz6d5j=
GH1auBBDS_KbuotURMS_SjAta0z7xXuPtBIqRIsA target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9952805078184484744/profile/verify?=
hl=3Den&amp;pin=3D91444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5opdk7PjRN-xM-=
bdpXO55QDXBMvVJeG5n9nvgrvpJRWMKRXgydCjHqDqnUQ9mDoH0mvNm3sp2lkMQZKkLYvVz6d5j=
GH1auBBDS_KbuotURMS_SjAta0z7xXuPtBIqRIsA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5oRt6lihxo8Zt_nNr=
VIdKxtoDSe7I2druZao3aDviiJPQLzWnzILX-2Jpn5p8tz9xyuGsvg8gDwRMvKzGzEv0LP42nDc=
iURA1GwOCjnfm8khVURpgWmlsg-AMjgxZyy0PBngXgtmtwD-BdxYA0OeVWkdGY_8w style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">admin@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9952805078184484744/profile/verify?=
hl=3Den&amp;pin=3D91444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rBuX5P7R_-Yze=
8F-JHjCUCDWlgPxLT4H2tYT1_uNlJ2zj46CIfBVWC-XMImfLGQ6XlslB_4qBobbms7jBN670SPg=
FlDQQeZIRAZvlEg7zKZMWzOLV4NBPsDmbm7_pEB8nGVg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9952805078184484744/profile/verify?=
hl=3Den&amp;pin=3D91444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rBuX5P7R_-Yze=
8F-JHjCUCDWlgPxLT4H2tYT1_uNlJ2zj46CIfBVWC-XMImfLGQ6XlslB_4qBobbms7jBN670SPg=
FlDQQeZIRAZvlEg7zKZMWzOLV4NBPsDmbm7_pEB8nGVg target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9952805078184484744/profile/verify?=
hl=3Den&amp;pin=3D91444&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rBuX5P7R_-Yze=
8F-JHjCUCDWlgPxLT4H2tYT1_uNlJ2zj46CIfBVWC-XMImfLGQ6XlslB_4qBobbms7jBN670SPg=
FlDQQeZIRAZvlEg7zKZMWzOLV4NBPsDmbm7_pEB8nGVg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5qmfD8nFsjrYnrVA-ESbc6XEy37BiLi-KN1zTJs7ztLqQwb9wjJXwUdQiUATXjCpMMsCAM=
cVDamr10e1OCLK4Fj-lje4NcC8_uy-NKTq-jYO3q9Bek9pdh6JDti_rKYrCY9WmyglfvgvOJoVz=
iathwQa2YIoQBjQHKSkpsnVFP0hw style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5oKEiG7mzJHAJX9y484Twv6e4YqmM9doMXPyiPQTRqc-x8PZcbHAwRXOuLh_ASganQKpMekVqN=
Hkyc8DANnWkF8xEdppOeEI5puzMjmk0_8bhogIGEsRugsGL-2aGuhKmpHCfVG9Q style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pCMkGgnBa6whJpSQakzq-YY4niL8bDRJyci8-cfkIzhBCiHFUvwuEHWkTANdjqvG=
gZNE_Ubd4RH9Lv7qqP0-JNkXTkdR3jIkRlAEq2iRT1oKml82DfZ4zjSj6ZavElbPauYQ.gif></=
body>
</html>
--00000000000019b2dc063ddfca21--
admin/cur/1753943209.M128093P3207950.premium320.web-hosting.com,S=24822,W=25601:2,S000064000000060366151007557630020311 0ustar00Return-Path: <3pQyLaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id qAuLB6kMi2gO8zAAVkXPrw
	(envelope-from <3pQyLaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 02:26:49 -0400
Return-path: <3pQyLaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 02:26:49 -0400
Received: from [198.54.122.200] (port=49850 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3pQyLaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>)
	id 1uhMka-0000000DTdm-42Bl
	for admin@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 02:26:48 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=BTVuSpOj;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3pQyLaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com designates 209.85.160.197 as permitted sender) smtp.mailfrom=3pQyLaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f197.google.com (mail-qt1-f197.google.com [209.85.160.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bszd25BSfz17W4
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 06:26:46 +0000 (UTC)
Received: by mail-qt1-f197.google.com with SMTP id d75a77b69052e-4ab856c0efeso1521951cf.3
        for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 23:26:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753943206; x=1754548006; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=tnX66VWa+j0QmK7vp+dkd5nIuqiuZ78e8JoHVlHCifY=;
        b=BTVuSpOjEALrbM5T0o0TOhlsZtB8oxFv0793jrQrwYfbUyolyS8Pki5sPZhZW9v8Ea
         mB5Q0z5eSa8GbP/V/i6zE/8QxFQZLKom3DuPrghbkdBDOW8ivrZMA0aFgozI5wqEcJ1h
         xhxJxytRi22ojhQzbUa+UoXkAKZaCCj4vnEGSt61FgvFmdj9XRcVT0d2y48WFaUeFUm6
         gcpv+ePckzixeHIpaVXrKN5XleuAKd1CJ2IgU7clxc7n3llg3FxoGWOrLLTVnZktcDRi
         7bh/9WQiuE7+wlbMbQDbacYEVsyShNQ1MlMluJ06zlij8NcHADpTssbbWhFwDXpThAM9
         LOzw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753943206; x=1754548006;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=tnX66VWa+j0QmK7vp+dkd5nIuqiuZ78e8JoHVlHCifY=;
        b=nPOGjLD1ClROfy8hpNTSzyIB4pUV9rjpAU3apkJNKWgul7qeiAlDDAGvYGz7pwvLdy
         CqL82/VMVtZMlIK5NoaPRYLfLjghhLsivjDfQiX7JY3qE94pZ7Q7TyfrNH4Wbm5MeOOr
         xFlvs5hErqsI5Z88wierTr+NzMloGQiIouLDF93iO/pUUyM6hOHlKJclT2629Ol/qI54
         6plTAycdEpDt4HkMIGSBWzcJy8vrd4t69eEo7hePWR5wsjxz2h+HZhD9bIA+3lxBDi6I
         m4tGgu/vIR74lcc7a6FDX5pKRAqIumnB4mS8TR3puwmj119UDHThvOQLTLlkvaYJYAjs
         4Z4Q==
X-Gm-Message-State: AOJu0YyBo51RW0lKKgviFA/tllSfB07a+ZL5jzd7BDKXkKPaxQColf0p
	Afp84CBAhqMw9slQX08hFtJhCweMmxZxOkTd/laOuRYL+McrnucEnGfQJAy4
X-Google-Smtp-Source: AGHT+IEIvI92yMrvKQzYjAwGxBqZ9njaXAjMsFLxfKt247C9ZRmgUK2cj39IgsI4Etn/XVuKobUR008=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:1a8b:b0:4ae:f655:9d6a with SMTP id
 d75a77b69052e-4aef655bea6mr2394721cf.30.1753943205860; Wed, 30 Jul 2025
 23:26:45 -0700 (PDT)
Date: Wed, 30 Jul 2025 23:26:45 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: f4c0ab8be9ea0000
X-Notifications-Bounce-Info: AWoTSIFX6RM1NTPIvuNjcbtnrRiaQzpGzOtNxarjz22ehd3k2JDk89_Y_NNr3oGFIHeBCFjuNminzFTut4tfTsPPh9kQzkJoAq8SNTbHoWn8qatQ7XNnRy2y8OimCNXAfM_Hx5MHGtmnyiQescOmBFghflFTU9GWth1nJYs9ZG05-BP6QHAq5viISaYuwtDM3r4Obt463tZNMngE02_61Whf8FQCX7uPNUUViKVdr19sylEy5XBF-4oHZGaCwVNBX7bHuF5aRWxf7a22mK3DJ67QFAqR6XdSSmk_z69RikOOvelxAh3r8KxwXQ9j0uXu4jCWtz4-iAJR_TSVXFFHTGmeG0PllKOYGDJYGy397vrMOVNoBUHoUWyF96zd5UeuJLWP1FjGioyYEGxTJTJhCFwXqw6DR6BthsuOhusEDqKV99CUiO1erZ-UdHe-HlOrLkYiX-aKHcs8ajUA2fR5KBXayjyq7PQfHrpONIx8GVB-rpc7rJJnTs-37dHl9gAFMhTwXBXLuNpZpfFAtvEy2K8FDnjr_hiMiD7zRhNFvPOHi1KH9t8Xzod4tS5wCIMtHPkimh3uBMQi9TgUugIEKXNmpPoxz7qfnVTRX5SWUv2XdOzeacB3ghSTCaC80SRpNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <a595fa78b6a09ba3d50ca5b8f1264eda122812f4-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000bdd570063b33b9e8"

--000000000000bdd570063b33b9e8
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/13141851310709577890/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rWvUpymU6QsZw9iF8IURL0WjM5f3azWcMiYJe8ohQuYcc8ROrT7AZGLhpYl6vAD37-j6OqH4ur-7_3Jr5Um-1MJ6BnXQfW5_73qexWuXkowGpCpSlm49FQ1Ec>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5pzNw1_MqI_DcWeNgkHBjEYoX7R3y1JXKRFbLBMnZn3I9X-al_9ELKmtjdN5UjyEckGCkacKjOWi2I-y92V6b0rRrSz30wbg8aXq2m-dttoZBZzT2Yd-J-h1i1SDJg24Qxhol-y9d4DRnT5q2_Ba4ToPVOto4Xne0zylo8w4Rk>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5poduWXTP7VOAQTP98kbzGSKgsgkFG9F4Y_WcNLzFBXl3upmrxlwYUw7cETWKk_2Ig0ov3OZUxbddpHJTBLwFTMW8OKv_jcOqlohP1OOiYQLzIMVn3APrWD-SzVs7wAhKj5-4rtYehAU1TnpKxq_0LCo5SxTY9EwpO8wkHJyeCXnO4eMdJ_Yj1igBAxId4EikhW7lhropRHzUVnOshVgR7i7xg60VeGMDpyPY9tKz4>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5occAHQ6Dxu7moOo000_TukKG60A-C7mBKpKaedA5ZdH3Ewr8n3FoIk1KjMzxYzllMnT7vc-4a2-LLf87FJvQtqwnvZxL7Lju1XjaKyxP4OR1xRQYQcTDBqrhr7JrMCFPdhWc4>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000bdd570063b33b9e8
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rmrPjAuatP27wo0peIzgoCsm-nY=
cNKpHktlYDusbk5lbkTs2Wd4QWw1LdNS0zqKkRcEL9nz9wAHXFLKwuCYbFQ3E3FdXlwaPTA0xmJ=
rDYkNIRjPFKqhyymUZ34VB_eaTN4GWe38dGeTy7-ArScuLb3sKbgjZupYu3gfzA7SwbUPB1N6Vl=
4cU04FPbBJZ3ZLH-sQO2KwzLsJ5-gPDyu4nXJJzM_dBmCb3gLaBA7hwKm4Q>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
3141851310709577890/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5owrFCrSg7kmzr=
kRcnb-XPnwEOzziJ5N8T3xFN_roX695BxYF7Z78BiBIzIcHgct2zMH0mvg79EErBaxPq1UUeotA=
hPVq7a8aWwVGxqBQb6mQysMq5sHUUYLr9DIw target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoratio=
n:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busine=
ss=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5qYvBSfdUZK8X8SPMYM-Z1EXX=
ybyZtD1KAr2697Qh6ks7OygD2we0Mfcknp12N3ob6mwL6grw4ttSiZwpBKRnfP82NtpCK3OqiyJ=
Rc5hNIOhckRcD-R71epMHui06jHCfNRvjuGVQUH_Jq_8QO0UTXrJpHPzekMoHO6kUVCpKR9Fw t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qBqsjYyocLugNyOWzWnXxxLlP-BLK8SInV797ZcZth1jr=
21QDJ5AS01z9My1bmYfbUSF3alJriQZ_tKM6iXlY94SYk1Kl8B8pxAqwD7NgCbKS6ueWKo7KtOX=
hC4MlQ7RgwHAGKElLJPdePwe_2W4-F11kMrYxFPjFWqu4l7szJRjSp54VcIzS3nN_s3lgqKAZ4L=
PosAhbfPX8RayafvjUsexvouudgNscMZoks-UO91A target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5qBqsjYyocLugNyOWzWnXxxLlP-=
BLK8SInV797ZcZth1jr21QDJ5AS01z9My1bmYfbUSF3alJriQZ_tKM6iXlY94SYk1Kl8B8pxAqw=
D7NgCbKS6ueWKo7KtOXhC4MlQ7RgwHAGKElLJPdePwe_2W4-F11kMrYxFPjFWqu4l7szJRjSp54=
VcIzS3nN_s3lgqKAZ4LPosAhbfPX8RayafvjUsexvouudgNscMZoks-UO91A target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qBqsjYyocLugNyOWzWnXxxLlP-BLK8SInV797ZcZth1jr=
21QDJ5AS01z9My1bmYfbUSF3alJriQZ_tKM6iXlY94SYk1Kl8B8pxAqwD7NgCbKS6ueWKo7KtOX=
hC4MlQ7RgwHAGKElLJPdePwe_2W4-F11kMrYxFPjFWqu4l7szJRjSp54VcIzS3nN_s3lgqKAZ4L=
PosAhbfPX8RayafvjUsexvouudgNscMZoks-UO91A target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qkP4zHsJ8kaJdayt-8JQVjDJQRYkzagiptYsdP5w5gTz=
NsNrcJ7lbiMrL1YJMAty3xwE680CgC3kPAtPciP5Oig545qeqbPAK9siaIo12tLWeHZ9kTjZRfq=
1L8TfTGdfDBpb08RQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5p3XTpFwe50w_TgvLowOCtZQyrjk9BWHQonLK5LMJ3Nl8yJ1lDeFacRBUJPotRyQu=
E4NTuXRZzCulqzlAnOGeO5ZF7FGNEWzW_EIrSFKYVx1Cm-HSkITiv5Kn4wr5_lA1sO_w.gif></=
body>
</html>
--000000000000bdd570063b33b9e8--
admin/cur/1756116172.M260817P3752922.premium320.web-hosting.com,S=33171,W=34018:2,S000064000000100623151007557630020276 0ustar00Return-Path: <3yTSsaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id YC5sD8w0rGjaQzkAVkXPrw
	(envelope-from <3yTSsaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:02:52 -0400
Return-path: <3yTSsaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:02:52 -0400
Received: from [198.54.122.200] (port=56013 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3yTSsaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>)
	id 1uqU2P-0000000Fs91-0VPR
	for admin@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:02:52 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=BRkOW4b6;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3yTSsaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com designates 209.85.160.200 as permitted sender) smtp.mailfrom=3yTSsaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9RDn665wz275j
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:02:49 +0000 (UTC)
Received: by mail-qt1-f200.google.com with SMTP id d75a77b69052e-4b0faa8d615so135781481cf.1
        for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:02:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756116169; x=1756720969; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=/q+R8dB9G5xhNUqmvSTEAm0iPK1P07pcPnnE/Kc7fkA=;
        b=BRkOW4b6WChtrn4FKh/lDkwfOQLFT0Da7vyGkohzv1z7cbptsh0rH6u0qJRF1Y9/jP
         QihmCkkAxUI8ob6AeFln7URjWHV0VGjY2H+fTndueRIjQ6N9/sUOV6tCmF9rZWISiFnL
         dB6ZGnWqGsmEq2Iii86/pPQNJOdPmxLk7+Sf06yp4kkSKuz4SXI/xhMC/UawbDewrqus
         UXho5YyBT3w7VmFUqflu5b0wPl86xIfH1tD/6Be72OxaMW8glNQ/A/QI5YBmUeE9eWeu
         NW4usNF9Yje7HByVogNcR9s/OAAxkc0OZSKj+MrOq92tL0IrDrzzM30HTBFxwsEMdx+x
         w6BA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756116169; x=1756720969;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=/q+R8dB9G5xhNUqmvSTEAm0iPK1P07pcPnnE/Kc7fkA=;
        b=NcQWG/uMad6mDUDrtr5xlmDo+sJhTmd6QkSPXn1elLjKPN1EcVE1EuOZb7kInA7BYN
         AGtoAThuiqoMmn+6DTtouJy82Gn+2FKY+OyVFEXbdpu7Hmh5zXdpJ3pJ60pgetKmYW4w
         dFQgk7HcPZQXayBxa7YrmRQRCRj6BmMRJ/TqP0YoEeXST8N6j7ymE3nz0+PpT0vPdEyq
         EjPrPUdN2lvTPioSNN0Ntga3SOYVnCWWkjjG0yDdqDxwhwGM7blKNuZp9xSYDyISNOaA
         5WNCBSBJX/FZTsB8NdoQ8qogy3J4higAzVY5QiPjItJg2yB61pOwXlLogyoLWOYDY1zA
         xjDQ==
X-Gm-Message-State: AOJu0YzTNK1GWiVMNtrP3xSvAqguwHZFhPksIgWKzuwKUIvFznUxV6ZV
	/2U1qUHUz1SWeneXDepEfzAMcmxuQJHbUuw1ciBwFZEIvRMZBFU=
X-Google-Smtp-Source: AGHT+IFLUj25EDPJnMQc+taAdNu/fG+m1kv8h2HHr+PZnrcIEzl9lJcMpdNjjEMH/SlBd+9+FMzCfoo=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:13d2:b0:4ab:958a:6003 with SMTP id
 d75a77b69052e-4b2a00d4224mr163270801cf.27.1756116169181; Mon, 25 Aug 2025
 03:02:49 -0700 (PDT)
Date: Mon, 25 Aug 2025 03:02:49 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 68832eb5b51a0000
X-Notifications-Bounce-Info: AWoTSIFTldnpHUnzFoYFNqbpZGcvr-gX47XlYPOnUwGd9EYszLM8IieC5R-PCSgBKmqomiMRepj2O6mdRnp8r9lOedPLNKsYqhTpRCp4kwK1dnsAXbmy9C-sqklFGULlcY8pFp4R_SGujFexCd5i3ShZdlr98B9s79SWE-FiaHZZWXcC-oMs6OZXIx3YMON-FtEN6gfI36sWqnqvT1DMKDY6A3NfGs1GsXANYyH43OelCTTNsAY2JhCtgCOk32vA42OMwigU6zc6Wte2aO0ALia5XJLHVirs4EugvpagAujjw8aUuGtzEYgCRApf4q0U0k7IFk-yreIxgxPszDF-vH1Lm1Hl3SKOIc4GY6PUxmnBoRWJOr3-VlY9LrLsTqBf3a_uESCf8yVgr5wG_PPDFO3xErPyEvyTdYNdMyrjCGR0f6ONEgybyxdEOifwILSbpFz1-y3Dfsrg557thCKP7h1maWNbqw5_Xy0OSvWXOMcKg_eLAclUovNeJqy0TS7jU6RpqbdIOINl48UU_v2UxcVEPlf0IMmvvGgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <21e68752a553ad0e3defa3d901ddfbcf51aa3f3e-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000072ca50063d2da8ae"

--00000000000072ca50063d2da8ae
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQoxNTI5Mw0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzg1NTgzNDk1NDI4
MDMwNjU0NzIvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTE1MjkzJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cmNpaDZYTnJ1R1IxTlp4OEVRa19qSWJPbnhUQWdVaEVVeW1MUzYxVHBI
cE5iR0VxdkR0UVdlWkhZMnFpbFVzNndZSFUwcThJc2R3WG01Qm4xYjRKMTVHWkFEVGhDZzBMSnNw
WU1kaXFsekpyWEVwWkNQNUZxdzF4YWRzZTA+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxbUtHQld3dWRr
eVJmdzhGUlFqY0hRU2xLUmVWZEl1SDVET0hWSkxQM0ZiZXRySkMtVm1PMnN2eWJ2d292U3ZYMHpS
azZoeUQ5cnB1Z05xa2VzaGl1Nm1lbElLcmhYNUhiNmV1WVRFbHZqLTU1Z002cU5GUU83YWpoNnJX
SHJabzliQ0oxSU9kQXZfMnBfaEgtaXVlYU1oOGs+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgYWRtaW5A
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vODU1ODM0OTU0MjgwMzA2NTQ3Mi9wcm9maWxlL3Zl
cmlmeT9obD1lbiZwaW49MTUyOTMmdHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlhbzVyQWxw
M1pCUUhTY1poOWRnY2ZYTlBSSThCTEpMU3Vya2ZHZ0JYTTBpcVRzeHVCckdNYUVjWXV1d1J0ZFZP
SjRJYnhfSFlYNDBxT2tVb2hlX0JKZmlTM2FYTmlUQm5nSjNFaENqT3dNS1R5OG9uVjVDbTRPMklR
RnVQUFBtRzNOZGc+DQoNClZpc2l0IHRoZSBIZWxwICANCkNlbnRlcjxodHRwczovL2MuZ2xlL0FO
aWFvNXJ1YWNLWjNxWnpYSWd4ZVozVDR3Y1ZSamVia2dxbjgtY0hheUhkVUhfTmxKWVVUTWpIbDRq
bVVUZUx3U0pYUGRnSzQ1RUxKem91dFRqSDF5WFc1bVpwZnZUZm93QWY4TnhUaU1wRTktNDdreklh
eGx0V0oySGR3bWV4dXpwMFpJbXdJMFFGOWo2Nl9keW51bTVPWXkxUEdtN1dtUlVkVnliOG04N0JI
Z3M+ICANCnRvIGxlYXJuIG1vcmUuDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMgMTYwMA0KQW1waGl0
aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdvb2dsZS5jb20g
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81ckRUWUpsdDJaTW5Xd3dqbnBsLU9OZWlwQ1hRVjV3Y1Jf
QnFRdVBhNTFGV2hWOTYwNUhSdVE0d3UwWDJJUWsxd0ZVWEtFMXBkWXRmbzNqbDByMWs3RHRINXNG
SmVBal9qOGtNQm91TjNCSUtRbG43dUJ1eDFmeDJ6ekVrRU9mTTBYT2w0QT4NCg0KWW91IGhhdmUg
cmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFudCBjaGFuZ2Vz
IHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--00000000000072ca50063d2da8ae
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/85583495428030654=
72/profile/verify?hl=3Den&amp;pin=3D15293&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5rFHEw0fzcebbID8QKfbrxP_3TOqucMLSF86f5E7sojEWt4ZjR9rrdrR5evVABniOiR7RJq=
724o9Ds6kSAbEenugsakiTtBZKZx9z0daUZnHNHZb3RY_4w>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">15293</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/8558349542803065472/profile/verify?=
hl=3Den&amp;pin=3D15293&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pJtoOrTBwo1BG=
P-mLyWQLps6-VtkyCvGodEwsUXm6GzTq-1ZHExi7Q1bf0w4YP1yRv8ejq7q5oq1n19bYBgh-uBi=
DSBNV8-BnLoFdgUL1UUiP290pWJbnRtvjOHYtJyw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/8558349542803065472/profile/verify?=
hl=3Den&amp;pin=3D15293&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pJtoOrTBwo1BG=
P-mLyWQLps6-VtkyCvGodEwsUXm6GzTq-1ZHExi7Q1bf0w4YP1yRv8ejq7q5oq1n19bYBgh-uBi=
DSBNV8-BnLoFdgUL1UUiP290pWJbnRtvjOHYtJyw target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/8558349542803065472/profile/verify?=
hl=3Den&amp;pin=3D15293&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pJtoOrTBwo1BG=
P-mLyWQLps6-VtkyCvGodEwsUXm6GzTq-1ZHExi7Q1bf0w4YP1yRv8ejq7q5oq1n19bYBgh-uBi=
DSBNV8-BnLoFdgUL1UUiP290pWJbnRtvjOHYtJyw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5rwaxjd4WRnrq_8ii=
gyVjc_oXSJICAj7wQePHSvNEGsMkJEnk_ybCD61B495KaN9xW4hlE3VjnxeKfpb4oQJBCN67zZ2=
DW443F2jO0uXFLQR5i2DypRyNtRqmrCTFiOwP-9kbkxW5X4rP64GdpnOjYCaEkseA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">admin@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/8558349542803065472/profile/verify?=
hl=3Den&amp;pin=3D15293&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pT9XjnPlcBLRG=
4eyVu0N5DlJ_EQuNDEUL93_sBBhiybE5auMobw2FSF2ZZEmKNYeH62XlI6DUyL-7S5TaSTKaQuS=
V16Mf9_8nysJNpnwsnzrMGP9YNeN74RPnjJLwnozAaxA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/8558349542803065472/profile/verify?=
hl=3Den&amp;pin=3D15293&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pT9XjnPlcBLRG=
4eyVu0N5DlJ_EQuNDEUL93_sBBhiybE5auMobw2FSF2ZZEmKNYeH62XlI6DUyL-7S5TaSTKaQuS=
V16Mf9_8nysJNpnwsnzrMGP9YNeN74RPnjJLwnozAaxA target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/8558349542803065472/profile/verify?=
hl=3Den&amp;pin=3D15293&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pT9XjnPlcBLRG=
4eyVu0N5DlJ_EQuNDEUL93_sBBhiybE5auMobw2FSF2ZZEmKNYeH62XlI6DUyL-7S5TaSTKaQuS=
V16Mf9_8nysJNpnwsnzrMGP9YNeN74RPnjJLwnozAaxA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5qdDFDnO-4gFgRd4gz-m2zIFLki2STwb-QhFikMS6BAEcJG6e4oeA23FGbRf4VRhaQm2a-=
hQhCNqc2_mFM87vseBk1k6esC0iO5Lu5qjCD0KMUHmWtJk3pWctV-CQa9oKs6sY-tbpsdlUFTKn=
4C5on7-R2q7CZPEkPCDqeiD7xFnQ style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5otcucmWuPySVwk5oDogMKOk5NgAIFxobZWH7RHBlDnYUCATFBq3JZeO96upuwnHw1hOZP2l4k=
rmhTIlgzwvJY3ZTBqcrwhJbwsynOmV9Hwd8pFLM9ERsO_W6ji2vZjM2V3Yolz0w style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oEiLQgN5NN8P1-REK3ll8AcaJqeWtvR-A1nh7rJCkALk381do41FWzs3oxzJqQ8E=
roNAbI87AiiOpeRPukwh81aUyWm63XNXyuwDCvkqSo-eDpxi4HaeC4MrEaG2_4-8_ZLA.gif></=
body>
</html>
--00000000000072ca50063d2da8ae--
admin/cur/1754370808.M728104P4015941.premium320.web-hosting.com,S=24813,W=25592:2,S000064000000060355151007557630020315 0ustar00Return-Path: <39pKRaBcKAK0OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id /Zz9KviSkWhFRz0AVkXPrw
	(envelope-from <39pKRaBcKAK0OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 01:13:28 -0400
Return-path: <39pKRaBcKAK0OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 01:13:28 -0400
Received: from [198.54.122.200] (port=55075 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <39pKRaBcKAK0OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>)
	id 1uj9zM-0000000Gqj4-2JRj
	for admin@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 01:13:28 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=0XZRne+x;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 39pKRaBcKAK0OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com designates 209.85.222.198 as permitted sender) smtp.mailfrom=39pKRaBcKAK0OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qk1-f198.google.com (mail-qk1-f198.google.com [209.85.222.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx1m65FWhzC26B
	for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 05:13:26 +0000 (UTC)
Received: by mail-qk1-f198.google.com with SMTP id af79cd13be357-7e696444d0cso585194585a.1
        for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 22:13:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754370806; x=1754975606; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=VkiW8dNXfQwEfsfa65iIamc0tanm8bixVYWDFe+dDno=;
        b=0XZRne+x30wjV2wr/iNxvrv3468BA85nGEg/z6PxLfCppOws8Zz/Rx6hnX7RMYUJGM
         Wz7MujjbCcg7PGVIwPXqlPOPvvZxslYlVuCW2vsRjn12GzHuY3WSYJ2eckBbaarOjbGU
         oCYGHeZRS9WqldmchCkUEERPnUKEDlso1iLvz7mvVFKuZsCM7tMFQnaETz8Vut1JwmMS
         MlqrVmWNPVo1G9G/VJk6uZTHZmV9ehqFResF8FzPnWbmDf9K14BEIpVP8j0FKFYike4H
         dP1SX/vcxEqFO9/ptEH3gLVlfz8zwpSfa/X0FLeoGO2U7BI5uc7hvEtbWBdAFN4Lr85O
         ymSg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754370806; x=1754975606;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=VkiW8dNXfQwEfsfa65iIamc0tanm8bixVYWDFe+dDno=;
        b=FOR8IkBOSNntYQurNxL9qf5o92Uh3TiXNJQUSFsOUhCzuovzJtlTgvwZifh9AVLTyo
         qem8165w66aYEA1Xbav7iTL31eoPjoYMFu5ekDSaHmYfjbjrBmkeLiSl7ckLO3ceISg0
         0geZ+kXFgRq3TjQjNJPCcDTY5MccYgwwJX9akYLcuOcpJLUB3ezJkU9hP7bidiQJ6ZAE
         syAbWSpQfh1C64KUhmFMAC2x4p2rj6CMMCfQQMIcf9iVbfnCj/nQeycaOfmNZmKdAN1Y
         QiG51Vd0KPN8Qp6+qqJf9k3F+wMDCrb0ldbWowJSDx2MTH6ffvnP7ztpkbPjpNff82/h
         hJFA==
X-Gm-Message-State: AOJu0Ywmu5k8PhYHsW2ySvnEJgiE6kUMSYl7PIlkdNyvDUsn3kZpda1H
	vMfjytshUn2Dwxin2xcFZFIBKKIuxVfSt0w7gI5LYPSEsH050Y5ptoLHLwkP
X-Google-Smtp-Source: AGHT+IE8K2I5E3hvSIT3g/SasBZCR+r8e6GAaoxJbz4jdX5+YZZYd74n+A2pqgUNO2V2NmNLs+D/9AY=
MIME-Version: 1.0
X-Received: by 2002:a05:620a:bd3:b0:7e6:9e74:aa19 with SMTP id
 af79cd13be357-7e69e74ac51mr1286081485a.18.1754370806157; Mon, 04 Aug 2025
 22:13:26 -0700 (PDT)
Date: Mon, 04 Aug 2025 22:13:26 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 40db20d283ea0000
X-Notifications-Bounce-Info: AWoTSIEWipOue6dPgqGIPL3dO_WAyYZ-7jsztBzjNGO-FS-aUVVIA-21w8aAWPAy6ng2SQVSo-JtgD3JZnLMpWiWnqwNXV4iTfLUtWfCNLChqM42YxapPeylWQ-4pBteTOsVT2ZrpcL9ibww7d_Bj1tmGkHVIsmouS_4TiKvs9ARBSvg_N4hajJjwvjMn1hxrK6zYMzHnW5PPJQ5RActFckU98SAREqMmMrFZ1XFOvlkqfd_D8ZOYSsEQkEO1so0dwmhlsUliNAK4uuHPR237EK9CHloxQZ3O7X1K2FdlzYTXfvmkpCRAX8WAz8r_sEjWtXderWTyIgGC5TozRAehCYFfpH-VvkFhmZGdzbaM4HwmmPi5gnLK9XVbsV23V9QoHGsLkYzqxWCOjpF4-U5TR9w5Cjk7o14AXJ4-vW6kQceKvKdiLvtF6XT3K9t5z6ZTC3659LLGUL9SyuOcywdzqgO5YfcRLM5GoD05XRJn21GXbQC4gCYKbOR_BQOz2JX46Sfr7SxctGpsyeW83ZXDBtyJXlajPa83yDJdnmTyeiz8afwr6UyJsuC9AVRkXGAy35jG4dO2gPcnD-5IJsYA-61ofW4BcRa_sDXiLeLaRBmXvirPBswmWJ3KHsbiH9MNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <1b2dc02d84109bbd8dd273b7b8ed3bc2cba61556-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000b49272063b9748a1"

--000000000000b49272063b9748a1
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/2573340067047701326/profile?trk=https%3A%2F%2Fc.gle%2FANiao5plos36Npsj1TGPGkyTlmov3vduZNje0dWwuKTKSumEMyWqs_ZMp57dHOyMVa8-SJPTgHGWLAqwwqDSYyw6NbawMQcVdsN6Ezww6XQ4aOfzuH3kiyoS8Y8iVeM>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5rHCwQ5ZTvV-NAf9ZmAuGpAXpObbOBB0De_dzM88EI1qoUhV6-Zh4Y7C4zhXNaHxVeXKvV4B0IxXCf7JgLDnSHsf0yiYgVnHui-QcBQA-LGBLvXx481aZ9478Wsl4APIKlqSzVGEBFJR_TKDhbhw844pwd6rQsb62LgPyhMHbY>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5p38WCDmV_aUeE4bm564DDZpOYANfkAZrWOz09fBVCCuPMgRuV-ifL4E-ggij7sAhniQQm4X5Q_6nmM9akWvG2MK2rUEhOJAVX0sPeggTrufjJ-KrMidAIHVhTUjdUUv0IU-opcKbXKNsPNRowNNP0JEtO4iaexcwxSXsyqDC8OFk6sq2KUyglR1yGygZz22cOXxAG2_GWQ47No4JVr_H-9lYqAxLgK_sx1wBnA_g>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5p2tSAMiR5X7QF8IS3NpnMuh0kFF4f7rjebPIf5FonLk5JAlMQ-xV6pq-woms0fhHMxoHBtJr0eIR33sobfYf67x0toYVpcW-iMghqMSaex1Tat66iobznDB6mZwa3NdE-n1Bs>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000b49272063b9748a1
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5pt02n5V4SxemOJnZw5cHgBh7Y1m=
W5PY5lLFOBWFT1FSKZ1pbscymS81Ht0lvgP9J1kUGGc7Hb8xV7BTOoD2P7hyweREsB1Ih-hmie5=
hbwyWS2tN7JiVnB6yaqv7Lkw6GJyb8oOBgzqStroamWMGnSXAPUZYL-Fbe47nxV4NaLxiT6WvU4=
cwasaLKLV4Du1aGLWNPIkoh9CIjYDYoYUnginE7ozlI2V4WKti5IegaFF>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/2=
573340067047701326/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ol_Vet23MqK1jz=
_FbeRqAJdUUmHpYOKqPzgSaFW6hYHk0v8MYo0GRrGBErJdVJ8sz_Zb8SmBNlhm8_KCgBxO-3TFz=
hTggGDZb8whd82d_TFNnK0fJLqjc_TcRhZQ target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busines=
s=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5q3ynYUqy6q_acSCfT94taFga=
l-y8OHXTrz-tH6M2y262dKHBsTFvZ667cCSn0F58veiTeudqJrjOskU0MUpUn4tL8zWIWyks_s_=
T5-bKYlOJXRQp9V2l-C6JlafRJpBWFvpBUabGs--5HwVASyXsMjb-AmdU-3VzXhODzLU6drIA t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oH2uHBnunWCPgKN8VE3AsClTGLyezrmxLoIXJxX16x_CF=
qWiTQnIRSePgQq5I3T6GhNGXUPJwmqfucF5uVfp97Zu53p5tVay000GPBayejgqR6Mb6jNsuN5T=
X2SIQ5F3zZp2jKEjB2q4YP643eIqwBwqQUXMsA-SjuGMVTx3GPTgDNOo86Mzy6PXor1ZVof_iFu=
YBVrnAfPUZeUKD8yPQV2TYttGQpHOk1zlYy7e5R target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5oH2uHBnunWCPgKN8VE3AsClTGL=
yezrmxLoIXJxX16x_CFqWiTQnIRSePgQq5I3T6GhNGXUPJwmqfucF5uVfp97Zu53p5tVay000GP=
BayejgqR6Mb6jNsuN5TX2SIQ5F3zZp2jKEjB2q4YP643eIqwBwqQUXMsA-SjuGMVTx3GPTgDNOo=
86Mzy6PXor1ZVof_iFuYBVrnAfPUZeUKD8yPQV2TYttGQpHOk1zlYy7e5R target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oH2uHBnunWCPgKN8VE3AsClTGLyezrmxLoIXJxX16x_CF=
qWiTQnIRSePgQq5I3T6GhNGXUPJwmqfucF5uVfp97Zu53p5tVay000GPBayejgqR6Mb6jNsuN5T=
X2SIQ5F3zZp2jKEjB2q4YP643eIqwBwqQUXMsA-SjuGMVTx3GPTgDNOo86Mzy6PXor1ZVof_iFu=
YBVrnAfPUZeUKD8yPQV2TYttGQpHOk1zlYy7e5R target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5rrTr3JSsgQk8pUehSplDAmawYA5j_nAa6maXSszzkrzx=
hIiMDIokY9AnE8D1dn1RT8_W3P-Lr0Sw2StbjFdI-aekQa3dafKZtQzH1wti0D_rSosWiiWGCex=
AOyxepjzdaFUKDNiw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oyQNYLsyYOv7101wkCZ7L6CYvq7oXH4dwRIc57qbT_3M5Yryy4feXlXU0kt0JHrL=
wfB2IxrW4Dczw4caM97Tl5m6_ecYfzdBh3CqqyQLn4Qi9dZx5SoSBpvuXOpAWfcV6xlg.gif></=
body>
</html>
--000000000000b49272063b9748a1--
admin/cur/1754562098.M498896P1220963.premium320.web-hosting.com,S=12163,W=12336:2,S000064000000027603151007557630020330 0ustar00Return-Path: <3LH6UaAgTAMUyz-2p0w9lnnz5y43.rzzrwp.nzx@gaia.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id oDd1HDJ+lGhjoRIAVkXPrw
	(envelope-from <3LH6UaAgTAMUyz-2p0w9lnnz5y43.rzzrwp.nzx@gaia.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 06:21:38 -0400
Return-path: <3LH6UaAgTAMUyz-2p0w9lnnz5y43.rzzrwp.nzx@gaia.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 07 Aug 2025 06:21:38 -0400
Received: from [198.54.122.200] (port=38967 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3LH6UaAgTAMUyz-2p0w9lnnz5y43.rzzrwp.nzx@gaia.bounces.google.com>)
	id 1ujxkg-000000058fv-1HOl
	for admin@24hourwaterdamagerestorationlongisland.com;
	Thu, 07 Aug 2025 06:21:38 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=e3h7MEc6;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3LH6UaAgTAMUyz-2p0w9lnnz5y43.rzzrwp.nzx@gaia.bounces.google.com designates 209.85.215.202 as permitted sender) smtp.mailfrom=3LH6UaAgTAMUyz-2p0w9lnnz5y43.rzzrwp.nzx@gaia.bounces.google.com;
	dmarc=pass (policy=reject) header.from=accounts.google.com
Received: from mail-pg1-f202.google.com (mail-pg1-f202.google.com [209.85.215.202])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4byNVh4SCyz17sf
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 10:21:32 +0000 (UTC)
Received: by mail-pg1-f202.google.com with SMTP id 41be03b00d2f7-b2c36d3f884so667555a12.2
        for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 03:21:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1754562092; x=1755166892; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=5a7F8pjcSfp1QCjJKa3QCvqbMbfoh4u1Gl8wIDUd8jg=;
        b=e3h7MEc6piZ6goKVT0r5/2y4Z58mqOMDHW0DnJiwipHfDymvWDX0mALP+IJOhXTQxi
         fP63njZLu/iL7PHoNwcmpOlzMYOeUdN131GNQvGBEjEojCFwov4u+thewqtKVyTeEF2/
         FGvo19iNqwcVTSOuPvKrnm3pz9zgzws3DTWKSzL4a++oXA6xT1NrIo02feq4iuKD80Pc
         vRh50q4g+3tGbfpBgYv5d502ua8YbXM/Cein0+XA6n1N+f8FNWrCHVSurqr2+Q+/25I0
         Rm7dIS4VvSnb1vRJ7/HLVteTENHBQZz2YzRVUA84Ytbp8ViNwHemTxCefvfbO5VX0p2X
         lT2Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754562092; x=1755166892;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=5a7F8pjcSfp1QCjJKa3QCvqbMbfoh4u1Gl8wIDUd8jg=;
        b=iYiMKKJ10PB1nZRhmuIm3oZsvNoihmEscJREd4OGFYWCLRwshONS3BOhlFejM8FKne
         O/UAtjqkCh2ke4IKKM2R1NawuJTK7MUniYwdGEVYJJZFlUWQJth0pEHkSJ9hbHrSb0nr
         Dm+ooELg/fioN/bxyn1yKMlu3HIEMiC9ZunEVfpMPDLkTfOmSUDRwBwd7F5bOUIZuCJc
         zO4+cK+qTTl2EabZ2IBEjJh0EGyvkbmsuPTdOYuFTtlr7of4QRD0LOPl+aIV2S/Ete+t
         JR+qQr0/ZtK5Ri8d+G5NIEKvcYf2NUlUgp7cbIHcL3zXkisKN7RpKlnTBa4GUPdlS8Zw
         w5TA==
X-Gm-Message-State: AOJu0YzrMHMtC1HZ8ohLEZYneyikAkYKsLFktDhRyNfBHPsmBjZfk21Y
	HNcnY/7bPfrU1PjVGCSeBS0QPGsTVu1cHWsZwl7mg8E5xG08X0vmDh2Fb+6NCqsZk4ZJrhQ97Uu
	AXrM3oqQ4lxpLKd/snRKXIGJY+XeegKqgrWgINMQ=
X-Google-Smtp-Source: AGHT+IEP2nBlX+Do2f8StUeyDMR3ofcyU/ZXU6NB40MUCX5wNl+cyfm5bIVlX/j7EPY2aywssBRjvOGow0kNny5fwF4zVQ==
MIME-Version: 1.0
X-Received: by 2002:a17:90b:4986:b0:311:c939:c851 with SMTP id
 98e67ed59e1d1-32166c146f0mr8089188a91.4.1754562092049; Thu, 07 Aug 2025
 03:21:32 -0700 (PDT)
Date: Thu, 07 Aug 2025 10:21:31 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: f2d9f4105bea0000
X-Notifications-Bounce-Info: AWoTSIEmNWNRH2xUwH-wQvCd0JbJsCDkkzpq2pmxQZw6v63amc0cr8okvcOBs-R0si5KUhCQwLhFnvxMBd7NMn4Lf07JQGXIk01-v2VjRy3DS3dM5ptbEwQj2ma-Q91CYP9V6gn9pnOp8u4r_t0ymvdhReONua7bcVottaWWjTlRMsgXPZWTX9AAFpwU2y4GrxA6xnRAKeeqR7vdMIhxaeopQXRtvCN04dSmplT0svMp-A5Y1xm_OucNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <NBNlLvSbPv--da0PxzgKQA@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000003ba52f063bc3d2fb"

--0000000000003ba52f063bc3d2fb
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQphZG1pbkAyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCldlIG5vdGljZWQgYSBuZXcg
c2lnbi1pbiB0byB5b3VyIEdvb2dsZSBBY2NvdW50IG9uIGEgV2luZG93cyBkZXZpY2UuIElmDQp0
aGlzIHdhcyB5b3UsIHlvdSBkb27igJl0IG5lZWQgdG8gZG8gYW55dGhpbmcuIElmIG5vdCwgd2Xi
gJlsbCBoZWxwIHlvdSBzZWN1cmUNCnlvdXIgYWNjb3VudC4NCkNoZWNrIGFjdGl2aXR5DQo8aHR0
cHM6Ly9hY2NvdW50cy5nb29nbGUuY29tL0FjY291bnRDaG9vc2VyP0VtYWlsPWFkbWluQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSZjb250aW51ZT1odHRwczovL215
YWNjb3VudC5nb29nbGUuY29tL2FsZXJ0L250LzE3NTQ1NjIwOTEwMDA/cmZuJTNEMzI1JTI2cmZu
YyUzRDElMjZlaWQlM0Q0MzA1MTEyMzM4OTYzNjE5NjM2JTI2ZXQlM0QwPg0KWW91IGNhbiBhbHNv
IHNlZSBzZWN1cml0eSBhY3Rpdml0eSBhdA0KaHR0cHM6Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9u
b3RpZmljYXRpb25zDQpZb3UgcmVjZWl2ZWQgdGhpcyBlbWFpbCB0byBsZXQgeW91IGtub3cgYWJv
dXQgaW1wb3J0YW50IGNoYW5nZXMgdG8geW91cg0KR29vZ2xlIEFjY291bnQgYW5kIHNlcnZpY2Vz
Lg0KwqkgMjAyNSBHb29nbGUgTExDLCAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFp
biBWaWV3LCBDQSA5NDA0MywgVVNBDQo=
--0000000000003ba52f063bc3d2fb
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"ihSiHZ74Q_5SeVgiEbofyA">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"ihSiHZ74Q_5SeVgiEbofyA"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dadmin@24hourw=
aterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google=
.com/alert/nt/1754562091000?rfn%3D325%26rfnc%3D1%26eid%3D430511233896361963=
6%26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div></d=
iv><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"padding=
-bottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" sty=
le=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-width=
: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" alig=
n=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images/br=
anding/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=3D"2=
4" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google"><div =
style=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Ar=
ial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.87); =
line-height: 32px; padding-bottom: 24px;text-align: center; word-break: bre=
ak-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </div><t=
able align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-height: n=
ormal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D"20" =
height=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub; bord=
er-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjUAVknjV=
01oXOQShl8LW87wIU6nDoh6cFZeB4_G8_QPbp4sQ08olLUxYgahnhNORUJB1igMkwvFrlcurfTE=
MI5LLxksZQhgdJHCk3LgM1BeEy_X8RQUsVxxpa8Pzc1ql3WzlRtck-eyaa5G9ziXHg_s3-r2EWm=
ILPUAL61QIrzZbFWHl_T-BfQl0baPvesK8YabcqsTWgpgfxs_-cBshplfun35XTS3i8Cb_l37mN=
-qC0Z1TVtRBq1nNJsh3aOy7JB_uSdQYrAmE-s6q-ntiyN8LW9ihG_XMyXn6HtKdWsrm8_9ZfvUu=
ZGKOYeEJXvkywFBEipDctTdhjlAN9U6naSiTHXni8rEuxIj0tAIR2ygyjValssaTCJ_j7JHw79i=
JOyBjTyTUd6Be3Y3IgZNoYp64CrOG1jLCzmcmaKkmeRmo2T60OqO4bqPGOm6P6Ti258QYBcmCN5=
ReinmjH7_vSLD8kUEValacTDxgZlHdcCL5hapY5gTd0VawvtR7mM6oOhcczqIZt4-ObQbzLRn4T=
C8oukeZtvvyMxor6sHz6aosi83AhX3r1G8IoEj9mkRxBqrjM-UTRWNbwReijGHXqeLsdvC8QO2O=
dO9QdAmsjdHvouWAUQ6y15Aj2rkV1nbQEbeBvhdO9VU9cPQ8WMCsN-3Cz5uSrwtD0sL12C21JNP=
Ql_83r0UoNbBLpGwAvSEKkTBtX66XA-snLCQCLehzaLMIOuvwYlXnwhydqwRxV4zmdVcztsff5P=
sNwGP1yUw8k8FD5iV1pJ3OvoHLTEaMZoz0N6H9TxI278JmcnMZebS_w7qg_9bDVKrZx3pTRxUlF=
tyxhGKseT2W-vQESF8BIqSU1rkLBwo30Mp982rqLPI9b_UATjtEGbxQeGiSkEdjNYNsc8BB4HlY=
F6AECAZcfd7yeoybGK-KOJV_t_tay_ja3QHTqmYEF-0lgL-nz1_8Tzzb5oqKmsGMOOqPdd5CPO5=
1BE4PlBx=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Google Sa=
ns&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.8=
7); font-size: 14px; line-height: 20px;">admin@24hourwaterdamagerestoration=
longisland.com</a></td></tr></table> </div><div style=3D"font-family: Robot=
o-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0,0,0,0.=
87); line-height: 20px;padding-top: 20px; text-align: center;">We noticed a=
 new sign-in to your Google Account on a Windows device. If this was you, y=
ou don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you secure=
 your account.<div style=3D"padding-top: 32px; text-align: center;"><a href=
=3D"https://accounts.google.com/AccountChooser?Email=3Dadmin@24hourwaterdam=
agerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google.com/al=
ert/nt/1754562091000?rfn%3D325%26rfnc%3D1%26eid%3D4305112338963619636%26et%=
3D0" target=3D"_blank" link-id=3D"main-button-link" style=3D"font-family: &=
#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif; line-he=
ight: 16px; color: #ffffff; font-weight: 400; text-decoration: none;font-si=
ze: 14px;display:inline-block;padding: 10px 24px;background-color: #4184F3;=
 border-radius: 5px; min-width: 90px;">Check activity</a></div></div><div s=
tyle=3D"padding-top: 20px; font-size: 12px; line-height: 16px; color: #5f63=
68; letter-spacing: 0.3px; text-align: center">You can also see security ac=
tivity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decoration: inheri=
t;">https://myaccount.google.com/notifications</a></div></div><div style=3D=
"text-align: left;"><div style=3D"font-family: Roboto-Regular,Helvetica,Ari=
al,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-height: 18px; =
padding-top: 12px; text-align: center;"><div>You received this email to let=
 you know about important changes to your Google Account and services.</div=
><div style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=3D"afal" s=
tyle=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color: rgba(=
0,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12px; text-al=
ign: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</a></=
div></div></div></td><td width=3D"8" style=3D"width: 8px;"></td></tr></tabl=
e></td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td></tr></table=
></body></html>
--0000000000003ba52f063bc3d2fb--
admin/cur/1756317639.M830030P1917912.premium320.web-hosting.com,S=21599,W=22283:2,S000064000000052137151007557630020321 0ustar00Return-Path: <3wEevaBcKAFk2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id qPvkMMdHr2jYQx0AVkXPrw
	(envelope-from <3wEevaBcKAFk2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 14:00:39 -0400
Return-path: <3wEevaBcKAFk2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 27 Aug 2025 14:00:39 -0400
Received: from [198.54.122.200] (port=47736 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3wEevaBcKAFk2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com>)
	id 1urKRr-000000083ns-2iwX
	for admin@24hourwaterdamagerestorationlongisland.com;
	Wed, 27 Aug 2025 14:00:39 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=q78m3kKo;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3wEevaBcKAFk2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com designates 209.85.216.71 as permitted sender) smtp.mailfrom=3wEevaBcKAFk2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f71.google.com (mail-pj1-f71.google.com [209.85.216.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cBsl51NZtz27C5
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 18:00:33 +0000 (UTC)
Received: by mail-pj1-f71.google.com with SMTP id 98e67ed59e1d1-325ce1082bcso175075a91.0
        for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 11:00:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756317632; x=1756922432; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=KF/3TOlJZIQvqgRFeuC3z3tucw/FJeIv//HRpHi/c+Q=;
        b=q78m3kKo56ImYDCdPdgZcYEcqv1g30K2/cegMQ+xw3YRUUK7dzbZyXKjvVraEojaoF
         HS5hkw1yOx8PAQlQCS+ewVJNS1LlkkXgjYCZliW/hyxiXyC1DNRPSTvrH26X5WzLC1wp
         N+dOc84A26dRH4xgNI+PzbcuYzYJ+PATR4IZhDUVTa0rkP2GL9XjCdP1c7bOKBxzS+kL
         VLKLt67l44YX076FYV62pEEddVGuKBhE8u++3QGryh+nirZxcYQP2hcQDSxpwEShuowo
         SgHixboCWuZgmizX/TfrInQIlIgbZziE2kWRsQA3I3nkxE4L0fQHCp5v2Md2Lgqdsqxs
         Tcpg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756317632; x=1756922432;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=KF/3TOlJZIQvqgRFeuC3z3tucw/FJeIv//HRpHi/c+Q=;
        b=NTnmfEHy9SKR89r4D/QY/1T2inb/X0xaUsk/B9UZgqtHu077C/ijMlI9peyenq+8VQ
         HX+aNMTmaNiBfkyVCOpjZ05UdHr0OIgAt6egetl2GTDfwLCLdUR047j0d397tlRsVnVp
         6QKjRzdznIaCusq7J4xAO6jKKAlEx3tiFIky2xcR4BKj9eQ5Nb3ahoZfBOWM8xxRCWIt
         ybfVa9pRLqmztfLnXG9GWEWLNfBUBUnKwr1osEeUeMQ6IRy1my+G2ysUmP5SCzKf1NpP
         dbDwGKk5Wxjn33ll+trFhRtg/0h48h3j1HaXUWyhGHyoMujDwtKsRWuXfFYIV093WLuQ
         jsOg==
X-Gm-Message-State: AOJu0YxFQnUWhwB7TmowR8CQHsNudotryfOoNYVETBaS/JN3mAg/0J7j
	U6c9QBPQ8WCgG6uk/MR/PFtVRKEObpE4Mhbak5RcXrWpWrJBjZNabreHFQwa
X-Google-Smtp-Source: AGHT+IGBj1QRKKj28jJu2ZBavTv4/e5Q3aH437nyBe+fKj7QxZDsfxPjscGdH1+BGDmDLmaKpQtpOo4=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:2883:b0:327:76e3:d06 with SMTP id
 98e67ed59e1d1-32776e30df2mr4227356a91.12.1756317632714; Wed, 27 Aug 2025
 11:00:32 -0700 (PDT)
Date: Wed, 27 Aug 2025 11:00:32 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 9542a1eb173a0000
X-Notifications-Bounce-Info: AWoTSIHgKtgWkvR4mr9zaL1ZgarJchkxo63AhUanalVtAmnUlMuxBRdahusshHdv5Su6rZ3TDLdCiVLPHTm-p9HTgwqUsCWRIKVAMJsUEVO60bQ2Xhg_4NcnWM2guAW7myRE0L61yEGyORD8_QPlK_XzIpGITBabdCvhUXFte3K5iH85cBOwlMSKVoArORBv4kDLVJEVHC-sb6PxCOUan9nBcC2QbienmqViP0VvNYhbnT6sMjnhg1G6EkSTgiN07m_jPEB_0RXh5nHz5FM6FZCvWRK8Ge-G9W7amysAl6tTyxtVPTPKCw6loC9o-ssMEz6HhAAaKTtJnXJqAMzbgyJVrA2zcqtJCP_nkq-9HK-rWR-yddHxuBFfmntF3zG9ivD_8lSNl1ejQa7KNw6xqZZD2flqXj8--Nh5eHI5m9ufp-SpORud6ssoszjIEnq2SkMZV1ezzR-Qw30Ux8-BRv7zhPy9W8yTdc135hfta1Ivm2_3Cgmc_e--fuFnVGYMUvJJkOWAtzoBxefJ4n0oRlSftDPf0xVKgK7YjkjH1zqxKSlzc_KPM3-kb9xwBWazd8TZiYftK2tKIrXsFmFqYJ0X3ua8CQaVDZvtMqVSwkjEuoli113oKjQMdMqdgeySNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <c1d2900281f2c6537c5edc28c02043a2c56b1d2d-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000009c5840063d5c9045"

--0000000000009c5840063d5c9045
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/8558349542803065472/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rHao6bpWaMErt-F4lTBuqLG_TN2wRBmogKqsD3COTg2nDMoKCW-s7lvFBk0AkyboSa4VUGJoQJ9_b1-iyE5Hj9c5xko87lekNrUS4qI1Hz5IEibeYPFcNKoRY>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

This Business Profile is not verified

See restriction policy  
<https://c.gle/ANiao5qC5DX9vdelOjuxepZdnOOpdLR-NRO0oAYOv1zO28O3pYslGZGaib6EQmby5PPqAj3hHz76QlTqZxVVpWZudSJJxP9HEF1lm_ih4jAAKkp2ptn5_T5fgx6l-ndFQsL61sdLX3QLeL_PzbY5VAI0hx8dzqcF6HHV30JqRawblDeUMWnW4ADbwd_W5A>

You can see the status of your appeals  
here<https://c.gle/ANiao5pIEkwrvo286OXLTtMwOzPfYoRcfbuv16z9ItXkciefpMqzBxN90lnOuSW9mgHEyiE2dLs98PskMa0EDU4-cmTh5xw1KA9asrLJDfERWo0iGqMyTwGikTLX1UheYi8WayJxz6wMd0BMDgZ7UpI6Ia05IajIz7Bcwq_wYbVI7_7GPbOe3SjLEOyfMC0o20AM19A3ogoMv1PoLfL6EuNd6MezvHpI0FA6DM2a7yLX>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5q6TrQo4Ox_zgfoZ8opf7zfiEVuPY9KBzQKyKMzfrKOfhfCdSdM3bbmf-Jw8wRP2wmXNaTyytIAfplnISlCYl9TTDZ0LW-I6A6RXSJoTMgZiC6kfOUQYxokbNpPfNEdbpszIeo>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000009c5840063d5c9045
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/8558349542803065472/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5qNI0hclA5Us81DTFHT4Z_I-anBPkNuEvg9aM__CnacJfZ-Nl=
yZx1B3jJy4fjmXokgJsMocTfUemVrP8pegt5EtV8reyRUECLh3sEvU70LsZWlqYUgjeqXCqDFOi=
g target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
This Business Profile is not verified
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5rtJTYZ-QWMtLmYLs9pmnCH_3IScYPRytod7p4rVnZBeNe=
gdHlWjL_iaCmods_HMLvvA1F8bW-_6p4TC87KRFkxKoOrzkQfBPaJtaCvjTiRdlULPD8OPZrJoH=
H6y12ReIVFNEw5Pg7UN_GdZbifW_9bAaWORplsISTTQtd_pXIGysV6izxdMu2ryyyZ target=
=3D_BLANK style=3D"text-decoration: none; color: #1A73E8;">See restriction =
policy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5r4zRgy=
gLCaXviujJtO6LLkCdYFeRdWytjwxlSuj0uq9Nufw8XBKItoyqnLLC3tVp04wz9UGpW0N-x5I3e=
Mr9NGMNj4h8KaxKRyO4Z0m8kHk9iR3LoZnYpDkxtGrrJgQYZx6t02x6qkxgAro77Od2ptRJb0z1=
CHuVzS7KP7TFjnDnhYTJLPNRLtXC3GlbEYfeTnRrbuwVh9botMCELbQYzWRB5RCVbQ36vFRNfzy=
dU target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oblAZYy4Cz1fKuzl9aF24IFmaReAoDGoA9zhIlOHvmq6=
OpfYYa74z3y7u1iFFelw8wVabZOOIj4uyVIOZATa7Ey4srm1uaHPTXUBEBzFNfrIbqyMz_N63fg=
qUhSqt4__BdO9t_Fg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qk4nHkK02B5DrawmAD2uR89xMQAv30E5S9vvtTKBh-hqjprlLDhXAwvt1rL5J0Wd=
riKwJf7cD7BETdU3ljJ64NlzqyaMe5BOiwtxtKbcu3qtMqCVHXP13u3XSBBEaRMOCl6w.gif></=
body>
</html>
--0000000000009c5840063d5c9045--
admin/cur/1752995313.M330116P651159.premium320.web-hosting.com,S=31343,W=31937:2,S000064000000075157151007557630020234 0ustar00Return-Path: <375V8aBcKAFg6EE6B4MEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id fCmLE/GVfGiX7wkAVkXPrw
	(envelope-from <375V8aBcKAFg6EE6B4MEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 03:08:33 -0400
Return-path: <375V8aBcKAFg6EE6B4MEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 20 Jul 2025 03:08:33 -0400
Received: from [198.54.122.200] (port=36056 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <375V8aBcKAFg6EE6B4MEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>)
	id 1udO9x-00000002jOR-3FNi
	for admin@24hourwaterdamagerestorationlongisland.com;
	Sun, 20 Jul 2025 03:08:33 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=kxdFVti2;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 375V8aBcKAFg6EE6B4MEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com designates 209.85.166.199 as permitted sender) smtp.mailfrom=375V8aBcKAFg6EE6B4MEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com
Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4blF4H3Z1DzFyRx
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 07:08:31 +0000 (UTC)
Received: by mail-il1-f199.google.com with SMTP id e9e14a558f8ab-3e134cebaf0so62271525ab.0
        for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 00:08:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1752995311; x=1753600111; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=TOZg6Su1IqstJZQB2h0MnLsbr7y+YeV49EsdJs5rTw8=;
        b=kxdFVti2PcjsLPSCeoRU0oaYKxDTVmpUXnmMOWFOYcNUmZ92/MKBvQ8XNHm02rZBgT
         M/RJaLna8JHkCi6oYGcki+WrJ7bZKwiUMSt2s3NJVlBJVQlKMIQTATfLywME1546p3aQ
         qjeVGrZd/A+sAO+MCTarHbsHNsm0eloEc0+i9FIULUg5WnEIDt4pV4Cu789VgDC39c7J
         OtXEfhHIlOBTl2htVKywWR6Sqi/5E6TrQmPM+Mjr39bkoPLpNLIdAU7njY+m91O6XKli
         Z35lwCrTbBgK8Uyb0feyKiHdAYKLOODIFPr04Xv/yVYuuRye8dPFtnpc5vX4F3bJN9K9
         qimw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1752995311; x=1753600111;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=TOZg6Su1IqstJZQB2h0MnLsbr7y+YeV49EsdJs5rTw8=;
        b=vqvjz6xfdjxvpbhu92VKYEmTzFTxhgRX1rsIO772NyD/NrdMQXUPlkz8JZO4wtVFwK
         LM9uTUxfx2jdDNyByFd/PBesS7nyKQY3UWR9Gahn9MJgC1kqd0DY0t6X3uCzc4o/QdpK
         DPNtx0t8qTkK/EnvENaNIr3q6Xvqya9bce/L/7G5YTnP+tDQKrJ0RVrbrhvQFgNGDxf2
         hCjGprGWdNLJUL1GdaYRFG1nNnQBxo0qGBlXVEBE5l4HEBP4FpPaIlgk8BPeAyThA8cu
         tIIA0JrCLfNvlvqgdv1nLvoE62I4zE1EJwl/FyDh2hioZtCLhEexK0b3orsnIlkMWcxv
         iV2w==
X-Gm-Message-State: AOJu0YwtMAKFVzI6ko6paFbYX19kXu3CyCINpBeZ7V2VXISZwRCt0Wvn
	BaGytrgnpdvGQr3glxJ0WXVhSmMyhUw/qJ9DNmJUQvYyowcoKjA=
X-Google-Smtp-Source: AGHT+IGb4qedByBjzelNWjqdCAg4GexcYZIjfpbBgPlFlFHN4x31CQuXySC2xl0OFj/viTDVKLA6trI=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:3113:b0:3dd:b808:be68 with SMTP id
 e9e14a558f8ab-3e282474739mr165571725ab.16.1752995311009; Sun, 20 Jul 2025
 00:08:31 -0700 (PDT)
Date: Sun, 20 Jul 2025 00:08:31 -0700
Reply-To: Google Workspace <googleworkspace-noreply@google.com>
X-Google-Id: 4118893
Feedback-ID: P2542-0:C20184961:M110499870-en:gamma
X-Notifications: 5fc85efc955a0000
X-Notifications-Bounce-Info: AWoTSIEw4Mh-4q9C8c3oQjUkl4hvyqjmdM5NmriBIf7KlQ9dKKkPMKEKmGMpHg-wXT-x6MHYoTlY93fJWWWGRvePIe7d6CD0VeuVOjkK-WIgowp7u6Yv-0JiG6kFTu6uFF8ulK4d7HLrSUceODv5I_S67TId6NbA3Am9EoV9um1-7IojR8NLe5X8NQDYiXt-yPVnhyAqP56N22PXGWakNnovNWPRQ8NmncGYGdat1NqvTzGCby_zME6pF7KeW0EZIA96Ek0y8OfSEKHvgHT33dXD13xXMJDIMIFLL4eKxnrUJWx_uvzDwe3IEO78K12j4BGfQBuN-cx89aTvMYfsc2VogroA0wgLbL-O2SEd7_wDTH2quXWasmddwaQEo7sCHGcC8l6NavcBPYDXbqVzvydQP9RjSp8aDGp-FX4iUglObef-anEw4KiUNBVFRHhMoTmxfd0Cd5WETCNnBBMzIxhk-ZMyXrqc3Kb0L-CWoC1VCWZ6eGKGe9ZR0_QOBAAg51RKyGs-ymaUsvKV4vnDIiedcQ5lh5hHNDn6vfJz7asKHPEP_ThdqpFeHUZPpNdGmRDueKIRyVaFqlemRyL1rkHRJn7nnUkWNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <5ed945771701ab664d15542445661e73e38cf523-20184961-111051900@google.com>
Subject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
From: Google Workspace <googleworkspace-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000ce3ec5063a570656"

--000000000000ce3ec5063a570656
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoyNCBob3VyIFdhdGVyIERhbWFnZSBSZXN0b3JhdGlvbiwgd2VsY29tZSB0byBHb29nbGUgV29y
a3NwYWNlIEVzc2VudGlhbHMgIA0KU3RhcnRlciENCg0KWW91ciBzcGFjZSBmb3Igd29yaw0KDQoN
CllvdXIgbmV3IGFjY291bnQgaW5jbHVkZXMgYnVzaW5lc3MtZ3JhZGUgdmVyc2lvbnMgb2YgR29v
Z2xlJ3MgY29sbGFib3JhdGlvbiAgDQphbmQgY29tbXVuaWNhdGlvbiB0b29scyDigJMgYWxsIGF0
IG5vIGNvc3QgdG8geW91Lg0KDQoNCg0KDQoNCkNyZWF0ZSwgc3RvcmUsIGFuZCBjb2xsYWJvcmF0
ZSBvbiBjb250ZW50DQoNClVzZSBHb29nbGUgRHJpdmUsIERvY3MsIFNoZWV0cywgYW5kIFNsaWRl
cyB0byBidWlsZCBjb250ZW50IGFuZCB3b3JrICANCnRvZ2V0aGVyIGluIHJlYWwtdGltZSBvbiBh
bnkgZmlsZSwgaW5jbHVkaW5nIE1pY3Jvc29mdCBPZmZpY2UgZmlsZXMuDQoNClNoYXJlIGFuZCBj
b2xsYWJvcmF0ZSBvbiBmaWxlcyAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxenNzMnZHY3JfaHNl
XzVXbVJKME1fREpia3M3b2p5THRaX2J6TndUQk1wRlhIQk5XN1pNM3ZGa3VjVWFCV3E2MGJwcTBi
Sm0tYjZoRVAyVEZjMU5GNjN0OHpRWEpyZlRFVXRFTjVtbFdIMGxfb01xSjMwNEtTeDB2S2pSRWtG
Z1VwZzBKOE54YzVBb3hHamFGOUlUUk5ZLXhuUzhOSUZpYjFfYzNtM2JfVGtMQjNiM19LLXJJU1pK
aUUzYWRTTGhUeFlvVHZvZWNjQXZ6V3Z5eHdGWHVSZDgtazJPRDktc2c0anc+DQoNCg0KDQoNCg0K
U3RheSBjb25uZWN0ZWQgd2l0aCB2aWRlbyBtZWV0aW5ncyAmIGNoYXQNCg0KQ29ubmVjdCB3aXRo
IHlvdXIgdGVhbSBmcm9tIHlvdXIgY29tcHV0ZXIgb3Igb3VyIG1vYmlsZSBhcHBzIHRoYXQgaW5j
bHVkZSAgDQpHb29nbGUgTWVldCBhbmQgQ2hhdC4NCg0KSG9zdCBhIHZpZGVvIG1lZXRpbmcgIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81cGFrUWFCT1ZRTmcxeURUZm5NSjVHODV0NlBSOWJ6MVNEVTFs
eDV2N1ZnRll2VXk4d1VHcEpqRk5tbUhzVm1yMWY3SGR2TkdOME5lX2ZGUVdUT2tZNzR3U3ByalFX
VG5QMDJtM1Z0YW5Vdzl2WUNnamwweWRndWdSOVg5TEZyPg0KDQoNCg0KSW52aXRlIG90aGVycyB0
byBqb2luIHlvdXIgdGVhbQ0KDQpZb3UgYW5kIHlvdXIgdGVhbSBtZW1iZXJzIGNhbiBlYXNpbHkg
aW52aXRlIG90aGVycyB0byBqb2luIHlvdXIgdGVhbSBhbmQgIA0KY29sbGFib3JhdGUgdG9nZXRo
ZXIuDQoNCk1hbmFnZSB0ZWFtIG1lbWJlciAgDQppbnZpdGVzPGh0dHBzOi8vYy5nbGUvQU5pYW81
clBLMmNXSVFrbGtxRnhNWDR6ZklUbWN3T3E1S0tYVklBYS1Ga2JqdTRnbXBvOEM2OWRyRWNYM3No
MEQzSnVla1FHRXd6aTJTX3otQUdyOXU0c2JGd01UM1VCMEs1dUl3SmVkVklGOXdqeVFoMjI4a2xR
WktJUXJDWmxiNTFZamJNVC13djZaanhDNHUyR05NeHMyNGdscUFnUHpzWXFoNWNoN3dFdzNuU1N6
SS1GQXlkS1dlQkphNjdiZXc+DQoNCg0KDQoNCllvdXR1YmUgIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81b0FOd2lrU08wT0JZNFd6STMyVHFKOHd2U2cxX0ZXeHFXSnRac296SkJNeGhMdWIxbFJvaElD
cnA5TWFhd1NuMkJDdHpnM210WmZ5N0wwYWpqNGNkQ1drWWRkV3c1dkRvc1BoVUpzb21pTFNKZHVJ
S3o1VnlLNEx4c3BoTHo5YlhVNThNb2M5ZlVTcGhxbj4NClR3aXR0ZXIgIA0KPGh0dHBzOi8vYy5n
bGUvQU5pYW81cUlkZEllQWNadlpmUnFpM25yRzJ6eU10Zl9ZeDZtbnhIU3JxemlkS1VZVnNvTTJD
eFlxdXhycDJGc3NNdFQ1Sk82NC10UlN6RlY2dUhsbFFVaEgtdXhNcFgyNDhqdzVuSjRjVWE0c3hS
SGVkdzRmYmR3TV9kNVl0MEJMZTF1UkdmejE5eFRPRFk+DQpMaW5rZWRpbiAgDQo8aHR0cHM6Ly9j
LmdsZS9BTmlhbzVveHB5WU5NazBVdEMwREtBeGhkQ3RYWmpJYTA0aUNkSllUZkR1QjRxMzJrMU9O
TG5VUkRRR2U3aTBybWt4V3JIZ1JxNjdYUlBRNjUyd1BMTFZYTjgxUHhiNGxHSWsxLWVuR1hBOWFN
SkI4cWVCLUlmU2Q3eFIxM0FhenpBZ3pWQ3ctV0hTR3VHUXFpMkk1bjZocVB0aVNOaEo5c3FHTD4N
CkZhY2Vib29rICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBKVWVkcFBCdUNFSzY4Y1lvWXprU21N
T3BJNE10b0hkdHZkYzc0endrdEM0WWJqN3ZyT3cyc2hPU1RCVTRNVC1hVlAzU0FkYThab1F0TGox
T3FVS0VNQm1KWkxSUlgzNHlZUkRnby1TZG9YSFN0RmdkQmN6VGdmcWphbm9vR1Y5U1k1VVdmdzZT
Zm1GaEdfRXM+DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cTB6RHY1YXp6eG9r
U1ZITEFGemYxTEI2TjBaLUkyWlhId0o3OG9FQnVCZENWdWF4MTZZTTBaeWI4cUJpMWFKNTR4cVV3
cnBMZHpqQUlOZnVUaWg5NFpleTdJTWllX2VMX05NSDRkRThxLXdwVERqTklJRjk2OGJKUk5sUW1V
NE10RkNrSklRODFFcmM2UVp1VHJaNnM+DQpHb29nbGUgTExDIDE2MDAgQW1waGl0aGVhdHJlIFBh
cmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQpZb3UgaGF2ZSByZWNlaXZlZCB0aGlzIGVt
YWlsIGJlY2F1c2UgaXQgY29tbXVuaWNhdGVzIGltcG9ydGFudCB1cGRhdGVzICANCnJlbGF0ZWQg
dG8geW91ciBHb29nbGUgV29ya3NwYWNlIHByb2R1Y3Qgb3IgYWNjb3VudC4NCg0K
--000000000000ce3ec5063a570656
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Essentials Welcome Email</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;" cl=
ass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Get st=
arted with Google Workspace Essentials&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
   =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 wid=
th=3D480 align=3Dcenter style=3Dwidth:480px;>
    <tr>
      <td style=3Dfont-size:0px;height:10px;>&nbsp;</td>
    </tr>
    <tr>
      <td align=3Dcenter valign=3Dtop width=3D480 style=3D"width:480px;bord=
er:1px solid #DADCE0;mso-border-alt:1px solid #DADCE0; border-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dwidth:480px;>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:25px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
000000; padding-top:15px; padding-left:32px; padding-right:32px;">24 hour W=
ater Damage Restoration, welcome to Google Workspace Essentials Starter!</t=
d>
  </tr>
  <tr>
  </table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
                        <!--[if gte mso 9]>
<td class=3D"desk_show"  align=3D"center" width=3D"480" style=3D"text-align=
:center;vertical-align:top;width:480px;">
              <v:rect xmlns:v=3D"urn:schemas-microsoft-com:vml" fill=3D"tru=
e" stroke=3D"false" style=3D"width:480px; height:160px; text-align:center;"=
>
<v:fill type=3D"frame" size=3D"480px,140px" src=3D"https://www.gstatic.com/=
gumdrop/files/gsuite-multicart-transparent-w960px-h280px-2x.png" position=
=3D"0,0"/>
<v:textbox inset=3D"0,0,0,0">
<![endif]-->
                       <!--[if !mso]><!-->
<td align=3Dcenter width=3D480 valign=3Dtop style=3D"background-image: url(=
https://www.gstatic.com/gumdrop/files/gsuite-multicart-transparent-w960px-h=
280px-2x.png);background-repeat: no-repeat;background-size:480px 140px;back=
ground-position: 0px 0px;width:480px;">
  <!--[endif]---->


<table class=3Ddesk_show role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D100% align=3Dcenter>
      <tr>
        <td align=3Dcenter width=3D100% style=3D"vertical-align: middle;bor=
der-collapse:collapse;border-spacing:0;padding:0px;width:100%;">
          <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=
=3D480 align=3Dcenter style=3Dwidth:480px;>
            <tr>
          <td align=3Dcenter valign=3Dtop width=3D480 style=3D"font-size:28=
px; line-height:36px; color:#202124; letter-spacing:0px; text-align:center;=
 font-family:'Google Sans','Open Sans',Arial,sans-serif; width:480px; verti=
cal-align: middle;padding-left:32px; padding-right:32px;padding-bottom:24px=
; font-weight:bold; padding-top:71px;">Your space for work
        </td>
            </tr>
          </table>
        </td>
      </tr>
  </table>
                <!--[if !mso]> <!----></td><!-- <![endif]--><!--[if gte mso=
 9]>
              </v:textbox>
</v:rect></td>
    <![endif]-->
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
     =20
             <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:0px; padding-left:32px; padding-right:32px;">Your new a=
ccount includes business-grade versions of Google's collaboration and commu=
nication tools =E2=80=93 all at no cost to you.</td>
  </tr>
     <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-space-for-wo=
rk-whitebackground-w956px-h450px-2x.png width=3D478 height=3Dauto align=3Dc=
enter style=3Ddisplay:block;width:478px; alt=3D"" /></td>
  </tr>
</table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
    <tr style=3D"margin:0; padding:0">
      <td height=3D40px style=3Dheight:40px;>&nbsp;</td>
    </tr>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Create, store, and collaborate on content</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-right=
:12px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-a=
doption-stay-connected-transparent-w734px-h173px-2x.png width=3D368 height=
=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:11px;">Use Google Drive, Docs, Sheets, and Slides to build content and wo=
rk together in real-time on any file, including <span style=3Dwhite-space:n=
owrap;>Microsoft Office</span> files.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;"><a href=3Dhttps://c.gle/ANiao5q590Hcu6DAVpVlru3LXRmq9Bv0KhFBpBQ6mIZMSTC=
yRja5H0FlCi12i8XazUUNlDvXGNbzTPXmoeptPwXrxOuCNA6m153mWWHciRogGHYKC7iOwqACXG=
O7fedhZ_TC_Lvh-D54B8D5FwsMa5jw5TAEt4jFzgrQsYNgofYVGVy7W7LP3o4a74KHZ8FgrMhlG=
kRq_v5NCYVH_ed6qD_otGg-28tO2XA1ZLVXxn4C target=3D_blank style=3D"color:#1A7=
3E8; font-size:inherit !important; text-decoration:none;">Share and collabo=
rate on files</a></td>
  </tr>

</table>
                </td>
          </tr>
    <tr style=3D"margin:0; padding:0">
      <td height=3D48px style=3Dheight:48px;>&nbsp;</td>
    </tr>
            <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Stay connected with video meetings & chat</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-left:=
14px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-user-ado=
ption-create-store-connect-transparent-w734px-h173px-2x.png width=3D368 hei=
ght=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></t=
d>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:8px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans-=
serif;">Connect with your team from your computer or our mobile apps that i=
nclude Google Meet and Chat.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5qOdOocv2YSW2oy7nV-vVs8WJbuC1CLTq5lO3e1JvZjq7_IWXvvAk=
_GtcV6T7nhYa0HPduGhVY1BOjCPqxHIFwWsKmHOfqsdJD59jUGoHYf3Z7Ws_oS7HoXHEsFjohAW=
9E target=3D_blank style=3D"color:#1A73E8; font-size:inherit !important; te=
xt-decoration:none;">Host a video meeting</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Invite others to join your team</td>
  </tr>

  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:25px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans=
-serif;">You and your team members can easily invite others to join your te=
am and collaborate together.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5q9wgPp0bin-gXUReL0ujqaNFxiOiiE5v0UaXvNIt5Ap2DLfFZVpC=
CREtCg2TO93JRlcSV0Hu0H--XCkkY0L5vK1ndjeHyvFUYTAmsSA9C6TZpHtcgn2bEeCOWz2rzFU=
8a1LV8xtxz7o6IJ_XdlstHv0mOS1G-bJUzPq_xF_1evxXclY255iHy74WofCmMi target=3D_b=
lank style=3D"color:#1A73E8; font-size:inherit !important; text-decoration:=
none;">Manage team member invites</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
           <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4 style=3D"bord=
er-bottom-left-radius:8px; border-bottom-right-radius:8px;">

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oxSlYK_SmOS8L4rypoqhEBP3Dqo-kLpmjNbyp=
8NqhnaUHxPmdffbqdRfewkoz2vpos1MM8KnTUOZlVYTL9YZOd86RPJRG-lwBYYL5lCyvKzpwum-=
luh8vnZZ-zg8pbb7GFK6X51pko89XBod4 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5p5jnC71je4eAV-0gNVBCyxZ1vlrdlFtLiYkSo=
FhzH_icsTIhOiRNoZbVUmo4voYjp0KXfGRzmBIi9YqEC8APla3Lu6ffjvOWdUcJHtpCmxOnaF38=
7KdFY83e7H4mRwjooMv0ND8-aCFg target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qvb4Wxy2y789m_qDmnij4KwjO7wBtIth4Fjuf=
QDBsLtNDVMahAnGwWPuGBslKS49BCYCHIijOR_yO-TP8BH4T-sKVwg5eHo8ZdPuJfUQEL6j1VF2=
2Qd1M4eUN4nhDgSbU1V-X7WHslimq07TfN71H_ZMhE_lF-Qdk target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedin width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qu8k2_vxXXy_2ODdZE9yR9eJmFLanY43x8UuN=
BYy9J6NqquWxdfSQX48Hau5EUEIwYRySIS7ucEvobREZE60VqrwT9SgO4KNYg5weFD0bOXTMGmi=
PIsU8dJrHYw4OIIaCmZ0_nQ4in7RHXirxKoQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oQzvAgKdgvyiFLnaA2GcNuG6VriU1spNlTunv=
zhbnu1TWnF5qfKV33-fp279GH8rRJIw27WSwrw_JCT6syXIao0gnYQYNMV7mc2tijD73xATEWX6=
LdRW02i3K_HK-7S5NQ1o4B-fYnH94ds5nwhgSEGA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:16px; padding-bo=
ttom:19px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-famil=
y:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Amphit=
heatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Am=
phitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans,Ari=
al,sans-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans=
,Arial,sans-serif; ">
        <!--[endif]---->
        You have received this email because it communicates important upda=
tes related to your Google Workspace product or account.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>
        </table>
      </td>
    </tr>
    </table>


   </body>
</html>

--000000000000ce3ec5063a570656--
admin/cur/1752857365.M121628P2988390.premium320.web-hosting.com,S=90418,W=91907:2,S000064000000260462151007557630020350 0ustar00Return-Path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id WKiABhV7emhmmS0AVkXPrw
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Fri, 18 Jul 2025 12:49:25 -0400
Return-path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 18 Jul 2025 12:49:25 -0400
Received: from [127.0.0.1] (port=54172 helo=localhost.localdomain)
	by premium320.web-hosting.com with esmtpa (Exim 4.98.2)
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	id 1ucoGy-0000000CXXX-3ogx
	for admin@24hourwaterdamagerestorationlongisland.com;
	Fri, 18 Jul 2025 12:49:24 -0400
Date: Fri, 18 Jul 2025 16:49:24 GMT
From: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Message-Id: <1752857364.hN5Tf3pOyI985JuL@premium320.web-hosting.com>
Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnGFk?= =?UTF-8?B?bWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNv?= =?UTF-8?B?beKAnS4=?=
To: <admin@24hourwaterdamagerestorationlongisland.com>
X-iContact_locale: en
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-2988839-1752857364-0.175020390257682"

--mixed-Cpanel::Email::Object-2988839-1752857364-0.175020390257682
Content-Type: multipart/alternative; boundary="alternative-Cpanel::Email::Object-2988839-1752857364-0.863297616367582"

--alternative-Cpanel::Email::Object-2988839-1752857364-0.863297616367582
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Client Configuration settings for =E2=80=9Cadmin@24hourwaterdamagerestorati=
onlongisland.com=E2=80=9D.


Mail Client Manual Settings
---------------------------

Secure SSL/TLS Settings (Recommended)

Username:

admin@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

premium320.web-hosting.com

  * IMAP Port: 993

  * POP3 Port: 995

Outgoing Server:

premium320.web-hosting.com

  * SMTP Port: 465

IMAP, POP3, and SMTP require authentication.

Non-SSL Settings (NOT Recommended)

Username:

admin@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

mail.24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 143

  * POP3 Port: 110

Outgoing Server:

mail.24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 587

IMAP, POP3, and SMTP require authentication.


Calendar & Contacts Manual Settings
-----------------------------------

Secure SSL/TLS Settings (Recommended).

Username:

admin@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

https://premium320.web-hosting.com:2080

  * Port: 2080

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * https://premium320.web-hosting.com:2080/calendars/admin@24hourwaterdama=
gerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * https://premium320.web-hosting.com:2080/addressbooks/admin@24hourwaterd=
amagerestorationlongisland.com/addressbook

Non-SSL Settings (NOT Recommended).

Username:

admin@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

http://mail.24hourwaterdamagerestorationlongisland.com:2079

  * Port: 2079

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/calendars/a=
dmin@24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/addressbook=
s/admin@24hourwaterdamagerestorationlongisland.com/addressbook

A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE =
Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.

This notice is the result of a request made by a computer with the IP addre=
ss of =E2=80=9C72.255.7.70=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D se=
rvice on the server.

The remote computer=E2=80=99s location appears to be: Pakistan (PK).

The remote computer=E2=80=99s IP address is assigned to the provider: =E2=
=80=9CCyber Internet Services Pakistan Cyber Internet Services (Private) Li=
mited Cyber Internet Services Pakistan=E2=80=9D

The remote computer=E2=80=99s network link type appears to be: =E2=80=9CDSL=
=E2=80=9D.

The remote computer=E2=80=99s operating system appears to be: =E2=80=9CWind=
ows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.

The system generated this notice on Friday, July 18, 2025 at 4:49:24 PM UTC.

Do not reply to this automated message.

cP

Copyright=C2=A9 2025 cPanel, L.L.C.=

--alternative-Cpanel::Email::Object-2988839-1752857364-0.863297616367582
Content-Type: multipart/related; boundary="related-Cpanel::Email::Object-2988839-1752857364-0.483708342185569"

--related-Cpanel::Email::Object-2988839-1752857364-0.483708342185569
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<body style=3D"background:#F4F4F4">
    <div style=3D"margin:0;padding:0;background:#F4F4F4">
        <table cellpadding=3D"10" cellspacing=3D"0" border=3D"0" width=3D"1=
00%" style=3D"width:0 auto;">
            <tbody>
                <tr>
                    <td align=3D"center">
                        <table cellpadding=3D"0" cellspacing=3D"0" border=
=3D"0" width=3D"680" style=3D"border:0;width:0 auto;max-width:680px;">
                            <tbody>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td width=3D"680" height=3D"25" style=
=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;=
color:#333333">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                            Client Configuration settings f=
or =E2=80=9Cadmin@24hourwaterdamagerestorationlongisland.com=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td style=3D"padding: 15px 0 20px 0; ba=
ckground-color: #FFFFFF; border: 2px solid #E8E8E8; border-bottom: 2px soli=
d #FF6C2C;">
                                        <table width=3D"680" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" style=3D"background:#FFFFFF;font-family:=
'Helvetica Neue',Helvetica,Arial,sans-serif;">
                                            <tbody>
                                                <tr>
                                                    <td width=3D"15">
                                                    </td>
                                                    <td width=3D"650">
                                                        <table cellpadding=
=3D"0" cellspacing=3D"0" border=3D"0" width=3D"100%">
                                                            <tbody>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v id=3D"manual_settings_area" class=3D"section">
        <h2 id=3D"hdrManualSettings">Mail Client Manual Settings</h2>
=20=20=20=20=20=20=20=20
        <div class=3D"row">
         <div class=3D"col-md-6">
          <div id=3D"ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #428bca;"
=20=20=20=20=20=20=20=20=20=20=20=20
            class=3D"preferred-selection panel panel-primary">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #428bca; border-color: #428b=
ca; color: #fff;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings
                (Recommended)
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSSLSettingsAreaUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSSLSettingsAreaUsername" class=3D"data wrap-text">admin@24hourw=
aterdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaPassword" class=3D"escape-note"> Use the email acco=
unt=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaIncomingServer" class=3D"data">premium320.web-hosti=
ng.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 993</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 995</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaOutGoingServer" class=3D"data">premium320.web-hosti=
ng.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 465</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"lblSettingsAreaSmallNote1" class=3D"small_note">IMAP, POP3,=
 and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
         </div>
=20=20
      </div>
=20=20=20=20=20=20=20=20

        <div class=3D"row" id=3D"nonSSL" style=3D"display: none">
         <div class=3D"col-md-6">
           <div id=3D"non_ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #f6c342;"
=20=20=20=20=20=20=20=20=20=20=20=20
           class=3D"panel panel-default panel-warning">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #f6c3=
42; color: #333;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                <span id=3D"descNonSSLSettings" class=3D"caption not-recomm=
ended">Non-SSL Settings (NOT Recommended)</span>
              </div>
              <table id=3D"tblManualSettingsTable" class=3D"table manual_se=
ttings_table" style=3D"border-collapse: collapse; border-spacing: 0; margin=
-bottom: 0; width: 100%; background-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsUsername" class=3D"data wrap-text">admin@24hourwa=
terdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsPassword" class=3D"escape-note">Use the email acc=
ount=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsIncomingServer" class=3D"data">mail.24hourwaterda=
magerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 143</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 110</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServerData" class=3D"data">mail.24hourwaterd=
amagerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 587</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"descNonSSLSettingsAuthenticationIsRequiredForIMAPPOP3SMTP1"=
 class=3D"small_note">IMAP, POP3, and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
        </div>
      </div>

    </div><div class=3D"section">
        <h2>Calendar &amp; Contacts Manual Settings</h2>
        <div class=3D"row">
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #428bca;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #428bca; border-color: #=
428bca; color: #fff;" class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">admin@24hourwaterdamagerestorationlongisland.co=
m</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">https://premium320.web-hosting.com:2080
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2080</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://premium320.web-hosting.com:2080/cale=
ndars/admin@24hourwaterdamagerestorationlongisland.com/calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://premium320.web-hosting.com:2080/addr=
essbooks/admin@24hourwaterdamagerestorationlongisland.com/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #f6c342;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #=
f6c342; color: #333;" class=3D"panel-heading">
                Non-SSL Settings (NOT Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">admin@24hourwaterdamagerestorationlongisland.co=
m</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">http://mail.24hourwaterdamagerestorationlongisland.com:20=
79
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2079</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/calendars/admin@24hourwaterdamagerestorationlongisland.com/=
calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/addressbooks/admin@24hourwaterdamagerestorationlongisland.c=
om/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
        </div>
      </div>
    </div><p>
 A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE=
 Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.
</p>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v style=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-t=
op: 2px solid #E8E8E8; padding-top:5px; margin-top: 5px; font-size:12px; co=
lor: #666666;">
        <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20
          This notice is the result of a request made by a computer with th=
e <abbr title=3D"Internet Protocol">IP</abbr> address of =E2=80=9C72.255.7.=
70=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D service on the server.
=20=20=20=20=20=20=20=20
    </p>

                    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                            The remote computer=E2=80=99s location appears =
to be: Pakistan (PK).
                    </p>
=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
                <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                  The remote computer=E2=80=99s <abbr title=3D"Internet Pro=
tocol">IP</abbr> address is assigned to the provider: =E2=80=9CCyber Intern=
et Services Pakistan Cyber Internet Services (Private) Limited Cyber Intern=
et Services Pakistan=E2=80=9D
                </p>
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20

=20=20=20=20=20=20=20=20=20
                            <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;=
">
          The remote computer=E2=80=99s network link type appears to be: =
=E2=80=9CDSL=E2=80=9D.
        </p>
                          <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20=20=20
            The remote computer=E2=80=99s operating system appears to be: =
=E2=80=9CWindows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20
        </p>
=20=20=20=20=20=20=20=20=20=20
    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
        The system generated this notice on Friday, July 18, 2025 at 4:49:2=
4 PM UTC.
    </p>
</div>=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                                                           =
<!-- -->
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
<p>
    Do not reply to this automated message.
</p>
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>

                                                    </td>
                                                    <td width=3D"15">
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
                                    <td align=3D"center" style=3D"padding-t=
op: 10px;">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                        <img src=3D"cid:auto_cid_2140506619=
" height=3D"25" width=3D"25" style=3D"border:0;line-height:100%;border:0" a=
lt=3D"cP">
                                        <p style=3D"font-family:'Helvetica =
Neue',Helvetica,Arial,sans-serif;font-size:12px;color:#666666; padding: 0; =
margin: 0;">Copyright=C2=A9=C2=A02025 cPanel, L.L.C.<p>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</body>=

--related-Cpanel::Email::Object-2988839-1752857364-0.483708342185569
Content-Type: image/png; x-unix-mode=0600; name="cpanel-logo-tiny.png"
Content-Disposition: attachment; filename="cpanel-logo-tiny.png"
Content-ID: <auto_cid_2140506619>
Content-Transfer-Encoding: base64

iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAK
T2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AU
kSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXX
Pues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgAB
eNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAt
AGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3
AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dX
Lh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+
5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk
5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd
0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA
4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzA
BhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/ph
CJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5
h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+
Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhM
WE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQ
AkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+Io
UspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdp
r+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZ
D5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61Mb
U2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY
/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllir
SKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79u
p+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6Vh
lWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1
mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lO
k06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7Ry
FDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3I
veRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+B
Z7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/
0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5p
DoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5q
PNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIs
OpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5
hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQ
rAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9
rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1d
T1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aX
Dm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7
vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3S
PVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKa
RptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO
32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21
e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfV
P1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i
/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8
IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADr7aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8
P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4
bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1
LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6
UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5z
IyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5z
OnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1w
TU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0
RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAg
ICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3Av
MS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8x
LjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4w
LyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8i
PgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNp
bnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTAz
LTIyVDA3OjUwOjI4LTA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0
YURhdGU+MjAxNS0wMy0yMlQwNzo1MDoyOC0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAg
ICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3htcDpNb2RpZnlE
YXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmQxMDU0MzZlLWY5ZTAtNDkx
MS1iZTFiLTcwMzcxNDM4NTA4MjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRv
Y3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVmYTlmM2I1LTExMjAtMTE3OC1iOTIzLWZi
MjdlNDc0YmQzYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9j
dW1lbnRJRD54bXAuZGlkOjA4ZTkxZjNlLWU3MjQtNDYzNC04YmJlLTFiNzRlNzMwMTA3NTwveG1w
TU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAg
ICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3Vy
Y2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlv
bj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowOGU5MWYzZS1l
NzI0LTQ2MzQtOGJiZS0xYjc0ZTczMDEwNzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAg
ICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBD
QyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8
L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAg
ICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkMTA1NDM2ZS1mOWUwLTQ5
MTEtYmUxYi03MDM3MTQzODUwODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAg
IDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAg
ICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0
IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RF
dnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAg
ICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxw
aG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAg
ICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NEMxRkU2RTZCQzREMTFFNEI3MDg5OEZGODlDRkQ2RUU8
L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1
bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9w
OkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYt
Mi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8
L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlv
bj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0
aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29s
dXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVu
aXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAg
ICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAg
ICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8
L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ph0AdIcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkA
AHUwAADqYAAAOpgAABdvkl/FRgAAAclJREFUeNrs1s+LjVEYB/DPHe7EYjY2wsaPjaZBZDQLEZGF
hSwkNdlIWbC2UEr5D8ZGSX4sJJINaQjlNkn5lcVMSuSWaagZXImYrsU8N6fT6/JOkcV869T7nOc5
53vO83yf930rzWbT30aHf4AZklKYDQ6tKLvmODZiFpqo4CvquIlzmAQDz4KkHNbjcBv/HvTHGJ1u
unb9QcxmXEHX70g6UI30VNEZ6enN4ibxrWB9H/YWkczBPlzCYzyN8QS30YNlSfwo1mElNuFatt/O
n4WfwgJciIIW4QHmY14ydxeP4nkEDzGMRTG3NL1JJ862IYAaVmVz+ckbmCiW8FQxt2a+LyFLIc2T
OJ/4v8ftUuzH8sSupyQ7suCLOIJP0QMTkaa0oV7gPQbQHUpaG/Et3ElJ+hLHmzhRIyPuxdzEvoqD
MYrwDqfTmnRlaWoULNqS2UNtavg55Ps6JRlJApbgaPRGC1VsS+yP+IDVBZtfDjnfyAt/PUlZBcew
O2oyhBNYnGz2KvpneyaEMbz8lbrO4AAWJr7uRJY9IfMWBqPotTKv+nqcfKwgZrBA3rem+z2pYQNO
4TnG8Rb3sCbs8cj1/TIklZkfif+O5McA9Y1iuiAu5qQAAAAASUVORK5CYII=

--related-Cpanel::Email::Object-2988839-1752857364-0.483708342185569--

--alternative-Cpanel::Email::Object-2988839-1752857364-0.863297616367582--

--mixed-Cpanel::Email::Object-2988839-1752857364-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="email-admin@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="email-admin@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIhvQYJKoZIhvcNAQcCoIIhrjCCIaoCAQExDzANBglghkgBZQMEAgEFADCCDPYGCSqGSIb3DQEH
AaCCDOcEggzjPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAgICA8
c3RyaW5nPmFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwv
c3RyaW5nPg0KICAgICAgPGtleT5FbWFpbEFjY291bnROYW1lPC9rZXk+DQogICAgICA8c3RyaW5n
PmFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5n
Pg0KICAgICAgPGtleT5FbWFpbEFjY291bnRUeXBlPC9rZXk+DQogICAgICA8c3RyaW5nPkVtYWls
VHlwZUlNQVA8L3N0cmluZz4NCiAgICAgIDxrZXk+RW1haWxBZGRyZXNzPC9rZXk+DQogICAgICA8
c3RyaW5nPmFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwv
c3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlvbjwva2V5
Pg0KICAgICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAgPGtleT5J
bmNvbWluZ01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5wcmVtaXVtMzIw
LndlYi1ob3N0aW5nLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJQ
b3J0TnVtYmVyPC9rZXk+DQogICAgICA8aW50ZWdlcj45OTM8L2ludGVnZXI+DQogICAgICA8a2V5
PkluY29taW5nTWFpbFNlcnZlclVzZVNTTDwva2V5Pg0KICAgICAgPHRydWUvPg0KICAgICAgPGtl
eT5JbmNvbWluZ01haWxTZXJ2ZXJVc2VybmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5hZG1pbkAy
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAg
IDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyQXV0aGVudGljYXRpb248L2tleT4NCiAgICAgIDxzdHJp
bmc+RW1haWxBdXRoUGFzc3dvcmQ8L3N0cmluZz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2Vy
dmVySG9zdE5hbWU8L2tleT4NCiAgICAgIDxzdHJpbmc+cHJlbWl1bTMyMC53ZWItaG9zdGluZy5j
b208L3N0cmluZz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyUG9ydE51bWJlcjwva2V5
Pg0KICAgICAgPGludGVnZXI+NDY1PC9pbnRlZ2VyPg0KICAgICAgPGtleT5PdXRnb2luZ01haWxT
ZXJ2ZXJVc2VTU0w8L2tleT4NCiAgICAgIDx0cnVlLz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWls
U2VydmVyVXNlcm5hbWU8L2tleT4NCiAgICAgIDxzdHJpbmc+YWRtaW5AMjRob3Vyd2F0ZXJkYW1h
Z2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICA8a2V5Pk91dGdvaW5n
UGFzc3dvcmRTYW1lQXNJbmNvbWluZ1Bhc3N3b3JkPC9rZXk+DQogICAgICA8dHJ1ZS8+DQogICAg
ICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICAgICAgPHN0cmluZz5hZG1pbkAyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIEVtYWlsIFNldHVw
PC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICAgICAgPHN0
cmluZz5hZG1pbkAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2Vj
dXJlIEVtYWlsIFNldHVwPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9r
ZXk+DQogICAgICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5hZG1pbi4yNGhvdXJ3YXRlcmRhbWFn
ZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZE9y
Z2FuaXphdGlvbjwva2V5Pg0KICAgICAgPHN0cmluZz4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0
aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4N
CiAgICAgIDxzdHJpbmc+Y29tLmFwcGxlLm1haWwubWFuYWdlZDwvc3RyaW5nPg0KICAgICAgPGtl
eT5QYXlsb2FkVVVJRDwva2V5Pg0KICAgICAgPHN0cmluZz42MTFlMTgxYi1hOTA1LThlZGEtZDMy
Mi0wOGRhYmU1MmRmYWY8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZFZlcnNpb248L2tleT4N
CiAgICAgIDxpbnRlZ2VyPjE8L2ludGVnZXI+DQogICAgICA8a2V5PlByZXZlbnRBcHBTaGVldDwv
a2V5Pg0KICAgICAgPGZhbHNlLz4NCiAgICAgIDxrZXk+UHJldmVudE1vdmU8L2tleT4NCiAgICAg
IDxmYWxzZS8+DQogICAgICA8a2V5PlNNSU1FRW5hYmxlZDwva2V5Pg0KICAgICAgPGZhbHNlLz4N
CiAgICAgIDxrZXk+SW5jb21pbmdNYWlsU2VydmVySU1BUFBhdGhQcmVmaXg8L2tleT4NCiAgICAg
IDxzdHJpbmc+SU5CT1g8L3N0cmluZz4NCiAgICA8L2RpY3Q+DQogIDwvYXJyYXk+DQogIDxrZXk+
UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogIDxzdHJpbmc+YWRtaW5AMjRob3Vyd2F0ZXJkYW1h
Z2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBFbWFpbCBTZXR1cDwvc3RyaW5nPg0K
ICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3RyaW5nPmFkbWluQDI0aG91cndh
dGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgRW1haWwgU2V0dXA8L3N0
cmluZz4NCiAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5t
YWlsLm9yZy5hZG1pbi4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20t
ZW1haWw8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogIDxzdHJp
bmc+Y3BhbmVsLm1haWwub3JnLmFkbWluLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbTwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRSZW1vdmFsRGlzYWxsb3dlZDwva2V5
Pg0KICA8ZmFsc2UvPg0KICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogIDxzdHJpbmc+Q29uZmln
dXJhdGlvbjwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRVVUlEPC9rZXk+DQogIDxzdHJpbmc+ZWY5
ZDQzYjUtMjMwMS1kYmVhLTBjNzktYzQ1MTkxMmYzMDFmPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9h
ZFZlcnNpb248L2tleT4NCiAgPGludGVnZXI+MTwvaW50ZWdlcj4NCjwvZGljdD4NCjwvcGxpc3Q+
DQqgghHdMIIGEzCCA/ugAwIBAgIQfVtRJrR2uhHbdBYLvFMNpzANBgkqhkiG9w0BAQwFADCBiDEL
MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4w
HAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy
dGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTgxMTAyMDAwMDAwWhcNMzAxMjMxMjM1OTU5WjCBjzEL
MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9y
ZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFJTQSBEb21haW4g
VmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
AQEA1nMz1tc8INAA0hdFuNY+B6I/x0HuMjDJsGz99J/LEpgPLT+NTQEMgg8Xf2Iu6bhIefsWg06t
1zIlk7cHv7lQP6lMw0Aq6Tn/2YHKHxYyQdqAJrkjeocgHuP/IJo8lURvh3UGkEC0MpMWCRAIIz7S
3YcPb11RFGoKacVPAXJpz9OTTG0EoKMbgn6xmrntxZ7FN3ifmgg0+1YuWMQJDgZkW7w33PGfKGio
VrCSo1yfu4iYCBskHaswha6vsC6eep3BwEIc4gLw6uBK0u+QDrTBQBbwb4VCSmT3pDCg/r8uoyda
jotYuK3DGReEY+1vVv2Dy2A0xHS+5p3b4eTlygxfFQIDAQABo4IBbjCCAWowHwYDVR0jBBgwFoAU
U3m/WqorSs9UgOHYm8Cd8rIDZsswHQYDVR0OBBYEFI2MXsRUrYrhd+mb+ZsF4bgBjWHhMA4GA1Ud
DwEB/wQEAwIBhjASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEF
BQcDAjAbBgNVHSAEFDASMAYGBFUdIAAwCAYGZ4EMAQIBMFAGA1UdHwRJMEcwRaBDoEGGP2h0dHA6
Ly9jcmwudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FDZXJ0aWZpY2F0aW9uQXV0aG9yaXR5LmNy
bDB2BggrBgEFBQcBAQRqMGgwPwYIKwYBBQUHMAKGM2h0dHA6Ly9jcnQudXNlcnRydXN0LmNvbS9V
U0VSVHJ1c3RSU0FBZGRUcnVzdENBLmNydDAlBggrBgEFBQcwAYYZaHR0cDovL29jc3AudXNlcnRy
dXN0LmNvbTANBgkqhkiG9w0BAQwFAAOCAgEAMr9hvQ5Iw0/HukdN+Jx4GQHcEx2Ab/zDcLRSmjEz
mldS+zGea6TvVKqJjUAXaPgREHzSyrHxVYbH7rM2kYb2OVG/Rr8PoLq0935JxCo2F57kaDl6r5RO
Vm+yezu/Coa9zcV3HAO4OLGiH19+24rcRki2aArPsrW04jTkZ6k4Zgle0rj8nSg6F0AnwnJOKf0h
PHzPE/uWLMUxRP0T7dWbqWlod3zu4f+k+TY4CFM5ooQ0nBnzvg6s1SQ36yOoeNDT5++SR2RiOSLv
xvcRviKFxmZEJCaOEDKNyJOuB56DPi/Z+fVGjmO+wea03KbNIaiGCpXZLoUmGv38sbZXQm2V0TP2
ORQGgkE49Y9Y3IBbpNV9lXj9p5v//cWoaasm56ekBYdbqbe4oyALl6lFhd2zi+WJN44pDfwGF/Y4
QA5C5BIG+3vzxhFoYt/jmPQT2BVPi7Fp2RBgvGQq6jG35LWjOhSbJuMLe/0CjraZwTiXWTb2qHSi
hrZe68Zk6s+go/lunrotEbaGmAhYLcmsJWTyXnW0OMGuf1pGg+pRyrbxmRE1a6Vqe8YAsOf4vmSy
rcjC8azjUeqkk+B5yOGBQMkKW+ESPMFgKuOXwIlCypTPRpgSabuY0MLTDXJLR27lk8QyKGOHQ+Sw
Mj4K00u/I5sUKUErmgQfky3xxzlIPK1aEn8wggWBMIIEaaADAgECAhA5ckQ6+SK3UdfTbBDdMTWV
MA0GCSqGSIb3DQEBDAUAMHsxCzAJBgNVBAYTAkdCMRswGQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0
ZXIxEDAOBgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoMEUNvbW9kbyBDQSBMaW1pdGVkMSEwHwYDVQQD
DBhBQUEgQ2VydGlmaWNhdGUgU2VydmljZXMwHhcNMTkwMzEyMDAwMDAwWhcNMjgxMjMxMjM1OTU5
WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBD
aXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBS
U0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC
AQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B3PHTsdZ7NygRK0fa
Oca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkYtJHUYmTbf6MG8YgYapAiPLz+E/CH
FHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3Lye
TP6vBZY1H1dat//O+T23LLb2VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+
UzeQc0PzMsNT79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6
c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmTYo61Zs8liM2E
uLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97lc6wjOy0AvzVVdAlJ2ElYGn+S
NuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4eeUB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6
BB6T1CZGSlCBst6+eLf8ZxXhyVeEHg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+C
DwIDAQABo4HyMIHvMB8GA1UdIwQYMBaAFKARCiM+lvEH7OKvKe+CpX/QMKS0MB0GA1UdDgQWBBRT
eb9aqitKz1SA4dibwJ3ysgNmyzAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zARBgNV
HSAECjAIMAYGBFUdIAAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v
QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNAYIKwYBBQUHAQEEKDAmMCQGCCsGAQUFBzABhhho
dHRwOi8vb2NzcC5jb21vZG9jYS5jb20wDQYJKoZIhvcNAQEMBQADggEBABiHUdx0IT2ciuAntzPQ
Lszs8ObLXhHeIm+bdY6ecv7k1v6qH5yWLe8DSn6u9I1vcjxDO8A/67jfXKqpxq7y/Njuo3tD9oY2
fBTgzfT3P/7euLSK8JGW/v1DZH79zNIBoX19+BkZyUIrE79Yi7qkomYEdoiRTgyJFM6iTckys7ro
FBq8cfFb8EELmAAKIgMQ5Qyx+c2SNxntO/HkOrb5RRMmda+7qu8/e3c70sQCkT0ZANMXXDnbP3sY
DUXNk4WWL13fWRZPP1G91UUYP+1KjugGYXQjFrUNUHMnREd/EF2JKmuFMRTE6KlqTIC8anjPuH+O
dnKZDJ3+15EIFqGjX5UwggY9MIIFJaADAgECAhARPqGnDfxWAjllVebyCAZYMA0GCSqGSIb3DQEB
CwUAMIGPMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQH
EwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNB
IERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0EwHhcNMjUwMzEzMDAwMDAwWhcNMjYw
NDA1MjM1OTU5WjAcMRowGAYDVQQDDBEqLndlYi1ob3N0aW5nLmNvbTCCASIwDQYJKoZIhvcNAQEB
BQADggEPADCCAQoCggEBAMQ03HFzHcaMPYoPPM+EmUAlAKfqxj+bTHlUcl5lZ0uPS2TcMCyRDXQP
OE2Esl9PidcXZLIBc5AQYtP4DbK0Ycduf5hlreKrQy6w8Zxf8mYPpbxEOhWXr7nAWGrN+9+FeLX1
PjPj9qn5QDAzojZcqN15yYBAso4eB4NKPOwKPoD/0e3/eN8U+kT7PJr2cD5ZnqnKOSiS59PUUVw1
6GVliySFumOG3vmkm0kY0VBbR58hqX3dwpAo3KLyUYBPspGfHOdoncr+wLJcRkpF1UWm78kUL/zQ
65WXE5d1G/ipjW6MOF0AN5yK0BJhyGhjeeS4jGC7VX7NwpPXsI3HnxXe2hMCAwEAAaOCAwUwggMB
MB8GA1UdIwQYMBaAFI2MXsRUrYrhd+mb+ZsF4bgBjWHhMB0GA1UdDgQWBBTOCSvTMgTB/pcHeSGx
IzyhNtmt8DAOBgNVHQ8BAf8EBAMCBaAwDAYDVR0TAQH/BAIwADAdBgNVHSUEFjAUBggrBgEFBQcD
AQYIKwYBBQUHAwIwSQYDVR0gBEIwQDA0BgsrBgEEAbIxAQICBzAlMCMGCCsGAQUFBwIBFhdodHRw
czovL3NlY3RpZ28uY29tL0NQUzAIBgZngQwBAgEwgYQGCCsGAQUFBwEBBHgwdjBPBggrBgEFBQcw
AoZDaHR0cDovL2NydC5zZWN0aWdvLmNvbS9TZWN0aWdvUlNBRG9tYWluVmFsaWRhdGlvblNlY3Vy
ZVNlcnZlckNBLmNydDAjBggrBgEFBQcwAYYXaHR0cDovL29jc3Auc2VjdGlnby5jb20wLQYDVR0R
BCYwJIIRKi53ZWItaG9zdGluZy5jb22CD3dlYi1ob3N0aW5nLmNvbTCCAX8GCisGAQQB1nkCBAIE
ggFvBIIBawFpAHcAlpdkv1VYl633Q4doNwhCd+nwOtX2pPM2bkakPw/KqcYAAAGVj10Z0wAABAMA
SDBGAiEA/Y06V0kuJSf/MYy9A7ieWOAYCiOgMhKbBUFMljt7uQUCIQCcrXcSiEm2q3QDc4nG2sN9
bpWQ/hBIWOnOVneawzzsWQB2ABmG1Mcoqm/+ugNveCpNAZGqzi1yMQ+uzl1wQS0lTMfUAAABlY9d
GWcAAAQDAEcwRQIgXGRvpfJP/AjCvTznkJ9gXwcJn+bx0KSO/uCXjTYl5lgCIQCFryJjBFLc1CX2
dLsPX+blTGnupNTe+jnWxYPvyB6/tgB2AMs49xWJfIShRF9bwd37yW7ymlnNRwppBYWwyxTDFFjn
AAABlY9dGZQAAAQDAEcwRQIhAKaYyb7P/3H2OkGrCZkdhLHSmO5CrejkvvhsPnJACQJLAiBzfGpM
9ajS4c5lGca6tEXoC+YjTVJtDeubTOqPxBnzuDANBgkqhkiG9w0BAQsFAAOCAQEAaFFkZyC03GPE
LKjWDbNamh/CCbzT3EhXLGeiGZjjKg9VTAgpyg4pLE4Vy4mJfGpOFJLMIt3VJs76WmolXCEtfH0D
Mii+w5CT1MnB+Gf20dJmnjgg6vZ+W8dkmXX5lt4VE3a6oFELSZu/eeByQtY/VKnRL/i3an1dkol8
ltuvf7o8tMqu0MMdcZfu7WQGBp2DuEnnx30+3GhmduD/2iPOqcWCRRGJdZ0Fup5ZE9zmORHi9yC6
cRCkaqsOq+4egYuUWfBJfTy/VMVwb6QegGuVU9UUMwLl1aZi0heE1SXTe/2Ce+om8zDb/zxssrLE
4cHZkbvZtOnnNeOyJAU2MoyypzGCArcwggKzAgEBMIGkMIGPMQswCQYDVQQGEwJHQjEbMBkGA1UE
CBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdv
IExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBT
ZXJ2ZXIgQ0ECEBE+oacN/FYCOWVV5vIIBlgwDQYJYIZIAWUDBAIBBQCggeQwGAYJKoZIhvcNAQkD
MQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMjUwNzE4MTY0OTIzWjAvBgkqhkiG9w0BCQQx
IgQgHaTQAkHH90kGA0C8gtPLcWVVqsNlIn5GGKwpkM8A7JgweQYJKoZIhvcNAQkPMWwwajALBglg
hkgBZQMEASowCwYJYIZIAWUDBAEWMAsGCWCGSAFlAwQBAjAKBggqhkiG9w0DBzAOBggqhkiG9w0D
AgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwDQYJKoZIhvcNAQEB
BQAEggEAfioxmAOrsTxncTCY2ilaSVcc+yAiNJ8L9kX+OAQuuJJtDPsTZE2i+afVDKQXeuzLHogQ
9L4zbvZbDkSpVxNEdLc6m5ys/QqiOkpfp1ueWXYMw4yiS2jmtsos0lRRKwQ63GHOW3Qu0slJ6XmC
WRygnyl0vjdjpxbeHnl6EBQrO53gfVlfH8iYLjzA4dusM1xD8vjUA4QsQ1ny3KbIyyj6oaTM0UL0
ncbbiopQH9+NAVkeutKgWfUBJAc1s/mY+CW04WOU/2mU06ovgQL4AHfH1H7bf3s49Dir48p+2PoR
6Ad3v/QE0Ma+iHuXw+NT7bitfpzxmHNzq18tEKydhOX8eA==

--mixed-Cpanel::Email::Object-2988839-1752857364-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="carddav-admin@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="carddav-admin@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIdDgYJKoZIhvcNAQcCoIIc/zCCHPsCAQExDzANBglghkgBZQMEAgEFADCCCEcGCSqGSIb3DQEH
AaCCCDgEggg0PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FyZERBVkFjY291bnREZXNjcmlwdGlvbjwva2V5Pg0KICAg
ICAgICA8c3RyaW5nPmFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbSBTZWN1cmUgQ29udGFjdHMgU2V0dXA8L3N0cmluZz4NCiAgICAgICAgPGtleT5DYXJkREFW
SG9zdE5hbWU8L2tleT4NCiAgICAgICAgPHN0cmluZz5wcmVtaXVtMzIwLndlYi1ob3N0aW5nLmNv
bToyMDgwPC9zdHJpbmc+DQogICAgICAgIDxrZXk+Q2FyZERBVlVzZVNTTDwva2V5Pg0KICAgICAg
ICA8dHJ1ZS8+DQogICAgICAgIDxrZXk+Q2FyZERBVlVzZXJuYW1lPC9rZXk+DQogICAgICAgIDxz
dHJpbmc+YWRtaW5AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9z
dHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogICAgICAgIDxz
dHJpbmc+YWRtaW5AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNl
Y3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREaXNwbGF5
TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPkNhcmREQVY8L3N0cmluZz4NCiAgICAgICAgPGtl
eT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9y
Zy5hZG1pbi4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmlu
Zz4NCiAgICAgICAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogICAgICAgIDxzdHJp
bmc+MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQog
ICAgICAgIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgICAgPHN0cmluZz5jb20uYXBwbGUu
Y2FyZGRhdi5hY2NvdW50PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4N
CiAgICAgICAgPHN0cmluZz4wZWY1NGRkNi0xNjkyLTY4MjUtYWE4My01M2ZiMDE5ZmUyNzA8L3N0
cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICAgICAgICA8aW50ZWdl
cj4xPC9pbnRlZ2VyPg0KICAgIDwvZGljdD4NCiAgPC9hcnJheT4NCiAgPGtleT5QYXlsb2FkRGVz
Y3JpcHRpb248L2tleT4NCiAgPHN0cmluZz5hZG1pbkAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0
aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIENvbnRhY3RzIFNldHVwPC9zdHJpbmc+DQogIDxrZXk+
UGF5bG9hZERpc3BsYXlOYW1lPC9rZXk+DQogIDxzdHJpbmc+YWRtaW5AMjRob3Vyd2F0ZXJkYW1h
Z2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5n
Pg0KICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwu
b3JnLmFkbWluLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbS1jYXJk
ZGF2PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0KICA8c3RyaW5n
PmNwYW5lbC5tYWlsLm9yZy5hZG1pbi4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lz
bGFuZC5jb208L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkUmVtb3ZhbERpc2FsbG93ZWQ8L2tleT4N
CiAgPGZhbHNlLz4NCiAgPGtleT5QYXlsb2FkVHlwZTwva2V5Pg0KICA8c3RyaW5nPkNvbmZpZ3Vy
YXRpb248L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICA8c3RyaW5nPjBjOGE5
ODQwLTVjOGMtMWMzYS0xMjlhLWUyMDdiMmVjNTcxNDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRW
ZXJzaW9uPC9rZXk+DQogIDxpbnRlZ2VyPjE8L2ludGVnZXI+DQo8L2RpY3Q+DQo8L3BsaXN0Pg0K
oIIR3TCCBhMwggP7oAMCAQICEH1bUSa0droR23QWC7xTDacwDQYJKoZIhvcNAQEMBQAwgYgxCzAJ
BgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYDVQQHEwtKZXJzZXkgQ2l0eTEeMBwG
A1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMS4wLAYDVQQDEyVVU0VSVHJ1c3QgUlNBIENlcnRp
ZmljYXRpb24gQXV0aG9yaXR5MB4XDTE4MTEwMjAwMDAwMFoXDTMwMTIzMTIzNTk1OVowgY8xCzAJ
BgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQx
GDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBSU0EgRG9tYWluIFZh
bGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
ANZzM9bXPCDQANIXRbjWPgeiP8dB7jIwybBs/fSfyxKYDy0/jU0BDIIPF39iLum4SHn7FoNOrdcy
JZO3B7+5UD+pTMNAKuk5/9mByh8WMkHagCa5I3qHIB7j/yCaPJVEb4d1BpBAtDKTFgkQCCM+0t2H
D29dURRqCmnFTwFyac/Tk0xtBKCjG4J+sZq57cWexTd4n5oINPtWLljECQ4GZFu8N9zxnyhoqFaw
kqNcn7uImAgbJB2rMIWur7AunnqdwcBCHOIC8OrgStLvkA60wUAW8G+FQkpk96QwoP6/LqMnWo6L
WLitwxkXhGPtb1b9g8tgNMR0vuad2+Hk5coMXxUCAwEAAaOCAW4wggFqMB8GA1UdIwQYMBaAFFN5
v1qqK0rPVIDh2JvAnfKyA2bLMB0GA1UdDgQWBBSNjF7EVK2K4Xfpm/mbBeG4AY1h4TAOBgNVHQ8B
Af8EBAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUH
AwIwGwYDVR0gBBQwEjAGBgRVHSAAMAgGBmeBDAECATBQBgNVHR8ESTBHMEWgQ6BBhj9odHRwOi8v
Y3JsLnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQ2VydGlmaWNhdGlvbkF1dGhvcml0eS5jcmww
dgYIKwYBBQUHAQEEajBoMD8GCCsGAQUFBzAChjNodHRwOi8vY3J0LnVzZXJ0cnVzdC5jb20vVVNF
UlRydXN0UlNBQWRkVHJ1c3RDQS5jcnQwJQYIKwYBBQUHMAGGGWh0dHA6Ly9vY3NwLnVzZXJ0cnVz
dC5jb20wDQYJKoZIhvcNAQEMBQADggIBADK/Yb0OSMNPx7pHTficeBkB3BMdgG/8w3C0UpoxM5pX
Uvsxnmuk71SqiY1AF2j4ERB80sqx8VWGx+6zNpGG9jlRv0a/D6C6tPd+ScQqNhee5Gg5eq+UTlZv
sns7vwqGvc3FdxwDuDixoh9fftuK3EZItmgKz7K1tOI05GepOGYJXtK4/J0oOhdAJ8JyTin9ITx8
zxP7lizFMUT9E+3Vm6lpaHd87uH/pPk2OAhTOaKENJwZ874OrNUkN+sjqHjQ0+fvkkdkYjki78b3
Eb4ihcZmRCQmjhAyjciTrgeegz4v2fn1Ro5jvsHmtNymzSGohgqV2S6FJhr9/LG2V0JtldEz9jkU
BoJBOPWPWNyAW6TVfZV4/aeb//3FqGmrJuenpAWHW6m3uKMgC5epRYXds4vliTeOKQ38Bhf2OEAO
QuQSBvt788YRaGLf45j0E9gVT4uxadkQYLxkKuoxt+S1ozoUmybjC3v9Ao62mcE4l1k29qh0ooa2
XuvGZOrPoKP5bp66LRG2hpgIWC3JrCVk8l51tDjBrn9aRoPqUcq28ZkRNWulanvGALDn+L5ksq3I
wvGs41HqpJPgecjhgUDJClvhEjzBYCrjl8CJQsqUz0aYEmm7mNDC0w1yS0du5ZPEMihjh0PksDI+
CtNLvyObFClBK5oEH5Mt8cc5SDytWhJ/MIIFgTCCBGmgAwIBAgIQOXJEOvkit1HX02wQ3TE1lTAN
BgkqhkiG9w0BAQwFADB7MQswCQYDVQQGEwJHQjEbMBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVy
MRAwDgYDVQQHDAdTYWxmb3JkMRowGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwY
QUFBIENlcnRpZmljYXRlIFNlcnZpY2VzMB4XDTE5MDMxMjAwMDAwMFoXDTI4MTIzMTIzNTk1OVow
gYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYDVQQHEwtKZXJzZXkgQ2l0
eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMS4wLAYDVQQDEyVVU0VSVHJ1c3QgUlNB
IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA
gBJlFzYOw9sIs9CsVw127c0n00ytUINh4qogTQktZAnczomfzD2p7PbPwdzx07HWezcoEStH2jnG
vDoZtF+mvX2do2NCtnbyqTsrkfjib9DsFiCQCT7i6HTJGLSR1GJk23+jBvGIGGqQIjy8/hPwhxR7
9uQfjtTkUcYRZ0YIUcuGFFQ/vDP+fmyc/xadGL1RjjWmp2bIcmfbIWax1Jt4A8BQOujM8Ny8nkz+
rwWWNR9XWrf/zvk9tyy29lTdyOcSOk2uTIq3XJq0tyA9yn8iNK5+O2hmAUTnAU5GU5szYPeUvlM3
kHND8zLDU+/bqv50TmnHa4xgk97Exwzf4TKuzJM7UXiVZ4vuPVb+DNBpDxsP8yUmazNt925H+nND
5X4OpWaxKXwyhGNVicQNwZNUMBkTrNN9N6frXTpsNVzbQdcS2qlJC9/YgIoJk2KOtWbPJYjNhLix
P6Q5D9kCnusSTJV882sFqV4Wg8y4Z+LoE53MW4LTTLPtW//e5XOsIzstAL81VXQJSdhJWBp/kjbm
UZIO8yZ9HE0XvMnsQybQv0FfQKlERPSZ51eHnlAfV1SoPv10Yy+xUGUJ5lhCLkMaTLTwJUdZ+gQe
k9QmRkpQgbLevni3/GcV4clXhB4PY9bpYrrWX1Uu6lzGKAgEJTm4Diup8kyXHAc/DVL17e8vgg8C
AwEAAaOB8jCB7zAfBgNVHSMEGDAWgBSgEQojPpbxB+zirynvgqV/0DCktDAdBgNVHQ4EFgQUU3m/
WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wEQYDVR0g
BAowCDAGBgRVHSAAMEMGA1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwuY29tb2RvY2EuY29tL0FB
QUNlcnRpZmljYXRlU2VydmljZXMuY3JsMDQGCCsGAQUFBwEBBCgwJjAkBggrBgEFBQcwAYYYaHR0
cDovL29jc3AuY29tb2RvY2EuY29tMA0GCSqGSIb3DQEBDAUAA4IBAQAYh1HcdCE9nIrgJ7cz0C7M
7PDmy14R3iJvm3WOnnL+5Nb+qh+cli3vA0p+rvSNb3I8QzvAP+u431yqqcau8vzY7qN7Q/aGNnwU
4M309z/+3ri0ivCRlv79Q2R+/czSAaF9ffgZGclCKxO/WIu6pKJmBHaIkU4MiRTOok3JMrO66BQa
vHHxW/BBC5gACiIDEOUMsfnNkjcZ7Tvx5Dq2+UUTJnWvu6rvP3t3O9LEApE9GQDTF1w52z97GA1F
zZOFli9d31kWTz9RvdVFGD/tSo7oBmF0Ixa1DVBzJ0RHfxBdiSprhTEUxOipakyAvGp4z7h/jnZy
mQyd/teRCBaho1+VMIIGPTCCBSWgAwIBAgIQET6hpw38VgI5ZVXm8ggGWDANBgkqhkiG9w0BAQsF
ADCBjzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMH
U2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFJTQSBE
b21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBMB4XDTI1MDMxMzAwMDAwMFoXDTI2MDQw
NTIzNTk1OVowHDEaMBgGA1UEAwwRKi53ZWItaG9zdGluZy5jb20wggEiMA0GCSqGSIb3DQEBAQUA
A4IBDwAwggEKAoIBAQDENNxxcx3GjD2KDzzPhJlAJQCn6sY/m0x5VHJeZWdLj0tk3DAskQ10DzhN
hLJfT4nXF2SyAXOQEGLT+A2ytGHHbn+YZa3iq0MusPGcX/JmD6W8RDoVl6+5wFhqzfvfhXi19T4z
4/ap+UAwM6I2XKjdecmAQLKOHgeDSjzsCj6A/9Ht/3jfFPpE+zya9nA+WZ6pyjkokufT1FFcNehl
ZYskhbpjht75pJtJGNFQW0efIal93cKQKNyi8lGAT7KRnxznaJ3K/sCyXEZKRdVFpu/JFC/80OuV
lxOXdRv4qY1ujDhdADecitASYchoY3nkuIxgu1V+zcKT17CNx58V3toTAgMBAAGjggMFMIIDATAf
BgNVHSMEGDAWgBSNjF7EVK2K4Xfpm/mbBeG4AY1h4TAdBgNVHQ4EFgQUzgkr0zIEwf6XB3khsSM8
oTbZrfAwDgYDVR0PAQH/BAQDAgWgMAwGA1UdEwEB/wQCMAAwHQYDVR0lBBYwFAYIKwYBBQUHAwEG
CCsGAQUFBwMCMEkGA1UdIARCMEAwNAYLKwYBBAGyMQECAgcwJTAjBggrBgEFBQcCARYXaHR0cHM6
Ly9zZWN0aWdvLmNvbS9DUFMwCAYGZ4EMAQIBMIGEBggrBgEFBQcBAQR4MHYwTwYIKwYBBQUHMAKG
Q2h0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1JTQURvbWFpblZhbGlkYXRpb25TZWN1cmVT
ZXJ2ZXJDQS5jcnQwIwYIKwYBBQUHMAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28uY29tMC0GA1UdEQQm
MCSCESoud2ViLWhvc3RpbmcuY29tgg93ZWItaG9zdGluZy5jb20wggF/BgorBgEEAdZ5AgQCBIIB
bwSCAWsBaQB3AJaXZL9VWJet90OHaDcIQnfp8DrV9qTzNm5GpD8PyqnGAAABlY9dGdMAAAQDAEgw
RgIhAP2NOldJLiUn/zGMvQO4nljgGAojoDISmwVBTJY7e7kFAiEAnK13EohJtqt0A3OJxtrDfW6V
kP4QSFjpzlZ3msM87FkAdgAZhtTHKKpv/roDb3gqTQGRqs4tcjEPrs5dcEEtJUzH1AAAAZWPXRln
AAAEAwBHMEUCIFxkb6XyT/wIwr0855CfYF8HCZ/m8dCkjv7gl402JeZYAiEAha8iYwRS3NQl9nS7
D1/m5Uxp7qTU3vo51sWD78gev7YAdgDLOPcViXyEoURfW8Hd+8lu8ppZzUcKaQWFsMsUwxRY5wAA
AZWPXRmUAAAEAwBHMEUCIQCmmMm+z/9x9jpBqwmZHYSx0pjuQq3o5L74bD5yQAkCSwIgc3xqTPWo
0uHOZRnGurRF6AvmI01SbQ3rm0zqj8QZ87gwDQYJKoZIhvcNAQELBQADggEBAGhRZGcgtNxjxCyo
1g2zWpofwgm809xIVyxnohmY4yoPVUwIKcoOKSxOFcuJiXxqThSSzCLd1SbO+lpqJVwhLXx9AzIo
vsOQk9TJwfhn9tHSZp44IOr2flvHZJl1+ZbeFRN2uqBRC0mbv3ngckLWP1Sp0S/4t2p9XZKJfJbb
r3+6PLTKrtDDHXGX7u1kBgadg7hJ58d9PtxoZnbg/9ojzqnFgkURiXWdBbqeWRPc5jkR4vcgunEQ
pGqrDqvuHoGLlFnwSX08v1TFcG+kHoBrlVPVFDMC5dWmYtIXhNUl03v9gnvqJvMw2/88bLKyxOHB
2ZG72bTp5zXjsiQFNjKMsqcxggK3MIICswIBATCBpDCBjzELMAkGA1UEBhMCR0IxGzAZBgNVBAgT
EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBM
aW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2Vy
dmVyIENBAhARPqGnDfxWAjllVebyCAZYMA0GCWCGSAFlAwQCAQUAoIHkMBgGCSqGSIb3DQEJAzEL
BgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTI1MDcxODE2NDkyM1owLwYJKoZIhvcNAQkEMSIE
IIX0vtrt4fKHm3ZyJTFMvLsW/h56fWddUZjGgNGL5C/eMHkGCSqGSIb3DQEJDzFsMGowCwYJYIZI
AWUDBAEqMAsGCWCGSAFlAwQBFjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwIC
AgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMA0GCSqGSIb3DQEBAQUA
BIIBAEJhH0Abml10qwRkTvhYUVKb0G1mjsxCVyYQ9ZPMfWObNDBNyktDueC2rkuiXDmmIKIeYXPN
qicIgQReR0neOh/UmTBtaaIpglG7ksACC7J01kqXyJ5fq8aSmV+5YZ1fciG+KH6sPkUvws4PTGlq
S2vRCwAabjetzPjKdxqHRhlIotxjIpdV9xyXKQmS8SOMiHTDrxTGJMYKRIy3pHu8cr5zenl1hqa6
FlIKg5J38rWbOdXc5JGCpQ1hqgV0UCIhUub+OOdDdPiIv3STrc8n+dNFAE5my6Cks5tzjmwg5Tk3
g7bTfbcYd9tPmTP+qd3OpBlBLksasegvQO5OWUdRmcE=

--mixed-Cpanel::Email::Object-2988839-1752857364-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="caldav-admin@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="caldav-admin@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIId6gYJKoZIhvcNAQcCoIId2zCCHdcCAQExDzANBglghkgBZQMEAgEFADCCCSMGCSqGSIb3DQEH
AaCCCRQEggkQPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FsREFWQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+YWRtaW5AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tPC9zdHJpbmc+DQogICAgICAgIDxrZXk+Q2FsREFWSG9zdE5hbWU8L2tleT4NCiAgICAgICAg
PHN0cmluZz5wcmVtaXVtMzIwLndlYi1ob3N0aW5nLmNvbTwvc3RyaW5nPg0KICAgICAgICA8a2V5
PkNhbERBVlBvcnQ8L2tleT4NCiAgICAgICAgPGludGVnZXI+MjA4MDwvaW50ZWdlcj4NCiAgICAg
ICAgPGtleT5DYWxEQVZQcmluY2lwYWxVUkw8L2tleT4NCiAgICAgICAgPHN0cmluZz4vcHJpbmNp
cGFscy9hZG1pbkAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0
cmluZz4NCiAgICAgICAgPGtleT5DYWxEQVZVc2VTU0w8L2tleT4NCiAgICAgICAgPHRydWUvPg0K
ICAgICAgICA8a2V5PkNhbERBVlVzZXJuYW1lPC9rZXk+DQogICAgICAgIDxzdHJpbmc+YWRtaW5A
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAg
ICAgIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogICAgICAgIDxzdHJpbmc+YWRtaW5A
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRh
ciBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0K
ICAgICAgICA8c3RyaW5nPmFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNs
YW5kLmNvbSBTZWN1cmUgQ2FsZW5kYXIgU2V0dXA8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXls
b2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5hZG1p
bi4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAg
ICAgICAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogICAgICAgIDxzdHJpbmc+MjRo
b3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICAg
IDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgICAgPHN0cmluZz5jb20uYXBwbGUuY2FsZGF2
LmFjY291bnQ8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICAgICAg
ICA8c3RyaW5nPjczNmQzNjZmLTUzZjUtMTg5ZS1kN2FiLTlmZGQ2OGYyZDY0Mzwvc3RyaW5nPg0K
ICAgICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICAgIDxpbnRlZ2VyPjE8L2lu
dGVnZXI+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBheWxvYWREZXNjcmlwdGlv
bjwva2V5Pg0KICA8c3RyaW5nPmFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbSBTZWN1cmUgQ2FsZW5kYXIgU2V0dXA8L3N0cmluZz4NCiAgPGtleT5QYXlsb2Fk
RGlzcGxheU5hbWU8L2tleT4NCiAgPHN0cmluZz5hZG1pbkAyNGhvdXJ3YXRlcmRhbWFnZXJlc3Rv
cmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIENhbGVuZGFyIFNldHVwPC9zdHJpbmc+DQogIDxr
ZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4NCiAgPHN0cmluZz5jcGFuZWwubWFpbC5vcmcuYWRt
aW4uMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLWNhbGRhdjwvc3Ry
aW5nPg0KICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4NCiAgPHN0cmluZz5jcGFuZWwu
bWFpbC5vcmcuYWRtaW4uMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxEaXNhbGxvd2VkPC9rZXk+DQogIDxmYWxz
ZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgPHN0cmluZz5Db25maWd1cmF0aW9uPC9z
dHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgPHN0cmluZz42ODNkMDQ5Zi02NzQ1
LWUwMTAtN2M4ZC1jYWZlYjBlOGY4YzA8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVmVyc2lvbjwv
a2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9kaWN0Pg0KPC9wbGlzdD4NCqCCEd0wggYT
MIID+6ADAgECAhB9W1EmtHa6Edt0Fgu8Uw2nMA0GCSqGSIb3DQEBDAUAMIGIMQswCQYDVQQGEwJV
UzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRo
ZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9u
IEF1dGhvcml0eTAeFw0xODExMDIwMDAwMDBaFw0zMDEyMzEyMzU5NTlaMIGPMQswCQYDVQQGEwJH
QjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQK
Ew9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNBIERvbWFpbiBWYWxpZGF0aW9u
IFNlY3VyZSBTZXJ2ZXIgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDWczPW1zwg
0ADSF0W41j4Hoj/HQe4yMMmwbP30n8sSmA8tP41NAQyCDxd/Yi7puEh5+xaDTq3XMiWTtwe/uVA/
qUzDQCrpOf/ZgcofFjJB2oAmuSN6hyAe4/8gmjyVRG+HdQaQQLQykxYJEAgjPtLdhw9vXVEUagpp
xU8BcmnP05NMbQSgoxuCfrGaue3FnsU3eJ+aCDT7Vi5YxAkOBmRbvDfc8Z8oaKhWsJKjXJ+7iJgI
GyQdqzCFrq+wLp56ncHAQhziAvDq4ErS75AOtMFAFvBvhUJKZPekMKD+vy6jJ1qOi1i4rcMZF4Rj
7W9W/YPLYDTEdL7mndvh5OXKDF8VAgMBAAGjggFuMIIBajAfBgNVHSMEGDAWgBRTeb9aqitKz1SA
4dibwJ3ysgNmyzAdBgNVHQ4EFgQUjYxexFStiuF36Zv5mwXhuAGNYeEwDgYDVR0PAQH/BAQDAgGG
MBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMBsGA1Ud
IAQUMBIwBgYEVR0gADAIBgZngQwBAgEwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDovL2NybC51c2Vy
dHJ1c3QuY29tL1VTRVJUcnVzdFJTQUNlcnRpZmljYXRpb25BdXRob3JpdHkuY3JsMHYGCCsGAQUF
BwEBBGowaDA/BggrBgEFBQcwAoYzaHR0cDovL2NydC51c2VydHJ1c3QuY29tL1VTRVJUcnVzdFJT
QUFkZFRydXN0Q0EuY3J0MCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51c2VydHJ1c3QuY29tMA0G
CSqGSIb3DQEBDAUAA4ICAQAyv2G9DkjDT8e6R034nHgZAdwTHYBv/MNwtFKaMTOaV1L7MZ5rpO9U
qomNQBdo+BEQfNLKsfFVhsfuszaRhvY5Ub9Gvw+gurT3fknEKjYXnuRoOXqvlE5Wb7J7O78Khr3N
xXccA7g4saIfX37bitxGSLZoCs+ytbTiNORnqThmCV7SuPydKDoXQCfCck4p/SE8fM8T+5YsxTFE
/RPt1ZupaWh3fO7h/6T5NjgIUzmihDScGfO+DqzVJDfrI6h40NPn75JHZGI5Iu/G9xG+IoXGZkQk
Jo4QMo3Ik64HnoM+L9n59UaOY77B5rTcps0hqIYKldkuhSYa/fyxtldCbZXRM/Y5FAaCQTj1j1jc
gFuk1X2VeP2nm//9xahpqybnp6QFh1upt7ijIAuXqUWF3bOL5Yk3jikN/AYX9jhADkLkEgb7e/PG
EWhi3+OY9BPYFU+LsWnZEGC8ZCrqMbfktaM6FJsm4wt7/QKOtpnBOJdZNvaodKKGtl7rxmTqz6Cj
+W6eui0RtoaYCFgtyawlZPJedbQ4wa5/WkaD6lHKtvGZETVrpWp7xgCw5/i+ZLKtyMLxrONR6qST
4HnI4YFAyQpb4RI8wWAq45fAiULKlM9GmBJpu5jQwtMNcktHbuWTxDIoY4dD5LAyPgrTS78jmxQp
QSuaBB+TLfHHOUg8rVoSfzCCBYEwggRpoAMCAQICEDlyRDr5IrdR19NsEN0xNZUwDQYJKoZIhvcN
AQEMBQAwezELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE
BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMMGEFBQSBDZXJ0
aWZpY2F0ZSBTZXJ2aWNlczAeFw0xOTAzMTIwMDAwMDBaFw0yODEyMzEyMzU5NTlaMIGIMQswCQYD
VQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5IENpdHkxHjAcBgNV
BAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZp
Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIASZRc2DsPb
CLPQrFcNdu3NJ9NMrVCDYeKqIE0JLWQJ3M6Jn8w9qez2z8Hc8dOx1ns3KBErR9o5xrw6GbRfpr19
naNjQrZ28qk7K5H44m/Q7BYgkAk+4uh0yRi0kdRiZNt/owbxiBhqkCI8vP4T8IcUe/bkH47U5FHG
EWdGCFHLhhRUP7wz/n5snP8WnRi9UY41pqdmyHJn2yFmsdSbeAPAUDrozPDcvJ5M/q8FljUfV1q3
/875PbcstvZU3cjnEjpNrkyKt1yatLcgPcp/IjSufjtoZgFE5wFORlObM2D3lL5TN5BzQ/Myw1Pv
26r+dE5px2uMYJPexMcM3+EyrsyTO1F4lWeL7j1W/gzQaQ8bD/MlJmszbfduR/pzQ+V+DqVmsSl8
MoRjVYnEDcGTVDAZE6zTfTen6106bDVc20HXEtqpSQvf2ICKCZNijrVmzyWIzYS4sT+kOQ/ZAp7r
EkyVfPNrBaleFoPMuGfi6BOdzFuC00yz7Vv/3uVzrCM7LQC/NVV0CUnYSVgaf5I25lGSDvMmfRxN
F7zJ7EMm0L9BX0CpRET0medXh55QH1dUqD79dGMvsVBlCeZYQi5DGky08CVHWfoEHpPUJkZKUIGy
3r54t/xnFeHJV4QeD2PW6WK61l9VLupcxigIBCU5uA4rqfJMlxwHPw1S9e3vL4IPAgMBAAGjgfIw
ge8wHwYDVR0jBBgwFoAUoBEKIz6W8Qfs4q8p74Klf9AwpLQwHQYDVR0OBBYEFFN5v1qqK0rPVIDh
2JvAnfKyA2bLMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MBEGA1UdIAQKMAgwBgYE
VR0gADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9BQUFDZXJ0aWZp
Y2F0ZVNlcnZpY2VzLmNybDA0BggrBgEFBQcBAQQoMCYwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3Nw
LmNvbW9kb2NhLmNvbTANBgkqhkiG9w0BAQwFAAOCAQEAGIdR3HQhPZyK4Ce3M9AuzOzw5steEd4i
b5t1jp5y/uTW/qofnJYt7wNKfq70jW9yPEM7wD/ruN9cqqnGrvL82O6je0P2hjZ8FODN9Pc//t64
tIrwkZb+/UNkfv3M0gGhfX34GRnJQisTv1iLuqSiZgR2iJFODIkUzqJNyTKzuugUGrxx8VvwQQuY
AAoiAxDlDLH5zZI3Ge078eQ6tvlFEyZ1r7uq7z97dzvSxAKRPRkA0xdcOds/exgNRc2ThZYvXd9Z
Fk8/Ub3VRRg/7UqO6AZhdCMWtQ1QcydER38QXYkqa4UxFMToqWpMgLxqeM+4f452cpkMnf7XkQgW
oaNflTCCBj0wggUloAMCAQICEBE+oacN/FYCOWVV5vIIBlgwDQYJKoZIhvcNAQELBQAwgY8xCzAJ
BgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQx
GDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBSU0EgRG9tYWluIFZh
bGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQTAeFw0yNTAzMTMwMDAwMDBaFw0yNjA0MDUyMzU5NTla
MBwxGjAYBgNVBAMMESoud2ViLWhvc3RpbmcuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
CgKCAQEAxDTccXMdxow9ig88z4SZQCUAp+rGP5tMeVRyXmVnS49LZNwwLJENdA84TYSyX0+J1xdk
sgFzkBBi0/gNsrRhx25/mGWt4qtDLrDxnF/yZg+lvEQ6FZevucBYas3734V4tfU+M+P2qflAMDOi
Nlyo3XnJgECyjh4Hg0o87Ao+gP/R7f943xT6RPs8mvZwPlmeqco5KJLn09RRXDXoZWWLJIW6Y4be
+aSbSRjRUFtHnyGpfd3CkCjcovJRgE+ykZ8c52idyv7AslxGSkXVRabvyRQv/NDrlZcTl3Ub+KmN
bow4XQA3nIrQEmHIaGN55LiMYLtVfs3Ck9ewjcefFd7aEwIDAQABo4IDBTCCAwEwHwYDVR0jBBgw
FoAUjYxexFStiuF36Zv5mwXhuAGNYeEwHQYDVR0OBBYEFM4JK9MyBMH+lwd5IbEjPKE22a3wMA4G
A1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcD
AjBJBgNVHSAEQjBAMDQGCysGAQQBsjEBAgIHMCUwIwYIKwYBBQUHAgEWF2h0dHBzOi8vc2VjdGln
by5jb20vQ1BTMAgGBmeBDAECATCBhAYIKwYBBQUHAQEEeDB2ME8GCCsGAQUFBzAChkNodHRwOi8v
Y3J0LnNlY3RpZ28uY29tL1NlY3RpZ29SU0FEb21haW5WYWxpZGF0aW9uU2VjdXJlU2VydmVyQ0Eu
Y3J0MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0aWdvLmNvbTAtBgNVHREEJjAkghEqLndl
Yi1ob3N0aW5nLmNvbYIPd2ViLWhvc3RpbmcuY29tMIIBfwYKKwYBBAHWeQIEAgSCAW8EggFrAWkA
dwCWl2S/VViXrfdDh2g3CEJ36fA61fak8zZuRqQ/D8qpxgAAAZWPXRnTAAAEAwBIMEYCIQD9jTpX
SS4lJ/8xjL0DuJ5Y4BgKI6AyEpsFQUyWO3u5BQIhAJytdxKISbardANzicbaw31ulZD+EEhY6c5W
d5rDPOxZAHYAGYbUxyiqb/66A294Kk0BkarOLXIxD67OXXBBLSVMx9QAAAGVj10ZZwAABAMARzBF
AiBcZG+l8k/8CMK9POeQn2BfBwmf5vHQpI7+4JeNNiXmWAIhAIWvImMEUtzUJfZ0uw9f5uVMae6k
1N76OdbFg+/IHr+2AHYAyzj3FYl8hKFEX1vB3fvJbvKaWc1HCmkFhbDLFMMUWOcAAAGVj10ZlAAA
BAMARzBFAiEAppjJvs//cfY6QasJmR2EsdKY7kKt6OS++Gw+ckAJAksCIHN8akz1qNLhzmUZxrq0
RegL5iNNUm0N65tM6o/EGfO4MA0GCSqGSIb3DQEBCwUAA4IBAQBoUWRnILTcY8QsqNYNs1qaH8IJ
vNPcSFcsZ6IZmOMqD1VMCCnKDiksThXLiYl8ak4Ukswi3dUmzvpaaiVcIS18fQMyKL7DkJPUycH4
Z/bR0maeOCDq9n5bx2SZdfmW3hUTdrqgUQtJm7954HJC1j9UqdEv+LdqfV2SiXyW269/ujy0yq7Q
wx1xl+7tZAYGnYO4SefHfT7caGZ24P/aI86pxYJFEYl1nQW6nlkT3OY5EeL3ILpxEKRqqw6r7h6B
i5RZ8El9PL9UxXBvpB6Aa5VT1RQzAuXVpmLSF4TVJdN7/YJ76ibzMNv/PGyyssThwdmRu9m06ec1
47IkBTYyjLKnMYICtzCCArMCAQEwgaQwgY8xCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVy
IE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3
MDUGA1UEAxMuU2VjdGlnbyBSU0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQQIQ
ET6hpw38VgI5ZVXm8ggGWDANBglghkgBZQMEAgEFAKCB5DAYBgkqhkiG9w0BCQMxCwYJKoZIhvcN
AQcBMBwGCSqGSIb3DQEJBTEPFw0yNTA3MTgxNjQ5MjNaMC8GCSqGSIb3DQEJBDEiBCASbmHRErrT
8yxft9NIGf3aElHZ7bSIZCDcDADvGrX5GzB5BgkqhkiG9w0BCQ8xbDBqMAsGCWCGSAFlAwQBKjAL
BglghkgBZQMEARYwCwYJYIZIAWUDBAECMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggq
hkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDANBgkqhkiG9w0BAQEFAASCAQCEFwJa
OMulCM3D0ivRwpWKRMzoHXX/zs2ZGf0k5ly9P7dMfRSSX/i9l04Q2X3NBeVhnJyFSLr2whMd2iw+
ZfYaXKPOLefzaJ0E6kW4Q21kT2Op750MGfAT8C24pSSST7o9IT8jXW2Yi385otaTVZ4SmdjLaYzV
89uBJZo5CfXGOX5aolQTPcM3+wxcel6XRf5wguOAQdnAr1q8s6eixZ5P/Oz6GK/aFclf8r5c7d3Q
suv/71RfZ8KIpiG5s2rEf3VouxbXV1/Pya5K+Ucd7ipXOjYK8jsTtldEYfOvGLmaGRIsmRQ5IJSh
KWb9LLwGmz3AI5kxBcs1KKi0rh5/hno3
--mixed-Cpanel::Email::Object-2988839-1752857364-0.175020390257682--
admin/cur/1756116228.M283532P3752922.premium320.web-hosting.com,S=24815,W=25594:2,000064000000060357151007557630020203 0ustar00Return-Path: <3AjWsaBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id sIfLEAQ1rGjaQzkAVkXPrw
	(envelope-from <3AjWsaBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:03:48 -0400
Return-path: <3AjWsaBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:03:48 -0400
Received: from [198.54.122.200] (port=58137 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3AjWsaBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>)
	id 1uqU3J-0000000FsbR-0caR
	for admin@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:03:48 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=1oJGzl76;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3AjWsaBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com designates 209.85.222.197 as permitted sender) smtp.mailfrom=3AjWsaBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qk1-f197.google.com (mail-qk1-f197.google.com [209.85.222.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9RFv3PFmz166t
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:03:47 +0000 (UTC)
Received: by mail-qk1-f197.google.com with SMTP id af79cd13be357-7e87069063aso1624221585a.3
        for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:03:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756116227; x=1756721027; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=IAOrUAv0Lo71VfdJpdKIJkcpYedLspYz203WYC9/M34=;
        b=1oJGzl76ZgZEzBT4CdQztB3fMH1JFULjY6HG773R13hfC8D7CuF7tVVbTa/Od+dVSb
         xIXFK3sttF07ShU8x11ZxDbHMg28cxljpUJZE4hQDpttqVGYEIFJ14GFmzzoKcSfOUGu
         yQSZqT+BmpKWWTB+wc5Ap85wCp8YK28onlMHhLP/ecMrL3sBT/zBiJ8DyNI+XawijG80
         xgD/+krvVz1Hjdy8MVpohunYPDTjDAbsemdIvGoBSZD93EG3XqyZGB+m2ce42A6p0gj7
         cuFVJgXohyE2Hk3y5sK0QTgjfbagxe72HDrmApYhYu75oI4A0RAn6/pxQm838cjm0b3f
         uSkA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756116227; x=1756721027;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=IAOrUAv0Lo71VfdJpdKIJkcpYedLspYz203WYC9/M34=;
        b=O/iHHb+r8e4BN+SVp44MFldFOwU3tiveFLD34fzCChYevMIykYanMY6LYvj8D1opxo
         m4DXctXewPm1kk+RlRD7o3KlhJa7unzUK4xYk3QHVNUO+pIRuYoMelGWHdmCSbAGB4Ww
         nuLLnF0WKxmGQBOBR5kWb3vHN4TxaQ+jVW++5bEh5ERWRC6SOVhfvyd2uGvxM/YkqxFS
         JCzCgEDFj45FYKCNHX8/ZEX5j5E00uRpSX1wYZLuXjpOEEoXZBuejExkyQmrrQWJ5jMX
         yDIabk54ilGE/An2BtVZ58FSe4RjyWhEp4v15mvIOhhbY2a0Ch6J0LQ+6FwLkD74LPJ6
         KMhA==
X-Gm-Message-State: AOJu0YwrwZ2LmrlqReXnUQ3fVLVm+o7398rhdegELeogrHKzilXfnMIo
	sQP0XC8Uf7SFJBUIwI2GxsNHqvqUgwVa54AhvbnuHzPzQt3M6s7b4A+/JChw
X-Google-Smtp-Source: AGHT+IFoxqL43lXhkPIT0AQlPR1qMxbq7UUEsozD4DZ2l3NHa9r1hjGSNr/PVtR6uFHBFrdIr+G2jHs=
MIME-Version: 1.0
X-Received: by 2002:a05:620a:319e:b0:7e8:7a0b:9827 with SMTP id
 af79cd13be357-7ea1101c3c7mr1433820485a.39.1756116226829; Mon, 25 Aug 2025
 03:03:46 -0700 (PDT)
Date: Mon, 25 Aug 2025 03:03:46 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 23ae5075b51a0000
X-Notifications-Bounce-Info: AWoTSIHJy-upywCEz8BF_wow7b2tJrUKBLifWUB6LTizqXNcXA8KrFMIf3x63MFNdNwJDcg34UWeofV9A-Vc6el5Q-j9NmAgnkjRu2WQBqEC-unhhPJdi6TYfrdDHVV6i2n0COqqPr0ZLwYCpEaHBRq3MZGfVZA1XS7sV20klziRq4yHWQd_bHCXfwHmoUJaEJXmAwYsEcPK9l9AiQLfTzbXDA-jS58GXwKCVe2SQU6Fag2MXYFA10Dijv3umS_aQeeewzI5kxcspH4TuQmBCuo5G3D7GbQnj5Qg-ftTsAF3-Pdnp5If2fwJpYvSpQJBGPUyRLoHqI9mO4JqEiIfMIIQYdC90-aFlH--8zSB0B7IFWAEvKA96LlpTDNqR_dAQUXiW98-w87N-KZSdSs1jQsmxGzWWMpiKOHs6z-qatjVitW5gQvMxeHCwxot0HVUqWqPiA-CqtUvQBg_6Vxjfe45EgchgQOUwqM2M-SVEW4ardluXfX1s7PdNaehCyzQMX9ipd3BdD4-pITiQpHi7jn3YRVwD6UNMump9TlDNxqszORcEJZb6OBW_607n9IvJHVb9913OS3AwQTRvEu4mBOZH4BrvKNiTNMK14jXPd7ZNicEEIhrW1ZjBRuqRQJCNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <f599182705b049f1711b44a82551e67a1837e57d-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000e26d69063d2dab69"

--000000000000e26d69063d2dab69
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/8558349542803065472/profile?trk=https%3A%2F%2Fc.gle%2FANiao5o5aA6tv2QX0iax8DXVvcFQua4B0GpTBIjDLoU_96vpkixL6ZRORTPoe4K2eQR4zCo-T6nhJ8kZwN4AGrihUBKhia208_25vTYqQ2t6A8ekdTvMII6cKLu5f04>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5oc--g815Rm8eFe5aEFLAaoGc_1xSaS1wO2YnGECt36ojmHx0ekDZFZsA4CVv0h3CJdkyE5mAe_lBsZoFpoWFS6D0XgI13hiOI8ZMIjFKKLEwfnkw1iXAVf72Tsg0su5OWX-4F7UXScl0EpCMj3A0WdLABdX7JTFbPuYDLsOGo>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5pxErKn2lGC07SgbPzrAkfy5tBcbEN2rT1Fy7u8tpDk09gIfVMFrgLEFvWSN3GV-m4kEivkyAtqo3xssCjHPaeX2jupWF8158_xde9Xhx5oQzgXfpBsUiQcL93mzswhS7Qf5fe1PWzeJts539zMcufU7AIU05ZjfWfUHWXyU_IWBBhPKXLhtrBYoWLBhgNodDkbnNw_9zoOcflXseqQYsam_xPM1uTk0e16I1-ZzA>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5ohmkU5ULmkFEit436h7MySGf4sQyMZTxzrfMy_up-XdoEeeUb_rE-VVLiNZC_ypsj9pDgAioi1qdd25gGajKBVshI8zhiUj_oo5lOJUU-r14J1rmDmwhijW-5LNnQ-_-rnt7U>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000e26d69063d2dab69
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rHmRAiy2PVYPjCjV4XvQzHy4CWh=
33cwKWdLbPYvRl4RreTOlQHs-8A4hMVXtHBb-RUQHfuUZvDeROKbkJ8y2sHemXclJuWHbZwRMbu=
czI3W1uEPCQrUr1Yu7jItkGgsXZd5u9E2yjM3F-FA4Cbm9UNT5-1OkNfBMmjedzHiNEIb_-RvYE=
77UwMCxsByoLrjweh3uKn526MEI_8n_ue5tmtMzHvy_w41nJj92nGY07y>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/8=
558349542803065472/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pilNPolGfhzpGX=
n3qyhU0lFehR3QNctCTZ3KyqKDTAJi5ayLnU_rjzYVVKcBeJkrm3BhN9cv36kd-9Og1XZyQcjME=
ujjlY6xzqkyf1zC5sOLYuNQUTmSlOVii2hg target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busines=
s=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5pnPx2JILqrXGQ5U5CUbjEuxw=
GRzm-IWBe73dle3Cktc2aD26ZkvD7BEXhsenoUTi8ZRcEuGdxJEznNmKzOvY_R4aArk6wiOR5J0=
FCm3vLpqcjdAzrLEg-J_5TOBsRP55FnPShWvZsttRjj9SwE6npFw9EeF8ZxzTnsjeygOe1l0Q t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qB4FstwzWg9a7tCqj2oecM7Bd9X0EZpn7gfZcfVonzvs6=
3HwwFYfYqOyhF3qt5KnA8UbbLozczeTPuObu-pNoK9G7duoFREe8_7d2AMz_3l-8ApUNe0d9viR=
tdUqLJzbNnIKTeMZxT9whA4QbY4kc54_WmC0zTTWNYPo3HnWeuawFPUOOpVfhIqaKru4bCzM6GK=
WH0i65_kwqHCa_IQwTQIpweXpyPateUuiZ7aOCi target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5qB4FstwzWg9a7tCqj2oecM7Bd9=
X0EZpn7gfZcfVonzvs63HwwFYfYqOyhF3qt5KnA8UbbLozczeTPuObu-pNoK9G7duoFREe8_7d2=
AMz_3l-8ApUNe0d9viRtdUqLJzbNnIKTeMZxT9whA4QbY4kc54_WmC0zTTWNYPo3HnWeuawFPUO=
OpVfhIqaKru4bCzM6GKWH0i65_kwqHCa_IQwTQIpweXpyPateUuiZ7aOCi target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qB4FstwzWg9a7tCqj2oecM7Bd9X0EZpn7gfZcfVonzvs6=
3HwwFYfYqOyhF3qt5KnA8UbbLozczeTPuObu-pNoK9G7duoFREe8_7d2AMz_3l-8ApUNe0d9viR=
tdUqLJzbNnIKTeMZxT9whA4QbY4kc54_WmC0zTTWNYPo3HnWeuawFPUOOpVfhIqaKru4bCzM6GK=
WH0i65_kwqHCa_IQwTQIpweXpyPateUuiZ7aOCi target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qYGQHQ23SBbKt5nJRcs66GWrsycHix6_dWlDLOhJGVOI=
YzxgTgOMDTUhFXw7YCcboHNmx7-N-SvG9NdYfDhQWC6cgyFDBeTOcJ9RiDbLizOh6GbqvNQCaSa=
1uRlBypCtlRhhSAKA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qrLJC8JWCDa2EEb0wLN3IAMGhmE8IKGORjc1zmBYa-raLiZ4d_z2Sx3fBZq2Dvuc=
zicgH7QLN3G0PYum3Girm4xE85QhYo7AQJge7qM1bCjWBkSYEWEylXwFYLfrC12Ss0uw.gif></=
body>
</html>
--000000000000e26d69063d2dab69--
admin/cur/1754445116.M581720P3613124.premium320.web-hosting.com,S=21808,W=22494:2,S000064000000052460151007557630020302 0ustar00Return-Path: <3NrWSaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 0B4/Ijy1kmjEITcAVkXPrw
	(envelope-from <3NrWSaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 21:51:56 -0400
Return-path: <3NrWSaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 21:51:56 -0400
Received: from [198.54.122.200] (port=55855 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3NrWSaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>)
	id 1ujTJs-0000000FAzR-1jrM
	for admin@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 21:51:56 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=4o7LprRk;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3NrWSaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com designates 209.85.219.72 as permitted sender) smtp.mailfrom=3NrWSaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com
Received: from mail-qv1-f72.google.com (mail-qv1-f72.google.com [209.85.219.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bxYF25YT7z18R6
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 06 Aug 2025 01:51:50 +0000 (UTC)
Received: by mail-qv1-f72.google.com with SMTP id 6a1803df08f44-7073cd24febso46748996d6.0
        for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 18:51:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754445110; x=1755049910; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=YBlwiz1MsNU4WH+PmNArbnRDyfUGVz/JkLCfGZgBSg4=;
        b=4o7LprRkLY4mIVWqopDDQ8ZoNh6ht4ooC7yTk1mEBNtliRCi0LAqBeKsZ2XfMPL0WW
         V16VK1udT0ezvdlP4r6Y41dt1D6WWeIvIXkGiUsWNqHIFWLlTtDIh5L67vsFe8eqz3os
         Nr1vVaSyN/86HVr9c+i3Ub98BRmhWWRqU8933uJCNLFXFC8P+qUWQf/s+O0tcWLSBDL7
         wV75MiMYKMMUGfhIL0qfmsnYxcL6vzJcJuDXAvXtiOZN/voFRdXw3itK73+/AI0fZbea
         04HE0HShqYeYnCi/WSeP/7IFFstIwJ/6f0i8b04wZG8UFWBkLQ3OkieqPF3cG2TIW+ii
         IAGA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754445110; x=1755049910;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=YBlwiz1MsNU4WH+PmNArbnRDyfUGVz/JkLCfGZgBSg4=;
        b=XaQepF0VnF+RgzjGkqL8+pE5HaQw11sWTysvUS5F+8Zxx3lBmfY13VD0dqkJLZrfFu
         f2yyjJLBYrdyTkUwWo3bfO4Tl8odl6/yAcayWW/h7I0TL+fhES4Snf0LrpL5HKBOQ/2g
         E4YnOhweNY82ebxR+Jlp8eeXGE1/IFgDsUfdmjxEkMtv+0G0GgKwMuP+/3tihsIwDE0G
         cJZQ9C62HMONbkg7nqFChFmydGupWaiKvXY0s0EmPmtlmV3zBaKuSf+AmiKDje/IilD8
         70HcQLqlDd7xFDKhibDIzBWGjMP3Azrnl//QrI+Imc034L8NOZtSXtenhr2v1dHZUgzM
         FjBg==
X-Gm-Message-State: AOJu0YxSqZ7RoI3eQbSwLt5r/UzGPxZQIXHpwiiQUQSGUn+AJtKdtYZ3
	zpWaoQKQxUEtrnSfzuR+frr6bhXiIpeIHfomzRCcSR/iJ60MVVNZN075cICN
X-Google-Smtp-Source: AGHT+IHR6dlRBmexvoUUnMOtX8ZwpUAI0QCgw5D2r/b7nyS+bQx7Su2OPcA8DBVdmcKTjwnBgG+gH6k=
MIME-Version: 1.0
X-Received: by 2002:ad4:4eaf:0:b0:707:41be:920c with SMTP id
 6a1803df08f44-7097ae2e85amr17777146d6.16.1754445110175; Tue, 05 Aug 2025
 18:51:50 -0700 (PDT)
Date: Tue, 05 Aug 2025 18:51:50 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 2e199c6f33ea0000
X-Notifications-Bounce-Info: AWoTSIFX86hnM3epOz7uU0IhOuTQQCLzh1eyUegPo8COz2laypmq2Bna0LYBAo-P2cw56OKOT8L8dzoi8xvLHU4_jaOvbxLMDl0DoRcWzxmyD6K394WfdpZYzmlfxCrOkk37OKT2d8o79CpTprNSYX8tVfBILsEH6nXKt1SXb4-GIFF1LN4vUCu0jujZO1oAsQ85B7YMd6Y2jOiPRL9edVMcuDzQnwUWnVxtw9CMGcXUF5xTAREftTUYih_LylPKheh83W0p2rsoQfWjhe3QL1CGgfYadfOzSPWCQjde04LEzOz6o9ZHu4GK5JY_QaDRPRKertee58LHS5n3ZqsNXQ8ph5HZTJbe9BtgQ5RLR9dTHFAo2KjBalw8QtK1EwmHMlKoKUR_18WzpkBv-H9ZwXlKpyfS9stHqsX824e09MlEHNrDnUCe9tGS402SqfHApfAeNGsIp7GqhjfpPY-PCrVW0q-fYZqfkbcJQgbG13LDkriZmGv6k59bfWJ4lIBu8CXXqJpS5RvCWOPKd2P4y1cf6BbsT25L9zu545O-ni1AfE0mOZRfztliOYWtdE9go9fnrbeko1R2cTQzP8jG13mXC8ZRQgitd3ZCUF_BKHXjIfNU_sx87ubQjdb0StP1NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <9ae5f7c7eed3002a56ef67efc0da45ae608cb878-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000091e8e4063ba895a7"

--00000000000091e8e4063ba895a7
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/2573340067047701326/profile?trk=https%3A%2F%2Fc.gle%2FANiao5q-aPsn5XcFAtC1IQZwaIx6Zr7GI6G5cp161todZMMxNaOifjgV6hx1W_tnHY-NOfh9GKfqNu88DUVcDu-VySRVLnt02y0CgECcJvcq5OlDrMNBM2C017oYpmo>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5pkvY9zdUaeIUNQfkTD6EJC_Cg8Y5WHddEK-CD7twBcTfV9LsYURQ6epAnmRTwJdowuJI75W8iJOYEK6LnoV2k17nC6ugqDIxkKJ3vw_3UqxKCe7jwmFuSlNwdHloRrbWHcVmUGvPwR5Py0nqHz3MEgxKBV7TYlKmL8E2XuPJxpjIPw0-o>

You can see the status of your appeals  
here<https://c.gle/ANiao5pAh1HIvUTO6Kf-kudFGpJrJjdEaFeewpDvh1zNekAowU4MEX2yOJza9YxpNewK3PStxfKi142ZN9hA6FIU_GxIWQ3ANIjvuqwd5ZkkKqGK2CTpTXrDu5LQf8MyTW76JdpMcmwFiGqQzigtjHKD6VgyFph8ZjyalQ2e-idj_mGzt2GVjvstb_yJ4CVH9TCRqv8P7tYlwQjoUBjzriSnInQVin_dj5TEAoqdHJBS>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5re6yGC5deuqzOzOYZFDtKlWxrT0SgepXE7sKG8PVK5X-A8Q09mZlP5LLG86Pu2Xf_a1OOGakWkwd2ZdYsNMN6PS9RuFMtulUlSackgGZywjSB_Nju-CTEjGST5_VCO5DRoFiA>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000091e8e4063ba895a7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5qRs5MXYpm3RW1VnrBc0vQjCUVEGaL_Cm8A2ZzW3wT5lRH6RC=
asNMA_2PWptZSMPwYhKoMPeyecUdeQmQ9W56NOQbj1IpkFL51K5TkD8WzEjyEo4B_ZpsxzwdmG-=
w target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5pFWEvxBL-EVDaKvCq8uWRCiGheRZi3AhSHL2l3Jpuobv6=
0QmEzjigGJ88kTezl1dZ-HjA3ovvea4F3ebkf3MZw_6KfWh9y2fjeumkI6nty0loRtTOFe0cxMg=
4fsAPDaekNfqfv7bTfGraeezX_D6GgvUcJ2Ce2lBthWl_LdY1zL6MCRnGc5Q target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5r17dXI=
nolkzJDCDXqN8FKFXY3VVklgLD2YkaacAjl3aw4XaYGMFYs2VAZhphWPa_deXHam03y37lvkcZ4=
H7iq2PXzgkzquNK1DkdX9gJdDHDM6W41a-6iEWGvFkcPDnypjJwFngI0aUM8JP70Hz3jSALPydJ=
qGgIWsYW5keYlefZ4_C_om89OgAp-2GPDYXG4k1tw0DFr5KtJY21LirHJ1zEA_tiGbODTpweAWA=
1c target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qUkXSwMS9OB5BmdSIdcnxKwCpXZc7Aem8ivhrcsK7eW_=
P7sd6TWgesVcd7szbeUnflIMex100KyUoTYA4cDDgbER0Wp2jEmeRi5npjecYQ78Xg-7Gfj851O=
1Ies25Q-AXj5ROryw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qI6OTDHHJ3UT8DFbj0YS0nyNIcC7zYDjVFaG0js4y2gG2h5QjqkJHT7l4_TydRQh=
LRW_5QZe0mV3SU2-Pgtby_WzfuW_WhWW_sYMt9wKTnuUyygLJlezzGWCsKUycSjXkYcw.gif></=
body>
</html>
--00000000000091e8e4063ba895a7--
admin/cur/1753891031.M107872P690865.premium320.web-hosting.com,S=35964,W=36616:2,S000064000000106174151007557630020255 0ustar00Return-Path: <3z0CKaBEKAMQ6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id QALMBddAimixigoAVkXPrw
	(envelope-from <3z0CKaBEKAMQ6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 11:57:11 -0400
Return-path: <3z0CKaBEKAMQ6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 30 Jul 2025 11:57:11 -0400
Received: from [198.54.122.200] (port=52390 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3z0CKaBEKAMQ6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>)
	id 1uh9B0-00000002vF8-3vAr
	for admin@24hourwaterdamagerestorationlongisland.com;
	Wed, 30 Jul 2025 11:57:10 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=eIV9qmc7;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3z0CKaBEKAMQ6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3z0CKaBEKAMQ6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bscKW4TcWzFyCw
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 15:57:03 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-70e73d3c474so101886817b3.3
        for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 08:57:03 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753891023; x=1754495823; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=2KuB0D9wr3JuKbgzNxL+h8pAemvXPU2j7D4fxCrOlDs=;
        b=eIV9qmc742Bi4Sc2OdjbhlHPNdPYK1X9BxaLdOZMcC4DGCMLvBU+XepAR94H4AwyS8
         MF5IHngRV8hsurLj9Xt/GU7XyEHafjJLkSeIMWh176PYC6QkzfWekHQ5vYHEgkBLRwGd
         21kVqKpyUa4ekutvJtSqqqOsUXt1/9lYVdHQXS2jJrdANV9CN/coyXA8MCJE+6wWzPRq
         xxAlJGJhFD4NYdf20PVTfH9gPV3Uro2X3Qe0bxGRBf0oFm4Coik4ZPHXHm/uhGK4RJRF
         BSgukN1K5sk7BBzzIO0gsmphNwROL43JYKZrY6VhRQ1y4xWZdnoLBfYQR99NDBbtcXVG
         Q9Jg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753891023; x=1754495823;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=2KuB0D9wr3JuKbgzNxL+h8pAemvXPU2j7D4fxCrOlDs=;
        b=IryyFOsjca3H+n69U41DKwxn3EJRDIXPo8ls3Y0QqMkVTLCH/7YQpbtMDq9h8ebLZZ
         aK3Dm//GrC18VlppZtQUwj6GY7yanpUQ667EsTep8+MRuctqQw7IxH54ODOEaPtvwGSm
         VLoD030WYwwdSl6BotxzqkCXFtXv8k7qHAWHJ3RMyDDIeIgxhhwukINODVJ7j8eLkHp8
         jVo4bbLMEJYsY/SwfrD5q7otKcuAOpFos2k/JkfmGZFLlWaqIXZVhZoRu68M++2V5vj2
         prv1Ru+ZArqVtdzxGHB0z5bfTuF24cAeJBOjZABO2LC2lgf8aCBDdIWpXuPV8XmZRt3u
         jH/Q==
X-Gm-Message-State: AOJu0YwhwsxAGF+IzLm1CaNjwkFV2ng/0qryC6V8fdzDOAousZ168KhJ
	GNMk4DNmNWaG9Xkvh0seduItQn7xUe6IGdMcEJCUe3hfE44DNYchyVX73XB3
X-Google-Smtp-Source: AGHT+IE070OjQKjuO2xDOKBiHfMYM+7ZvEV0w/RHXdtBYTR7I1TiaUlvb3mkghovDfgWgqV4UlwwE3g=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:3581:b0:71a:2cb:db1c with SMTP id
 00721157ae682-71a468f797emr53486607b3.25.1753891023157; Wed, 30 Jul 2025
 08:57:03 -0700 (PDT)
Date: Wed, 30 Jul 2025 08:57:03 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140159
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5rqNi7oFVUFtqFK0WazTe8ITNcB5MytUlvu8ZEkkMixx1clnsI-dDOJ9jKbUrm5atz-ORZtSAYZiiOPVgRyDXieECXmgeXqb7C4e51bxZEMFXXBsKF9jkOS3028h6GEp7O3WN-rRBO5XSSS5whjswWQ659XCgx9qogxCh4VTYZSMDW3nQpPfCn1_zetctbokHfJVYd3Q4MsF8e6V0sfAUjDIaJe2rRvqTUR4iduGnqjDfGWlND3MTYEV6PCZgo-Tcg9MiicyWYTUBb1x53yj8z2ruJ_yznW-arEpGFe84LO7yuhPy62Apncv4o4T7jTWu7oh8VJmvREq53vlH8eUbSdKj2HmA46sz29BQiQKw?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110511039-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 61a78d3c08ea0000
X-Notifications-Bounce-Info: AWoTSIGzvPIYNlhVx69mlnp-UTtx2KnBEZBo_QYhxGCCTqOM4i8KyyDcgThVmtDWkS3XUh9Eb983RuLqugz18kIpK2Vfnwg7rgbnCL6VLfHSpadtk90Ec1e4U1ESkKfdYlkBpYXvnGwFgIAUVc-lqZ8VwHGOzGSHa7HZQ98w_VmMb1CbpTW_rMnJ2Dt8a9cSVnqD48FoG1wk24Iixivmh4YepEFhl1qyd03T_nMX0WUNWBIFC0PlTcvVmAOLibL5t7uDblnDlNXFYGNVMyk5oj9YExWoGr6MvhMqZeJ8dKbj1so4sVobaC2qzrYkcQowRk_IsW1gyaqr7OzY3DPayayOQb9V7M7n6IMP8eS-2zQnTND6AxuklFBZ81ww1tnmBsr324aYNgn4BK0mhZLN1-flk7-JhKV7jz_a-6LlAbRnKpzx7qpCS_bV9atN7ZgDmEHNqhYe__K-RJM9GKxXBnndfZ4VZOn13PkGtvnyQSRA-Ocil8g45ubcwipWZOlXYi3kiSmVqOL3wBX75EGV8TFhZqWSeltPCvQzs0KH_AFKig_h6wKkpsD29-MUDAlfv9g-3F4b1tA6cS-ouNZcJE6rGtlZvJj3ZMD0eXPY7ZPZFF_6TilxjTTy81y6m1cWMD9BoffKdYblVRHKS74NHGIZbXkXZZU9NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <1157fce8302f6e1f747aa4db16da329b6ae7fe73-20189259-111088891@google.com>
Subject: Connect with your team using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000068f901063b279332"

--00000000000068f901063b279332
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQpHb29nbGUgV29ya3NwYWNl
IEVzc2VudGlhbHMgYWxsb3dzIHlvdSB0byBjb25uZWN0IHF1aWNrbHkgYW5kIGZsZXhpYmx5IHdo
ZW4gIA0KeW91J3JlIGluIHRoZSBvZmZpY2UsIGF0IGhvbWUgb3Igb24gdGhlIGdvIOKAkyBhbGwg
YXQgbm8gY29zdC4NCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQoNCldoZW4g
eW91ciB0ZWFtIG5lZWRzIHRvIGNvbm5lY3Qgb3ZlciB2aWRlbywgIA0KTWVldDxodHRwczovL2Mu
Z2xlL0FOaWFvNXBVRmZLZ0tMcHlvNjVlMUxPdnZnekw2SGoxUTBMcGd5MjhfaDY3UVZhcnhrR19J
OHJYQUlDRUUwa1U0OUFtR2FFbmM5eFo3V3JrN2JUOENvdVlibVotS0E3ZFE1dEpkcEdtR1A1YUc2
VzVER1Y4X1NzX0FBTWc2aTdtZmsyTHYyOE5UaktVbTZRYUNEU2ZfSm1lbkVoNnhuUUUycEtENW5i
RTEwUEJtR0RIS2d6N1VucC1UUmlXcUhnSFByUEZCd000OC01amtxN2p0Q0NWYTFSX2J3a010c1VW
QkFacFFzN0s2QjdLTkZlWlA0TnR1ck1YTHhmbEJtVjMyWXRxRkVYanB4M0Q4Q1Vqa1NFUllOVXli
cHctYTZJPiAgDQpjYW4gZGVsaXZlciBzZWN1cmUsIHJlbGlhYmxlLCBhbmQgaGlnaC1xdWFsaXR5
IHZpZGVvIG1lZXRpbmdzIGZvciB1cCB0byAxMDAgIA0KcGVvcGxlLg0KDQogRnJvbSBkaXJlY3Qg
bWVzc2FnZXMgdG8gZ3JvdXAgY29udmVyc2F0aW9ucywgIA0KQ2hhdDxodHRwczovL2MuZ2xlL0FO
aWFvNW8yOXE5b20wb2VIVXo4MjBFUTlMQ2tCQ1dwaEFCSlJXNG1ORzFLclFZUWFVc0RQZGF5VWNq
aGhTeENFZmJrTWtzdzlYa2IzR3ZNU1dsWVpsTzZYelRXTTFYUF9ORlF1N2prRUVPSXpWVnBjMEp2
WUdGSVZZZTJfZzdtWkNPRU95cjhvWGxydnZPaTVGUlhPN0l4eG9iX295UFJHY0FiXzJKYkY1UmlX
V2NvaHNxMjJHMTlCTEVNbzNtajBSblU2TjNlOWJ0VVd1WDIxY1lFOHdWUENVa01Ia0ZvUHZaUEw3
UG1NT3QzaW9wOHA0cUJKWjBqRUM2R2ZUUV82bTRRRFdLZ0pfM2Qwb1ZmTW5lNVE2VlhzUHJQejlv
PiAgDQpoZWxwcyB5b3Ugc2VjdXJlbHkgY29ubmVjdCB3aXRoIGNvbGxlYWd1ZXMgYW5kIHRha2Ug
Z3JvdXAgd29yayB0byB0aGUgbmV4dCAgDQpsZXZlbCB3aXRoIHNoYXJlZCBTcGFjZXMsIGZpbGVz
LCBhbmQgdGFza3MuDQoNCg0KVG8gaGVscCB5b3VyIHRlYW0gY29tbXVuaWNhdGUgbW9yZSBlZmZl
Y3RpdmVseSwgdmlzaXQgb3VyIGxlYXJuaW5nIGNlbnRlcidzICANCk1lZXQ8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVxbXBDSEF0OWFZOE5ndU1VMlo3NjBwNXF2VVlOcDdWRWRiT0lKTEh6VERncHpuaG4y
TVZvbklLemhUa3RCQWZiUnh6MmswZDA3cnR3X2FIQi1iLUIxVGk3clFRZ3N5T0d1UzRkX1ZqUUFZ
NENCT1NOTFd4bTNfVmFTdmVid0UyOHVGYjJJcUVxSDNNVEp1YnRiUFFoR1o2YVNacC10dUI2U1JY
cTZXUTFRT253Ym8tRXNsY2tYeTVmUTRITHBsUUItXzJWT0hSb2M4WEVVYnYwbzhNdm5VdFVUbUcz
SlUtd2hPcklyRmlHMVJZbjA0dk83NzF0NlJyWEZxYUtWNHBzRUhtRDBHRm1oMFFNdTgteWJFc1lE
TTFyWjR1UGtDeEtoZEFsZ0dmRkNob2xCQXBFODBZVmdkeTdMdWFPM2NxalUzTDdpbTBZNnlOcVNR
cXp6dHc3Zms0WGc+ICANCmFuZCAgDQpDaGF0PGh0dHBzOi8vYy5nbGUvQU5pYW81cWdySDFXTGxC
WGxDc010VTFOWmRKYjJxbnd5emNaYUx5RS1PV3doaHJkc1lGLWJqR0JvY3BMYWJzNDNTeXlSRElE
R0N6UmQxeWxkOU11REk5bXFHTmlGWW83SjBSQ2FIRkVIbnRvRGY5RFhLb3h3bG5uSV9Jak5FT2dO
VllSb3ppZUtFTXZ5UjlHZnlDVHRKM25VVU90dDNfMHVHWWE0bmZDMHFPaEFzVVJnZ0lNR3J4YzY0
NXZrMjRxODRiTThJYThqaGh4YzlwZlJGcjNhQkQ2RVJXTEJZRGVBTTQ2cDBfckZobWt0c1htcnBR
eGk5a3pWaDZLMzhDNGY1dnpvMmFIVXIxdXJ0Uk9RTE9VNDVqY2RUX3RkSExWTFVzYXY4SW51YWs4
RlB4WEdDSHZ4NkQ1Mk9RMW1DUV9QTXFQR3M0SHRyOUZ2NWZMdzVIY2VQVjBVYXNmZFBNPiAgDQpw
YWdlcy4NCg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxODI5MEhTeGJF
WXE5S3l0SHBFc1REVDJwVHl5R3pRb1ltY25FLWU5aWNLd0U0M3BGTnNGMF9JZjQ4aHduc19KTlNB
c2R5QVpOMmFBc2l1TFNzdzV2QWg2UUszVGdXZTFoNUFJVnRTMl9jZ0Q1dEMxWTZ0YUtNZHVQY3Fz
cTdKMWNCd21ZWTFwMWNnNDlvPg0KVHdpdHRlciAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyeGs4
QW42QXFHLVpDQm5RZGlReTB5blJtZzJsNzhJSHlIQ3ljbjAtNUs0WjdoUC0xSzNqcm1HejR3VXVW
U3JyQzh6N2lCRnNCeEQ2NmtpTFJ5enJvQWE5RVVnZllsSTVVUnE0eVNHSXNpX0cyczljWGR2ZU0y
OGl4aTZydUVRcGhvRVBQM3lXRT4NCkxpbmtlZEluICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXF5
ZEtQNnF0MHNIMkNxTk5UM1cyOVc4LXhINjVjZlY4a1o0ekluZ0E0MnN0aTBTTjVEWmxsVC1KbTB3
dHVlMzAwOTVUZHMxMHhudzNEZEFYM3pxQWE2SmRDNGdGRGtMalhOSG1GYzBGQlczQk44SkVKdTZw
eFVuMWh5S1ZDNE1yT0pSdHJxXzBJRDNIRmY1aXB3WFVjRVlCTVJkdTBVPg0KRmFjZWJvb2sgIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81cTNpdDNCVTc1eUZZWkpTRmxYUUw4czJzeXQ1dURrYzgxdGFB
RXNpeExUZTlFVjF4bDY2NTBidUs0eHpLVl9kdDZlMUV3Vk1DS1hpa3NIamFYMjJDUXBFTUxJakR3
TE9mS3RKZHZrNFZLdG11YVZTbTZXWXJXeWtFVDJDLTNUVTRXVllza1NUd2RfWWx5QTVLYz4NCklu
c3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVydFNTd0ZhT3V4RGZDdWc0Q3BUSFZNbUFn
U29TQzBjMVcydGFMZzZuQ1BJcnEzZERzZFNibTNFaGRMQWNuTHk2S2NNVEpSQkI5dWJ4VU1hRFJD
UEp3M2pZQS1uSFVqd0hETS1jZ0tKQjBqZnNxLVdRZUlBUEczZ2JEOVNpUEZ1WV9OVFN3UFQ1VFN6
MWFya0xvY3l1Yz4NCkdvb2dsZSBMTEMgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRh
aW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2FzIHNlbnQgdG8gYWRtaW5AMjRob3Vyd2F0
ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tICANCmJlY2F1c2UgeW91IHNpZ25lZCB1
cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3QgdXBkYXRlcywgYW5kIHRpcHMgYWJvdXQgIA0KR29v
Z2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUgdGhhdCBzb21lIGZlYXR1cmVzIGhpZ2hsaWdodGVk
IGluIHRoZXNlICANCmVtYWlscyBtaWdodCBub3QgYmUgZGVwbG95ZWQgYnkgeW91ciBvcmdhbml6
YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRvICANCnJlY2VpdmUgc3VjaCBlbWFpbHMgaW4gdGhl
IGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJlIGhlcmUgIA0KPGh0dHBzOi8vbXlhY2NvdW50Lmdv
b2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVmZXJlbmNlcy91bnN1YnNjcmliZS9ndC9BTmlhbzVx
c0ZaUjlBbmNLd0d4YUpJQnEtN2F3ZXozcFRLcmdrblV3WDByMmlhX203MHFISXBvOWx0bHpudkUz
OUN6QjJHVXdoMUVyZ3ZJdWhERnRzbGxfY0lWVkF1MXRxeUFiZ2xPYmN3YTVkNGNtNTVqSjBQTi1F
X1FRNjN6TEdaM2V0cTV1dHEzWldkOWxwWmI3Q2RfdmFNZUxqUS1aUV9ZODRjeldsR1o5WUtBaDRR
Ui10cGV2TWdCdmN5b1VYLUhkUTVmM2NJOEM3dm05b01YVUU2MUgtc1FMNC00NU1CNHBsMWFCWUh4
NGQxR2lDRkM5dmttY2xYQU9ZOHMyUFBjNlNsSERlOGQ5NXNMMWRQbnQ1Y1hkb05LMFZCU0JQSDJQ
WTRvTnNsVXJzM215Zy1WWWZPQmlMQkY0cVQ0dTZFUWhWdHNHdHpqeFRNelZPZWQ3eW1DcTFydXRL
cnc4NTM0aDFkQ2xydVE/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVtPWVtYWlsJmF1dG89dHJ1ZT4u
DQoNCg==
--00000000000068f901063b279332
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Fast, flexible communication</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Connec=
t quickly and flexibly from anywhere, on any device =E2=80=93 all at no cos=
t.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Fast and fle=
xible communication
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Google Works=
pace Essentials allows you to connect quickly and flexibly when you're in t=
he office, at home or on the <span style=3D"white-space: nowrap !important;=
 direction:ltr;">go =E2=80=93</span> all at no cost.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
10px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email4-gw-transparent-w1730px-h1058px-2x.png width=3D480 height=3Dauto alig=
n=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Fast and flexible comm=
unication" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->
    </td>
  </tr>
  </table>
   =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-meet-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dmiddle align=3Dleft style=3Dpadding:0;pa=
dding-top:0px;vertical-align:middle;width:64px;color:#3C4043;padding-bottom=
:19px;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
meet-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:24px;letter-spacing:0.1px;padding-top:3px;" dir=3Dltr>
    When your team needs to connect over video, <a href=3Dhttps://c.gle/ANi=
ao5odKTDcoBfRaTbGty1gTA4ctEjxx2ogd_ugnmeEBDdvdMal1Gr3u5xbbEbQI-XCvqj8SCfsYA=
MBXLzyhxt_FfjBN-UTXRFxj3D2u443mJ5paBrV4ELt2BhyX1K83afjkKCYFaQBu9x7lbU4dPVaz=
HLmPIpoL8SC-WUrDWsaSKWbdUVU8H2WB6numHZ-0ide7xpM_5B2EciU6Ey-1wrQTv32LKMnOiPQ=
DZw_fGpIuv1lusgMHAaH5PVUIHxYrW5OZbYC5DAi-FDyJVxG7uibMcDofIzWWQ style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> can deliver s=
ecure, reliable, and <span style=3D"white-space: nowrap !important; directi=
on:ltr;">high-</span>quality video meetings for up to 100 people.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-chat-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dtop align=3Dleft style=3Dpadding:0;paddi=
ng-top:17px;vertical-align:top;width:64px;color:#3C4043;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
chat-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:0px;letter-spacing:0.1px;padding-top:0px;" dir=3Dltr>
    From direct messages to group conversations, <a href=3Dhttps://c.gle/AN=
iao5r00USEIUWvXrKsaxCPhwTsMQbKuqAPDNoO9Lml1kvx3Gkr09_LWpdVDxnaWbSrByAmGYpdJ=
f685lY5KkHgYTcDDPFmdYap9SujkTX8bN2Vel-XNR5iTqyGUoO0slD9laQ8cdr6uFbyon6fvSXC=
0GAAFDaWBVoG8tx1B8gjDBY9mS2uxsRkpPvTNAfCa4PafTHBCLYfYATngE1WKwjehE0QxEU3DNq=
751AHcdBwn6XVXpPz62gkNexQSKOdQ7VIkJ9wjeMmmjajK4qR_OYumDuLjX9gHA style=3Dtex=
t-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a> helps you se=
curely connect with colleagues and take group work to the next level with s=
hared Spaces, files, and tasks.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:40px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->To help your=
 team communicate more effectively, visit our learning center's <a href=3Dh=
ttps://c.gle/ANiao5q3zdkVvYP_AGVwaLs8a8n2AvPXqsL1C7F-bE7OPlYaDf_IOiGak17Ciz=
1bJ1y2qtYUTpkJQqY7_ZQPfcoX05NEBvT8ZbhwD38Koa0LNxdP-cSCV93qCYG3x-HOF1bcQvgoj=
hD2Jc04K8idNUotD0cvsBPUkAXBp6MM90b6q_4adALZSnZd1tM3medmBVwKf8HpmymXcSdrUvAR=
iwUI7ncbt5ql1PAl1yhlpn6XJkAVwH8E5oH9dUT70XUH0OtAVoO1ttK981CSS6GizDmUj6kBGf9=
Iqikuz9yxJdUEj3sLQefzhtNSxJHl4If9cKoZBF-fz2zs4bHK3E99eVt7gpUOqmdTLg style=
=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> and <a=
 href=3Dhttps://c.gle/ANiao5pf0LCiWT5x46tQFLwqZl3As7-pH3owhA1ZX73R8Cx-FhGDH=
LQ1Y8fFaDnRSx0JXewdAYSvaAF41upP7sBmnnaVDplPCboLBjxJNxNdRzE7Ip8w7jOXJHNR-7pI=
-_1iyeSwiipStfqxZxx3ZeO9m4NhARkgnRWF9HlzP7rs6AgRZ_9d0C7O_TB_mbUaYqbVmTq362e=
pfvf4Vs20FyXOgU9ZC4wmUyHz7KereeTkGh0-v2yEqHJxOo5qLlXbCfcWpqpwm7DCIGjvILe14P=
fxx2dWzoC0_vHhNSmOLHlcJ21MoFXbsJ0NF2dTQWv1zRmMicoGHVwWG7TvjjcgiOVLydt8_M9K_=
w style=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a>=
 pages.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qQEKr2MFC3ObyHjzhSvoYIb_Sp1VuJO-otL4D=
d4iy2oxcXK_U6D7kuuGcKJso1H4UkvBxdbK_St2IFV_cSnENax01bEmxKesDksebRmpt-1sN5Fq=
PzWZkbwqbm2MJzwwCwpD2vi_ns6YY3L5k target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rRXR8kXnNJXTdnseuuqfdy9M6LDO2l_2jP2OH=
lU3zcEwKM7lQ2m6qh2UYz0QUMMbDUK2V15qxiJc3rbZlt44tffnUDBZmvp3YBOOHUuuwNW1nBQf=
vdVYdJPivJP4Oe8pgm_lRSNj8zOg target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pfw5WTgfRw0Gp_71rSRuhlNKWx90bz3Xu8xhd=
s-O87WA2OSurmn33AH0NSjHFaD6s_AD8vbBTFh-xScOkplx_7-zPT_zCOHuooFyCDhlcCTl7VYl=
7z3RPZi6IFlZKrfRi3jCK9ZQWb1znCYkbBUiDnVDYDqk_Krmk target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5orwDEdMLVrDE_Mljlm_Q2WWt6OaMOsG6BOsEE=
kdxsjDN5gV00Bl61rKmFx3RrcQc3GBXcemr4JksjsjA3G408dsIJbIdcfmUY9zX26dUAcnYDt9y=
slBpU2M0rKBUqJ0Lta9zaUy_KF9BqwUOiTlA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oVU2F6ufrRHXXh4_C-EIQX-4u8CSryPolVf7w=
tqMxTnx3uUYj26wChFSJcG8gFfMlVRwS-jLnw1peY1o-J3WLJNplj1-tRQQEeAT59sEwTY9-HBG=
8zWzj4_XZ-0tboIgXWnlP15cXnjoKwCPoIuYIDfw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to admin@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5rqNi7oFVUFtqFK0WazTe8ITNcB5MytUl=
vu8ZEkkMixx1clnsI-dDOJ9jKbUrm5atz-ORZtSAYZiiOPVgRyDXieECXmgeXqb7C4e51bxZEMF=
XXBsKF9jkOS3028h6GEp7O3WN-rRBO5XSSS5whjswWQ659XCgx9qogxCh4VTYZSMDW3nQpPfCn1=
_zetctbokHfJVYd3Q4MsF8e6V0sfAUjDIaJe2rRvqTUR4iduGnqjDfGWlND3MTYEV6PCZgo-Tcg=
9MiicyWYTUBb1x53yj8z2ruJ_yznW-arEpGFe84LO7yuhPy62Apncv4o4T7jTWu7oh8VJmvREq5=
3vlH8eUbSdKj2HmA46sz29BQiQKw?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue=
 target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscri=
be here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--00000000000068f901063b279332--
admin/cur/1754194392.M694272P3573457.premium320.web-hosting.com,S=33165,W=34012:2,S000064000000100615151007557630020316 0ustar00Return-Path: <30uGOaBcKAB04NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id SAHtKNjhjmjRhjYAVkXPrw
	(envelope-from <30uGOaBcKAB04NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 00:13:12 -0400
Return-path: <30uGOaBcKAB04NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 00:13:12 -0400
Received: from [198.54.122.200] (port=36815 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <30uGOaBcKAB04NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>)
	id 1uiQ5w-0000000F03r-2D7y
	for admin@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 00:13:12 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=JGsWn1NB;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 30uGOaBcKAB04NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com designates 209.85.166.198 as permitted sender) smtp.mailfrom=30uGOaBcKAB04NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com
Received: from mail-il1-f198.google.com (mail-il1-f198.google.com [209.85.166.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvmWQ64Rxz17XF
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 04:13:06 +0000 (UTC)
Received: by mail-il1-f198.google.com with SMTP id e9e14a558f8ab-3e3fcdbeb23so65019945ab.3
        for <admin@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 21:13:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754194386; x=1754799186; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Ste23c+0LX4K1URds7cZepY0ZjEB9YT9JdeRH5wzlFM=;
        b=JGsWn1NBFKtkgDSqkI4y2XSRUuiyhFX+4vUi3hJT+Cj51ppDwDqn1YDWJLaSsK5I3j
         LOy/Ho13jbhqxAXWMiFZBjslValQ14ZTQwf7XHnW8AUAyXooIAIlqI04NrzgZkEWWN96
         hBIgdEpdDB67iBIPZAlux3rDZZ6djA976j0gIRijmKWX2Dn9CLPhc2uxI5JQnCU9UPdr
         5QyWilsNzkH1UefhaF+qp5BELFYtggQ8LSNnrxf51BwK/kF1IcW+ioQpyuMjS/ysMYzy
         wIkFk2v+2JJXScs7YayGoeMQpPPjAHWp1MCjDnKiv1CBpZfSTHoL6S4Ub858yBKRGHFn
         teGg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754194386; x=1754799186;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Ste23c+0LX4K1URds7cZepY0ZjEB9YT9JdeRH5wzlFM=;
        b=kq48mzOE02rBdTP8b6pBMLtQkNm90hPvuy0GEDlutIOCjBSjb8P9jJ4nlFlFJlOktn
         T8rjOgslcTezvO/RV30B6+7+7Rt+4tmz56fxiswsZkYNSDqSvCipsW/2Wd8nMVKbk4AE
         jsAXfJ4WBs8ebmLkhjh/F+erHnx2ek9otlarYKjSjwako1qBVFgeTy10OWA01vVXRNaU
         MQh8y+n3EhrQypE34O5IHHw6oSwgYVeZECEw3MpM6WN50qzaWLbBuQIQahRv35ihvZST
         oqyVm8Fd6HREbL/4Q7mStidBwGlsrTFzDo8MvENJmUh67j+n8TrLuUdCThr9DTyU+RPy
         yArA==
X-Gm-Message-State: AOJu0Yy7ivcMzu0LRqpEr5vkfGgrow+zDLzcNVuufqz1TFMQ0JQa3iFI
	qvl5StyNPhbZu3zTlCFPl3KPR81TcXNK1qBwI2G/HIUN+RxtjlM=
X-Google-Smtp-Source: AGHT+IEoPRmhE9XTrjV8TU6cEaO+lOoIjkdbNuuEg1LOKdqEMwW4MKXAuG6+LH/PG5t5/BN1QZrkGxA=
MIME-Version: 1.0
X-Received: by 2002:a92:cda7:0:b0:3e2:9fa7:a60a with SMTP id
 e9e14a558f8ab-3e41611a0aamr87948765ab.3.1754194386357; Sat, 02 Aug 2025
 21:13:06 -0700 (PDT)
Date: Sat, 02 Aug 2025 21:13:06 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 59d53314b5da0000
X-Notifications-Bounce-Info: AWoTSIFb12UrObvKDTSx_wzokyi73iVNT-cvZepZMRjDBh2znaUVD3dbF3NCEHAa5IKAvgIeq8Uk8ydU1Ft_I2Co3ZOCiIo_3F4nC9KuLI-GJEHKGQbM04SA1kizZ9ODH2Y99mUejmtwnEMYQz4sY-2jOpoAt0hDXFAb3zrt41j93ZnwsVew1GkkiWLn9IL4NvMGshvvq0VieiqyRs1_kHfv9SFQNW5f4dE4uaCgc4SzykPCMpYqI5ExZUiKD2Mor0fSx2SAS3NVRQl5TAPVuVmMgDetrsNQ25EMEouwt6BBxu8cQPpDJEVX8in1x6CfIdMkppDUO51T7iUUq0fyRvC8Ds0suzj9nRHVzHCusga4oJs1SHIrbyzWL562P5zQkxUdCCSinBzA4mbz6vZXVJNgBWeoBYimNqW_UtN_c-zY0wGp4wRUicdyY5a18co5uRte0997wCISPaP2vPbI9yEMavs16PC27cyl2GQdQDkAxKg8_PyjGiJ6G5fA9rv3w7TDq8Ld_r7lxE22g7wbFN8gl0fWeYueibcNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <d0c8a4e67c0727ecc50b4235319c9302f134c6d0-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000440f33063b6e35d2"

--000000000000440f33063b6e35d2
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo4NzMxNQ0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzkwNDU1NjkwODYy
MDk1NDM0MDIvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTg3MzE1JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cHFGOGxxX01MNTdNRC1sUV9jR3FaR3hKc1AzcWdjcVctTExMMzU0YUYw
SmxhRjJ5TkQ4MFYtQ3FQbHZPYmVfekFfZ1k1MEZQUXdMZ3ZSaGVETHBRbTVPcEFNaVFSaWxEVUls
SzFfZU9DdVQybmt2QzZ4V0RxNE9BTUhLaVk+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvTWpXamd1eTB6
VTR4b0dfT2ZVR2V3TWxIRG9Qa0hCRm02bDI0d1Y0b0VTLVlkcXp0d2NaT2tMcEx5UjJZdG5ENEpH
MVpCN0pCX3hDRWVVT0MxaXFwblQyVTlqVVVfSkNwTy1UMXlCaUkwcGgyakF6VHJlZFdJTVFQcl9D
dV90VVVnSXdncXhSa0gyZWx3RXdRcGl3RzRhUWs+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgYWRtaW5A
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vOTA0NTU2OTA4NjIwOTU0MzQwMi9wcm9maWxlL3Zl
cmlmeT9obD1lbiZwaW49ODczMTUmdHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlhbzVvenpj
NjJXRDE2MlNuSFJFMTFyWHdHc0lNblpQdDN0d19WOXdUU0I4d1N2a2RQTEtZd0E5NHpZaHZoYVEx
Ym5mRlZfTHotQXZCZ1F1a1hkSzA4VkV0WWZhWnYwZkJKdEt0Vm5QNGFPMUVTS0x4c000d1hBVmhr
bG9ELXhnd3daNjA+DQoNClZpc2l0IHRoZSBIZWxwICANCkNlbnRlcjxodHRwczovL2MuZ2xlL0FO
aWFvNXE1T3hZRWtucW1qTEJNMldzZlpMTTQ1MjZkMzJwcUlHaThybkMzNTFrdVVCWnJQY0JCVVdU
V1RVb2N1bXNXY19XWm9NTEFTMklGb2ZpcWp2aXc2Q2p6MjNXWXNPREEyQmVBeVd6ZDhpT3pDdUJW
SmVtbnVEN04zTHRZc0xHa2lKM3NrT1lVMUctUXlQTllIdElpRS02RENBcDBGSE1GUC0zbE9hUmhQ
YVE+ICANCnRvIGxlYXJuIG1vcmUuDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMgMTYwMA0KQW1waGl0
aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdvb2dsZS5jb20g
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cFZDSEt5ODFESmp3dndDdkM4dW04SDA5a2RVb2ZDSFFo
TlhudjlsV1hPcERXajBnS2hzU0IyckpFUzI1aVJNWnhtQTQyc3dfRWcxOUpQeERvczl4eTAwNl9r
YTZaem5LMjduYThrVDJuTXhKQVB2ckpwX3JIeWloc3VDR3dDZ3lIN2RHUT4NCg0KWW91IGhhdmUg
cmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFudCBjaGFuZ2Vz
IHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--000000000000440f33063b6e35d2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/90455690862095434=
02/profile/verify?hl=3Den&amp;pin=3D87315&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5oFlL_hoNazqOuS7UAB-otLK1_toeNALBsFwOsWUBcoYj9PwjH6VNfO3OmbZL9vYcypF8jN=
RfTZa44Xv1f5hQvDqE8LL7Y_onit-Py3GOCfqfRTAOQKVFw>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">87315</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9045569086209543402/profile/verify?=
hl=3Den&amp;pin=3D87315&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qriHkLoVNByW_=
-A71o3GvdzjbfF-UnLl7EqeAecXkYDvEt-38rXvGNh3jBTZOl302k58QiBdFxXQluGw9LVTykDu=
YH4onN-9qVbv7mftxxLypMmskXvkaVamPVoOmvvw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9045569086209543402/profile/verify?=
hl=3Den&amp;pin=3D87315&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qriHkLoVNByW_=
-A71o3GvdzjbfF-UnLl7EqeAecXkYDvEt-38rXvGNh3jBTZOl302k58QiBdFxXQluGw9LVTykDu=
YH4onN-9qVbv7mftxxLypMmskXvkaVamPVoOmvvw target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9045569086209543402/profile/verify?=
hl=3Den&amp;pin=3D87315&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qriHkLoVNByW_=
-A71o3GvdzjbfF-UnLl7EqeAecXkYDvEt-38rXvGNh3jBTZOl302k58QiBdFxXQluGw9LVTykDu=
YH4onN-9qVbv7mftxxLypMmskXvkaVamPVoOmvvw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5r_J8MqsN05Bw_j64=
Eda8r0ShO10LemwhhHf1jn9f2AO-IxiLl5tWfpi6Rk7ziuOQuKWEX91BJ1i1-DUFtbL-xyoNdRS=
2SzNwoykQFHu2eDyxmfhgI3ke0xH1QKIhIpN6gK7Cn9zXxZ0SBxch_eMCAcFUQD7w style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">admin@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9045569086209543402/profile/verify?=
hl=3Den&amp;pin=3D87315&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rIroXWO8M2iFW=
1fHUtvcFEOMyZdELamkT5mUv5ghvIl2ivcVC74Bxdj8N20cMdQghIoeVzGbANipxjdAUyiAVaAw=
Ryjly1mOaW8b0et73gE1R1PGjypa2B5hgKD8NPJIjkcQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9045569086209543402/profile/verify?=
hl=3Den&amp;pin=3D87315&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rIroXWO8M2iFW=
1fHUtvcFEOMyZdELamkT5mUv5ghvIl2ivcVC74Bxdj8N20cMdQghIoeVzGbANipxjdAUyiAVaAw=
Ryjly1mOaW8b0et73gE1R1PGjypa2B5hgKD8NPJIjkcQ target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9045569086209543402/profile/verify?=
hl=3Den&amp;pin=3D87315&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rIroXWO8M2iFW=
1fHUtvcFEOMyZdELamkT5mUv5ghvIl2ivcVC74Bxdj8N20cMdQghIoeVzGbANipxjdAUyiAVaAw=
Ryjly1mOaW8b0et73gE1R1PGjypa2B5hgKD8NPJIjkcQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5p02sorW8EcHi23Mq1AGIOiX3AIu9Rwq7nwxZXZDea3O-EwW30tOQDPMKe4XMGGKAs7ASO=
yEUqSwNO5KgF8QAv7Fqs1B9KUojz5NXrrHjcX2BKQMs7sAZB44bJKPCdS_9Y4srt1vnB6aSF0c1=
wJkaQ5mB31uX5zIj5CGeyBOijEog style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5qN7SPcy6OceIBV78DTWz4rgrLg5EuHY_1PRzNdOyLuqd9PcHwK0i2XdEH9VZQJUL_K9BDXeLG=
06kTi86uw0Ag-YBLURDPE3xh4SKKWMDMfwggRn0Iq54sc2MU8D-AABbq9hIz-HA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qpp0acbGnuS9Yjt9d9INADCiexw83Kfrkb0kG4KimVqmy42eY1tOKFqNgDnq319Q=
nkrEk-KyxacKoHCM66e_mLnHq3naaIrYduDXkbu1e3V1bVJ9nmK5IOgqMD4yP-oKg9SA.gif></=
body>
</html>
--000000000000440f33063b6e35d2--
admin/cur/1754562264.M35548P1228549.premium320.web-hosting.com,S=33168,W=34015:2,S000064000000100620151007557630020225 0ustar00Return-Path: <31n6UaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 618EAth+lGgFvxIAVkXPrw
	(envelope-from <31n6UaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 06:24:24 -0400
Return-path: <31n6UaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 07 Aug 2025 06:24:24 -0400
Received: from [198.54.122.200] (port=57510 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <31n6UaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>)
	id 1ujxnL-000000059bC-3dkn
	for admin@24hourwaterdamagerestorationlongisland.com;
	Thu, 07 Aug 2025 06:24:23 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="Le4aZ/TD";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 31n6UaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com designates 209.85.160.200 as permitted sender) smtp.mailfrom=31n6UaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4byNYy721gzFyhH
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 10:24:22 +0000 (UTC)
Received: by mail-qt1-f200.google.com with SMTP id d75a77b69052e-4b061ad3cc0so25235991cf.0
        for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 03:24:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754562262; x=1755167062; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Njl59uMBnVcyPK8KRC9dd+x/ajKt+hnCMvBq3fNI4iY=;
        b=Le4aZ/TD9nG+qgGBh7SwKP51/YWqN5YyW11mZ5EFxU/DUAGg+uRM+NjfYfDwdGdHNT
         aYjGz2w8Q98oeCHkLRldUAb9xb4vkkNFe2puNR89jysgsTY/tqeuf5lS97UfVS9JdWg0
         A5bf2R+ddHCPA/1YpvMedUpOBR2FTBfMDJpNJg23dB+r/nkMDQNuUSaL6jUou7zElmM6
         uuBvCmHN/NnHL2vRACoFZNnIKGQBgsewrh5HfvEE7svE4/VUZcWqbOZDsgSQ9H5lAWty
         X259LGVWq/nBmBTaHe5Y/YIF+bJBShqn6kVS8lfL/3SFF3+kQrYZ+Dx7C5Ws9hNuPwA7
         6x2A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754562262; x=1755167062;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Njl59uMBnVcyPK8KRC9dd+x/ajKt+hnCMvBq3fNI4iY=;
        b=Sv6ZgczATua2FLDh55jl8rMRavHu2tPQxzVOkB18nyTZD3McIUrqaLMeiQBR8KZZs7
         48VetQU9Og7lF0u+wBiC07oAEa2d7z+TiQGr+9e1DWAXpj+z0SX5qU4atvQHTR/tYuAL
         m+JEJuGmSCA61WGV+XYL9B9A5u/ftj3XAwFSFjCK3EtmFVqb+DLbz5l0bI2bRArBy6Uc
         9kbbraRjsCL/KXeyZ1FZuno/K/FG220BFbne6CXDvdGBpY6SlK5/kOy92YnpHi8gP17+
         xJTeA/aVherPb4uhaBSKU7R6YX2YLkyAnfK7F18KmooqMKoBR9fup/LeGx6HAuzpx/ep
         uvuQ==
X-Gm-Message-State: AOJu0Yxq+RU/pSD/TUwhpkiCVP70BcrgV2D393okftpwbp9liBxqyxdO
	5BYVNeh69I5s4ygWy/Y6qhE0LO88mXZn2uLNy1EshImjn0nPxd8=
X-Google-Smtp-Source: AGHT+IFLgK2q9Bm1zb5Xa2ECCSjCdotBtBIvi9hSUyMPD0dLANIdALSzaZUULv8jLCmEg/a/rfApajo=
MIME-Version: 1.0
X-Received: by 2002:ac8:5ac5:0:b0:4ab:4d30:564f with SMTP id
 d75a77b69052e-4b092707d97mr78695851cf.47.1754562262368; Thu, 07 Aug 2025
 03:24:22 -0700 (PDT)
Date: Thu, 07 Aug 2025 03:24:22 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 6d4ee7605bea0000
X-Notifications-Bounce-Info: AWoTSIH1PGaCSjO5rl0yQE9E4iVZZtsCHo4vdSTTAqubqP4NYtQZyHYRXtp8qpuQMQTkYV8jZdj-DoIk8Md8zQQGmLlv2llULac6-axQBjIYIgN10BNjKzsBzwvdaiAOfjbUE93WJJjvrhqZ1XTB8FShk18B3oI_eYiBUStz9l6_ACYJnxFDqIHIJL3xB39-Oe6Efg-QdWe2wG9L_l-NFOkoos1dNTLoRnBN7lvd7Z8atxW0JvccOAqcuPizsZ7KUGfp8br8suFRApNcSY-VHfo_T9TZeqa8M9_qQcYcHOAp4Deical4sIfMq3EtXGvQ7u8DGju5mVnDCpPs_x23-kN1AdnXjm5ShSdmp325N8PCrStOW74Gh0SEfQFJDRxAcp5UbM_yDCpJatm6fjjKSSsgpTiYFNaGpaXImBihK4GOusTNvZcJoE3Tw5IjtNQF8VyB_sv3wsTUJ2bwT-kSB1vqB4OldYZhh7tIMeRwl2ByIpF_k7JcPSUdGUjpr6oaeb8m5iqeT01qZbcR2j5TKMObtkdfgppNkscNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <d5800d06b521dbcf295f0948b0ebef3b159b9e57-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000062836e063bc3dc71"

--00000000000062836e063bc3dc71
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQowNDQ3NA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzIzNDA0MDI5NDMz
MzMyMjY4ODYvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTA0NDc0JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81ckdoVnU1cGVBNFZ2VlhDRnJwNVozcDdHcjFHb0h5TnZwdU1NUTZLRWZs
T3dWaDdwdEptbkJnSGpzT2hsSlFPSWE2ZW5VWkRTWTduaTUtNWJfV0tDZ2lEVzFIaEpTQWlVRXJB
U2QyRTlpRE4tZFJBNll2QnMxSXRzb1JOV3M+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyVVkycTFGVlUt
TUJXV1dlNzRRb24tSW1ISVlKUm9zTDRzQm1tb1QzdE9LeUxyQ2lFazJsUkJTNU5XWEJJRHYxTFJN
UTQ5TVhEWjJmcUU4cXQtZFV5ejdTTDlMTlZHQTliZ1Bwd21QTW5hcDhhcFBteXZQUlgtR1BiTTRz
TThXMENUbktQLURsMVdTR0d5QmM5WVBVOFA3dWc+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgYWRtaW5A
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMjM0MDQwMjk0MzMzMzIyNjg4Ni9wcm9maWxlL3Zl
cmlmeT9obD1lbiZwaW49MDQ0NzQmdHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlhbzVwN2hv
RnJGNHFTQk5oUW9JWHgySFBuekFia08waF9wdFdHZVA3dVR4Z3pydjhwS3NyOUlSSTVCejRrOGRJ
QWZFalk5emxkWmtpYm9nUll4eU5BdXZnVmp6Z3RzUTdvTnVLSjBoYUNZLW5Uc01qMEZUbWlRMGFG
eVRDWVNHY3ZwVXc+DQoNClZpc2l0IHRoZSBIZWxwICANCkNlbnRlcjxodHRwczovL2MuZ2xlL0FO
aWFvNW9BTUlPQ0Ztc2xvalgzUmpENXZZUjRnb1dmVGZQZ3RnaE5lTHppY0FLdnBLX2hSZ0czYmRw
bzZ5c0c3SldsTlUwMkNKZkx2blVhQmdaVFpQSlZwZVBFX19IN1NWMEczcTAzc3NoZGt4RUM2WVI0
U2wtd2ZmUXFkR2ZhV20yeXBHNzV0dnMxbllsMjdFZXhOV21pUm9ya3FNbVM3RVJGREhxODVWYXJi
YWc+ICANCnRvIGxlYXJuIG1vcmUuDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMgMTYwMA0KQW1waGl0
aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdvb2dsZS5jb20g
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81b2NlMURuVVBBT1JxUWJKUUUwN0kyTnJGOWhjbXFiN0Fr
cVh5SHN5SkJIUlM4ckFhaFRyVk5Ycm5LOFZrYWFYOHRFcHNLMlF6Q2l0RldFUXgtS1hkbGxnNnVG
TktlYXF0WW1XcndZWGFubkM4WUtnQWk0b1RFbWVHV0l6WjlsU1Q0dWtXUT4NCg0KWW91IGhhdmUg
cmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFudCBjaGFuZ2Vz
IHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--00000000000062836e063bc3dc71
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/23404029433332268=
86/profile/verify?hl=3Den&amp;pin=3D04474&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5ptzEmNPl37nmr56Q-xIQwkXRFtjn9HmmYs4VB-JM0KYlOVrLC7lFFhOc3kKVPghvVE7ym2=
yMylN2lxt4NOj74L-Zq_hNtuhAO8p2NfyzzNETmSdKqyEh0>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">04474</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2340402943333226886/profile/verify?=
hl=3Den&amp;pin=3D04474&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rnYGiVTweOO4Z=
3GRr1_DPpXjMtG73l3VyhaB5DQbYEgeahxfc2PnInUxMt-W0OmFdsn7wQ8NGShIGyth5eVdl0Er=
kl9yH5uC4yhIyJRH7REOhQHI4vQDnKQKUptxhDog target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2340402943333226886/profile/verify?=
hl=3Den&amp;pin=3D04474&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rnYGiVTweOO4Z=
3GRr1_DPpXjMtG73l3VyhaB5DQbYEgeahxfc2PnInUxMt-W0OmFdsn7wQ8NGShIGyth5eVdl0Er=
kl9yH5uC4yhIyJRH7REOhQHI4vQDnKQKUptxhDog target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2340402943333226886/profile/verify?=
hl=3Den&amp;pin=3D04474&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rnYGiVTweOO4Z=
3GRr1_DPpXjMtG73l3VyhaB5DQbYEgeahxfc2PnInUxMt-W0OmFdsn7wQ8NGShIGyth5eVdl0Er=
kl9yH5uC4yhIyJRH7REOhQHI4vQDnKQKUptxhDog target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5punuiGMWCVEaJOg-=
6W5sLc1NNOaFiet40GysVBC7cmgxR8SVy1Qdr_mVdMkawTySBcIrgGl23RiO2B3ypJ_zw9RpN64=
E66XZBNqb59JLWyBBb1Sp1FADTtxc-bdVtwcYok2ulKAKVqPBgrp474ix2Wc79v3g style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">admin@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2340402943333226886/profile/verify?=
hl=3Den&amp;pin=3D04474&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q5XryevKCOpoR=
flzhGrpShhPmDM0ChsewBR78ckgRPX-I3nsdC9vp98OAfSD6A0BWO7euAIJrukB3Shq2kiUISY8=
zwvcgwhm9g0Of5-E_644EiHr0224gXijLFCibnvL7Jew target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2340402943333226886/profile/verify?=
hl=3Den&amp;pin=3D04474&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q5XryevKCOpoR=
flzhGrpShhPmDM0ChsewBR78ckgRPX-I3nsdC9vp98OAfSD6A0BWO7euAIJrukB3Shq2kiUISY8=
zwvcgwhm9g0Of5-E_644EiHr0224gXijLFCibnvL7Jew target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2340402943333226886/profile/verify?=
hl=3Den&amp;pin=3D04474&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q5XryevKCOpoR=
flzhGrpShhPmDM0ChsewBR78ckgRPX-I3nsdC9vp98OAfSD6A0BWO7euAIJrukB3Shq2kiUISY8=
zwvcgwhm9g0Of5-E_644EiHr0224gXijLFCibnvL7Jew target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5p0nsSb37N_3NsgMxk7I6SNZqMDygUsh49ZClMMATG0igl2tBd3mgxmj_UWeUTQiOF272Z=
TlEkJFCir1dn9vgIkaMLP1Kp5-WN2PxjuJJcGI1GK0QnrgD_dp1dKKU_IRm0NThyf0S1dEejq2l=
cnFc8bSYXF9H0b8VFW_MYbx_LD0g style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5rjuydMECCKs_n6BCC5otSexrxgH7xRW2o4wdBZU25yIhRB-kZqqXomxT5CjAyd5uj1El9drrL=
Orjgr-Wl51dWI8u31U46oDdjx5dBCmWYA1wJ_jrKEx4y2iiQB4kl5vy2QunbZIg style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oI5CkrwFj0n_zhbS9CTdHXg8JqZDobYf7PKVdbQ1mYEy_jdT0Rmyd5zcvNNcztUk=
2ePANfBOPiNzzGF95-gZwF5-4zx6lzGjklrtGHVgmy8S_qH9qe9Dp3uUeYTQPpEgTAuw.gif></=
body>
</html>
--00000000000062836e063bc3dc71--
admin/cur/1754370675.M540630P4006329.premium320.web-hosting.com,S=33168,W=34015:2,S000064000000100620151007557630020272 0ustar00Return-Path: <3cJKRaBcKACcEXVLQHVVSURILOH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id +Dy6H3OSkWi5IT0AVkXPrw
	(envelope-from <3cJKRaBcKACcEXVLQHVVSURILOH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 01:11:15 -0400
Return-path: <3cJKRaBcKACcEXVLQHVVSURILOH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 01:11:15 -0400
Received: from [198.54.122.200] (port=58074 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3cJKRaBcKACcEXVLQHVVSURILOH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>)
	id 1uj9xD-0000000GpV2-1VMU
	for admin@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 01:11:15 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=IxNhWPWG;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3cJKRaBcKACcEXVLQHVVSURILOH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3cJKRaBcKACcEXVLQHVVSURILOH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx1jX5hrwz17R1
	for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 05:11:12 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-7111ff9f2d4so64908697b3.0
        for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 22:11:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754370672; x=1754975472; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=FZ7aNQLoIXOKEHrTF9MxrShQXa/vbKeXHdDIE/56s8M=;
        b=IxNhWPWGVeCmfxXMEZR8y+tSJf9LTRFxYuD1X8SXeZGv+ewA/bLEmG3VF81bhROEUI
         zqJkQNlPTsAwLeIzLuGm8B3jXxb1RAAvuAES58sjemRAw8YnmY2HIZNDMINIRO4/Zeut
         Gn2HEz15ZmyhMM8RQLGSv+LcZjqShmX9mmaS6eDJyic1YAk3oJxZEFErawL+wJRutY/A
         cgrVHXuYhitMpuEkwzqo3d0Jv1Nhh6wXDzAP/IKDc2GzIgKP4e6U9b06AL53DsN/dKqm
         zVguV8280LE1lJGATnlIND1NK7k7GmUyLQ0ayjGEZcVtnqNb4pFqHW/+mdzVpRVe0hH/
         fY+g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754370672; x=1754975472;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=FZ7aNQLoIXOKEHrTF9MxrShQXa/vbKeXHdDIE/56s8M=;
        b=xFojeHvrdXyoTtWcAMavVENy8t8BE2V9hubpz/eEcS4YgtdJeKz0QAYL/E4Tol0vHH
         XShgduP7VqzdKQi3uFuvzI9X8Cq13FZ3/NxFsY8W75yLg+l+BAF2eayOqKBcmXqP8O6a
         LKFcVwLYHjtn+HMG1VPC6R0KIMeKZSn/XzFTtfuKHCodADlZ8u9lJuPg+RqpiBm9VH99
         2F/r8sRNsqpD731IXX37wG85EC9e6f6I1rBFipq81kPkBCLFFboIlFAtkyvFgRstjdKF
         oqkCFxllCKsG0zMFDB8pjxH91wey2ut/HltHEL+fwgqwaecN5VvSM1/pxV6SREuzffcm
         PPaQ==
X-Gm-Message-State: AOJu0YwJTYYP957D9yncleBMEyv6U9zz/AQXKoQUTjuLLmX+tLG29KV7
	mwgA2JJFeh60rES4PlGsYotyr5/vvy+OrE0sjumCkwOinrVnCkA=
X-Google-Smtp-Source: AGHT+IFzPb0DEES9q7zlshfHFefZdfKX1XCI1zpqxaXW0891DNCq2UJpdLH4HF/iUZl7bpiLXDPSN4o=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:fcd:b0:71b:7ec7:d3e0 with SMTP id
 00721157ae682-71b7f0c48ccmr158448587b3.7.1754370672317; Mon, 04 Aug 2025
 22:11:12 -0700 (PDT)
Date: Mon, 04 Aug 2025 22:11:12 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: d9c1731283ea0000
X-Notifications-Bounce-Info: AWoTSIEOYo9fZFT_5ZT0BK9irmofMx5AfcUdfxzioPcKTGgE4QxwFa5BzBX1AUoU6pSvsRUENcZkmXn6ZQsNfWBkQPOzmlmPjcnWzs-73TtlEsJhRvDwfVIeeYyHoSgpLReESPiXmzDx5tU1vcV9a_ERv-h87unl4qMygbuUwVuyZvSif4DazlIBc45GR9TNLVg__w069b63X4XPeuz0eXtBpmPyNFnN87s8F9Ki9Odn01456rY5VnmrLa834AEN_vk1eomw2rgAt4tI5pjXoi4-aN7xTcAR44dVoUCh32KcaLmHV4wpP04C0tpHIwXgx4QI2xsUdlwqFRqxHIcdYrqFX2JDS-re5tB5Tar-DvZjFTrpX9dEjaZrzUJeewxF2x6bzMageIz8eMWJ_Uri-hi97w0ScsyH4CLmFpcriqclqtPKB350LfYN9CmG6OjVVfcT38LDZLDSO_LhSgVuUeTVWwbDeJzWB0SSN3OuA6NgMx4aY66ZKPF-akQz9n1Fm5gIW25Te5yAeF-cgL3Iy9OeVeasLymEg9UNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <7e84d99a3f58cc70c145b50db65ff150dc88ecd6-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000ba54c2063b974022"

--000000000000ba54c2063b974022
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQoyNTUwMQ0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzI1NzMzNDAwNjcw
NDc3MDEzMjYvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTI1NTAxJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cU9XV0d5Y19tVnFYTXBJNGZXRkdFOWNTbkw4dUZKV3lqTTdhY2tXT2I0
RkViWVdvX2hSajhkWnVmTDJLbXJwcDE4U19yNGFKUlFmUXpYd3NRSGtOY3FDbVlMdFZ0STNQUV9o
OHNjWHdJOFVnNG9vQUhfLTZQWnpTT1Q3cG8+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyaXM3d25XQW9k
b3p0VTI1Vld6eE51RWF2Q1JpNTNkdlpmcXhkaVZWUzdIMHI2bHhlT2lVQllaeEhyWHJyVWFuVUh5
SVNaY2JMeDNJQWJsb0JxYnpqT2pwc0JscDBURFMwMG1TTUNiNEp1ZnpPbG45QjlnTDczckJaeG9z
czhHLUE2Ymc0R2t1dFFGQkhSTzNhTnRBU0F2RjA+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgYWRtaW5A
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMjU3MzM0MDA2NzA0NzcwMTMyNi9wcm9maWxlL3Zl
cmlmeT9obD1lbiZwaW49MjU1MDEmdHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlhbzVxOXFL
bkRRcGYtT0lGclltOHFBSThWRGdCVHlpd3RwY2NydEFDbkxrQ21YREVjV3ZvTHdoRE9ndXB4SWxF
cWVjSHRhalM5eGFPTEZCa20tZ0F3cEtjZjQ2cVZfa2tlTkRNWVl2MzdUc0k5aFZmaUxLZ2N2RHZs
b2dCTU1scXh4QUU+DQoNClZpc2l0IHRoZSBIZWxwICANCkNlbnRlcjxodHRwczovL2MuZ2xlL0FO
aWFvNXJoUU5FRGlJUVlwWHRRZjRtUEZiSmxmMnA5WEVOdV9vRE5PaFRMNldqUURjUng0ekNKb295
d2ZRenREc0xtc0VUbVY0cFpHbUc0aU5zNEZubTlEbUllSmkyNW13THYwMFlDS01hSzRlckh5ZS1P
RTRvanpsQm9vMjRiMy1LYVgzQmw2MVFXRTd2aTNJVnQxQXFfVU4tV0hzS09pYmNzeExhSGR1bzZf
NTg+ICANCnRvIGxlYXJuIG1vcmUuDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMgMTYwMA0KQW1waGl0
aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdvb2dsZS5jb20g
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cXRaV1RBWmZNdEpzU1lpVlY0cmFLNTZWVDRialdHSHhj
Y21GUHNQcE9UdTZCUzNMWk9Nem9ZcHlIOWZFbzdvLWRMLUxLcUx4ZmE5MU5zS0NWTElrVjlWUi1O
a0taM01wNWtvS0tOZmN6S0Iyd09PTVJFdjMtdFVXNVNyWks0UmdmYVBTVT4NCg0KWW91IGhhdmUg
cmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFudCBjaGFuZ2Vz
IHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--000000000000ba54c2063b974022
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/25733400670477013=
26/profile/verify?hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5rxm-lylUUoidlKpeKuHbiKyRvLm-8AnfirIkkNxj3KGPEY9cJkbZIWvLr3uF_899qQ6w8r=
dzks6trtAbU8ZT_4g-zbpVS5lHghRSAjO8uqzO2tPdrAn7E>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">25501</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile/verify?=
hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qKuaSCYQDd7Aa=
waiFMoV-O0b23DbZhBEtAoi76VerqJheH05tm_dKw8OWjaMbivRqkSxRFYfATutrG9Cl1vv22Cx=
7uxrctCWX42-EdJecSS8iOoVf61eQbLmBfzFx_rg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile/verify?=
hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qKuaSCYQDd7Aa=
waiFMoV-O0b23DbZhBEtAoi76VerqJheH05tm_dKw8OWjaMbivRqkSxRFYfATutrG9Cl1vv22Cx=
7uxrctCWX42-EdJecSS8iOoVf61eQbLmBfzFx_rg target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile/verify?=
hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qKuaSCYQDd7Aa=
waiFMoV-O0b23DbZhBEtAoi76VerqJheH05tm_dKw8OWjaMbivRqkSxRFYfATutrG9Cl1vv22Cx=
7uxrctCWX42-EdJecSS8iOoVf61eQbLmBfzFx_rg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5qL2z4Qzs5BENOt-R=
2cCMavt6ILDAn5G-AJguchr59fmB4lk6L8Rzqqp1TrcleoGdPwZPBjY6Ve_wQV3uQHt-XnxGppo=
I2xv08zdOtFrc9RVehfTm3EbK1_awa4EElJtPZzUTdafAk3czvBf8mRsDdIg04kxw style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">admin@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile/verify?=
hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rk1w9rPGZQg5X=
kwbFl9YoofWna0pFBAGYirvdIesyiAPIHQQiQnyBUnRDnsa8XXewDSabaf9VofMnKuSvU1NJUOf=
FZty8pjNoqCiSproYN-boqLSdFYCuU7f1-rDtF1xa74A target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile/verify?=
hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rk1w9rPGZQg5X=
kwbFl9YoofWna0pFBAGYirvdIesyiAPIHQQiQnyBUnRDnsa8XXewDSabaf9VofMnKuSvU1NJUOf=
FZty8pjNoqCiSproYN-boqLSdFYCuU7f1-rDtF1xa74A target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2573340067047701326/profile/verify?=
hl=3Den&amp;pin=3D25501&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rk1w9rPGZQg5X=
kwbFl9YoofWna0pFBAGYirvdIesyiAPIHQQiQnyBUnRDnsa8XXewDSabaf9VofMnKuSvU1NJUOf=
FZty8pjNoqCiSproYN-boqLSdFYCuU7f1-rDtF1xa74A target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5ptucqr4y62scoq5VI-P_S53ak-MXZFlsVRLO28TKuTd_tlwD55LHz9ivfXJEG7zI4fXQQ=
gCzMeef_qB8sIGZKnHWyPd0rs0ghajgLKrEqBTXp-QOMdbZEr24PESO80-9tKXRC-J43ubxnQtQ=
mk7sAGMFBUgtz0DfR8DPa8KGuupg style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5rIIR0-4cNnJHVsIVXlrVGnD3_isXFIPjhyBCD-CVbdtKpBVV8w3hXt7ZBMHs9A9jVfym_xfw8=
TJRhCUfUgth8nAAsolcOWNDAtrUZVlrZDYiahL515XQPmPzoxHO5xkHEwIzWVdw style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5q5xY2YSJ_r4F2ruvscSz990oiyjVFg9mVB5hdzDdQ1CVQ4u651s63g7-2Eq0tiTM=
PcQ3IPl50qyhpIQ-u1HN_aWjBqDNRO-ylwX7uptrTXRP6EVSIv1CafUlA3n6-WVLRuog.gif></=
body>
</html>
--000000000000ba54c2063b974022--
admin/cur/1754562344.M341006P1228549.premium320.web-hosting.com,S=24811,W=25590:2,S000064000000060353151007557630020304 0ustar00Return-Path: <3JX-UaBcKAMAh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id yJAfFCh/lGgFvxIAVkXPrw
	(envelope-from <3JX-UaBcKAMAh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 06:25:44 -0400
Return-path: <3JX-UaBcKAMAh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 07 Aug 2025 06:25:44 -0400
Received: from [198.54.122.200] (port=50461 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3JX-UaBcKAMAh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>)
	id 1ujxoe-00000005A9s-0kLs
	for admin@24hourwaterdamagerestorationlongisland.com;
	Thu, 07 Aug 2025 06:25:44 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=xqjw43Qy;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3JX-UaBcKAMAh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com designates 209.85.160.197 as permitted sender) smtp.mailfrom=3JX-UaBcKAMAh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f197.google.com (mail-qt1-f197.google.com [209.85.160.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4byNbV01jpzC2Dy
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 10:25:42 +0000 (UTC)
Received: by mail-qt1-f197.google.com with SMTP id d75a77b69052e-4b085852fb8so35163231cf.3
        for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 03:25:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754562341; x=1755167141; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=7UgbU2iITBxRWGFEwTi1/IS3bJzfqxXRetkevR3EFyU=;
        b=xqjw43QyJXPtESiVDYYVqjdI6hkesaHRUarTpFjcXGt82rbpi5oaPzreMkomhNwjkT
         Ic0adggXnkPeXpu9coBmjuZj0QrdRpQguq5baN3MkR0QifELsge1fxo96demBRhSmU/L
         CU9YLHXNUruytacvSMDXYWkJlusXz9t3sQHfy3J6GpM5DAhSIPMSxqT5aqJtpA//BjTG
         B3R9KgJkvXQrkfbmoswO5urLbYglMTGiBuV+yIpJVGxoFLYnX2uHsHV8pWYSsGUQKXaz
         5kgPkNqVqdDjZ0KYcDBkpFLNuOkJpCMozueaxhu5QW3U5TO23zfs5wiPpR9ERjxZMvBi
         2woQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754562341; x=1755167141;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=7UgbU2iITBxRWGFEwTi1/IS3bJzfqxXRetkevR3EFyU=;
        b=lqf3ndlhNWbFVknefJfF+oW+rNeA5mjyfuuPLl9tEn0P6m89My4GTBfkKyMguaSl5a
         ySHZi4sx7LOUOhFM1YnegMQ2a31/dYnaAvjfXjcOkUHRBBQe7at7k3f43oGX8LqAXSUy
         fCgQBQhy8BtV9lYlpZXpgTwy1UhTHcZUMuZqBktW7KGA1kP97CEUNcaiuMLJAGIF9jWp
         XS36kB1gSyfqqXCWpOS6/lorYzoSsXyMyT1BUay3GZy7e6BuoRhI9+KE2E1vwLjQ3pr4
         UD5vKLwhCAk1BxfhTcDe5FV9gIaDKERjCV1x5ZjiWrUwW5nMxMzR63eYQEjfw869Il7X
         8GaQ==
X-Gm-Message-State: AOJu0YxFuvFqJoqjPz3cI7dHVhHUq7oi8ddJWJVk95bivjmXvuFHzTlZ
	WCe4wI3RI5N8Mmb+G5HrvT7Ghbb04GCt3h+/nJZrMS6XqVH7sH028EQstrNa
X-Google-Smtp-Source: AGHT+IHY+TBU6Fn6ce0pN7VNTP23LxLpEdomUf174scRFuYjh3+GuvVdJXb2nmkaHIMUHXDaSGcAWNo=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:13cf:b0:4b0:aba1:d716 with SMTP id
 d75a77b69052e-4b0aba1d7c9mr531101cf.51.1754562341372; Thu, 07 Aug 2025
 03:25:41 -0700 (PDT)
Date: Thu, 07 Aug 2025 03:25:41 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 9ac223505bea0000
X-Notifications-Bounce-Info: AWoTSIFzi4j9rBJXlBnnvum_bX47vlbybY3pbXipmDsdEtvxLiMCNN2gdoQiKdaH6KX-RDn1bpZAbGCNkLG6v9TRTTH0Pi8aG51FBLuM5rbQoaZRPmy1pDptdvt4C0KVGsnvT5CqBkV84zwv_NHA0Wp5x8nQnKXqGap-pb3RQX5ApcU_HN6FeudOxZFG5M65mCp4zjmXN5KPKzY6D-TcwmiMIgjQ_uBiST6XlC6Y2yaVKGryY3jil4CdUxqSO9oVWaPdtyd2xqYNrdpvdAgPYJLNFFzwYGNjoUUs-DbprPAgdebK4vSb6unT6rHyl9QBhZYTjAzTdZf2D-0jDT5iNOOehGED84hdLdv-bXXa8IjXpKaAbQiWqHW0pQyp7_LRZrS1oYc0AN6NLcK7HEAP11QNO2c17En_-fhUhSpMyZUupN-PkS7PUIrcb1WzNUF4JqGhCPNzHRanE0w6xkPsh1YVv571M4_TBwUu7KdqDEgqdy4_oQeS28MAEpr1AebFQjpmJTKbvddl8Fxbtr_l59In3bvqDCV54PxuWuNtqLTeyUXg7Pp6xNCUOi2lwvAq5uXDplhLvYWWzywtt3p8p5y1ZuTfjtokU6PK83qarCXcbc8l1Tc6x1YGH9VcHFEvNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <d5946150e2b0c432f665be7821f33fa2650a996b-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000180553063bc3e19a"

--000000000000180553063bc3e19a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/2340402943333226886/profile?trk=https%3A%2F%2Fc.gle%2FANiao5onEqSy99UpIY0RG1mU5_Szr-H5vMyff1rIz9a9Cx6wwPSHpNqrYLfRFqGZMulMQ4m4iBmkqk4IFGe57QCFinjXWtC0_-Q9upCN3BxoxY89w0gf-yWRA_gjXWA>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5oLY6cC2qcG_tA11_omsdTDlKx94AbFCYAylgAwH5x61DJ4hNppcWlk-6Hu6Gos-9cz0l7YcoSjitcQmb7JTmVq7qiY-eNtJpBz1O9JQawyyjnfWKnl4HnZ_1VgaP0d-sRiq_lV1thXZkiXodFEeskxItDa6kqQ0u19af_Hzfc>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5qI-rNpUqYWcXfaKCLMO8ckm10QjjoNb71raPjzEts2A3iqjj77eAITvfU3Tl-Icn1MBHSDUwXcJLz_eoMQPRyKTkVF837WjoKrL3zmeIwVCx3_Aj1VBIV2O9cTt0fW-TGPi69JBozG0wp77eoGCbbPX6K86_J_pFe_bZAT8NZ8V49ns5IWblCIGslnCbiHbr2Zj5uP5ejaKK8NwVGrfSKTpYd7SERR9B4UZYnHyA>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5oZhe6a5NqHpNUkaNBwFwokVpmy2go2JYDf6JRiJ01H77Op9Sg2lCSD9AYbmFtyMu_3NLL4kwM4fnrqQRT1TVfskvF2RXLif49D2w75mhNgqIOlDF3fN_bcIB2t03I95gimUvw>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000180553063bc3e19a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5oKqIuKZGcjq-zhbMHkv-ZaomFjH=
nOiKmtJalrvT0L6e5oK620s5CC1eAuM76mMuEAD4x_TIzEn1rrlo6u0iP9da1ZomYduzJjDMvEh=
E8mI2gkWxvCWgJ9d66FSTKXJUq8FIjf-EUiBsqP8Wek2l7Eikii0pfHxvSYbr6GW96yNPBQKwQV=
eNtmNu87Su3mzOo7ijSlSyzXGuUZtZjpmacorYfMlaX1LLBMK6-LNZJ0n>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/2=
340402943333226886/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pN750d5jRvmvTd=
vJhO9iOZatvdopR8J9kE4wKK5urkn1-xpUbbErC8mtsiG6WT1UHu8yAw_-dUIXcRS9awlyaRmfg=
1rX-Y-ueMe0k-DJ8lDYAY8_qL0APoBW4zVQ target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busines=
s=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5p5pdgLKDzkoTHjgkg1DEhkRl=
LKPaMYdsiRwG1llJ7XKDcwJhAjhmIl3-VtCD86AQhkvgNu5IHDA3XoIwkgJymndD9ljxC-_idpA=
JYxEfUnFiDucV21wfzdg9J7y29H4CMmx88SbR50RdR6mkc0TeUTXm0a4QrFJNTCjLfFypYrAg t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oIRbMrbdi7u5C2xigG2pXGxA5AeXV7SoibTONV2IzYJVU=
7g-qdTLFZTGCQIZPFjrBU75Mt2_t4YpBxOTKkOkso8iraAJ5O_Esg7lP2fe82vC4EzX1BlZqqO9=
p2MYV2C9TagG4dAs2tkmqTqANM3LHCHPIlAUEydK0lBkuTR1qmEy93rH-kCcffLtcMnIAnx2KIb=
lgoAmIYSfczECp3QhMxOxEsSsKagkco8Znxunhf target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5oIRbMrbdi7u5C2xigG2pXGxA5A=
eXV7SoibTONV2IzYJVU7g-qdTLFZTGCQIZPFjrBU75Mt2_t4YpBxOTKkOkso8iraAJ5O_Esg7lP=
2fe82vC4EzX1BlZqqO9p2MYV2C9TagG4dAs2tkmqTqANM3LHCHPIlAUEydK0lBkuTR1qmEy93rH=
-kCcffLtcMnIAnx2KIblgoAmIYSfczECp3QhMxOxEsSsKagkco8Znxunhf target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oIRbMrbdi7u5C2xigG2pXGxA5AeXV7SoibTONV2IzYJVU=
7g-qdTLFZTGCQIZPFjrBU75Mt2_t4YpBxOTKkOkso8iraAJ5O_Esg7lP2fe82vC4EzX1BlZqqO9=
p2MYV2C9TagG4dAs2tkmqTqANM3LHCHPIlAUEydK0lBkuTR1qmEy93rH-kCcffLtcMnIAnx2KIb=
lgoAmIYSfczECp3QhMxOxEsSsKagkco8Znxunhf target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5ooxk2grJHmcZVuD-PlL3W6_GyWYNuo_8lOwCl6kOFBic=
5ei6j92xXwXIYtN1EJ-D8ABCKO1er3hM3Fwsv7Lo0VBD-J6va6Ek-Ych4Lv2A1pY0Wih7QynSqw=
OELmgOUIck4cvVewg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5ocn4xDZ83ouvFDFI0EBuS8umDHcunlRY46Rqy1bJJIh_MNOxfHLg4y-c-dp6w_Ax=
SPX9QosIk1farnAxROSwaCgI33MreO-c0E6yTEiF3nEb_G9wv2ZY5V1WpBPYXhfF7FcQ.gif></=
body>
</html>
--000000000000180553063bc3e19a--
admin/cur/1754409432.M706782P1883429.premium320.web-hosting.com,S=30590,W=31136:2,S000064000000073576151007557630020333 0ustar00Return-Path: <30CmSaBEKALctlohpmXZb-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id gISfKdgpkmglvRwAVkXPrw
	(envelope-from <30CmSaBEKALctlohpmXZb-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 11:57:12 -0400
Return-path: <30CmSaBEKALctlohpmXZb-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 11:57:12 -0400
Received: from [198.54.122.200] (port=37707 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <30CmSaBEKALctlohpmXZb-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>)
	id 1ujK2K-00000007v97-23G9
	for admin@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 11:57:12 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=sNF7rh88;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 30CmSaBEKALctlohpmXZb-klobmivdlldib.Zlj@scoutcamp.bounces.google.com designates 209.85.219.69 as permitted sender) smtp.mailfrom=30CmSaBEKALctlohpmXZb-klobmivdlldib.Zlj@scoutcamp.bounces.google.com
Received: from mail-qv1-f69.google.com (mail-qv1-f69.google.com [209.85.219.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bxJ2n1y8dz55sv
	for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 15:57:05 +0000 (UTC)
Received: by mail-qv1-f69.google.com with SMTP id 6a1803df08f44-7073a5f61a6so87874196d6.0
        for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 08:57:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754409424; x=1755014224; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=u4e8a3fveAEegV0svuJse7BTTDFFza130lZtBYEgdIc=;
        b=sNF7rh88AlZj4IwJK8eG40XUt2UkI8ZS44BfHvPFJV4FSc243OsUby2mEoo8LRvV9B
         P70JxgcZIGWmiy5ZyCg6wbMd0p95nlHqMwIAgql/z3pjvJepsqBC68+2/KaAlae28rgV
         IH88xUE/iinlV45ElaJsWUUMZXmHfPPJF3f4ENj49VO2XHLyJcT4KfBKvKykif4+x5GM
         e1XicqhxMfROidAvHW1tbs1Affi9CWUvAPAgoHnixnRplAX6UhfZFlFF9U8V45MUttan
         T1U19x+0Edjh3wbgZJGiWMvUGYxA7LFSJU21pxozkAd7EiUM+NzKBhRpeowtZfeUY7XB
         i9Aw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754409424; x=1755014224;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=u4e8a3fveAEegV0svuJse7BTTDFFza130lZtBYEgdIc=;
        b=GMauanDrrNG7weKu5XuN97MxI5q9+LnJ8rHXe09Hd2Ks4oZSwz/qRc2vHl8NlJPd13
         4wl2CQxdC91Hkpyxlif/WatDdlmOH+MiWFJDUAw97LiZjL8v5mk2tW4XU7OEYebwYt+l
         3cp+vqPWHME3pfubhBYRjxnAyiAE0zvqu+SPobJ62BcMKqauxRuWahK9poJCYss4S93D
         iKzwqkMJ1m3Ww4/33Scj/BbW03xQIQjBff3RWK0Zd9zKzrP0OAOYrzZRMPFtXYc+l3Kn
         FfElNJBRCF6wFEfwUYGlHvJS97RmE/5tOIVwHT0uDNFV3gQhST6iZNf+sQCjOEkw/9mP
         CzMg==
X-Gm-Message-State: AOJu0Yw7BxxGUuq2PJJ0bpTuYPVqbN3qo90sXzd9hjQo59E5TsMLQLdv
	EZbORLqNLUtY4bCp0z7XD6Djtup3iKzNaVjloEkuxHSyaYZg+klEQGis/Evt
X-Google-Smtp-Source: AGHT+IHpYt+7TuaIb/vU70quIVmV4sp3uEwTFI56/QqmOimmDd6hRLaXaU2WrIjvVxZpI0tQnmqxNu8=
MIME-Version: 1.0
X-Received: by 2002:ad4:5be9:0:b0:709:22f1:d657 with SMTP id
 6a1803df08f44-709362dd194mr200519036d6.40.1754409424667; Tue, 05 Aug 2025
 08:57:04 -0700 (PDT)
Date: Tue, 05 Aug 2025 08:57:04 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140164
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5pYP8tmpxp5y3o6b8_ZjZMUGsKx5BJXq3x_TZYdjnD5_q8H9s8D6qIF9S4djtfpBfckJ90HikWgcJ0-G7AKai66BBrePZdgKBxLfkgc5LggNFt_yUBjVgnIeXaKzmw0nwkyp7aJz_08p5HlQ4Cl0lNyoj-gMqFBec_ZFQjF8fX2j3XPMs2DKG3ZNHWXzvkcO8tbCluqp3FKtlbSS5JJqFSwkpEw_Cv7bCvzHnzVzxKaSi-m_DgM1ypuS5VxdXB5xAjM8M_4NKBLkTo2vnH7wTdgA2TzL4vqc6fMeH8eRPEVABjPLLEGTqG0ElKidLV5vt87jFn3fBRnJdsSprkwAKswCfPb2McXlvZHxEIulQ?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110504489-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: bd51b5c3e3ea0000
X-Notifications-Bounce-Info: AWoTSIFc8bESgsOm3avuCoMgQUa6wBKAMG0YF_6gbHjewKuFnl4acPQPJXyJ8oJaDMIP9OvnZJnXaU0726tqwgaM6z-l5vwIY4oOYJEroN-AUpRk6e2U3F1MedyRor6UIdFQYHkzrz26TzTQoiqLlvga0tRCsLXHqBxkrW7ldPUyBjCCCm6s9Z_VClZWtWZsTtRQ2YXst86PP5Fpuuw4GPaG20FsyjNzj7AdFSIgG2z1o2Sw5EUSQFzldJAns72yxdCk1EYHpMqsFUCnQ_1fH0hQBJoyOhQ-a2uxvqG0ijuiSr83f01lKMzFN8Cq46veCjpLuWo8gQTBsYw3Ku5IyeM3G79qeQmwA_yGTVlSWBNsxCcyPNeJXN4xOL0fSFRmQ76q9ErfhB9yW93db7hLkOONsxVp6IUFb32HeuURKRFjckaiHCjw6A4X2cXZVet-QR2TNynnSw6YDvm6w2zm3sKnFvsepV5S97NlZh-OhediaLfZH1A9A09RSQJM-uCz7jmDi6RCCatjVQeKxHziVqPO85DZbfRr7QXPG77xskRVZIlnbWujNspc4fifAopRItRXRMewpnhKfhOyeU2_ZrIHfydQjD8tdM0CS60H384quMueRRBElMjtb4PysQcf9SAjQi8zrDTNZOTigQgOwbu7MFPDYL9dNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <f98f5bd30ab14f64f6b73a71f2310ecfe1a21a83-20189259-111088007@google.com>
Subject: Invite colleagues to your Google Workspace Essentials account
From: The Google Workspace Team <workspace-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000008c45dc063ba046b7"

--0000000000008c45dc063ba046b7
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpJbnZpdGUgdGVhbSBtZW1iZXJzIHRvZGF5DQoNCg0KR29vZ2xlIFdvcmtzcGFjZSBFc3NlbnRp
YWxzIGNhbiBoZWxwIHlvdXIgdGVhbSB3b3JrIHRvZ2V0aGVyIG1vcmUgIA0KZWZmZWN0aXZlbHku
IFRvIGdldCBzdGFydGVkLCBpbnZpdGUgeW91ciBjb2xsZWFndWVzIHRvIGpvaW4geW91ciB0ZWFt
IGZyb20gIA0KeW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KSW52aXRlIHRlYW0gbWVtYmVycyB0b2Rh
eQ0KDQpXaGVuIHlvdSBpbnZpdGUgcGVvcGxlIHRvIHlvdXIgdGVhbSwgY29sbGFib3JhdGluZyBp
biBmaWxlcywgdmlkZW8gIA0KbWVldGluZ3MsIGFuZCBjaGF0IGNhbiBiZSBzaW1wbGUuIEV2ZXJ5
IHRlYW0gbWVtYmVyIHlvdSBpbnZpdGUgY2FuIGNvbnRpbnVlICANCnRvIHVzZSB0aGVpciBjdXJy
ZW50IGVtYWlsIGFkZHJlc3MuIEFuZCByZW1lbWJlciwgdGhlcmUncyBubyBjaGFyZ2UgYW5kIG5v
ICANCmNyZWRpdCBjYXJkIHJlcXVpcmVkIHRvIGFkZCB5b3VyIHRlYW0gbWVtYmVycy4NCg0KDQoN
Ckludml0ZSBwZW9wbGUgdG8geW91ciB0ZWFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFWWG14
ZjFHZEZPdzg5ODY4Y2VLVXRVeHJaeUpWTTUyNnl0dFU0N3Joc0pQcHVOQ0xaT3lxd2d3S2haLWtF
ckdmTG9FWFhEb2RZbHFCVTEzbjg2N0dSLTVjMmNnZnJSTWZaT1RpRHNqenFrd3Baa1Y1RnV3UVhU
aDU1QlBycDZ1WnRRNWItb0NDSzZPU3dPWXF5TUtXY3RQNnpIMTVkZWhhdV9YSk9kSlhoZnBIUWJo
d1h4QTlCVTg0SGtsWEs5U3Z5YU43NERGajVTZm5qVHlFWndSUUREeWJ5LXhqODU1MEhEdHVNN3N6
N05WdzhJRWRfQXJxU0xoMFFOWGhxWDRuTzVFUjdPRTZiM3hMd3o0Z1QwQ3ZjRjllaGF5cFdRMDV5
SDRQUEV5M3U2V0dDR01sZEdwblI2NzQyUXZhU0VaaVphdz4NCg0KDQoNCllvdXR1YmUgIA0KPGh0
dHBzOi8vYy5nbGUvQU5pYW81cGM5d0IySHdaRjdZYWpHNDNEaDlObk9XQWNZYlJEWENNQUptekZv
R2lvOXFkYi1XRC1LMEJILXRUVUowSUJOMGR6MmxmZE5ucjdkb040WGpMTmpCaEFHVzYxbFk5bVUt
Qm1uVldBYnl3azJyYmI4bTgwbEoxaWJfc1drRDdIZXBOanF1enNseUV2ZHgtLT4NClR3aXR0ZXIg
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cjVJWnA1a2VETXpGeDBMcnk5aWJET1dzQmZiNjRleXpT
SjF5R2xUai1nZU5qeDJjaFdleFBPVE9TZmxCZmhRaWFOUVRpNndUTHFsTGZLNVFfRF9zVGJ6cmZT
aWh0eDRVaXZFWEJlYmo4dlJVeThSTXVnYi1BWnNRUDlIdkpUd19va3NVOTVUNFk+DQpMaW5rZWRJ
biAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwdnN2Ml9tTDlISXVMRVk4d0VLQ2pGZ3plbmVzMzVG
dzhvOHpMTldFLTI1azQxWEx3ZG45eXlUYk94WnRmZTQtaGtQS2xKMGJSUklwck1UMm44N2RaTXE0
aEJIaWM3ZVBXbnBaVHlrcU8wZy1fZl9kMW9zRDRjOG04dElwLUQzM0tYQzZkQnBPNWRUSXRPWGdJ
YW9xX3ZUQUxWTG5Dbj4NCkZhY2Vib29rICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJvc1RVVUg3
UmhBWkFtYWtDbFFZX2d1X1N5cjRBTURzcXF4NnE4d2NiWkJqZ3BOWDZIX0FNRDlSOUJBdHF2cHdj
SWFGZF9mZ0NnakQ2cFcwNVV2UDdhZVVsUXE0MEg4dHFUbTdLNF9hZVRFaUhWWjZWNG94NXhuWEIy
ZVVUYTR6dVhRZWgwdEt4TkduamVTZk0+DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81bzcxQXZFUHVydVM4U0IwckdHWWFHZnVwcWZLUmpIblRycXU1SW5mckhfdGY5Nzc0NTYzU1RC
R1ZrNktxVDVXcGZwRmFqWGVHRzlCbjdsemVFVkFZNDJ0OHFmaHU1TkY0UW1taDBvUUFWNWg0UEJf
SDk3ZXl5a0RWbW1nbWFuakZFcnI4YWgycURLTFZ0RFgxOHJNenM+DQpHb29nbGUgTExDIDE2MDAg
QW1waGl0aGVhdHJlIFBhcmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWls
IHdhcyBzZW50IHRvIGFkbWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbSAgDQpiZWNhdXNlIHlvdSBzaWduZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVw
ZGF0ZXMsIGFuZCB0aXBzIGFib3V0ICANCkdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRo
YXQgc29tZSBmZWF0dXJlcyBoaWdobGlnaHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90
IGJlIGRlcGxveWVkIGJ5IHlvdXIgb3JnYW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAg
DQpyZWNlaXZlIHN1Y2ggZW1haWxzIGluIHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBo
ZXJlICANCjxodHRwczovL215YWNjb3VudC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVy
ZW5jZXMvdW5zdWJzY3JpYmUvZ3QvQU5pYW81b1YxdjIzRndvdlF1RGtVRWxSS1JSa0dJYk1FSEkt
OVRQUHhGUUljdnExYU9pUjR4WUFlVDJUaG11aGx6X2hhaVFZSmZkQXA0bk9TVUFoVnJEUGhaNmRq
RWJ0RmxFWm52YXdtVkluRnJqZHliMmswal9zaDBoeUhibTdqVzhvZWRhNDBxbENjNy1wSHkzT1M0
QXZGWmRJQi1nZzZlN1hFMzdXWU9OLTEzOG1nZWMyYmE3YTZUdldGWF9rS2h3MmozVnBfYkhic0FX
QmNRRWtjNDNybVl0Z0FyNm5JMDQwNzhxbEZ6WVFlVzAxLXVuYnVjQlJ3VkNDN0ZoNV9OVzBGbmR6
RnBEdmpTbG9FSXJvVkctbXlrX2pjbnZpWmhfNlZKajlpbEFhOEZZTmlPQXJRWVNjbm9aY0w3ZFFE
dmRRandRUlpFUk5PbmRaejJlZnFHSEZaVG0wR1FDc0ViRXVwWkV3Ymc0P3V0bV9zb3VyY2U9Z20m
dXRtX21lZGl1bT1lbWFpbCZhdXRvPXRydWU+Lg0KDQo=
--0000000000008c45dc063ba046b7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Invite your colleagues today</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top: 19px; padding-bottom:9px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Invite team =
members today
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px;">Google Worksp=
ace Essentials can help your team work together more effectively. To get st=
arted, invite your colleagues to join your team from your team dashboard.</=
td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:4px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email7-new-transparent-w920px-h483px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Invite team members tod=
ay" /></td>
</tr>
</table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:32px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; p=
adding-top: 56px; color:#3C4043;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->When you inv=
ite people to your team, collaborating in files, video meetings, and chat c=
an be simple. Every team member you invite can continue to use their curren=
t email address. And remember, there's no charge and no credit card require=
d to add your team members.
    </td>
  </tr>
  </table>
   =20

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:56px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5q4WLjcXDSZEPU0FRD7ASWuF09SgGiXPT67T2po93eGRyzb5H0daq2Q5t=
VzWYbDG5OvJalhIdU3pSjtsvEsuKLVL0FocOy9-UWcLaWGPeYWyc0Ti_eHNmqnDeBfNCLOf0EOY=
1DhThKaGoVA9zMt582BTpUqvUegyRfti1QoF1lp1CW9dKjm6J7tQdcIUeUHO9hZN-W4LzHHJ2sZ=
evDh7zPjipog-lNGhksrxFoelY6UjdhEiryD8XuJsYR0tMU_iBlIc2wXDJkzw4Hp4TDEIeugaKM=
-iWb4MJsoKiktEurU_e3Hrvm257vPMlU8pQ1I6LwDpg1L" style=3D"height:50px;v-text-=
anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D=
"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Invite people to your team</=
center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5q4WLjcXDSZEPU0FRD7ASWuF09SgGiXPT67T2po93eGRyzb5H0daq=
2Q5tVzWYbDG5OvJalhIdU3pSjtsvEsuKLVL0FocOy9-UWcLaWGPeYWyc0Ti_eHNmqnDeBfNCLOf=
0EOY1DhThKaGoVA9zMt582BTpUqvUegyRfti1QoF1lp1CW9dKjm6J7tQdcIUeUHO9hZN-W4LzHH=
J2sZevDh7zPjipog-lNGhksrxFoelY6UjdhEiryD8XuJsYR0tMU_iBlIc2wXDJkzw4Hp4TDEIeu=
gaKM-iWb4MJsoKiktEurU_e3Hrvm257vPMlU8pQ1I6LwDpg1L style=3D"background:#1A73=
E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;line-he=
ight:21px;text-align:center;text-decoration:none;width:255px;-webkit-text-s=
ize-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" t=
arget=3D_blank>Invite people to your team</a>
                                 </div>
                              </td>
                           </tr>
  </table>
   =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rcaa8OtEyVKvr4OvDxh9EBGS7em4gqaR9e3jL=
ZA017xi-9FAws9NKJByyoAuz8fnS3GNfCwNh4B74GddhYk2QXH8cEEqX5x4yHqiNRThA4MY1Bdh=
DMHBuMGkDOFXrZujUedVKZPHLss9wRJ0Y target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rchAtkcJCzwbSCBvHXy-ne1HYzRlk9NNjMUm4=
IEabsiwsvM_Cg25effuEUxJJty-yU1xuclz0cIie32sMDA8u1KaVqY3C-THqw8lcyxuOWSsZbnd=
H7lmEC-3s0Zp0-_m-oRh8RUvmtFg target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qryGrG1t2MeiHypZ5G0adAq6N29fbtRfh8xkF=
U6rMY9mVnJP96XmJgtvkKIG1wwjg_TgHvE_9F5WMDrwiBhOXBIxFpG5uCYPMvqMImlyA1G1lNit=
JdH19I6hHPBwMJKzCq-yJJVPkX262fs_oUKLRCA4QiFjw4_5g target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pcvIIKcDsRzwH3WVNvwDL4GJ1OIFiJJCHWkr0=
_fzX7Fj6gSamkQfa2otU0nW-UQqmhJPqwi8W-KFGQzHcrXoK4n_BdPFjKQbu7PFYHpfKvQyr9Jw=
XjPtiH-7lpUKFvkHIUQs6dxlvTCh-LQ3YYwQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r10rw7Tic6tNAIQP2wg2PWsZzCDiw3t_nxb7O=
FfofG3_xwaduHuNBqVaB7YDhfJhkRpMF6LzccSBbUkyxjQxZj2CI_KskhTVEFmodGxA6syCtl_w=
xnL532xV_zcQr2_v7soHyYRxwuDpdepjuhRExZKA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to admin@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5pYP8tmpxp5y3o6b8_ZjZMUGsKx5BJXq3=
x_TZYdjnD5_q8H9s8D6qIF9S4djtfpBfckJ90HikWgcJ0-G7AKai66BBrePZdgKBxLfkgc5LggN=
Ft_yUBjVgnIeXaKzmw0nwkyp7aJz_08p5HlQ4Cl0lNyoj-gMqFBec_ZFQjF8fX2j3XPMs2DKG3Z=
NHWXzvkcO8tbCluqp3FKtlbSS5JJqFSwkpEw_Cv7bCvzHnzVzxKaSi-m_DgM1ypuS5VxdXB5xAj=
M8M_4NKBLkTo2vnH7wTdgA2TzL4vqc6fMeH8eRPEVABjPLLEGTqG0ElKidLV5vt87jFn3fBRnJd=
sSprkwAKswCfPb2McXlvZHxEIulQ?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue=
 target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscri=
be here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000008c45dc063ba046b7--
admin/cur/1752995214.M633821P641882.premium320.web-hosting.com,S=10239,W=10387:2,S000064000000023777151007557630020245 0ustar00Return-Path: <3iJV8aBcKAO8XffXcVnfibjgRTV-efiVgcpXffXcV.Tfd@idverification.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id OE8wJY6VfGhaywkAVkXPrw
	(envelope-from <3iJV8aBcKAO8XffXcVnfibjgRTV-efiVgcpXffXcV.Tfd@idverification.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 03:06:54 -0400
Return-path: <3iJV8aBcKAO8XffXcVnfibjgRTV-efiVgcpXffXcV.Tfd@idverification.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 20 Jul 2025 03:06:54 -0400
Received: from [198.54.122.200] (port=61353 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3iJV8aBcKAO8XffXcVnfibjgRTV-efiVgcpXffXcV.Tfd@idverification.bounces.google.com>)
	id 1udO8N-00000002iGa-0D6A
	for admin@24hourwaterdamagerestorationlongisland.com;
	Sun, 20 Jul 2025 03:06:54 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=Wi5Wsmyb;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3iJV8aBcKAO8XffXcVnfibjgRTV-efiVgcpXffXcV.Tfd@idverification.bounces.google.com designates 209.85.160.202 as permitted sender) smtp.mailfrom=3iJV8aBcKAO8XffXcVnfibjgRTV-efiVgcpXffXcV.Tfd@idverification.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f202.google.com (mail-qt1-f202.google.com [209.85.160.202])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4blF2K2302z15c4
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 07:06:49 +0000 (UTC)
Received: by mail-qt1-f202.google.com with SMTP id d75a77b69052e-4ab758aaaf3so134778581cf.2
        for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 00:06:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1752995208; x=1753600008; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:mime-version:from:to:cc:subject
         :date:message-id:reply-to;
        bh=pxJ4m56kyYhnhSu3LdJo0dnVp7M3EhJM7dXcAKED6y4=;
        b=Wi5WsmybvYn86qumt5cnYWVLpEJFqSOLHCqS/tvE0Te8mrpwuJ9ElPvz2pB0i+Xv45
         DAB5leuHGwgUvIUWXf5z301IKHMfO7EFJ6vJH9avP/cS2j3Fy+Z1/aRxfu+49U1nmw8n
         hCmTovbbNmaVg+bGYLZEc9MMMuvqqDUUtnQs6AdWs+J6lbpa5z9ZoCt9R7Eb8hqLBX9g
         fEC+5W5YOYTzhVq+mLIzGi18lc06ve94P3pYc4chLLNrlEgciolhAnuokiCgUywIMR03
         eXOR/QrAjQ3waHdwtUAMTfXEXS0oBo6TPUwWrr5b9B3ZECJhsS4IQDgVatt2pJjh7iMH
         Evsg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1752995208; x=1753600008;
        h=to:from:subject:date:message-id:mime-version:x-gm-message-state
         :from:to:cc:subject:date:message-id:reply-to;
        bh=pxJ4m56kyYhnhSu3LdJo0dnVp7M3EhJM7dXcAKED6y4=;
        b=fFpDl/BLv2Su27T3xkMC3uMaAj3b52biKWJLBfyhbXQqjXI++9ayCa37i/H6zPDSsd
         f1xYn1LsJKkYBpDllwXgcredNbAwa9qnVGsJ4vpvC5tAtMBch2XcPeEGNrQHynCYbPgA
         l5RwQE3L4xVcSCwwaqz79UHSNCqua73YNtryxa9rOysZp6BQ4MyrOlef2qXw2cibGrhh
         86Zl+zBuCAdZ+irugJOBtG07PXSSngC+4aG8ZfF0YDVyKq6N0PGCuUpFtHbPUTqvWSCd
         OIu71JZUY3bl/2gAPdDulwEkh2QRs3qbWNIE7zi4qDFh0ebSVE9uue9EYN1OtickgFK1
         vTHA==
X-Gm-Message-State: AOJu0YxGn46ubsrFkOTIB8NraJX62X0ePe2I4LRZKeoBKXCrg7kbKrX/
	DbRBEXoKiIAI5rRe+7TTdgk0Ts1oz+WzuW/rOE3qYsxPCn1sNnkmIBsFYCLKzglmHcMzBVQ=
X-Google-Smtp-Source: AGHT+IFSDxztGAwTYmXHqZByxzgUo0idzBNa2SYWin741CBIY0aI/hHlO2OadZLBHa0UMraq+f51crPCsjzHGA==
MIME-Version: 1.0
X-Received: by 2002:a05:622a:1825:b0:4ab:7381:9747 with SMTP id
 d75a77b69052e-4abb2d62d3cmr115118561cf.27.1752995208733; Sun, 20 Jul 2025
 00:06:48 -0700 (PDT)
Message-ID: <autogen-java-fa3cf234-4202-4fc1-bd56-6732bb6f4162@google.com>
Date: Sun, 20 Jul 2025 07:06:48 +0000
Subject: Verify your email
From: The Google Workspace Team <googleworkspace-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000b5a33f063a57005e"

--000000000000b5a33f063a57005e
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

VmVyaWZ5IHlvdXIgZW1haWwgYWRkcmVzcw0KDQpIaSwNCg0KVG8gY29udGludWUgc2V0dGluZyB1
cCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgYWNjb3VudCwgZW50ZXIgdGhpcyAgDQp2ZXJpZmljYXRp
b24gY29kZToNCg0KNDUxNDU2DQoNCklmIHlvdSBhcmUgbm90IHRoZSBvd25lciBvZiAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20sIHRoZSAgDQpvd25lciBtYXkgY2hv
b3NlIHRvIG1hbmFnZSB5b3VyIEdvb2dsZSBhY2NvdW50IGJ5IHZlcmlmeWluZyBkb21haW4gIA0K
b3duZXJzaGlwLiBZb3UnbGwgYmUgbm90aWZpZWQgaWYgdGhpcyBoYXBwZW5zIGFuZCBoYXZlIHRp
bWUgdG8gZXhwb3J0IGZpbGVzICANCmJlZm9yZSB0aGV5IHN0YXJ0IG1hbmFnaW5nIHlvdXIgYWNj
b3VudA0KDQpEb24ndCBrbm93IHdoeSB5b3UgcmVjZWl2ZWQgdGhpcz8NCg0KU29tZW9uZSBpcyB0
cnlpbmcgdG8gY3JlYXRlIGEgR29vZ2xlIFdvcmtzcGFjZSBhY2NvdW50IHdpdGggdGhpcyBlbWFp
bCAgDQphZGRyZXNzLiBJZiB0aGlzIGlzbid0IHlvdSwgdG8gcHJvdGVjdCB5b3VyIGFjY291bnQs
IGRvbid0IGZvcndhcmQgdGhpcyAgDQplbWFpbCBvciBnaXZlIHRoaXMgY29kZSB0byBhbnlvbmUu
DQoNClRoZSBHb29nbGUgV29ya3NwYWNlIFRlYW0NCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLQ0KR29vZ2xlIFdvcmtzcGFjZQ0KDQrCqSAyMDI1IEdvb2dsZSBMTEMg
MTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCg0KWW91
IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCBiZWNhdXNlIGl0IGNvbnRhaW5zIGltcG9ydGFudCBp
bmZvcm1hdGlvbiAgDQphYm91dCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgcHJvZHVjdCBvciBhY2Nv
dW50DQo=
--000000000000b5a33f063a57005e
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div style=3D"display: none; max-height: 0; overflow: hidd=
en;">Enter the verification code 451456 to continue setting up your Google =
Workspace account.</div><div style=3D"background-color: #f8f9fa; padding: 2=
4px 24px 0;"><div style=3D"margin-left: auto; margin-right: auto; max-width=
: 580px;"><div style=3D"background-color: #fff; border-bottom: 1px solid #d=
adce0; padding: 36px 36px 64px;"><div style=3D"text-align: center;"><img al=
t=3D"Google Workspace" dir=3D"ltr" height=3D"21px" width=3D"166px" src=3D"h=
ttps://gstatic.com/apps/signup/resources/google-workspace-lockup-color.png"=
></div><div style=3D"margin-top: 24px;"><div style=3D"font-weight: 700;text=
-align: center;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif;=
 font-style: normal; letter-spacing: 0.1px;color: #202124; font-size: 24px;=
 line-height: 130%;">Verify your email address</div><p style=3D"margin-top:=
 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-sty=
le: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-hei=
ght: 150%;font-weight: 400;">Hi,</p><p style=3D"margin-top: 24px;font-famil=
y: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; lett=
er-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;font-w=
eight: 400;">To continue setting up your Google Workspace account, enter th=
is verification code:</p><table style=3D"margin-top: 24px;background-color:=
 #e8f0fe; height: 178px; width: 100%;"><tr style=3D"font-weight: 700;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 24px; line-height: 100%;">=
<td align=3D"center">451456</td></tr></table><table style=3D"margin-top: 24=
px;"><tr><td style=3D"text-align: center;color: #3c4043;"><img alt=3D"Infor=
mation icon" height=3D"20px" width=3D"20px" src=3D"https://gstatic.com/apps=
/signup/resources/info-icon.png"></td><td style=3D"width: 24px;"></td><td s=
tyle=3D"font-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, s=
ans-serif; font-size: 12px; font-style: normal; letter-spacing: 0.3px; line=
-height: 133%;color: #3c4043;">If you are not the owner of <a>24hourwaterda=
magerestorationlongisland.com</a>, the owner may choose to manage your Goog=
le account by verifying domain ownership. You&rsquo;ll be notified if this =
happens and have time to export files before they start managing your accou=
nt</td></tr></table><p style=3D"margin-top: 24px;font-family: &#39;Open San=
s&#39;, Roboto, Arial, sans-serif; font-style: normal; letter-spacing: 0.1p=
x;color: #3c4043; font-size: 16px; line-height: 150%;font-weight: 500;">Don=
&rsquo;t know why you received this?</p><p style=3D"margin-top: 24px;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;fo=
nt-weight: 400;">Someone is trying to create a Google Workspace account wit=
h this email address. If this isn&rsquo;t you, to protect your account, don=
&rsquo;t forward this email or give this code to anyone.</p><p style=3D"mar=
gin-top: 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; =
font-style: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; =
line-height: 150%;font-weight: 400;">The Google Workspace Team</p></div></d=
iv><div style=3D"padding: 24px 16px;"><div style=3D"text-align: center;"><i=
mg alt=3D"Google Workspace" dir=3D"ltr" height=3D"22px" width=3D"180px" src=
=3D"https://gstatic.com/apps/signup/resources/google-workspace-lockup-color=
.png"></div><div style=3D"padding: 10px;"><p style=3D"text-align: center;fo=
nt-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif;=
 font-size: 12px; font-style: normal; letter-spacing: 0.3px; line-height: 1=
33%;color: #5f6368;">&#169; 2025 Google LLC 1600 Amphitheatre Parkway, Moun=
tain View, CA 94043</p><p style=3D"text-align: center;font-weight: 400;font=
-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif; font-size: 12px; f=
ont-style: normal; letter-spacing: 0.3px; line-height: 133%;color: #5f6368;=
margin-top: 10px;">You have received this email because it contains importa=
nt information about your Google Workspace product or account</p></div></di=
v></div></div></div>
--000000000000b5a33f063a57005e--
admin/cur/1753943108.M918171P3208042.premium320.web-hosting.com,S=33173,W=34020:2,S000064000000100625151007557630020267 0ustar00Return-Path: <3PgyLaBcKAM0uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id qEM4NkQMi2hq8zAAVkXPrw
	(envelope-from <3PgyLaBcKAM0uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 02:25:08 -0400
Return-path: <3PgyLaBcKAM0uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 02:25:08 -0400
Received: from [198.54.122.200] (port=50499 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3PgyLaBcKAM0uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>)
	id 1uhMiy-0000000DSbE-37AA
	for admin@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 02:25:08 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=MUuK12MY;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3PgyLaBcKAM0uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com designates 209.85.216.70 as permitted sender) smtp.mailfrom=3PgyLaBcKAM0uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com
Received: from mail-pj1-f70.google.com (mail-pj1-f70.google.com [209.85.216.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bszb31s9dzC2DT
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 06:25:03 +0000 (UTC)
Received: by mail-pj1-f70.google.com with SMTP id 98e67ed59e1d1-31f5f70a07bso1182929a91.3
        for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 23:25:03 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753943102; x=1754547902; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ug4z4SPV2dUqlPlM7sL2qiujmenggzkAM8KKUB9hc84=;
        b=MUuK12MYvVjUB1/d2e+96ME6ElEsYM4Duov+lWvWdZmwhTbD8hZ0ja35vybSm8nSgH
         qrEWMfm+qFBXeO5KdtQ5gvL3oEx1XcBNCi1H1Dw0kzb888pD+PtYj+UJEE2pzZJzjH2G
         8chsMP9m/rU9T6XIVVojUGeXL+jMYP22nYh3S97eYS6WZcSKDHFlQry/GYcEi8LEv4e9
         LOJC18wTvVrjmfp5y9Gw3o/sq0Xk3aVbFoNY4BAtupVqM590rq6wJoOkBRPt9QUl/5GW
         zQe3tDk79TbSZOTFpe96YwHbkI1hySUAxQpXgIlj4A4Nalww/JkxScQw7r/8UbPKz6nm
         lcVg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753943102; x=1754547902;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ug4z4SPV2dUqlPlM7sL2qiujmenggzkAM8KKUB9hc84=;
        b=EKAn65kcazq04CbGq5pEu+whai1nwk+wvW2fXvEDqj0+dR/bendP0Wtau1eMhENuoD
         cpLw4OEmY4g9pFrjxWZHEocgvs3uzHrkLD9hcnFJUcUqZ0WTS++6i1IKOiKF0DnQ+iwV
         JnF0NNJr0lTOd+rOCGT9N+kM/mVMt9pROY9ZHl/r+Hd3sN/UK5NdXLlia+6enm8NTLc8
         fwl62c7AycUygnKdiYVT/KIJHEgKIgQxmDgQVIEeuSdT+dsPUIEKCCUf4OWvy0Aoq0ki
         UcqRDqBFNSPm1EQNfTUhOO3J0dGYMHIoJ7eOje9+v1+oXL4InL03/190mkVbMPCJJJxx
         KHRw==
X-Gm-Message-State: AOJu0YxyA+5K8x7WgGnLZwrzSUGEKZ25v4D7M0rcjeURqkIAE0HsrQ1g
	MB+0WfKCOgWzOhanBwc6GWUBMW4SAVNA8phnQVMGS6wZbLhVPxU=
X-Google-Smtp-Source: AGHT+IHZ9qZDtywvjlToIoZ4CHAo2fXwyOou1XZiK0IMbP2LzTB72LsIfJkv0pc7Maa/FtkwPtUWF08=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:390f:b0:31e:cc6b:320f with SMTP id
 98e67ed59e1d1-31f5de1f21dmr8115601a91.5.1753943102765; Wed, 30 Jul 2025
 23:25:02 -0700 (PDT)
Date: Wed, 30 Jul 2025 23:25:02 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 362cc608aeda0000
X-Notifications-Bounce-Info: AWoTSIF3KGyNb35Dn6AC2rTiBp3EzOXypkV5T0VDofGt4BNJPGa1pHfJJxnTXbXk0_eiT-csx8QEr4d56k2i33DQFvr-Q3jjMLxM_04RtZtj7xz_nZ4N4ZvJ095O8c-pqxOZ_PuLzjayqmBoBdMmidzv6l_VWltTH3hGD0e2NLG8jskkUYa0MZNPu2nOKDN4PIeoA3QRrk1J0T9n_aLaGmUHmdKX4UhqRbG3YKvXmQCc176_sj6kElzWWLhFYDzb18xgvVMSeAoi08IH43Y_67b8u8QsLnr8hUB3gXiDqts-ztV7h_BSHrlRklMynC5OlQ0faAMd76vuah_RSKJ3oUfLm49ppTBw3j4o9AthO_O2icfPooWXF38EyumzNKvPtWLsgzxJFdXwNzmIENhWxGhxl4dNRdo2qtGR7c7faM3imMMqlZ8znZ7Zdfe1avKlHv-Oz_QV08SdOLQ7GG006r8VJjS8qOYF5zSVhr_CPUaW9YBw-vGKRVHfhuYnmd7bMT9lf_mA5AVtrTUjgx2rsIqrzZDujFfWmWENjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <8fed5a661a120cc4ffddadb7a8ed230afb0fea67-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000098ba90063b33b3d2"

--00000000000098ba90063b33b3d2
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo1ODk3NQ0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEzMTQxODUxMzEw
NzA5NTc3ODkwL3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj01ODk3NSZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXFzZmlTYW5iUDRnOHBfZEx2UEZMdEtGY1prVW5aRGgtZzJRTzlZdXBS
bi1rTDZhR1pFdHQyUjROR3h0RlBFRzVKNEdzQWlBRDgtM1F2M1VlbU9oUHNBU2s4Y3dzSVNFMVB4
cXFEVVJyWXRSdUtBQUMzWmJYRUtXNzRwZmFrPg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81ckNMTXIza3J3
UG40WUNwYVF2cVVqYjhzZkl3MjJ1aDVyeTEwMjR3TGh5TWtNUXIwOGI1bVRra2pUdzMzTFZsWi1Z
bG5PazFUYzZabVBJTWZuTkM0VVhUTWw5Vi1HaW9lTVFLeE9hT2RSd3FndW5BQ1Z4dG1TTXRCQmdw
T3VydjhUR1JDOVlaNmRUNUdtVENtdkNZcGFvZDFBPi4NCg0KMiBTaWduIGluIHVzaW5nIGFkbWlu
QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KDQozIEVudGVyIHlv
dXIgdmVyaWZpY2F0aW9uIGNvZGUuDQoNCk9uY2UgdmVyaWZpZWQsIHlvdSBjYW4gc3RhcnQgbWFu
YWdpbmcgeW91ciBCdXNpbmVzcyBQcm9maWxlIG9uIEdvb2dsZSAgDQpTZWFyY2ggYW5kIE1hcHMu
IFlvdSdsbCBiZSBhYmxlIHRvIHJlcGx5IHRvIHJldmlld3MsIGFkZCBwaG90b3MsIGFuZCAgDQph
dHRyYWN0IG5ldyBjdXN0b21lcnMg4oCUIGZvciBmcmVlLg0KDQpHZXQgdmVyaWZpZWQgIA0KPGh0
dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEzMTQxODUxMzEwNzA5NTc3ODkwL3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj01ODk3NSZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXFT
NGRERkdBVk1jOXIyS01TRUF2RUNFLTFtWWYwT2U3MDljWTkwRVV3OS0yaERSSUl2LVp1RW1PN2JY
YkFPM3dGck1rWFNWY2lVWmVLTHNnUV9nMU1mR1NTSWxmZklTcVNpdHVzLWJqdG5WRTNpb0F0WC0z
dmRQTFFGNG94bEhpOD4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81bzQweVFka2x6Q01HcXVCT2JkRUFjUE5JcURyNzlwMms2RnphMXdqTWVnTVpJT3hOaXd6
WHAwNmhkOHN6ZFhVQmpaTkNtb29FeEFObXp5U1E5YWFlbzh5ZWI3OHlFWWZNOTVEbGVCWFlLbEQ0
TGZhVTkybzUwTlBmcEhLaTlSakc2TUhzQjRqRk84QkJzeFlwUDhEaUtqdjVvV3puQVdiNm9zMFpt
aVNaMD4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyUWN5cE40Tkc0bzVjR005dXgzYTlJOGRCTXJaOWdu
dU4zTG5vaEE5UUkyb3hPcFpZcVMwbjlrZC1wbmRKTHVycVh2TnpHWXJ0NzQ3VmJmaWlTZWowemtF
MXVTcHdJR2h2YklQa1VsekNtNzFQbEpCTEwwUzYwRXJsalZPZDRHZk5DdVlZPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--00000000000098ba90063b33b3d2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/13141851310709577=
890/profile/verify?hl=3Den&amp;pin=3D58975&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5ow16OypSfaOm3lJxw7S-PuLOawAdz1ciFcaogX8wJezX2jhs_akxtUMEK_noM0UDE1LkU=
0FyEFmMfD8Ae19pDBS4UsJYqwj0R5VmWfNXs-oAdiHz4_jQI>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">58975</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/13141851310709577890/profile/verify=
?hl=3Den&amp;pin=3D58975&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r7DHdcmpx08-=
dhKni_sHJnh-QJWtDeHnWgYmueYYmF4GKxPa8TklnWyEPSLPTQerxpjMBax5gR1BmPrJXxd_Yn7=
KOEg7Zt30DjqGS81fhDK7qwlCWOemV_489OfiKk7w target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/13141851310709577890/profile/verify=
?hl=3Den&amp;pin=3D58975&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r7DHdcmpx08-=
dhKni_sHJnh-QJWtDeHnWgYmueYYmF4GKxPa8TklnWyEPSLPTQerxpjMBax5gR1BmPrJXxd_Yn7=
KOEg7Zt30DjqGS81fhDK7qwlCWOemV_489OfiKk7w target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/13141851310709577890/profile/verify=
?hl=3Den&amp;pin=3D58975&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r7DHdcmpx08-=
dhKni_sHJnh-QJWtDeHnWgYmueYYmF4GKxPa8TklnWyEPSLPTQerxpjMBax5gR1BmPrJXxd_Yn7=
KOEg7Zt30DjqGS81fhDK7qwlCWOemV_489OfiKk7w target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5oUIc8M5czgDflQkc=
32S94ITyPR2pCbfw9-LQVyI7HK--5FBlilvdM3ky0I6Spl-zpvMFlHpqKm4UV2xn-prdPICrc0F=
XCvh4nX6dzJqe8yqDDmo5Zzbaesg3beZJi0wWnxPXJrqqgalbruoRWN7OAVbOKWVw style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">admin@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/13141851310709577890/profile/verify=
?hl=3Den&amp;pin=3D58975&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p_J97p2ogU_6=
WRtfM2Ko8HLomkiWSFwXMabj0jjy6OzdLmnGm7qEgs2PDKnQLQlbHTHfYRBs_B1ee42zEpe_aOf=
qb5ntHM0MH9b9U6gQ1vY_96WR8jEuysbftb1fGDkro4-A target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/13141851310709577890/profile/verify=
?hl=3Den&amp;pin=3D58975&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p_J97p2ogU_6=
WRtfM2Ko8HLomkiWSFwXMabj0jjy6OzdLmnGm7qEgs2PDKnQLQlbHTHfYRBs_B1ee42zEpe_aOf=
qb5ntHM0MH9b9U6gQ1vY_96WR8jEuysbftb1fGDkro4-A target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/13141851310709577890/profile/verify=
?hl=3Den&amp;pin=3D58975&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p_J97p2ogU_6=
WRtfM2Ko8HLomkiWSFwXMabj0jjy6OzdLmnGm7qEgs2PDKnQLQlbHTHfYRBs_B1ee42zEpe_aOf=
qb5ntHM0MH9b9U6gQ1vY_96WR8jEuysbftb1fGDkro4-A target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5o8ByZgUNFakLw8ZugqiKOvxUxIGv6jWSnw_OQdz88FNZ5n-_iBmthn5adSyWzgxPQZ0gZ=
o6nwn_bspGRTNixUYO_eIdIXDP59cCKZsDMlYo0gy6cedTa3nrdS_CReTTji3PGTf9YnVFVkRfn=
e-EXbvKs9q1RdOtfsKGb1LxW1jqw style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5qzHlagMZusvsJ1dqOUYoE4iz_rCfsYskCjNXJuzXLYGbpo2LJTzqK3pza1u_nkiqqw__0xGNF=
qeQV8OMwmmPgH05-b6MzhRSE4EVcZ9bSe-L6FcYe8YGW3XKuLB4Dsyl4ywpSClA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oL3eYAB_4VuRiLSpPiH7xHm0ptsEN2gjQB3Ihf3Hjl0PBSaeU-dugVre5ynygFP3=
HJjy2Hzr15aHUO_S8vw3zLPQbAzRlsFWka7sW2ugo9oNk60iYnehcvN4Ip1p6rWVwJTA.gif></=
body>
</html>
--00000000000098ba90063b33b3d2--
admin/cur/1753683656.M327843P3179826.premium320.web-hosting.com,S=24829,W=25608:2,S000064000000060375151007557630020354 0ustar00Return-Path: <3xhaHaBcKAFs4NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id eIhuE8gWh2gyhTAAVkXPrw
	(envelope-from <3xhaHaBcKAFs4NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 02:20:56 -0400
Return-path: <3xhaHaBcKAFs4NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 02:20:56 -0400
Received: from [198.54.122.200] (port=55689 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3xhaHaBcKAFs4NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>)
	id 1ugHEG-0000000DMMN-0WW7
	for admin@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 02:20:56 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=LZqUlX9A;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3xhaHaBcKAFs4NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com designates 209.85.128.197 as permitted sender) smtp.mailfrom=3xhaHaBcKAFs4NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f197.google.com (mail-yw1-f197.google.com [209.85.128.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br7dg2r35zC24H
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 06:20:55 +0000 (UTC)
Received: by mail-yw1-f197.google.com with SMTP id 00721157ae682-719fc5e43d2so20030937b3.2
        for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 23:20:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753683655; x=1754288455; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=rk0W5WJFAVTlU/mgy0ZYTrgOFr1bbgMgNf3MBPV1aAY=;
        b=LZqUlX9AcglUXrhpIaqYOVL7GFQvRRoHROT4g1BAedFvGSaRAF5Pq0ge+eEW9x1kSP
         kDN7dDev8+O3Q+ewLy/1W41XyAsO2Qg0Ecj6+yQXzw+unh/fEbiBc8U03o/eZfpZjgGz
         eE6MNGO+R3TQ8zxOxMF3kEYsB9HHVtTWKmYD8G4HnTNMZFSF1oKT7KYucAVI/+w4RIKl
         fXFrbT8X288aRL+2S+pt0hoo/5xt2UrLHmoRx35G97N2MNZp9YQAzU4wO2IK6HHcxpDp
         VR6OTI4hCdRIGZ+KEvE0PjK9aJ17JeD/DNL+IiAfX7x1qAv4P21/OxgoRDPdkexRzJiz
         kD6A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753683655; x=1754288455;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=rk0W5WJFAVTlU/mgy0ZYTrgOFr1bbgMgNf3MBPV1aAY=;
        b=bvPoq15Hr/iKkvLJeC0ZmS92l2UfRc8U6QMaZjd3jBNGPr1b1f//ymzWtSj47KDQJg
         lKxpS0cz6U//K9GKAqPniIDqmRlD+gi9Pi6J9ALGGRKCKn3UIxvrCV+9D6xYj9ExkBnF
         KzbU3zR5d7e8D8RC0fwJ5WjhFxPQ6G0SlN8LkQC3/4hfGxRQyekvSan/JxasbuNqeo3Y
         0LJOFSFW90A9ptLIRH/RHV4kFBJ554V2/4DLkDCbjVX5oeyaz4iPvzd9q2KXbbxpmbgw
         4kk3IuVvWtbs5uJ6CAaoJJbw39MXRkvlqp9VUdzhyl9gxJpUQbNgLF49k6yTwVg2uAnI
         stEA==
X-Gm-Message-State: AOJu0YzWGShKuY8LvADJWuDpoWj//XRRDwtT9iO0UB33nqnKAgyEu3i1
	Bw+59GIA0kgrAloI2j5OgmxfHZ8WG8PeeBCt2KVMj6Nwx/5NJQCKuMwGrm1g
X-Google-Smtp-Source: AGHT+IFN1+r14aHXIDJtnWKyq3WKZ0IQSTEWZ1ati03+Lcd16aVS7acmYuAtkkXiH3/KI/rrZa3Ag/c=
MIME-Version: 1.0
X-Received: by 2002:a05:6902:91e:b0:e8b:bc7c:af56 with SMTP id
 3f1490d57ef6-e8df13949c8mr12167258276.49.1753683654813; Sun, 27 Jul 2025
 23:20:54 -0700 (PDT)
Date: Sun, 27 Jul 2025 23:20:54 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 600da2d0176a0000
X-Notifications-Bounce-Info: AWoTSIH-xkiwmjKNtlQkER3OT3Gqa_uTO-RohUatgrY_wf6eF0pYOPqVACE11YKdnPlbgmOd_D8o6cgKoCUtk4wpbShn7CBiG_95Se_X6KLWj7kbSXtp6QtJeK5kLZUiWCqNkWhheTMVPNV1232bXvVqy1Vj051ZgIwoexNa7R6wyCYCwuDnphUTP7CC35v4DtfSidJb37iYjwbpwXpVKAEJDzjCUTt14be8m0PcytqviRezblknWmjJ1RNUycSDStZoHwYPAU62YZglEA6nTj84jIVQsnWu06hcN0kMf6Y2dF85ZeCUCmFJ3o-odpuXkmoDsMIzf5kI-q2RlBdFM90Q8KMrl3pkkfYGJgg7GiJB4Eo6ju9N4owCV5K4x3d2LFe_PX5quZc9uyEpOsf8FxON8KDTSq-XL9Bm9zNHwDsHU6okq-eMMFOThqVDn5ah_8fy6HLLYZgHQ3lHJ6z8yk_bd5ctnaIG7pRsnfZiVRz1ROv27ezgwb5FDchlJmnNDUfMU2kQdG8hqh39TzNLOsWtwrOVB5FuthuWSYgXVOfCipvb8ihqPQiFWIwtB528nLSsdPAlASFsvH9LipUee7U6lzPT0BwSKV5iUWbDlphHOVYZMMS2AGpqAVQHArXTNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <40c62f79c63069dbc9c6dbc8b52dec9f58124904-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000004b2732063af74b0a"

--0000000000004b2732063af74b0a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/18206506409134140221/profile?trk=https%3A%2F%2Fc.gle%2FANiao5r1i-ZpQ_gywJkrSI-c1fGvfcYDrd-rVDqhZ98fB63OpZnMPntO6BOKkwM9n3PsRbyJGdrVFzmfAWmjyal43rjAT5bgGhur4eA1aIUMxHIEWsU05GIuKFVKkMc>  
at Long Beach Rd, Barnstable, MA 02632, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5oPA1adU974JieUi-YMJh1d5GeIl-eaxprBWgf2sKz9UdgNnr99fKJmvbIMMK_ND8don7riusjelJ-SbkcvaqMK-a1UWknlsFUPj9NxIqOiDF45bIuiTKswpy_oBmnGo99zGpeMJSsThg2zfCkgDUVbFoxVZj71c9fj74DflPE>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5paRPqRcUoaSar186T_bjExXOMEz3PFL-STbb4lbAmhPu7jRO_vQBWcZPe7STHOcbJAQOq1qkHR1SN8l98XciIrWFw3REo23GmWY0t6PbC2ffse278wkWyczWUWg2RlR9Nia7xg9Jwy75yU0NtaitsJ8_Ccy6eSi2ZeARkwQ-B9Z9dVq1bzgydKA0OWZpkfh3Y__2uZJ4JdDMoOYwiVMxl30M0t0gyT11K16X0IbRE>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pRHfStJpRKUaThBmwf0wOwHJUaV0Z3qW2GHAJ3h0_FPV2Y5ZiLJeJswv_5aSFXab_8StMyR9S9RTTfFXHunv2khPuncWLVAyHnnxkhzVlQg7kaiyj4eRdF2fhJ8rNSx1I2lGU>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000004b2732063af74b0a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5o-_xn7vStzP0I4jO96h4GR0_r4s=
W-t42YrRj48bZDKPgQZXI59HUNqfFlaZPefJ8cqkvAPCGbtNY4gKxJuZORzwO6WD4W8_pxKCxbh=
idLP6uFtwsQviRNgAlTcYFBxxLk7AdDPBf25BGyokIwG1Wk858OFEFsWgh6mDGeMEvKSiPZAZqz=
IMI_xzh_zm3GDn4U9IBg-hA42LEvqi76HTeXUusSkJ9qVErIGI_SkewIH_w>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
8206506409134140221/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oYP4PYJjuTojT=
W40rFNDrFnk4Tb_XVeZeY6wshjBL7YWI-usj-g0j9qiYD81Tb-fWNMhdBrduUnZBxJqARmWSPVr=
obDGru__zEqKjPGTU8SsIIkuGYD20I-pbUpA target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoratio=
n:none;font-weight: 500;">Long Beach Rd, Barnstable, MA 02632</a>, your Bus=
iness=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5ooc3Lz78li7MCtiuGXMtByKB=
xUy1o0TrwmXc4szgv9LSz2yXey2DPkq6Q0IgVnwmqJ8gprvJI0sq2jEf2b_dNESCBF8HPaQThKk=
ruirc0C8KvKx8cQzatSdhvjvxkJoqhlb3p2kHJii4BskmZUBDH3xj3eXgThboasKtvWsjun4w t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5ovyLLvZVjiITqxGE7qZRqcnqMFVI85a-sNYZo2Q6eXvcD=
YGQen4KqRfal5w1yW6oh6BLFpkRdXINDdf7t7y_cdMHD61SPCCcVeFKprMO6HJIkFZ7pzMeIBJd=
PHc8Tmtt4Ei-Qu_XMTFf1HRlJfF_C09WPsNqDtbxpIswo8IdQKV7LApJypassDyyTBdMDzv8M1J=
b7URRK_Gwc5IJOuTUuaIrNh3evHmyf_rpodVdR2ww target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5ovyLLvZVjiITqxGE7qZRqcnqMF=
VI85a-sNYZo2Q6eXvcDYGQen4KqRfal5w1yW6oh6BLFpkRdXINDdf7t7y_cdMHD61SPCCcVeFKp=
rMO6HJIkFZ7pzMeIBJdPHc8Tmtt4Ei-Qu_XMTFf1HRlJfF_C09WPsNqDtbxpIswo8IdQKV7LApJ=
ypassDyyTBdMDzv8M1Jb7URRK_Gwc5IJOuTUuaIrNh3evHmyf_rpodVdR2ww target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5ovyLLvZVjiITqxGE7qZRqcnqMFVI85a-sNYZo2Q6eXvcD=
YGQen4KqRfal5w1yW6oh6BLFpkRdXINDdf7t7y_cdMHD61SPCCcVeFKprMO6HJIkFZ7pzMeIBJd=
PHc8Tmtt4Ei-Qu_XMTFf1HRlJfF_C09WPsNqDtbxpIswo8IdQKV7LApJypassDyyTBdMDzv8M1J=
b7URRK_Gwc5IJOuTUuaIrNh3evHmyf_rpodVdR2ww target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qOpxsB6sIsfcc0OVm9ZlYmFLUZVT-GmML4VEzZoWyE-Y=
1H05Y71WQ-XzwxsacAp_iSN3IvM4dFiT3iDshnHsqQUjjjfIo46PaXSo6-F_IM6NDDX1Jtfj5it=
bT5CymLObH99iNKUw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rmcGHKGZ3rbHGIhqaoa4z9Gyd-1V7X-Oxw9NAtOTju6uzLGJSG_eUf3JIAZ4D76d=
C9GrGVU8pUWH5rRx9SCJzXStT5J0_EgOS4T1ZOpSQah48V2uimwBBRgsj5ckLra4MPLA.gif></=
body>
</html>
--0000000000004b2732063af74b0a--
admin/cur/1754668444.M980288P2141040.premium320.web-hosting.com,S=21815,W=22501:2,S000064000000052467151007557630020313 0ustar00Return-Path: <3kh2WaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id yC0HOpwdlmhwqyAAVkXPrw
	(envelope-from <3kh2WaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 11:54:04 -0400
Return-path: <3kh2WaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 08 Aug 2025 11:54:04 -0400
Received: from [198.54.122.200] (port=47448 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3kh2WaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>)
	id 1ukPPx-000000097OI-1yIn
	for admin@24hourwaterdamagerestorationlongisland.com;
	Fri, 08 Aug 2025 11:54:04 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=CguSGxKH;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3kh2WaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3kh2WaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bz7ql1q9Mz22yp
	for <admin@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 15:53:55 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-71b76c2f9dcso34068437b3.0
        for <admin@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 08:53:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754668434; x=1755273234; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=JALUmZHLZE+qzAd9npZKuYc+p0/NTA/iGx/kMZh5l0A=;
        b=CguSGxKHFKHytI6CcsibEp5x3DUBYH/6+tz2KMvSLwWmya5mw9B93KmqxrmzFPqXbm
         phGn+rSgM63Ikb6eW6aJnQHpScKIFmzmPZ+V0zi/vI8Adh1Lc6PTfI2qmHBbbqOPgdhn
         1DguWLcfSUpUIoFlb9vYFbgWjHyuB8hwXKv2rUXTlzZUD/jXG124bM25YXH6Sx9TJXli
         Sg3we1qn6iGAh830XR4xSDFC9ANNxcs7ACftAnJqTOOz1s9LprkhI78/ETIiskR26Pzl
         qbXuvZT6xiq9lDznn0VSgzL0Zb0VRzunhrkU2NZn/ShX+qHCiFKKYjduQFMZ4Tb0tisF
         GeBA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754668434; x=1755273234;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=JALUmZHLZE+qzAd9npZKuYc+p0/NTA/iGx/kMZh5l0A=;
        b=BR97TVp+Nm7aQ6S0ALtyMXBu2q3/t8O/qnOFGd5b2VTkGTFbJ6OtMe0HD37ZVH8zz0
         lHW7d/gw1Xy9Z+/HCDN1+bwtGUuzDjoJutnOBpvENzzGDlIsjKA2uDWFJ0qsKixavl64
         Cb99O/y0Bsv1Am4cjPi53DHvuTkoEpU5v8hvoVzXD/q1HHtFcc2DrZovo/aj7UT2zELs
         RL3jR+RJ1QvHgLkEj5nrp7IKEXtenuLODkHV/Ol0/jb2/mfuKJ593VygRJ1RVNa++hp9
         GIOs0gZGQ2mtBZgpbVVyG/fyFfpEmBKNkEMLb2KVbh89TUjy9uicICbO1n+WuH4QIqF4
         iskQ==
X-Gm-Message-State: AOJu0YyRmOZ9uoVeHZuf15Z5+qFjAE+RhEmmzDqDYnpP9l09UXr4zUuf
	NzDGb8cFaoTkUB7duc4TN5DZN7cHE/zuttHhUBUyojRd4WLhRPz8hG3pDT/6
X-Google-Smtp-Source: AGHT+IGqAjd+eKbMsyIILxjaLWMttZdJJ3xnvWCrRiiDuZ1YT1xOyMHkNmA2KIFfWeTzJgqnsSyvbhc=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:5c19:b0:71b:f5cf:fb6c with SMTP id
 00721157ae682-71bf5d021camr25965827b3.8.1754668434748; Fri, 08 Aug 2025
 08:53:54 -0700 (PDT)
Date: Fri, 08 Aug 2025 08:53:54 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 673c29e9c7ea0000
X-Notifications-Bounce-Info: AWoTSIHZdrx_Lww-pXelgZGokjS87EBGqhQV75FZV7nxS2smO-C48Y4X8O2epmu-63ced5_zt8eevdJjrSvEoPJUUls3m2yLobHkjWQSBVByr02XVgbrCs0ZgWorBJQI-P1A9RR6atQQKBEs3trQyaMKhs7HchWLM7-b1ldnrvYG5ex-iURV0fqhwT-MnQD-oV_r61NsjND9fCVlT80eS-tMYisJLcdQAyvtwduP7q62Tfi_PnHKUtTBy07eqyZo11mSMOTl0IMrybXe5E36L_eQlgAF52S7hznhV8ykGpbxeeGvUO0QaX21jt6y_MQHr0yKig5SIBXi5EZZ0dbm30azQ5ut_26C8Kis2jUrlf3YAEjEcFqIko2PQD1SUEr4QspAH8kjdifL4bTdGUYhIhx3VYlV-O6iDScGZiRtXKORSVtMC2JE1FUf-Cb8bKXZhMsHqALoPVqXL3BUL2UQET-jqhjYZGSV4cF4AXrC3oDgA-_yUgoSPmeKv-lCLq2QIIVabRDAkB27gB4Z8Nhgm83b2sEGCw9H5ABg12uusi9nenuBKOdMP6XHkcgMSaBnXsPLcd3DhekqdxHuReBeYeUOBeIprYfMpD8iG4feKIsWdMhV05dFmu3nN29egEN7NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <1045354f57179399b792c8655d08b64127c1ffe8-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000c07734063bdc94a2"

--000000000000c07734063bdc94a2
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/2340402943333226886/profile?trk=https%3A%2F%2Fc.gle%2FANiao5pjq1tiQPY64d5Wqnl-0ITqqQloMT_hPuwecfm4-XBHMcmEHb3Z3S-_Bg09AiFxNV_bFDg7u0J7PT4XMyWAm5nzYBWDxLugjRJrsv4EuPo46oY1VvPrdkn5xYE>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5oX5uQLlIjVBu52IqU-GCj3h2nU5eoYCE4zVAXD0CvwUEnZVzvci2_bsI77x6T4FA49lOY7JF6Rf_dOWlSiW-P28gK9KLifl2J5OtIQp7AkQRAV_nU66aVKK2s6j07s-EhXqelcmW4WcDTEsHJu821tOri6xrb5PCTcLwN2TSgK2fbolII>

You can see the status of your appeals  
here<https://c.gle/ANiao5pkG7KPNlAjxwlk7qYgE-ZMIe8oSPAy1MKaDJQJLzqIofcehduFbMY-0-cjpDdPeiBc1FdIvXaRyROonWjeDAZiscT9wTRREHPTwhn2YRKjCu9KIrkfJaUy9n88d0KFBB1VKIJ_o6N2bkL20rPCutuq7NpT9GJqcTky37lhmn7zRzBtuqH71O-GhezyyB7g1jrgfTDZ8Y1APVZ8zoN6OtVUg0GZV-sJZpRODOS1>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pWln1pCimmaGtLCJtmfo3M5aTuUonsr7H9PuvP9s9RgwoEt_qt8zDnFGGDyvvyzLaPiC98m80PBSN7nZpGn1TSI8-eNfGeP2hrnVEb-NEd2q4MAVkPVyWQQN5TCz50vw9Em_8>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000c07734063bdc94a2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/2340402943333226886/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5oCDVhysWeQwIqWxyKnznR3eI2PQ-vq-7DwjCyUz9Ce6BUnSE=
hBghiHN_eFiSqeNw4zwktCyoqm_84kV_mUYtBOrDW7-udEUjAXv66tNhtrflANmg-15cuUGI-y7=
g target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5pw1L0Snp1cDdF_HHUswgNNvSpDGyj_JAcNl70KUCDwxTf=
gFfEKxV9UylNrRy1xA71U-CxrFTaEi3BT-DHpd1V4QCkKWnsMU0pCAjG3IdLutNGcCUDkmRMhq8=
Sq-p4efdujhAJumRVsC5xtwdNBau0o-WzkQ9JJbtF9_sWNcSKKB41wo_1I6g target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qLObw3=
2W2POuEfgE0xLnFi60K4rXjvZkFmjEvbAgKxO3v1sAJ54AlKIy0GBgu6x9Sbai3cR387qUrDXZL=
6weBSxQZFGIA5LarQu3f1P5LZYL3rwnxrfkXVNcSIC064RXgffdoAJj56BHEONCCOq5KY0WINMK=
5qElDww6eRfB-qDo-bL0b2H3nEpjeHOplP_cVI7IUuTIOYkXk_h-b6WURnXWnuBny5_iPG-4iOj=
qg target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oCXvytEh7yIm7p1wWCcNA3TgjgoB_4UR1XQrmGNEFNDa=
ZOJlm_CFWv3Ox1NJMumqLD8ccV7vz3Mb_i-0W3TlnvIolLUFcW0DwwCilv7L6L0sZ3tBbQVZCtJ=
D4Qc3Jc1SPscP6D4w style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rXtE_Pf2AvkqtJpuco6-YkSbdMyz38aXBbWhKiEj9BdbRhdfOGvoxds-jr0BJegs=
a6zMoyqcZeCVMEw85IzGvRLEWviTYwpSLmlr7DzC_CMTzaOxP_E6iKhL7EHN7frSweNA.gif></=
body>
</html>
--000000000000c07734063bdc94a2--
admin/cur/1753631830.M148956P785433.premium320.web-hosting.com,S=42956,W=43750:2,S000064000000123714151007557630020253 0ustar00Return-Path: <3TkyGaBEKAEs914x52npr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id UGNdCFZMhmgZ/AsAVkXPrw
	(envelope-from <3TkyGaBEKAEs914x52npr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 11:57:10 -0400
Return-path: <3TkyGaBEKAEs914x52npr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 27 Jul 2025 11:57:10 -0400
Received: from [198.54.122.200] (port=39389 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3TkyGaBEKAEs914x52npr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	id 1ug3kL-00000003KiG-455R
	for admin@24hourwaterdamagerestorationlongisland.com;
	Sun, 27 Jul 2025 11:57:09 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=psXbsXaS;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3TkyGaBEKAEs914x52npr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com designates 209.85.219.72 as permitted sender) smtp.mailfrom=3TkyGaBEKAEs914x52npr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f72.google.com (mail-qv1-f72.google.com [209.85.219.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bqmSt66wVzFqCx
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 15:57:02 +0000 (UTC)
Received: by mail-qv1-f72.google.com with SMTP id 6a1803df08f44-70708748fbaso61031086d6.3
        for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 08:57:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753631822; x=1754236622; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=bDMiBP7Tne58arCt6xLShQnRcUoxbHwcnXQN4+Y/A/o=;
        b=psXbsXaSxKnX7LmHC+PnxjDvA2WuLFl6isGhLZ+GJWWkhGRV0KNa+7QAgEjD33Wrou
         ReCypBMiViJ9duVAGgyahsHWMLANAA6SZ5PrvDFvuQUsGiHAmtYJDwVoHmENvNQK4zd8
         daEPi0+1BV2s26S4dZD6LcmW9rhgqFyS/vuED5uHJEV2tUY2lSGUvpYxuYnG8kbZO/6y
         3gGFcFeXLJOdlammMjW81QpVR019R+pu3mLKBvNXgiFRK/t5eassCyi13tX8aUJ3G5xS
         Uv1dei6Nd2v9mKYRL5Kh5yqNczSKht0/fUNuWe6Orws4h7btn7AhQSKN3BLRwTg025um
         PMDA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753631822; x=1754236622;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=bDMiBP7Tne58arCt6xLShQnRcUoxbHwcnXQN4+Y/A/o=;
        b=tqJN0pjg2bX5j37pOsAE8VR7czzR/rkypJxAZH5qIYKiYbCDbiXMItXt6Req/WNZi/
         /6VYTMkIOkDqqElA49VDpPU4hZDx6jkxL0ifEdJRntBTtfCAFd5i6SGj4ZaEFe69irYQ
         U4Ea9WtUYdZ65tij6IJQAZKP3vijuRbHBwRTvw6j5FxlQ+XpvrHfAQhhAON3HmAmIHGV
         xmeFy8vQlwGPyENArsYOwvidX4Kjn+rwft0oTXwbQqjVoZeINrq4ypLsOPoiujRS61SP
         41PV04SmORXFr1htOwcaQ1Qu9HsVQwrMYnBTe6x+NzADXMnkux61XlibJ44AloioR10r
         M4pg==
X-Gm-Message-State: AOJu0YzlrE9TRMKDNSjhN4ryiAYVZV0d2aRqc3Bk5jn3jqk53V6VDFSF
	AHGfSKRYz/OUvIZPYSWszIeWkHRPghAiKkE/7Yg9bB7vua7wHgR49JLDNzef
X-Google-Smtp-Source: AGHT+IFRjDXzUkTgbs1qzSjf850HyGeeAO1G+J0JM0LrDpqLSr79/pwqzlP8JAnP9x9392w4TNnzMGc=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:1ccc:b0:707:44f1:92fe with SMTP id
 6a1803df08f44-70744f19408mr23020236d6.10.1753631822149; Sun, 27 Jul 2025
 08:57:02 -0700 (PDT)
Date: Sun, 27 Jul 2025 08:57:02 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140157
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5qKl13HBCNhSOMyWH_ppRFCjWg6KqwjmNoJaaqsBYosLVjiQgSwoiNI63WOCv78BaPboHTXw6uXLqoR3PVee7lJmodLX9AbJq_G2Bi1irt_BQCrBRXxaTWKaYu4cHKFO_8lA0V8KzRoZotZDuMoLIV9pB8D8zb9bU45_R8dTM8J1ZQlExg00x3DKr-CVLgbIhU8uThaDfabhLbpx0mYC1mO907b0h_XDFMo6IZzN2kTinvaq-62D6fecn_kpEK8MWvrz0_clZ-GuN3FP9952vSJE4BdaCUKktBU1xSAAsEzuGUwBtNhPZCUqRo0AOirltK7tBWNoUFh_XJv8PVLQU61Z7qwO20_LlUXULU0PA?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509315-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 0db93eb9476a0000
X-Notifications-Bounce-Info: AWoTSIHVibKRyfQFCKoKol9o-R3SlVqRXDfuoNnMBSbLYTGlhWq0n0RnaB5nxhOXQZFIczwRZ0T3DGZQb3Swp70_Lfh1X0exii3e0Qqa8Pg7l0_cXTW1p4R0EV7sY7bT935v_8K5oLnez9TcSe8OsEacQ73NQ1ZopbCbS_SNH0nZXrG8MbVuK9R2BDcDMi9NmmQPqbu3hgv7bs2hqbIN8FCMSJILXNaTZsuI3LfX7iZbiOMNY1QfODT2xzWtLsWtpRUswtbJ-sLawS5ie8bcJE41OJEh1zeSFIfp6uS1ZhzIwexZv9Z-dJGUVblhhQlAtUV6Pm3CvrCKkezCj4sG3QpmbgrGWyFwyQ7jfJy0upP0xMQuACFIjHHSeLL5ji0WOrtKACbRRPUhRIbl1dfeoXSEDEPJQQ_ICoC6R26wntPEqhKOzXbuWCYeyzZI6VCafavJAmjcsb6lanbnRJOcY6FQjtMDLX9imshI3ynXmBoEMk7Hw4LLDjkpINNKl8EMkiXCDeey-dUBiJTyY8W8kWvr3oQJT5WCsa93QcwoXwkOUMj07acsOSB1J70gHYia7DUURFmZQcRqKJiyJplGvybTJdhEdh0f3ZnkWGGiDrCcr_F3NLi_vyEBgWGa9bNmQ3DhWztn7-ej9dM88csBo5m2IxAIEa0LNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <2c71fbcb6f69d186ab48ceb5cdd0e67d2739e5e1-20189259-111085104@google.com>
Subject: Collaborate more effectively using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000d37861063aeb39a2"

--000000000000d37861063aeb39a2
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpNb2Rlcm4sIGNsb3VkLWZpcnN0IGNvbGxhYm9yYXRpb24NCg0KDQpXaGV0aGVyIHlvdXIgdGVh
bSBpcyBicmFpbnN0b3JtaW5nIG5ldyBpZGVhcywgYW5hbHl6aW5nIGRhdGEsIG9yIHByZXNlbnRp
bmcgIA0KYSBwbGFuLCB3ZSd2ZSBnb3QgeW91IGNvdmVyZWQgd2l0aCBhcHBzIHRoYXQgY2FuIG1h
a2UgaXQgZWFzeSB0byAgDQpjb2xsYWJvcmF0ZSBhbmQgZHJpdmUgaW1wYWN0Lg0KTW9kZXJuLCBj
bG91ZCBmaXJzdCBjb2xsYWJvcmF0aW9uDQoNClRpcHMgZm9yIGNvbGxhYm9yYXRpbmcgbW9yZSBl
ZmZlY3RpdmVseToNCg0KDQotIFF1aWNrbHkgc3RhcnQgYSBuZXcgZG9jdW1lbnQgYnkgdHlwaW5n
ICANCmluICJkb2MubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81b2t2YktwckY5NU9yRjBhSHBINmlW
WWUyY1dWOTVHalJnbjA3WW1OUTdVWjVwQjhGOWgyWlV2VGRObTFHenZmNGIxckxzSU04MjhKSkRJ
X0VuNUZmNFpzdTVaRWtjRVcxSWVsZ3NfZzB6TGhRX1h4RGM+IiwgInNoZWV0Lm5ldzxodHRwczov
L2MuZ2xlL0FOaWFvNW9YSHByeGxtMUZqRUdxYl8xYndlTGM0Zkw3VW9DLWlGTG1wbEpaWUdNdENG
aEw1N3dzdmpSV3pFRmNBWm9fUUJwRTZxZ2hyWW5mLXFacFVHZHctSzZ0b01XcHlqei1iQUZsQnhp
V2IxNHc4VGxQSGI4NEl2cz4iLCAgDQpvciAic2xpZGUubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81
cW5oRmxyWkZTMkotRXpfYzd3S0l3MnZOYWsydmZOanNralRGQXJXV3ZFOUstaHZzQk1Hd2dNVHNM
aFJJbjVXcFhpb0dhUGkybF9SQjF4aC1jemM1MVVneFhYZVN0RXRQN3FUQmg1S3BZNWJobDE5WVQ2
ZElBPiIgIA0KaW4geW91ciBicm93c2VyIGFkZHJlc3MgYmFyDQoNCi0gU2hhcmUgZmlsZXMgd2l0
aCBwZW9wbGUgd2hlbiB5b3UncmUgcmVhZHkgdG8gY29sbGFib3JhdGUNCg0KLSBBZGQgaW50ZXJh
Y3RpdmUgIA0KZWxlbWVudHM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyZEEtU1JJeE01ajRUMjF0bDJZ
ZDB4VG9yRXhnM3VORFJtbFk4T2gzMmg1VXhXQ2M4cXZvT0RoMFlkZWhYWHB1MVpFT2l0YWhjTF9O
RG9wN3B3bDNTV3I4by1aT2dmUzJFSTVseWxGNVg5X3hia0ZSeWJVdmRUQ180ME5FU1dpNTl4Y2ND
RGU4NU45d3pycUJvQzkwaThyZlBxeEo5ZGYyS2ZvMWd2V3pVXzhEVkRXUXVLanA0R1hzdmRVMzZt
VV94R2ZsOEhSeFRtY2lJUUo4elZPMzg1U2hyblRFUXluaGE2dHM4RksxeFNLakhfTFl0am8zdUdR
LThiVjJLNjlrYmxnRU9xMy1Ha1U0dU9FUmpkNkxEYmJ0Zm5QTE16eU5zVk9hLVEwNndLZUQzcDJ0
dkpZLWhLRGc5bm9SZ1VZOURuZGNOTWF0NkhOcmhxR1o5dV9zNGZaTkFLWUVLeExZbmlfc2E2aV9B
cUk4RU40aGh0WmwzMHNCR3VGQzRiU2puTG9kS3FoTXZzZmJZTnBXVT4gIA0KdG8geW91ciBmaWxl
cyBsaWtlIHNtYXJ0IGNoaXBzLCB0ZW1wbGF0ZXMgYW5kIGNoZWNrbGlzdHMNCg0KLSBBZGQgY29t
bWVudHMgYW5kIGFzc2lnbiBhY3Rpb24gIA0KaXRlbXM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvOGt0
REM2Tjg1b2RUMi1JS04wUGFWTkNLVzNkWnZLS19HcWhPcWItZ3MxdWl0ck5YWng0VVZrMzRiMWNO
Si1NS2l0VC1xS1dxUWEtUzFMWDlMQzFIOHFscTNrWm9FaERwR283UnJOYTI4ZUtPNkowSllIZ2xH
cFdUbGpPZDhfN0d4a3dIR1BwUDNhYnJtRDFETEQ5LU1EQTgzMkNxazR3QUNxbEtQTXBNMTZoM3dJ
N1ROcVNNN2E1bk93clpzNEFRa2k5dzRnbldFOUNLRVZBcjdKaHdBRjlFRVhseFNFdHQ1Q0k4REd3
V29xcENIOUhnRTctR1I5d1hDQUlaeHpnTWYyX1B3b0RJMW1xbVZNWk5VUlc5bDNXeGxMTzVxR19x
MmdpRV8ydGt2TkIzNi1YQ2xZbF96c3JFN1BFbi1CMVNxUkk3dEJpMm5LejdMSHB1dnE2amhFWThf
aUE0aDNPbnJuakM2NkFybj4gIA0KdG8gY29sbGVhZ3Vlcw0KDQotIERvd25sb2FkIEdvb2dsZSBE
cml2ZSBmb3IgIA0KZGVza3RvcDxodHRwczovL2MuZ2xlL0FOaWFvNXJxSTN3RGxzODlLQlUwZ09E
VU9mNnBQSUhBTkxUckhfMEx4UF9VYXlmS0dDdkNRX2ZtYWN1VndLSzF3MXhZNXMydDhKS0NEaGMw
VzRndGppVUt4X1dqYVZXa3diTWFnSTZkVXZ1LWdlWmpUUnBRT2V4aVk5UU8xZ1p3VkQtcjhTaWQ2
cjBMVFdsNWtvWU43d3NZeThtQjJxVTZxUWlRZlYybFptZ2R6ZzdCbkFfUHFWd3RldFZtLTVGWnRM
RUx1OEYwQ1JsNTFlR3B2LWJfaFQ0ODRRRjE3cUhWQThJcGk0dVkzeTlBWWJ1bFRvazlxamxBMTVE
SWJfd0xVaXl2RHFMUWswWHBYdEhneUFDTHl3QlJSZFQzWnNEU2p0Mkk0QndsSnl5NlRhc3J4OV9t
LTRSaHRPYk1PY1RUTUZwSDY3dV9SNzZ3PiAgDQp0byBzeW5jIHlvdXIgY2xvdWQgY29udGVudCB3
aXRoIHlvdXIgZGVza3RvcA0KDQpWaWV3IG91ciB0b3AgY29sbGFib3JhdGlvbiB0aXBzICANCjxo
dHRwczovL2MuZ2xlL0FOaWFvNXFMamZHWGtTLUtyQXFHWThkQWxLMk92b3lIN3k2c0VTU2dWY0tX
cXBIZG5zM2p0Q25mQ3p6MFh6WlE2ODEyZ0RLcWQxbjVSdlQ4VFloUFozZ0lkUzM1V1ZJM0VSTG5y
RW1DWnEzRVd6TFFLNmloUVdobWF3cTVKR2RYblJPV1RiN0F5N0xJQUtXS1N3cHhXTUZzY3hqTmd5
RjJPeGhJdmYwN1R4bmdEWjI2TXp3VVlVM2VMNG96MUN4dGwxdDBuaElGQ0ZSYlZYLWNmUGZzSjJU
RVFVa0hmSjFrRmtac2o1bVc0bklEZWpaSHlqeERJcXdkN2d4a0RDbk9rZmE1bjBwQjhFVjJTR2t6
VlFVS2prdlREYkxSTlh6eHRQdFlmemJSbTlUX0NMUXRUdzRrekdHMFlmejJHdndOMHBCZG1jMUVh
TVE3Q1MwbGc1OD4NCg0KDQoNCllvdXR1YmUgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cEM5OVQz
czhBWU9OdkVFcWVHeWFDS3ZLbE5Sd0pxd1JMMGxuaVpYVFEyRGx3NjZkaEVySW9DMWI1cVdBWnBi
a1ByWUk0WWNSTmc3WmpvVVJ4WlFneHROcFRVMnFSaWwxSm5XVzY1NW1FbG90cllUamtXbGVja2Ry
RXYwWlA2U2dvYzBoVkN2SDZJc0pkND4NClR3aXR0ZXIgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cVltaGJrbmdFczdLRGx1dVRJakVhekpNRVFxbC03UW5TR0RrMDJpeWJiYlhTV2NtX1FyVTRoRGot
UzZJc3F2dElockJwREQwRjBWamszZTEyZ3haTURlYXZMSkJtbmlBU3c5emhvOGNLZFA3WlhTeXVw
Y1FER3pVaVlHVkhSbmE1eDR2QjB4VTA+DQpMaW5rZWRJbiAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlh
bzVxQmw4VVkyYl9LWDljSWdKRzAwUUxibnhpTWZjcW1hWXdLVlZyM0FLZ2NzQTAtM0cxcFhjSjJQ
ZnRnMkxaMkp1X1NRTV92MFY5ZlNERDBRNWlxRzJHWGxTajdrWmJva3JPLVF1YkdqYmM3YWpHTUJk
Tm4yTm9tZ2N1MVFBN1cxVDUzQVlGcGFNc01fMnFaU0ZXMzRLcGNoSHBpNG11Wj4NCkZhY2Vib29r
ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBaRV9rVTJDTXMwTzV6QUtxdFJkLWRKTktLVnJPVnRG
Ym9NNEt4dGZhN0lnSDl4UE5vbmoteTNFZlg0eVd4a2RUSklpQkhoUGpERTM2TVRWeEx3UWg0VUJG
aXBSa2NjMVVyZTRzU1BVckhHSlpFRGpsR1o2bDd2WUlsU1J5b3dpVFZNbEVyN1B3MHJZa0JoQ3M+
DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cS05aFVqV1lJaWxfWjF5TWI2QjNU
UWNPMzlUcVRoTURlZTN1SUZxbWpiVWlxX2k3RFp3X1dINmFfVE5TVFpYTmt3dm1RRFBVNGJ0bFk3
d19YOWVIdGZIeXRkYmtpN1o2YWNrQzZMRzM2YzV0VXVTdkZkWnhxbmlEMTNCSDB2bXctZHJOZW9X
M3QwTGpqZGxYMWFpdFk+DQpHb29nbGUgTExDIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1v
dW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWlsIHdhcyBzZW50IHRvIGFkbWluQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNlIHlvdSBzaWdu
ZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBzIGFib3V0ICAN
Ckdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJlcyBoaWdobGln
aHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5IHlvdXIgb3Jn
YW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2ggZW1haWxzIGlu
IHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczovL215YWNjb3Vu
dC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3JpYmUvZ3QvQU5p
YW81b0tnWGVyaG1zUUF2SENTWUJHTlB2TXR2S3B6RndURkp4VzF3cnBadEg2Y1g5bUtQd0tZMk4z
WU9nbU84QkJGVWJzV1RRSXc0TVdSU2dtUlNsT0tBRUlLU3BQajhZcmIydEdLbjRyVTlyYzh3RHF4
emFpQXE4Q1BiRWNSc1Y0clpHRUY3UmRPdHpLNnJSLVlERE5RUWRTN1BjbmZXeWpmc1FpcHo5ajBR
Vmt3NDlMV1lRYzJwQkt2Z1VqZGRlaVNSRkhKZGUtNmJmejAwQktpOUp4bHNDUlhTTmZiLTBuOVhU
Ukh3bXZCMGhRa19UTXRTUlFuQ0k1c1RiQ1h3X25YM2t4SEZ5STlFVDlVZ19mRTNJaUMyLUxZR0RK
QmNGWjdVclVUVV94RGEyZFRxLW5qclJqaVdOaXoydTEtM0V3YndLTHRLT3R1NzJwdFhuRkFlRVlZ
TlVFNTVlaUpNY0p3Qi1wel93P3V0bV9zb3VyY2U9Z20mdXRtX21lZGl1bT1lbWFpbCZhdXRvPXRy
dWU+Lg0KDQo=
--000000000000d37861063aeb39a2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Tips to start collaborating</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">We've =
got you covered with apps that can make it easy to collaborate and drive im=
pact.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Modern, clou=
d-first collaboration
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Whether your=
 team is brainstorming new ideas, analyzing data, or presenting a plan, we'=
ve got you covered with apps that can make it easy to collaborate and drive=
 impact.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
12px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email3b-transparent-w956px-h600px-2x.png width=3D480 height=3Dauto align=3D=
center style=3Ddisplay:block;width:480px; alt=3D"Modern, cloud first collab=
oration" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:17px;padding-left:17px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Tips for col=
laborating more effectively:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:10px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly start a new document by typing in "<a href=3Dhttps://c.gle/ANiao=
5q4yd1g4zoK5oKUxbRikwkfGd-Wd8JtSTL0WJIHJL5Jj2kEqz-7grgnYaXIQGbRmFqhR_hxm_87=
3fKrpm1id-wzaveF-04e6TF7UpCONC3B6uT8DX4dAw style=3Dtext-decoration:underlin=
e;color:#1A73E8; target=3D_blank>doc.new</a>", "<a href=3Dhttps://c.gle/ANi=
ao5rEBP4QN_P2N06qzZIwoksAdzTFd_UNnbeNEr894T7qeTOvcpJy76J8pjUniFFWwvFlqmgjS7=
DsnZQfyo_aLbR0t_A6oKVxlezSsV5POLo9qzwvYmfJzvRd4Q style=3Dtext-decoration:un=
derline;color:#1A73E8; target=3D_blank>sheet.new</a>", or "<a href=3Dhttps:=
//c.gle/ANiao5p761Kz8hAc3lSXcvookoLKHajGtI8HNhn6MDTEcH6DyQWEjzPi4Je0mSTrReQ=
ytJVvTB5AcKaUGK_npcJtNc1Q91mtzRQeRPNpGw4grPHnI5IRjmB5t5LBYw style=3Dtext-de=
coration:underline;color:#1A73E8; target=3D_blank>slide.new</a>" in your br=
owser address bar</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Share files with people when you're ready to collaborate</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:7px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add <a href=3Dhttps://c.gle/ANiao5q4f8DSD56N-VEDi-7EsAqOmyKyc3saadbJVQaN=
dRIztitGn7yw8K-U3JpxULbNFK4sK5GCQfiN5MgRroISMBS3pmsEhmICv77bRLSnkJfPLxLFw4p=
L-GjMfjmSCjii_iPaEalQurH9LbzLQLU486MZxrcLXR1logrMrjze6I6h8Uu8yqXjFmdb3H6qDc=
03qbGNGXtZFokajTO1DR0UOyMI1WuzkdIFzoqGXtH9cgwW2GuPdDJgv7HFcr8b9fuPzRuxM0lwS=
RJ9YZ_7wCRcyhh5vxj0rGjyjGi5_jS-Qfi9QrvoD2d7gHtnO3blVFdWp2_J1XAT_iQcoTBGHp8E=
0tRucfVptOiDuj5Ri_6nNzBqHHVxv62fKFhtVYM5OLmg3ntD8EjVN9QFiMcbX6_3GQ style=3D=
text-decoration:underline;color:#1A73E8; target=3D_blank>interactive elemen=
ts</a> to your files like smart chips, templates and checklists</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:9px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add comments and <a href=3Dhttps://c.gle/ANiao5peYUxtvOqf5tN7jk-RifQ7Nbn=
RnzhIjYYjgjvk26oiKuE6WwWaDZ4SfWlEacoaTIn1kVpe7Ql82EvMT9Sy78aiqeThkX5T4qwFYU=
HHchWAytfBn1ABoywdfRMRui5FChA2N9sQk2VdilKBb83QitK2ygxf4eTq9dNRfvIt_K2yevlFE=
kHfDIcNRNdE83xpstasnlcjCLCTtT6O97TbknFyK-wK_SwiYhckjfCLoxQNCT0ShiPWGYYXbj6z=
sToJqMiTSz9GKsgse3w9T_qxdP1Gp3onWvHlem45W9iCmRAPhxtDd4_9r6l7oT9-BznkTu7UdLX=
AREvURPjHhIM4zs_DE_kVE_hRFZ0DZif0OyCnpeE style=3Dtext-decoration:underline;=
color:#1A73E8; target=3D_blank>assign action items</a> to colleagues</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   <a href=3Dhttps://c.gle/ANiao5ou-XNCA2NSM8RxJiqJ1RB6es4-4iLe8NI2-d_MucjK=
CXp0RfKutRkUohcsoWL5LwUi85LkFXxfccl2F4aH2l7WkLo8gWoOMyTW5CZL0C4WgS07SvmgXd6=
Gj4kr_sONHfchOLKg6mMzWMIeAPOgoc0gMratCzvWxFqeFVOgEx7FzdcGQUApLfYce8-vmR5YWl=
qHKLx9rI6tVvIKdhBT2bnw1Az6HErfYzz3e7n21PCUcBzHZZrY9CURsfK9uQcZlg2myYUKhhhOr=
XqYziXncKELh6ErVZY04P2I1L0LwfGBQqqFJmDGNRGnuLXPL6sNm0XrIcKX3dM style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Download Google Drive =
for desktop</a> to sync your cloud content with your desktop</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:40px;padding-top:26px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5ryYLPHnTnvxCMWp2rUw2EJezwt4nctbiCMB5JnWY_O7YvYXIxfeMiP_e=
JTpoK5uNmF6SK6JaqqVJzSDtnXQQ15FB-mZjVYQvd-M7GEFCbdYi2JZFZ6X6Aa9yAV-HloxeKWa=
zjrSFtFsrERZ5FzFDTwjKYIOlCphOaJzlhbVK5ydQPIi3w583Hm3Is25IcE_DZR6MLi47yeHBoX=
TuW677cnRUaS_9Qc3k-knoHujsDCcbMNE3HJVXTRBKwDtDPdpjjirc6AGM8rStAbNuJndtZxX0Y=
sUbEeZt6Rz0RBtZQWZIJrD-ooa2a6f5hWNl6xI6YZSfw1ICp4J4_Vnw" style=3D"height:50=
px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E=
8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">View our top collaboration t=
ips</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5ryYLPHnTnvxCMWp2rUw2EJezwt4nctbiCMB5JnWY_O7YvYXIxfeM=
iP_eJTpoK5uNmF6SK6JaqqVJzSDtnXQQ15FB-mZjVYQvd-M7GEFCbdYi2JZFZ6X6Aa9yAV-Hlox=
eKWazjrSFtFsrERZ5FzFDTwjKYIOlCphOaJzlhbVK5ydQPIi3w583Hm3Is25IcE_DZR6MLi47ye=
HBoXTuW677cnRUaS_9Qc3k-knoHujsDCcbMNE3HJVXTRBKwDtDPdpjjirc6AGM8rStAbNuJndtZ=
xX0YsUbEeZt6Rz0RBtZQWZIJrD-ooa2a6f5hWNl6xI6YZSfw1ICp4J4_Vnw style=3D"backgr=
ound:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bo=
ld;line-height:21px;text-align:center;text-decoration:none;width:255px;-web=
kit-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:=
0.25px;" target=3D_blank>View our top collaboration tips</a>
                                 </div>
                              </td>
                           </tr>
  </table>
  =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qTPnRYnZu4EXY43iwdAOEt2ERl3aTppOEjhxV=
DW4qgylpFVHdZMR2qy4lH1iXW5zoPa6r6SE4hgKF5FBQPOeRHkyGB1MHs03h9GiIlKJpI6Hl9uG=
S8DwALZHT1e002muuzSMP25kppzS48H2c target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pZo2Fu357pQpbfIdiKvI3mCpWFn-O9Gd-7AX0=
HdA_7ugUjK7pxi7W5OPF2Es3XkH6wBaoyWqr8DPOTJsUAdR2YRpvXzh2d7kf0Ti7MPj3lNK_sAE=
TydGt-Eq-aeSxvF7DoASmPpXzQVQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5riwXsCL6oZZTWjJX0GtTF-VnQEbtEYGA4zKKs=
hxIdVWj1z4BdsT93S6EgCsi_itrpCPz6zwTm0bcMsBr06p6-4KTfmYa1oAMbDwIPVON5oX7iBLE=
eevRmTl8_4FyrkcR5nsWxEYUwoU44lDv9sWlM1UVe8YoxWnUI target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qMcfUTIbzexYGfMdCZyp0tQI9g3iQgDLL31ZS=
z8CiM9LnZJDyup1A8exful4kDpjJABqM2lhyT9OT0SPMJaXKxGa41Wi1LcbQ-DpDChVUmQ-5zEF=
YdUeajQy187eP6hA7XQfV2zrV4IlffFhjPKA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pDEHulyHT24Qwt0OebU_unPeeKRiDOUPtN3Y5=
-ytkwKkzyRY8a9shFVslHHSWdUu7Og6-VTikQQaLYH08CklGVvIhmAWNAxmnIVj_FAbOwB2R2jH=
EKLsRlk9B7a0vvY9Oqf4U3yStpaMlFAylrVtOWsQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to admin@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5qKl13HBCNhSOMyWH_ppRFCjWg6KqwjmN=
oJaaqsBYosLVjiQgSwoiNI63WOCv78BaPboHTXw6uXLqoR3PVee7lJmodLX9AbJq_G2Bi1irt_B=
QCrBRXxaTWKaYu4cHKFO_8lA0V8KzRoZotZDuMoLIV9pB8D8zb9bU45_R8dTM8J1ZQlExg00x3D=
Kr-CVLgbIhU8uThaDfabhLbpx0mYC1mO907b0h_XDFMo6IZzN2kTinvaq-62D6fecn_kpEK8MWv=
rz0_clZ-GuN3FP9952vSJE4BdaCUKktBU1xSAAsEzuGUwBtNhPZCUqRo0AOirltK7tBWNoUFh_X=
Jv8PVLQU61Z7qwO20_LlUXULU0PA?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue=
 target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscri=
be here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000d37861063aeb39a2--
admin/cur/1753372625.M601997P3964026.premium320.web-hosting.com,S=37049,W=37747:2,S000064000000110271151007557630020336 0ustar00Return-Path: <3yVeCaBEKAMwE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id UKhrI9FXgmh6fDwAVkXPrw
	(envelope-from <3yVeCaBEKAMwE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 24 Jul 2025 11:57:05 -0400
Return-path: <3yVeCaBEKAMwE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 24 Jul 2025 11:57:05 -0400
Received: from [198.54.122.200] (port=59179 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3yVeCaBEKAMwE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>)
	id 1ueyJe-0000000Gdxk-0VO5
	for admin@24hourwaterdamagerestorationlongisland.com;
	Thu, 24 Jul 2025 11:57:05 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=pkP1d8U+;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3yVeCaBEKAMwE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=3yVeCaBEKAMwE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bnwcB2F8Dzylw
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 24 Jul 2025 15:56:58 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-87326a81ceaso239780139f.1
        for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 24 Jul 2025 08:56:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753372617; x=1753977417; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=F6dI930y/qblnzs+KwyTx21B6oJcIuSFo+tm/dNULMc=;
        b=pkP1d8U+SCBEzx1rZI9CutSwXVuQkICgXakhS3GdXymXb1A+9S6H4xZhy6ZIA/xV3L
         eO3nvumWiLaVvNHLpqRUyGAquhIQMS8wJFBRNVG03APucyiKkQWfcGWRO1gHlEyuoZ1W
         VFntaOi+5djM5/YN+qNqhBWvxV4BBJKnU3GvBm8OczZ4VfZsAvXYzHdCWX51/uSzYoZ/
         hHYMkHlGEEqnWfA1c8Dx3OaqTtnQceEYix0YCGPoKoj+iAZD7LY3QciudJO9tnIxeLlf
         gTf6Mnkfw9Sih3yvXmKuiszGlY61i9QjC2o1tCuaYg9wBTTIVJ7ICL2i0RT27WbmF08W
         kgqw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753372617; x=1753977417;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=F6dI930y/qblnzs+KwyTx21B6oJcIuSFo+tm/dNULMc=;
        b=Og/LrIRmzHq1nm+im2B0SPI5d6VowOXzJgAJNdlKMMYIH7oWrh37BLaSQuIXb84+Yf
         8LUC+UgaxnyHX+TVDKWVrJ6ejOwSjLXjesUVtCrNXIaauKm2+1jfFYzWfmReSYqHlqv+
         iZj2TkkFtS7S7i6YKyQmbiMexg3OouT2dMl1tsX0lLKjJ48YjDFoomOf15LuoBbmY13+
         /NdSypYrr4dq0ZOF3FyewRoSWSgYYsSGnD4nVe/4KXh6aZCY8FILmlnnMboaHoJ1BYbA
         G8sE4x3oWjbNpczj9LUESTa35xq6aXNNDNV5df4DY6q/hZtzles10I1dNqK36MSsu1GL
         nNfA==
X-Gm-Message-State: AOJu0Yx6gP/v8neu2+C0WUm0UAQwL7ao/0tEGp7hvuejs3qDqdNp4f3O
	3oTCakml19wjHj/mmng07zPKGWRF5EEzdO/PoiCEuSXATyzdLMVk3b1KIsSl
X-Google-Smtp-Source: AGHT+IHizp+0E2Vpli50zwrvr149UNionJhOtmQpopHELqpCRK9Q/3yErgbr1hiAW3Gl4h+uq9iur7o=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:640c:b0:876:6d7:8aa9 with SMTP id
 ca18e2360f4ac-87c7618b1fbmr424443139f.2.1753372617848; Thu, 24 Jul 2025
 08:56:57 -0700 (PDT)
Date: Thu, 24 Jul 2025 08:56:57 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140163
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5oW4T_2_suTnpuxyMU3ICfMfigf_AXsgunS_OmZSn1M3DSzZFJG3fbcW8c2gu29dCAYRZYbmegvF3VxSh9O9K7cc-Fy7RUI-sPeu9dsCvcBZ9S7JwxggoZ_KxoyNKK321DrPsEs5kCACvhY-q98OfaDMXh-Bgg19K6pnJIDyS_htnUidPY2T3y4Q703VbxEf8Sni3uojWRlhXctUwbrNybChgGkyvfCPxiCArKT1pYzPpBBriVuWvJe3nObEqhs9LHvbsK6SkmSfRXM_bjsta8uovzspICsBym70tj4NMd2Isn4qxqAu4-_OofK4SPxNr1wHR9QMKyUgJytTSoMSmtRWLNJR8AZnWePYaqPxw?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509348-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 5026fbaddf5a0000
X-Notifications-Bounce-Info: AWoTSIErBtTyMizcKGo9ArB0wfJQr8-KMHKrSHV-qjkuoCZiMvZAivowVnnkSHt58EmFOdf0wEolVXRWkHj0Smh5HHiOr7Y9GS_iIgEUxk-3jezoK8D-YJcS2dqU3mv0zVXAtlUVgQtN_HgiRvEIx2D0InWbtwXr5aCUU8WPO17JIZebtxYDzKc1QPkG9bqKJHswpH14yQM79OCyXU9QDPayeGZFc5dvx8uWk7oWgT63VUX4hNWE6Sq9phzOKr-tVIsXAtWf37j77X8Hun3h_Vde8BAsW0XdqyLVtu7xFL8MWzat0uEr7n8ODU21wISnnF48GomSpiK4xBxuPFK_Yy4z_8Ewahz4I9pkFejdoqXidgLkMHaTWqoy7YEWrt-rcqzgxN_zNw4on-z2SkjItHNzY-HCj4opyTSHqnQPQ_5Pdeew0ByJY0CPTU8Cr-gbIKP3tgtFKSQwdg2gkVKrbGmrXnwy2xZPjnXiYVV_xN_SZce52lVUc6WeMXMJ5fDte7_5AXVvdrFLrujo40g8YaCjng1iTiH8qZ6ikT3dlFsO3ds8pOMB_XkWAp7YdLtFgHTF6f6tl7nA_TsmbApYUS0sVZHPM4Df5_IWm4lvuB_kQvh4kqaklRE7d0O7grGX3rwMPYke2zqJELHUoDdRV--vX5K5CiMdNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <d588e79201c1c0de588d37d5b48d0f54127b0f7b-20189259-111088031@google.com>
Subject: Collaborate and connect with Google Workspace mobile apps
From: The Google Workspace Team <workspace-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000000bb984063aaee0e1"

--0000000000000bb984063aaee0e1
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHZXQgc3RhcnRlZCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UgbW9iaWxlIGFwcHMNCg0KDQpTdGF5
IGNvbm5lY3RlZCBhbmQgb24gdG9wIG9mIHlvdXIgd29yaywgbm8gbWF0dGVyIHdoZXJlIHlvdSBh
cmUuIFdvcmsgIA0Kc2VjdXJlbHkgYW5kIGVmZmVjdGl2ZWx5IGZyb20geW91ciBtb2JpbGUgcGhv
bmUgb3IgdGFibGV0IHdpdGggR29vZ2xlICANCldvcmtzcGFjZSBtb2JpbGUgYXBwcy4NCkdldCBz
dGFydGVkIHdpdGggbW9iaWxlIGFwcHMNCg0KSGVyZSBhcmUgYSBmZXcgZ3JlYXQgd2F5cyB5b3Ug
Y2FuIHVzZSBHb29nbGUgV29ya3NwYWNlIG1vYmlsZSBhcHBzOg0KDQoNCi0gUXVpY2tseSBhY2Nl
c3Mgd29yayBjb250ZW50IGluIERyaXZlDQoNCi0gRWFzaWx5IGNyZWF0ZSBvciBlZGl0IGNvbnRl
bnQgaW4gRG9jcywgU2hlZXRzLCBhbmQgU2xpZGVzDQoNCi0gSm9pbiBNZWV0IHZpZGVvIGNhbGxz
IG9uIHRoZSBnbyB3aXRoIHRoZSBjbGljayBvZiBhIGJ1dHRvbg0KDQotIFN0YXkgY29ubmVjdGVk
IHdpdGggeW91ciB0ZWFtIHRocm91Z2ggMToxIGFuZCBncm91cCBkaXNjdXNzaW9ucyBpbiBDaGF0
DQoNCkdldCBzdGFydGVkIHdpdGggbW9iaWxlIGFwcHMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cnpwWDJpUWRNV1dqYUNyYUFaek1UOHlWZmc0dHR5OFd5b21BOTJRSUVLNXMxbnNTRm9xQmlWcldB
R2t0S3B4ZjVmbUM2dWFXZnFqVEdaQUIxbTc4N2ExRHdaSDAtVmxla1hNZFhpQW9jbDZwVGRxLXJx
WGFRTXR3UmNpYVY2UlRBdUIxWEMzc2d0UGZrZXU2VUIzcDkwVWRkRURaUGc1Sld2LWw4UjQxSnBN
TlNOVEFtdHhGQTByUHI4THdUXzh1RTJQQ1pFVnU4enl4RkJKQ0J3VWtwUVNXNUJnZElkeUlrS1Jm
b3pNbTdQTGNxbmhMMzhxN2xxWVlNOWZGYTVIU2hZekFpRHVnS0ZCS01QeFdWZVdVUEUydEVndmda
M0M2ZzRGM3BHc2tWTFMwdE5tbm1aaExUMDZjTUZBb1g2M3hSSzk0aHhidUI5Pg0KDQoNCg0KDQpZ
b3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW92ZkE3NUlqY1lIMGRFVGlmdldYb2hTWl9l
d0N0VERXRjQ4X19lWkZ0SFJrWHZPT3VnOXpIdU9KLVNUU1o5RmluekVId1FqODB6M1daYk9pdlBa
ZzJBeWc1b2RBdUgxdXptNWFIX1R2bW9DdUxwYTJCelBIaWlwMS15V0hKV3pNaGprNXVCendkQlpP
NUk+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBtM1daNzlJUkRCVTJBeXFPak9n
UlNJSFdteVZGbzFTdDRheGd1TTRRUnRHZmkzQzNJWm1GTG9JU2FTRHF4MEQ1TmxDT3pCbVNEZFZf
eWpadDhyOHFDQTNZSGxlT0toT1YtQlNhaG56cXhVT1R4aGtUUGVQbUtGVnA0U3F3cWVhMTBOeGtl
MWJ3Pg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cnJGUDhuR1M0eGh1cTZvMXhL
UlVsYU1iUmM5TjFpNkNsV2pMNjZVQ1JjVm56dURCcGx4Z0hkMmFBRE92dmppUVlDYTV3d2lTX21X
Y1NGSGxySXR6WWxIV01fN2o2VnljRkg4QUpLOGhoTnA0VlV1X2pLNk5nWmNsSzg0aFNUX0NyaFRy
dm9pTzlsZ3oxVUNYWU9EbEVyTVZ2em0zeEI+DQpGYWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9B
TmlhbzVycFhpM19mQ1V0cWhTenlWb2E3QWp3Z2ppRWpHaWowdXNiZXpsVU04aXJudFdacTc4RFVV
ZE5xSjBJLWlrek5jTXZUWGM5Um5DS1Mwa3N2ZndvbGpWRWNUV3lBYjJWWHp5MGJuRGY4MERCQ00w
RU82NjcySi1vUjVlLVh6UzNsNFplLWxhdXdRUlJvRnFlc2tFPg0KSW5zdGFncmFtICANCjxodHRw
czovL2MuZ2xlL0FOaWFvNXFEQ205Y2lwb1VSSFBnZU1jSXpyRWlodDNCRHhRbEUzVjdBQnJEZXpE
NTIxVThhcXl0Xzgwc3ZkNTNpd2FiX1NXVzMzMUVKc3lpMkFGZmVuQ1J2dktrWndNRFRvOHN3S0pB
ODlsZkNfOG9ucXJZTnR2bkNBV0ppbmJBWDJZTU54Y2hENVFXVW5sVkZVMkd1azBfdm9JPg0KR29v
Z2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0
Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBhZG1pbkAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0
aW9ubG9uZ2lzbGFuZC5jb20gIA0KYmVjYXVzZSB5b3Ugc2lnbmVkIHVwIHRvIHJlY2VpdmUgbmV3
cywgcHJvZHVjdCB1cGRhdGVzLCBhbmQgdGlwcyBhYm91dCAgDQpHb29nbGUgV29ya3NwYWNlLiBQ
bGVhc2Ugbm90ZSB0aGF0IHNvbWUgZmVhdHVyZXMgaGlnaGxpZ2h0ZWQgaW4gdGhlc2UgIA0KZW1h
aWxzIG1pZ2h0IG5vdCBiZSBkZXBsb3llZCBieSB5b3VyIG9yZ2FuaXphdGlvbi4gSWYgeW91IGRv
bid0IHdhbnQgdG8gIA0KcmVjZWl2ZSBzdWNoIGVtYWlscyBpbiB0aGUgZnV0dXJlLCBwbGVhc2Ug
dW5zdWJzY3JpYmUgaGVyZSAgDQo8aHR0cHM6Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9jb21tdW5p
Y2F0aW9uLXByZWZlcmVuY2VzL3Vuc3Vic2NyaWJlL2d0L0FOaWFvNW90dnpOeHdkVEpSQXlUODVM
Mmd0WVVrOEVLRUpaVlY3dmdiX1hyS1hNeUNDRzc0YkFzQXpxd3JxaWVqWTd5aDZhVHZJOTZIWjl0
RVRCVUd3ZWo2MEliQjVESW9OamZqaUxDNlVQMkR4b3VneFY1bDlkc2lfeVk2UXRUTEZIbFNPUGZw
SXBycnljdHlJZ3k1RmhyenBUeWplS2hpQXpUMjRIVnNjTmpISDQzZm9Ob3BRcVhJbkRoa25GMXZj
US1lX0FKMlNZN1hpbG92NUVIMS1qa1JYeFc4enA3QVNhYzhWRGZpZENjenNWNFp3SE14bXNWVFNz
bkdRaFhYNDlnVzN0aWk5SnJTRjdtRUVEc2Z3cHJGdW43aVVVcWhSNFROSGZKb2J5aVhONFdHUDhL
azlBN2lhR2ZYRGZxc1RSanMzUkMwMktDOERQYjZtZ3V1anFRT0h0cHQ2QlpRdzBqdlNqZXdBaz91
dG1fc291cmNlPWdtJnV0bV9tZWRpdW09ZW1haWwmYXV0bz10cnVlPi4NCg0K
--0000000000000bb984063aaee0e1
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Collaborate with mobile apps</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Work s=
ecurely and effectively from your mobile phone or tablet with Google Worksp=
ace mobile apps.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Get started =
with Google Workspace mobile apps
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Stay connect=
ed and on top of your work, no matter where you are. Work securely and effe=
ctively from your mobile phone or tablet with <span style=3D"white-space: n=
owrap !important; direction:ltr;">Google Workspace</span> mobile apps.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
16px"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:6px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email6-gw-transparent-w1600px-h946px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Get started with mobile=
 apps" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:33px;padding-left:33px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew great ways you can use Google Workspace mobile apps:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly access work content in Drive</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Easily create or edit content in Docs, Sheets, and Slides</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Join Meet video calls on the go with the click of a button</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:3px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Stay connected with your team through <span style=3D"white-space: nowrap=
 !important; direction:ltr;">1:1</span> and group discussions in Chat</td>
  </tr>
          </table>
     </td>
  </tr>

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:55px;padding-top:28px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5qtDFfhyh3vtMKdNz0JNzukP1CmXjiWKFhHp5ifb4OxOVp_OubMvCjef7=
2KvnWHug-OgOvGCQUK8hBF2c3o2iUpIg6rhpxLwByqy7EjJ-QeprFXVaXom7Dz4E12jPNPBYpfv=
8Qzh5pjQxReGOaGNrVAEUk39xuwZfRBF3NsuviMyaztQge87tcyVSM-S3IoM61CNfydi2iuaHxS=
2oX7tyvX_nB60X4mRe2c3HGD4xE6MTwU6_H12hW5csIWgpI1fwjzd0bNZXeQi9OmlUjCSgIc5tI=
bwCQpAP0U3lLqjdYG_mR55j7LbDDOzTWFHRW33EBFVxzBlJBtpRo" style=3D"height:50px;=
v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" =
fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Get started with mobile apps=
</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5qtDFfhyh3vtMKdNz0JNzukP1CmXjiWKFhHp5ifb4OxOVp_OubMvC=
jef72KvnWHug-OgOvGCQUK8hBF2c3o2iUpIg6rhpxLwByqy7EjJ-QeprFXVaXom7Dz4E12jPNPB=
Ypfv8Qzh5pjQxReGOaGNrVAEUk39xuwZfRBF3NsuviMyaztQge87tcyVSM-S3IoM61CNfydi2iu=
aHxS2oX7tyvX_nB60X4mRe2c3HGD4xE6MTwU6_H12hW5csIWgpI1fwjzd0bNZXeQi9OmlUjCSgI=
c5tIbwCQpAP0U3lLqjdYG_mR55j7LbDDOzTWFHRW33EBFVxzBlJBtpRo style=3D"backgroun=
d:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:=
'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;=
line-height:21px;text-align:center;text-decoration:none;width:255px;-webkit=
-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.2=
5px;" target=3D_blank>Get started with mobile apps</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20

 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ropatkLICYZQVeOp4jZGAYIhRqr5zlzfNLeHd=
gvSZQN0x295hXXCKgNgv0Ft_WyKZ-eQZmZZjRovnRrEOuhYLUGM-PtBbHAeZvnNq8b9V9flM7Mi=
m3jERPkZ-2rM8Fq0winqnACf1YlWnizrg target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oW-HVbk-jn93AcFXCfr9UlzUdCIwrdC1XzHr4=
7RIOen-ABs95YfpyPy5p7QxIzACLtwJTM-_ClEt3_M_lZMjvDTc8TWzvXViweeOfulzFuQSX2A6=
muJQ0iaxjaOQFayEfDB8wYlyxCkw target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qjzPmRO2DcjVN2lddXRyuTAeotUEMvTsYv9dv=
r15V3bn-UtwQ0UghrCEGQg7bWeQ8mw6vcwNwoigIOarQfkZGNI53H-lgCnUxJsdWUeO5c5q3Nfb=
GbtNQSokilK1y4u0K_icEBrZb0UdjjFoiaOVdh5hBG4DNs38c target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pzWVd_NT659hC5zjJlmP7kZGMpC_GQ3ognREx=
8v7cXzFuZIvoUpOOXmURKK1aPV3fCTQjCkH8_abKNH-yiXv0Bdi9zRYBzDTC3V5wzXgtLHgHxgp=
-_f1ur4MaR7gL93tZ97mMwS4vkJTWPC5cw6w target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qu2NtPAk608WmzBpMCM5TCHseDQ9Wh4uJdniZ=
FhXMnznJO176kxJyI35_bPcssP0_1kt2gb_09HYLtVU3ZSw-vVON84LgLYZ3FZnOF_JkNCCecFG=
jiz0Hsq7WWFoA07cUZtQwCf2X77qjMYOQXGcbL9w target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to admin@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5oW4T_2_suTnpuxyMU3ICfMfigf_AXsgu=
nS_OmZSn1M3DSzZFJG3fbcW8c2gu29dCAYRZYbmegvF3VxSh9O9K7cc-Fy7RUI-sPeu9dsCvcBZ=
9S7JwxggoZ_KxoyNKK321DrPsEs5kCACvhY-q98OfaDMXh-Bgg19K6pnJIDyS_htnUidPY2T3y4=
Q703VbxEf8Sni3uojWRlhXctUwbrNybChgGkyvfCPxiCArKT1pYzPpBBriVuWvJe3nObEqhs9LH=
vbsK6SkmSfRXM_bjsta8uovzspICsBym70tj4NMd2Isn4qxqAu4-_OofK4SPxNr1wHR9QMKyUgJ=
ytTSoMSmtRWLNJR8AZnWePYaqPxw?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue=
 target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscri=
be here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000000bb984063aaee0e1--
admin/cur/1753113423.M825787P2215794.premium320.web-hosting.com,S=53598,W=54755:2,S000064000000150536151007557630020345 0ustar00Return-Path: <3SWN-aBEKAFQIAD6EBwy0-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KK6oME9jfmhyzyEAVkXPrw
	(envelope-from <3SWN-aBEKAFQIAD6EBwy0-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 21 Jul 2025 11:57:03 -0400
Return-path: <3SWN-aBEKAFQIAD6EBwy0-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 21 Jul 2025 11:57:03 -0400
Received: from [198.54.122.200] (port=49633 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3SWN-aBEKAFQIAD6EBwy0-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>)
	id 1udssx-00000009Icp-2kCC
	for admin@24hourwaterdamagerestorationlongisland.com;
	Mon, 21 Jul 2025 11:57:03 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=dbPA4IdM;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3SWN-aBEKAFQIAD6EBwy0-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com designates 209.85.160.197 as permitted sender) smtp.mailfrom=3SWN-aBEKAFQIAD6EBwy0-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com
Received: from mail-qt1-f197.google.com (mail-qt1-f197.google.com [209.85.160.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bm4lZ16Qmzyg1
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 21 Jul 2025 15:56:58 +0000 (UTC)
Received: by mail-qt1-f197.google.com with SMTP id d75a77b69052e-4ab76d22670so90345991cf.1
        for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 21 Jul 2025 08:56:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753113417; x=1753718217; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=tRvXCGCgt12i05dXS7rD0yeC7Jw9H665RCILz/BH2gg=;
        b=dbPA4IdM/uj/GDYmQ/2sLBfHGa4dXsDnAH71xyUqPE6o9TusesS0e/VHRzsL7Gwfpm
         9bk/DzcUtSLkWJjfsASayTyAiS6l0p486tpLeqFhYSLDNrHN1JysiIu9307023cEqJKg
         aqrI/302KhplgLzgmJudjs47/CkBcrbsZQnMOFQZHxFgQxZKtdne8g6MYbVVVTygWI2A
         WVhU28KVcGUL/awPmpt5yc0Hda35KQ/c/eJVvzzwMb9+AfoVBWos7kugR6/+b/vRQ3Yd
         CVhggy/lrBAw7QQlv8kaoWaYcFQ8TDzeyxrY93ojyPJkIbuVcnBTAg+dztGp7d8Qq9cp
         cAKg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753113417; x=1753718217;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=tRvXCGCgt12i05dXS7rD0yeC7Jw9H665RCILz/BH2gg=;
        b=VkN+0cvT08o4+bJr+0LPIYWlgY7au7YD0I7/4ZY1of5S9bG0PfsQhcUx5EJHmZKbyW
         wE6YzpeLbhW8qO2OYv86EYB3RoIfbinCNlcDj4sB2DdRlI+c0BDYb2+XkEB5vjFkqNAn
         2nnyhheuwIRTmm3KIHlHonGzTBPSZEFfoQreA4OJfog3zJwg0Pb+kQGHzep8phkFAm3x
         IoRv8tVx3tfTL5Gm4r8v9S3t/dwLi+TxwzHgqo20YSBkxdK2glaiTkx4zWlKkrwkVDAc
         /rRFoSdA/f6OdkBfUVthpAbr07rKhUKQ4WqcyA/2VaRqt/gNztIhapkyQtWKOGVE4qiT
         mRdw==
X-Gm-Message-State: AOJu0YysXLTcTwTcIZjDoGGRFiAmdeWesfjCS1eQRAgZ7CEPuqgvbPEa
	n2FPCh8UvCraRE4tG2NtnQEyhs1MrFg0sgkvKi05O6anYWa1Q1yJYrSZM+Do
X-Google-Smtp-Source: AGHT+IHfJ/evzf10jpSbT5NMR0kIitqf9O1RVoY6uc7go/0a59CXBQ6EmHlNp+NSDcxAPPGNNyeKkiM=
MIME-Version: 1.0
X-Received: by 2002:ac8:7e95:0:b0:476:875e:516d with SMTP id
 d75a77b69052e-4ab93d87c21mr324629181cf.36.1753113417546; Mon, 21 Jul 2025
 08:56:57 -0700 (PDT)
Date: Mon, 21 Jul 2025 08:56:57 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140155
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5rAvnMxTGAr_87BsUO0eHRxEMFyC9KoQifSGebA8JH2Yo2zrlGAY3HlgEn8NDqL0R6BVbQ_x2r-8o6AIFCjGYR9zjzetaKY6TuUnX-brbDEzbyNZHRQR_Id74ssj8j551du4ZBUAi_C6QIG4fMJ1ZiVc_FGzNrN5OYW4lWVkXGjk9UBK6ipDPHorxMpqP-Mks2LW8u3R9PJhXLXQJ5uMG1f-77MmpbWYe62D8POsX6rasxfeS_1IlnibhUHqsKauMt-jIRd_szanzwPrGC4X9ytsg8gAH8QmrICa8KyencjbmHo5N0NAox622w3Rfbno3mlOAhzW_OjNi80V2I3ioWrtBXYmSy4_ye9LYqe16wISbI?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509425-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 2b7436dfac5a0000
X-Notifications-Bounce-Info: AWoTSIGD2EqEw87wHhe9-XefnDkS3hSh4RttkI163YUeFoqH2CyroXlHU6t5g3zsjEsr4fHB9iMH7MJzraRYLJ6ODCQi1-LHwcT4aFdVFeNyuoVZBhH2SFj1qo1cm386g8_JDaD4kuXJQOknYhub9hoeBr1DqI4QiNp509K0OacxguGa76ChXMN48N6qmGo-QTMMszJFBqoTs8q2sHGaiII5QR-FWS7p2OPI9hyy4Y8sETHdeEHoDN_fxUmCVO7Ex0PSHer_ZJgh0htT4baE_aDK8Ghm8_5rIRTOs0b_Qwg-CL7QLz77UJkvlPq0rH30CMh6yKXWhHtf-GxvBwpjadjZanv7VRqqEsYA7uufbcikZLt-rs2jpNKEZ5U9J3J5WX6k4gr3T9PShslcaxg9dRuMHkb0Uwb9CEcRnU2jrQQZ4EfgQJzsK3f6StKc2IUP16XCYAxp-8XUoehsIJTYrkNyT7IMJjSBmCfEX7WJs6EwjWqaws0dwq9DBfHPseDjQIGCsuXLE33D5KHuKZ_yHMG9ErSZtHblU9av2gNzJbkqwJwjkv62i8T76-QWSlchxInaWzTXSrKAljBxpG_p9sEi-BRKotfgpNxyZxxFmezI2C8n21HyYu7gKyfx2BoiZcHZhy6-QbZh5plvr5179gimhU7A1jbbNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <d1890bf204f2511a407e0c2b0f3e8fbfedd66875-20189259-111088867@google.com>
Subject: 3 easy steps to get started with Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000080fbb2063a728689"

--00000000000080fbb2063a728689
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

SGVyZSdzIGhvdyB0byBnZXQgc3RhcnRlZCBxdWlja2x5DQoNCg0KDQotLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQoxDQoNCkFkZCBvciBjcmVhdGUgY29udGVu
dA0KVXBsb2FkIGV4aXN0aW5nIE1pY3Jvc29mdCBPZmZpY2Ugb3IgUERGIGZpbGVzIHRvIEdvb2ds
ZSBEcml2ZSwgb3IgY3JlYXRlICANCnNvbWV0aGluZyBuZXcgaW4gIA0KRG9jczxodHRwczovL2Mu
Z2xlL0FOaWFvNXJaM1hXYU4xUDV3Ry1ycEgtVkFXVFhzOW5NUUZyVGJHbXRSYUh5MG16bmZVQ1VR
c3NOTWNGdlRCNVpLckNNMExCN19pMnRjQjcxZDlkdDdOcWF3VFNRTWk1YlJLS1F6cFRLbExNdk1P
bWlKdz4sICANClNoZWV0czxodHRwczovL2MuZ2xlL0FOaWFvNXFXMldMQ3NYd0Vpdi1rLW5nb0hL
ZFJTU1U0WkdDam5VSkk4ckd4RXdPaDNZVW1sR2VET2c2SFE0c1dzZDQtdC1OZVFZd3ktVkFTYXpQ
ZnQydDRyRzNEd1Q3Q3gydHVfXzItQWdHQ3k5NWp3UkRGZ0VVPiwgIA0Kb3IgIA0KU2xpZGVzPGh0
dHBzOi8vYy5nbGUvQU5pYW81ckpTYTBhdi1zVGJrMy13ZGdoTVVxeWdaeVEzenlxMTRkOEY1Y1lE
TFBicW5zZktSZ0VpN2lQWVRJZ0J3RHVhY2QxVGwtNE5KT0dpaFJuUzVKZkh1YWJzVXpObFVqc25o
WVFOS2N5QVMteWplQWEyWjg+Lg0KDQoNCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0NCg0KMg0KDQpDb2xsYWJvcmF0ZSB3aXRoIHlvdXIgdGVhbQ0KU2hhcmUg
Y29udGVudCB3aXRoIHBlb3BsZSBhdCB3b3JrIGFuZCBhZGQgY29tbWVudHMgb3IgYXNzaWduIGFj
dGlvbiBpdGVtcy4gIA0KV2hlbiB5b3UncmUgcmVhZHksIGludml0ZSBwZW9wbGUgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81cnM3OFNITlBHZlVFc29DVWF4cEdWdjdUWVFMRWlEUU45cS1zWjdaYXV1
S2U1U3A2VVFEaV9zVklmU1VNWHJ0am5EOUtKem90bDJRbTJMT0U5dVJVQVZrT2RYZW02U0N4cExm
Y1pqdm1jU1o5aUs0cTBwajctRWZ1LXM0S2VXai1GQVdFQVJid21FUWlMS1pET3luUmVTN0lLQ1lJ
M2VVUTV1dHFDV1B4bjROUDdhZURZTjhLVE5KNERKUTA2RXVlcng0NVF0WkNQWWFmYjVxZUJNUE9q
T3lqLUY4RlBTUTdhemVHMGJZaDdWbEMzS2IxWGliMkNQUHRaQ0xBNWFKbWl3M0hnbVZhZ0g2bGxy
TzFuMXFPRmZLZTB1SENNRkVTND50byAgDQpqb2luIHlvdXIgdGVhbSwgYXQgbm8gY29zdC4NCg0K
DQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNCjMNCg0K
U3RheSBvbiB0aGUgc2FtZSBwYWdlDQpTY2hlZHVsZSB2aWRlbyBtZWV0aW5ncyB3aXRoIEdvb2ds
ZSAgDQpNZWV0PGh0dHBzOi8vYy5nbGUvQU5pYW81cVFWdVFibmROZkZsdHJ2cnpVOVUyUEZ6YXRq
cXRXUkdRRjV1bEgxZlpXSlBlcElWZS10X2hQSnc2QmVCSEphdUFQN1hzazEzcXc2aVlrOUU4Q21o
R0pvMkRXV3VSWmZEOTZ1UHZHeWFqelRZbGstenZSSWlKSHQ4WWpacG9OSmFQRFhTWTYtYm4yVXJu
OFVQLUJBdjhXWlg5dzVnZFNMa1VnWUV0d2QwcndhalEycUR1M0FZcm0waE9MN0tXcXVhcWhSZnBM
cUZKQ2lZS0xZd1hyUkdYcXFTZk4xZzM3OHVsZEZ2LWZkMHJBX1B5UDVnSVQ5SHF4bnhNRGF1VDJY
UXhyRXVldjZ4TUdNaTQxaWNsYVNLc2pLUVU+LCAgDQphbmQgY2hhdCB3aXRoIHBlb3BsZSAxOjEg
b3IgaW4gU3BhY2VzIHdpdGggc2hhcmVkIGZpbGVzIGFuZCB0YXNrcy4NCg0KDQpZb3UgY2FuIGRv
IGFsbCB0aGVzZSBhY3Rpb25zIGZyb20geW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KR28gdG8gdGVh
bSBkYXNoYm9hcmQgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81bzNVNXdXYlZ4VlZBY3liWFBPNWJ4
R3RMTU9EYkQyM3BsTENJVzlKclhzTHlzUUpGYk43eHRidHgwOWFKei04akFaa3RSZ0t5MzBqTFVT
c2dySEhZLVdHbkVNcUlWV25nT1ZNTXVnNkhOeHFmNjBkZ3hLYlhxbUdYeWNtUHh4eUN1cElSX3dB
YTZfR0I2VUJveWR0RzVuNm93SWs5b05MdTJleWd4Ukx6V3gxNDJMcXhQb2JUSjdKUDBvcFpYUDVB
OEFiTnA0UGtXMEZPcFpiOHJwYU53X3V0cDFuMk5POU5BZFR4MjRzN3dTTGRxamR2WTNYV0hMekNo
eDRyR2xXUUhQd09jb1V3cl9oQWFCbDNDVGdtdjJNRG1QM05VWTlNTlBYY2JLYXZZNEFXN0Q0eVU+
DQoNCkhlcmUgYXJlIGEgZmV3IGNvbW1vbmx5IGFza2VkIHF1ZXN0aW9ucyB0aGF0IHlvdSBtaWdo
dCBmaW5kIGhlbHBmdWwgYXMgeW91ICANCmdldCBzdGFydGVkOg0KDQpXaGF0IGlzIEdvb2dsZSBX
b3Jrc3BhY2UgRXNzZW50aWFscz8NCg0KQnVzaW5lc3MtZ3JhZGUgdmVyc2lvbnMgb2YgYWxsIG9m
IHlvdXIgZmF2b3JpdGUgR29vZ2xlIGNvbGxhYm9yYXRpb24gYXBwcywgIA0KaW5jbHVkaW5nIERy
aXZlLCBEb2NzLCBTaGVldHMsIFNsaWRlcywgTWVldCwgQ2hhdCwgYW5kIG1vcmUg4oCTIGFsbCBp
bmNsdWRlZCAgDQphdCBubyBjaGFyZ2UuDQoNCkNhbiBHb29nbGUgV29ya3NwYWNlIEVzc2VudGlh
bHMgYmUgc2VjdXJlIGVub3VnaCB0byB1c2UgYXQgd29yaz8NCg0KWWVzLCBHb29nbGUgV29ya3Nw
YWNlIEVzc2VudGlhbHMgaXMgYnVpbHQgc3BlY2lmaWNhbGx5IGZvciB1c2Ugd2l0aCB5b3VyICAN
CmN1cnJlbnQgd29yayBlbWFpbCBhZGRyZXNzLiBJdCBpcyBkZXNpZ25lZCB0byBlbnN1cmUgeW91
ciB3b3JrIGNvbnRlbnQgYW5kICANCmluZm9ybWF0aW9uIGlzIHNlY3VyZSBhbmQgcHJpdmF0ZS4N
Cg0KSG93IGNhbiBJIGdldCB0aGUgbW9zdCBvdXQgb2YgbXkgbmV3IGFjY291bnQ/DQoNCldlIHJl
Y29tbWVuZCBzcGVuZGluZyBzb21lIHRpbWUgaW4gdGhlIEdvb2dsZSBXb3Jrc3BhY2UgTGVhcm5p
bmcgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5pYW81b256Znc5MWNlaFFIRnMwNnBiWjNmbDBr
cldqOUp0QVVDZllWZHVVeVI0UzJUdlNUR1NrY3VXVkl2VHlnUE0xd1ctRldva3owTUtUdDNHSGpv
czVpUHFjRDJ1SmpCOHlJNWZJWWJ3ZERZb2R3OU9sNmxzNVpaSTdZQmwzZkdISVdhQWc4bDdlLTYy
QmJhU095dXRfZWVRQkktUnBRRm1NM1dZRzRPUk1uZnNwSDhMMk12b09pNGU1N09jU3BLTTFlLVFI
QmVZZ0V6V3d4VE9YWTROc0FZMmVDUVlWdjlLVTFoaXV0a1dwa25ta0FFYkFIRUZSdmpwRE9kc3Nw
WUdMUWhHVzliVWN3ckdEVndMNE13NFlJTzcwNmgta0FIMWx0WmhCaC1ZM1NPaFd3cTMwZ3BSNWxW
OUZWaVhXNlJrNHB3Pi4NCg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXJveHAzcUhVNXNESWgyR3RBcFVnRFlTSVctaHAtdnN1SjNGekIxMmpRMDRvZ1pwOUVXZExOYy1G
VjNUNXZ2QVUtTVh1ZVVFdVZ5dXRRdGJxemMtZlZ5RTB6R0hhZ1Z6T3A1SnhXUlQ3b0tlb1lPTU90
WWFQOGRjR0xHVVpySVdmYWNGZEdHazJqaUxzd0Q+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNW9KdGJjbXpJSDkwSkJHb3NBTEhYaTdmNEtoTUFQY1FZOTdjdDZpY2htU28zTXgtS0E4
RWhJZGJ4dGdDT2VyUlVPWnNuV0cwTFlmX0RnX2VHTGxzVEVPNnVEbkRUQkZFWE9PdXA5VjJMZHoy
QzJGeFUzbW5ySlBKMmtwUnlMNm5peTVyM3VGZXd3Pg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5n
bGUvQU5pYW81ckIwSk5aeXNhbTdjb3NBY1luUHVuWDgzZG5OQU5zQno0c1VFLWdDeDBHZzdjZzZr
S1VHVi12YUg3VHpBeG1xcGMyVDhCbE9oR3ZCRHkyQlh5aE5HNG5Hd0ZDY3c3U2U0dklmeDhENXJq
NmlhLWE3NEJQeUZyUHVqeEc2cEl2WkRVamhhcTdwRE5KMVJXeE5yQm5VZWd3emhJMTQ5ck0+DQpG
YWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvT3JZUHE2eXYwTXgzU3E2U0RqUzl2VmJt
SlAyS2NacGNVZHF1QXk4SmJVM0tfZDN6dmxpTzQ3eVNYVlhPQnllLTlibncyMFFzVWpWTFpEcWNn
SlZwYXpvcVh6bVc2aWlTaXpmODEtYXc1bXNxSmtNMjgwbHgxdUNmNnh0RzBXd2s0dVFpckthVXdT
YnZkWEdrPg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9fUmtwUXVBNllzdFRM
Sk5SbUtSVGFQRk9NS2RST1pPSE9lLVFWR09Ia0llSXp4eXdrTHBqTjhnSHUtT183RldlZVR3ajU4
YnRhczJSMEU1Z2hmOGZwdHhBWE5YejFZY0RXWm83RHF6T2hZR0hhcWxpbklDdFNaeGY1cTZiNWxH
S05WcjVkeVVLTXNqMkc3UEdXdC1BPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJr
d2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBhZG1p
bkAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gIA0KYmVjYXVzZSB5
b3Ugc2lnbmVkIHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRhdGVzLCBhbmQgdGlwcyBh
Ym91dCAgDQpHb29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0IHNvbWUgZmVhdHVyZXMg
aGlnaGxpZ2h0ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBiZSBkZXBsb3llZCBieSB5
b3VyIG9yZ2FuaXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0KcmVjZWl2ZSBzdWNoIGVt
YWlscyBpbiB0aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVyZSAgDQo8aHR0cHM6Ly9t
eWFjY291bnQuZ29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVuY2VzL3Vuc3Vic2NyaWJl
L2d0L0FOaWFvNXJNNnZhOWRIamQwNWhFQ2wtR3R4Wjg5UnVva0dZUC1EUVktNVVsU2Zmc28xZzJl
R2ZXUGx5UEs5RGJfaDFjRXdzQkFvRXVLbHhjLUZRQ2Q4UXVtRy1ldWZKbFRSSzdEQVh5VmplVkNI
TG1zTVJjaElkOFV6RzRqN0FickI5VVlNakZyS3VnRjVUc3IxejVwYWVlTU9oNU5MZUJNZnF0OFVN
Zlcza1QyTzN3dy1lczROalFnN0g4V2k5dFNtTmxiQ0FIVlEwbFFHMU5fOFlOemRzQTVFU0VfWTkw
b3lPMWpFSUNaZ3ozMDlsVHU4ZlpVR194N3duX1N4TTNGb3RsYnB5TWhaQ2VPYlMwM2hNQWNXeTBG
dXJMTXVXWm9jWHVBT1ZuOF9JMy1RVk5LUERHeTJkV2RqUWZRbmRsOW9nM2VKTkdHcTRUREN3N09f
WjBkb01VVlJWNlRrWWJNVWxVODBKNmo2eGowcXFVP3V0bV9zb3VyY2U9Z20mdXRtX21lZGl1bT1l
bWFpbCZhdXRvPXRydWU+Lg0KDQo=
--00000000000080fbb2063a728689
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Get started with your account</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Here's=
 how to get started quickly. Add or create content.&nbsp; &zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:24px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here's how t=
o get started quickly
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:13px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->1
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Add or creat=
e content
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Upload exist=
ing Microsoft Office or PDF files to <span style=3D"white-space: nowrap !im=
portant; direction:ltr;">Google Drive,</span> or create something new in <a=
 href=3Dhttps://c.gle/ANiao5peAumEKygm0Ok7jkt8eVMVcyt75TnWy1NfLy0eK-m4Mip0L=
OAAul5FVPAfRHkvMLjhLemvaJwPjVbaeUO-5sgt0j0lPqPf4s1L_oGjmtHkyPfK style=3Dtex=
t-decoration:none;color:#166FE3; target=3D_blank>Docs</a>, <a href=3Dhttps:=
//c.gle/ANiao5qM683WANDkMKfJWVkV9wf2otaUHfCGsFddvMJcQvmFLwL7WHdz7xqcXj6m-fl=
cMXT37XcY-RxPeHREGVXrf4zagzEISRdR3jscwPBrtgHJhDXa-V1anA style=3Dtext-decora=
tion:none;color:#166FE3; target=3D_blank>Sheets</a>, or <a href=3Dhttps://c=
.gle/ANiao5o7CKnBBxJeBCsbK4DrjwnRJkspn71PKBDA7Agnz4PAwe7O0X3apW0ao_b3szU126=
kkWVJ6-e4lSbzJZ6miR8lZgCsmmuO8iEAHaJu7NhD4tOKaLhBXcg style=3Dtext-decoratio=
n:none;color:#166FE3; target=3D_blank>Slides</a>.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D14 style=3D"height:14px; line-height:14px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:32px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->2
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate =
with your team
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Share conten=
t with people at work and add comments or assign action items. When you're =
ready, <a href=3Dhttps://c.gle/ANiao5oQKUhqL-nDvKKrjoHDHMoob1Kdsi26chD149to=
vU0sCbwqEoJt0s3u3w3WU8HyC2TZkpQrBfyQYzRGcFj6Z8uCw-p6gdZMEpwm_s5IjiaJ-IUYu0f=
l2OwBsUf0oXkBmjr0Nksql3uIYfvDkarom1NNdFMgk6eu-YtXokmWdwx1xlbAAYUzsQ1FOsukGR=
kJnBwrMHcI6yR1mrjLTma-t7_AapvX0y2lhIgtnkYr0bAQcJuBb2gk1UF8plMwzSRn1wemOjr-L=
CY6N7F_dVLwMNeqYJm994m15prrAQ style=3Dtext-decoration:none;color:#166FE3; t=
arget=3D_blank>invite people </a>to join your team, at no cost.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D12 style=3D"height:12px; line-height:12px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->3
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Stay on the =
same page
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Schedule vid=
eo meetings with <a href=3Dhttps://c.gle/ANiao5rZlgEWquScqsCaZQBm36TBYPuzdp=
wulEKENorh9WApcWI2eT-SI67hFco_3CAWEYxpF-5HtiGLfWu-_fhYPXMS5yfosar7V-TCeKrQM=
xHNoGfEyXCbyEdN1yhlqqNSE5XPOjEGgbzapKFEYbdc_eEImxX4LEn-PLn2Sd-ZKpJnsdlWsQmh=
NvnFyJQLfXfWJM7Pn25b4UB5el9jDI3lfoAliXpL-o-esQAR_Ukl9v7zghpJMRqdbx2Nb_7vqdX=
d9U5F3bCoodIwamxgRVDD7TW5kFswog style=3Dtext-decoration:none;color:#166FE3;=
 target=3D_blank>Google Meet</a>, and chat with people <span style=3D"white=
-space: nowrap !important; direction:ltr;">1:1</span> or in Spaces with sha=
red files and tasks.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
 </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:40px; paddin=
g-bottom:16px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can do a=
ll these actions from your team dashboard.
    </td>
  </tr>
  </table>
      =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5otPnU2-8gbf49jA2MFEfMHTvFCuAnOADz8KUc0mfvVpxV-3wRY14mZil=
Kwsx5_LokSTEt8Bgy7On2kPPE0h1oD5l1u5xwfsnHLCeEDQOCXdkUWaKBK6ZExq4J-Ac9qJEkUK=
07QgjCYaNDCzAuv1b2BFi3CR-UBERhhcOkkL4wzWhMFs8kcxJP_c_RHO-W0z6FccMNaOsP-UFJz=
CQUpFR_fvsVoAj12ZsiPN0ELFFuycC59oWl3twvSdSw7hO6CaAP6Xu71ukEk4BpozknF2kXSmRe=
Wo6WJe886qLwl6cdnHewJs2HzSw" style=3D"height:50px;v-text-anchor:middle;widt=
h:210px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"=
#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Go to team dashboard</center=
>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5otPnU2-8gbf49jA2MFEfMHTvFCuAnOADz8KUc0mfvVpxV-3wRY14=
mZilKwsx5_LokSTEt8Bgy7On2kPPE0h1oD5l1u5xwfsnHLCeEDQOCXdkUWaKBK6ZExq4J-Ac9qJ=
EkUK07QgjCYaNDCzAuv1b2BFi3CR-UBERhhcOkkL4wzWhMFs8kcxJP_c_RHO-W0z6FccMNaOsP-=
UFJzCQUpFR_fvsVoAj12ZsiPN0ELFFuycC59oWl3twvSdSw7hO6CaAP6Xu71ukEk4BpozknF2kX=
SmReWo6WJe886qLwl6cdnHewJs2HzSw style=3D"background:#1A73E8;border-radius:4=
px;color:#ffffff;display:inline-block;font-family:'Google Sans', 'Roboto', =
Arial, sans-serif;font-size:14px;font-weight:bold;line-height:21px;text-ali=
gn:center;text-decoration:none;width:200px;-webkit-text-size-adjust:none;ms=
o-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" target=3D_blank>Go =
to team dashboard</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:18px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:27px; padding-top:56px; paddin=
g-bottom:24px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew commonly asked questions that you might find helpful as you get started:
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; font=
-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->What is <spa=
n style=3D"white-space: nowrap !important; direction:ltr;">Google Workspace=
</span> Essentials?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Business-gra=
de versions of all of your favorite Google collaboration apps, including Dr=
ive, Docs, Sheets, Slides, Meet, Chat, and <span style=3D"white-space: nowr=
ap !important; direction:ltr;">more =E2=80=93</span> all included at no cha=
rge.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Can <span st=
yle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</sp=
an> Essentials be secure enough to use at work?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Yes, <span s=
tyle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</s=
pan> Essentials is built specifically for use with your current work email =
address. It is designed to ensure your work content and information is secu=
re and private.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->How can I ge=
t the most out of my new account?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:40px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->We recommend=
 spending some time in the <!--[if mso]><br /><![endif]--><span style=3Dwhi=
te-space:nowrap;><a href=3Dhttps://c.gle/ANiao5rKTTYxfKmPUSRP7x8kixNQ736hps=
YfseuKOTfC6cWNALizDV13aZWR-tDGDpmqy8OFjf0u1x7gBcPTmeolzS-Dpz5yghN8RXWOr8w1r=
Yx7jd1qU5nHUgOl4uUwDBuNGEnehZc4UAKTEVCAIAxj9VjPMB3TWkXV6lQ_DmS4hrx7boW9PvV8=
STA_PZO3PcAhNZox54mBgFo5VR2FOvbM6NqcyNqYHjo989pjf-aPjN4ltU2o2CR0Po2I0vUmhI2=
oon3SefpI6W2tPtzzvZDfEbbrxCHisuP1Go7kCL_m3qV0TMH9JbARDqWf2W_bhZKwrfgefw sty=
le=3Dtext-decoration:none;color:#1A73E8; target=3D_blank><span style=3D"whi=
te-space: nowrap !important; direction:ltr;">Google Workspace</span> Learni=
ng Center</a>.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oxTRt5cbEwu2lcprvY3gxH0hIqIpYb4qUaeQ4=
9ud29J12RDARUYNBKL77cJ-wRlcHLGEoHLkOpJEmiz9WzaZ4X0aAi8rnZkPsZfPUxj0NqHMF5Rw=
51xkf7m2iWw9MrCqabgWyl43jiGptxepk target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rbOIiJevEZu7a5M1Y6Lj8IeaQoLDq3dXCGKxJ=
emfxf_4wWtmZC4XK4cNhdwNqB8XDMz7XzaUkpWiy93JnIQmIJWt-Ux7PDxtwi4zP2DS7tKPwDDN=
K_tg-vek9EYGPsiJhwJRU3kwaoMA target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rWu0LOzzTOdTo9Pi_JpEuYO-K1NdBH9FR96h5=
nS1Kmp9o1Fqj1f4rIaTnchrxkp_e2i4JAZkXBKOJTxZtF-q2ydD0ZDT0mwGhreEzvp8uIxdXn55=
DDsQGHpSnGCEa9zV3sb4prkBVBwyKIF0hheFfRoDBuAn2nmEg target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o5Ouikrk_bGUcDxhzW3cAFtafl5Cy_wkGbcia=
L_xFEDXub7zHuE8tAJrnAb_2c7_hUpSDM9IlzOXDr9p0_BB_tUe_cgLtVPbQKqq7qKtc07tSsZe=
rFHfLC64lYaXxNCoAdzluNJdmGjpPO-zQLKA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q3b5CWHUHI-unCX3m93YA2ugwR0zcGfugQE_Q=
WpXDlT5gwVsVrxfrONe0b52j0kcHboaOu3hlJdrLOPTXCvMaRzp4FFXgGDj_57FOjQ7-rAk_u7G=
3h-Mw0W9AiLIuRdG83eQnhqwrrYUaQ8pqv_ssVJw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to admin@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5rAvnMxTGAr_87BsUO0eHRxEMFyC9KoQi=
fSGebA8JH2Yo2zrlGAY3HlgEn8NDqL0R6BVbQ_x2r-8o6AIFCjGYR9zjzetaKY6TuUnX-brbDEz=
byNZHRQR_Id74ssj8j551du4ZBUAi_C6QIG4fMJ1ZiVc_FGzNrN5OYW4lWVkXGjk9UBK6ipDPHo=
rxMpqP-Mks2LW8u3R9PJhXLXQJ5uMG1f-77MmpbWYe62D8POsX6rasxfeS_1IlnibhUHqsKauMt=
-jIRd_szanzwPrGC4X9ytsg8gAH8QmrICa8KyencjbmHo5N0NAox622w3Rfbno3mlOAhzW_OjNi=
80V2I3ioWrtBXYmSy4_ye9LYqe16wISbI?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--00000000000080fbb2063a728689--
admin/cur/1756881106.M459903P257508.premium320.web-hosting.com,S=8896,W=9027:2,S000064000000021300151007557630020103 0ustar00Return-Path: <3yOC3aAcKALUijmZkgtbjjbgZ.Xjh@identity-reachout.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 4IjMGtLgt2jk7QMAVkXPrw
	(envelope-from <3yOC3aAcKALUijmZkgtbjjbgZ.Xjh@identity-reachout.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:31:46 -0400
Return-path: <3yOC3aAcKALUijmZkgtbjjbgZ.Xjh@identity-reachout.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:31:46 -0400
Received: from [198.54.122.200] (port=40514 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3yOC3aAcKALUijmZkgtbjjbgZ.Xjh@identity-reachout.bounces.google.com>)
	id 1uth22-00000001DBW-16Nn
	for admin@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:31:46 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=mWoJ082V;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3yOC3aAcKALUijmZkgtbjjbgZ.Xjh@identity-reachout.bounces.google.com designates 209.85.217.72 as permitted sender) smtp.mailfrom=3yOC3aAcKALUijmZkgtbjjbgZ.Xjh@identity-reachout.bounces.google.com
Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGt6w6hGKz27c2
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:31:36 +0000 (UTC)
Received: by mail-vs1-f72.google.com with SMTP id ada2fe7eead31-52e090c943cso591944137.1
        for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:31:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756881096; x=1757485896; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:reachouttracker:mime-version:from
         :to:cc:subject:date:message-id:reply-to;
        bh=/hKE030sG1UeFjK2IFdqzuHD/leyOJBEJo9MN+k0wrQ=;
        b=mWoJ082V1ALPYVtA3wovY1v1vA4exqUta/ThsBUDNwUQZp8zexBbWHz9hneHnJ2jBO
         z5lKsBN5SxxsoqYZUGGJahlJrsG/u1ATV0JdicTGwNoPqdcK1XYbUj654DPxU0YxzbT4
         Xx06VjXdHaPCucIUpjvY+fkMLa1Pab778Ad1dL0Ob0rUofxptx94j2fIGlAFoP/OBbLC
         5CThItr9DK5b4FJThC0H6iIjEP5U6/nFbSdPZZ9bvKssqYNcqtku4kP+egLFcrg56Ps7
         WCGFpNUlco2/3WIkj277CoD7w7sFcekucRxS9O1NF3RzdGYzxxYnxwQTNz75oeD7yB0Z
         nmRg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756881096; x=1757485896;
        h=to:from:subject:date:message-id:reachouttracker:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=/hKE030sG1UeFjK2IFdqzuHD/leyOJBEJo9MN+k0wrQ=;
        b=GtkYfnc8zpDEvxtubSg7P37qAbrsBJBJZwTO5jGo/3rvXa1A+bigVWC6LHX8gBQvB8
         wtSQubwxpNnTw9WXkA8GbXYgPeIxw18lRqYEUgiBHk07GVwxmKS4hGZFinObNl0vxRps
         RPQ9t9bD8lPnS0ja0X6FRtsL6NjvQwzhGmN+02QLI/iS9RShqxrUkDU4BaefIWA+lEbL
         QmG+vxJUV54aFrtad9YmgcvMR6nsSEVNE5O4Uabg2onTJMgUytndMdhZcIs2AMO94OpS
         jGC1XRAKJpM4PehJf0huOQHsLEuj2ePs9P8l8Fu6bJI1eRuMfFVSOsDR8NwUR86119Rd
         x5uA==
X-Gm-Message-State: AOJu0YygyBiGffS0l3nUt4LbCfdBZAwYRmsEg5sfx2wwTcGU/quTOjyF
	YFlnyd0BJhRu+/zdqY/nmtNbp+fJ1Hp2tCxbmYbKbv0aCmCEW9bbESST7kzJ1i5ktRcablMXO3t
	MPtQsqUbtBwhYPzMFvPcudydZ61gHGdEu8B7xVinEl7N0s0NhGaNTbER44y58g36t+hcEfyupXU
	IdvN6ZYyu5l+Jpcu9blWJ81SbAvcOJBI8r8T73OWODm6sJRl66fy8D
X-Google-Smtp-Source: AGHT+IE7dLEY+0GIYzHl5PyUZYmhlfT3O54EnoQQoWJXw8RL1RzgXAza+MYpOORZLLK/VS70ypPWVFmkvmVFgAbIrA==
MIME-Version: 1.0
X-Received: by 2002:a05:6102:8017:b0:51c:3187:e82 with SMTP id
 ada2fe7eead31-52b193367bbmr4688600137.1.1756881096113; Tue, 02 Sep 2025
 23:31:36 -0700 (PDT)
ReachoutTracker: AXiFLV5J1scoevXzk9K7VvPo9JdWWF2HM63AbgoRiD072M4n0Sfs3xv2vfvpQgpiOrIoyL5XkqTlkhv5lembmk1ARwMjdQ==
Message-ID: <autogen-java-e2d94a67-0db3-4e75-b6df-7ead2bea4f67@google.com>
Date: Wed, 03 Sep 2025 06:31:36 +0000
Subject: Google Verification Code
From: Google <noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000a5dcfb063ddfc16a"

--000000000000a5dcfb063ddfc16a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

R29vZ2xlIFZlcmlmaWNhdGlvbiBDb2RlDQoNCg0KDQoNCg0KDQoNCg0KDQpEZWFyIEdvb2dsZSBV
c2VyLA0KDQpXZSByZWNlaXZlZCBhIHJlcXVlc3QgdG8gYWNjZXNzIHlvdXIgR29vZ2xlIEFjY291
bnQgIA0KYWRtaW5AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIHRo
cm91Z2ggeW91ciBlbWFpbCAgDQphZGRyZXNzLiBZb3VyIEdvb2dsZSB2ZXJpZmljYXRpb24gY29k
ZSBpczoNCg0KDQo1OTY5ODENCg0KDQpJZiB5b3UgZGlkIG5vdCByZXF1ZXN0IHRoaXMgY29kZSwg
aXQgaXMgcG9zc2libGUgdGhhdCBzb21lb25lIGVsc2UgaXMgIA0KdHJ5aW5nIHRvIGFjY2VzcyB0
aGUgR29vZ2xlIEFjY291bnQgIA0KYWRtaW5AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxv
bmdpc2xhbmQuY29tLiBEbyBub3QgZm9yd2FyZCBvciBnaXZlICANCnRoaXMgY29kZSB0byBhbnlv
bmUuDQoNClNpbmNlcmVseSB5b3VycywNCg0KVGhlIEdvb2dsZSBBY2NvdW50cyB0ZWFtDQoNCg0K
DQoNCg0KDQoNCg0KDQoNClRoaXMgZW1haWwgY2FuJ3QgcmVjZWl2ZSByZXBsaWVzLiBGb3IgbW9y
ZSBpbmZvcm1hdGlvbiwgdmlzaXQgdGhlIEdvb2dsZSAgDQpBY2NvdW50cyBIZWxwIENlbnRlci4N
CsKpIEdvb2dsZSBJbmMuLCAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBWaWV3
LCBDQSA5NDA0MywgVVNBDQoNCg0KDQoNCg==
--000000000000a5dcfb063ddfc16a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:=
 600px;"><tr><td><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellp=
adding=3D"0"><tr><td align=3D"left"><img width=3D"92" height=3D"32" src=3D"=
https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_188x=
64dp.png" style=3D"display: block; width: 92px; height: 32px;"></td><td ali=
gn=3D"right"><img width=3D"32" height=3D"32" style=3D"display: block; width=
: 32px; height: 32px;" src=3D"https://ssl.gstatic.com/accountalerts/email/k=
eyhole.png"></td></tr></table></td></tr><tr height=3D"16"></tr><tr><td><tab=
le bgcolor=3D"#4184F3" width=3D"100%" border=3D"0" cellspacing=3D"0" cellpa=
dding=3D"0" style=3D"min-width: 332px; max-width: 600px; border: 1px solid =
#E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-ra=
dius: 3px;"><tr><td height=3D"72px" colspan=3D"3"></td></tr><tr><td width=
=3D"32px"></td><td style=3D"font-family: Roboto-Regular,Helvetica,Arial,san=
s-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">Google Verifi=
cation Code</td><td width=3D"32px"></td></tr><tr><td height=3D"18px" colspa=
n=3D"3"></td></tr></table></td></tr><tr><td><table bgcolor=3D"#FAFAFA" widt=
h=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"min-wi=
dth: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px=
 solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-botto=
m-right-radius: 3px;"><tr height=3D"16px"><td width=3D"32px" rowspan=3D"3">=
</td><td></td><td width=3D"32px" rowspan=3D"3"></td></tr><tr><td><p>Dear Go=
ogle User,</p><p>We received a request to access your Google Account <span =
style=3D"color: #659CEF" dir=3D"ltr">admin@24hourwaterdamagerestorationlong=
island.com</span> through your email address. Your Google verification code=
 is:</p><div style=3D"text-align: center;"><p dir=3D"ltr"><strong style=3D"=
text-align: center; font-size: 24px; font-weight: bold;">596981</strong></p=
></div><p>If you did not request this code, it is possible that someone els=
e is trying to access the Google Account <span style=3D"color: #659CEF" dir=
=3D"ltr">admin@24hourwaterdamagerestorationlongisland.com</span>. <strong>D=
o not forward or give this code to anyone.</strong></p><p>Sincerely yours,<=
/p><p>The Google Accounts team</p></td></tr><tr height=3D"32px"></tr></tabl=
e></td></tr><tr height=3D"16"></tr><tr><td style=3D"max-width: 600px; font-=
family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: =
#BCBCBC; line-height: 1.5;"><table><tr><td><table style=3D"font-family: Rob=
oto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #666666; li=
ne-height: 18px; padding-bottom: 10px">This email can't receive replies. Fo=
r more information, visit the <a href=3D"https://support.google.com/account=
s?p=3Didv_pre_em&amp;ref_topic=3D2364467" style=3D"text-decoration: none; c=
olor: #4d90fe;">Google Accounts Help Center</a>.<br>=C2=A9 Google Inc., 160=
0 Amphitheatre Parkway, Mountain View, CA 94043, USA</table></td></tr></tab=
le></td></tr></table>
--000000000000a5dcfb063ddfc16a--
admin/cur/1756881340.M398587P257508.premium320.web-hosting.com,S=24808,W=25587:2,000064000000060350151007557630020142 0ustar00Return-Path: <3u-G3aBcKAKoLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 8B2jF7zht2jk7QMAVkXPrw
	(envelope-from <3u-G3aBcKAKoLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:35:40 -0400
Return-path: <3u-G3aBcKAKoLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:35:40 -0400
Received: from [198.54.122.200] (port=37721 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3u-G3aBcKAKoLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>)
	id 1uth5o-00000001Fjs-0uxp
	for admin@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:35:40 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=LqVe9EDi;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3u-G3aBcKAKoLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com designates 209.85.219.200 as permitted sender) smtp.mailfrom=3u-G3aBcKAKoLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com
Received: from mail-yb1-f200.google.com (mail-yb1-f200.google.com [209.85.219.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtCb4Jxvz24tS
	for <admin@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:35:39 +0000 (UTC)
Received: by mail-yb1-f200.google.com with SMTP id 3f1490d57ef6-e96f5045ca4so8559746276.2
        for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:35:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756881339; x=1757486139; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=IVPmCDdx6pgkGGs9SWx2KsPVGeUbjeqwGQDlWzwh62k=;
        b=LqVe9EDiP4F5G5pLZjxGGP1FFICZucGdaOgKA0uWCL5zzKtHx3X3/3fMvB04YE6daq
         dG7M9zHcE3z1GlFdKc0xv3m1I+E6jfWW9F9Fdaup0YtDuq+P34AjZ3XK1VYI1Zl0RWEC
         r6jgrLQ1ANijCDk/KZG5IbUw5sCKaeJlGSSH3U1hKUxH8fL5+GyOCw7wOSAKNJicLPAE
         eEqF8FTriw54fv/Zo5Ivo9NfY2q4DWgHcYL72NuWQQPOZ561IgUSzAPbGiwl+3E2j4Yj
         M9I7m+YRBua7uctAXaRy9lRycCseHXUuwcD3PjTl8CzGKjGq6Sz4QqJ3yMxcmfcEe6GV
         xBSA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756881339; x=1757486139;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=IVPmCDdx6pgkGGs9SWx2KsPVGeUbjeqwGQDlWzwh62k=;
        b=bGwEGNVXppAhwpyQgHDtP6+tBs5Lb/5l4pPDC+u6PDxiDCPSv4xyeU4p7Xh5cu94Nf
         oOVhTRlDlfqbX3qRsAnn88cRTMjp7C+j6CC/MQQ3vOPYV4Yrb1Y7/qMHcEaD/cYpvFGp
         W26BZ6BZMebbNYsplGIvoa7XcFMim05eGeMeqsWLnZ7kjON+ALHvwUG/GZliDVSqNu3A
         bIr8hW2BbNap8N7GM5m+45QVpgcnlMTN2bAFF9Z2qwVOaGdVp1kIGxve8nIULFRfLH9i
         NnknVLEsz8q7pDaNfCInt8xpvrWnY7Lm39NazGWBWYTsUqUGil+fluoG4RX6n0krXxUD
         loxQ==
X-Gm-Message-State: AOJu0YwS+Me0Fr3NAWdiZS3XVxkTF5U7aQmrAbNnvPLaeAoE5pA1ZZH+
	uY4I840oijiTYdglttpRBFLxcXdRT0DgWVgsozl2h6OZ0AUasPyBHdpvbtk8
X-Google-Smtp-Source: AGHT+IEImdjPseFel0hU45a5e0IS1A4ER8XOkNiY8rOdBVytiZRa3kQR+kdStJjN7ljO9t/hB6NJBDs=
MIME-Version: 1.0
X-Received: by 2002:a5b:54a:0:b0:e8d:fa00:4d53 with SMTP id
 3f1490d57ef6-e98a581fb24mr12178072276.26.1756881339178; Tue, 02 Sep 2025
 23:35:39 -0700 (PDT)
Date: Tue, 02 Sep 2025 23:35:39 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: f58ea3dccc9a0000
X-Notifications-Bounce-Info: AWoTSIEdXyWGRsvw_xaPaVLMWaITdc6yv4DKDISZ-Ykap2WNiAS15dhNy9cHqriU03dk9FaJyioz390snKeJfJ0wy9u65cjk6TVxtjrrUT9Pc2vIWGCocAc9-K-7TsdSNUhfQpdjj46vLjQpowjg3YZboJDA0GGvikxbvfQl7xCLO3oOHZzi7g2VcLfpsPQb-nEb9MEeTkTGwU09f4Db8b0fKQnmid9IjUSbTl68kGocJ_9vhm8yxPPRiJeRNFoNqA31okrtJ2oXnFOCxcqWlH6qVAZM4KuWnuG4fMHLaIAlwvcSRw1TwyPyF4Jpo8Cr5uU-oOAw4UU_UiUFtfozWdJXunpkDn-LK42_PDDujOeZ2ciTwFix-eUJZB3mVjXvKLMMD4LqU4Q3sCDt1cF0Rv_QbYoaNyOGLvJpB1YeiN6goQ9_bKRMDhH5YAisWvtaqM-TQYkG_GqfM9ebVSsycB8gOmXiQvC8Z8CdBv-qkC1TWKVPmHprtNXv0nROLHZsfVDhhUmWTQIJ3WdWPN56o6tkCmzjg0ztgfTlhSy7uKFX07TxujkL_XOgK4qJX6w_vTOBKeeOca6V-LdnZ07rKuM7a5DnI2DKLVSTUwSEwkNo33hD3gvXytuhDZv3CaRYNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <618bf5c063af261d7e2c62900c81e075c9aea07c-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000225fcf063ddfd0d0"

--000000000000225fcf063ddfd0d0
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/9952805078184484744/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rZnci4qESjd5AgLSFP2UD7pSVBtyKEGKzwLNCjJxZaWWD4_1nj_RifX4t62ug2MQPQtl_mXEx-DtsPeXlbS0Xq0NNr_4QDrf-YPaannzYcoeIjRS20OEH8QTw>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5pXLBFzPLl8afLE8JnmimGIRXLrkoRX8c--bGZe0QDqsZ9nlF1Iie0FpED4r2au4N8SBSTlDsyTv-VA9V3n41KT5Ih_s6SuuIGNdaCA2cqs-UtDATYQOYvwbnO3JKAmXnCFHjsu_dkpvZfQR-4d6pim1eSOvenKT4fK-OanPgY>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5pATfbuPZwNrq9P6gCbXhwpcy3vbjrdY3uCN1t_aCB1bihEpMB0ITuAjmhBOgEfR6hxJVAIWAm9J1B0WYRNgT4lg-PgM1kp1-N-bW8-8iTXFsTgZjxyKAVFz3gkTwQ5lashEYYTUZ8Ma8REVxxY5m9j_YRKyE-RoFNGZATFfcx71tgpRVRqCh_FYwK6TvF5hsKvGb9O56UvPysn1R18YVnVtmCHChPlfOEGUusc8A>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5rwBo53_xeTGiSJ9HysX_Dtjl6RBT621gVCiML_tEJFkIB0eKzTO0KAiHnJf_qrYebE_1JZyX57An-eLr3bs_eI9wrdycRHzpJwyA_JZtce0Ge_h9Q9l1__mYPrzKIihmN_fO0>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000225fcf063ddfd0d0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5r76cRewd15NjoneFnPTzB3ITVdc=
sFQavYxLRRvcWtbMae6hg-CAlE4ZkMY4DNAotOdROtQexaamtl4OSCRr81AJKSD5Txt27Iiauu7=
WJeuofhMb_x3cLdUGMmVM_mI36U5WHYEgk_8kso8yxGAbTB7qFtladL3LiyjtydU5fCrTW1Gs5E=
JIrvF-CjfO0j9WSZkjvBnWXJX2U0DAdy5RSUIRWEDjCykgRvlUh8i41tI>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/9=
952805078184484744/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5otcxNKRL97kKpQ=
GeyhrPOoEYgpqG9qC_Jcxa14gedmBtduJoBdg7tdlVaGVwbTcxV_CUinmYJAqN6a0JB7XbESlEo=
fMX3pCrFj9vae1gKbkW2ESpajvu-K661f7A target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busines=
s=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5oWMuTFXmY5RWDerkTvpd8O2b=
h3b_uY585sjZ7lOjqx0swO-ED_khbPW3FlgiEymwWxzqkGB9km3U1SkTX5sR-iFzGdyRfWyVquM=
Dtn_zBlw-eCVp2f1lRS6pExJg_jD11nIj4plBU24f0Zic36uWiMK0w_OCSeq_Oh6t2gpd2LfQ t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5ov2Fx9IDZAev-K-t9BXkJypAox_4OEsoI4piREzRi_eAo=
cvfc_uBJ2JdOrgh2WT6fh3h-vZg5lGQ4P8ayHZdFU2-Nm61XWO8GXLkrPuR-dmMzWzJST_SvgWv=
1kHBgDv2RvfsEDG5prtd_1DAiTLaHEDaoqPhnj489PSynKfQpS2aiNMdE4TLsQFAD2ZnS_OEjyn=
X4EKUH67UGmBMcKbX_XTaVdK0jgXYrer_dioNaj target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5ov2Fx9IDZAev-K-t9BXkJypAox=
_4OEsoI4piREzRi_eAocvfc_uBJ2JdOrgh2WT6fh3h-vZg5lGQ4P8ayHZdFU2-Nm61XWO8GXLkr=
PuR-dmMzWzJST_SvgWv1kHBgDv2RvfsEDG5prtd_1DAiTLaHEDaoqPhnj489PSynKfQpS2aiNMd=
E4TLsQFAD2ZnS_OEjynX4EKUH67UGmBMcKbX_XTaVdK0jgXYrer_dioNaj target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5ov2Fx9IDZAev-K-t9BXkJypAox_4OEsoI4piREzRi_eAo=
cvfc_uBJ2JdOrgh2WT6fh3h-vZg5lGQ4P8ayHZdFU2-Nm61XWO8GXLkrPuR-dmMzWzJST_SvgWv=
1kHBgDv2RvfsEDG5prtd_1DAiTLaHEDaoqPhnj489PSynKfQpS2aiNMdE4TLsQFAD2ZnS_OEjyn=
X4EKUH67UGmBMcKbX_XTaVdK0jgXYrer_dioNaj target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oxQVLCkywf7PXnhMrea-FQ99wu49GxsfzzIhDM16oOse=
3FkjLaNv29pgWEcDEYB16nPdsQjX2sDcdhWDTddwTsgWahB60aBnql5F_t67GxrVxMqgmxW0tlw=
DfH3zUFGK3csGBa8w style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5o9_jKDHPzV5-8NlGJZntjqCT1RzwRTjztJjUr5rLAQ_KhqPCRMUD9johX8ZCZSoU=
YPZEBfHrgnbfh9basQJz40Czss6EOID3FbegTF_cI90eDQoeTmUWzwMIpfy3dep3xXiw.gif></=
body>
</html>
--000000000000225fcf063ddfd0d0--
admin/cur/1756115997.M309302P3752922.premium320.web-hosting.com,S=8898,W=9029:2,S000064000000021302151007557630020167 0ustar00Return-Path: <3FjSsaAcKAHsmnqdokxfnnfkd.bnl@identity-reachout.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id qCAHEh00rGjaQzkAVkXPrw
	(envelope-from <3FjSsaAcKAHsmnqdokxfnnfkd.bnl@identity-reachout.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 05:59:57 -0400
Return-path: <3FjSsaAcKAHsmnqdokxfnnfkd.bnl@identity-reachout.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 05:59:57 -0400
Received: from [198.54.122.200] (port=36301 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3FjSsaAcKAHsmnqdokxfnnfkd.bnl@identity-reachout.bounces.google.com>)
	id 1uqTza-0000000Fm5C-0osC
	for admin@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 05:59:57 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=UYumO37A;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3FjSsaAcKAHsmnqdokxfnnfkd.bnl@identity-reachout.bounces.google.com designates 209.85.222.69 as permitted sender) smtp.mailfrom=3FjSsaAcKAHsmnqdokxfnnfkd.bnl@identity-reachout.bounces.google.com
Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9R9M38RXz26LV
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 09:59:51 +0000 (UTC)
Received: by mail-ua1-f69.google.com with SMTP id a1e0cc1a2514c-89019159667so7258208241.3
        for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 02:59:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756115990; x=1756720790; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:reachouttracker:mime-version:from
         :to:cc:subject:date:message-id:reply-to;
        bh=mygPQzQrmQgPPLqZuOOxXe7DUfQW9egQsoMCqxeJiQc=;
        b=UYumO37AZwcQ3aNTxg04EeOpi4YOrQJNJbp35L6wo3bc9sXCQNOK5rZBRAJeYv48R9
         N6621QVZpMaPYFBz6n9FHV2VTWzksHT6stBxdMkABMUafRZjxYnVpa7S4UPKrbJGMBTd
         ulQ5zsubDuGhsB2FLmLOc9WIqGl1SS79Jz0trDI1OHSaqvwK03qdSPl7BY45GDJsDXSN
         APtXDuShfZ48jhE4jkEAuwWd1sgtC3OT53E+Cqgqq5x1nAQXFMyJv/VjBS8brd9y6YP/
         K2lXRpWq/d4B2obGsJCJr/apqmE39HeSZ+SbhW380JOCkCV/qKkb6d4DI5GNKfLC5ziC
         3CwQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756115990; x=1756720790;
        h=to:from:subject:date:message-id:reachouttracker:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=mygPQzQrmQgPPLqZuOOxXe7DUfQW9egQsoMCqxeJiQc=;
        b=xUJMCjv+q68dggs5t9MrsI/p0ynk83IpJnfZQR0D7CqIlc+gouQ+qEo3TGNb8Ysyg+
         5QTBImoFvVno/xbGXVR4PgVCVwn0qNHcF4j72m8qRxRWxNgvnB2MlISHS1lYMXeowrpJ
         WO5OXM/5nZN0fY3eC1eCUrwgYz4Kv7lvJs50q/oCsoZ+xel0ucNhzjYJrNL3Gccqy9CT
         g3ULOAESodxl6iI/1/rGh+x9AQF5PBy1tt45yWaQ4aXR98ybZSv2bqDtCndPfNXvMf7I
         ESfJqik3pQEFyRlSwZcLYW1CN48Smpp/P9agW/VxoHeCMYfsivbk/UeeJ4xqTl7Uxf5G
         KIyQ==
X-Gm-Message-State: AOJu0YxIcSwvbxe0iyst+P5qC7OuMjJfGDi1j4LerR3+iGuoEoCCQ5kz
	9xo8tm5hg+32rjk9TuGueM+FwjL7KsSDi7eIm7IV1Gd6Hcy2FlV3cQuqCZfqnu2/8m0233elZ8c
	p0hgfk5o/HXh51wRfY1EkYvQ8MJ4b6t82i7SFFe2c6H9eCV4ZCqhy6Q8nUwDY+lH/FjCoH1ycMG
	6JsY6aQWmdK+5lk3uDnKmbDopHXHrPl7GiyrBKvATyoXZvPpqzaBwP
X-Google-Smtp-Source: AGHT+IFUkSwIi1icQ/IUiflA2Cz9NA8DM6yTWDP9BepW+F3oCOJ6UmgaYLAw2J5dJtp3Z8OsLVr78DNWFLyccbqQFw==
MIME-Version: 1.0
X-Received: by 2002:a05:6102:3053:b0:520:d11f:b32e with SMTP id
 ada2fe7eead31-520d11fd208mr1237689137.5.1756115990577; Mon, 25 Aug 2025
 02:59:50 -0700 (PDT)
ReachoutTracker: AXiFLV5bGeQ9TFkyCTj6P1xtvf8xi0bID1Ng2eTFbbrR4WXuQ/bCBbaJoUmKNn55WeUu3yUKK0BdFoqU0KFskWRDbkk4lA==
Message-ID: <autogen-java-a9b7a529-fbbe-4a05-b59d-98fe6accf8a3@google.com>
Date: Mon, 25 Aug 2025 09:59:50 +0000
Subject: Google Verification Code
From: Google <noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000ce0131063d2d9d71"

--000000000000ce0131063d2d9d71
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

R29vZ2xlIFZlcmlmaWNhdGlvbiBDb2RlDQoNCg0KDQoNCg0KDQoNCg0KDQpEZWFyIEdvb2dsZSBV
c2VyLA0KDQpXZSByZWNlaXZlZCBhIHJlcXVlc3QgdG8gYWNjZXNzIHlvdXIgR29vZ2xlIEFjY291
bnQgIA0KYWRtaW5AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIHRo
cm91Z2ggeW91ciBlbWFpbCAgDQphZGRyZXNzLiBZb3VyIEdvb2dsZSB2ZXJpZmljYXRpb24gY29k
ZSBpczoNCg0KDQoyNjI4MjINCg0KDQpJZiB5b3UgZGlkIG5vdCByZXF1ZXN0IHRoaXMgY29kZSwg
aXQgaXMgcG9zc2libGUgdGhhdCBzb21lb25lIGVsc2UgaXMgIA0KdHJ5aW5nIHRvIGFjY2VzcyB0
aGUgR29vZ2xlIEFjY291bnQgIA0KYWRtaW5AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxv
bmdpc2xhbmQuY29tLiBEbyBub3QgZm9yd2FyZCBvciBnaXZlICANCnRoaXMgY29kZSB0byBhbnlv
bmUuDQoNClNpbmNlcmVseSB5b3VycywNCg0KVGhlIEdvb2dsZSBBY2NvdW50cyB0ZWFtDQoNCg0K
DQoNCg0KDQoNCg0KDQoNClRoaXMgZW1haWwgY2FuJ3QgcmVjZWl2ZSByZXBsaWVzLiBGb3IgbW9y
ZSBpbmZvcm1hdGlvbiwgdmlzaXQgdGhlIEdvb2dsZSAgDQpBY2NvdW50cyBIZWxwIENlbnRlci4N
CsKpIEdvb2dsZSBJbmMuLCAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBWaWV3
LCBDQSA5NDA0MywgVVNBDQoNCg0KDQoNCg==
--000000000000ce0131063d2d9d71
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:=
 600px;"><tr><td><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellp=
adding=3D"0"><tr><td align=3D"left"><img width=3D"92" height=3D"32" src=3D"=
https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_188x=
64dp.png" style=3D"display: block; width: 92px; height: 32px;"></td><td ali=
gn=3D"right"><img width=3D"32" height=3D"32" style=3D"display: block; width=
: 32px; height: 32px;" src=3D"https://ssl.gstatic.com/accountalerts/email/k=
eyhole.png"></td></tr></table></td></tr><tr height=3D"16"></tr><tr><td><tab=
le bgcolor=3D"#4184F3" width=3D"100%" border=3D"0" cellspacing=3D"0" cellpa=
dding=3D"0" style=3D"min-width: 332px; max-width: 600px; border: 1px solid =
#E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-ra=
dius: 3px;"><tr><td height=3D"72px" colspan=3D"3"></td></tr><tr><td width=
=3D"32px"></td><td style=3D"font-family: Roboto-Regular,Helvetica,Arial,san=
s-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">Google Verifi=
cation Code</td><td width=3D"32px"></td></tr><tr><td height=3D"18px" colspa=
n=3D"3"></td></tr></table></td></tr><tr><td><table bgcolor=3D"#FAFAFA" widt=
h=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"min-wi=
dth: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px=
 solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-botto=
m-right-radius: 3px;"><tr height=3D"16px"><td width=3D"32px" rowspan=3D"3">=
</td><td></td><td width=3D"32px" rowspan=3D"3"></td></tr><tr><td><p>Dear Go=
ogle User,</p><p>We received a request to access your Google Account <span =
style=3D"color: #659CEF" dir=3D"ltr">admin@24hourwaterdamagerestorationlong=
island.com</span> through your email address. Your Google verification code=
 is:</p><div style=3D"text-align: center;"><p dir=3D"ltr"><strong style=3D"=
text-align: center; font-size: 24px; font-weight: bold;">262822</strong></p=
></div><p>If you did not request this code, it is possible that someone els=
e is trying to access the Google Account <span style=3D"color: #659CEF" dir=
=3D"ltr">admin@24hourwaterdamagerestorationlongisland.com</span>. <strong>D=
o not forward or give this code to anyone.</strong></p><p>Sincerely yours,<=
/p><p>The Google Accounts team</p></td></tr><tr height=3D"32px"></tr></tabl=
e></td></tr><tr height=3D"16"></tr><tr><td style=3D"max-width: 600px; font-=
family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: =
#BCBCBC; line-height: 1.5;"><table><tr><td><table style=3D"font-family: Rob=
oto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #666666; li=
ne-height: 18px; padding-bottom: 10px">This email can't receive replies. Fo=
r more information, visit the <a href=3D"https://support.google.com/account=
s?p=3Didv_pre_em&amp;ref_topic=3D2364467" style=3D"text-decoration: none; c=
olor: #4d90fe;">Google Accounts Help Center</a>.<br>=C2=A9 Google Inc., 160=
0 Amphitheatre Parkway, Mountain View, CA 94043, USA</table></td></tr></tab=
le></td></tr></table>
--000000000000ce0131063d2d9d71--
admin/cur/1754319012.M426030P1402081.premium320.web-hosting.com,S=21811,W=22497:2,S000064000000052463151007557630020261 0ustar00Return-Path: <3nsiQaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 0AYCGKTIkGjhZBUAVkXPrw
	(envelope-from <3nsiQaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 10:50:12 -0400
Return-path: <3nsiQaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 10:50:12 -0400
Received: from [198.54.122.200] (port=43092 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3nsiQaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>)
	id 1uiwVw-00000005tGn-1gZU
	for admin@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 10:50:12 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=jrRlTzs+;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3nsiQaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com designates 209.85.216.71 as permitted sender) smtp.mailfrom=3nsiQaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f71.google.com (mail-pj1-f71.google.com [209.85.216.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwfby3dYFz54ww
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 14:50:06 +0000 (UTC)
Received: by mail-pj1-f71.google.com with SMTP id 98e67ed59e1d1-31eec17b5acso4561704a91.2
        for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 07:50:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754319006; x=1754923806; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=BBPUo1RSKdq/1gma2rH7YZzYcOWu3VX3J4euC6VXzX4=;
        b=jrRlTzs+rZAzAr9+ZohpEoWkytOPQSNCkPhd41sTKxYPYIxFq7orWTXUIzyoW/Q1me
         Sfu8AZNCsma0fKJzt8FIC7bRt40RtrNCS+E5bX0AMH6VFPmCyThxOFeLPUrl1bKaLwbz
         k255owB9dQj2TlxQNYhkfh9TnKFCM7FQmTEkSOSjkpl4qJgq4P6myXC9FZZL4JmqkH1V
         YI9ZofMehnCImpvEVZXMogpWePNQfWjdKe+aFooTwojHR2Nj0VCqmZr1HFcMoTfgsHZA
         6wMzmZgceJ8h3pipuN/I92huBHu3xI+D8GTeCjUUmGwoUNpafKkklByPGl+WCDgQy0eP
         GY3Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754319006; x=1754923806;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=BBPUo1RSKdq/1gma2rH7YZzYcOWu3VX3J4euC6VXzX4=;
        b=pGgqyUsw57bdq6GiV4RxXKbq/2P/6Zy4Ii/oHXy5TJGEXJazRSYGfJBmX/WKBgA/cI
         NVcgLz2wFpYQ7cLo78OKe25VRynuhsfZ8PT6HAft8pSl0qeUqjqXVItePfUMh3JoztcN
         tWC7s4Qh7QBnKRDG0lltP+3hpfEm7C2B7QzBt1rLQRjyboPCp3BtrbBI7OPU/Eh/c9om
         13WiI00LvDJyBb5PbWTSishtndg4Q03m3SQ3uCGwqw7a2KCGRp4s0cUocWUD2uaGlC0E
         5DYOn9LqHAEkvXlsK8NWlguISKppagEZwd0MMbBOaBfXrLf77JVRAmEvAe2omIZgLy1N
         +bbw==
X-Gm-Message-State: AOJu0YxN8j19+PRRkCbIPBQxS1onxVJOxaCfTb7gWsim06d663RtskQM
	7+uVnlFQgoIF6gOGbeJDdsrg+pzC23Bp7ExcxGH6kZC5Q9lLQZrWwaqtcnd1
X-Google-Smtp-Source: AGHT+IHlOWPfFLMLJuHdz5fvAYJdddf5ZteOjquCXN3JojvGhqRv1asTLIEM5RA9Ah3m8g7rDZpA2Rk=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:2c85:b0:311:e8cc:425d with SMTP id
 98e67ed59e1d1-321161f1ec3mr15228303a91.10.1754319006002; Mon, 04 Aug 2025
 07:50:06 -0700 (PDT)
Date: Mon, 04 Aug 2025 07:50:05 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: e01b18caa3da0000
X-Notifications-Bounce-Info: AWoTSIF-2yjUZH_hKOKmPwLBoUl5g_4J7zhvouUtuxd2Tx0RrurcLVvw8Uu7-0w0jdCRILuWnppR2px7iwZz67pr6m5WvbLZVnPuj3AQq1y-f1hZ93eSPLci2BuoCBBb1s9u_I4h3kQKGQRpAXvz_eeJ8HPuU6Epzd_S5atOMtN85ivMQGW5XXOrBbaUSvRhcxSoaJ7JSUzhAqSQKkEtRiAdUhqgdQTlp90HAKQnaBoxUN7wJyQ8gxMZO1gwRsa7Wx3fJXZLPKXLvwG29l0fDKCR6k8bZQWcTLye8b85-cHGt26-cB8EsczdaPfN_u3yvT3YeHNuMxy6PRnY1CaB5ajc4rVeuACBLU67BIMVNTTb0ya0MuZw5nDaUG1HmK6-hEEHf07GZcDIXsG1a7f-n0-YWMDYJbsfQmoyVIC-toJM6oxllaDMw2PkBOl1A6mAQqyZqANhipdR1C71GwmtT-uKqyOrCMGMW9k1n6v0btbrQX6wXLnhcpAZgf4m1fjhNy8KObDlKm7B6pHpw1C3f1YrZwgL4EB8JjkVP5pPrPy-7cvZgkyyoRW-v9u5-S1j45lfrH_jiqIp5ZZTecGfpDgwjtgSx4UAIz54VetRASwZUUU69UElJ5_MAIouLBH_NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <5237a75a6f5bac26e4248846d49af29d524d6d43-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000002ceecb063b8b393b"

--0000000000002ceecb063b8b393b
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/9045569086209543402/profile?trk=https%3A%2F%2Fc.gle%2FANiao5puO0SK4QWZWpFY8P5Q3Sk42G8B9O8lKhzSTgfYzu4VqBXbPrkN_pRSMNdsWzzeuvdb6vM6BFM9mFlRfZSlSFj2_b0qQFj5thwlG8MJSCmCOOs32-FqDHivXrk>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5qJ30f50Vd8O4t7RwBMfOCd04GmAp6xXfToOW51kSFUkS9OsVRgjjzSWNmbqOZ0V42qSlFk3Wra1wlc7uQevCCtuym-RRrY8hMghzRvCMoq8MLgWwopM33600Gxx-J6Jq_QA_Rw4SkXb7vOvOzwLTZpV7xA2dh3Amkw34sGKycu59q1NFE>

You can see the status of your appeals  
here<https://c.gle/ANiao5r9AtN4y2Nx1XwHMm4eIBG1KogJELSVE8PowKnI41l02KmGVXYzarzXOv7XjnhmVIa1DAmXFskYFryrhYZCHiAtxgYErAnI8TJOk_PPN6O58tW_xTDurO1Zkcrd3uGxLmcSeTdX3mCO7MMNBqYKZ-8ZzqxGtl0xmW5u9sbWUpYB4alapl9XCylGD2T3lDj_m3kUPxlOJZFP59hheJLLYe108Kh8589abSYpexa8>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qAF_8DZ4R_1l_RxULER9vPrLPjid2ouCS13X_Qhtto20mTOKeZ0zHiIqz9K1aCqqvPM6nLI8r1TmTnEnbWATT7xGoxxJjpFLgC1W4E3Dq-cc07PE0MNu2xzQlEsol9ijUXOUg>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000002ceecb063b8b393b
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/9045569086209543402/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5osCNbg0IiC1GpiaUFc-3zM3aMDVmWQ5BtqjKTu2Pq6awTRfG=
BYhhGfIJO8kq_voMqPbFyBVGCg-9vGGvCy-dYIM0BHGqn3LwN0kuLcGzaaw5u5uKM95HciVLdD4=
g target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5pfF3E_BNdH7BHgpviZGNGxXBZx42WNNLKLYUe9CB0XK0p=
1aepxddWN2mm5V9995f2FKvJQ-AyaD12J3Nj_Mr2YJfc8jglhkSsJpOASwEF0MvB5SSAlKY0oXr=
_9POHqbF9wv8BMK6slr1bY05w4EZAJL8GcOds95dpoFnNs_OPPzRGSKAosAg target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5rgcjQw=
b6YbvJYzctH_v_jxNtUoudAcGlHXT-OadIby5yNIMya4hPQzQVGDTYZU88MbdncPT6wR9UM63Lw=
v2isDSFVslOVQ1oNaWjvHop5ID4oHrtU1BTd40FAAcP5s6lsPWfDtpsK6W4rTbcbxbcNnjWZ9CR=
LY2duAuhUnoDIxfAVg3TWSRfAbmyHipUcAq2SRHUsr18s434aKbjZiXAYTiRHBM7PZA1LStgk3M=
ps target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5o1nRfdw2iHhHmmaLKkqH81fHpNO6RVlzbXR_SlzF_cyO=
_7nMtKzoHIKfIgeVjclhQLP_Ii1hoDPGcLz0pUHyytQ11MXUiAkfWBzl3i0QBbr9F9bF7nAK3Hy=
sCMor70OG9v5fe46Q style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5orYL0DX_oAST9ukqrhP-EsaEJWdAQuI5Y6mSIyDO5wvyIUCgzd5FZ9WS--1T9pQX=
HaobkUVC4VPfsEpdJSFflWMTtlubgZwOJvW9osG3DdcOQZ95SQV-Px7vg-PqvX_MyiuA.gif></=
body>
</html>
--0000000000002ceecb063b8b393b--
admin/.Sent/dovecot.index.log000064000000000240151007557630012100 0ustar00({zh{zh����x����@����$maildir����$��|h{zhn����|h{zhn����|hS�33���� {zhL����admin/.Sent/dovecot-uidlist000064000000000063151007557630011670 0ustar003 V1752857364 N1 G87b9400c137b7a681d9b2d005645cfaf
admin/.Junk/dovecot.index.log000064000000000050151007557630012075 0ustar00({zh{zhadmin/.Junk/dovecot-uidlist000064000000000063151007557630011666 0ustar003 V1752857365 N1 G88b9400c137b7a681d9b2d005645cfaf
admin/dovecot-acl-list000064000000000000151007557630010723 0ustar00admin/dovecot.index.cache000064000000151014151007557630011401 0ustar00{zh{zh(����������{zh��|h��|h��|h��|h�������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.Fromhdr.Message-IDhdr.Subjecthdr.Date� MMessage-Id: <1752857364.hN5Tf3pOyI985JuL@premium320.web-hosting.com>
�Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnGFk?= =?UTF-8?B?bWluQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNv?= =?UTF-8?B?beKAnS4=?=
yFrom: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
�M>From: The Google Workspace Team <googleworkspace-noreply@google.com>
S;Message-ID: <autogen-java-fa3cf234-4202-4fc1-bd56-6732bb6f4162@google.com>
#=Subject: Verify your email
 �����{zh��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITY��sContent-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-2988839-1752857364-0.175020390257682"
,Date: Fri, 18 Jul 2025 16:49:24 GMT
}Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
?To: <admin@24hourwaterdamagerestorationlongisland.com>
{zh�(U@Content-Type: multipart/alternative; boundary="000000000000b5a33f063a57005e"
.<Date: Sun, 20 Jul 2025 07:06:48 +0000
=?To: admin@24hourwaterdamagerestorationlongisland.com
��|h�&��h�Z�h�G�h��h��h�Z�h�G�h�G�h�G�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h��h��h��h��h��h��h��h��h��h��h�����������������������������������������������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYhdr.BCChdr.CONTENT-TRANSFER-ENCODINGhdr.IN-REPLY-TOhdr.MAIL-FOLLOWUP-TOhdr.MAIL-REPLY-TOhdr.REFERENCEShdr.RESENT-BCChdr.RETURN-PATHhdr.SENDERhdr.X-DRAFT-INFO�8 !"#�Return-Path: <3iJV8aBcKAO8XffXcVnfibjgRTV-efiVgcpXffXcV.Tfd@idverification.bounces.google.com>
Return-path: <3iJV8aBcKAO8XffXcVnfibjgRTV-efiVgcpXffXcV.Tfd@idverification.bounces.google.com>
$%	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1256 16 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 4388 56 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000b5a33f063a57005e") NIL NIL NIL�
��A^�5H<gj��H�VY�$8DDCFrom: Google Workspace <googleworkspace-noreply@google.com>
]AMessage-ID: <5ed945771701ab664d15542445661e73e38cf523-20184961-111051900@google.com>
YBSubject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
.;Date: Sun, 20 Jul 2025 00:08:31 -0700
UEContent-Type: multipart/alternative; boundary="000000000000ce3ec5063a570656"
H<Reply-To: Google Workspace <googleworkspace-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <375V8aBcKAFg6EE6B4MEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
Return-path: <375V8aBcKAFg6EE6B4MEHAIF024-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
$% �A���e�gH�gj|
�
,H�"VYPW%Y�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3496 44 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 22821 469 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000ce3ec5063a570656") NIL NIL NIL�|h4GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <d1890bf204f2511a407e0c2b0f3e8fbfedd66875-20189259-111088867@google.com>
NHSubject: 3 easy steps to get started with Google Workspace Essentials
.=Date: Mon, 21 Jul 2025 08:56:57 -0700
UKContent-Type: multipart/alternative; boundary="00000000000080fbb2063a728689"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
=JTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3SWN-aBEKAFQIAD6EBwy0-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>
Return-path: <3SWN-aBEKAFQIAD6EBwy0-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>
$% �A�����H�gj.�ZH�3VYf�:��("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 7048 90 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 41274 980 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000080fbb2063a728689") NIL NIL NILOc~h0GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <d588e79201c1c0de588d37d5b48d0f54127b0f7b-20189259-111088031@google.com>
KHSubject: Collaborate and connect with Google Workspace mobile apps
.=Date: Thu, 24 Jul 2025 08:56:57 -0700
UKContent-Type: multipart/alternative; boundary="0000000000000bb984063aaee0e1"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
=JTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3yVeCaBEKAMwE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
Return-path: <3yVeCaBEKAMwE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
$% �A��y�{H�gj��0H�&VYPi�k3("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3804 48 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 27523 563 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000000bb984063aaee0e1") NIL NIL NIL�W�h4GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <2c71fbcb6f69d186ab48ceb5cdd0e67d2739e5e1-20189259-111085104@google.com>
PHSubject: Collaborate more effectively using Google Workspace Essentials
.=Date: Sun, 27 Jul 2025 08:57:02 -0700
UKContent-Type: multipart/alternative; boundary="000000000000d37861063aeb39a2"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
=JTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3TkyGaBEKAEs914x52npr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Return-path: <3TkyGaBEKAEs914x52npr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
$% �A��%��H�gj�OH0VY8w�yt("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 6174 79 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 31148 628 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000d37861063aeb39a2") NIL NIL NILVL�hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <edf8aaf5344a17519395283530deb0385d293612-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Sun, 27 Jul 2025 23:09:44 -0700
UFContent-Type: multipart/alternative; boundary="00000000000051d906063af7239f"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=ETo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3KBSHaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Return-path: <3KBSHaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
$% �Ag�/m7pH�gj�	�	H�VY�bde�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2474 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25956 734 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000051d906063af7239f") NIL NIL NIL.�h\KDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <e7b51f76df188c2a5fed39d6a02eebdab9bcb678-20077680-111269590@google.com>
aBSubject: Welcome to your Business Profile, 24 hour Water Damage Restoration
 Long Island
.;Date: Sun, 27 Jul 2025 23:19:34 -0700
UFContent-Type: multipart/alternative; boundary="0000000000007ccd39063af74645"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=ETo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3dhaHaBcKAAsm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Return-path: <3dhaHaBcKAAsm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
$% �A��r�H�H�EG��@H�VY�~��
("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1476 64 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 46974 1420 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000007ccd39063af74645") NIL NIL NILw�hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <40c62f79c63069dbc9c6dbc8b52dec9f58124904-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Sun, 27 Jul 2025 23:20:54 -0700
UEContent-Type: multipart/alternative; boundary="0000000000004b2732063af74b0a"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3xhaHaBcKAFs4NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>
Return-path: <3xhaHaBcKAFs4NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>
$% �A�8L�NH�EGM�6H�VY�DtG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1667 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18292 645 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000004b2732063af74b0a") NIL NIL NIL��h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <874d9f362ab2885cf0d9ce0d35a7a679aed62165-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Mon, 28 Jul 2025 22:52:58 -0700
UEContent-Type: multipart/alternative; boundary="0000000000003e7822063b0b0550"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3umGIaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Return-path: <3umGIaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
$% �A��RC�EH�gj�H9VY::k<1("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2068 26 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15467 561 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000003e7822063b0b0550") NIL NIL NIL�a�h0GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <1157fce8302f6e1f747aa4db16da329b6ae7fe73-20189259-111088891@google.com>
JHSubject: Connect with your team using Google Workspace Essentials
.=Date: Wed, 30 Jul 2025 08:57:03 -0700
UKContent-Type: multipart/alternative; boundary="00000000000068f901063b279332"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
=JTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3z0CKaBEKAMQ6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>
Return-path: <3z0CKaBEKAMQ6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>
$% �A���twH�gj/rCH{,VY�_{a�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 5234 67 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 24955 498 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000068f901063b279332") NIL NIL NIL�@�hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <8fed5a661a120cc4ffddadb7a8ed230afb0fea67-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Wed, 30 Jul 2025 23:25:02 -0700
UFContent-Type: multipart/alternative; boundary="00000000000098ba90063b33b3d2"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=ETo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3PgyLaBcKAM0uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>
Return-path: <3PgyLaBcKAM0uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>
$% �Af�/m7pH�gj�	�	H�VY�bde�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2474 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25956 734 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000098ba90063b33b3d2") NIL NIL NILD�hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <a595fa78b6a09ba3d50ca5b8f1264eda122812f4-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Wed, 30 Jul 2025 23:26:45 -0700
UEContent-Type: multipart/alternative; boundary="000000000000bdd570063b33b9e8"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3pQyLaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>
Return-path: <3pQyLaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>
$% �A�
2L�NH�EGJ�6H�VY�DqG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1664 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18289 645 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000bdd570063b33b9e8") NIL NIL NIL��h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <89f590c34c8d0d15eb7e4b94c1bb63318c37ae36-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Fri, 01 Aug 2025 02:49:11 -0700
UEContent-Type: multipart/alternative; boundary="0000000000008a87ad063b4aabac"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3l42MaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
Return-path: <3l42MaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
$% �A���BPEH�gj��HVY:I<1("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2014 25 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15433 561 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000008a87ad063b4aabac") NIL NIL NIL���h4GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <fa063bb261eae5d32053dbe2acf92913cec0de50-20189259-111085107@google.com>
PHSubject: Use your Microsoft Office files in Google Workspace Essentials
.=Date: Sat, 02 Aug 2025 08:57:03 -0700
UKContent-Type: multipart/alternative; boundary="000000000000f9493e063b63ec86"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
=JTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3TzWOaBEKAD41twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Return-path: <3TzWOaBEKAD41twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
$% �A���l�nH�gj��7H�(VY[�\�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 4302 55 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 23798 479 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000f9493e063b63ec86") NIL NIL NILU5�hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <d0c8a4e67c0727ecc50b4235319c9302f134c6d0-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Sat, 02 Aug 2025 21:13:06 -0700
UFContent-Type: multipart/alternative; boundary="000000000000440f33063b6e35d2"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=ETo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <30uGOaBcKAB04NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>
Return-path: <30uGOaBcKAB04NLBG7LLIKH8BE7-GHK7IER9HH9E7.5HF@scoutcamp.bounces.google.com>
$% �Ai�$m,pH�gj�	�	H�VYb]e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2470 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25949 734 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000440f33063b6e35d2") NIL NIL NIL��hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <3edea4d91afd201f70f54832ec64ef9ce25229c2-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Sat, 02 Aug 2025 21:14:04 -0700
UEContent-Type: multipart/alternative; boundary="000000000000ba3f98063b6e3838"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3DOKOaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>
Return-path: <3DOKOaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>
$% �A�'L�NH�EGH~6H�VY�DhG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1662 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18280 645 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000ba3f98063b6e3838") NIL NIL NIL
�h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <5237a75a6f5bac26e4248846d49af29d524d6d43-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Mon, 04 Aug 2025 07:50:05 -0700
UEContent-Type: multipart/alternative; boundary="0000000000002ceecb063b8b393b"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3nsiQaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>
Return-path: <3nsiQaBcKAL0exvlqhvvsuriloh-qruhso1jrrjoh.frp@scoutcamp.bounces.google.com>
$% �A���@CH�EG��-H�VY:G<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1470 45 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15431 561 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000002ceecb063b8b393b") NIL NIL NIL�ȐhlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <7e84d99a3f58cc70c145b50db65ff150dc88ecd6-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Mon, 04 Aug 2025 22:11:12 -0700
UFContent-Type: multipart/alternative; boundary="000000000000ba54c2063b974022"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=ETo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3cJKRaBcKACcEXVLQHVVSURILOH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>
Return-path: <3cJKRaBcKACcEXVLQHVVSURILOH-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>
$% �Al�$m,pH�gj�	�	H�VYb]e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2470 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25949 734 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000ba54c2063b974022") NIL NIL NILs��hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <ddf48ae05d3f805d19cdcc62ea2d87938fe8e4a9-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Mon, 04 Aug 2025 22:11:06 -0700
UFContent-Type: multipart/alternative; boundary="00000000000067cf78063b9740cd"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=ETo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3apKRaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>
Return-path: <3apKRaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>
$% �Af�$m,pH�gj�	�	H�VYb]e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2470 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25949 734 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000067cf78063b9740cd") NIL NIL NILt��hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <1b2dc02d84109bbd8dd273b7b8ed3bc2cba61556-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Mon, 04 Aug 2025 22:13:26 -0700
UEContent-Type: multipart/alternative; boundary="000000000000b49272063b9748a1"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <39pKRaBcKAK0OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>
Return-path: <39pKRaBcKAK0OhfVaRffcebSVYR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>
$% �A�'L�NH�EGH~6H�VY�DhG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1662 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18280 645 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000b49272063b9748a1") NIL NIL NIL���h4GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <f98f5bd30ab14f64f6b73a71f2310ecfe1a21a83-20189259-111088007@google.com>
OHSubject: Invite colleagues to your Google Workspace Essentials account
.=Date: Tue, 05 Aug 2025 08:57:04 -0700
UKContent-Type: multipart/alternative; boundary="0000000000008c45dc063ba046b7"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
=JTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <30CmSaBEKALctlohpmXZb-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Return-path: <30CmSaBEKALctlohpmXZb-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
$% �A���_�aH�gjO~/H�&VYmP	R�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3710 47 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 21001 412 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000008c45dc063ba046b7") NIL NIL NIL�)�h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <9ae5f7c7eed3002a56ef67efc0da45ae608cb878-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Tue, 05 Aug 2025 18:51:50 -0700
UEContent-Type: multipart/alternative; boundary="00000000000091e8e4063ba895a7"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3NrWSaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>
Return-path: <3NrWSaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>
$% �A���@CH�EG��-H�VY:G<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1470 45 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15431 561 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000091e8e4063ba895a7") NIL NIL NIL<��h�4CFrom: Google <no-reply@accounts.google.com>
FAMessage-ID: <NBNlLvSbPv--da0PxzgKQA@notifications.google.com>
 BSubject: Security alert
,<Date: Thu, 07 Aug 2025 10:21:31 GMT
UEContent-Type: multipart/alternative; boundary="0000000000003ba52f063bc3d2fb"
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3LH6UaAgTAMUyz-2p0w9lnnz5y43.rzzrwp.nzx@gaia.bounces.google.com>
Return-path: <3LH6UaAgTAMUyz-2p0w9lnnz5y43.rzzrwp.nzx@gaia.bounces.google.com>
$% �A���`H�gj	
H9VY�!O	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1046 13 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 6177 79 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000003ba52f063bc3d2fb") NIL NIL NIL2~�hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <d5800d06b521dbcf295f0948b0ebef3b159b9e57-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Thu, 07 Aug 2025 03:24:22 -0700
UFContent-Type: multipart/alternative; boundary="00000000000062836e063bc3dc71"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=ETo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <31n6UaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>
Return-path: <31n6UaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>
$% �Al�$m,pH�gj�	�	H�VYb]e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2470 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25949 734 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000062836e063bc3dc71") NIL NIL NIL�~�hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <d5946150e2b0c432f665be7821f33fa2650a996b-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Thu, 07 Aug 2025 03:25:41 -0700
UEContent-Type: multipart/alternative; boundary="000000000000180553063bc3e19a"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3JX-UaBcKAMAh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>
Return-path: <3JX-UaBcKAMAh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>
$% �A�
'L�NH�EGH~6H�VY�DhG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1662 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18280 645 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000180553063bc3e19a") NIL NIL NIL(�h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <1045354f57179399b792c8655d08b64127c1ffe8-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Fri, 08 Aug 2025 08:53:54 -0700
UEContent-Type: multipart/alternative; boundary="000000000000c07734063bdc94a2"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3kh2WaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>
Return-path: <3kh2WaBcKAHEQjhXcThhegdUXaT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>
$% �A���@CH�EG��-H�VY:G<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1470 45 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15431 561 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000c07734063bdc94a2") NIL NIL NIL��h$GIFrom: The Google Workspace Team <workspace-noreply@google.com>
]GMessage-ID: <8305816a8ee0c7137d4178bcbddf5cf34657f601-20189259-111085056@google.com>
?HSubject: 3 tips to take productivity to the next level
.=Date: Fri, 08 Aug 2025 08:57:06 -0700
UKContent-Type: multipart/alternative; boundary="0000000000002a29f7063bdca0f9"
K>Reply-To: The Google Workspace Team <workspace-noreply@google.com>
=JTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3Uh6WaBEKADMldgZhePRT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>
Return-path: <3Uh6WaBEKADMldgZhePRT-cdgTeanVddVaT.Rdb@scoutcamp.bounces.google.com>
$% �A�����H�gjO�CH�,VY=�5��("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 5266 67 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 34869 760 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000002a29f7063bdca0f9") NIL NIL NILS�h�*AFrom: Google <noreply@google.com>
S>Message-ID: <autogen-java-a9b7a529-fbbe-4a05-b59d-98fe6accf8a3@google.com>
*@Subject: Google Verification Code
.?Date: Mon, 25 Aug 2025 09:59:50 +0000
UCContent-Type: multipart/alternative; boundary="000000000000ce0131063d2d9d71"
=BTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3FjSsaAcKAHsmnqdokxfnnfkd.bnl@identity-reachout.bounces.google.com>
Return-path: <3FjSsaAcKAHsmnqdokxfnnfkd.bnl@identity-reachout.bounces.google.com>
$% �A�
�8H�gj��H/VYC(("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 972 12 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 3139 40 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000ce0131063d2d9d71") NIL NIL NIL4�hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <21e68752a553ad0e3defa3d901ddfbcf51aa3f3e-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Mon, 25 Aug 2025 03:02:49 -0700
UFContent-Type: multipart/alternative; boundary="00000000000072ca50063d2da8ae"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=ETo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3yTSsaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
Return-path: <3yTSsaBcKADANgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
$% �Ao�$m,pH�gj�	�	H�VYb]e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2470 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25949 734 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000072ca50063d2da8ae") NIL NIL NIL�4�hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <f599182705b049f1711b44a82551e67a1837e57d-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Mon, 25 Aug 2025 03:03:46 -0700
UEContent-Type: multipart/alternative; boundary="000000000000e26d69063d2dab69"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3AjWsaBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Return-path: <3AjWsaBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
$% �A�'L�NH�EGH~6H�VY�DhG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1662 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18280 645 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000e26d69063d2dab69") NIL NIL NIL5�h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <c1d2900281f2c6537c5edc28c02043a2c56b1d2d-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Wed, 27 Aug 2025 11:00:32 -0700
UEContent-Type: multipart/alternative; boundary="0000000000009c5840063d5c9045"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3wEevaBcKAFk2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com>
Return-path: <3wEevaBcKAFk2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com>
$% �A���?8BH�EG+W,H<VY�9�;0	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1367 44 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15323 560 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000009c5840063d5c9045") NIL NIL NIL�G�h�*AFrom: Google <noreply@google.com>
S>Message-ID: <autogen-java-e2d94a67-0db3-4e75-b6df-7ead2bea4f67@google.com>
*@Subject: Google Verification Code
.?Date: Wed, 03 Sep 2025 06:31:36 +0000
UCContent-Type: multipart/alternative; boundary="000000000000a5dcfb063ddfc16a"
=BTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3yOC3aAcKALUijmZkgtbjjbgZ.Xjh@identity-reachout.bounces.google.com>
Return-path: <3yOC3aAcKALUijmZkgtbjjbgZ.Xjh@identity-reachout.bounces.google.com>
$% �A��8H�gj��H-VYC(("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 972 12 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 3139 40 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000a5dcfb063ddfc16a") NIL NIL NIL��h�4CFrom: Google <no-reply@accounts.google.com>
FAMessage-ID: <G1DHxAY0GYNwDUbe_goLOw@notifications.google.com>
 BSubject: Security alert
,<Date: Wed, 03 Sep 2025 06:31:55 GMT
UEContent-Type: multipart/alternative; boundary="000000000000cf5ce8063ddfc231"
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <32-C3aAgTAMg12-5s3zCoqq28176.u22uzs.q20@gaia.bounces.google.com>
Return-path: <32-C3aAgTAMg12-5s3zCoqq28176.u22uzs.q20@gaia.bounces.google.com>
$% �A���`H�gj	
H=VY�!O	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1046 13 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 6177 79 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000cf5ce8063ddfc231") NIL NIL NIL��hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <94a5aefd032bc69bbef4b82aefa7fe49c239514c-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Tue, 02 Sep 2025 23:33:57 -0700
UFContent-Type: multipart/alternative; boundary="00000000000019b2dc063ddfca21"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=ETo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3VeG3aBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>
Return-path: <3VeG3aBcKAEQh0yotkyyvxulork-tuxkvr4muumrk.ius@scoutcamp.bounces.google.com>
$% �Ag�$m,pH�gj�	�	H�VYb]e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2470 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25949 734 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000019b2dc063ddfca21") NIL NIL NILW�hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <618bf5c063af261d7e2c62900c81e075c9aea07c-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Tue, 02 Sep 2025 23:35:39 -0700
UEContent-Type: multipart/alternative; boundary="000000000000225fcf063ddfd0d0"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3u-G3aBcKAKoLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
Return-path: <3u-G3aBcKAKoLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
$% �A�'L�NH�EGH~6H�VY�DhG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1662 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18280 645 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000225fcf063ddfd0d0") NIL NIL NIL��h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <e9099bea924b9a18e1d28d97fbd131c8912b0879-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Thu, 04 Sep 2025 06:34:34 -0700
UEContent-Type: multipart/alternative; boundary="0000000000002407a0063df9c884"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
=DTo: admin@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3apW5aBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Return-path: <3apW5aBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
$% �A���@CH�EG��-H�VY:G<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1470 45 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15431 561 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000002407a0063df9c884") NIL NIL NILs��h�OFrom: WordPress <wordpress@24hourwaterdamagerestorationlongisland.com>
lMessage-ID: <59YvdX3xqbjSVCn4NrrhsiQoEqSAEMH7FHy0nSqAUk@24hourwaterdamagerestorationlongisland.com>
vSubject: =?us-ascii?Q?[24_hour_Water_Damage_Restoration_Long_Island]_?=
 =?us-ascii?Q?New_User_Registration?=
.Date: Mon, 15 Sep 2025 05:41:53 +0000
0Content-Type: text/plain; charset=UTF-8
=To: admin@24hourwaterdamagerestorationlongisland.com
 !"#rReturn-Path: <fresvfqn@premium320.web-hosting.com>
Return-path: <fresvfqn@premium320.web-hosting.com>
$7Sender:  <fresvfqn@premium320.web-hosting.com>
% (H+E��G"text" "plain" ("charset" "UTF-8") NIL NIL "7bit" 168 6 NIL NIL NIL NIL$��h�OFrom: WordPress <wordpress@24hourwaterdamagerestorationlongisland.com>
lMessage-ID: <lyHX0tI8uWVkF9Fwox5FXjUlc8p9rkSd70x19M7YFg@24hourwaterdamagerestorationlongisland.com>
�Subject: =?us-ascii?Q?[24_hour_Water_Damage_Restoration_Long_Island]_?=
 =?us-ascii?Q?Your_site_has_updated_to_WordPress_6.8.3?=
.Date: Tue, 30 Sep 2025 23:23:56 +0000
0Content-Type: text/plain; charset=UTF-8
=To: admin@24hourwaterdamagerestorationlongisland.com
 !"#rReturn-Path: <fresvfqn@premium320.web-hosting.com>
Return-path: <fresvfqn@premium320.web-hosting.com>
$7Sender:  <fresvfqn@premium320.web-hosting.com>
% (H>Xdq
H"text" "plain" ("charset" "UTF-8") NIL NIL "7bit" 625 13 NIL NIL NIL NIL�f�h�OFrom: WordPress <wordpress@24hourwaterdamagerestorationlongisland.com>
lMessage-ID: <uEs8lHYP7AT6PP85NnEgzAJfex3xw7t2FNiZo5592w@24hourwaterdamagerestorationlongisland.com>
vSubject: =?us-ascii?Q?[24_hour_Water_Damage_Restoration_Long_Island]_?=
 =?us-ascii?Q?New_User_Registration?=
.Date: Mon, 13 Oct 2025 00:28:03 +0000
0Content-Type: text/plain; charset=UTF-8
=To: admin@24hourwaterdamagerestorationlongisland.com
 !"#rReturn-Path: <fresvfqn@premium320.web-hosting.com>
Return-path: <fresvfqn@premium320.web-hosting.com>
$7Sender:  <fresvfqn@premium320.web-hosting.com>
% (H+E��G"text" "plain" ("charset" "UTF-8") NIL NIL "7bit" 137 6 NIL NIL NIL NIL�G�hadmin/dovecot-uidvalidity.687a7b19000044400000000000151007557630012633 0ustar00admin/dovecot-quota000064000000000062151007557630010354 0ustar00priv/quota/messages
40
priv/quota/storage
1130922
admin/dovecot-uidvalidity000064000000000010151007557630011543 0ustar00687a7b19admin/new/1757914916.M228631P570604.premium320.web-hosting.com,S=1485,W=1517000064000000002715151007557630017512 0ustar00Return-Path: <fresvfqn@premium320.web-hosting.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id AGroBySnx2jstAgAVkXPrw
	(envelope-from <fresvfqn@premium320.web-hosting.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Mon, 15 Sep 2025 01:41:56 -0400
Return-path: <fresvfqn@premium320.web-hosting.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 15 Sep 2025 01:41:56 -0400
Received: from fresvfqn by premium320.web-hosting.com with local (Exim 4.98.2)
	(envelope-from <fresvfqn@premium320.web-hosting.com>)
	id 1uy1yL-00000002OdO-3VBP
	for admin@24hourwaterdamagerestorationlongisland.com;
	Mon, 15 Sep 2025 01:41:53 -0400
To: admin@24hourwaterdamagerestorationlongisland.com
Subject: =?us-ascii?Q?[24_hour_Water_Damage_Restoration_Long_Island]_?=
 =?us-ascii?Q?New_User_Registration?=
Date: Mon, 15 Sep 2025 05:41:53 +0000
From: WordPress <wordpress@24hourwaterdamagerestorationlongisland.com>
Message-ID: <59YvdX3xqbjSVCn4NrrhsiQoEqSAEMH7FHy0nSqAUk@24hourwaterdamagerestorationlongisland.com>
X-Mailer: PHPMailer 6.9.3 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Sender:  <fresvfqn@premium320.web-hosting.com>

New user registration on your site 24 hour Water Damage Restoration Long Island:

Username: 24hourwaterdamagerestorationlongisland

Email: priofrank10@gmail.com

admin/new/1759274636.M845996P3790525.premium320.web-hosting.com,S=1954,W=1993000064000000003642151007557630017637 0ustar00Return-Path: <fresvfqn@premium320.web-hosting.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id WIG9MYxm3Gi91jkAVkXPrw
	(envelope-from <fresvfqn@premium320.web-hosting.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Tue, 30 Sep 2025 19:23:56 -0400
Return-path: <fresvfqn@premium320.web-hosting.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 30 Sep 2025 19:23:56 -0400
Received: from fresvfqn by premium320.web-hosting.com with local (Exim 4.98.2)
	(envelope-from <fresvfqn@premium320.web-hosting.com>)
	id 1v3jhM-0000000FuOh-2me2
	for admin@24hourwaterdamagerestorationlongisland.com;
	Tue, 30 Sep 2025 19:23:56 -0400
To: admin@24hourwaterdamagerestorationlongisland.com
Subject: =?us-ascii?Q?[24_hour_Water_Damage_Restoration_Long_Island]_?=
 =?us-ascii?Q?Your_site_has_updated_to_WordPress_6.8.3?=
Date: Tue, 30 Sep 2025 23:23:56 +0000
From: WordPress <wordpress@24hourwaterdamagerestorationlongisland.com>
Message-ID: <lyHX0tI8uWVkF9Fwox5FXjUlc8p9rkSd70x19M7YFg@24hourwaterdamagerestorationlongisland.com>
X-Mailer: PHPMailer 6.9.3 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Sender:  <fresvfqn@premium320.web-hosting.com>

Howdy! Your site at https://24hourwaterdamagerestorationlongisland.com has been updated automatically to WordPress 6.8.3.

No further action is needed on your part. For more on version 6.8.3, see the About WordPress screen:
https://24hourwaterdamagerestorationlongisland.com/wp-admin/about.php

If you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.
https://wordpress.org/support/forums/

You also have some plugins or themes with updates available. Update them now:
https://24hourwaterdamagerestorationlongisland.com/wp-admin/

The WordPress Team

admin/new/1760315283.M470427P22184.premium320.web-hosting.com,S=1454,W=1486000064000000002656151007557630017416 0ustar00Return-Path: <fresvfqn@premium320.web-hosting.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id QP8JG5NH7GioVgAAVkXPrw
	(envelope-from <fresvfqn@premium320.web-hosting.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Sun, 12 Oct 2025 20:28:03 -0400
Return-path: <fresvfqn@premium320.web-hosting.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 12 Oct 2025 20:28:03 -0400
Received: from fresvfqn by premium320.web-hosting.com with local (Exim 4.98.2)
	(envelope-from <fresvfqn@premium320.web-hosting.com>)
	id 1v86Pz-00000000790-11oy
	for admin@24hourwaterdamagerestorationlongisland.com;
	Sun, 12 Oct 2025 20:28:03 -0400
To: admin@24hourwaterdamagerestorationlongisland.com
Subject: =?us-ascii?Q?[24_hour_Water_Damage_Restoration_Long_Island]_?=
 =?us-ascii?Q?New_User_Registration?=
Date: Mon, 13 Oct 2025 00:28:03 +0000
From: WordPress <wordpress@24hourwaterdamagerestorationlongisland.com>
Message-ID: <uEs8lHYP7AT6PP85NnEgzAJfex3xw7t2FNiZo5592w@24hourwaterdamagerestorationlongisland.com>
X-Mailer: PHPMailer 6.9.3 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Sender:  <fresvfqn@premium320.web-hosting.com>

New user registration on your site 24 hour Water Damage Restoration Long Island:

Username: wadminw

Email: wadminw@wordpress.com

admin/new/1756992883.M756686P2086462.premium320.web-hosting.com,S=21817,W=22503000064000000052471151007557630017773 0ustar00Return-Path: <3apW5aBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Delivered-To: admin@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id pxdDLHOVuWg+1h8AVkXPrw
	(envelope-from <3apW5aBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 09:34:43 -0400
Return-path: <3apW5aBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Envelope-to: admin@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 04 Sep 2025 09:34:43 -0400
Received: from [198.54.122.200] (port=45847 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3apW5aBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	id 1uuA6u-00000008kmJ-0ySm
	for admin@24hourwaterdamagerestorationlongisland.com;
	Thu, 04 Sep 2025 09:34:43 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=cCedviv4;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3apW5aBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com designates 209.85.166.199 as permitted sender) smtp.mailfrom=3apW5aBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com
Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cHgSV67dWz55qG
	for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 13:34:34 +0000 (UTC)
Received: by mail-il1-f199.google.com with SMTP id e9e14a558f8ab-3f34562d167so12657125ab.2
        for <admin@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 06:34:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756992874; x=1757597674; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=3LVlpxJQ9lOO8CX8QEx7tyuXYx2Guch1wisXjeeOo7I=;
        b=cCedviv4zC/KoBbzI5GK/hKwIOnpn4NBlHP2vQR9mpnQK8/Ev4akJLns0gDR3ewoPe
         /S0ClENHxhRf8u1+hoIcJWv61T1vgUQN3E67WcGVhJorLzxRf53jJ47YRD2r294iuRer
         wjbQ3x10Px+d1wM3MVDptNfFM0JkwEDLbwsH5hpy2yfIRH2sBJ2uTpUzgUNfzaFG/9Bd
         jSJdFtLIdvoElA+5H1oS71EwmKm5EeOoOXc2WxNT169uB4j8F87r4suTGpCBH19aZaUq
         A93AlS5MFqC6icYXg+lEQ/HTqFZpVCZepn0OUQcONo16Q1m4xsgGCHJ2KQBgkJmUDS7O
         jjwQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756992874; x=1757597674;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=3LVlpxJQ9lOO8CX8QEx7tyuXYx2Guch1wisXjeeOo7I=;
        b=VxL2H3sSHXdFaPD2r22kFdnJgQMNkqjA5ExitIJgg6pKHlWNE2w7ibzFeoqFstaBJ3
         zxkFZU2Mjc4Mzu+CbeO/OtG6LwFQOxyNVscTr6q0ryJXdbdl3Cvtp5KmCBD43+ZOys7D
         uV9GK+Y5Dbqmp3xkR4IIBEdY43UM2zogNHa7pyfAH7A1e+MX3qnW/Sy1a6GEm1cSIF3D
         QZUQlp1c6yIk+h7S2C3ZvKbqO61V1+TCoAKtfc7L9WDTQx6KvPd8f3EaZ6CJJslI5XTD
         HKKhMozEMzFYzZI0oc2qh2CrE9ycMkxkHWbp/rW/vBFlsr4qpJov0ClvTc5xObATTAB1
         Ac7Q==
X-Gm-Message-State: AOJu0Yy7m0QqvY63ssgCn4mXzu7vGhf3fCxtMIlACVDi5EiD8WGZOT63
	pCIIoLDHwAOw3EtHIGtc/4tyX4Ty1LTFG8BugRPIko9aMRKwTLqltUDkFrU3
X-Google-Smtp-Source: AGHT+IGrpA+LATItykOAOg6IkWxg4nGXlaj3uqEbnCRU3TvdKQOGgC8jdC0ul/X4wM8hzOsOfsrSbEM=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:470d:b0:3f6:5e1b:f1f3 with SMTP id
 e9e14a558f8ab-3f65e1bf224mr103854445ab.24.1756992874219; Thu, 04 Sep 2025
 06:34:34 -0700 (PDT)
Date: Thu, 04 Sep 2025 06:34:34 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: bd542a32d6ba0000
X-Notifications-Bounce-Info: AWoTSIFZsaOksmr_F5VRlKB0zwGRFlal05-55R5fPONHR2oyYdBfhvYbcyij1RF9GltGuikZ7o42YW8OSgO-iJVlsGfHsSNW0kYkBnzhC_tY8I2HWoxuMm6hYPEpehQ-p7JxnVPYUcYWUu2whIkSC7SYh2GfUqfue5Vqy7xyMwsbiSeJT2nCBPZVw4a8LnDMv88kFLiUvRzrh1dRah0wGxo_NS6Oo6L4nLWo6reSSEnniynwr9QcwCWxKAxxaep71HQe_U5eFD2v3vpcM2KXPs4QPKXsCtAT7x89WYi3Wxpo3WF-_SrJpd-f8b-FvY1qYyzgIXs4ReDPOnIjOAX9W3CctYlbhj82cbLO4S5oDVyjy_lActU-wfq5g4Qb7EzjWlA6oE8KdAcsBWabakHDeHhzE-VBLKyfWPX05IDzJVvvLCttnx4-M_er-UB2r_3gnp1pT-cU0wFpvWnHrQXilAxB2MlDxzf3lk-woq2lJUcMia5o59_dH-wfHPZpmt8XCLjFCexmXJsedsvgwmOymU0DnqEOflD_Jg1wljy_LDLEG07gPwJleTuYTqDhuUXxYYfBrGJ6qJANtLS-uLn_u1Pn9XIgH5K30hJG5T_4lj5xu-JCxUTSO4fquc9BagUrNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <e9099bea924b9a18e1d28d97fbd131c8912b0879-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: admin@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000002407a0063df9c884"

--0000000000002407a0063df9c884
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/9952805078184484744/profile?trk=https%3A%2F%2Fc.gle%2FANiao5p7xWOkzxyVQ9qwJxFen8kYTPW_5XVfejXDeqmJCXMAWeC3VGX8HLDbwTgkRkz4W75e_aFxzS_g0rF5sYktU9HhjTZMtlK_isf8Pjtr4XP6xFJ3hnfn4MSWAGY>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5qhcczhqzdR0i9B-PPl7SQyLGlxz7w9_AIEA2Lvin9gHfKWsteE7seK4J-euzb217lAPPrNadT0PD7LcF66WuW-gBKV6F_iB-NnhkIsFMhNmIEwKsladtq8eV_eJNDDreEKKXl4lWuecj5ekZS1pAP5PUqV7Mb9beRX_TrZ6Efuzi7Uz2Q>

You can see the status of your appeals  
here<https://c.gle/ANiao5qpe9aQ5IEr2sboWWDfcd0o7CBYkcBKoPo8MEzx3AEaUhomyEoocB-hKAWjFTmsnZ0efR0H_gvwPvW6Hp5zA7FRGnU0zHhfUlVYCTFcIyayAassB4bk_lIwhOrs66CJVZsNS1v8em9MZTp57P94slUb8RBD1f8X2G6sfEjCmgbDib54zN29whQzZi9kWz-7SBlUHjotK0nccO0ZQyNsyvxy6FiXYA7gN7_8fq9p>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5r4843ihb7rKBUFRePvxvCZWfyvhlw5HIohmM3AqyVl4G-ixkC2vMIswrUPb1ul3dCATTqkQYIQL5wWn_vshk-GyB11yMnL_nL66EaKc3-Hn_ivtGb9sai9jHZS48cExD8BLtg>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000002407a0063df9c884
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/9952805078184484744/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5r0d73fSKlMsStprAAyXna3S6z5akUVzzEGgp8X7zbfhtMYOH=
Rrzw2JFsaOtCXSXWeF7ZsJ8yd3oIt368wek9HEGyKeo0zhDvYprFCev03o8wFEfhIB-23iCmtdG=
g target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5qMpgfXmZ8rNeDMXP_VUcC-EkeSwfps8Tqmp5_y2Dl3Wje=
CLkU-1_TOUaBcOxPD0U2XmFoF_q1kSZc68fE9vxyVSj_QoW0Iu2NId5FySz9oKxCIP8laiUMeVv=
X5jxjg_NASztkm1sKe3bTKCcbNnPDfgMoJ_Y2fVXzIDpFj92uyfc6NUigjSA target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qg_wPR=
KrJHNtZIiY0Sz_YYRDB2UAixbbXmdLd9ZLGvAybgPcsgM1oQiv4bt6FbEA9VCXYSbFvqZlN5vxx=
_pOHIVZusJIMFkZmUn0aw9VztaRJqbJU9aluYGH9dRkfeHyE4p7k7QdNBekv9bmmlB30NEPu2wC=
qHEHH_b50ySnZvltT4ENfNo3dacNl0vi2jB34HOKU6pgutFCI09Hjprk-DAIQFhDXWrUd_z__lO=
nM target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5r-s4YRzowZsW3BOURbE61U3l57VivCr74fqDyktu_0UR=
NMjps2t7HFrjIIhpbH-X4Wi6xL76cU_LMgZqCejTnxze0AxeoYdMeKeM8n9FZ6RGCWU2v_Dai0Q=
YOYj-Frr6rfSpATXQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oBDjTf9owrMsav9echbzRiegKHCEocOkl-I1MShhUMy5UhCwvixmZ41jhoBjBoWU=
mCn9vqMGdfMBgwgWdsGBNhpIntApvTM5LKQEUQuvJ1_wMkPMo7MejFjTfRQeElCR63eA.gif></=
body>
</html>
--0000000000002407a0063df9c884--
admin/.Drafts/dovecot.index.log000064000000000240151007557630012412 0ustar00({zh{zh����x����@����$maildir����$��|h{zhn����|h{zhn����|hy�33���� {zhL����admin/.Drafts/dovecot-uidlist000064000000000063151007557630012202 0ustar003 V1752857366 N1 G89b9400c137b7a681d9b2d005645cfaf
admin/dovecot.index.log000064000000045510151007557630011122 0ustar00({zh{zh����x����@����$maildir����${zh{zh��{zh���|���� {zhL��������@����@����cache�����{zh����x��������@{zh��������� T$��yh����X����@$����$��|h{zh����|h��6&����� @�����x��������@{zh��������� T$�i|h����X����@$����$��|h��|hx�'&��|h{zh����|h��6&����� @�����h����@$����$��|h��|h���.��|h��|h���.��|h��6&����� 0���� @����@����@{zh����8�����L����@����modseq��������8����@{zh�����
����8����@{zh�������������X����@$����$��|h��|h���.��|h��|hi�K1��|h��6&����� @�����X����@$����$��|h��|h���.�|h��|hi�K1�|hj
���� @�����H��������@{zh���������X����@$����$u�}h�|h�{�u�}h��|hi�K1�|hj
���� @�����h����@$����$u�}hu�}h,�G-u�}hu�}h,�G-�|hj
���� 0���� @ ����X����@$����$��}hu�}h,�G-��}hu�}h,�G-�|hj
���� @�����X����@$����$��}hu�}h,�G-Oc~hu�}h,�G-Oc~h�o1U���� @�����x��������@{zh��������� T$@�}h����X����@$����$��}hu�}h,�G-�W�hu�}h,�G-�W�h.!$����� @�����x��������@{zh�������� T$���h����X����@$����$��}hu�}h,�G-VL�hu�}h,�G-VL�h��M	����� @�����x��������@{zh����4 ���� T$@��h����X����@$����$��hVL�h^z>	��hu�}h,�G-VL�h��M	����� @�	����h����@$����$��h��hę)��h��hę)VL�h��M	����� 0���� @
����X����@$����$��h��hę)��h��hę)VL�h��M	����� @p
����X����@$����$��h��hę).�h��hę).�h&T//���� @�
����x��������@{zh����h%���� T$���h����X����@$����$k�h.�h��.k�h��hę).�h&T//���� @�����h����@$����$k�hk�hIm%k�hk�hIm%.�h&T//���� 0���� @0����X����@$����$m�hk�hIm%m�hk�hIm%.�h&T//���� @���������X����@$����$m�hk�hIm%n�hn�h�k.�h&T//���� @
����X����@$����$m�hk�hIm%w�hn�h�kw�h!�V x���� @|
����H��������@{zh�����*����X����@$����$��hw�h�#8 ��hn�h�kw�h!�V x���� @,����h����@$����$��h��hw��.��h��hw��.w�h!�V x���� 0	���� @�����X����@$����$��h��hw��.��h��hw��.��hz7������ @����H����	����@{zh����	00����X����@$����$��h��hC����h��hw��.��hz7������ @�����h����@$����$��h��h��H.��h��h��H.��hz7������ 0
���� @4����X����@$����$!�h��h��H.!�h��h��H.��hz7������ @�����X����@$����$!�h��h��H.�a�h��h��H.�a�h�ف���� @����x����
����@{zh����
�5���� T$@G�h
����X����@$����$fډh�a�h��rfډh��h��H.�a�h�ف���� @�����h����@$����$fډhfډh'�Cfډhfډh'�C�a�h�ف���� 0���� @\����X����@$����$fډhfډh'�C�@�hfډh'�C�@�hȈ�T���� @�����x��������@{zh�����:���� T$���h
����X����@$����$�
�h�@�h�F��
�hfډh'�C�@�hȈ�T���� @�����h����@$����$�
�h�
�h����
�h�
�h����@�hȈ�T���� 0���� @����X����@$����$�h�
�h����h�
�h����@�hȈ�T���� @�����X����@$����$�h�
�h���D�h�
�h���D�hm��6����� @�����x��������@{zh�����?���� T$@�h
����X����@$����$E�hD�h7��6E�h�
�h���D�hm��6����� @�����h����@$����$E�hE�hj�
E�hE�hj�
D�hm��6����� 0
���� @D����X����@$����$G�hE�hj�
G�hE�hj�
D�hm��6����� @���������X����@$����$G�hE�hj�
H�hH�hS�[D�hm��6����� @(����X����@$����$G�hE�hj�
��hH�hS�[��h�W
����� @�����H����
����@{zh����
LE����X����@$����$��h��h��	��hH�hS�[��h�W
����� @@����h����@$����$��h��h�pu��h��h�pu��h�W
����� 0���� @�����X����@$����$
�h��h�pu
�h��h�pu��h�W
����� @ ����X����@$����$
�h��h�pu���h��h�pu���h5�+2���� @�����x��������@{zh�����J���� T$�;�h
����X����@$����$���h���hǖ�+���h��h�pu���h5�+2���� @h����h����@$����$���h���h��x���h���h��x���h5�+2���� 0���� @�����X����@$����$���h���h��xU5�h���h��xU5�h��o9|���� @H����x��������@{zh�����O���� T$@��h
����X����@$����$LݎhU5�hc\`9Lݎh���h��xU5�h��o9|���� @(����h����@$����$LݎhLݎh]�KLݎhLݎh]�KU5�h��o9|���� 0���� @�����X����@$����$�hLݎh]�K�hLݎh]�KU5�h��o9|���� @����X����@$����$�hLݎh]�K��hLݎh]�K��h�)����� @p����x��������@{zh����U���� T$�ގh
����X����@$����$��h��h�ۓ)��hLݎh]�K��h�)����� @P����h����@$����$��h��h%�4��h��h%�4��h�)����� 0���� @�����X����@$����$��h��h%�4��h��h%�4��h�)����� @0��������X����@$����$��h��h%�4��h��h��~��h�)����� @�����X����@$����$��h��h%�4
�h��h��~
�hW�!���� @ ����H��������@{zh����lZ����X����@$����$0�h
�h�d� 0�h��h��~
�hW�!���� @� ����h����@$����$0�h0�h'�0�h0�h'�
�hW�!���� 0���� @<!����X����@$����$��h0�h'���h0�h'�
�hW�!���� @�!����X����@$����$��h0�h'��Ȑh0�h'��Ȑh(3�Z���� @"����x��������@{zh�����_���� T$@0�h
����X����@$����$/{�h�Ȑh���/{�h0�h'��Ȑh(3�Z���� @�"����h����@$����$/{�h/{�h���/{�h/{�h����Ȑh(3�Z���� 0���� @d#����X����@$����$��h/{�h�����h/{�h����Ȑh(3�Z���� @�#����X����@$����$��h/{�h���s��h/{�h���s��hج� ����� @4$����x��������@{zh�����d���� T$���h
����X����@$����$��h/{�h���t��h/{�h���t��h�]*����� @%����H��������@{zh����Xj����X����@$����$t��ht��h��)t��h/{�h���t��h�]*����� @�%����h����@$����$t��ht��h��C4t��ht��h��C4t��h�]*����� 0���� @<&����X����@$����$v��ht��h��C4v��ht��h��C4t��h�]*����� @�&��������X����@$����$v��ht��h��C4v��hv��h�$x6t��h�]*����� @ '����X����@$����$v��ht��h��C4���hv��h�$x6���h��+8���� @�'����H��������@{zh�����o����X����@$����$��h���hʠ�+��hv��h�$x6���h��+8���� @8(����h����@$����$��h��hi�~��h��hi�~���h��+8���� 0���� @�(����X����@$����$A��h��hi�~A��h��hi�~���h��+8���� @)����X����@$����$A��h��hi�~�)�h��hi�~�)�h�܉*����� @�)����H��������@{zh����u����X����@$����$A��h��hi�~<��h��hi�~<��h�A	#����� @0*����H��������@{zh����Pz����X����@$����$'ђh<��h���"'ђh��hi�~<��h�A	#����� @�*����h����@$����$'ђh'ђh�W�7'ђh'ђh�W�7<��h�A	#����� 0���� @X+����X����@$����$�7�h'ђh�W�7�7�h'ђh�W�7<��h�A	#����� @�+����X����@$����$�7�h'ђh�W�72~�h'ђh�W�72~�h����� @(,����x��������@{zh����x���� T$�$�h����X����@$����$R~�h2~�h�k�R~�h'ђh�W�72~�h����� @-����h����@$����$R~�hR~�h�PR~�hR~�h�P2~�h����� 0���� @�-����X����@$����$�~�hR~�h�P�~�hR~�h�P2~�h����� @�-����X����@$����$�~�hR~�h�P�~�hR~�h�P�~�h�yK_���� @P.����H��������@{zh����������X����@$����$�~�h�~�h�7<�~�hR~�h�P�~�h�yK_���� @/����h����@$����$�~�h�~�h�X�'�~�h�~�h�X�'�~�h�yK_���� 0���� @x/����X����@$����$�~�h�~�h�X�'�~�h�~�h�X�'�~�h�yK_���� @�/��������X����@$����$�~�h�~�h�X�'�~�h�~�hE�%�~�h�yK_���� @\0����X����@$����$�~�h�~�h�X�'(�h�~�hE�%(�h������� @�0����H��������@{zh����d�����X����@$����$T�h(�h��T�h�~�hE�%(�h������� @t1����h����@$����$T�hT�hJ.T�hT�hJ.(�h������� 0���� @�1����X����@$����$��hT�hJ.��hT�hJ.(�h������� @T2����X����@$����$��hT�hJ.��hT�hJ.��h���:����� @�2����x��������@{zh���������� T$@v�h����X����@$����$��hT�hJ.S�hT�hJ.S�h�K�#=���� @�3����H��������@{zh���������X����@$����$%̖hS�h�	�#%̖hT�hJ.S�h�K�#=���� @L4����h����@$����$%̖h%̖hi'(%̖h%̖hi'(S�h�K�#=���� 0���� @�4����X����@$����$�šh%̖hi'(�šh%̖hi'(S�h�K�#=���� @,5����X����@$����$�šh%̖hi'(4�h%̖hi'(4�h'������ @�5����x��������@{zh��������� T$�߫h����X����@$����$'4�h4�h�Й'4�h%̖hi'(4�h'������ @t6����h����@$����$'4�h'4�h�
d'4�h'4�h�
d4�h'������ 0���� @�6����X����@$����$*4�h'4�h�
d*4�h'4�h�
d4�h'������ @T7����
����X����@$����$*4�h'4�h�
d.4�h.4�h�e04�h'������ @8����X����@$����$*4�h'4�h�
d�4�h.4�h�e0�4�h������� @�8����H��������@{zh����������X����@$����$�4�h�4�h����4�h.4�h�e0�4�h������� @09����h����@$����$�4�h�4�hձp�4�h�4�hձp�4�h������� 0���� @�9����X����@$����$�4�h�4�hձp�4�h�4�hձp�4�h������� @:��������X����@$����$�4�h�4�hձp�4�h�4�h^5:�4�h������� @�:����X����@$����$�4�h�4�hձp5�h�4�h^5:5�h��,	���� @�:����H��������@{zh���������X����@$����$5�h5�hP�5�h�4�h^5:5�h��,	���� @�;����h����@$����$5�h5�h�g�5�h5�h�g�5�h��,	���� 0 ���� @<����X����@$����$q5�h5�h�g�q5�h5�h�g�5�h��,	���� @�<����X����@$����$q5�h5�h�g��G�h5�h�g��G�h��2c	���� @�<����x���� ����@{zh���� `����� T$���h ����X����@$����$遶h�G�hXZ2遶h5�h�g��G�h��2c	���� @�=����h����@$����$遶h遶h�T�遶h遶h�T��G�h��2c	���� 0!���� @D>����X����@$����$�ѷh遶h�T��ѷh遶h�T��G�h��2c	���� @�>����X����@$����$�ѷh遶h�T���h遶h�T���h X��	���� @?����x����!����@{zh����!������ T$@��h!       ����X����@$����$��h��hx����h遶h�T���h X��	���� @�?����h����@$����$��h��h�u���h��h�u���h X��	���� 0"���� @l@����X����@$����$��h��h�u���h��h�u���h X��	���� @�@����  ����X����@$����$��h��h�u���h��h�u@��h X��	���� @PA����!!����X����@$����$��h��h�u���h��h�#�4��h X��	���� @�A����X����@$����$��h��h�u���h��h�#�4��hT�#�	���� @4B����H����"����@{zh����"�����X����@$����$�h��h��#�h��h�#�4��hT�#�	���� @�B����h����@$����$�h�h~J��h�h~J���hT�#�	���� 0#���� @\C����X����@$����$�h�h~J�W�h�h~J�W�hr
�<
���� @�C����H����#����@{zh����#������X����@$����$X�hW�h	2X�h�h~J�W�hr
�<
���� @tD����h����@$����$X�hX�hQ�
X�hX�hQ�
W�hr
�<
���� 0$���� @�D����X����@$����$Z�hX�hQ�
Z�hX�hQ�
W�hr
�<
���� @TE����##����X����@$����$Z�hX�hQ�
Z�hZ�h~��W�hr
�<
���� @�E����X����@$����$Z�hX�hQ�
��hZ�h~����h�s$�
���� @8F����H����$����@{zh����$�����X����@$����$��h��hn1��hZ�h~����h�s$�
���� @�F����h����@$����$��h��hR�S��h��hR�S��h�s$�
���� 0%���� @`G����X����@$����$!�h��hR�S!�h��hR�S��h�s$�
���� @�G����X����@$����$!�h��hR�Ss��h��hR�Ss��h��~-�
���� @0H����x����%����@{zh����%`����� T$��h%!      ����X����@$����$!�h��hR�S$��h��hR�S$��h�	���� @I����x����&����@{zh����&������ T$@��h&%%%%%%%����X����@$����$!�h��hR�S�f�h��hR�S�f�h��!3^���� @�I����x����'����@{zh����'X����� T$�U�h'&&&&&&&����X����@$����$!�h��hR�S�G�h��hR�S�G�h�[������ @�J����x����(����@{zh����(<����� T$�'�h('''''''admin/dovecot.mailbox.log000064000000000060151007557630011435 0ustar00{����	!��:"�G��hz{����J�b�B3���h|��admin/dovecot.list.index.log000064000000004660151007557630012075 0ustar00({zh{zh����<����@����list�������������@@����?INBOXSentJunkDraftsspamTrash���� {zhL������������@?������@{zh�-VEϯ��@{zh�-VEϯ��@{zh�-VEϯ��@{zh�-VEϯ��@{zh�-VEϯ��@{zh�-VEϯ���� T$��yh���� @L����<����@����subs����{zh����P����@?������@{zh�-VEϯ{zh���� @�����8����@������|h��������@?������@{zh�-VEϯ{zh����@����msgs��������@����hmodseq��������@����
index sync�������|h���� @0����D����@����1saved������������ @����������@?������@{zh�-VEϯ{zh����@��������@��������@�������|h���� @|���������@?������@{zh�-VEϯ{zh����@��������@��������@�������|h���� @t���������@?������@{zh�-VEϯ{zh����@��������@��������@�������|h���� @l����8����@?������������@�����KINBOXSentJunkDraftsspamTrashArchive��������@K����p�b4��|h8�	VEϯ���� T$�i|h���� @����������@�����p�b4��|h8�	VEϯ{zh����@��������@��������@�������|h���� @�	admin/.spam/dovecot.index.log000064000000000240151007557630012127 0ustar00({zh{zh����x����@����$maildir����$��|h{zh'^=��|h{zh'^=��|h-43���� {zhL����admin/.spam/maildirfolder000064000000000000151007557630011405 0ustar00admin/.spam/dovecot-uidlist000064000000000063151007557630011717 0ustar003 V1752857367 N1 G8ab9400c137b7a681d9b2d005645cfaf
admin/.Trash/dovecot.index.log000064000000000240151007557630012250 0ustar00({zh{zh����x����@����$maildir����$��|h{zh����|h{zh����|h��!)3���� {zhL����admin/.Trash/dovecot-uidlist000064000000000063151007557630012040 0ustar003 V1752857368 N1 G8bb9400c137b7a681d9b2d005645cfaf
admin/dovecot.index000064000000002020151007557630010327 0ustar00x�{zh{zh"!"l@l@����@��h!       $maildir��h��h�u���h��h�u���h X��	{zhcachemodseq*l@%8�%�%�%%4 
h%%�*	%00
%�5%�:�?
%LE%�J%�OU%lZ%�_%�dXj%�o%u%Pz%x ��%d�%��%�%�'��(� )`�!*��admin/dovecot-uidlist000064000000005644151007557630010713 0ustar003 V1752857363 N1 G86b9400c137b7a681d9b2d005645cfaf
1 :1752857365.M121628P2988390.premium320.web-hosting.com,S=90418,W=91907
2 :1752995214.M633821P641882.premium320.web-hosting.com,S=10239,W=10387
3 :1752995313.M330116P651159.premium320.web-hosting.com,S=31343,W=31937
4 :1753113423.M825787P2215794.premium320.web-hosting.com,S=53598,W=54755
5 :1753372625.M601997P3964026.premium320.web-hosting.com,S=37049,W=37747
6 :1753631830.M148956P785433.premium320.web-hosting.com,S=42956,W=43750
7 :1753682990.M769579P3147457.premium320.web-hosting.com,S=33174,W=34021
8 :1753683575.M536452P3179826.premium320.web-hosting.com,S=52508,W=54073
9 :1753683656.M327843P3179826.premium320.web-hosting.com,S=24829,W=25608
10 :1753768385.M137916P3103940.premium320.web-hosting.com,S=22507,W=23175
11 :1753891031.M107872P690865.premium320.web-hosting.com,S=35964,W=36616
12 :1753943108.M918171P3208042.premium320.web-hosting.com,S=33173,W=34020
13 :1753943209.M128093P3207950.premium320.web-hosting.com,S=24822,W=25601
14 :1754041759.M729026P3940056.premium320.web-hosting.com,S=22416,W=23083
15 :1754150229.M953829P1035788.premium320.web-hosting.com,S=33906,W=34527
16 :1754194392.M694272P3573457.premium320.web-hosting.com,S=33165,W=34012
17 :1754194445.M550476P3573457.premium320.web-hosting.com,S=24807,W=25586
18 :1754319012.M426030P1402081.premium320.web-hosting.com,S=21811,W=22497
19 :1754370675.M540630P4006329.premium320.web-hosting.com,S=33168,W=34015
20 :1754370676.M699981P4006329.premium320.web-hosting.com,S=33162,W=34009
21 :1754370808.M728104P4015941.premium320.web-hosting.com,S=24813,W=25592
22 :1754409432.M706782P1883429.premium320.web-hosting.com,S=30590,W=31136
23 :1754445116.M581720P3613124.premium320.web-hosting.com,S=21808,W=22494
24 :1754562098.M498896P1220963.premium320.web-hosting.com,S=12163,W=12336
25 :1754562264.M35548P1228549.premium320.web-hosting.com,S=33168,W=34015
26 :1754562344.M341006P1228549.premium320.web-hosting.com,S=24811,W=25590
27 :1754668444.M980288P2141040.premium320.web-hosting.com,S=21815,W=22501
28 :1754668627.M598145P2141040.premium320.web-hosting.com,S=45631,W=46545
29 :1756115997.M309302P3752922.premium320.web-hosting.com,S=8898,W=9029
30 :1756116172.M260817P3752922.premium320.web-hosting.com,S=33171,W=34018
31 :1756116228.M283532P3752922.premium320.web-hosting.com,S=24815,W=25594
32 :1756317639.M830030P1917912.premium320.web-hosting.com,S=21599,W=22283
33 :1756881106.M459903P257508.premium320.web-hosting.com,S=8896,W=9027
34 :1756881118.M597214P257508.premium320.web-hosting.com,S=12167,W=12340
35 :1756881239.M179543P257508.premium320.web-hosting.com,S=33163,W=34010
36 :1756881340.M398587P257508.premium320.web-hosting.com,S=24808,W=25587
37 :1756992883.M756686P2086462.premium320.web-hosting.com,S=21817,W=22503
38 :1757914916.M228631P570604.premium320.web-hosting.com,S=1485,W=1517
39 :1759274636.M845996P3790525.premium320.web-hosting.com,S=1954,W=1993
40 :1760315283.M470427P22184.premium320.web-hosting.com,S=1454,W=1486
admin/maildirsize000060000000000515151007557630010075 0ustar00262144000S,0C
0 0
91907 1
10387 1
31937 1
54755 1
37747 1
43750 1
34021 1
54073 1
25608 1
23175 1
36616 1
34020 1
25601 1
23083 1
34527 1
34012 1
25586 1
22497 1
34015 1
34009 1
25592 1
31136 1
22494 1
12336 1
34015 1
25590 1
22501 1
46545 1
9029 1
34018 1
25594 1
22283 1
9027 1
12340 1
34010 1
25587 1
22503 1
1517 1
1993 1
1486 1
admin/.Archive/dovecot.index.cache000064000000001264151007557630013041 0ustar00��|h��|h������{zh��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYadmin/.Archive/dovecot.index.log000064000000000340151007557630012551 0ustar00(��|h��|h����@����@����cache�������|h����x����@����$maildir����$��|h��|h��F4��|h��|h��F4��|h��43���� {zhL����admin/.Archive/maildirfolder000064000000000000151007557630012026 0ustar00admin/.Archive/dovecot-uidlist000064000000000063151007557630012340 0ustar003 V1752857369 N1 G70a3623495957c6838e009005645cfaf
team/subscriptions000064000000000022151007557630010323 0ustar00V	2

spam
Archive
team/cur/1754301692.M290286P529826.premium320.web-hosting.com,S=33160,W=34007:2,S000064000000100610151007557630020052 0ustar00Return-Path: <384SQaBcKAIop86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Delivered-To: team@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KAyJEPyEkGiiFQgAVkXPrw
	(envelope-from <384SQaBcKAIop86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>)
	for <team@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 06:01:32 -0400
Return-path: <384SQaBcKAIop86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Envelope-to: team@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 06:01:32 -0400
Received: from [198.54.122.200] (port=32640 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <384SQaBcKAIop86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>)
	id 1uis0a-00000002IvC-1AGx
	for team@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 06:01:32 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=xpOqVb5r;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 384SQaBcKAIop86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=384SQaBcKAIop86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwXBr6BdTz18L4
	for <team@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 10:01:24 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-88161a04956so179854839f.0
        for <team@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 03:01:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754301683; x=1754906483; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=r98DA59UCgIl3H+scj6AJL5j97HzJ1jrkz2qHFcARXA=;
        b=xpOqVb5rJqPRWAQ8KlgeuB7IxyQA+JP+nz88+EjITmq6XZZLB0ksnq4T3MKv7oTCko
         /hxQRuoK6e68mQ3TXLPri72kJy4bJIpkkdeCWy3+rtG2ZMU1OgTtxs9t01ZH/TwR0/L+
         4QX6c+S/lDM0QIBTOZy8+XOGl3UjcHRYnN3Rber3FNZ8IOinEHtqnSELHeo5p/GMD82j
         rL3bp1akbG+PtFw6CB8+auA/W2qm8dGhgGLotZtgP0OT/U/M+iwBFEAAjergZAsw/PNN
         xh4+XhM1SNkI9q6W4HyFIOUj0raJqM8Sz6ps44HSQJnZPnFk+nwQGuleXm5U3dV7jeCw
         PtyQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754301683; x=1754906483;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=r98DA59UCgIl3H+scj6AJL5j97HzJ1jrkz2qHFcARXA=;
        b=ni2tzx/7aaGy4ri+SnpQagJiu09FTRQOpchE9TaxhG3BmJ877zuG+duU00Gh4VTIaE
         4bTNUN2mAPCoYlRyDREx2zVK+zsClYwr9RtGpW5EcV7QXFVw4bKglBIa/4ODCu0qyUTP
         zJctKecO8gjZQyqjCj5KMWXvav0gU56Vbpk30JjmUk0utB9v2L+WHd+rrhHM/jG//v4I
         4UOW+MZXcpGp13yNPALk3awOrnIK9WX4SNTp4dEvBW8hzCNymP4YzZBoHV0FZYzm59jz
         vHG2YYW3uC+90JLs/AhB7OUmKxTE85EmWfd7OZmQo2AkaVr5+qsjlRPP0UCRSssRHPCH
         1L+A==
X-Gm-Message-State: AOJu0YxzP10IrlbwgN8KyhpU1KilNOX3/bcaNJeXehxEoNimgwBTgEjO
	/pOmrzhgmRTlD9EYwlMIYjpc3sob1gZP33mXnPg+Qi9n+nRRXiY=
X-Google-Smtp-Source: AGHT+IHxpPJdT2tqqPO1nJHFOs1bym1XgK7CPGrV2Mk6lk7OWbCsNVWHITvx5frghN6skK+QFg8grhA=
MIME-Version: 1.0
X-Received: by 2002:a6b:4407:0:b0:87c:1542:8abc with SMTP id
 ca18e2360f4ac-88168327309mr1327116539f.4.1754301683852; Mon, 04 Aug 2025
 03:01:23 -0700 (PDT)
Date: Mon, 04 Aug 2025 03:01:23 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: b994f08183da0000
X-Notifications-Bounce-Info: AWoTSIFett6arYKo_Es8iAOG9uOXs5jO7eoJ0cH3WTVqBGMtsYAcwn1BDsFckCKOPqhdkhBHeg1JdF0QemEdVb3DCi8vUNDM-G-EqxFcW0didYtuTHBtuVdMC8tp6P_lyPw65qphAgTaSyDv9OQwOqblSNmkCy_d-OOrCvpnlf0Cq4TFJszVEokPo72rmPaFKa8FtPqHBYqTHvL4uSJ5PwJ56PJToz1mIvU-vZg4cdORHXNctaNXgkWysJPuySpgYmPOlXZllo00Mq8llbmrrXOkDz2YZgu75bZIydyHmuSbvId4RxMb4IXkWnAVPZVe0tMFaxdU2m57m_ca6kH2CQPrmwA-AGSJqC7eKTd50Oe0BgCB8Rr1rjOiUnJ8o86J2kKUCzFWDKrsg0H5AFsOnD9XmntcP_PKsriycqzsPH_k5uNeuQbIlyYvqvrGMfJrXIY4zLG3Q5BrxUdZQkCh89N_yWqdf6RqeTAUHZI7vhV5SkSP0D5wF_22eWnfFMn58Uxo9NUVBbG7jbW6ae9F_NWjNqpOtwdlkwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <4a512b0d578a895d0a99f24b514b1095cb2b9bf9-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island Houston on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: team@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000b1e556063b87302f"

--000000000000b1e556063b87302f
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQozODc2Nw0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzk2MDg4NDEwODA1
NTk5OTA1NTEvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTM4NzY3JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cFNod1BySlFtZGdyMUJ5R1VfWVVoUF9CWExvbFVsWFJMRWJJa3I2VVgx
NE5zdDUzTldEWS1IRFlxdUFHLWFYSS1xdDJERVgyWGg1Q29iRHZ6NEtvMHBTclMtdFJRc3EyUnE1
MTR5RENkRVVpazRJclFNalUzOGloZTVLYzA+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwMFoyX3BtWDk0
VDFLczBWcVkzbEE0X1lQWk95V2FKWlZiQjgyY0hxREt6dDBtdTZJMHk3TUhJaEl5LWlLQmwxTWM3
eGZLNUtkaDdWRll3cnNvamluNWZzOWhsNmJGUDlteGxJblo2c0REYW8tTUZReGpUYnBiNjJJWWZi
ck56V3puRVZMc1pTRjhHNTZXNi1faDdOam1tWW8+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgdGVhbUAy
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5b3Vy
IHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1hbmFn
aW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBzLiBZ
b3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0KYXR0
cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxodHRw
czovL2J1c2luZXNzLmdvb2dsZS5jb20vbi85NjA4ODQxMDgwNTU5OTkwNTUxL3Byb2ZpbGUvdmVy
aWZ5P2hsPWVuJnBpbj0zODc2NyZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNW9GY3dk
d0xFbUxoY2RuNnJhcUhpRG1UR0VWZExkVjNJa1JORzI1X21LMlpDV1kwY1ZoT2t3SlR0SUFzRVI0
M3UzRHNBMG01a0hPZlpOZlFRdG5NRk42bThZYVdDR1oyXzdBWktzQTluQjRPU0tjbXp2d2dIbklx
NFZ5VnExM3M3ST4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5p
YW81b0ZpelJ2UlVJd0dlTnluZ0RUYnU4LTIxUGQzTkZfVDU2UUNYSWpqTnhvQU11bnlmU3VhLXZR
Y3lrZmF6NlJBQ2hrM2YwcmQ1N2UzVElEbFI3cE1ldTE5Ym1LLXV0VEY5U1FiMlJnbVpqSkZ2SDl5
UTRFZ0Y4WFl2dU50aU1La1JodXlFOFBtVTU4Vm5NMG1LbDFQUGh4Si1pNlVPSVVlNXB0TkExUEpI
ST4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBoaXRo
ZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNvbSAg
DQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxZmRQajVEejlXUFZiQ0k5X0xzcEE2MW05SUU2Z2tlRXJW
TjlNcE9Sak1OdGxSR3BrYldNcXhKM3ZTQXZTNHpPRy1jUUZkLXNYR29tLTNuS2hJTHBxLVRqSHMw
TERkMXdFNnlxblBsOWNxRkE5VHpWS1FVZGFNN2J6MDQ3Z3NuQkNRMzFVPg0KDQpZb3UgaGF2ZSBy
ZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5nZXMg
cmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000b1e556063b87302f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/96088410805599905=
51/profile/verify?hl=3Den&amp;pin=3D38767&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5qBHCQm94qzrIePYMJL6572NbldSyFJzwbcermqX6sT0XeAff9UoKSFUDvn-A6naepwXtQx=
k6T-Qc-E5oNapc5tg5gzAgHGIYvVwvdh_1Rlkj8w65ebxOk>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">38767</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9608841080559990551/profile/verify?=
hl=3Den&amp;pin=3D38767&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qtYMSqI5RRi6v=
OvaYV8Z3rLxrO0H4iivGQkgluyQYmtVUi6IGBKCwoXRL35sjpQRpyO2jhZDPccYUsjIycM2q0VB=
PagU0VPq1hQqAbueHRrHD-jnWD1811zKx5EFCKUg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9608841080559990551/profile/verify?=
hl=3Den&amp;pin=3D38767&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qtYMSqI5RRi6v=
OvaYV8Z3rLxrO0H4iivGQkgluyQYmtVUi6IGBKCwoXRL35sjpQRpyO2jhZDPccYUsjIycM2q0VB=
PagU0VPq1hQqAbueHRrHD-jnWD1811zKx5EFCKUg target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9608841080559990551/profile/verify?=
hl=3Den&amp;pin=3D38767&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qtYMSqI5RRi6v=
OvaYV8Z3rLxrO0H4iivGQkgluyQYmtVUi6IGBKCwoXRL35sjpQRpyO2jhZDPccYUsjIycM2q0VB=
PagU0VPq1hQqAbueHRrHD-jnWD1811zKx5EFCKUg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5rBG-kHLGIsIQWZv2=
y_b-km51lgDH7TKErMrKwHmpFD1pmsqlwP25uvDuTWw20GSp_dDxF3l6JEXI0Ub86T4mMAjt0AO=
Emh0Kijm1lFxNX-fZ9AsrJeuTyTtWBOMlZ2H1gZr7ca7KNjgc_dIjJ6EpJdq9jSBw style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">team@24hourwaterda=
magerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9608841080559990551/profile/verify?=
hl=3Den&amp;pin=3D38767&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p1xtsOReTy4DS=
aAa_uIAJ9VyRCR_CpHEte5T2dXJjPvlckXJr3hIZWtMUjsa05V4KHP0mqcFy-rktj_RAhKxtyox=
qLVjxfQO3bajQV3OHLYNuwNLgjM0-z4tdHf_szKAvOLA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9608841080559990551/profile/verify?=
hl=3Den&amp;pin=3D38767&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p1xtsOReTy4DS=
aAa_uIAJ9VyRCR_CpHEte5T2dXJjPvlckXJr3hIZWtMUjsa05V4KHP0mqcFy-rktj_RAhKxtyox=
qLVjxfQO3bajQV3OHLYNuwNLgjM0-z4tdHf_szKAvOLA target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9608841080559990551/profile/verify?=
hl=3Den&amp;pin=3D38767&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p1xtsOReTy4DS=
aAa_uIAJ9VyRCR_CpHEte5T2dXJjPvlckXJr3hIZWtMUjsa05V4KHP0mqcFy-rktj_RAhKxtyox=
qLVjxfQO3bajQV3OHLYNuwNLgjM0-z4tdHf_szKAvOLA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5qSR5uVa--iV3C5210aubNg3TPhSWRl4a8OjV0tVF5XKbhpyMICsiC088Agx9UkguRODjQ=
8QIFGEy8lxrcw6KtA0G4VFwqdWEWvXrX4Izrhma0_I5BeZo7AYuZqDZkkyRxO-zPBdsWbzqM4jQ=
BDTyiS63VW-LSefGNJ0yOhwWer6Q style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5ogprR7g-xLqitD4Kf2i6-TMYU1BgC9HfzEdjnTeVkeWXapFBGRBcyPlx0DTKy1J9pyOjOv-ws=
x9hP7e2_ZtGIMl-u3CNRPX9qfQv_N0Q6pQjkfXYiTyfzrwfnzWI2d2ZXGkrAnJA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rMLJdTsnZZpTBHbFJjN0LpqUeTRm0EQwcn2l5zQp3bieZUC-t0Gw-0GE7lDFkMaE=
_B041hKyo5Z71Ht2KUAHtYCECPOy0yEQ0cBOLS4r8Ql9DoyrbvXCckFlKEXsIpVVbqMQ.gif></=
body>
</html>
--000000000000b1e556063b87302f--
team/cur/1754134365.M13810P213873.premium320.web-hosting.com,S=31327,W=31921:2,000064000000075137151007557630017646 0ustar00Return-Path: <3W_eNaBcKAMwy66y3wE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
Delivered-To: team@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id UO5hAF33jWhxQwMAVkXPrw
	(envelope-from <3W_eNaBcKAMwy66y3wE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>)
	for <team@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 07:32:45 -0400
Return-path: <3W_eNaBcKAMwy66y3wE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
Envelope-to: team@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 07:32:45 -0400
Received: from [198.54.122.200] (port=36527 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3W_eNaBcKAMwy66y3wE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>)
	id 1uiATk-00000000ub6-3X6M
	for team@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 07:32:44 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=jNGU1pv7;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3W_eNaBcKAMwy66y3wE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=3W_eNaBcKAMwy66y3wE692A7suw-569w73Gy66y3w.u64@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvLK823mmzC22R
	for <team@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 11:32:44 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-88161a04956so83632539f.0
        for <team@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 04:32:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754134363; x=1754739163; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=zrn8/lnAmUMKaAzqFHNSlQtauRBMwtqjeUO9gc7onqg=;
        b=jNGU1pv7XfHs03AqgGkPKOyMKGftt7kYUQZACLLD9SSGknaukphyo5FRq8vGmWJPRp
         axxsw9MKxWTPF5QHF78+EUiHEku7nfvqCb3Y7XnxK7b79hNtPp83h74IMTDmZz8EsQ/t
         77Mbpldw4lT2t3Wzcinrt0/b6L2BT//Ue7gAVd16rGi+3e//eW3Bw504U52ABA0n8NFq
         M+jwi0ftpdiutp3hXrC4seMXZxXkPGtNYeaySFdWbx+Ut3ATmJgGftaAFKSid7F+HmGZ
         y1VNeEBTadDJFiaAl9W4BKnhsbImp9HtyMJCk3txvfWztYgJH2W+h8YV47bAY5vmylS9
         sJGA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754134363; x=1754739163;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=zrn8/lnAmUMKaAzqFHNSlQtauRBMwtqjeUO9gc7onqg=;
        b=b7My20Oi+Pm1WaDcpu9BmMoD1EP5UOcf9GAP5adV+2RRAMl1DQaNxM7cHDCIfxtuO/
         CKpOUEOrJH6/3iHRG0a2yDaYqsWBxCAIkIZY/pNMS+mqOBeoKAXI4njVeKJxYH8TpBsP
         VqxJKhhsEHWPLdPjuezugZ+fdjAIooc0P5nyAATuIiLOCBNmRzkBK8K1+S7hs+GcpTmJ
         E/T/OXobwzRvcbb6+5aIsjjwfioK4ZpuzbVsuLN8fbMS7N7xff+zLFfNlOjjf73EO18p
         1Ws10ysBUh3ma+S1k0rKvYQ6HKTvX4qv1hfN99jS1iRa4fTHD6qlNLpZ5Gk4WkaMo6K2
         wZTA==
X-Gm-Message-State: AOJu0YzRw7uZNQzNrdFXl5LuCoDoheyME8mQ/OIwf73aOs59LP8GDXX2
	YnEOxXhAXzYjTbPGkiSAsKIU0oiN3pLveFX6aGsx8F6LDwRsZ60=
X-Google-Smtp-Source: AGHT+IFYq2NxQrQPcaX7ktYyAFNnPxpF9HLzKxdWacxMc70WuuKlRqX5LcGDH3WEydgyq+IC/hWko4Q=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:15c7:b0:86c:cf7e:d85d with SMTP id
 ca18e2360f4ac-881683cef6cmr577962039f.12.1754134363782; Sat, 02 Aug 2025
 04:32:43 -0700 (PDT)
Date: Sat, 02 Aug 2025 04:32:43 -0700
Reply-To: Google Workspace <googleworkspace-noreply@google.com>
X-Google-Id: 4118893
Feedback-ID: P2542-0:C20184961:M110499870-en:gamma
X-Notifications: e77f41b645da0000
X-Notifications-Bounce-Info: AWoTSIFeQKa1YrHbM7tcbzyH-Vu8pQpvdL6ctXtUht291Hbiy5wC00kRLT3ByJothxvBffj79-F1mgdJb0drVWFUimD351eMROp92iscipzW4JuTzUGWvBrphskfXB3tLaoMQ97U1rM_yKlHGVWydnIKIFx6BfirkDf_E5gPIUuWknf_bP3OX7YDLkHN_OCBLV8F6Gi_bd5O3ymMP2iPxdzZCqemN4WYTow6d7RXNOODnVrYW7anzC0DyK_UnSVj7yORfUZPysZ1DyqCJACIgqhC3t0H4GIKlU6p5dQbsiVaMDoR0kKGJRNkpIt-DvD4SAI8uDGu9Q7EeCPd2O9xvW2hORx56GyuEUlMwzkj7Hc2AH4QSl74kGwCnt5Qfu3qZwXZR9YB_AGN6nFfzjQY1Q0MioUVitZnbUCZvaQzQAMGeVf3Mk_5ZHFh1pFDRfnXMVj8QpfnM5odgsj1ykVHqAgbSysGIo3HGMO_qiNzjYSQ0OOZNLXDQCEiIRuhoYqwSjV71YuWrKjtpCUMHIPFsosiqxJlxPPaybMznwFM3HA6505K0kEudOReemeJ9mvjBOjIM8-Wb1drHXaU_Zo1ujasR7vAOANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <2760371eea6a1a84fcb91518584d099df2dae0a9-20184961-111051900@google.com>
Subject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
From: Google Workspace <googleworkspace-noreply@google.com>
To: team@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000a44169063b603b0a"

--000000000000a44169063b603b0a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoyNCBob3VyIFdhdGVyIERhbWFnZSBSZXN0b3JhdGlvbiwgd2VsY29tZSB0byBHb29nbGUgV29y
a3NwYWNlIEVzc2VudGlhbHMgIA0KU3RhcnRlciENCg0KWW91ciBzcGFjZSBmb3Igd29yaw0KDQoN
CllvdXIgbmV3IGFjY291bnQgaW5jbHVkZXMgYnVzaW5lc3MtZ3JhZGUgdmVyc2lvbnMgb2YgR29v
Z2xlJ3MgY29sbGFib3JhdGlvbiAgDQphbmQgY29tbXVuaWNhdGlvbiB0b29scyDigJMgYWxsIGF0
IG5vIGNvc3QgdG8geW91Lg0KDQoNCg0KDQoNCkNyZWF0ZSwgc3RvcmUsIGFuZCBjb2xsYWJvcmF0
ZSBvbiBjb250ZW50DQoNClVzZSBHb29nbGUgRHJpdmUsIERvY3MsIFNoZWV0cywgYW5kIFNsaWRl
cyB0byBidWlsZCBjb250ZW50IGFuZCB3b3JrICANCnRvZ2V0aGVyIGluIHJlYWwtdGltZSBvbiBh
bnkgZmlsZSwgaW5jbHVkaW5nIE1pY3Jvc29mdCBPZmZpY2UgZmlsZXMuDQoNClNoYXJlIGFuZCBj
b2xsYWJvcmF0ZSBvbiBmaWxlcyAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyNWY0azRBNlZiS2NU
SmUtSUdGWFBOdThDWG5nWFBNaUR3bnhxNEJaTm1MUjlSeS04TEZOeTdEbGFoc3BSNU9BMkJWSzZ5
X2szbjY2QnJsemo3aFlPTzJpc3FSd0NDclZreVJEcUR5T1NVczFSQzBKbzQ5RzV2TFRYSkRaZzJw
ZUFPdEZZLWhZbzJxZEx3Yzlpb1RDU1ZiazRKcHFXd2xvLWVuOXdtSzNtaVU3MzBjbFBHNXZndnd0
bnZaUTMyQi1jSm1ySFN0SzNWT0FKaVRBZHF0M3pJVmtlQVBubGVoV3Nfdmc+DQoNCg0KDQoNCg0K
U3RheSBjb25uZWN0ZWQgd2l0aCB2aWRlbyBtZWV0aW5ncyAmIGNoYXQNCg0KQ29ubmVjdCB3aXRo
IHlvdXIgdGVhbSBmcm9tIHlvdXIgY29tcHV0ZXIgb3Igb3VyIG1vYmlsZSBhcHBzIHRoYXQgaW5j
bHVkZSAgDQpHb29nbGUgTWVldCBhbmQgQ2hhdC4NCg0KSG9zdCBhIHZpZGVvIG1lZXRpbmcgIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81cXAxdTBNd3hOQzZuSVlFQU42NGhPTDlXRzhhN1laVTFma3FU
T2l2ampENmM0Z2ZCT2dOWWJHMENHUHUweHhSV1RUNHdpLWNtTlBGRElDUlJCRHh1WXBaZml4WmVq
RU1SMEtkMUl6cEJ1Mk4td0NoMDg4cWJveHJXSkZ5WkdxPg0KDQoNCg0KSW52aXRlIG90aGVycyB0
byBqb2luIHlvdXIgdGVhbQ0KDQpZb3UgYW5kIHlvdXIgdGVhbSBtZW1iZXJzIGNhbiBlYXNpbHkg
aW52aXRlIG90aGVycyB0byBqb2luIHlvdXIgdGVhbSBhbmQgIA0KY29sbGFib3JhdGUgdG9nZXRo
ZXIuDQoNCk1hbmFnZSB0ZWFtIG1lbWJlciAgDQppbnZpdGVzPGh0dHBzOi8vYy5nbGUvQU5pYW81
cVRKUjlMb25hcERUZGUwWU1VSlJlLWRTZXZxWm5kNmxtVWVmZlI2MVNTSDZOMlIyTHJ3Uk5JRERS
cXNCc01VdGl5ZzFPa2lCVU5pZ3Z4dUhobmZPR3ozTjBpSjZNVGRuOEwyZU1PcGkzckFYRkR0cVRv
bHVsLU1LX0EyTlk2QzVZaUJtcGF3LXc1MkVpZ3FBR2ktUUhXa1pYbjZFNGRGN1RtdEFKMGVLbUF4
ZlBqYXA5eElxUU40ZlYzNWc+DQoNCg0KDQoNCllvdXR1YmUgIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81cGVBclBMU2FQaXl6Y2k4cmNsMU5ZMFI3dTRpeTMtbDhCNGp0SDdITXpVZXBrbTl6TEFocjVW
UU1Qd0NDR3p4cFlqanBBUkZZR0F4U1VIQ0pIdjJOcW5pUE1VWlFBdE9sN3hqN05fem1DcUg5X3pB
em5DWDAtbEszQlRxbm1qWG5QbHg3QXZlbTNORzkwaj4NClR3aXR0ZXIgIA0KPGh0dHBzOi8vYy5n
bGUvQU5pYW81cl9ObnhhYTFMTWVfTlNTdkRiam9iaGloT29HVFNiNktzWUw3eHhkZjMxbEJsakRw
cVowWkdXS2pmaHl3WVpsUVZYRm9UaFIxZkdYMzJ1czNfQWlMTWR3RlA1Q2ZCR3QxSTFYUV9nWEV3
c1J1M1Q1cnZreTRlTGpFSzJaalc5MUFkbWo3bUFFYzg+DQpMaW5rZWRpbiAgDQo8aHR0cHM6Ly9j
LmdsZS9BTmlhbzVvRzdTZzhnY01ndHUtVWMwREd6SU1DQVhTWVNYSEJzTUhLNnNMNmhhTFFtYmwt
UDZDWElWSkdiZEQxLUg1WVA3N0tPS3I5bEloRGxVYnVPZVU3RTlVZVloSkFNMkxmN1FOSEQ2LTNL
UG5IU0FXNlJfSWczemxfaGxIVFhTRXYxcHo5bHhJZVJNeWR0MEdKZVBTalBJT0hSTFN3QTJ3dj4N
CkZhY2Vib29rICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJHUTlZRl9QVDV5YkctcVBhQldjZ1RN
Vk9QQk5pVk1KNGFNVWtidFBQaUxqMWZZUGhIaDFQRXNjakhiT3NDNExwd2FXOWlBdDNmY1pCYW53
Zk4xZ05lbFRSTUpGYTlYdFhKUDN3a3hzTVNvWXUwcFV0OXI2Zy1TS2JDaVhMalZ6bDJYTFlDQ1Zx
c2JNdDZTTlk+DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cG9HalQ0OUtSOTJD
NjFpQlNCR09SdlhBYWNERVJIZThWeFVGUjg1cW1rZXlFcXVLZktaOThQel9HTWMwOWhXYUJHejlF
SHppYkQyTEZHVWtLMjBJS3JBcDQ4Q1BnZGRZbVNOY1pieC1LZlU5SjlwbHN0NmlkbEVvQ2twcmpj
WTFVNDFXVXFJdjZLRzVoMnhIdl9Dbms+DQpHb29nbGUgTExDIDE2MDAgQW1waGl0aGVhdHJlIFBh
cmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQpZb3UgaGF2ZSByZWNlaXZlZCB0aGlzIGVt
YWlsIGJlY2F1c2UgaXQgY29tbXVuaWNhdGVzIGltcG9ydGFudCB1cGRhdGVzICANCnJlbGF0ZWQg
dG8geW91ciBHb29nbGUgV29ya3NwYWNlIHByb2R1Y3Qgb3IgYWNjb3VudC4NCg0K
--000000000000a44169063b603b0a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Essentials Welcome Email</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;" cl=
ass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Get st=
arted with Google Workspace Essentials&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
   =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 wid=
th=3D480 align=3Dcenter style=3Dwidth:480px;>
    <tr>
      <td style=3Dfont-size:0px;height:10px;>&nbsp;</td>
    </tr>
    <tr>
      <td align=3Dcenter valign=3Dtop width=3D480 style=3D"width:480px;bord=
er:1px solid #DADCE0;mso-border-alt:1px solid #DADCE0; border-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dwidth:480px;>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:25px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
000000; padding-top:15px; padding-left:32px; padding-right:32px;">24 hour W=
ater Damage Restoration, welcome to Google Workspace Essentials Starter!</t=
d>
  </tr>
  <tr>
  </table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
                        <!--[if gte mso 9]>
<td class=3D"desk_show"  align=3D"center" width=3D"480" style=3D"text-align=
:center;vertical-align:top;width:480px;">
              <v:rect xmlns:v=3D"urn:schemas-microsoft-com:vml" fill=3D"tru=
e" stroke=3D"false" style=3D"width:480px; height:160px; text-align:center;"=
>
<v:fill type=3D"frame" size=3D"480px,140px" src=3D"https://www.gstatic.com/=
gumdrop/files/gsuite-multicart-transparent-w960px-h280px-2x.png" position=
=3D"0,0"/>
<v:textbox inset=3D"0,0,0,0">
<![endif]-->
                       <!--[if !mso]><!-->
<td align=3Dcenter width=3D480 valign=3Dtop style=3D"background-image: url(=
https://www.gstatic.com/gumdrop/files/gsuite-multicart-transparent-w960px-h=
280px-2x.png);background-repeat: no-repeat;background-size:480px 140px;back=
ground-position: 0px 0px;width:480px;">
  <!--[endif]---->


<table class=3Ddesk_show role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D100% align=3Dcenter>
      <tr>
        <td align=3Dcenter width=3D100% style=3D"vertical-align: middle;bor=
der-collapse:collapse;border-spacing:0;padding:0px;width:100%;">
          <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=
=3D480 align=3Dcenter style=3Dwidth:480px;>
            <tr>
          <td align=3Dcenter valign=3Dtop width=3D480 style=3D"font-size:28=
px; line-height:36px; color:#202124; letter-spacing:0px; text-align:center;=
 font-family:'Google Sans','Open Sans',Arial,sans-serif; width:480px; verti=
cal-align: middle;padding-left:32px; padding-right:32px;padding-bottom:24px=
; font-weight:bold; padding-top:71px;">Your space for work
        </td>
            </tr>
          </table>
        </td>
      </tr>
  </table>
                <!--[if !mso]> <!----></td><!-- <![endif]--><!--[if gte mso=
 9]>
              </v:textbox>
</v:rect></td>
    <![endif]-->
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
     =20
             <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:0px; padding-left:32px; padding-right:32px;">Your new a=
ccount includes business-grade versions of Google's collaboration and commu=
nication tools =E2=80=93 all at no cost to you.</td>
  </tr>
     <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-space-for-wo=
rk-whitebackground-w956px-h450px-2x.png width=3D478 height=3Dauto align=3Dc=
enter style=3Ddisplay:block;width:478px; alt=3D"" /></td>
  </tr>
</table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
    <tr style=3D"margin:0; padding:0">
      <td height=3D40px style=3Dheight:40px;>&nbsp;</td>
    </tr>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Create, store, and collaborate on content</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-right=
:12px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-a=
doption-stay-connected-transparent-w734px-h173px-2x.png width=3D368 height=
=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:11px;">Use Google Drive, Docs, Sheets, and Slides to build content and wo=
rk together in real-time on any file, including <span style=3Dwhite-space:n=
owrap;>Microsoft Office</span> files.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;"><a href=3Dhttps://c.gle/ANiao5oJAYqQ9ZhtxOZKOXJsh_xyc8xssH-OMa_sqbsuTR2=
r3EQ6WcRTOqdiEbq4HVsMK6M9p9FiezrR0wm1_prZePlJH6wwo15shwSGawsnBILXlwr1Phuaya=
_lFbQohaK_-gH2i5UIF4MmU463_sgYtopBGkEwEDj_pQpG0ZY50RrS-CiKBtEOwtP0t4ilEZ2Rb=
rrKhvcpbX-3Oq4lT3atk2vmAWXj8CMOqlndtuf3 target=3D_blank style=3D"color:#1A7=
3E8; font-size:inherit !important; text-decoration:none;">Share and collabo=
rate on files</a></td>
  </tr>

</table>
                </td>
          </tr>
    <tr style=3D"margin:0; padding:0">
      <td height=3D48px style=3Dheight:48px;>&nbsp;</td>
    </tr>
            <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Stay connected with video meetings & chat</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-left:=
14px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-user-ado=
ption-create-store-connect-transparent-w734px-h173px-2x.png width=3D368 hei=
ght=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></t=
d>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:8px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans-=
serif;">Connect with your team from your computer or our mobile apps that i=
nclude Google Meet and Chat.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5r9KeLwAL_hvCoE6vRWAWHQW-RluujsjG3hfPbjCycAqTzzAwEmp4=
pVaEkVQ2gH4CsXXAJv-w7qLjiYUp8FPmlHjzxDvxskyPMT1AHBhbebLsBusPMmmWdEz04pOse5o=
GY target=3D_blank style=3D"color:#1A73E8; font-size:inherit !important; te=
xt-decoration:none;">Host a video meeting</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Invite others to join your team</td>
  </tr>

  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:25px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans=
-serif;">You and your team members can easily invite others to join your te=
am and collaborate together.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5oy6A5Iwab750Eol_1ru5cvNTgbU1qz8vH8d783ALHmwxRn7HVG9_=
rWOaiEgFhHsGJIsma0SllkVCRe8XempY3wQKuy0dfqGb64u1u4pCnK26xXLwFwAwllj-JePsauN=
pz86RNC2YUbMkX4qCZNBIT_6R9s3dAf4JbVWPvW8A33yipOxpg401VRou9ZqjHh target=3D_b=
lank style=3D"color:#1A73E8; font-size:inherit !important; text-decoration:=
none;">Manage team member invites</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
           <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4 style=3D"bord=
er-bottom-left-radius:8px; border-bottom-right-radius:8px;">

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rmERvAWKhAZdaVEYk3l_2yA4CMVVsElg5TTA-=
fyVg1hvP-dJGCE2dB4nVsVXDQHV2F6ph0rzsLuxfr8Gq2qeLrkvBUVxXsS4l0EBtXBB52o_50c0=
2339fkQOnxC9ErJYraexaI409_bizWFi0 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rD1wuV6HaM5cEpsT4k-6t6iO2tl6olJheT5LU=
jmmOaS47opXVAMfwH0ony0_s41LnJfiIokyxPK1CRpyVojkU5recRgtVSDKbf082m78Rxmp-SJm=
ZPMYvT-8oUF8D_LLdUnxRV9EXX_w target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qrSTYgfPrWnc-WLfiitHII9V_gb9QhN49WYFg=
2AlpGqj9EHS5SM_46USro-tAwQOs3v1ED7c4cfihbOLLf6Zg6cvcpR65YQJF5vC6h-fwG0dT1N5=
pUmnFI4di1qmEiOOJEPr_CS49LfNTRpjHElF-OCCCClaqZg7E target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedin width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oiYK33-qXJV2jBsaA7igfeFiExO3n5wyKKzAE=
tyryTyGshE5N5XUpOSpa3kN7CzJWj804V5RS42RXAeqaZ-CSn6swoRxVesmYDI8mpTsQ4mxlTZz=
FRwJRK5G-kkGR9VXC0xJwzu7nPUjEFrFNfyA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rBoYhC-R09XhKrP9yX6-ZOrZFKg4wnmFYDXPD=
9OZOLhTHDkDftKVGALbHcTcN9wv5sKpyYLGw8vCyFB8QTkofIGOCIks9pnS9pitzUE9dd_uf5Uo=
MMThL-IvUTeCtj6xjlilwFBWMdr0ycMfOxQ2mmCg target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:16px; padding-bo=
ttom:19px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-famil=
y:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Amphit=
heatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Am=
phitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans,Ari=
al,sans-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans=
,Arial,sans-serif; ">
        <!--[endif]---->
        You have received this email because it communicates important upda=
tes related to your Google Workspace product or account.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>
        </table>
      </td>
    </tr>
    </table>


   </body>
</html>

--000000000000a44169063b603b0a--
team/cur/1754120919.M185856P3698507.premium320.web-hosting.com,S=92399,W=93915:2,000064000000264357151007557630020107 0ustar00Return-Path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Delivered-To: team@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 6HeBCtfCjWhLbzgAVkXPrw
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	for <team@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 03:48:39 -0400
Return-path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Envelope-to: team@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 03:48:39 -0400
Received: from [127.0.0.1] (port=48386 helo=localhost.localdomain)
	by premium320.web-hosting.com with esmtpa (Exim 4.98.2)
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	id 1ui6yt-0000000FX5O-3t9z
	for team@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 03:48:39 -0400
Date: Sat, 02 Aug 2025 07:48:38 GMT
From: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Message-Id: <1754120918.1osWCnU67W90_R8I@premium320.web-hosting.com>
Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnHRl?= =?UTF-8?B?YW1AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t?= =?UTF-8?B?4oCdLg==?=
To: <team@24hourwaterdamagerestorationlongisland.com>
X-iContact_locale: en
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-3702094-1754120918-0.694558450891336"

--mixed-Cpanel::Email::Object-3702094-1754120918-0.694558450891336
Content-Type: multipart/alternative; boundary="alternative-Cpanel::Email::Object-3702094-1754120918-0.96539042207311"

--alternative-Cpanel::Email::Object-3702094-1754120918-0.96539042207311
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Client Configuration settings for =E2=80=9Cteam@24hourwaterdamagerestoratio=
nlongisland.com=E2=80=9D.


Mail Client Manual Settings
---------------------------

Secure SSL/TLS Settings (Recommended)

Username:

team@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 993

  * POP3 Port: 995

Outgoing Server:

24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 465

IMAP, POP3, and SMTP require authentication.

Non-SSL Settings (NOT Recommended)

Username:

team@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

mail.24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 143

  * POP3 Port: 110

Outgoing Server:

mail.24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 587

IMAP, POP3, and SMTP require authentication.


Calendar & Contacts Manual Settings
-----------------------------------

Secure SSL/TLS Settings (Recommended).

Username:

team@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

https://24hourwaterdamagerestorationlongisland.com:2080

  * Port: 2080

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * https://24hourwaterdamagerestorationlongisland.com:2080/calendars/team@=
24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * https://24hourwaterdamagerestorationlongisland.com:2080/addressbooks/te=
am@24hourwaterdamagerestorationlongisland.com/addressbook

Non-SSL Settings (NOT Recommended).

Username:

team@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

http://mail.24hourwaterdamagerestorationlongisland.com:2079

  * Port: 2079

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/calendars/t=
eam@24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/addressbook=
s/team@24hourwaterdamagerestorationlongisland.com/addressbook

A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE =
Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.

This notice is the result of a request made by a computer with the IP addre=
ss of =E2=80=9C119.156.108.28=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D=
 service on the server.

The remote computer=E2=80=99s location appears to be: Pakistan (PK).

The remote computer=E2=80=99s IP address is assigned to the provider: =E2=
=80=9CIPTV Pool on reserved Pakistan Telecommuication company limited Pakis=
tan Telecommuication company limited=E2=80=9D

The remote computer=E2=80=99s network link type appears to be: =E2=80=9CDSL=
=E2=80=9D.

The remote computer=E2=80=99s operating system appears to be: =E2=80=9CWind=
ows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.

The system generated this notice on Saturday, August 2, 2025 at 7:48:38 AM =
UTC.

Do not reply to this automated message.

cP

Copyright=C2=A9 2025 cPanel, L.L.C.=

--alternative-Cpanel::Email::Object-3702094-1754120918-0.96539042207311
Content-Type: multipart/related; boundary="related-Cpanel::Email::Object-3702094-1754120918-0.965544305173545"

--related-Cpanel::Email::Object-3702094-1754120918-0.965544305173545
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<body style=3D"background:#F4F4F4">
    <div style=3D"margin:0;padding:0;background:#F4F4F4">
        <table cellpadding=3D"10" cellspacing=3D"0" border=3D"0" width=3D"1=
00%" style=3D"width:0 auto;">
            <tbody>
                <tr>
                    <td align=3D"center">
                        <table cellpadding=3D"0" cellspacing=3D"0" border=
=3D"0" width=3D"680" style=3D"border:0;width:0 auto;max-width:680px;">
                            <tbody>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td width=3D"680" height=3D"25" style=
=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;=
color:#333333">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                            Client Configuration settings f=
or =E2=80=9Cteam@24hourwaterdamagerestorationlongisland.com=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td style=3D"padding: 15px 0 20px 0; ba=
ckground-color: #FFFFFF; border: 2px solid #E8E8E8; border-bottom: 2px soli=
d #FF6C2C;">
                                        <table width=3D"680" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" style=3D"background:#FFFFFF;font-family:=
'Helvetica Neue',Helvetica,Arial,sans-serif;">
                                            <tbody>
                                                <tr>
                                                    <td width=3D"15">
                                                    </td>
                                                    <td width=3D"650">
                                                        <table cellpadding=
=3D"0" cellspacing=3D"0" border=3D"0" width=3D"100%">
                                                            <tbody>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v id=3D"manual_settings_area" class=3D"section">
        <h2 id=3D"hdrManualSettings">Mail Client Manual Settings</h2>
=20=20=20=20=20=20=20=20
        <div class=3D"row">
         <div class=3D"col-md-6">
          <div id=3D"ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #428bca;"
=20=20=20=20=20=20=20=20=20=20=20=20
            class=3D"preferred-selection panel panel-primary">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #428bca; border-color: #428b=
ca; color: #fff;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings
                (Recommended)
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSSLSettingsAreaUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSSLSettingsAreaUsername" class=3D"data wrap-text">team@24hourwa=
terdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaPassword" class=3D"escape-note"> Use the email acco=
unt=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaIncomingServer" class=3D"data">24hourwaterdamageres=
torationlongisland.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 993</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 995</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaOutGoingServer" class=3D"data">24hourwaterdamageres=
torationlongisland.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 465</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"lblSettingsAreaSmallNote1" class=3D"small_note">IMAP, POP3,=
 and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
         </div>
=20=20
      </div>
=20=20=20=20=20=20=20=20

        <div class=3D"row" id=3D"nonSSL" style=3D"display: none">
         <div class=3D"col-md-6">
           <div id=3D"non_ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #f6c342;"
=20=20=20=20=20=20=20=20=20=20=20=20
           class=3D"panel panel-default panel-warning">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #f6c3=
42; color: #333;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                <span id=3D"descNonSSLSettings" class=3D"caption not-recomm=
ended">Non-SSL Settings (NOT Recommended)</span>
              </div>
              <table id=3D"tblManualSettingsTable" class=3D"table manual_se=
ttings_table" style=3D"border-collapse: collapse; border-spacing: 0; margin=
-bottom: 0; width: 100%; background-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsUsername" class=3D"data wrap-text">team@24hourwat=
erdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsPassword" class=3D"escape-note">Use the email acc=
ount=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsIncomingServer" class=3D"data">mail.24hourwaterda=
magerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 143</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 110</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServerData" class=3D"data">mail.24hourwaterd=
amagerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 587</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"descNonSSLSettingsAuthenticationIsRequiredForIMAPPOP3SMTP1"=
 class=3D"small_note">IMAP, POP3, and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
        </div>
      </div>

    </div><div class=3D"section">
        <h2>Calendar &amp; Contacts Manual Settings</h2>
        <div class=3D"row">
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #428bca;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #428bca; border-color: #=
428bca; color: #fff;" class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">team@24hourwaterdamagerestorationlongisland.com=
</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">https://24hourwaterdamagerestorationlongisland.com:2080
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2080</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://24hourwaterdamagerestorationlongisla=
nd.com:2080/calendars/team@24hourwaterdamagerestorationlongisland.com/calen=
dar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://24hourwaterdamagerestorationlongisla=
nd.com:2080/addressbooks/team@24hourwaterdamagerestorationlongisland.com/ad=
dressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #f6c342;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #=
f6c342; color: #333;" class=3D"panel-heading">
                Non-SSL Settings (NOT Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">team@24hourwaterdamagerestorationlongisland.com=
</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">http://mail.24hourwaterdamagerestorationlongisland.com:20=
79
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2079</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/calendars/team@24hourwaterdamagerestorationlongisland.com/c=
alendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/addressbooks/team@24hourwaterdamagerestorationlongisland.co=
m/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
        </div>
      </div>
    </div><p>
 A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE=
 Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.
</p>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v style=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-t=
op: 2px solid #E8E8E8; padding-top:5px; margin-top: 5px; font-size:12px; co=
lor: #666666;">
        <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20
          This notice is the result of a request made by a computer with th=
e <abbr title=3D"Internet Protocol">IP</abbr> address of =E2=80=9C119.156.1=
08.28=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D service on the server.
=20=20=20=20=20=20=20=20
    </p>

                    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                            The remote computer=E2=80=99s location appears =
to be: Pakistan (PK).
                    </p>
=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
                <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                  The remote computer=E2=80=99s <abbr title=3D"Internet Pro=
tocol">IP</abbr> address is assigned to the provider: =E2=80=9CIPTV Pool on=
 reserved Pakistan Telecommuication company limited Pakistan Telecommuicati=
on company limited=E2=80=9D
                </p>
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20

=20=20=20=20=20=20=20=20=20
                            <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;=
">
          The remote computer=E2=80=99s network link type appears to be: =
=E2=80=9CDSL=E2=80=9D.
        </p>
                          <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20=20=20
            The remote computer=E2=80=99s operating system appears to be: =
=E2=80=9CWindows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20
        </p>
=20=20=20=20=20=20=20=20=20=20
    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
        The system generated this notice on Saturday, August 2, 2025 at 7:4=
8:38 AM UTC.
    </p>
</div>=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                                                           =
<!-- -->
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
<p>
    Do not reply to this automated message.
</p>
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>

                                                    </td>
                                                    <td width=3D"15">
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
                                    <td align=3D"center" style=3D"padding-t=
op: 10px;">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                        <img src=3D"cid:auto_cid_2140506619=
" height=3D"25" width=3D"25" style=3D"border:0;line-height:100%;border:0" a=
lt=3D"cP">
                                        <p style=3D"font-family:'Helvetica =
Neue',Helvetica,Arial,sans-serif;font-size:12px;color:#666666; padding: 0; =
margin: 0;">Copyright=C2=A9=C2=A02025 cPanel, L.L.C.<p>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</body>=

--related-Cpanel::Email::Object-3702094-1754120918-0.965544305173545
Content-Type: image/png; x-unix-mode=0600; name="cpanel-logo-tiny.png"
Content-Disposition: attachment; filename="cpanel-logo-tiny.png"
Content-ID: <auto_cid_2140506619>
Content-Transfer-Encoding: base64

iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAK
T2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AU
kSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXX
Pues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgAB
eNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAt
AGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3
AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dX
Lh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+
5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk
5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd
0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA
4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzA
BhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/ph
CJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5
h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+
Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhM
WE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQ
AkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+Io
UspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdp
r+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZ
D5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61Mb
U2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY
/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllir
SKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79u
p+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6Vh
lWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1
mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lO
k06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7Ry
FDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3I
veRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+B
Z7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/
0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5p
DoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5q
PNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIs
OpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5
hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQ
rAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9
rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1d
T1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aX
Dm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7
vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3S
PVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKa
RptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO
32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21
e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfV
P1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i
/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8
IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADr7aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8
P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4
bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1
LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6
UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5z
IyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5z
OnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1w
TU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0
RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAg
ICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3Av
MS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8x
LjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4w
LyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8i
PgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNp
bnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTAz
LTIyVDA3OjUwOjI4LTA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0
YURhdGU+MjAxNS0wMy0yMlQwNzo1MDoyOC0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAg
ICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3htcDpNb2RpZnlE
YXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmQxMDU0MzZlLWY5ZTAtNDkx
MS1iZTFiLTcwMzcxNDM4NTA4MjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRv
Y3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVmYTlmM2I1LTExMjAtMTE3OC1iOTIzLWZi
MjdlNDc0YmQzYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9j
dW1lbnRJRD54bXAuZGlkOjA4ZTkxZjNlLWU3MjQtNDYzNC04YmJlLTFiNzRlNzMwMTA3NTwveG1w
TU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAg
ICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3Vy
Y2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlv
bj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowOGU5MWYzZS1l
NzI0LTQ2MzQtOGJiZS0xYjc0ZTczMDEwNzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAg
ICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBD
QyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8
L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAg
ICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkMTA1NDM2ZS1mOWUwLTQ5
MTEtYmUxYi03MDM3MTQzODUwODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAg
IDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAg
ICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0
IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RF
dnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAg
ICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxw
aG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAg
ICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NEMxRkU2RTZCQzREMTFFNEI3MDg5OEZGODlDRkQ2RUU8
L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1
bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9w
OkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYt
Mi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8
L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlv
bj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0
aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29s
dXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVu
aXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAg
ICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAg
ICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8
L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ph0AdIcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkA
AHUwAADqYAAAOpgAABdvkl/FRgAAAclJREFUeNrs1s+LjVEYB/DPHe7EYjY2wsaPjaZBZDQLEZGF
hSwkNdlIWbC2UEr5D8ZGSX4sJJINaQjlNkn5lcVMSuSWaagZXImYrsU8N6fT6/JOkcV869T7nOc5
53vO83yf930rzWbT30aHf4AZklKYDQ6tKLvmODZiFpqo4CvquIlzmAQDz4KkHNbjcBv/HvTHGJ1u
unb9QcxmXEHX70g6UI30VNEZ6enN4ibxrWB9H/YWkczBPlzCYzyN8QS30YNlSfwo1mElNuFatt/O
n4WfwgJciIIW4QHmY14ydxeP4nkEDzGMRTG3NL1JJ862IYAaVmVz+ckbmCiW8FQxt2a+LyFLIc2T
OJ/4v8ftUuzH8sSupyQ7suCLOIJP0QMTkaa0oV7gPQbQHUpaG/Et3ElJ+hLHmzhRIyPuxdzEvoqD
MYrwDqfTmnRlaWoULNqS2UNtavg55Ps6JRlJApbgaPRGC1VsS+yP+IDVBZtfDjnfyAt/PUlZBcew
O2oyhBNYnGz2KvpneyaEMbz8lbrO4AAWJr7uRJY9IfMWBqPotTKv+nqcfKwgZrBA3rem+z2pYQNO
4TnG8Rb3sCbs8cj1/TIklZkfif+O5McA9Y1iuiAu5qQAAAAASUVORK5CYII=

--related-Cpanel::Email::Object-3702094-1754120918-0.965544305173545--

--alternative-Cpanel::Email::Object-3702094-1754120918-0.96539042207311--

--mixed-Cpanel::Email::Object-3702094-1754120918-0.694558450891336
Content-Type: application/octet-stream; x-unix-mode=0600; name="email-team@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="email-team@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIjjAYJKoZIhvcNAQcCoIIjfTCCI3kCAQExDzANBglghkgBZQMEAgEFADCCDQoGCSqGSIb3DQEH
AaCCDPsEggz3PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAgICA8
c3RyaW5nPnRlYW1AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9z
dHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudE5hbWU8L2tleT4NCiAgICAgIDxzdHJpbmc+
dGVhbUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4N
CiAgICAgIDxrZXk+RW1haWxBY2NvdW50VHlwZTwva2V5Pg0KICAgICAgPHN0cmluZz5FbWFpbFR5
cGVJTUFQPC9zdHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWRkcmVzczwva2V5Pg0KICAgICAgPHN0
cmluZz50ZWFtQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3Ry
aW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlvbjwva2V5Pg0K
ICAgICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNv
bWluZ01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz4yNGhvdXJ3YXRlcmRh
bWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgIDxrZXk+SW5jb21p
bmdNYWlsU2VydmVyUG9ydE51bWJlcjwva2V5Pg0KICAgICAgPGludGVnZXI+OTkzPC9pbnRlZ2Vy
Pg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJVc2VTU0w8L2tleT4NCiAgICAgIDx0cnVl
Lz4NCiAgICAgIDxrZXk+SW5jb21pbmdNYWlsU2VydmVyVXNlcm5hbWU8L2tleT4NCiAgICAgIDxz
dHJpbmc+dGVhbUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0
cmluZz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyQXV0aGVudGljYXRpb248L2tleT4N
CiAgICAgIDxzdHJpbmc+RW1haWxBdXRoUGFzc3dvcmQ8L3N0cmluZz4NCiAgICAgIDxrZXk+T3V0
Z29pbmdNYWlsU2VydmVySG9zdE5hbWU8L2tleT4NCiAgICAgIDxzdHJpbmc+MjRob3Vyd2F0ZXJk
YW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICA8a2V5Pk91dGdv
aW5nTWFpbFNlcnZlclBvcnROdW1iZXI8L2tleT4NCiAgICAgIDxpbnRlZ2VyPjQ2NTwvaW50ZWdl
cj4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyVXNlU1NMPC9rZXk+DQogICAgICA8dHJ1
ZS8+DQogICAgICA8a2V5Pk91dGdvaW5nTWFpbFNlcnZlclVzZXJuYW1lPC9rZXk+DQogICAgICA8
c3RyaW5nPnRlYW1AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9z
dHJpbmc+DQogICAgICA8a2V5Pk91dGdvaW5nUGFzc3dvcmRTYW1lQXNJbmNvbWluZ1Bhc3N3b3Jk
PC9rZXk+DQogICAgICA8dHJ1ZS8+DQogICAgICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5
Pg0KICAgICAgPHN0cmluZz50ZWFtQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNs
YW5kLmNvbSBTZWN1cmUgRW1haWwgU2V0dXA8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZERp
c3BsYXlOYW1lPC9rZXk+DQogICAgICA8c3RyaW5nPnRlYW1AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0
b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBFbWFpbCBTZXR1cDwvc3RyaW5nPg0KICAgICAg
PGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgPHN0cmluZz5jcGFuZWwubWFpbC5v
cmcudGVhbS4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmlu
Zz4NCiAgICAgIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0KICAgICAgPHN0cmluZz4y
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAg
IDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgIDxzdHJpbmc+Y29tLmFwcGxlLm1haWwubWFu
YWdlZDwvc3RyaW5nPg0KICAgICAgPGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICAgICAgPHN0cmlu
Zz42YTc0MGYxNC00ZWRiLWY0NTEtODlmYS1iNzI4MmM4ZjM1MGI8L3N0cmluZz4NCiAgICAgIDxr
ZXk+UGF5bG9hZFZlcnNpb248L2tleT4NCiAgICAgIDxpbnRlZ2VyPjE8L2ludGVnZXI+DQogICAg
ICA8a2V5PlByZXZlbnRBcHBTaGVldDwva2V5Pg0KICAgICAgPGZhbHNlLz4NCiAgICAgIDxrZXk+
UHJldmVudE1vdmU8L2tleT4NCiAgICAgIDxmYWxzZS8+DQogICAgICA8a2V5PlNNSU1FRW5hYmxl
ZDwva2V5Pg0KICAgICAgPGZhbHNlLz4NCiAgICAgIDxrZXk+SW5jb21pbmdNYWlsU2VydmVySU1B
UFBhdGhQcmVmaXg8L2tleT4NCiAgICAgIDxzdHJpbmc+SU5CT1g8L3N0cmluZz4NCiAgICA8L2Rp
Y3Q+DQogIDwvYXJyYXk+DQogIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogIDxzdHJp
bmc+dGVhbUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJl
IEVtYWlsIFNldHVwPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZERpc3BsYXlOYW1lPC9rZXk+DQog
IDxzdHJpbmc+dGVhbUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20g
U2VjdXJlIEVtYWlsIFNldHVwPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tl
eT4NCiAgPHN0cmluZz5jcGFuZWwubWFpbC5vcmcudGVhbS4yNGhvdXJ3YXRlcmRhbWFnZXJlc3Rv
cmF0aW9ubG9uZ2lzbGFuZC5jb20tZW1haWw8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5p
emF0aW9uPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLnRlYW0uMjRob3Vyd2F0ZXJk
YW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJl
bW92YWxEaXNhbGxvd2VkPC9rZXk+DQogIDxmYWxzZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tl
eT4NCiAgPHN0cmluZz5Db25maWd1cmF0aW9uPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8
L2tleT4NCiAgPHN0cmluZz43YzcyN2FkYi1lOWMwLWIyMWUtMTUxMy0wYmQ3ZDVlYTU1YjI8L3N0
cmluZz4NCiAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2Vy
Pg0KPC9kaWN0Pg0KPC9wbGlzdD4NCqCCE8kwggZMMIIENKADAgECAhA5embMJ1Y2Lg2qh8puq+Ox
MA0GCSqGSIb3DQEBDAUAMF8xCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQx
NjA0BgNVBAMTLVNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBSb290IFI0NjAe
Fw0yMTAzMjIwMDAwMDBaFw0zNjAzMjEyMzU5NTlaMGAxCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9T
ZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNh
dGlvbiBDQSBEViBSMzYwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCWNl/YcjPv5I9Q
9AJA5tlhyvEtMdh1/Vm0xF7th6pE9LDKDPXqon1wBa1Y1Ny4gJz76nwNy3vM0bEKmqYS2qJ87s2+
4Hl0RV7Fef1EUUfXYeb4209FCBcgWPHoxIlw1a5U7dcYTnsvWYeVxBiP6DiGfL3RoWHZIJkIMRWQ
CNoQwx9g8q4KMe64X5vMcVv/2BXw/356RwcQ0XadHV58ZZIrCd8blFrCWRpAOlG1lOYzrhMiy/+v
tzIU7idKOzWMt1dh3PmrdrgvQ2hptl9t3FVv4JQQd8HRum6VlC0fVG/fx7+Uh0/s5NMiVmHo5gvo
2HE/xKjT+yG3/gn2aogbFEVzT+kLyy6Nr7BwhSdrQcGlcp9dMqnOCKz7OZcMvToBIl/kTgDb+b4e
npvzix88DBDvrqsjrmaHnRLQOL0Tc+fZZxolz48guwGZimC2aBZNH15X2i18pFQF/MdQdxWBqu5v
9eW4SlGVO1m51TnFsU3HH8OAytctQA9ojrR9nrAD49MCAwEAAaOCAYEwggF9MB8GA1UdIwQYMBaA
FFZzWGSV+ZIasBIqBGJ5oUAViCFJMB0GA1UdDgQWBBRowBIWGA6vzvaHpjJXo0ZRXcsHJzAOBgNV
HQ8BAf8EBAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYB
BQUHAwIwGwYDVR0gBBQwEjAGBgRVHSAAMAgGBmeBDAECATBUBgNVHR8ETTBLMEmgR6BFhkNodHRw
Oi8vY3JsLnNlY3RpZ28uY29tL1NlY3RpZ29QdWJsaWNTZXJ2ZXJBdXRoZW50aWNhdGlvblJvb3RS
NDYuY3JsMIGEBggrBgEFBQcBAQR4MHYwTwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuc2VjdGlnby5j
b20vU2VjdGlnb1B1YmxpY1NlcnZlckF1dGhlbnRpY2F0aW9uUm9vdFI0Ni5wN2MwIwYIKwYBBQUH
MAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28uY29tMA0GCSqGSIb3DQEBDAUAA4ICAQBi04L0XL5OoQIX
DjQiiykj3aQsaChJkY85JBcwGqawZZlRDuu7HtyPV27p32sPoLzN7UHZ5COSsaQgv84XWzu9KaBh
Vp+xGhl38gdSuShC9fwVnBSyY+7tqaAF9pjeD52rXHSM0YpvojoHN2XouAwP2rGn7eLsZA6d30nw
sVKJ61jpniNQHNWg6jPyIBTzg4WHYeEC6I/DVqLRWdjfxFMj7yR6kZZV8bF8FbPAf24iN6igh5qi
xUW8TxyZhQHhNIfl1TIPSMdy3b7xx4oS0igVT8V8er+YNpWe9wMJle0iCK10wVB0xlpV6GY5vKFF
0MPg1AKzSBoj0ACAWPgv1C2QBHOFAs3JF/zsqWf5hTSWAIav0cuDesY7yr5jimkuw526dBnpnE80
Yh84Cls9V/mEJ7nwRnCJZ0cgyf2U8/r4XjTjLw026BtCLEFt6v7HnfpatmEVkuMSSGnt8Vd/2vfa
s099vvhf9T3QF3LiXOnf5fW6SHUG4zED8QSEOhM5LeXsAG9zsFhJC5tDbj3Q5x2QjNSHdnAOtqQx
WttpPFQzanbg3p0H6ezbOm1YK9rqPNavwhYogzHPEs+/kq3d48pxR2+QFT+yaq6NJzNPPNKMihHl
CpADqU3VlFKe4chYK+EkSW2RidMAfjVAnpIBY7roautQRLA39yBnMvgksSrPVjCCBpUwggR9oAMC
AQICEQDSf7vB3jWeUhatYUlYYJnEMA0GCSqGSIb3DQEBDAUAMIGIMQswCQYDVQQGEwJVUzETMBEG
A1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VS
VFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhv
cml0eTAeFw0yMTAzMjIwMDAwMDBaFw0zODAxMTgyMzU5NTlaMF8xCzAJBgNVBAYTAkdCMRgwFgYD
VQQKEw9TZWN0aWdvIExpbWl0ZWQxNjA0BgNVBAMTLVNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRo
ZW50aWNhdGlvbiBSb290IFI0NjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJO+1TZS
ddgBI6AcR0JJ7mO2tyH9xJXVSCsmfBRTENp5/Su3LaTULPrqMt1Jwrm9D0g9e1qYVK+eXTF0Twf8
UCHdpM9oTxsSY20lmUwqmfNIMGH6gXwepwhK3D4rHB8YTHGqNYyt+G7oO0rZ5ZQC1omEE6ptyE8z
zFCWN5Iz3F+I559U2UjwmEPWZv2fFzhDxQFRC9fjIw8UXVsU50u+3fTI2gM30dY5oSFRMIOwbdcw
TpZbkfBwJKu/RYFkQw29ITovPOmeDcsgtUInzNpvm+5kMJA5zZNlgSExtSNQMzci4zjt+DEwzEX+
YvnRXTJ5QoffasxWGUBNzqq7+bV2SZTxJ/iRpYPlBrNjDoDc4BJVgKY7ZrQ5hy3I8NDRFOnkDU0O
9l1XcsU7HEdWneLV+4FhjMxNgJA0W7fXFHXc2ARIn8DBKIi06RzKp7HxVrd7SUxZ5SAVqIQCKfo4
lGmaSQaPzR95FBcSDIN63h+xl+75l3gopMhEkul9JgWmWHKbeRPYEV+uxThiNGiyhjCO+JBhnjJs
9Qc2zaJMbuyKNu3y5pkVRHDDfLycOcC04Wv3gyUjV9kSgOVJ8HUP743rHJtUKLQhPPx8Cv/ve2t1
/4sdoBkFq/r4K4FC6Di6u/uq/T3g88rfTpeXKe3zGFbppZasvcOQmLLg+aLUpkdDfG3PAgMBAAGj
ggEgMIIBHDAfBgNVHSMEGDAWgBRTeb9aqitKz1SA4dibwJ3ysgNmyzAdBgNVHQ4EFgQUVnNYZJX5
khqwEioEYnmhQBWIIUkwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0lBBYw
FAYIKwYBBQUHAwEGCCsGAQUFBwMCMBEGA1UdIAQKMAgwBgYEVR0gADBQBgNVHR8ESTBHMEWgQ6BB
hj9odHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQ2VydGlmaWNhdGlvbkF1dGhv
cml0eS5jcmwwNQYIKwYBBQUHAQEEKTAnMCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51c2VydHJ1
c3QuY29tMA0GCSqGSIb3DQEBDAUAA4ICAQA6bwSJau2zFNHBQ0//T/fgbIApEYELNEugX+7yUpVj
B8G8tFRr8QktIa24tCtgSDWWxG7FbIKUKtOON9csqFZ9x5XaK4KtuEZXUQzjoqRGQ0xQfcAvR2Ld
bYRxdNF3htgvCgtaZcKBMygCIT73nyPwt3E9An01ybhY1GyiIEsIzY8OmB7S4KMv4XefiS1JS3KP
4MxV/6lm0+7RKrjjGKbDSlmY/Ey6j6uszIhuDWun3hGbXumD1xqzFpU1jd+Nbw3nXPssUKkroO/R
yVEHDmbOysg1s7ZmnkMbDxOPVFf/F8K32bWWmMq7OBaQ/eGeEPHc1xi/PqhCY8YHM2u1uj0Tmgpb
m2r3dVSj5vPmglu+7u0saUdkxRi+pD3cbCshYo6XLp0eVe/bFMkTnzXc46wHBVmVyvLG2/RZZ8Ll
Ruu+yS7/mVU1+QMS71uTgeM7ebkvswetsCf1r/o1xgLbUgHCXnOIhYAlh0b3Yv4yaEs0S2t5xM8e
qRSM3JUgp4dLtcQni3FAcqUoj4GvFvuj5LqMkKvFParPRKMRuTb675crIcFEvcr3GURsOy45ceIy
R/wYSD0fJCAQkI9b52vU84mTq8NTn/IQ1GxyhRvT5vA6dr248/9iR9/ar8bITylZZRn6vuZJT5u8
mUVGE4gjAG6sDXS/57KhdkZ58qefF0UrSTCCBtwwggVEoAMCAQICEHJ3nL9b33wKKh/JOw4nSzEw
DQYJKoZIhvcNAQELBQAwYDELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3
MDUGA1UEAxMuU2VjdGlnbyBQdWJsaWMgU2VydmVyIEF1dGhlbnRpY2F0aW9uIENBIERWIFIzNjAe
Fw0yNTA3MTgwMDAwMDBaFw0yNjA3MTgyMzU5NTlaMDUxMzAxBgNVBAMTKjI0aG91cndhdGVyZGFt
YWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
ggEBANcjRzy32NCaDX1H8Fg4/XLT+eGmaBnn+cwBBtHZtLpRKbFuLrmIzwAnwIYlvHthP4ayLwP9
7MTKArdBGDlFp++ZmD7xCNZ6UEBHSQW8W4/EHYrZdYeJNzljF6sdDosYPlx85BgOCsWnUopQUDto
ipvVwvZKwDwcxGQQQlYgCd+MY3rahI6Mk/s3cKlW4tM0SdzhI01lr+dhv9yoZGK11ib5CVpo+c/L
8zgisqJ6ZDai5mzPlcJ2/am2C0OSdPeZBiQ3rs5rsuin1HitrVJLSJjRRYfxC25fnJeNTW3JXiA1
7oP+itfx2EGlUFPTnnbTSBT6taSXmruqkJFpUldCmUkCAwEAAaOCAzswggM3MB8GA1UdIwQYMBaA
FGjAEhYYDq/O9oemMlejRlFdywcnMB0GA1UdDgQWBBSOs5kgDH0e815wGNvgmAaZtmP1+DAOBgNV
HQ8BAf8EBAMCBaAwDAYDVR0TAQH/BAIwADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIw
SQYDVR0gBEIwQDA0BgsrBgEEAbIxAQICBzAlMCMGCCsGAQUFBwIBFhdodHRwczovL3NlY3RpZ28u
Y29tL0NQUzAIBgZngQwBAgEwgYQGCCsGAQUFBwEBBHgwdjBPBggrBgEFBQcwAoZDaHR0cDovL2Ny
dC5zZWN0aWdvLmNvbS9TZWN0aWdvUHVibGljU2VydmVyQXV0aGVudGljYXRpb25DQURWUjM2LmNy
dDAjBggrBgEFBQcwAYYXaHR0cDovL29jc3Auc2VjdGlnby5jb20wZQYDVR0RBF4wXIIqMjRob3Vy
d2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tgi53d3cuMjRob3Vyd2F0ZXJkYW1h
Z2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tMIIBfQYKKwYBBAHWeQIEAgSCAW0EggFpAWcAdwDY
CVU7lE96/8gWGW+UT4WrsPj8XodVJg8V0S5yu0VLFAAAAZgfHDF2AAAEAwBIMEYCIQDQY5s3Wnr6
gkKztaftAjmGuKFr4o4Kgx++mb1SgcuIQQIhAMxctEYBlaaOH79S8DSdA06DCsdMlQZ3gI9J6Om7
awgWAHUArKswcGzr7IQx9BPS9JFfER5CJEOx8qaMTzwrO6ceAsMAAAGYHxwxEQAABAMARjBEAiA9
FiyJaBW/fIAcv2H237eb8ABe74r98G1A3J4fFeXUTwIgMJfAjYZzHzOZT+o+SfvVkApWh97G0aPm
MUXWpzoOUIkAdQDXbX0Q0af1d8LH6V/XAL/5gskzWmXh0LMBcxfAyMVpdwAAAZgfHDEOAAAEAwBG
MEQCIGqa5aJFkxWDOc/1C8FgW2oFCe+AeHUiyfbMjG7yvB/VAiAnWvWb7ALgbjlGV8UQcUBBaBX7
2WoC5Vmx/J3UYSvdlTANBgkqhkiG9w0BAQsFAAOCAYEAf5X2oY3oSOln2jDASQ4g80a3qKaWIiaA
A7p/EJGxvUb5H8rmFIF90bBsMDCvdetq8udy0+UjMuW+HAaQycUSkEIEtGj1gxtGzkMqjt4hk4KY
JUd4OZa7M5gMB8DTlFzbI2+xcFH/4zoBuGtGuWmQf02AsyAO3BjBVA6QKzRNkeCuSKFCYjaLnx93
4MOEoc5KQnkbUssJlVxDCNZcaxP3PjK1kuMWbzj4xss8PNO/Mn6yGSQj1xkpN3OcS4G/NQoyllTZ
0x0jdr/sA/Ega6XBLJsyl+RW5AQC5ucR9kXITPM1oxTVFTXV7qQQC940PQ7DWLnXh+0gz3s3kGqB
jqLLf5M27Ai7y+WSFAVc1/9TtLZENnjnCM2LGjeub42bscJ4OeGeEpRG1gqSViVBqvS4624FaRH0
j3a8ZByn1Ns7t+vtKl/JUOSwqAGkX2g7KTFOHukZey247uJicQAdYmWP/efset56tG+5IPwoZsIl
qnmLr75Mv2rKsB02MpG8o09+MYIChjCCAoICAQEwdDBgMQswCQYDVQQGEwJHQjEYMBYGA1UEChMP
U2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGlj
YXRpb24gQ0EgRFYgUjM2AhByd5y/W998CiofyTsOJ0sxMA0GCWCGSAFlAwQCAQUAoIHkMBgGCSqG
SIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTI1MDgwMjA3NDgzOFowLwYJKoZI
hvcNAQkEMSIEIGyOCCWFpGZRgRFKqmSjg79c4oI7o0YV4zsK1rgaw9K9MHkGCSqGSIb3DQEJDzFs
MGowCwYJYIZIAWUDBAEqMAsGCWCGSAFlAwQBFjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYI
KoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMA0GCSqG
SIb3DQEBAQUABIIBAF/+h18i/p8F4nzr3Qw5sKCZzV8Q39OWCH4X84Gp9QajBHiabhadkAQ2nnwN
BbCRrQpp9C4qE4R23xzh462h5GDBtIaZiksGuCwAgRlzGA9Ewrq0b0a2g1Jo/1MUwDuWISi7X21U
1/oSt+coP2pNMxpXFcQbIds3zHFhKdmLUKQXC2/O+m54sZCJl1VLDUjQatGd6Jqp86jSP9xDNMYl
AjXrWrTGPkqYrVjuQXaRUBbvGmOmoc5++g9D85JdNnky7MzxToyck31lsLH31S1shGX40X9bwEEz
WcNzF7r9OsPeAeeiYIJY5gbyRCe+g+Ui21pFhv3uMDba4AMnGmU2qYI=

--mixed-Cpanel::Email::Object-3702094-1754120918-0.694558450891336
Content-Type: application/octet-stream; x-unix-mode=0600; name="caldav-team@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="caldav-team@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIfqwYJKoZIhvcNAQcCoIIfnDCCH5gCAQExDzANBglghkgBZQMEAgEFADCCCSkGCSqGSIb3DQEH
AaCCCRoEggkWPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FsREFWQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+dGVhbUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5j
b208L3N0cmluZz4NCiAgICAgICAgPGtleT5DYWxEQVZIb3N0TmFtZTwva2V5Pg0KICAgICAgICA8
c3RyaW5nPjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5n
Pg0KICAgICAgICA8a2V5PkNhbERBVlBvcnQ8L2tleT4NCiAgICAgICAgPGludGVnZXI+MjA4MDwv
aW50ZWdlcj4NCiAgICAgICAgPGtleT5DYWxEQVZQcmluY2lwYWxVUkw8L2tleT4NCiAgICAgICAg
PHN0cmluZz4vcHJpbmNpcGFscy90ZWFtQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbTwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNhbERBVlVzZVNTTDwva2V5Pg0KICAg
ICAgICA8dHJ1ZS8+DQogICAgICAgIDxrZXk+Q2FsREFWVXNlcm5hbWU8L2tleT4NCiAgICAgICAg
PHN0cmluZz50ZWFtQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwv
c3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICAgICAgICA8
c3RyaW5nPnRlYW1AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNl
Y3VyZSBDYWxlbmRhciBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREaXNwbGF5
TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPnRlYW1AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3Jh
dGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1cDwvc3RyaW5nPg0KICAgICAg
ICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogICAgICAgIDxzdHJpbmc+Y3BhbmVsLm1h
aWwub3JnLnRlYW0uMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9z
dHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0KICAgICAgICA8
c3RyaW5nPjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5n
Pg0KICAgICAgICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogICAgICAgIDxzdHJpbmc+Y29tLmFw
cGxlLmNhbGRhdi5hY2NvdW50PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFVVSUQ8L2tl
eT4NCiAgICAgICAgPHN0cmluZz5iNzIwNGE5OC03MmYwLWEwNmYtOTYzZS1mOTE5YmIwMmUyMmM8
L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICAgICAgICA8aW50
ZWdlcj4xPC9pbnRlZ2VyPg0KICAgIDwvZGljdD4NCiAgPC9hcnJheT4NCiAgPGtleT5QYXlsb2Fk
RGVzY3JpcHRpb248L2tleT4NCiAgPHN0cmluZz50ZWFtQDI0aG91cndhdGVyZGFtYWdlcmVzdG9y
YXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ2FsZW5kYXIgU2V0dXA8L3N0cmluZz4NCiAgPGtl
eT5QYXlsb2FkRGlzcGxheU5hbWU8L2tleT4NCiAgPHN0cmluZz50ZWFtQDI0aG91cndhdGVyZGFt
YWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ2FsZW5kYXIgU2V0dXA8L3N0cmlu
Zz4NCiAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWls
Lm9yZy50ZWFtLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbS1jYWxk
YXY8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogIDxzdHJpbmc+
Y3BhbmVsLm1haWwub3JnLnRlYW0uMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxEaXNhbGxvd2VkPC9rZXk+DQog
IDxmYWxzZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgPHN0cmluZz5Db25maWd1cmF0
aW9uPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgPHN0cmluZz4yMWI0MWI1
MC05MTkzLTQxNGEtMmUyOS03MzQyMTc4MzRhZWM8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVmVy
c2lvbjwva2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9kaWN0Pg0KPC9wbGlzdD4NCqCC
E8kwggZMMIIENKADAgECAhA5embMJ1Y2Lg2qh8puq+OxMA0GCSqGSIb3DQEBDAUAMF8xCzAJBgNV
BAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNjA0BgNVBAMTLVNlY3RpZ28gUHVibGlj
IFNlcnZlciBBdXRoZW50aWNhdGlvbiBSb290IFI0NjAeFw0yMTAzMjIwMDAwMDBaFw0zNjAzMjEy
MzU5NTlaMGAxCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMT
LlNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBDQSBEViBSMzYwggGiMA0GCSqG
SIb3DQEBAQUAA4IBjwAwggGKAoIBgQCWNl/YcjPv5I9Q9AJA5tlhyvEtMdh1/Vm0xF7th6pE9LDK
DPXqon1wBa1Y1Ny4gJz76nwNy3vM0bEKmqYS2qJ87s2+4Hl0RV7Fef1EUUfXYeb4209FCBcgWPHo
xIlw1a5U7dcYTnsvWYeVxBiP6DiGfL3RoWHZIJkIMRWQCNoQwx9g8q4KMe64X5vMcVv/2BXw/356
RwcQ0XadHV58ZZIrCd8blFrCWRpAOlG1lOYzrhMiy/+vtzIU7idKOzWMt1dh3PmrdrgvQ2hptl9t
3FVv4JQQd8HRum6VlC0fVG/fx7+Uh0/s5NMiVmHo5gvo2HE/xKjT+yG3/gn2aogbFEVzT+kLyy6N
r7BwhSdrQcGlcp9dMqnOCKz7OZcMvToBIl/kTgDb+b4enpvzix88DBDvrqsjrmaHnRLQOL0Tc+fZ
Zxolz48guwGZimC2aBZNH15X2i18pFQF/MdQdxWBqu5v9eW4SlGVO1m51TnFsU3HH8OAytctQA9o
jrR9nrAD49MCAwEAAaOCAYEwggF9MB8GA1UdIwQYMBaAFFZzWGSV+ZIasBIqBGJ5oUAViCFJMB0G
A1UdDgQWBBRowBIWGA6vzvaHpjJXo0ZRXcsHJzAOBgNVHQ8BAf8EBAMCAYYwEgYDVR0TAQH/BAgw
BgEB/wIBADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwGwYDVR0gBBQwEjAGBgRVHSAA
MAgGBmeBDAECATBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vY3JsLnNlY3RpZ28uY29tL1NlY3Rp
Z29QdWJsaWNTZXJ2ZXJBdXRoZW50aWNhdGlvblJvb3RSNDYuY3JsMIGEBggrBgEFBQcBAQR4MHYw
TwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1B1YmxpY1NlcnZlckF1
dGhlbnRpY2F0aW9uUm9vdFI0Ni5wN2MwIwYIKwYBBQUHMAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28u
Y29tMA0GCSqGSIb3DQEBDAUAA4ICAQBi04L0XL5OoQIXDjQiiykj3aQsaChJkY85JBcwGqawZZlR
Duu7HtyPV27p32sPoLzN7UHZ5COSsaQgv84XWzu9KaBhVp+xGhl38gdSuShC9fwVnBSyY+7tqaAF
9pjeD52rXHSM0YpvojoHN2XouAwP2rGn7eLsZA6d30nwsVKJ61jpniNQHNWg6jPyIBTzg4WHYeEC
6I/DVqLRWdjfxFMj7yR6kZZV8bF8FbPAf24iN6igh5qixUW8TxyZhQHhNIfl1TIPSMdy3b7xx4oS
0igVT8V8er+YNpWe9wMJle0iCK10wVB0xlpV6GY5vKFF0MPg1AKzSBoj0ACAWPgv1C2QBHOFAs3J
F/zsqWf5hTSWAIav0cuDesY7yr5jimkuw526dBnpnE80Yh84Cls9V/mEJ7nwRnCJZ0cgyf2U8/r4
XjTjLw026BtCLEFt6v7HnfpatmEVkuMSSGnt8Vd/2vfas099vvhf9T3QF3LiXOnf5fW6SHUG4zED
8QSEOhM5LeXsAG9zsFhJC5tDbj3Q5x2QjNSHdnAOtqQxWttpPFQzanbg3p0H6ezbOm1YK9rqPNav
whYogzHPEs+/kq3d48pxR2+QFT+yaq6NJzNPPNKMihHlCpADqU3VlFKe4chYK+EkSW2RidMAfjVA
npIBY7roautQRLA39yBnMvgksSrPVjCCBpUwggR9oAMCAQICEQDSf7vB3jWeUhatYUlYYJnEMA0G
CSqGSIb3DQEBDAUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UE
BxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMl
VVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0yMTAzMjIwMDAwMDBaFw0z
ODAxMTgyMzU5NTlaMF8xCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNjA0
BgNVBAMTLVNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBSb290IFI0NjCCAiIw
DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJO+1TZSddgBI6AcR0JJ7mO2tyH9xJXVSCsmfBRT
ENp5/Su3LaTULPrqMt1Jwrm9D0g9e1qYVK+eXTF0Twf8UCHdpM9oTxsSY20lmUwqmfNIMGH6gXwe
pwhK3D4rHB8YTHGqNYyt+G7oO0rZ5ZQC1omEE6ptyE8zzFCWN5Iz3F+I559U2UjwmEPWZv2fFzhD
xQFRC9fjIw8UXVsU50u+3fTI2gM30dY5oSFRMIOwbdcwTpZbkfBwJKu/RYFkQw29ITovPOmeDcsg
tUInzNpvm+5kMJA5zZNlgSExtSNQMzci4zjt+DEwzEX+YvnRXTJ5QoffasxWGUBNzqq7+bV2SZTx
J/iRpYPlBrNjDoDc4BJVgKY7ZrQ5hy3I8NDRFOnkDU0O9l1XcsU7HEdWneLV+4FhjMxNgJA0W7fX
FHXc2ARIn8DBKIi06RzKp7HxVrd7SUxZ5SAVqIQCKfo4lGmaSQaPzR95FBcSDIN63h+xl+75l3go
pMhEkul9JgWmWHKbeRPYEV+uxThiNGiyhjCO+JBhnjJs9Qc2zaJMbuyKNu3y5pkVRHDDfLycOcC0
4Wv3gyUjV9kSgOVJ8HUP743rHJtUKLQhPPx8Cv/ve2t1/4sdoBkFq/r4K4FC6Di6u/uq/T3g88rf
TpeXKe3zGFbppZasvcOQmLLg+aLUpkdDfG3PAgMBAAGjggEgMIIBHDAfBgNVHSMEGDAWgBRTeb9a
qitKz1SA4dibwJ3ysgNmyzAdBgNVHQ4EFgQUVnNYZJX5khqwEioEYnmhQBWIIUkwDgYDVR0PAQH/
BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMBEG
A1UdIAQKMAgwBgYEVR0gADBQBgNVHR8ESTBHMEWgQ6BBhj9odHRwOi8vY3JsLnVzZXJ0cnVzdC5j
b20vVVNFUlRydXN0UlNBQ2VydGlmaWNhdGlvbkF1dGhvcml0eS5jcmwwNQYIKwYBBQUHAQEEKTAn
MCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBDAUAA4IC
AQA6bwSJau2zFNHBQ0//T/fgbIApEYELNEugX+7yUpVjB8G8tFRr8QktIa24tCtgSDWWxG7FbIKU
KtOON9csqFZ9x5XaK4KtuEZXUQzjoqRGQ0xQfcAvR2LdbYRxdNF3htgvCgtaZcKBMygCIT73nyPw
t3E9An01ybhY1GyiIEsIzY8OmB7S4KMv4XefiS1JS3KP4MxV/6lm0+7RKrjjGKbDSlmY/Ey6j6us
zIhuDWun3hGbXumD1xqzFpU1jd+Nbw3nXPssUKkroO/RyVEHDmbOysg1s7ZmnkMbDxOPVFf/F8K3
2bWWmMq7OBaQ/eGeEPHc1xi/PqhCY8YHM2u1uj0Tmgpbm2r3dVSj5vPmglu+7u0saUdkxRi+pD3c
bCshYo6XLp0eVe/bFMkTnzXc46wHBVmVyvLG2/RZZ8LlRuu+yS7/mVU1+QMS71uTgeM7ebkvswet
sCf1r/o1xgLbUgHCXnOIhYAlh0b3Yv4yaEs0S2t5xM8eqRSM3JUgp4dLtcQni3FAcqUoj4GvFvuj
5LqMkKvFParPRKMRuTb675crIcFEvcr3GURsOy45ceIyR/wYSD0fJCAQkI9b52vU84mTq8NTn/IQ
1GxyhRvT5vA6dr248/9iR9/ar8bITylZZRn6vuZJT5u8mUVGE4gjAG6sDXS/57KhdkZ58qefF0Ur
STCCBtwwggVEoAMCAQICEHJ3nL9b33wKKh/JOw4nSzEwDQYJKoZIhvcNAQELBQAwYDELMAkGA1UE
BhMCR0IxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBQdWJsaWMg
U2VydmVyIEF1dGhlbnRpY2F0aW9uIENBIERWIFIzNjAeFw0yNTA3MTgwMDAwMDBaFw0yNjA3MTgy
MzU5NTlaMDUxMzAxBgNVBAMTKjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANcjRzy32NCaDX1H8Fg4/XLT+eGm
aBnn+cwBBtHZtLpRKbFuLrmIzwAnwIYlvHthP4ayLwP97MTKArdBGDlFp++ZmD7xCNZ6UEBHSQW8
W4/EHYrZdYeJNzljF6sdDosYPlx85BgOCsWnUopQUDtoipvVwvZKwDwcxGQQQlYgCd+MY3rahI6M
k/s3cKlW4tM0SdzhI01lr+dhv9yoZGK11ib5CVpo+c/L8zgisqJ6ZDai5mzPlcJ2/am2C0OSdPeZ
BiQ3rs5rsuin1HitrVJLSJjRRYfxC25fnJeNTW3JXiA17oP+itfx2EGlUFPTnnbTSBT6taSXmruq
kJFpUldCmUkCAwEAAaOCAzswggM3MB8GA1UdIwQYMBaAFGjAEhYYDq/O9oemMlejRlFdywcnMB0G
A1UdDgQWBBSOs5kgDH0e815wGNvgmAaZtmP1+DAOBgNVHQ8BAf8EBAMCBaAwDAYDVR0TAQH/BAIw
ADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwSQYDVR0gBEIwQDA0BgsrBgEEAbIxAQIC
BzAlMCMGCCsGAQUFBwIBFhdodHRwczovL3NlY3RpZ28uY29tL0NQUzAIBgZngQwBAgEwgYQGCCsG
AQUFBwEBBHgwdjBPBggrBgEFBQcwAoZDaHR0cDovL2NydC5zZWN0aWdvLmNvbS9TZWN0aWdvUHVi
bGljU2VydmVyQXV0aGVudGljYXRpb25DQURWUjM2LmNydDAjBggrBgEFBQcwAYYXaHR0cDovL29j
c3Auc2VjdGlnby5jb20wZQYDVR0RBF4wXIIqMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxv
bmdpc2xhbmQuY29tgi53d3cuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tMIIBfQYKKwYBBAHWeQIEAgSCAW0EggFpAWcAdwDYCVU7lE96/8gWGW+UT4WrsPj8XodVJg8V
0S5yu0VLFAAAAZgfHDF2AAAEAwBIMEYCIQDQY5s3Wnr6gkKztaftAjmGuKFr4o4Kgx++mb1SgcuI
QQIhAMxctEYBlaaOH79S8DSdA06DCsdMlQZ3gI9J6Om7awgWAHUArKswcGzr7IQx9BPS9JFfER5C
JEOx8qaMTzwrO6ceAsMAAAGYHxwxEQAABAMARjBEAiA9FiyJaBW/fIAcv2H237eb8ABe74r98G1A
3J4fFeXUTwIgMJfAjYZzHzOZT+o+SfvVkApWh97G0aPmMUXWpzoOUIkAdQDXbX0Q0af1d8LH6V/X
AL/5gskzWmXh0LMBcxfAyMVpdwAAAZgfHDEOAAAEAwBGMEQCIGqa5aJFkxWDOc/1C8FgW2oFCe+A
eHUiyfbMjG7yvB/VAiAnWvWb7ALgbjlGV8UQcUBBaBX72WoC5Vmx/J3UYSvdlTANBgkqhkiG9w0B
AQsFAAOCAYEAf5X2oY3oSOln2jDASQ4g80a3qKaWIiaAA7p/EJGxvUb5H8rmFIF90bBsMDCvdetq
8udy0+UjMuW+HAaQycUSkEIEtGj1gxtGzkMqjt4hk4KYJUd4OZa7M5gMB8DTlFzbI2+xcFH/4zoB
uGtGuWmQf02AsyAO3BjBVA6QKzRNkeCuSKFCYjaLnx934MOEoc5KQnkbUssJlVxDCNZcaxP3PjK1
kuMWbzj4xss8PNO/Mn6yGSQj1xkpN3OcS4G/NQoyllTZ0x0jdr/sA/Ega6XBLJsyl+RW5AQC5ucR
9kXITPM1oxTVFTXV7qQQC940PQ7DWLnXh+0gz3s3kGqBjqLLf5M27Ai7y+WSFAVc1/9TtLZENnjn
CM2LGjeub42bscJ4OeGeEpRG1gqSViVBqvS4624FaRH0j3a8ZByn1Ns7t+vtKl/JUOSwqAGkX2g7
KTFOHukZey247uJicQAdYmWP/efset56tG+5IPwoZsIlqnmLr75Mv2rKsB02MpG8o09+MYIChjCC
AoICAQEwdDBgMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQD
Ey5TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gQ0EgRFYgUjM2AhByd5y/W998
CiofyTsOJ0sxMA0GCWCGSAFlAwQCAQUAoIHkMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJ
KoZIhvcNAQkFMQ8XDTI1MDgwMjA3NDgzOFowLwYJKoZIhvcNAQkEMSIEIPIAHKqvpjeU6IWbr06R
Ip/TVnvO3Ku0QXcBJin+5prlMHkGCSqGSIb3DQEJDzFsMGowCwYJYIZIAWUDBAEqMAsGCWCGSAFl
AwQBFjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMC
AgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMA0GCSqGSIb3DQEBAQUABIIBAB/MzeREdnQnfS7j
pmwy02+EnfuOPeZfGggwxeRKdR7Z4Ax1ZZLn/fRnjTZMz87Z0YFtLjEFilm2/Gu5LaSbtPlwdRlO
JPluXt/VgMng5ttpoCtd0QIsLz0J2wWPeEQLnWwOOcH5Ah8Cs4TaNBJjmmyTMjpNyPXg2rRsykdb
Xxjd0UF/WNVH8EIneuStawatk3cF0wi612XpBsnkt4X1AE6W5c9nYEiS/Ds/jGuV4fBIxi0Bxn7K
KbvEaxGG3hO1drm1cvC4aMfaFfy2uS0Q3tSz3JP3mmGnIQ8twHE5mGNUujHoXt07G9bryhrrVATL
XhVXaM3El9g5Nkm0Ah78c/s=

--mixed-Cpanel::Email::Object-3702094-1754120918-0.694558450891336
Content-Type: application/octet-stream; x-unix-mode=0600; name="carddav-team@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="carddav-team@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIe0QYJKoZIhvcNAQcCoIIewjCCHr4CAQExDzANBglghkgBZQMEAgEFADCCCE8GCSqGSIb3DQEH
AaCCCEAEggg8PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FyZERBVkFjY291bnREZXNjcmlwdGlvbjwva2V5Pg0KICAg
ICAgICA8c3RyaW5nPnRlYW1AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNhcmREQVZI
b3N0TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbToyMDgwPC9zdHJpbmc+DQogICAgICAgIDxrZXk+Q2FyZERBVlVzZVNT
TDwva2V5Pg0KICAgICAgICA8dHJ1ZS8+DQogICAgICAgIDxrZXk+Q2FyZERBVlVzZXJuYW1lPC9r
ZXk+DQogICAgICAgIDxzdHJpbmc+dGVhbUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9u
Z2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkRGVzY3JpcHRpb248L2tl
eT4NCiAgICAgICAgPHN0cmluZz50ZWFtQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbSBTZWN1cmUgQ29udGFjdHMgU2V0dXA8L3N0cmluZz4NCiAgICAgICAgPGtleT5Q
YXlsb2FkRGlzcGxheU5hbWU8L2tleT4NCiAgICAgICAgPHN0cmluZz5DYXJkREFWPC9zdHJpbmc+
DQogICAgICAgIDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4NCiAgICAgICAgPHN0cmluZz5j
cGFuZWwubWFpbC5vcmcudGVhbS4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFu
ZC5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQog
ICAgICAgIDxzdHJpbmc+MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgICAgPHN0cmlu
Zz5jb20uYXBwbGUuY2FyZGRhdi5hY2NvdW50PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9h
ZFVVSUQ8L2tleT4NCiAgICAgICAgPHN0cmluZz4wNGMwNzEyOS04ZmRjLTU5OGEtODQ1NC1jNGY2
OTU4NzEyZWY8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICAg
ICAgICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KICAgIDwvZGljdD4NCiAgPC9hcnJheT4NCiAgPGtl
eT5QYXlsb2FkRGVzY3JpcHRpb248L2tleT4NCiAgPHN0cmluZz50ZWFtQDI0aG91cndhdGVyZGFt
YWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ29udGFjdHMgU2V0dXA8L3N0cmlu
Zz4NCiAgPGtleT5QYXlsb2FkRGlzcGxheU5hbWU8L2tleT4NCiAgPHN0cmluZz50ZWFtQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ29udGFjdHMgU2V0
dXA8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICA8c3RyaW5nPmNw
YW5lbC5tYWlsLm9yZy50ZWFtLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbS1jYXJkZGF2PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0K
ICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy50ZWFtLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRSZW1vdmFsRGlzYWxsb3dl
ZDwva2V5Pg0KICA8ZmFsc2UvPg0KICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogIDxzdHJpbmc+
Q29uZmlndXJhdGlvbjwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRVVUlEPC9rZXk+DQogIDxzdHJp
bmc+NzhjYmFiMjItNDU3YS1mZjQ1LTI0M2ItZTM1YWMwY2M4NGUxPC9zdHJpbmc+DQogIDxrZXk+
UGF5bG9hZFZlcnNpb248L2tleT4NCiAgPGludGVnZXI+MTwvaW50ZWdlcj4NCjwvZGljdD4NCjwv
cGxpc3Q+DQqgghPJMIIGTDCCBDSgAwIBAgIQOXpmzCdWNi4NqofKbqvjsTANBgkqhkiG9w0BAQwF
ADBfMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0
aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYwHhcNMjEwMzIyMDAwMDAw
WhcNMzYwMzIxMjM1OTU5WjBgMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVk
MTcwNQYDVQQDEy5TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gQ0EgRFYgUjM2
MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAljZf2HIz7+SPUPQCQObZYcrxLTHYdf1Z
tMRe7YeqRPSwygz16qJ9cAWtWNTcuICc++p8Dct7zNGxCpqmEtqifO7NvuB5dEVexXn9RFFH12Hm
+NtPRQgXIFjx6MSJcNWuVO3XGE57L1mHlcQYj+g4hny90aFh2SCZCDEVkAjaEMMfYPKuCjHuuF+b
zHFb/9gV8P9+ekcHENF2nR1efGWSKwnfG5RawlkaQDpRtZTmM64TIsv/r7cyFO4nSjs1jLdXYdz5
q3a4L0NoabZfbdxVb+CUEHfB0bpulZQtH1Rv38e/lIdP7OTTIlZh6OYL6NhxP8So0/sht/4J9mqI
GxRFc0/pC8suja+wcIUna0HBpXKfXTKpzgis+zmXDL06ASJf5E4A2/m+Hp6b84sfPAwQ766rI65m
h50S0Di9E3Pn2WcaJc+PILsBmYpgtmgWTR9eV9otfKRUBfzHUHcVgarub/XluEpRlTtZudU5xbFN
xx/DgMrXLUAPaI60fZ6wA+PTAgMBAAGjggGBMIIBfTAfBgNVHSMEGDAWgBRWc1hklfmSGrASKgRi
eaFAFYghSTAdBgNVHQ4EFgQUaMASFhgOr872h6YyV6NGUV3LBycwDgYDVR0PAQH/BAQDAgGGMBIG
A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMBsGA1UdIAQU
MBIwBgYEVR0gADAIBgZngQwBAgEwVAYDVR0fBE0wSzBJoEegRYZDaHR0cDovL2NybC5zZWN0aWdv
LmNvbS9TZWN0aWdvUHVibGljU2VydmVyQXV0aGVudGljYXRpb25Sb290UjQ2LmNybDCBhAYIKwYB
BQUHAQEEeDB2ME8GCCsGAQUFBzAChkNodHRwOi8vY3J0LnNlY3RpZ28uY29tL1NlY3RpZ29QdWJs
aWNTZXJ2ZXJBdXRoZW50aWNhdGlvblJvb3RSNDYucDdjMCMGCCsGAQUFBzABhhdodHRwOi8vb2Nz
cC5zZWN0aWdvLmNvbTANBgkqhkiG9w0BAQwFAAOCAgEAYtOC9Fy+TqECFw40IospI92kLGgoSZGP
OSQXMBqmsGWZUQ7rux7cj1du6d9rD6C8ze1B2eQjkrGkIL/OF1s7vSmgYVafsRoZd/IHUrkoQvX8
FZwUsmPu7amgBfaY3g+dq1x0jNGKb6I6Bzdl6LgMD9qxp+3i7GQOnd9J8LFSietY6Z4jUBzVoOoz
8iAU84OFh2HhAuiPw1ai0VnY38RTI+8kepGWVfGxfBWzwH9uIjeooIeaosVFvE8cmYUB4TSH5dUy
D0jHct2+8ceKEtIoFU/FfHq/mDaVnvcDCZXtIgitdMFQdMZaVehmObyhRdDD4NQCs0gaI9AAgFj4
L9QtkARzhQLNyRf87Kln+YU0lgCGr9HLg3rGO8q+Y4ppLsOdunQZ6ZxPNGIfOApbPVf5hCe58EZw
iWdHIMn9lPP6+F404y8NNugbQixBber+x536WrZhFZLjEkhp7fFXf9r32rNPfb74X/U90Bdy4lzp
3+X1ukh1BuMxA/EEhDoTOS3l7ABvc7BYSQubQ2490OcdkIzUh3ZwDrakMVrbaTxUM2p24N6dB+ns
2zptWCva6jzWr8IWKIMxzxLPv5Kt3ePKcUdvkBU/smqujSczTzzSjIoR5QqQA6lN1ZRSnuHIWCvh
JEltkYnTAH41QJ6SAWO66GrrUESwN/cgZzL4JLEqz1YwggaVMIIEfaADAgECAhEA0n+7wd41nlIW
rWFJWGCZxDANBgkqhkiG9w0BAQwFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJz
ZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsx
LjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMjEwMzIy
MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjBfMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBM
aW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9v
dCBSNDYwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCTvtU2UnXYASOgHEdCSe5jtrch
/cSV1UgrJnwUUxDaef0rty2k1Cz66jLdScK5vQ9IPXtamFSvnl0xdE8H/FAh3aTPaE8bEmNtJZlM
KpnzSDBh+oF8HqcIStw+KxwfGExxqjWMrfhu6DtK2eWUAtaJhBOqbchPM8xQljeSM9xfiOefVNlI
8JhD1mb9nxc4Q8UBUQvX4yMPFF1bFOdLvt30yNoDN9HWOaEhUTCDsG3XME6WW5HwcCSrv0WBZEMN
vSE6Lzzpng3LILVCJ8zab5vuZDCQOc2TZYEhMbUjUDM3IuM47fgxMMxF/mL50V0yeUKH32rMVhlA
Tc6qu/m1dkmU8Sf4kaWD5QazYw6A3OASVYCmO2a0OYctyPDQ0RTp5A1NDvZdV3LFOxxHVp3i1fuB
YYzMTYCQNFu31xR13NgESJ/AwSiItOkcyqex8Va3e0lMWeUgFaiEAin6OJRpmkkGj80feRQXEgyD
et4fsZfu+Zd4KKTIRJLpfSYFplhym3kT2BFfrsU4YjRosoYwjviQYZ4ybPUHNs2iTG7sijbt8uaZ
FURww3y8nDnAtOFr94MlI1fZEoDlSfB1D++N6xybVCi0ITz8fAr/73trdf+LHaAZBav6+CuBQug4
urv7qv094PPK306Xlynt8xhW6aWWrL3DkJiy4Pmi1KZHQ3xtzwIDAQABo4IBIDCCARwwHwYDVR0j
BBgwFoAUU3m/WqorSs9UgOHYm8Cd8rIDZsswHQYDVR0OBBYEFFZzWGSV+ZIasBIqBGJ5oUAViCFJ
MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdJQQWMBQGCCsGAQUFBwMBBggr
BgEFBQcDAjARBgNVHSAECjAIMAYGBFUdIAAwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDovL2NybC51
c2VydHJ1c3QuY29tL1VTRVJUcnVzdFJTQUNlcnRpZmljYXRpb25BdXRob3JpdHkuY3JsMDUGCCsG
AQUFBwEBBCkwJzAlBggrBgEFBQcwAYYZaHR0cDovL29jc3AudXNlcnRydXN0LmNvbTANBgkqhkiG
9w0BAQwFAAOCAgEAOm8EiWrtsxTRwUNP/0/34GyAKRGBCzRLoF/u8lKVYwfBvLRUa/EJLSGtuLQr
YEg1lsRuxWyClCrTjjfXLKhWfceV2iuCrbhGV1EM46KkRkNMUH3AL0di3W2EcXTRd4bYLwoLWmXC
gTMoAiE+958j8LdxPQJ9Ncm4WNRsoiBLCM2PDpge0uCjL+F3n4ktSUtyj+DMVf+pZtPu0Sq44xim
w0pZmPxMuo+rrMyIbg1rp94Rm17pg9casxaVNY3fjW8N51z7LFCpK6Dv0clRBw5mzsrINbO2Zp5D
Gw8Tj1RX/xfCt9m1lpjKuzgWkP3hnhDx3NcYvz6oQmPGBzNrtbo9E5oKW5tq93VUo+bz5oJbvu7t
LGlHZMUYvqQ93GwrIWKOly6dHlXv2xTJE5813OOsBwVZlcryxtv0WWfC5Ubrvsku/5lVNfkDEu9b
k4HjO3m5L7MHrbAn9a/6NcYC21IBwl5ziIWAJYdG92L+MmhLNEtrecTPHqkUjNyVIKeHS7XEJ4tx
QHKlKI+Brxb7o+S6jJCrxT2qz0SjEbk2+u+XKyHBRL3K9xlEbDsuOXHiMkf8GEg9HyQgEJCPW+dr
1POJk6vDU5/yENRscoUb0+bwOna9uPP/Ykff2q/GyE8pWWUZ+r7mSU+bvJlFRhOIIwBurA10v+ey
oXZGefKnnxdFK0kwggbcMIIFRKADAgECAhByd5y/W998CiofyTsOJ0sxMA0GCSqGSIb3DQEBCwUA
MGAxCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3Rp
Z28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBDQSBEViBSMzYwHhcNMjUwNzE4MDAwMDAw
WhcNMjYwNzE4MjM1OTU5WjA1MTMwMQYDVQQDEyoyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9u
bG9uZ2lzbGFuZC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDXI0c8t9jQmg19
R/BYOP1y0/nhpmgZ5/nMAQbR2bS6USmxbi65iM8AJ8CGJbx7YT+Gsi8D/ezEygK3QRg5RafvmZg+
8QjWelBAR0kFvFuPxB2K2XWHiTc5YxerHQ6LGD5cfOQYDgrFp1KKUFA7aIqb1cL2SsA8HMRkEEJW
IAnfjGN62oSOjJP7N3CpVuLTNEnc4SNNZa/nYb/cqGRitdYm+QlaaPnPy/M4IrKiemQ2ouZsz5XC
dv2ptgtDknT3mQYkN67Oa7Lop9R4ra1SS0iY0UWH8QtuX5yXjU1tyV4gNe6D/orX8dhBpVBT0552
00gU+rWkl5q7qpCRaVJXQplJAgMBAAGjggM7MIIDNzAfBgNVHSMEGDAWgBRowBIWGA6vzvaHpjJX
o0ZRXcsHJzAdBgNVHQ4EFgQUjrOZIAx9HvNecBjb4JgGmbZj9fgwDgYDVR0PAQH/BAQDAgWgMAwG
A1UdEwEB/wQCMAAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMEkGA1UdIARCMEAwNAYL
KwYBBAGyMQECAgcwJTAjBggrBgEFBQcCARYXaHR0cHM6Ly9zZWN0aWdvLmNvbS9DUFMwCAYGZ4EM
AQIBMIGEBggrBgEFBQcBAQR4MHYwTwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuc2VjdGlnby5jb20v
U2VjdGlnb1B1YmxpY1NlcnZlckF1dGhlbnRpY2F0aW9uQ0FEVlIzNi5jcnQwIwYIKwYBBQUHMAGG
F2h0dHA6Ly9vY3NwLnNlY3RpZ28uY29tMGUGA1UdEQReMFyCKjI0aG91cndhdGVyZGFtYWdlcmVz
dG9yYXRpb25sb25naXNsYW5kLmNvbYIud3d3LjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25s
b25naXNsYW5kLmNvbTCCAX0GCisGAQQB1nkCBAIEggFtBIIBaQFnAHcA2AlVO5RPev/IFhlvlE+F
q7D4/F6HVSYPFdEucrtFSxQAAAGYHxwxdgAABAMASDBGAiEA0GObN1p6+oJCs7Wn7QI5hriha+KO
CoMfvpm9UoHLiEECIQDMXLRGAZWmjh+/UvA0nQNOgwrHTJUGd4CPSejpu2sIFgB1AKyrMHBs6+yE
MfQT0vSRXxEeQiRDsfKmjE88KzunHgLDAAABmB8cMREAAAQDAEYwRAIgPRYsiWgVv3yAHL9h9t+3
m/AAXu+K/fBtQNyeHxXl1E8CIDCXwI2Gcx8zmU/qPkn71ZAKVofextGj5jFF1qc6DlCJAHUA1219
ENGn9XfCx+lf1wC/+YLJM1pl4dCzAXMXwMjFaXcAAAGYHxwxDgAABAMARjBEAiBqmuWiRZMVgznP
9QvBYFtqBQnvgHh1Isn2zIxu8rwf1QIgJ1r1m+wC4G45RlfFEHFAQWgV+9lqAuVZsfyd1GEr3ZUw
DQYJKoZIhvcNAQELBQADggGBAH+V9qGN6EjpZ9owwEkOIPNGt6imliImgAO6fxCRsb1G+R/K5hSB
fdGwbDAwr3XravLnctPlIzLlvhwGkMnFEpBCBLRo9YMbRs5DKo7eIZOCmCVHeDmWuzOYDAfA05Rc
2yNvsXBR/+M6AbhrRrlpkH9NgLMgDtwYwVQOkCs0TZHgrkihQmI2i58fd+DDhKHOSkJ5G1LLCZVc
QwjWXGsT9z4ytZLjFm84+MbLPDzTvzJ+shkkI9cZKTdznEuBvzUKMpZU2dMdI3a/7APxIGulwSyb
MpfkVuQEAubnEfZFyEzzNaMU1RU11e6kEAveND0Ow1i514ftIM97N5BqgY6iy3+TNuwIu8vlkhQF
XNf/U7S2RDZ45wjNixo3rm+Nm7HCeDnhnhKURtYKklYlQar0uOtuBWkR9I92vGQcp9TbO7fr7Spf
yVDksKgBpF9oOykxTh7pGXstuO7iYnEAHWJlj/3n7HreerRvuSD8KGbCJap5i6++TL9qyrAdNjKR
vKNPfjGCAoYwggKCAgEBMHQwYDELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRl
ZDE3MDUGA1UEAxMuU2VjdGlnbyBQdWJsaWMgU2VydmVyIEF1dGhlbnRpY2F0aW9uIENBIERWIFIz
NgIQcnecv1vffAoqH8k7DidLMTANBglghkgBZQMEAgEFAKCB5DAYBgkqhkiG9w0BCQMxCwYJKoZI
hvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0yNTA4MDIwNzQ4MzhaMC8GCSqGSIb3DQEJBDEiBCCJjN7U
A7EcCQxjHnB87QhHWvgCIkSERFZbACtq4rDmDDB5BgkqhkiG9w0BCQ8xbDBqMAsGCWCGSAFlAwQB
KjALBglghkgBZQMEARYwCwYJYIZIAWUDBAECMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDAN
BggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDANBgkqhkiG9w0BAQEFAASCAQA9
ODcEENjlR8aw0TqaD9C/HabZOE/ubTf1gBl1z5/DzjYB7IaP1zx7PoySnMD3unlDmdaHlSWJKPrl
HYB0IVrZOXP7xLMZOVTAxvm1HyWgfHQ/TQ/4NL1qErRSlO+HEAhCN4n80+rUfoO87D9b2Fuz9A0p
NIGuAsiyHvOvCufDOjoakceWuNfJzfEIfIHvXO2z2bXg97cVlE9PZ2B41znGe2jMF2QlLDOKOZms
HofueJRIklyFy4cfq14nTgD6mcnS2hhhu8Jvjg2PpjTSfCeo3gALUNwmkUJR4Tjg5Nm8k8BcQIYI
1WP7fUd1vbX4t1FneidIk1a5aYFSMfqHrTgf
--mixed-Cpanel::Email::Object-3702094-1754120918-0.694558450891336--
team/cur/1754134258.M970654P213873.premium320.web-hosting.com,S=10225,W=10373:2,S000064000000023761151007557630020060 0ustar00Return-Path: <37PaNaBcKAF0BJJBG9RJMFNK579-IJM9KGTBJJBG9.7JH@idverification.bounces.google.com>
Delivered-To: team@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id +eYTOfL2jWhxQwMAVkXPrw
	(envelope-from <37PaNaBcKAF0BJJBG9RJMFNK579-IJM9KGTBJJBG9.7JH@idverification.bounces.google.com>)
	for <team@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 07:30:58 -0400
Return-path: <37PaNaBcKAF0BJJBG9RJMFNK579-IJM9KGTBJJBG9.7JH@idverification.bounces.google.com>
Envelope-to: team@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 07:30:58 -0400
Received: from [198.54.122.200] (port=43420 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <37PaNaBcKAF0BJJBG9RJMFNK579-IJM9KGTBJJBG9.7JH@idverification.bounces.google.com>)
	id 1uiAS2-00000000tdS-3I4G
	for team@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 07:30:58 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="mIl/dgCe";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 37PaNaBcKAF0BJJBG9RJMFNK579-IJM9KGTBJJBG9.7JH@idverification.bounces.google.com designates 209.85.219.73 as permitted sender) smtp.mailfrom=37PaNaBcKAF0BJJBG9RJMFNK579-IJM9KGTBJJBG9.7JH@idverification.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f73.google.com (mail-qv1-f73.google.com [209.85.219.73])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvLH13Ckjz18HG
	for <team@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 11:30:53 +0000 (UTC)
Received: by mail-qv1-f73.google.com with SMTP id 6a1803df08f44-7073140087aso47734766d6.1
        for <team@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 04:30:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754134253; x=1754739053; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:mime-version:from:to:cc:subject
         :date:message-id:reply-to;
        bh=4nOOv2YTtV45ueOoIZlZfbCCGHF7BavSXKlwvFQl7V4=;
        b=mIl/dgCeqMoYjWC7fo9BfyCnfVPUVAOD/+LdlFOqf0bFqR5W8BtdAI3vR2DKOSMPsP
         IH+uhvPitUsVNeKSYKuMZvaT75hXigPPg7CwPIlfkXfsTeRY9mJuzod1jD9PZtOpqcuf
         7VoIyGifEzCdaEWz+s8O0N0P7Rpa1UjmG6TrioBcI4OrctajgJ9yNqPs8+XlQh+qFfHd
         ES1WPfyAZvcUSB6aVSPI9eXq7P0rBrtCG66r3O9hRJys842VOvPsEsrWvhUgJpydJUMt
         uNojE7ZafACkoamJfgtufywMzl4KcCyIqXEqSThkfkUxGO4mADXOJx5KD9DZr5OOjzQJ
         R+Yw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754134253; x=1754739053;
        h=to:from:subject:date:message-id:mime-version:x-gm-message-state
         :from:to:cc:subject:date:message-id:reply-to;
        bh=4nOOv2YTtV45ueOoIZlZfbCCGHF7BavSXKlwvFQl7V4=;
        b=eXi3wPd1s8Ke+wNAp0xOaFH7QLB6sGCaa5cuCPfW3UIHkbiYNbPn0zXRlhjb51lyGR
         w7G4VKVCcC+F5mwibCuht+4qNhyGmpnjoLKIhXgvrsxtFtXof05+/r7rvvMZ+iQoZGrL
         9WK+6kemGtl0m3pXVZPhJiF5OXkz6s6ldPJ1QQBmujl38a8gt+WXLTp4hfil/7MFyXsA
         w+vMyt2mXLk/jhrpG4ZluFLgjL0rGBwH0rnwXFUWXWyDHrnNWVJSPX+FiCaR6MDZLhKt
         DbP4nPzZWeXXfUacfKPb2+hIHLW/Xr6k60zvS1KUTC9gPu/NXVhFbk5wR3ShUJASbAs5
         oLpQ==
X-Gm-Message-State: AOJu0YyDgWz2JoLBhI6qG78LHpC9xp2/B50Hnja7iUjaS1i86pF59MES
	GKIQholhK/w4nlcIOo09VX2uuYKt1xpoo9G79KMoNTcEx7TrCks7V8ZzTE/RbjMYuo2/8pY=
X-Google-Smtp-Source: AGHT+IGVfgL/yaJQKNAo1lOk4Z6I963JoxsJfpfPsHFP4YWSvPmbcm/nC4WUjIqFrVEwzq/Idq2aQJPnjT8whA==
MIME-Version: 1.0
X-Received: by 2002:a05:6214:48f:b0:707:4aa0:2f1 with SMTP id
 6a1803df08f44-70935f5756emr47368306d6.16.1754134252647; Sat, 02 Aug 2025
 04:30:52 -0700 (PDT)
Message-ID: <autogen-java-9d47bbd4-f02f-4a75-8756-8babcb8ac0f0@google.com>
Date: Sat, 02 Aug 2025 11:30:52 +0000
Subject: Verify your email
From: The Google Workspace Team <googleworkspace-noreply@google.com>
To: team@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000047597063b60356a"

--000000000000047597063b60356a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

VmVyaWZ5IHlvdXIgZW1haWwgYWRkcmVzcw0KDQpIaSwNCg0KVG8gY29udGludWUgc2V0dGluZyB1
cCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgYWNjb3VudCwgZW50ZXIgdGhpcyAgDQp2ZXJpZmljYXRp
b24gY29kZToNCg0KODQzMjIyDQoNCklmIHlvdSBhcmUgbm90IHRoZSBvd25lciBvZiAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20sIHRoZSAgDQpvd25lciBtYXkgY2hv
b3NlIHRvIG1hbmFnZSB5b3VyIEdvb2dsZSBhY2NvdW50IGJ5IHZlcmlmeWluZyBkb21haW4gIA0K
b3duZXJzaGlwLiBZb3UnbGwgYmUgbm90aWZpZWQgaWYgdGhpcyBoYXBwZW5zIGFuZCBoYXZlIHRp
bWUgdG8gZXhwb3J0IGZpbGVzICANCmJlZm9yZSB0aGV5IHN0YXJ0IG1hbmFnaW5nIHlvdXIgYWNj
b3VudA0KDQpEb24ndCBrbm93IHdoeSB5b3UgcmVjZWl2ZWQgdGhpcz8NCg0KU29tZW9uZSBpcyB0
cnlpbmcgdG8gY3JlYXRlIGEgR29vZ2xlIFdvcmtzcGFjZSBhY2NvdW50IHdpdGggdGhpcyBlbWFp
bCAgDQphZGRyZXNzLiBJZiB0aGlzIGlzbid0IHlvdSwgdG8gcHJvdGVjdCB5b3VyIGFjY291bnQs
IGRvbid0IGZvcndhcmQgdGhpcyAgDQplbWFpbCBvciBnaXZlIHRoaXMgY29kZSB0byBhbnlvbmUu
DQoNClRoZSBHb29nbGUgV29ya3NwYWNlIFRlYW0NCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLQ0KR29vZ2xlIFdvcmtzcGFjZQ0KDQrCqSAyMDI1IEdvb2dsZSBMTEMg
MTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCg0KWW91
IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCBiZWNhdXNlIGl0IGNvbnRhaW5zIGltcG9ydGFudCBp
bmZvcm1hdGlvbiAgDQphYm91dCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgcHJvZHVjdCBvciBhY2Nv
dW50DQo=
--000000000000047597063b60356a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div style=3D"display: none; max-height: 0; overflow: hidd=
en;">Enter the verification code 843222 to continue setting up your Google =
Workspace account.</div><div style=3D"background-color: #f8f9fa; padding: 2=
4px 24px 0;"><div style=3D"margin-left: auto; margin-right: auto; max-width=
: 580px;"><div style=3D"background-color: #fff; border-bottom: 1px solid #d=
adce0; padding: 36px 36px 64px;"><div style=3D"text-align: center;"><img al=
t=3D"Google Workspace" dir=3D"ltr" height=3D"21px" width=3D"166px" src=3D"h=
ttps://gstatic.com/apps/signup/resources/google-workspace-lockup-color.png"=
></div><div style=3D"margin-top: 24px;"><div style=3D"font-weight: 700;text=
-align: center;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif;=
 font-style: normal; letter-spacing: 0.1px;color: #202124; font-size: 24px;=
 line-height: 130%;">Verify your email address</div><p style=3D"margin-top:=
 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-sty=
le: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-hei=
ght: 150%;font-weight: 400;">Hi,</p><p style=3D"margin-top: 24px;font-famil=
y: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; lett=
er-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;font-w=
eight: 400;">To continue setting up your Google Workspace account, enter th=
is verification code:</p><table style=3D"margin-top: 24px;background-color:=
 #e8f0fe; height: 178px; width: 100%;"><tr style=3D"font-weight: 700;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 24px; line-height: 100%;">=
<td align=3D"center">843222</td></tr></table><table style=3D"margin-top: 24=
px;"><tr><td style=3D"text-align: center;color: #3c4043;"><img alt=3D"Infor=
mation icon" height=3D"20px" width=3D"20px" src=3D"https://gstatic.com/apps=
/signup/resources/info-icon.png"></td><td style=3D"width: 24px;"></td><td s=
tyle=3D"font-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, s=
ans-serif; font-size: 12px; font-style: normal; letter-spacing: 0.3px; line=
-height: 133%;color: #3c4043;">If you are not the owner of <a>24hourwaterda=
magerestorationlongisland.com</a>, the owner may choose to manage your Goog=
le account by verifying domain ownership. You&rsquo;ll be notified if this =
happens and have time to export files before they start managing your accou=
nt</td></tr></table><p style=3D"margin-top: 24px;font-family: &#39;Open San=
s&#39;, Roboto, Arial, sans-serif; font-style: normal; letter-spacing: 0.1p=
x;color: #3c4043; font-size: 16px; line-height: 150%;font-weight: 500;">Don=
&rsquo;t know why you received this?</p><p style=3D"margin-top: 24px;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;fo=
nt-weight: 400;">Someone is trying to create a Google Workspace account wit=
h this email address. If this isn&rsquo;t you, to protect your account, don=
&rsquo;t forward this email or give this code to anyone.</p><p style=3D"mar=
gin-top: 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; =
font-style: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; =
line-height: 150%;font-weight: 400;">The Google Workspace Team</p></div></d=
iv><div style=3D"padding: 24px 16px;"><div style=3D"text-align: center;"><i=
mg alt=3D"Google Workspace" dir=3D"ltr" height=3D"22px" width=3D"180px" src=
=3D"https://gstatic.com/apps/signup/resources/google-workspace-lockup-color=
.png"></div><div style=3D"padding: 10px;"><p style=3D"text-align: center;fo=
nt-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif;=
 font-size: 12px; font-style: normal; letter-spacing: 0.3px; line-height: 1=
33%;color: #5f6368;">&#169; 2025 Google LLC 1600 Amphitheatre Parkway, Moun=
tain View, CA 94043</p><p style=3D"text-align: center;font-weight: 400;font=
-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif; font-size: 12px; f=
ont-style: normal; letter-spacing: 0.3px; line-height: 133%;color: #5f6368;=
margin-top: 10px;">You have received this email because it contains importa=
nt information about your Google Workspace product or account</p></div></di=
v></div></div></div>
--000000000000047597063b60356a--
team/.Sent/dovecot.index.log000064000000000240151007557630011736 0ustar00(�h�h����x����@����$maildir����$���h�h=��
���h�h=��
���h?ڌ93���� �hL����team/.Sent/dovecot-uidlist000064000000000063151007557630011526 0ustar003 V1754120919 N1 G7ffaf514d6c28d68447d38005645cfaf
team/.Junk/dovecot.index.log000064000000000050151007557630011733 0ustar00(�h�hteam/.Junk/dovecot-uidlist000064000000000063151007557630011524 0ustar003 V1754120920 N1 G80faf514d6c28d68447d38005645cfaf
team/dovecot-acl-list000064000000000000151007557630010561 0ustar00team/new/1754318413.M737313P1376439.premium320.web-hosting.com,S=24582,W=25357000064000000060006151007557630017600 0ustar00Return-Path: <3RcaQaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Delivered-To: team@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id UDkVKk3GkGi3ABUAVkXPrw
	(envelope-from <3RcaQaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>)
	for <team@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 10:40:13 -0400
Return-path: <3RcaQaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Envelope-to: team@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 10:40:13 -0400
Received: from [198.54.122.200] (port=37286 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3RcaQaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>)
	id 1uiwMH-00000005mAb-2xxT
	for team@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 10:40:13 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=ashdfrBS;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3RcaQaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=3RcaQaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwfNP67Jyz18LB
	for <team@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 14:40:05 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-71b70ee9d3cso49086757b3.1
        for <team@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 07:40:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754318405; x=1754923205; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=0IrfyhO3cXe9HFhEpgza/FHL8BGADGaN9iwpfjcRfkg=;
        b=ashdfrBSQk3shHLoW7GRTa62kHphZlUcQxf4LOQgZH5+BwtXB4JBumFAtqfJg18z5/
         WDbcekziz073Zb2HYyHqKDxfey5U2/vTXwJaqXGB+Zs37aYOVUDrv1NCjkILMdlJr7m6
         CvQHp3cTOMPiFWjgjukCNiJPNtCfAvsjBIMZtNj4SdVwrOrFZC8U2qzflEB3NB3fCjqP
         h6PPa6UdhO8WwTOlJ2BL0MOvMj7Fb2QRa0nwy5b8XJ0myQLBg/lHeazKSu92bGRcqAGz
         0pWS3B9FcMguX4QcUj57xqHYZyodfKYNVHLxYsU+PJVdSpZqsnsAAIdOlhOpMkfh0pgf
         U6vQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754318405; x=1754923205;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=0IrfyhO3cXe9HFhEpgza/FHL8BGADGaN9iwpfjcRfkg=;
        b=JGXWzD/1DNaCzWPJVBzCQaG6fpNgkqcc9pz85HScs80qul4Ij+HoqSDOV73gkhu+7R
         /S2c7tfBv7nxv8b3gbkg2BziOBnWEgb4cml319opa1QFW9dcxykcT6Ta2xEmdjMOlOez
         KasndFnLPSzYvIejTQOjP90nDrBd2S7eB/rDwOoStuHASB6Z2KfHoWdv5A5jZ04AL6uy
         EFTOhF8NkuoTRjR/K75ZSZOUz8XzqLoA4auhLgIU7DKnKJZTc3zD0pWBgGQbGg8VspiW
         SlYB5r5LJtXhecTVPNzxpND9TTANIeYwbBKiJAPU0uCZWfU1qFi3eTZZ1yMAsN+bFCxe
         nrkw==
X-Gm-Message-State: AOJu0Ywz5g5EeWg2IocOxvJZ6uAWeuv48FaR0m27iXrn2lDukXqInC1U
	6f3f+ghdbAdYfhWuCk8dOOGKRekogpOIEvJLGgS19+pp8cPvJJodfy1+W8JD
X-Google-Smtp-Source: AGHT+IFQAXlCjY5fvLo9E33Z/WeAdBRuSBRpEZWheQNbLvVR5MfSmRf3v0GfwbUXChVMh/UF0s5Lc+8=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:6993:b0:71a:a9c:30de with SMTP id
 00721157ae682-71b7f5fcedcmr117589467b3.41.1754318405401; Mon, 04 Aug 2025
 07:40:05 -0700 (PDT)
Date: Mon, 04 Aug 2025 07:40:05 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: ada663f6ddea0000
X-Notifications-Bounce-Info: AWoTSIG9hRevzmClVw_Yia1zTEDkqFkKtp3SKPV1Ono56MDZzRTTu2se9ZDHJt5h-7IeO9wN8yTFrugefELoOjfuBbbWV9BS2RPZ5zzZpXojwEqiw7ZX4G5eL6ZCKmE8OGRO4H0FREl-6nUETzc4SZfQpnzRHzBht6AmKfcPcZaB29LwQa61RQH2h5a37UZcIcJBPgVQwb5zWLduUTUPVuQBvY7vAJ2KxLqrdFYoAD5I5PIUwLptOxooyuQieanU8BqW-cK-AMTEsjwScpb17D-AZEGVmWKH80xZKoyE0hlDIrjzcDo8OXSxwCbV2hvmXOhDqNmfpLfE2zKYKIwxVEEfQFWz2OdnjUmEt0XpyqcRNzysxs6BUQR9SWN5SKZENRZ8zdoTMo7g71qzoHIxR6FVQQy8YWlrZ99Ck1SRQZupTEcpuNQ4Ld0illzA5_K4tEMf0PGTbTV3kEkQNXSgyAUVkXK_Si9fMU3msDMMybOtOdryb24hgDIo4-VQ5OwvxdnO3VNzMmgyut_HCrbFeJbGHfabwES9L6W5qHh6pMrdMMQQ9KWqozPMy2ab-uYMa6CD3PVozQp1PqALg9Iv1d_4lplNnvX53psOJzTeP6KPGqU7PvgzMOYPZ7rzRgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <e4ae97041414e8517dfe8305c4af0a70d8d57b1c-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island Houston, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: team@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000607ca5063b8b157b"

--000000000000607ca5063b8b157b
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long Island  
Houston<https://business.google.com/n/9608841080559990551/profile?trk=https%3A%2F%2Fc.gle%2FANiao5q4ugGCUoUyTBraQuAfUAE6HSbWT3ndNTm95KTJBjNGEQPXJpGuxf9EykjO6vVrQvWzn33GpO1hnJn3ws0vrDxyBmd15WAvZg19NvAqHfgXnOub1MRZRBdb4hI>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

Learn more about our suspension  
policy<https://c.gle/ANiao5rPCfUzE6YhYrNXq4YWzNmVPQwKsdiYaAWqS5XCaps87EOOsWOiCSyEIgvoX_zrnKmxsYBMso_0dRS4rlsatnZrGXLSJbI05iYT3fFT1PiMbPyKI9BHGYSUJPKd7_-HN8JWaTEIBRe34igrZECvfDxSCCtvEx-oNI3zP1GNbU08>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5o_cG8uxFPn7b2GUse_pUZnAwlDVR7dcAly1aaAknf9JC3Kk2IyT7URytiNPfrAchn8LvPbCTU1awvoT4-ljn-S0y4iqKzrpmtLa5yCJBLgYSjwlx28Dx0OdL_3IgiYIok72pqHFa-yViwHaOfMeM5b2fu-pgx6tFso-DgFWF022wt5aBZ2mK5f6cyp54Ixa8oRdYUWGodSLCMXHqFyQ4Bv7C9r5Rvj9pxFQOEm7Q>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5o3x2Ka1DxAYtLugA4fr8q5oR_30KmHbzwAN0GaLwWQizBqxlRLAVY7Iu_HH-CKiTpFlw0U8Kg-JjvArRXTBbmRFigdoNep2swLT04CgmS3Ko68_ejPWbKCi1jy8j5iQ5BAs6s>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000607ca5063b8b157b
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5qRL9smpNQ0CfpIYNn3W2lDFcotA=
agsAxp8GIGZB-5bi33yqsQid6p-E3zAVz9HGSrmi7hA9uGYodYATUf6B-FQ5Z3JXL0Mmja0z_WQ=
-f-qO1S0ZykZJzmqBdrnjDwId6x8knvsoN-QmG3O2MbS59-jnZ7ht5GaC-vQX0ZznljQhGkrdCu=
RsFuaB1rpHhvhBPV_9xnqCRoBMgCofGkqWVn8aOhJKSaX-Hge8d7PAbSH>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/9=
608841080559990551/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5orM68pyNWjeXMr=
hYqj9DjIK0ITe3oOkF6Kj3muwPIOV1o-qafHU8BlzTv6neztFpT_CgVnOT2UxMyNzcnGVLNyCLd=
YYn48MRp9qhX2myKgRQ2F_SW9SASGsaQngg target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island Housto=
n</a></span>, your Business=C2=A0Profile has been suspended due to policy v=
iolation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5oHnCcKLaazl3SxaepCIV70NX=
gOPwMXqBgp35lmJPKhds7rvtfsL3YjRZ-ZUIXtGwsAn2JrEkJVxYQf9xpI7cPrWDp_AgmJP-nUZ=
Ybl-FH9N5cPB7x1v4B_5igvuu6XrrM0lkrppX8ZSMV3XuVZlxGR9CLxm_wAE4TZ3o7HXvwcHik =
target=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension p=
olicy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oOz0f0vkrE4JFRvdwtlijIydQfcIY4aTodtJe5Wsujx0g=
AIgN7cgY2rdevaLmc0Dn8rZGTzpXMd4NoexN-jsHJIsdDM1ptC8nuV5OQR5QNf1tONb7MWoJj5z=
rgTYpC9WQsUsi0koxo7HaHdpp5gwUHTMTlCcabAbg11Yf1MZjrykBTlF4N5LNyF43EjiRC_Q9xK=
JklmsHbfIoghVPZu0v5wnZ_iMxJCjZV8jT_92O- target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5oOz0f0vkrE4JFRvdwtlijIydQf=
cIY4aTodtJe5Wsujx0gAIgN7cgY2rdevaLmc0Dn8rZGTzpXMd4NoexN-jsHJIsdDM1ptC8nuV5O=
QR5QNf1tONb7MWoJj5zrgTYpC9WQsUsi0koxo7HaHdpp5gwUHTMTlCcabAbg11Yf1MZjrykBTlF=
4N5LNyF43EjiRC_Q9xKJklmsHbfIoghVPZu0v5wnZ_iMxJCjZV8jT_92O- target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oOz0f0vkrE4JFRvdwtlijIydQfcIY4aTodtJe5Wsujx0g=
AIgN7cgY2rdevaLmc0Dn8rZGTzpXMd4NoexN-jsHJIsdDM1ptC8nuV5OQR5QNf1tONb7MWoJj5z=
rgTYpC9WQsUsi0koxo7HaHdpp5gwUHTMTlCcabAbg11Yf1MZjrykBTlF4N5LNyF43EjiRC_Q9xK=
JklmsHbfIoghVPZu0v5wnZ_iMxJCjZV8jT_92O- target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5p943s5OT6hp-fQkYfd1zRz22wvg67LLMpDu_jHA3ls3L=
aJ4q8wT-RtE-D8UBLO9VsS2bV44qViY8_koDA5InY5KTSL9M2N8n8GicUB_MeFt5j2nPMY2oP08=
NGFfLTWkfC6lG4oMw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5otlDDSvaXQFUji5SWrv84gge6sVX4e6gI8FZbrZnInK59SO1BDpTDuxe0K6fGkIh=
Id-6Cr49cJ1dLAvqXX3SsS6O854Mk88kLgYMRMRkiYeCY3jp4ZesK6OLIuiUpnjr-uRg.gif></=
body>
</html>
--000000000000607ca5063b8b157b--
team/.Drafts/dovecot.index.log000064000000000240151007557630012250 0ustar00(�h�h����x����@����$maildir����$���h�h=��
���h�h=��
���h�_93���� �hL����team/.Drafts/dovecot-uidlist000064000000000063151007557630012040 0ustar003 V1754120921 N1 G81faf514d6c28d68447d38005645cfaf
team/dovecot.list.index.log000064000000004600151007557630011725 0ustar00(�h�h����<����@����list�������������@@����?INBOXSentJunkDraftsspamTrash���� �hL������������@?����~���hD}8VEϯ���hD}8VEϯ����hD}8VEϯ����hD}8VEϯ����hD}8VEϯ����hD}8VEϯ���� T$@��h���� @L����<����@����subs�����h����P����@?����~���hD}8VEϯ�h���� @�����8����@�������h��������@?��������hD}8VEϯ�h����@����msgs��������@����hmodseq��������@����
index sync��������h���� @0����D����@����1saved������������ @����������@?��������hD}8VEϯ�h����@��������@��������@��������h���� @|���������@?�������hD}8VEϯ�h����@��������@��������@��������h���� @t���������@?��������hD}8VEϯ�h����@��������@��������@��������h���� @l����8����@?�������������@�����KINBOXSentJunkDraftsspamTrashArchive��������@K�������9���h�DVEϯ���� @����������@��������9���h�DVEϯ�h����@��������@��������@��������h���� @�	team/.spam/dovecot.index.log000064000000000240151007557630011765 0ustar00(�h�h����x����@����$maildir����$���h�h%�����h�h%�����h堺93���� �hL����team/.spam/maildirfolder000064000000000000151007557630011243 0ustar00team/.spam/dovecot-uidlist000064000000000063151007557630011555 0ustar003 V1754120922 N1 G82faf514d6c28d68447d38005645cfaf
team/.Trash/dovecot.index.log000064000000000240151007557630012106 0ustar00(�h�h����x����@����$maildir����$���h�h=��
���h�h=��
���h��$3���� �hL����team/.Trash/dovecot-uidlist000064000000000063151007557630011676 0ustar003 V1754120923 N1 G83faf514d6c28d68447d38005645cfaf
team/maildirsize000060000000000072151007557630007731 0ustar00262144000S,0C
0 0
93915 1
10373 1
31921 1
34007 1
25357 1
team/.Archive/dovecot.index.cache000064000000001264151007557630012677 0ustar00���h���h�������h���h�h���h���h�h�h�h���h���h���h���h���h���h���h���h���h���h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYteam/.Archive/dovecot.index.log000064000000000340151007557630012407 0ustar00(���h���h����@����@����cache��������h����x����@����$maildir����$���h���hS%�9���h���hS%�9���h0.:3���� �hL����team/.Archive/maildirfolder000064000000000000151007557630011664 0ustar00team/.Archive/dovecot-uidlist000064000000000063151007557630012176 0ustar003 V1754120924 N1 Gefd0ef39fcf68d68ef4403005645cfaf
contact/subscriptions000064000000000022151007557630011030 0ustar00V	2

spam
Archive
contact/cur/1756881780.M767108P318896.premium320.web-hosting.com,S=33193,W=34040:2,S000064000000100651151007557630020611 0ustar00Return-Path: <3ceO3aBcKAGQDWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id uLjkLHTjt2iw3QQAVkXPrw
	(envelope-from <3ceO3aBcKAGQDWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:43:00 -0400
Return-path: <3ceO3aBcKAGQDWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:43:00 -0400
Received: from [198.54.122.200] (port=55989 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3ceO3aBcKAGQDWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com>)
	id 1uthCu-00000001L52-2Od4
	for contact@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:43:00 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=NIFAQ1KO;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3ceO3aBcKAGQDWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com designates 209.85.128.199 as permitted sender) smtp.mailfrom=3ceO3aBcKAGQDWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com
Received: from mail-yw1-f199.google.com (mail-yw1-f199.google.com [209.85.128.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtN22JqyzFyFF
	for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:42:58 +0000 (UTC)
Received: by mail-yw1-f199.google.com with SMTP id 00721157ae682-722693d5a44so68297707b3.0
        for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:42:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756881777; x=1757486577; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=5F+H9wL7/C9e5CGUyz5YnL4UzHHok9yoLz2fmZ2Wj5k=;
        b=NIFAQ1KOUl8TJ3YmIxD5+GFbjkS2uRvEosY12RTQ25ixxlEIYR9HKJjSyS0FZIGm7f
         E+eDt4BbmBrjWOuHBzeh2jVrwhW5w3vBl9ULut8KE5ZVQCgjC9TjWnGljDsJoxR2lxVA
         GFaRcGz4wjBxTRFzDsTO3o2PDed2GCSOyVifsBks+RDz5Lf0rIeef/lTKiQJ/LY5mH5k
         fLQVW2qj7J3Gi7lnAXk11ujofzJDQ6zo2+S8mKZ2+syDGxjgqh9V/rccbOdjrUbRxWU4
         6Cn3UW96GrRIYAoEyN4dgMzR3Y2hV1XPvPoTT4kjbS8zXevDTKuXmXfTCZOyaBmsgErt
         VTiQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756881777; x=1757486577;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=5F+H9wL7/C9e5CGUyz5YnL4UzHHok9yoLz2fmZ2Wj5k=;
        b=dMr1lfeYttkdPnw3jKysQycylq6Wkh6yTTTZxWtk4fvIcaQox3TLI0td/YlTJtMNnL
         5q0MiLC8Qm9wal0/cZY7fOeWGi+bNuFL67yWU28pD6/IwvRQKjQJrgJqhGP8Jxs8e+I6
         yp+RQb09lmS/oAaTJsRqQVqZfdA5LYSir1BZ+AfWf/JVMAm/ccM+yFs7T3xjaId9WGTF
         upQBcrR9L4wwzqYfzX4/fAIW4pxJWSwMRBwIwJDZI2+UaZI8eC8S5ZV2dCiUXrGmqAoQ
         d/A9+JKX8Gw7CuntnUObtbdSUnDSsYytqpDorYpig1ZQzz3q5AwSg4ROLwbtOvrG+Vi9
         COrg==
X-Gm-Message-State: AOJu0YzDVHEoQzafjBZfxzIjbOrZS7NTqcHV6mjFgYmIMm2ii3zfGSOb
	IHKhpiJPkQzLRqdTiI6v5Pp72OHLbIopMMv7tKzpdRi7e1eFQmc=
X-Google-Smtp-Source: AGHT+IEQc0au2ALoOqVspLlLSSVTRDvtMCua0A0r7nEsnc/1WFIRNgXtqgGUe93Lw8LXddSR7BZZ9B0=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:680e:b0:71c:1754:26a5 with SMTP id
 00721157ae682-722764ec320mr174935237b3.30.1756881777871; Tue, 02 Sep 2025
 23:42:57 -0700 (PDT)
Date: Tue, 02 Sep 2025 23:42:57 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: f42c16dccc9a0000
X-Notifications-Bounce-Info: AWoTSIHKsLDHs7jHTRHY4nq0acE79I2Ek20LSp10R5HUujgxQW-JpziMk7Tibc9xkCiA7ppPRDeUjAjrTSo81qjqgp2c46i7B0RHm_LKRYY0cb3ydbdHA8SsvdC__48GOGJ0IU0pUdlkEnF9i7hkX7L6mJegE4EJjAeQnbdSekeJh-TB_mAex2UTll7dGHJ7kBuDZukg8pKcG4ezMZTuETBFgBmo-35f1YFL3f-joFC52BNfWpoocSHNReGTJv9gwHIZ1ZvU4GBnEcZIgZShCaqfdELvISHxaHO0g3gdH2t4kPtcEgXpBhcHOS3axK_KYnWbTz_taf1qk7RwaSrb_EoUVLO8YDVkWF019SN28jcMpn5CGIbVTGBw5v_8wlzs8YWNYbqQ-uqqFlhhFNiVdXDUglqlXrcj9LLd2N3MbrZFU4PGu-rHs6TdKjq7Qas8f8LEhVTd6VRXGIQzeq5sJsFzzhmyyqMT6RLt8oucNG0Ndhb9kqtLhhoCwJyBT-OVwCNGrypaMJFkEWG_79SSpLaK5mHhw9pRb0sZQwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <0d083d214741f60732e8f7f8e97b17a395fd4a5a-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000484c4b063ddfea9a"

--000000000000484c4b063ddfea9a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQoxMjk5OA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzQyODgwMzQzMjg1
ODA4NTc0NTIvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTEyOTk4JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cEVSTTN0RXBTZVZYZXY5dm1iSVNnejFpVEFlckUtWTI0bVBta245VGxv
TkFYR1VUV25JbXVTVWl1T0RUZURNVkxMNE11M3RoTWg2S2s1TDZnZ2JVZGNKeG5TMGZCTzJkeUNX
Q0hwczhrc3l1QV9ETVZJeUhIdkhsdTZIWU0+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyTUo1ZHMtTlVn
NURtTjhEVnpZM01ILTVSTUhobm1Zdl9McEU4STlNMmR4XzhnbEZfSUc1MTRzMGpVWkU0bE1nMlBZ
MFIzaVNyMVJGeXJWYTNEb19JUG1VekV2cjEyeUlZY0RYaVlnenlPY1ZFNEJVUFdERHVnRnVCNWlL
YXVZU1pMVXFJTzRTdkphLUMzdGZVMklEN3FYYUU+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgY29udGFj
dEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi80Mjg4MDM0MzI4NTgwODU3NDUyL3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj0xMjk5OCZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNW82
cFpzSjhnRjA2MFJYeDVQYm44VTAzbDl2elNDSlJFNzV4U0kzNmlLMVFoQVpxc1l3UFFCaFB3RnZi
bmM3ZVBYQk9id0RZcnAwZ1Z3WTJBWjBlQmlFTG9YYWZiZDdCZm9vd19Daml1Q3pQLU9IdjkyQld0
RUM5RWZScmItczAxQT4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81cXNWS21kR1lVX29CeUw5dFA0Q2lKU20xZ2ZKUG15NXpiZnIwaS10WldhT1Ztd1dQdkdv
YkRYNWM2UldDc2p4LXZINVpuQ25iZU1EMm5zcjgxMVVSOU04QUR1ZzB4bi1vcmxWLU8yNDV6azRj
am9wUU1WaVlhQUVkWGFJa25xQnZRaTZDUDFwUTE2dlBaZTROZkNuN0ljWlFBYWk1TTY5dDJZUlZ1
d2Z5QT4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwMXpUTkdGWld3VXFBazRNSDRFRThlMW5VV0IwdVUw
ajVkZlFva3JVYUpaS1lHQTh4ZWRCWXNZdTFIeWhXbm5raGRjWE92M0dEUmZLaXQ1dklVMVNvaEJQ
UVB4MDdIWjNuSGNMMWJLUWZmbnhENkNFQ0VONW9LTWpVN3Q2T21UQ0RVY1dZPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000484c4b063ddfea9a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/42880343285808574=
52/profile/verify?hl=3Den&amp;pin=3D12998&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5oF1aw06t62HjwSVMdUmQ46mKRbC-kO_N3nqUdI8ktB-wKSzimlu6MKxzvo96FQQdPvAX5C=
96JekJbzbJ_SD0oGM-3Rs-5CNKA-Sk4fpl2oN6VxHHh0jtM>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">12998</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4288034328580857452/profile/verify?=
hl=3Den&amp;pin=3D12998&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r3era7458HaCn=
Ue0BJMOrz1QNXCe_iVAbm5B8eYxe1yafYB8Ptw4EQzGX0yfBywFDfYCaoT1y75KlEJrngaCnTpJ=
pSgcYmkvHvlC6x2TsWHMXytdGinQfIAq0G8UNZqg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4288034328580857452/profile/verify?=
hl=3Den&amp;pin=3D12998&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r3era7458HaCn=
Ue0BJMOrz1QNXCe_iVAbm5B8eYxe1yafYB8Ptw4EQzGX0yfBywFDfYCaoT1y75KlEJrngaCnTpJ=
pSgcYmkvHvlC6x2TsWHMXytdGinQfIAq0G8UNZqg target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4288034328580857452/profile/verify?=
hl=3Den&amp;pin=3D12998&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r3era7458HaCn=
Ue0BJMOrz1QNXCe_iVAbm5B8eYxe1yafYB8Ptw4EQzGX0yfBywFDfYCaoT1y75KlEJrngaCnTpJ=
pSgcYmkvHvlC6x2TsWHMXytdGinQfIAq0G8UNZqg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5qQMpJhrUV-uz-aZ1=
pN_ccqMqoaTLvl2pE0decv01ESs8YK1SiAs24TNzThQyRz8Z28xPDmbflr_Yu_Y42Y4VBloTufl=
h84Cc4dKavirU06nBwsnDxrbbU3WOgK-gQlEUkISGZqkGtcogL7W8zBy5fE0r2GYQ style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">contact@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4288034328580857452/profile/verify?=
hl=3Den&amp;pin=3D12998&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q39YGxYpbaRlz=
wEJm0o9WSngRl6j6wXmoTQwG_hAHRXWyZytCtDNOhWooZMeY0xP81YnOkYklcqasIdVRSZPDqsM=
NS8rAoAreudCGLoh-n0k9MS9vs_D8r5JDpnhwQbm5QvA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4288034328580857452/profile/verify?=
hl=3Den&amp;pin=3D12998&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q39YGxYpbaRlz=
wEJm0o9WSngRl6j6wXmoTQwG_hAHRXWyZytCtDNOhWooZMeY0xP81YnOkYklcqasIdVRSZPDqsM=
NS8rAoAreudCGLoh-n0k9MS9vs_D8r5JDpnhwQbm5QvA target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4288034328580857452/profile/verify?=
hl=3Den&amp;pin=3D12998&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q39YGxYpbaRlz=
wEJm0o9WSngRl6j6wXmoTQwG_hAHRXWyZytCtDNOhWooZMeY0xP81YnOkYklcqasIdVRSZPDqsM=
NS8rAoAreudCGLoh-n0k9MS9vs_D8r5JDpnhwQbm5QvA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5p1vyU14eLAapJN10WmJdkkw5q2vBH0ftbgd67VXDLEYk8fVgnh3JKujCQBaWKj1TGttVk=
uyW7KLu6HVvZ7A_KBq_G8HRsykwBT1ROGuT6AcHIY37C-AN_PyT9TzYiZJTBU-g5QF9eW06i_Wk=
THTbXsNg3aDpwMKfyIqbW6FkSdcQ style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5p06823UwZSovTX0WoeHyavaLvSQCTXOrnZSMqsrmwaU6DLeVthsxW3KiblqxShVMUIs0xfzco=
dAuNuV4f60COp2PP7c7SgLxaqqT4j7hETfEg4o_WkQdDz1CCb1-TaSbGZg-uBWA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qC6MAz9zgAs9YPvQY4I4b33AXypNehxj47_eIVQ1-LAacuxdxR00jE2UGzneCDBt=
APoJZhBfRgAQ2eDXyYSyyqVjKgAMR2VCLS3efz9sub69HEz5-rRc1BvUIWmF23j7VO3A.gif></=
body>
</html>
--000000000000484c4b063ddfea9a--
contact/cur/1756881881.M979613P318896.premium320.web-hosting.com,S=24823,W=25602:2,000064000000060367151007557630020513 0ustar00Return-Path: <31eO3aBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 0IhEOtnjt2iw3QQAVkXPrw
	(envelope-from <31eO3aBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:44:41 -0400
Return-path: <31eO3aBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:44:41 -0400
Received: from [198.54.122.200] (port=57530 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <31eO3aBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>)
	id 1uthEX-00000001MEd-3FEN
	for contact@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:44:41 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=gJuBTCWu;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 31eO3aBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com designates 209.85.216.69 as permitted sender) smtp.mailfrom=31eO3aBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f69.google.com (mail-pj1-f69.google.com [209.85.216.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtPx3cVyz17d9
	for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:44:37 +0000 (UTC)
Received: by mail-pj1-f69.google.com with SMTP id 98e67ed59e1d1-329c76f70cbso2339111a91.0
        for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:44:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756881877; x=1757486677; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=1tC6IcMfCZVrV3f3hYwcuBrInPo7qV19YuymE/EhjYI=;
        b=gJuBTCWuzVwZoMB/yOytJPZ0lRckKAhbF8VXpLVr/5eBMHs003yhe4VdIQxHaIiRiM
         YhxnxkiRxS8ihkeUZenbQG4/LUI73MfXTvaAZyrUNHkZvwtn+OWM/ybmo8+sXmUP5BaY
         Xh1hJyjVeUftU9OdfGgTz4AQ7WOtHbjepW+oRhoDn9WXTgktuVGVrO+AeYIWZ7Du3hOp
         tPW2ra764JzOrea/SCQLYEMjx0ajtr2maRPTOyr7PBOLFQn3D0Mrq61EbaGnQdUGQvGG
         lskWyKBYNsS+g4sNryq/QvkjgSnEO8YnQEUBuq+T9kmdDJdy3wNBJPRhiyvCCMoB0XNK
         lDcw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756881877; x=1757486677;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=1tC6IcMfCZVrV3f3hYwcuBrInPo7qV19YuymE/EhjYI=;
        b=ZfLHgnaRUzqBylpN68MCpV099PMiWkMNdwNIGje97ToPayarUK+Il5QP5uJa8cien/
         RsJRuTm9+f6gPefI6q3RFkC6CU1CTJLw9ZkBjAVnGY+Y0Mtp9OGztLAqgVdiIUwE3POo
         VVSfgfMXPfPzQ1tLAVRzmjddty/HVm61Wx8B9LdWBBo57X2IdqP11BtW3LEFznWlZyEM
         0GGXi2Th+KxSVFv/10dVhM8rFMPgyC7TauLcvWvXbkXGbuJEm14+XnYnSuDRGXVdXQOS
         QVNd6EcjssJA9w2Y9l5iGGP1dsATu7c3nfmoTfpacRoSP8GLYNeuPzosAFKJhi616KhV
         J2qw==
X-Gm-Message-State: AOJu0Yyhu59AO4ErkL3bX6yf9k/Gi8eH0trWDjE9bBMm5hXmahLumT3u
	Bk1PfaHG8B3cnFbZNiZxo6VnRN7B0Nzy53guocUiXqU/K+9f7j9runcCP3b8
X-Google-Smtp-Source: AGHT+IE6+97MP9JIJV5ciPlmJV8JnUcd5QabwN7RAJ5/NIbdwVE50BWp6cjndgYBrrNh9ofh+DneRbE=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:5205:b0:329:cb75:fef2 with SMTP id
 98e67ed59e1d1-329cb761185mr9185842a91.3.1756881877056; Tue, 02 Sep 2025
 23:44:37 -0700 (PDT)
Date: Tue, 02 Sep 2025 23:44:37 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: ed656e71daba0000
X-Notifications-Bounce-Info: AWoTSIGzOh44uQXQr4SU6qPOX9bvVXqVs2SemCObojRJgMwdK6ModnaNH2pF0Xt1xlL4tmM30sVa2v1YVfWu6XwQ1IbUQIuJxVPHjOT9CmwvZ6BKDSG_tcZYz4e3A_L0145ia2xp6dT29uDjLdjQ0nNn5Pw2gXCqCPVk6zUhH6biJmLTcRZwpv_HmcIb7MuvsPzs4m4z57hACW7d6CraWeVIG5JybMNMxObsHJnkkQYI-_MTq-Y3N1d5hzltQBx5j8TdRcv0oLncH8eo6Pnle3hbOuMnKs6ZGK0YJcuYhL_CPjZof20QNR0_uckBEKkpMkncusycatT0QVp5eA_F8ibSMj7BW2PILASkh6zgzEcxb7PQfEWz6fX7oegc_VTWctMNJttax4ZCOHjLn67nPwQovfezdJ_cMw9U40ooBhbdvGFtu79x5-2L6-CR6k2nhZ5ADo9FwnuICCo99G4dB7LpJtFvCqGQG3xSRpxb0xLkpZxPTvluIj5zJL2p9ie90_3pvf19VpaMuHIgwJ00eZxW7UVM1RCCzgNorsh0Ns1_fC2-QGvwLa2CJ8EIygR-eD5JGtcpzINX-cHuorZr0IsfYpNdG51P_5RI4RfZv_AoOTQm8lbV_2ffoMvGO4hvAa4NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <bb5b629e02047e0164f5a1ac31a156a6a15cfd14-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000031bd56063ddff0a6"

--00000000000031bd56063ddff0a6
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/4288034328580857452/profile?trk=https%3A%2F%2Fc.gle%2FANiao5qCgF6j8rGxuTCqY-OV9m8csNigc3qC_1sxWavCnAkEN-QWIKBgMdvgKUBqQnZ_LmNW1suU3TWx6PoeDrTVYcPxxphaLgJWorI-6zt2hUU6HABUMl8pBmDgAp8>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5p0dLpLM8JxZux0OkZUlvnnr9B1zy0_xme2GSe15jEGylEIU9cZUFK9ri21FZ_L9ZfDrDzySJOK3EX-vHkrxVeZBdQx9R2FWXTZb6ImG8NZZRe7afLNlyV58WDZJVb8Tvlnkh3L5lhLaPVhmotXznAYLpeVW040R0osXyOi-Xo>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5rrBx1aGe8QHWA4OuOGQvt6FKYBq3l6p5aNZraD8NnFRHyQx90Ry80qMmjR7RtkMpzd6Vc5VQEG2wouB_xAd2bamvbZJfd9FSo4_sRx0yrLm-SbmCD1ovV9SMkxteD9L7LmhJHXW_xf1KLfdGMLx-kJqzO27AXC8gJYNlWa5o0LuR-o0cyeLqB4zIG2iFRr4aKvdB2Le6BlTVGPhYjG4IvjAKitTTr99-W23ddbMw>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5oT_jiPGVeyUz8VczS3uALIOJXf2WqB8SRvWIx4KeVZ4ohb5Iys0AcWzbO6lufl9uSuactTME-fq_r4yq7UrbzzvVHb5NXKxAOJhTM8bpsEdOefsksnnml-joRCI_ApEVB8-JE>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000031bd56063ddff0a6
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5pLIookfM0-4LfWsrQ1XoZDlbPia=
ZgqO_WEoEGtiZaCvF5BjuzMfjfoGgd37kMiJR7o3KWHzSP3DGjYpEHtl38zTiR5yp8z4NEUaUCG=
4vM22lf-l967iODYVl2BphlpVoxALQcmOZEL5MCdVdVinbfcXwp8_NMFhPuKGnBX6UFkyWhYlhL=
NSnDDSm95S8SQSya1O6dAeyS9izgxOGbncxwGAQ1_liGYaEN--M11cvTP>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/4=
288034328580857452/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oHEI1QGznQNtgZ=
OGETqKFPfgdeoGwOv_-qwDczLgSlPPs3vK2w5h3UU86b0ic2xnpJpSY2RPom6yOHDWlvTVy9GEG=
Tm77o5priSFvjLndC6Dt9SdT6adDqUBiZkg target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busines=
s=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5rtaUC8oyCtUydPDjJ0cZLtdN=
14xLx0r9h-g7cdnMgFb0yrRSJGWuOZ5Za0E550eTsp5sMAmCezzKTj5zGEm3BDMrAI-e4J2hLK-=
oukurhN4dzXDPBSUon3bvMvi8ySO9QxHO_wPDobnXx_uAmG-jiFsu-lW42mHYSG1XbORHEE1Q t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qPwPl-SjFWJeCSbMuBb6FxaHh1eSZiICcwxsGc0MlFTeW=
ln-QNZj_Z7i3cd_Ygt7P5wS3cuEWBfvQPOCr75XZ0nqG1m2EzqZJQ-fXCRt1CC8Tn0j9mfkrDFV=
JmJBcSFatsoOuM332MnW423OvxtWRblDPteAbM3BTqfL6REP2SFQXt4CqyvCHs6_uYxvm-F48-V=
JW5gd-ZRStgEmiRYK20bXmph3cGCn1tsQNrnuVN target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5qPwPl-SjFWJeCSbMuBb6FxaHh1=
eSZiICcwxsGc0MlFTeWln-QNZj_Z7i3cd_Ygt7P5wS3cuEWBfvQPOCr75XZ0nqG1m2EzqZJQ-fX=
CRt1CC8Tn0j9mfkrDFVJmJBcSFatsoOuM332MnW423OvxtWRblDPteAbM3BTqfL6REP2SFQXt4C=
qyvCHs6_uYxvm-F48-VJW5gd-ZRStgEmiRYK20bXmph3cGCn1tsQNrnuVN target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qPwPl-SjFWJeCSbMuBb6FxaHh1eSZiICcwxsGc0MlFTeW=
ln-QNZj_Z7i3cd_Ygt7P5wS3cuEWBfvQPOCr75XZ0nqG1m2EzqZJQ-fXCRt1CC8Tn0j9mfkrDFV=
JmJBcSFatsoOuM332MnW423OvxtWRblDPteAbM3BTqfL6REP2SFQXt4CqyvCHs6_uYxvm-F48-V=
JW5gd-ZRStgEmiRYK20bXmph3cGCn1tsQNrnuVN target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qDBqqazyMiYXncpA87IRTTqoS2UNhIgfjMZJVx7KksrY=
A87yrTokpA7QGBR-f-NxMl1GU3KaiKpaFWNkoToyd0rQN0MOuc-lKTxh63hO7EkWVQ0JW_tHg7h=
ybckWfnQI64WujF-g style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5r4ADTuAc9qBl6XG1pJDQdRrdw-cam9hFAs4-k9SquguDp6OB3XO0sKAz7MBsw4qc=
rLKZx2l9mTPGT--mExBN0pLEiRL3fIuiH9b-dRNaSBlNh5srF4-ooyTLm1QVN6OzEVmw.gif></=
body>
</html>
--00000000000031bd56063ddff0a6--
contact/cur/1754668030.M576475P2141040.premium320.web-hosting.com,S=20567,W=21180:2,S000064000000050127151007557630020640 0ustar00Return-Path: <3_RuWaBcKANg5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id kHZAIv4blmhwqyAAVkXPrw
	(envelope-from <3_RuWaBcKANg5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 11:47:10 -0400
Return-path: <3_RuWaBcKANg5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 08 Aug 2025 11:47:10 -0400
Received: from [198.54.122.200] (port=51186 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3_RuWaBcKANg5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>)
	id 1ukPJH-000000092cn-0HXZ
	for contact@24hourwaterdamagerestorationlongisland.com;
	Fri, 08 Aug 2025 11:47:10 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=FiToMxfa;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3_RuWaBcKANg5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com designates 209.85.222.198 as permitted sender) smtp.mailfrom=3_RuWaBcKANg5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qk1-f198.google.com (mail-qk1-f198.google.com [209.85.222.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bz7gx5bZBzFqtY
	for <contact@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 15:47:09 +0000 (UTC)
Received: by mail-qk1-f198.google.com with SMTP id af79cd13be357-7e7ffcbcf7eso479476685a.3
        for <contact@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 08:47:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754668029; x=1755272829; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=6Qd5tSJ7AFGME25tsg3GF3YOitGBfon36+Is6mJ2y/Y=;
        b=FiToMxfaw102r1xkIDhoX5/44JlKCJCMqe8T+15PM6wGtx6VQD69tx8fVc9z4T/RrO
         vuWS6ih7y8IUvzc7MfmOcJCbkoEBk1gb4xDpGoigkT0Zs1/WWwvvDaGVCJkYz/xcp9cY
         in9hEDEDYqLSmkGWFjGftmEpD96DHs/P5dHlploAJYqSfFNumgkJS+mAqWMrweY5fAY4
         8Fd9RThD3KFk95acL0ZF6PU9rMhHZ0Vm2M9IOK0k+sz6vP8KMtGGQp64TqhLsPCQDvpp
         9WVVupvKN/rNqg7sj3DwVTm6D0pA4zMFZPXqC4NwkeXbso9o+L7eW3LsGdygeZh/uywM
         BsAQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754668029; x=1755272829;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=6Qd5tSJ7AFGME25tsg3GF3YOitGBfon36+Is6mJ2y/Y=;
        b=DmAWGJJHkyrQyl8s97S1luIGksjLohJ1byh9ggBCMMetNQY7Lfuh2So0fatoANT+2B
         +Qs20AYfAdvbR6X3YSLyfXkr+SH6SgFW0+u//7t/EFgFNbTUf9x7F/lnu3wxHTpPRq2t
         oTTevDlFsD2FNKmYAhQLBLxekgJcHDjlGJniAI3k+/Alt5HlLM6YBJRJrZHVlbCuHw4x
         JDyqelsKY+n7JoEmZZKCQbqbDoL/fBKeeYstkdq7mj4HGHaXwrLVbjHQpxzTAtZuFIs/
         W7S5dOnYwVuU5tt2tIT4ylS5/cTle/O5naFWq7VsVx7i7uiyrv0D7A3lSkCRSCwwB5ou
         jsgQ==
X-Gm-Message-State: AOJu0YxjQz5H4zowxUbV2bgkFfmDixd41AuIvZfTAarA2g/jo2bmunN6
	gMCCQTZPsoRdHMH2aSsiVEeT9u/55TdjY1Hmed/eJTht34V92zjZL0vgLxHP
X-Google-Smtp-Source: AGHT+IHNSidQXm/Llu7MYtSnm5z5MpXZUwgIiYg6b2fgElRtQIH0c7iF41jCowGEkuMbQH9h7Q8qLjg=
MIME-Version: 1.0
X-Received: by 2002:a05:620a:44c4:b0:7e3:28f3:8a5 with SMTP id
 af79cd13be357-7e82c689bfemr551756185a.28.1754668029137; Fri, 08 Aug 2025
 08:47:09 -0700 (PDT)
Date: Fri, 08 Aug 2025 08:47:09 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110701640-en:gamma
X-Notifications: b538f571c7ea0000
X-Notifications-Bounce-Info: AWoTSIF6PVfof236-s4yvqpGLjgPotE95Vx2xq5nSHYdvgjsStX4HJY1Ldc7aEZtuKDnOMK1-zVt19EjTV4QtAO_soz2w-grEYMQjR--2tdp6hq4SztjJjaW2RVKgoaNNAySu11e6ExnoHlRKC99pIn0C3ETiw1K8fv_702qh195uzLFRgQQpoZi6I3M8QTpXwFbn6aIxKivgYbpeNKTz-pVtvWbJdOKKMlXL2TidWWHV-XFpk3SD6-8qmusUOmR1wEa2wN9xjF8Yln0jvoHdkIjv1XQVeZcxrhIfUTzi6pdLIhGX0mz62oAsWUT0dk78-Fvjm1FVw1hUVoZglL7dWE5xY_j8I0epFSayqXhdXXo1TUWacAenJMUSjzsLN2T5H7Pfspipj7DzPVguuJQkW9s9nIqkhK0oeI5ZRg7pTLxQeeyhI9wUlbS2YFzyWrW1NcROWZT5vrSo6BmiaXdgIS6XTAiZ69YjU1DwPGfpixWiQNJCTKv9xuqGAKUzrux5AZe5-rzqVIFSmN5oc3zCpw_LczUwQxErLAqta0vMIzjZf9RjRRark13Ewqpq8ZbBCCQZle30dVW6bU33r_ehntAYNq54gqDPx2xkF15fFMshB-kOzUGVo5F-8AqtKVTdasNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <7c45f72fbd35e00216a461e216f7564ec3144f49-20266020-111354343@google.com>
Subject: Your appeal was approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000935340063bdc7cee"

--000000000000935340063bdc7cee
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCjI0IGhvdXIgV2F0ZXIgRGFtYWdlIFJl
c3RvcmF0aW9uIExvbmcgIA0KSXNsYW5kPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEy
Nzc0MDA3ODMxOTI4MzU5NTQ0L3Byb2ZpbGU/dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlh
bzVvZ2xUOV84VzJuWFVUZnBsYW5FZnljT1l0Y0FZSEtCZEg5Y1MxaHFuT0ZGYld5b0xSUTBRV01K
MmV6LXJadWtsb1Z4aGtCdllwZWlySEUzai05NWZWSnU5N2tfbVJWRGlPOGs3MU5wcHlObFlSOVZJ
d1FKSTBnVXo4PiwgIA0KeW91ciBhcHBlYWwgaGFzIGJlZW4gYXBwcm92ZWQNCg0KWW91ciByZWNl
bnQgYXBwZWFsIGZvciBhIHJlc3RyaWN0ZWQgbGlzdGluZyBoYXMgYmVlbiBhcHByb3ZlZC4NCg0K
WW91IG1heSBuZWVkIHRvIGFsbG93IHVwIHRvIDI0IGhvdXJzIGZvciBjaGFuZ2VzIHRvIHRha2Ug
ZWZmZWN0Lg0KDQoNCllvdSBjYW4gc2VlIHRoZSBzdGF0dXMgb2YgeW91ciBhcHBlYWxzICANCmhl
cmU8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvSmRKSzNBMVp0VW4tTHpOQkJkeE4tT0tJZ2FTT2ptSEt2
RWJ3TVM5M0ZEcDlpLWVGdlJpNTJtaGJ3WEJGdzlHcHRDZ095ZTc0ZE9SZnRTOTNwYWxVY3hkYnNS
aEVhLVZ0NHFadnJkcUZIV2NFa1NQQUFEclBsMllaV3NmdGFxOEtRRXJpa25IMUM3d0xQTW5OdkJV
UHVweHlObWhLcmtBTGFLejE4T2stTzJLczE2U1pudkRfZWxnX0VXY1NVeEFZYzExSzQtSHVZSW9P
OHZ2NEZvb0tCXzg0SGpOOGNvZU9rV2htdG13Pg0KDQoNClJvdXRpbmcgSUQ6IERQTkINCg0KDQoN
CihjKSAyMDI1IEdvb2dsZSBMTEMNCjE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksDQpNb3VudGFp
biBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdvb2dsZS5jb20gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cEJKQ3dJQlMteWVYZnZTcHVWRXFsMVBpWi1LVk5qTHYzVDAwMDZ6TFpGX1hlZ1hlS2otRnVNTHRE
b2RsX0xON2pnUVFqRGo3alBvSXh6Q2FoVnhsZ2UzN1ZMREJ1a21udGU2NjVyQUNmQ0FvNXUtNFNX
YkpiTGJQbUt2NjlLX3o3aGZhZz4NCg0KWW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1
cGRhdGUgeW91IGFib3V0IGltcG9ydGFudCBjaGFuZ2VzIHJlbGF0ZWQgIA0KdG8geW91ciBCdXNp
bmVzcyBQcm9maWxlLg0K
--000000000000935340063bdc7cee
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile?trk=3D=
https%3A%2F%2Fc.gle%2FANiao5pTPv10kFz1-KxoxrylAupOgbnbeVT40E6wsmRukV_kyYszF=
BQ0ZZEI6NgKd-bug-yx2vy5St6vsyzQMbxZOtfPL8I0qIwX2Be9VhVv8KiE52nomanbTusCiWSB=
hg target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour W=
ater Damage Restoration Long Island</a>, your appeal has been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You may need to allow up to 24 hours for changes to take effect.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5rTU-sy=
GVQXxvomprFmYirNnDLQWUuOwZtNRAtsDOYH-lfQQwImIqhjr47fkoyA1kAxrYsfN6STZR9mlj2=
ZJ_Zd45Oi6YgLZ5HwhVZVkGGWnu4Nkm6Ye_S3tcaxHNfKlP6JltoU9HkFGQU0E7HLdgRP0OCZSn=
9yjDYFw7S0eXOLKKQCklB_5FoUZuLYaW0y0HlG7M0OgGBmpDYUSu89jHqECiTi_bAHYMof97-ss=
e5g target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D36 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 13px" class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/Bg8IxJwwYVxxXh4r6o=
ndi98L5KUwrbZ23lsRC2OM.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 10px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/9rI5EftjzFKtKBgkib=
h1o1JX5QP7x5eLLh6Fy7ZT.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pytmysiarq_97pF8377dLPeiJwvf3Y41gAL-tp5UP4gk=
lxeyWL39aZPCLl6R34pqe2uI_XwsXVDGrM9-zrB60FHvIaAz6cj4FYagoHW-lEYk7AUbkvV9XMJ=
5nZ2jr6cg9chWFkug style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pgkDQrwtMFTYzh2JqKHZxOL3m1rxPLIIW9I80g0OAsyLMop1RVvnJq4e2pOEiX7w=
Do1DmrGzNIS7VASKA8bE4xLYtWWSOTBKTbriJsc337KJ8IKWiDNPt6fsESjU9cMJ14Uw.gif></=
body>
</html>
--000000000000935340063bdc7cee--
contact/cur/1753686529.M352167P3343815.premium320.web-hosting.com,S=33194,W=34041:2,S000064000000100652151007557630020660 0ustar00Return-Path: <3-SGHaBcKAKQFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id SmxmFAEih2jHBTMAVkXPrw
	(envelope-from <3-SGHaBcKAKQFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 03:08:49 -0400
Return-path: <3-SGHaBcKAKQFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 03:08:49 -0400
Received: from [198.54.122.200] (port=49065 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3-SGHaBcKAKQFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>)
	id 1ugHyb-0000000E1sM-3OyI
	for contact@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 03:08:49 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=toMryxjv;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3-SGHaBcKAKQFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=3-SGHaBcKAKQFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br8hn4Y4Tz17mZ
	for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 07:08:41 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-719fc5e43d2so20437017b3.2
        for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 00:08:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753686521; x=1754291321; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=u2Bs9A3r5S6e2vqNdOmq9RvKJb+a5U+uLqhJxkPPFDE=;
        b=toMryxjvDYIwW3sS2ktYO4b8UtnRzqCZqd/eTdH56ZfB/zqyfXVor8j8C2GTtN+B3f
         KMG6LbP4Dg825u/OJzbZCepFs4I7Fo823O+Uu5h6TLAiKLXBH7bAMvLruX8opOBHTww1
         bTmckGfH0dup59lpcdkRjGC6sp2hpHXcuiO92eWEve9ixS583CCppwLCkUTTKQBTBxyU
         jF/3Im9xKCgYBkeDRzIhKQ2HZzwgHi4VFDDudr/oiGOIo/epcYQPRSglSr2ykXQ9Sw5e
         aBJFSDIyQ60/9ucCZDyaUf5h16YdTZl7BBAAYyN8GvsVMDyijV/LwV74jtK7UDayqROX
         uoSw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753686521; x=1754291321;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=u2Bs9A3r5S6e2vqNdOmq9RvKJb+a5U+uLqhJxkPPFDE=;
        b=AilZ+oGeUg9kIuYng86POJjG38+8oaHsJ3rS0Fh0Y+h8iq1Bia4QwhM3pDSTDDJr9O
         37BrKMKSN021KI4OeSgT6KRA9oMCgKW4vKECHHE5ZlacuRu7mlWaq1Mt+Yg1TtwrjoHp
         SpAg0xIfUW435GcJQUcemWpD92jcMTIMUrIGjr3cNZBSXurk3THWkhzbm9w/xvIjjw8/
         YeGwC4rxqlaMDuB/Vf3Lxo6SrJn3IWjtuxO4zMNcU5Ziju7r8AWLyjktUscyXYlwSAQ6
         8mvBukyTdaxs87ixS94sJq4FI6HrFscDoZDyaOPUyz2VT8kukGrOPAV5JJXdDUl6uG3V
         A3Jg==
X-Gm-Message-State: AOJu0Yycm4uWiiId8y7w5gK/Z1nGlGAFTWX9/v4gghgFEI9op+BzSZzA
	kFOoW1T6Ya33VhSSEJtwqvTvKt2+qD27yQHZluRT+TcYbUODzWI=
X-Google-Smtp-Source: AGHT+IHp+/xEEjuVeIi/Koeizt1J0oNzCOrYHD4wCHjf8K6vpNMjpPMtPSVAF69OLpkvW3SzyDxmPBQ=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:a0a1:10b0:719:fcb7:1a79 with SMTP id
 00721157ae682-719fcb71bbamr52983007b3.36.1753686521142; Mon, 28 Jul 2025
 00:08:41 -0700 (PDT)
Date: Mon, 28 Jul 2025 00:08:41 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: d8ffa774976a0000
X-Notifications-Bounce-Info: AWoTSIGTPJM6PDF090YtE2livLFu2_xyO7LJwPAsrfwQixuTBzzpJa8p9Hm-OAtBAS4_DMNwJzPtuGdWSfNq5b0C6Zs2uabyXek2Hs8rm_ovzjXWTr5Un4Z4RRWGOzUmYY2x1MsV3odQz62Dq9H_WagO00CB7wcaA8HLhjUjhP_rkmjqwnB7YEsWo7JSPKeH1qR97UnR5N1ktytiPqx8H8PPt01D_v0lpIi27f_siBXdyYJLckAJk7ErvCEH63IXDFgB47SV20IVCQACHdGBA5HibQuElHz1lKlF4baJG9HiVFETlQ4_iPrLgrc1NbkprAUBYK_4oeakBXrc2GLZ-MiEwG45dhA1KyxWx9dbxAS8lscL1bC3LB9NUyD6MGAvosctlUMzUeocSk7Z7go1bP5XcsqLC1wgfCOUw90YmRwSSd-b19hsZdV_rzeEa943Q5IyYT1H3H8fuVkouCS3bMoVNv22Oxsd69Bm06tt4fXO2jfwvPmOmWhHyVfr-SWnuRlGGWFIU_YrkoOJY4bWZsY9qauhP_nkmCu5hQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <6bfc8bb520a932bce65091baf7736d4e04e71560-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000023dc5c063af7f69b"

--00000000000023dc5c063af7f69b
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo5NzI2NA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE4MjI1NTQ1NTMx
OTM5OTgyNDkvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTk3MjY0JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81b1diSVFCTkN2c1B3SEVEZUxBTW9oMTVHenBWWG5EMlNBU1poTzBialdf
TG5xRUVZbVppOHZ4cFJOSy1NeE05enVreEg5dVFGR3RIc0pUZ29ES081eWxCcTNZTUNBU0U0YUVL
WUhJSFRYalMxdzczV2Y0UkVkd0V4SnVwbDg+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVycHVQeTFuZkpK
MGx1LUk2X0MyOXZSM281Ync4OFNlc1BSQkdjcWJmcHFXRVNzNS1zdGVaR3R3SEZMNWVQUVd5MDV1
eFRGNl9Xd3lOUlBBMk5DeV9lMFR3a1E4R3N1eHA4bnlmR05HM1ZkMUNQUGJXdXJLbmFLRHdZS1JO
Tk5PVXZSckl2NFQ4X0hSMFZiZ3NSNDNZcElPWU0+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgY29udGFj
dEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi8xODIyNTU0NTUzMTkzOTk4MjQ5L3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj05NzI2NCZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXJi
QWRRSzBNYUlxSUxyLU04WmRLMlpUSmxTUkw2eDdRQ2dZeXRkVjQzQmlTWEgzcnBsS3BnT1k0NjFO
S245NE85eFJ4VTJ4ZEJOWlRQNDc4ck05c0NpT2YtQVlkeVIwampLWFF3V2RISFc5NGJUc0Q0THdX
MGFCVGdETmNuRDBEUT4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81cmExSWx6X3VOdXNkNU1JNmJpOUcyTURkLUxZM29WSVJaYkNqc29GREJYOG5rOW5GR0M0
ZEREcFJ1VmtDVFhickdUOEhXeDdyZ0I4VlVjWkU1WGlCMTBBX0lGVmdCNkJqNFFTS0s2NDR3SzZL
MUYtNG9pekJKTUthZzVHRW5ZTFJLZGxRbGhmUDQzaWN4bFZIdDVKTzJodUdrNDZfU3U2Vy1DTFlv
TTB1Zz4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwMlI4aGYyQWxMTktQZUVkMWd5RGs4elpwWXZERXRm
VmY4Qm9YNVl0MFo3VWxEbXVlOHNYaFhvVGRRMkljMkpGam9HYUxTMHhhSTcyeks0cFczOVdfMVc4
MDc3VHBHR3dybkhfdXlfaFZ5VWhYSG5yRjBqcW1KTUJVXzBfTXJqMUVqODlnPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--00000000000023dc5c063af7f69b
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/18225545531939982=
49/profile/verify?hl=3Den&amp;pin=3D97264&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5p719Kr7-xshFLhv861VtFEPRWIcnR8AkHeT-80DD0SvzDVHM_9TC7QrGVBACWC7k_pUvam=
50z67eqEbYL_aP1A-XfXFOgxRjVr7yyR7X52N9UJTrMX5n4>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">97264</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1822554553193998249/profile/verify?=
hl=3Den&amp;pin=3D97264&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5o6WelLQ_eI4n4=
Bb1uvz9juui21abHQTJDSqPf8c952AkTsRfN77cISf1iCcxtVSJ_NLP1gDIsBpM3VwkJALUoTSi=
3lT7AzV7uSZQIxRmAXArUyiYJA8_2RQNYhcMyVjw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1822554553193998249/profile/verify?=
hl=3Den&amp;pin=3D97264&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5o6WelLQ_eI4n4=
Bb1uvz9juui21abHQTJDSqPf8c952AkTsRfN77cISf1iCcxtVSJ_NLP1gDIsBpM3VwkJALUoTSi=
3lT7AzV7uSZQIxRmAXArUyiYJA8_2RQNYhcMyVjw target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1822554553193998249/profile/verify?=
hl=3Den&amp;pin=3D97264&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5o6WelLQ_eI4n4=
Bb1uvz9juui21abHQTJDSqPf8c952AkTsRfN77cISf1iCcxtVSJ_NLP1gDIsBpM3VwkJALUoTSi=
3lT7AzV7uSZQIxRmAXArUyiYJA8_2RQNYhcMyVjw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5pfIaXc9z-LNNtyu2=
6zQUHCYnfrwSGcr_l3_kZRvY9fdJ62xXizozv9BpC0IPOe3K9uSwY_uMsHuW4tV7anL6Vd1Nubj=
Skk4MJrDW-aZe9k-2eBbLWRPs3HN572LEUPoQNMkYwW6Kgi3X2RDjpyyXbX25A2gQ style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">contact@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1822554553193998249/profile/verify?=
hl=3Den&amp;pin=3D97264&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qQpwu_clHIJwN=
yMcmoSUx1CtlUalHcdNLdjt-LAy41rGhByAZQNM9hpTFBuZqaa6y80IcoWLAyMlgBU8j_dRmHwf=
lR7rCM0PYTa22IXh2X4vc7jmXJsNBpZtrgP0aZvt-ibQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1822554553193998249/profile/verify?=
hl=3Den&amp;pin=3D97264&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qQpwu_clHIJwN=
yMcmoSUx1CtlUalHcdNLdjt-LAy41rGhByAZQNM9hpTFBuZqaa6y80IcoWLAyMlgBU8j_dRmHwf=
lR7rCM0PYTa22IXh2X4vc7jmXJsNBpZtrgP0aZvt-ibQ target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1822554553193998249/profile/verify?=
hl=3Den&amp;pin=3D97264&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qQpwu_clHIJwN=
yMcmoSUx1CtlUalHcdNLdjt-LAy41rGhByAZQNM9hpTFBuZqaa6y80IcoWLAyMlgBU8j_dRmHwf=
lR7rCM0PYTa22IXh2X4vc7jmXJsNBpZtrgP0aZvt-ibQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5pTFJiS31alTfl116-oIGx7pF-TnwKjaf2UtiwKvqhwcrY_59txIBAxjrc9nsQOLQONFmj=
AV0zZt4v_6IAZ0mVuuxg8EqV8JpU4ZQxbtzX4xV1caU2kZSJZlO82NM1Mk7x0xuobCqooREd8gR=
1d-M4wLJA2LKvFWzxRoChGmxBHzg style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5pKGYZWtiGM4G7NKcsV2F5FxA0gp6qcjQCpKrmxjf7Qno-UqI32VmjKETRvbxDWTaO9InZQivS=
kTl8GwcNuzDvxnPA8ezwShVjvjiBu6B24Uc_2ZZc3iyF5cZ4WW7kCUAYSs4ZoSw style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5q0lzHkEYr1BOzsPOwgHIiauZdyaBSX2mTsbfEztYSfTMv6dUKFwi7TMiqpmQ8G04=
s71bqnM9eW9Bk3Y76WwZXg7viLIN_Mj4zLaKGxKe_Q72noyN_TQOkevGEqlqaLPw3VaA.gif></=
body>
</html>
--00000000000023dc5c063af7f69b--
contact/cur/1756117061.M616347P3812287.premium320.web-hosting.com,S=24824,W=25603:2,000064000000060370151007557630020531 0ustar00Return-Path: <3RDisaBcKALESljZeVjjgifWZcV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id ELybJEU4rGi/KzoAVkXPrw
	(envelope-from <3RDisaBcKALESljZeVjjgifWZcV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:17:41 -0400
Return-path: <3RDisaBcKALESljZeVjjgifWZcV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:17:41 -0400
Received: from [198.54.122.200] (port=42405 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3RDisaBcKALESljZeVjjgifWZcV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com>)
	id 1uqUGk-0000000G2yF-1zq7
	for contact@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:17:41 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=dq7+3ySB;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3RDisaBcKALESljZeVjjgifWZcV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com designates 209.85.166.70 as permitted sender) smtp.mailfrom=3RDisaBcKALESljZeVjjgifWZcV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f70.google.com (mail-io1-f70.google.com [209.85.166.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9RYw5WfjzC1Rt
	for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:17:40 +0000 (UTC)
Received: by mail-io1-f70.google.com with SMTP id ca18e2360f4ac-886b58db928so387967839f.1
        for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:17:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756117060; x=1756721860; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=dE/NxNoS2vY2ZhCQo6xTmZ6BAuyu6UJEWX/7jzDFuvY=;
        b=dq7+3ySBN/ulNLuVsVg0DJ22+JtPu1EmeMhrw03kzVg5po8GE1qYxyHte5EeynRJv7
         QvlUGj5X+luR/6CxHM4I6LD8wd1gCFlg12bF4Xx/GXAO2S90ixVg715kJcqNoH0JvgNC
         6WPoh9V270eNR+h5qqhXePsqCSkkPWSXv0XXSpBD2aEtG6o7ptReZ/z11iWaL6PqBCmM
         v93Wqorl5DL1XezC2z320eF4USBt5jwUNx4Vl9LZ5Lgr3GhZfQEl2QupBFo5+OpL/bCr
         yGh3NU9pQ+R556Z+YSrnB2nrWQQYzwW7/HPHsSOx4Y36uwVsZcOS3zsR+X0VHlbEPUaE
         Xsdg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756117060; x=1756721860;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=dE/NxNoS2vY2ZhCQo6xTmZ6BAuyu6UJEWX/7jzDFuvY=;
        b=cD7oIS3bhYKP0eB7l9WwPTt1zVA626HZw0XsAv/VVosI5e6adcRQQ0tP9j0xoHkWOS
         b+8EZf/a//b+TLOe4GBECMJW8xoOVNL00IpEtCDXLEZm+hMwXFPUEXtT14uOs9kmcI45
         vLs3fTzeDdqaDsguFBh8SZoea7I1y92VbUTnOlIbGGgp6WsmgzujukUmwvJuwQySkV+X
         Z6c2uHsdLmdH7ph10jN0p/TapzIkGwBqVfhY8a+2ivlrr3SVDW8j/2OF9r131L/1Er9h
         U5iPFMUobpnopOtZ0/Wuj4wHlcleZzlN44MRTZWxSRfg0eXWot1yAkn4SHCWtTRy0aY8
         mdqQ==
X-Gm-Message-State: AOJu0YxgzQhUHdCr4Bd9DeXLvA0XOqV0TWqicUuJU8DA9QUlAHf9ueFS
	yBsMlVaf7dDdcrJuWXPTR83rEParRZIqavyEcknZgFcG0Nxieq0qGs5hKM5e
X-Google-Smtp-Source: AGHT+IGkJ3wL8ugXHl4NPO6+EleofHe2Lhs8T06O3JC803FFtAu/gLZBhteNW/Ovzilu+EDvNwCzMkc=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:1543:b0:3ed:6502:aba2 with SMTP id
 e9e14a558f8ab-3ed6502ae50mr16778195ab.1.1756117060205; Mon, 25 Aug 2025
 03:17:40 -0700 (PDT)
Date: Mon, 25 Aug 2025 03:17:40 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: cc56c2830b3a0000
X-Notifications-Bounce-Info: AWoTSIEa2VFZ3KSXBOD9YqXW8kjGmrTL_oG_G5vI9kbUeB8GwNBUZs75h-qSoYZxclUptvEmPFOw2TwrSdieCqxAQ8UOOXvOK8lLS9okzO-KSpRiDREipKORxbgEwyI-YOznQr-69XksJiphpmL72KqOm6DZXG2UN9oGjYB9d3pPlJNeMBTpOKJI_9OTyW8cH7fK2nHo58Mh58cnPdF84_U8mE-wTzxy0Kc58qvifWPtZ7xLywHqny4jL7Q5pnMWpYIRh3c0XkCkaNi-DabqoTpz0cZBk8-dgSkctV2sjjZeREdDcOtqImzTl4j2lE1OaUyvAEw0CU6HzqYqbZMjG03_33DOR5It_Rces8j1_s7lQbNkkOzuB-kGk2_1MxT9h8jSeS0xoIKRvjdR4HnTBa-uTtRdUxynLeHtQdfUp7K8BPAsPYakhD0xeiQ-ZVI4EgYMQrETkBTy70d1pPcMpr6NULWOOu3SMzwkT_73_FyfgfBJK2vf3e4_uBXE_VOhWYud5SAX8AdjozaR7uoDp84tr-tv9DqDPYjLLeHqGAi7OBwRDSm7NsxhPDAxFJqEkeQa5aqG6WFXCFYQESHuVENEeSDCnR6Pl3nTL5eNDnxoVlKz_h2ciK-S_bvple3tiO4NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <0d78de2907a91bfd833914f1b69b62212a7db2c3-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000008ebd65063d2ddd67"

--0000000000008ebd65063d2ddd67
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/4532783438836164530/profile?trk=https%3A%2F%2Fc.gle%2FANiao5pghREz6_g9I00nvOrrweObEQzUU3ovoS_NrDa648-5ESznWliRzbVdF_Yu7MIsajPue4VEJTpo8JQlw1IqM1uFh8nnnXJ3GEWGNGOI6fNOcYYhKbka6HV2LnQ>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5q60GpKYO4Sz0kzX-KMq7_iHuDzMtd1J0BK5p8EdEcKPadoumGSCrayMdnARTVSAHQKJuJssD6juB_KPdAyv4dMr3Ax65ChkV_NFFHcoW0vAwbUYCXJxDszhkRSHR__aesX6nw-Lv6DtQuUAObH4BRBR6_2F9DVGJvsir5ffT0>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5pn3duyGRPfE2yG_zROTpvfBmozCrH9Jf_Qc1hdZ7Fu7FQnF_79ErFQNd9HgFkNbBAlJKDmSIZE8SiQFxxJedMhwqFzXr4VM0AIJ6FzqLmJa4No87SlHimYTlPledoV14ue3f1_CzjVBOsZ5fDWnaNkR_IAqhIeWNiFIPP5e62bEhk574H0mPTa6JhCJNjF1AR0bnhn17EeY8pO8yAxWiGPlwcf6GGscwT93_wwwQ>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qPA3dw9K9NYnIrLe_8ukVdnzTAQTtDmyDwpE6klibhUb01_8hAQg9XJJ5g92cvS2lJrgsIBNeRLf2jhLerxOpTOM2U1SIOe_gBSEp5l0xqqYONzXB2n3Ch3Wd9p0Jqgmg9FaA>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000008ebd65063d2ddd67
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rlPI-ZOrZ05ufyafxWx4zre-CEj=
cvF04pzgLavbyVP1h6AEVXJEcGqgRUI83H5TMlvW6-59XeocWUvFfE4kQF4Ugq0HSnc304lgOti=
wDgpeg7BuO2ig2JwKJF3Ejc4fJaBOHQhquW6jsT8X8dVzoghuEPAp9SxRqyjPS361M6LnLOg9JT=
jJY8qzEpgotgNPiSxV6MypBU08HClchO3ObmzMpzeO7oxvBpodICjJ9th>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/4=
532783438836164530/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oZqXbJGhVtsKRt=
pEFlyDRfacauPNHPGwHZDLclEm97RvPfPGPWc3d65c_Id4skAg5_mKo288GFxyPHX3tLKZBAuuR=
MF4VlHqrXq69h2NBBQ5-pNt_Btw8JFAP3Yw target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busines=
s=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5oAKrynh1C0wbSEKdaKS1msLQ=
S07rRl_8Z7U_mS4IYrwnVUc2n2SOBjfrp-U7Q2wJoyIt98XePnC2h1rl1t6zuSfU2tX3w8iDKpL=
RYWYxXB9sGusUvdYYgif-QeA0H4KLCZQAjW4xG8sVF52DAnN04aKO0cCl-v3Foq_mYxzwzr5g t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5o7puK31md1kvdEqawGMCvQIM2SAyvvHEf7k7Bf88m7_T7=
IB4-9RyjxIKjyf3Q9cETmmMg24bphTnFp_klFr39lMf2_2O29RGEThJcor52shyCqJuaOkN-8HC=
qe7wfxAPSkJnN0Zi6VuxZvMi72wE2no-gBkZtimvE_TNxe4eO3OGyrg9kH4ria2MJokVRZFDuzV=
HHHaPkA-v3YilAf9ib4I8w7za9ugP6rzP9Ty_PP target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5o7puK31md1kvdEqawGMCvQIM2S=
AyvvHEf7k7Bf88m7_T7IB4-9RyjxIKjyf3Q9cETmmMg24bphTnFp_klFr39lMf2_2O29RGEThJc=
or52shyCqJuaOkN-8HCqe7wfxAPSkJnN0Zi6VuxZvMi72wE2no-gBkZtimvE_TNxe4eO3OGyrg9=
kH4ria2MJokVRZFDuzVHHHaPkA-v3YilAf9ib4I8w7za9ugP6rzP9Ty_PP target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5o7puK31md1kvdEqawGMCvQIM2SAyvvHEf7k7Bf88m7_T7=
IB4-9RyjxIKjyf3Q9cETmmMg24bphTnFp_klFr39lMf2_2O29RGEThJcor52shyCqJuaOkN-8HC=
qe7wfxAPSkJnN0Zi6VuxZvMi72wE2no-gBkZtimvE_TNxe4eO3OGyrg9kH4ria2MJokVRZFDuzV=
HHHaPkA-v3YilAf9ib4I8w7za9ugP6rzP9Ty_PP target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oq0Y0a3hdnG-bzQa1TG8dYETCiQNkuH7C-WS3J1jpiCN=
5pqBTzGxJaQc6llPQSko9NbvQRigukirb1qlcEBzo5K_YFvHPreznvmIftk9yKWkGt5zA2UqcKM=
TLU47Vq1uWPPK97iw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pIkiJH5azeJXyHltpX_7ZRq2Ty-EXSWHyK0dvNJVxp8k3iqbM7J3H_o0jyeq_l0S=
9jFHBiTrEUWg-zkaq-aNYuvcKplxNASX7PtUs2es31RP2W9LyOVlkEMXv2VB5-1dJqtQ.gif></=
body>
</html>
--0000000000008ebd65063d2ddd67--
contact/cur/1754195105.M102468P3603531.premium320.web-hosting.com,S=33187,W=34034:2,S000064000000100643151007557630020635 0ustar00Return-Path: <3muSOaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id eNiLBaHkjmhL/DYAVkXPrw
	(envelope-from <3muSOaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 00:25:05 -0400
Return-path: <3muSOaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 00:25:05 -0400
Received: from [198.54.122.200] (port=47264 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3muSOaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>)
	id 1uiQHQ-0000000F80E-3u2e
	for contact@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 00:25:04 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=0HtXewbT;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3muSOaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com designates 209.85.219.70 as permitted sender) smtp.mailfrom=3muSOaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f70.google.com (mail-qv1-f70.google.com [209.85.219.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvmn71FhRz1y19
	for <contact@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 04:24:59 +0000 (UTC)
Received: by mail-qv1-f70.google.com with SMTP id 6a1803df08f44-7073cd24febso19272706d6.0
        for <contact@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 21:24:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754195098; x=1754799898; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=+fnxMeOp5r2Ml4tICheVwec+4RqUZaGa7fmQjjs9ba0=;
        b=0HtXewbTEBduyCHuN2NXfQk+eTsr25XZizlqhnB9IQsyk4pNcPpXS+7YpIM81YutHn
         KmrAt7wvABCdQVvDAg7A6iAHTGUwJZvwOkr4Dd0BwypIvlZmIlH3sc/MMj8Rvaer1OyM
         rGK/NAALTjB9Bo7+7y+/bhxojlHqnANnmmt1lf4GG8FpveTGil9qYg8L3Ru+OXZ0nv8Z
         DzCuLgd7wIeV3u4rfy3FbSXEdy0VXNcDw8S1o3qArxloz2vANJtjXXQ7JSpl0xX1GjN1
         txmoNeRQi7XdgLCLo3q2xNlo9Is/e2MBaNcht6PWvZSCeavtnF05b4LRaE6c2aB2W+U2
         DCbw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754195098; x=1754799898;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=+fnxMeOp5r2Ml4tICheVwec+4RqUZaGa7fmQjjs9ba0=;
        b=Jd1Lmgm0tO0sEGi/GNszzWJA0GD7hnREIhs3yhX6QgxDOUP0U6KndguzuJdQMxOAew
         tLSO0kMeTmVyxfylqu4PeZgK704XWzCsqhKtUtPL7DzAn/DGMjHwe/39ITuEaP2aM06O
         AiDhwE7wdCHc9EOefhFLMcwhaslNzQulL0NYHtoBMcXCTOxUFvqiOY8igUWN8nK9kuc+
         7pTN/UsPBeFw64fNIIm4PmRmtE5usl76EQAMr/eOv3XHHRNwrg1apmhzJ6Sz0NqgM1P8
         4h/brGQ5/FJnAY57I7bYkALIC4y/P0L85F55zzP/w4Si614Kejz0MV7/XgdFC96XhY1R
         HgKw==
X-Gm-Message-State: AOJu0YxN7Jak/4PD5KZdmpHeR0JlohzLxvmDFz6JKdPAVAJaNVXPH+g0
	OxrP2V8WWQ5xYy3oUu3g5oDqS3HDTDWsNaqRBrIzTS/lCkb9PZs=
X-Google-Smtp-Source: AGHT+IGXAX40rpRV0DJvoVh+8n525I+tV5SpwoYYQCavO6eUxNrF8IACO0ZfgOgFUfaZwkGuQiLyihM=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:4015:b0:704:f94e:b5d8 with SMTP id
 6a1803df08f44-709363403d7mr73139736d6.48.1754195098583; Sat, 02 Aug 2025
 21:24:58 -0700 (PDT)
Date: Sat, 02 Aug 2025 21:24:58 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: c90272faf5ea0000
X-Notifications-Bounce-Info: AWoTSIFd_x0iwgE7aj5ctmBIoXyi_tsJ8k-Au1YU_ivM5OLa6wVE1c2Eive05g-qDFuRK2s-1xMlP-Y3IP7Mt_DdY0rEq0a3Aiu4h5tdzutmpgXsiCmuAhSLRl3gocJU7KEl7wIIvujbzXEBL9zoYigQfqI_eRsv3uluxejnVl8_aQtU6frn4SmFwUChmnDCHB50Sp5gL8pS3HHFLb5g-MJXRr23s1SQ0Vk83eZkAfRfybmbITu4zQrG4WRrLa51efV1Fz0oFH0j7J-7WBzJWTq-5qASwxjSVhR73bgKpXfcVpA6-xtlmrKUkTsyrpcXKX6SIor1NQijf-NiXHQr3KmfOHvGrzfUP1IP4LXikeqZ3SSo0X8csW-me_eCy97HQRcd2CDsqyAnqLrkjXSZos0isLSli2VmstKd0bp-qoKVBhNK34lPaij74acbeaNEtHfoJasPS0FXWYzkDB_B45y3HsaqbOLrPKSsv_mXkNmNPmWNlqdpKj5sdVjHhDoCfAQK6ahOs-nooC9plCH5yftip9wnZz-AqB9DbwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <65ca5e98f9dff1993494e14e45cc960334086997-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000b7c36b063b6e5f95"

--000000000000b7c36b063b6e5f95
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo2Mjg4MA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzM0MjcxMTQ3MTU2
NDQzMTEyMzIvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTYyODgwJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cVpJVVZYWWpxQVJMeGEyaDBva0RwcU8yNlYwUWRWa09qU0dtWU54MmxE
cmhaMDhwRVV1Tm5USWNCQlo4NGJ2TzQxLVo1aFBiV2VKUzNrdXNiNzB2eHprQ0VlN1R2QTFBSlp2
MzYyOEk2bEtUSlRiQ0locElrMnd5ZWEzSlE+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxNXdYNVJEdGJm
RFR5c25jSGVJQXpsZFdwcHJyTTVTWmkzcmV4WDNwSHJMZWJSbjR1YkpMaDMxNXplYmhQU1lNZmpP
WGtRRGp5UjItVHVsRXN1QVMwN0xJNWxPUXRDSVhpbzlQVVdscTJxLXZEVUVLd29VWGVFc093ZjRP
T3ptYUktbkFUazdPNXplR05VSXBHS0ZueVBwdTA+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgY29udGFj
dEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi8zNDI3MTE0NzE1NjQ0MzExMjMyL3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj02Mjg4MCZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNW9H
cWVvZkF1ZHpRUjJ2dHRlUjlQSWx0N0Nzd0JUb3NralhzXzJsZUhCVGdsLXpMaGQ4OGoyc3M0QVBo
RlZXQVFiYlpHSXlPNm1iZmwzdUprTmhnZWw1VTl1b0ctSThPNi1pVFBGd0MzRk1uLUMzS0R3OWV0
bzN5Z1NGOUdobGllYz4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81b1lMSzE5bUs4QnA3N0pvaVVGa1Aya0VRaDdBSTBYZnhFbnlQSk9NXzF2TTc3dUtQZGRP
ZDM4NjV5amtyRjhjeGRFWUtjZUp4ODJST1dCSUdORG5jUTFSamJMX0dJR0hKemN4ZnFfX2g0UkJi
a1VXMm8xcTZRa1ZaT0dIZXlxbTd5X0lEek9RaG5qc2l0aUVRVTBsZThqLTl0VFl5R1gxNDJfOUgw
VHRsYz4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvM0pkd0Q5R05vSHNfbVVkaDBzNlJPYlQ0VlJlUTZS
cUUwQS1HOUdraVBXOE1LTnpLVFFHd1FfdG5tNTF0Q2l0U2ZBd183QjZiRk9wSFpUNHpDdWRRYklj
djBrZHVCR1BVY1M3YkFBYm1mTjluREttajBoTEt5WldUbWc3a3ZnNExfU0dzPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000b7c36b063b6e5f95
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/34271147156443112=
32/profile/verify?hl=3Den&amp;pin=3D62880&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5p1SrOdvpAsbekTrnGCOZDQTR5QTO8c0Q5-bvliufBp9drv3rcQfZ63uYyMoOampPGU3Gtv=
Wt4VBmCFtVx7xBHYmpkctiTQn4WAd3JtogkiwuxnavdmT1o>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">62880</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3427114715644311232/profile/verify?=
hl=3Den&amp;pin=3D62880&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pd9mEc73nZlcP=
Z1zI0R_ivVd0Al130Z7O-QcBOTkmkgDX6jmk5TooCgTT1umdZdDgr47eUEa-TVYB4WjIyV1FqdH=
6P-JlN7oY2TX1pGnVfl-ZqZQoSWgD0NWNjyfU4Yg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3427114715644311232/profile/verify?=
hl=3Den&amp;pin=3D62880&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pd9mEc73nZlcP=
Z1zI0R_ivVd0Al130Z7O-QcBOTkmkgDX6jmk5TooCgTT1umdZdDgr47eUEa-TVYB4WjIyV1FqdH=
6P-JlN7oY2TX1pGnVfl-ZqZQoSWgD0NWNjyfU4Yg target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3427114715644311232/profile/verify?=
hl=3Den&amp;pin=3D62880&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pd9mEc73nZlcP=
Z1zI0R_ivVd0Al130Z7O-QcBOTkmkgDX6jmk5TooCgTT1umdZdDgr47eUEa-TVYB4WjIyV1FqdH=
6P-JlN7oY2TX1pGnVfl-ZqZQoSWgD0NWNjyfU4Yg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5rx0cYo-ATWwSjbZ0=
8_fO_90DH1MlcnxMSb7mWl_ki2GBXf3MbOLhn-cQKWj7j2idc85HetJLbX_a6W9btmAEYn2bg4O=
8u4aeYnq-UkSMuOcnXpyUl3xJXnm0rLPd-_XG4Z_R39QPgM9kzpB0wgX8OhGdI6-Q style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">contact@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3427114715644311232/profile/verify?=
hl=3Den&amp;pin=3D62880&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pzgudhK22X6Iq=
uMnGf4_DGUtufDaS2_ogGXkAGK3GFyM7Ok1lWI_4SeP1uv9ihntkdHph2JTVQKGC5BmYsukL5ch=
NTcVIKeOPdkwIs60OEZdKmn6AakHt0r_mo7fndzmpieQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3427114715644311232/profile/verify?=
hl=3Den&amp;pin=3D62880&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pzgudhK22X6Iq=
uMnGf4_DGUtufDaS2_ogGXkAGK3GFyM7Ok1lWI_4SeP1uv9ihntkdHph2JTVQKGC5BmYsukL5ch=
NTcVIKeOPdkwIs60OEZdKmn6AakHt0r_mo7fndzmpieQ target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3427114715644311232/profile/verify?=
hl=3Den&amp;pin=3D62880&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pzgudhK22X6Iq=
uMnGf4_DGUtufDaS2_ogGXkAGK3GFyM7Ok1lWI_4SeP1uv9ihntkdHph2JTVQKGC5BmYsukL5ch=
NTcVIKeOPdkwIs60OEZdKmn6AakHt0r_mo7fndzmpieQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5ol4ndjY5Ba2tpLJSdw01Zx6mNXEqMxVqf9YopWoi1E2zB75DP7ngGmDFPmCe3NxIFh9Us=
_ejFtn9fg3lCVs-5widXbR3KS2DwK0C8YQLr0FvVijzBQxsDwQW2JV9EvKVEG6Y9TpW74mqM-3R=
XJ9z9sJd01NOUz1DnxHPSMdjx31A style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5oETDmr4qqMWNnvWsqhmzkVfPcuhVRMMV8I64OcC8s9mwQjLFxveF9MJPhRw0EXzdulMywTprC=
6aTMK2ZdAgfnkBinA0mhAOvXjDrZkguDRsdIR8siv5TkT-x7JRwBXHR_OhTkPHA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qA32osFfVMlI5pk0c_v-6zG4sJ5P0X48I9Cv5l2-KKKg9rPML9IT6raydjF-5B1Y=
d99GMRvfVnTdgEKymHNoTkZWyprTjSrdqMWOX_4fkg5IRW-ZLo9XuB6uzKxT6_yzVWHA.gif></=
body>
</html>
--000000000000b7c36b063b6e5f95--
contact/cur/1754044103.M903192P4061730.premium320.web-hosting.com,S=21828,W=22514:2,S000064000000052504151007557630020630 0ustar00Return-Path: <3wZaMaBcKAGwLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id pqhYNceWjGgi+j0AVkXPrw
	(envelope-from <3wZaMaBcKAGwLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 06:28:23 -0400
Return-path: <3wZaMaBcKAGwLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 01 Aug 2025 06:28:23 -0400
Received: from [198.54.122.200] (port=41879 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3wZaMaBcKAGwLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>)
	id 1uhmzw-0000000H2de-2gN0
	for contact@24hourwaterdamagerestorationlongisland.com;
	Fri, 01 Aug 2025 06:28:23 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=vP8K2gkI;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3wZaMaBcKAGwLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com designates 209.85.216.69 as permitted sender) smtp.mailfrom=3wZaMaBcKAGwLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f69.google.com (mail-pj1-f69.google.com [209.85.216.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bthxG0x5gz17wM
	for <contact@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 10:28:18 +0000 (UTC)
Received: by mail-pj1-f69.google.com with SMTP id 98e67ed59e1d1-31eac278794so2162766a91.3
        for <contact@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 03:28:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754044097; x=1754648897; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=lH5whvHhUcPukH56r5XaJqWV0WlF7Hg7jjlX2m4aghs=;
        b=vP8K2gkIULF/d8R10/6uboI5Ms0dV+E0zwRVImstDph4w/q9ATtsUnr3c+E1j8UgCT
         Qn8tV/NtP0ud1VSImBc7zSHeXAxGlOuglX0s/d7esHhn0IQFdTbMKeV1GD3OpG9o/6dr
         E+t3pG520NWKVy6JrXpFyM5BSdpoPyC/BvqcKA6nfEkWKuR8aneNRklZDBfreS9h4QIB
         usfA7nCMaxYdGYMD3qkyag7IFnMr7FN9FOIzcRQx8a0qcH8Pgf7vv1W/AOO3DCdElNat
         7aQN7ZCdYG6BH41dIh96JrO4LPEgYbm2yCYSpYklX9BplFt9iPw15eJLqk26Ur4eqSQs
         R2zg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754044097; x=1754648897;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=lH5whvHhUcPukH56r5XaJqWV0WlF7Hg7jjlX2m4aghs=;
        b=JQm98d8XCNaAS/MjXoVd2P8hQ35an96RZjOoyWVmA+6YM3qKdcHmbkryPy+P3d4Cx+
         /M91hiwrvShjA/YTgA2FZ2CVAJdNFIlmPs7f8a4GWQAgygPv7SSS92fcB5W3kDsynCEK
         h0rPi3HXbA94Xi+Mtnvu47pu+3aatqKF6GLFePII4ykuxKFM4PPWQvAhthYDBSmsUe8U
         kb16QfC9iL2dwN6y3fm5ig76/+0SD9hwS3CIzG0VTuYi8Di2qCh2lGZxGAB7/udnNJsD
         r8wrsnYEsN/lfFiK/GblU/JWtW/Tnl+shxmnWIo0O4Yx3we/rzoad1yYSyomy5fJ7jlg
         gdiw==
X-Gm-Message-State: AOJu0YxfT9Z3wQXUmbOPlYSqGWbMh1lPIUEB/cb7KSt0ZPZfVbJNNMbd
	GEO5hw4Ua4V3nv2Z2H+lSuWLDUoA7oJ1SG6Evq3sCPDI0bYLNGkXrfkGTdGA
X-Google-Smtp-Source: AGHT+IFNJs0rLMDdhRmrpesZVh43BqabmwyJMjyp3/jRJm9pMm7aBVPCcTwwI1K1RkcxELNO9kCy0pY=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:562b:b0:311:eb85:96df with SMTP id
 98e67ed59e1d1-31f5de31dbfmr16328335a91.17.1754044097639; Fri, 01 Aug 2025
 03:28:17 -0700 (PDT)
Date: Fri, 01 Aug 2025 03:28:17 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: ca27320d31da0000
X-Notifications-Bounce-Info: AWoTSIFrQQvYb4z9f1DmugtAa105JJkb9M3VkEhZJitYACgENtfTGZi1VoGyBCIUJOZfVOpbSk2vM80R0tgUHIxt6eL_5PsV-2323_wHC6_xiUMpLWDVprP1AFT4A9r5qrnfrf8TYvDLPzQnasEg5s7_GBfH1pLEnogwozfcSkrWLpi3Jq3mBYjpGixCD2HD0vyqj-UGUp6Gdxm1RlCutuf1cPeZghsKPEW_HAYrD3T3K7QHWZZkBlc51pwGn84DlcvXFxaPMTgaN92zNkRSKT0Sau0vEN4n0_8Ok_jI2hZQuNCngKv2eXsXML55yP46VvfE3uy2LYXzrZgqGRMg-lEF9B4Pmu8msGwmvVa6DG-X_LNLs76rhXG99BforaCOPVK75L_j9t24FB1PFXdQ5Qi2y7991wByMW9mwehIwcbUo2YEQUD_uM24y-3f04sbCV-w1nMCzd_DJYzyTsQOqDC_zLn8rmcwc7KnPNTleT2j_xmUXodEzk29ZRb4pxGIRic2UGOH80iaP3GnZsVPjtCp3xCoiZl3yWzbfBsVBacTahDBYmzMaA59YRc01hCDVe6bLxnZgpm_1DjtSgKj5GoxCsgggYkoNu8_XZHU2AJBbilEv3nTrXkUh2GBIsI_rC0NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <d24288ae6c7518dc15dbb3190f5191fa0e048676-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000005c3526063b4b3713"

--0000000000005c3526063b4b3713
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/1147536961059414331/profile?trk=https%3A%2F%2Fc.gle%2FANiao5qleC8T8NMdim3_aPUsMXTkBrNV_HotFUbKVKNkiqI6FLBJOnoVffJ_PccP6edRb_iF9TlR4vOTJcKAN26pZpfQwnYsc846KEwaTbk_OkQxA2X_jzTlX78CZwk>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5pEldp6IHFXUn5orT_d87jaDV3WQ0Oqj9G7QdSLz24JPQ9ieEo0xF8hNczQJeoUXUjZBY5M_LpOQKtsNGHbcRokOQUU0hfojYFume0iVCsc09PmXifbol94N6vyVzH3blUvxSoOt6BosvNNXhkPOztgXCuu6Lc1JT_UKE4RnoMLu_cD_dk>

You can see the status of your appeals  
here<https://c.gle/ANiao5pJuD4VO7fNmt_JRUJ4DCbHFeSOReDoTr3wkzobohYadF7a2_nd2DXpBjgS7GNVX_LeHcKJnXWBTCQI717Z0DvRLDuLpiBuOAflXDBw3t2stXZ8kUqus8rzWH-_M9r6qgpDGFS4f8tf8TjvQ3Uk0-BTDSQSUURQoRSJWa0YKm3upzX0mjiidg8CJsHsYfLH2rgQqsmfjtoNbVadGwWWlWKfDAcyx_pLrgtp0jjH>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pxOESEANUYUA_mRATztrUCI6Vbqwfyzq8vChRIeN2EF-XfYzMF_Gt6lLivj44fnfQUp1UsyGlzclsFv5DbS5feAo_ACEmeAo47vmSsHioJKow5DDg-NJUljEvaWZNaHAF9ntk>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000005c3526063b4b3713
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/1147536961059414331/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5p61hGfXW2CCfh0u8IXamgsf1wjMKzncoRQK2hSCUHrAxpA2n=
nnNR_no1_4ldqzkFc-49WUGT7YUGC0M_05DLyJKtiIPe2mTyWfIBH0O1kffSfg9DjkhrH-hv8uq=
Q target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5oXCxLoJF4DkC_AX5NOx4n9qDiDGCcwKFWSF03WfQJY3eJ=
B_FS36Rhe-77K0jHnnTkLd_uM1eC3QoBwvw9BV7OUodnG2nlrkr9r5bpnUnyivolaxZlTZCxJ6P=
WfUVjcMZcjKR1SXip53x9G-tZGA0AcytPRoEWi2q4pQ_p8yGyhRktYGgaO9A target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5rjeaxg=
-3lhln2Ezy6nai6AdqJZHUn9OcRIPY9FQh84IjC_hw7zLVCfyJDmk4WTBroX-fJwE0pDUlCk81P=
zRIUqZoW16MR8wrPtaJJg3FbdsoYSs1BoHJgT_3m68FPafDcxfJ5qar0Nfd31rFvKxKCYxCT1bY=
SrfzZfqVkB24wo7tp87RgMlQcNZ1WBYdVDJ1AvA-p694fy-rdQHxIjIU2NHguITPKN7a-VQIRBn=
HA target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oFAujkTxuNfpDLfq-LWscqSDNymY3jxBSw8rSXDU0pl5=
SMdhRxTE7--ilI8IwVEW06DH0BgXmeJOCai5fFQpdpQm9p5K9d6muvZBELAaTFl4raik6ZgBNkq=
TcguFIyZ-8YT0g8nQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rhuOBQimpZ0XhGTinpFzHLS6IvwD5Yg87jLdzVujWgwVoxmIXm7JorQlu0CbLE7c=
Vpj3cEfaUxQqlyQPn-3LpNaO8OGG0_nkpzjF5Hj2-IueUBWMIR4YbHmlgXVzFGw_t9ww.gif></=
body>
</html>
--0000000000005c3526063b4b3713--
contact/cur/1756881606.M947542P257508.premium320.web-hosting.com,S=8918,W=9049:2,S000064000000021326151007557630020463 0ustar00Return-Path: <3v-K3aAcKALAdehUfboWeeWbU.Sec@identity-reachout.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 8PL4N8bit2jk7QMAVkXPrw
	(envelope-from <3v-K3aAcKALAdehUfboWeeWbU.Sec@identity-reachout.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:40:06 -0400
Return-path: <3v-K3aAcKALAdehUfboWeeWbU.Sec@identity-reachout.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:40:06 -0400
Received: from [198.54.122.200] (port=59008 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3v-K3aAcKALAdehUfboWeeWbU.Sec@identity-reachout.bounces.google.com>)
	id 1uthA6-00000001J7x-3BWv
	for contact@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:40:06 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=EhGrRGmo;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3v-K3aAcKALAdehUfboWeeWbU.Sec@identity-reachout.bounces.google.com designates 209.85.166.69 as permitted sender) smtp.mailfrom=3v-K3aAcKALAdehUfboWeeWbU.Sec@identity-reachout.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtJc0PcMz100g
	for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:40:00 +0000 (UTC)
Received: by mail-io1-f69.google.com with SMTP id ca18e2360f4ac-88737c85cb9so260115039f.0
        for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:40:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756881599; x=1757486399; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:reachouttracker:mime-version:from
         :to:cc:subject:date:message-id:reply-to;
        bh=nJBJhaqjNJXOxM9VBqAx1QG8bik9o1lhpSiQYrwzfu8=;
        b=EhGrRGmoROGeXy6EgZVvTsTkCJlGt442a9DEonOPgRPiLWkSF0EDQnVQOYlzSGV9yy
         qMKhlPpCI7Oyeo4FggglpWz3cO0rkQqAAiBpshtSduKB9jwCV2b1c7e4RlTX5yYuH10E
         ynIxJVmeFumT0w600BCGwiIeJyIwSm+WZXSt6bF5JTbyt7Z15GHtkRR0on+/OE1F6yzL
         bgmNDGaEwU9NwlkuFXsiDznv2WQzWrZJ+NUyGp9GcNJ6JAu2vZZz5pJikXZsgYjeNRqU
         ZC5L8n8z3Ui856I+uT3LODBnQ+QNUQUBBW7gZYpCq36zJol9y3twuCu9u8AUFHAyyGzT
         QyiQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756881599; x=1757486399;
        h=to:from:subject:date:message-id:reachouttracker:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=nJBJhaqjNJXOxM9VBqAx1QG8bik9o1lhpSiQYrwzfu8=;
        b=tkY0BoPplRU1OnY+PgkUqVsBUZW1QuMuO9picYsSrQ1UxmyUQP/mFfGPPfDAf7HHrp
         yLAOEpXERGzMmdIgxRzGlWs3GzoM9R+KHy9WEwXTsyBs0mmB4bSavxEtXC+NJShthu4L
         JREzkxkVsx2rl4LXvMsh9guthuxioQHfi6J/vbaW8XzM7IyDHr0bCUKRO6cWJFgFXnkD
         jTQdmGMrqtG7hWGn1VenrWZvbcyUwg3T0XVZck3kinp9rvjomqlSbr8fO0lC+jvpIPIX
         fOXLqCfV0ezBaDx1NkRx7ENvi+yriNM88QToLuh7nMp+44+NBXe0dNRj/QcOigSd79bI
         RmwQ==
X-Gm-Message-State: AOJu0Yw0qF5rI3kDK80+MUv0x3Wg6Wbi63WHhti1SKMSGleza4elFuaa
	4QXqdac3kYhpAe4rdndWHRG48OOFHSq/WIgPT9qgAQGVR6t8Evc0a8hjB3RqkT2Itt3AHihnNHQ
	j9LZ7ip1H8xlQA+z2teIMg5qpMFtndD9IUdPM0mdslOQ3kcmXzhwyUybDx5QP5e2xtEXvuZpaoO
	QhRThD+6WEZdn8kGuaf22ryXnbfubpE+/LvtngLN7mfFUfJMA/fatf3J4=
X-Google-Smtp-Source: AGHT+IELQFvhrpMTJZjrQT4uiQNnQsvUBXyXPaMWVgRm1AVTVPGnAwLckWbdMT5JXQSGlB5aw2n5bqeSVB3Ql6WRqw==
MIME-Version: 1.0
X-Received: by 2002:a92:c267:0:b0:3f0:70c1:2ca9 with SMTP id
 e9e14a558f8ab-3f3fd18b311mr232701225ab.0.1756881599284; Tue, 02 Sep 2025
 23:39:59 -0700 (PDT)
ReachoutTracker: AXiFLV7402x9GbFmpE4Pn3EQng061rnC+u5nXUjHUvk3kuvoC9ixupLIXeVnYaE1M2rNtbNWAUdf9/XAECwYT6AQVOH8
Message-ID: <autogen-java-961d0ee6-1313-44d7-a20b-26d001e0e23a@google.com>
Date: Wed, 03 Sep 2025 06:39:59 +0000
Subject: Google Verification Code
From: Google <noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000a4002b063ddfdf00"

--000000000000a4002b063ddfdf00
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

R29vZ2xlIFZlcmlmaWNhdGlvbiBDb2RlDQoNCg0KDQoNCg0KDQoNCg0KDQpEZWFyIEdvb2dsZSBV
c2VyLA0KDQpXZSByZWNlaXZlZCBhIHJlcXVlc3QgdG8gYWNjZXNzIHlvdXIgR29vZ2xlIEFjY291
bnQgIA0KY29udGFjdEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20g
dGhyb3VnaCB5b3VyIGVtYWlsICANCmFkZHJlc3MuIFlvdXIgR29vZ2xlIHZlcmlmaWNhdGlvbiBj
b2RlIGlzOg0KDQoNCjQ2MzQyOA0KDQoNCklmIHlvdSBkaWQgbm90IHJlcXVlc3QgdGhpcyBjb2Rl
LCBpdCBpcyBwb3NzaWJsZSB0aGF0IHNvbWVvbmUgZWxzZSBpcyAgDQp0cnlpbmcgdG8gYWNjZXNz
IHRoZSBHb29nbGUgQWNjb3VudCAgDQpjb250YWN0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbS4gRG8gbm90IGZvcndhcmQgb3IgZ2l2ZSAgDQp0aGlzIGNvZGUgdG8g
YW55b25lLg0KDQpTaW5jZXJlbHkgeW91cnMsDQoNClRoZSBHb29nbGUgQWNjb3VudHMgdGVhbQ0K
DQoNCg0KDQoNCg0KDQoNCg0KDQpUaGlzIGVtYWlsIGNhbid0IHJlY2VpdmUgcmVwbGllcy4gRm9y
IG1vcmUgaW5mb3JtYXRpb24sIHZpc2l0IHRoZSBHb29nbGUgIA0KQWNjb3VudHMgSGVscCBDZW50
ZXIuDQrCqSBHb29nbGUgSW5jLiwgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4g
VmlldywgQ0EgOTQwNDMsIFVTQQ0KDQoNCg0KDQo=
--000000000000a4002b063ddfdf00
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:=
 600px;"><tr><td><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellp=
adding=3D"0"><tr><td align=3D"left"><img width=3D"92" height=3D"32" src=3D"=
https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_188x=
64dp.png" style=3D"display: block; width: 92px; height: 32px;"></td><td ali=
gn=3D"right"><img width=3D"32" height=3D"32" style=3D"display: block; width=
: 32px; height: 32px;" src=3D"https://ssl.gstatic.com/accountalerts/email/k=
eyhole.png"></td></tr></table></td></tr><tr height=3D"16"></tr><tr><td><tab=
le bgcolor=3D"#4184F3" width=3D"100%" border=3D"0" cellspacing=3D"0" cellpa=
dding=3D"0" style=3D"min-width: 332px; max-width: 600px; border: 1px solid =
#E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-ra=
dius: 3px;"><tr><td height=3D"72px" colspan=3D"3"></td></tr><tr><td width=
=3D"32px"></td><td style=3D"font-family: Roboto-Regular,Helvetica,Arial,san=
s-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">Google Verifi=
cation Code</td><td width=3D"32px"></td></tr><tr><td height=3D"18px" colspa=
n=3D"3"></td></tr></table></td></tr><tr><td><table bgcolor=3D"#FAFAFA" widt=
h=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"min-wi=
dth: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px=
 solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-botto=
m-right-radius: 3px;"><tr height=3D"16px"><td width=3D"32px" rowspan=3D"3">=
</td><td></td><td width=3D"32px" rowspan=3D"3"></td></tr><tr><td><p>Dear Go=
ogle User,</p><p>We received a request to access your Google Account <span =
style=3D"color: #659CEF" dir=3D"ltr">contact@24hourwaterdamagerestorationlo=
ngisland.com</span> through your email address. Your Google verification co=
de is:</p><div style=3D"text-align: center;"><p dir=3D"ltr"><strong style=
=3D"text-align: center; font-size: 24px; font-weight: bold;">463428</strong=
></p></div><p>If you did not request this code, it is possible that someone=
 else is trying to access the Google Account <span style=3D"color: #659CEF"=
 dir=3D"ltr">contact@24hourwaterdamagerestorationlongisland.com</span>. <st=
rong>Do not forward or give this code to anyone.</strong></p><p>Sincerely y=
ours,</p><p>The Google Accounts team</p></td></tr><tr height=3D"32px"></tr>=
</table></td></tr><tr height=3D"16"></tr><tr><td style=3D"max-width: 600px;=
 font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; c=
olor: #BCBCBC; line-height: 1.5;"><table><tr><td><table style=3D"font-famil=
y: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #6666=
66; line-height: 18px; padding-bottom: 10px">This email can't receive repli=
es. For more information, visit the <a href=3D"https://support.google.com/a=
ccounts?p=3Didv_pre_em&amp;ref_topic=3D2364467" style=3D"text-decoration: n=
one; color: #4d90fe;">Google Accounts Help Center</a>.<br>=C2=A9 Google Inc=
., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</table></td></tr=
></table></td></tr></table>
--000000000000a4002b063ddfdf00--
contact/cur/1754372088.M532360P4089733.premium320.web-hosting.com,S=24844,W=25623:2,S000064000000060414151007557630020664 0ustar00Return-Path: <39peRaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id CL+WH/iXkWiFZz4AVkXPrw
	(envelope-from <39peRaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 01:34:48 -0400
Return-path: <39peRaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 01:34:48 -0400
Received: from [198.54.122.200] (port=40747 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <39peRaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>)
	id 1ujAK0-0000000HA9c-1UBC
	for contact@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 01:34:48 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="2MTBcoB/";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 39peRaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com designates 209.85.222.200 as permitted sender) smtp.mailfrom=39peRaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qk1-f200.google.com (mail-qk1-f200.google.com [209.85.222.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx2Dl3HTyzC1SR
	for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 05:34:47 +0000 (UTC)
Received: by mail-qk1-f200.google.com with SMTP id af79cd13be357-7e7807af588so577779685a.1
        for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 22:34:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754372087; x=1754976887; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=tn6lPDxvGe8L/Ud1F2gMxIHPgqwkivrTRxeI2YpML1U=;
        b=2MTBcoB/IqFZ8k4SQZAsTUBvJp+OdCmLvkAK1U/sjRzOuzpQDstonWKuUmyBapxE4N
         iZIkbmOAf52b/yyDuXVETb+NN0CO0fXZ7BHCbtoVftCckpjFNnsW18b+iVs+Ol5dGGfx
         KbmsyDrCIlAzmULAzm90KEpdEiM6Rk/s4KQdJwiDQbS80LsPcUxQWo2gfpHcEot6YOOR
         QRXawtAPigWCzfC1QU1cWAV2PhRSbt/NS8JU+e1JjHcs/ayRPocSJezsrbHqq7Ib+Zds
         Oq3jXEfWbGdeNkVdrXi1Jo4BDAFknYX9fEAFqQKS0mb8GKLTX4x8Eq3pHqwk/Dpolh53
         0bnw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754372087; x=1754976887;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=tn6lPDxvGe8L/Ud1F2gMxIHPgqwkivrTRxeI2YpML1U=;
        b=jnf4cybJxZD01xCUbhoa395VyyTSr+kzdPthxeeYk65Xi7Bq+SgGNBpWqA9krTJ7Fo
         9x9RK1pv9kV5qnthpHiM/vfzkJOEwROLYJCp7fKmBS6vRyIa7ljIeVLaFcjVMKftkQ7D
         EyTWF2go7KwJuCezkd0qsuPwx+W/pKa51q0mRtDUpd/mk2q/FRTmxcniG1bWczYGL+WI
         AcrEOvwXiF1B8D1FG+foy1HHeLFeFz9PSbKndaCRPxurr2iYzEw7TONjpyACgY8WoB8C
         dd5qNXn5YC7VGBcLXKE7vX36Qw5pKt0YbzEy5E7ccodDaNL9AKxJhTjfHnJ5ZGk9tfAY
         2hFQ==
X-Gm-Message-State: AOJu0Yw6aH6ULQATgPnnZprLh5dUK5dfSmZLo+aS7y5q9SG+4TXmgzhd
	w3N8AZ4bygqbbiDIQUSZyux3Owm1OUP5Kt8vCj0uMSqRZwTWwGrJJ/mplCG7
X-Google-Smtp-Source: AGHT+IHS1IqVAUeSovoPLhFgm/suUxMaLxMzGoms6oRI9bys7Kz7Y2BLQJmnrRNyHHVWrYeYeor49OM=
MIME-Version: 1.0
X-Received: by 2002:a05:620a:1182:b0:7db:9b82:1276 with SMTP id
 af79cd13be357-7e6962b6d95mr1675962985a.22.1754372086834; Mon, 04 Aug 2025
 22:34:46 -0700 (PDT)
Date: Mon, 04 Aug 2025 22:34:46 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 818c4e3683ea0000
X-Notifications-Bounce-Info: AWoTSIFt2BQiGMJohD-ATckEtw8w8TE8A8VTyRvFNCr4OzNHj5cUCSH-KokCWT3V17PAoWK_Y2cCaQO-Tt7XWXZiiMe2DcAdYP7S2kb9vu7jtg3_iYxSrnVml5yykFLwEkysdLURPVXhhqgPAIXMzhKvtn8bxYAJnTJF6YHYUb9bSf3MSlb57FSX8mmrNtpQtPm1giVrV7En9BBmYX2Aki-5tb6cEYkFUoDVyeiMFUByGH89UcNa0QiVei6dbJbfLmEJHSkkXvJm9shwQTvnO1IfYWhfPmmd4i3mWWvY_4HerUbU6OTq-Ow_rW1EtbOqDZuzwPn8kXjMz2z05ctZdCm2rTtiHyci4L51ypdctr9SH3UKAZ6VEVoFZY9fE3d43Wh8mKGbcdE4t1EtMNRNEKC1cG1EL7zXS-ynnG5j6iyxO8gG1UIWEOsjJP_XUGXWi3JcnvrJEIwRZvIjLEv9rsgpVq8Kq1B2iZZBfJai4xj62UXyXaFza6uQK22E0PnoN_b7hQh97m7lDQBIGd--Q658H7wJM5am0MKYT6tgi8ml3kBJ8sFq9qet02vry9nciC7dkjpqb4H7it0EPUebonekmRdcLlxxZjW6A12_fxP7a2g9541HeLqiClFeys8PXYUNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <beeb79c71bc77e4f36c1a320ababf387ab29e0f6-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000000a24b7063b97957e"

--0000000000000a24b7063b97957e
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/12925823148150426449/profile?trk=https%3A%2F%2Fc.gle%2FANiao5qKWkR1RwZUQDjaIu1RCNUYbIq14Ntwj7WsTRRLLciTxcWtXOiX8c-2SETBZmgE1DA2WG1qZOkvuUbp3Ih78hix3O1oVOzvABaotJ1VQ_RDgAFdvajAiJuDHCQ>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5pgBbbtZAMgGU5XHsFUtpqhyk-zZStli3e86Hn80ZlmvS2uZ4Bz-iVHmiOBslbOjHhPwOMvSRXNJ_M-yMdoy_8y6o-TRmdAmnzLupo8TuoYavetL2J-HQWfgsWuiJfGIaD1TVQ9--cSIyW6Yfi3eZf9yNJkm-zB5c9x59y7FPo>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5qrhmyClI513JRcpXHWXF-9C1sie0ZmmMqPgq2A8nF25xKvEIkQLfxuHzS_gx-yE-mrzbzpP-Z2DWPVwFanXy7h8fiwHpkipc2GouEElEhYwFqIoT3l22CbCHivePs_Y0tui09PgWT4VTQbgzecno7DEJ2BNIme_7Bh-bOK4d6E19ET9UjD5azuji08DwJLICnKkVPChkaydhv1BvNmvjw_o8cb8h7AB0huxxe4AhI>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pYXe0WPFiMSzisUl0Do5OBEZ7Kp9XrrglZsAgjr6ClY-Wa3bXhEm1AE7lRTqoHss_pe5bRudHkWjH3VnbwIWxACVquu8V_hPU7QUSFuWqzOxv7PR3Reh0ZqB7wlpfc6bQKIbo>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000000a24b7063b97957e
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5qiXDyYwGPRulh9Ri2A1V3ymiua0=
So18opfq9KwZSFXuKitSAiVuw0ujGSsIsITS6kaM-Bl5gElujopj_l3g2Mg-NPI-uZ9_9Hv2bX5=
mbEdtPQFfP_B9ZT_0mZra2zjIXYby1fRZZ4ZH9nx9wIsTLYm9omEg65tRgCE-JYz2ngugPxVhMo=
gkkxyL5-llfDFn33CDeaJ43c7DdEwEF-5aWHEMmki-6BqLOCcbcYZAsRp_A>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
2925823148150426449/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qDkOUbsM56AKE=
JDvqJLTCwDTdNYsFMEZu7HlcYUgOk4_FctXxfwqWwqL58HxOT9qXxUElbgIhyNbWJqn_oqBBCVL=
6e_F2rXULWweaLDc_i9PC1jdUP967huZZwWA target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoratio=
n:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busine=
ss=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5oHQ9DKOR61q7nRYZdYIS_x_M=
U3YeIkphHMyd0P8YMHetkhcddyx5m50_dGr8N42JAZVE7wtLVApkOPN_9SaCMjPNFL4P5rlIVAy=
R7zXiEVsXujomxJ6Us4rSWEdRqGY9hKCqtQXOcpuxPKWDTCkceoT9hYcJe899QP9yPFw_37eg t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qazicUjdD8VKSHDudF45ugTJ-xbogR7YmzqzcVTnS50cc=
LMzsnmqfIj49nCM6yrSNZ55GCPDMfe_oGR1_G2sVxbHRuH6WNaj04lh21YqxUrX4ItCqesOc5rq=
OrJ9lQ9CBxDG0ZEs6GC7cu8159Uah5GTOtALmnz_fOoqHsMLqGYg5vIIJf5JVDwDGKz-DEiFGzF=
tqxkZ9Ol8x0gKzErsgRpE1ZA_h0fZc6iMNelXk44g target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5qazicUjdD8VKSHDudF45ugTJ-x=
bogR7YmzqzcVTnS50ccLMzsnmqfIj49nCM6yrSNZ55GCPDMfe_oGR1_G2sVxbHRuH6WNaj04lh2=
1YqxUrX4ItCqesOc5rqOrJ9lQ9CBxDG0ZEs6GC7cu8159Uah5GTOtALmnz_fOoqHsMLqGYg5vII=
Jf5JVDwDGKz-DEiFGzFtqxkZ9Ol8x0gKzErsgRpE1ZA_h0fZc6iMNelXk44g target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qazicUjdD8VKSHDudF45ugTJ-xbogR7YmzqzcVTnS50cc=
LMzsnmqfIj49nCM6yrSNZ55GCPDMfe_oGR1_G2sVxbHRuH6WNaj04lh21YqxUrX4ItCqesOc5rq=
OrJ9lQ9CBxDG0ZEs6GC7cu8159Uah5GTOtALmnz_fOoqHsMLqGYg5vIIJf5JVDwDGKz-DEiFGzF=
tqxkZ9Ol8x0gKzErsgRpE1ZA_h0fZc6iMNelXk44g target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pLnA6i1S5ockfzhrWqSEL-Cpm-zOWRW6oTCQQmpkH1Rl=
0H4gemuXMXtOX5EKhQbuyFWlmBODWVZwZLzFSeJZdY_cvdtVEViVTFpABoMh_ZWCgmlQS-6birO=
fjdNUx5u16HoEzbkg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qB2Nw-xWMIDrn7BnNjG0xk4g-hTEZLAoBfgZsShFmfz0OTZwYABC-UWMApuyHn7a=
iSnHanJ9CKdD6OKh8OCovHOVZYrJPtBFIfYvARvG6yW55kHZ1hF08W61T0nco98bA0Tg.gif></=
body>
</html>
--0000000000000a24b7063b97957e--
contact/cur/1754714014.M883617P189235.premium320.web-hosting.com,S=21736,W=22393:2,S000064000000052350151007557630020577 0ustar00Return-Path: <3nc-WaBcKAOIFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id eHeQNJ7Plmgz4wIAVkXPrw
	(envelope-from <3nc-WaBcKAOIFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 00:33:34 -0400
Return-path: <3nc-WaBcKAOIFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 09 Aug 2025 00:33:34 -0400
Received: from [198.54.122.200] (port=56932 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3nc-WaBcKAOIFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>)
	id 1ukbGw-00000000yM3-2zHr
	for contact@24hourwaterdamagerestorationlongisland.com;
	Sat, 09 Aug 2025 00:33:34 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=pifrmZOH;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3nc-WaBcKAOIFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com designates 209.85.128.199 as permitted sender) smtp.mailfrom=3nc-WaBcKAOIFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f199.google.com (mail-yw1-f199.google.com [209.85.128.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bzShF638pzC0Qw
	for <contact@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 04:33:33 +0000 (UTC)
Received: by mail-yw1-f199.google.com with SMTP id 00721157ae682-7196c919719so41039937b3.1
        for <contact@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 21:33:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754714013; x=1755318813; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=gt0l2JuvzA9BuKZzaig0KnBsYl1ikr23GF7q0VT9ZsI=;
        b=pifrmZOHHM//mOlQ9jBnOQE3OyC0TZHSUg3SWPW9Nq3J0BleYF8JJGkOBi8JMZbvDn
         tuTdodWEoT5CITvuKVdWcuKyp1UnbDNxLen3WMDW4Ld9HxuT8/4ReQZ7JiAq5KkY00qT
         AYhaNm0AAHtG6PZGH36EiL7h71d3MMniVVvkgC5jb8Wyf58IpsvqCn2XaXboS63mDyDX
         a6GMc0iftattVhMfpyp22cz3eZgpIv+7wvdxewsJbuCb/Srok5rS1zj/fRVxTqGoK2qe
         IgzqUMxCQ2hRjNM7UN2K//ZakQgIV20I8Iv8XX5O6haMUdFAKdFKs9da90DzdhJdz+M7
         vmow==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754714013; x=1755318813;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=gt0l2JuvzA9BuKZzaig0KnBsYl1ikr23GF7q0VT9ZsI=;
        b=uNReuxERNCLV++OXNdkYUHz90ZbSLEAONCqH3+gSQa2rV8XMcoT/5mE2Cws6+eAMbm
         w3l/Pyqs8NyoIQHqQz7YT1pgidnjGt4sGbsHYDNxyxMXCQjnyRUM71kAG9g6CRnrseSS
         TvczQ/E6q4QgY8VPokFx424m62QzG1SxXmwQ3Ot0W/MLnK3WydsrS24U4BisIyxqiGwe
         uVZZT/LwH0aKIIS53dUOgX65dLoBaZAlzcRxo8/9Pjs8zC5VqKyeWA8SbGI4M571eg70
         YmpQwtPYeQ/n4iIvos8aJFWV4bowt4qtqj3Rf/lpBNC///HfO14co/2EL4MLWrB4pUT5
         KIEw==
X-Gm-Message-State: AOJu0YyJgKRO+Ii9K/0gAUTf9++dw5tbxF+lv/HFYImEarmmAPehre67
	3TV8XUVX8Rdt3FOVHn7tAVTNkwDNqthZ39AzC2FY0T034odMna8+86w3HhUw
X-Google-Smtp-Source: AGHT+IFHhvdjJGhK6yeM/GUWDHNF5O+sQ8l9m+2Rlx8/+dVy2JxsVtNZqIwUbx/t4vZn11UYci4QriE=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:4803:b0:71a:1f26:5d1a with SMTP id
 00721157ae682-71bf0d43708mr64388507b3.11.1754714013345; Fri, 08 Aug 2025
 21:33:33 -0700 (PDT)
Date: Fri, 08 Aug 2025 21:33:33 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4096036
Feedback-ID: P-171-0:C20167087:M110554855-en:gamma
X-Notifications: 284ed84967ea0000
X-Notifications-Bounce-Info: AWoTSIEe9t48MUM0y2xMwwT5zlPYkZYiW43-hTm-f2t948qmTp3aIUf4pOIin5E-pHyUq0yL13fGz29VGzrNRIdtk82A5S1zPEzdVPN5eC3xKHk0Jn1LZz_FLxPdbxms_jYLv6_b2D26KPIU4i6U9us3FcHWxCvZwiSiupnoUCFrLgcTqnbdmm7v51LbnI7stFPK6jcX7lb4lWQ3N6elAO_GuSWOFMaydIpyaFUfX7h1hPmu2jvCi49sl35F9hmKuRAYw0vxnuBio5QjGR6dijoFJil5omnOvZ5krLr1cl7oGgEftAIQtRvuYrPKyU36KLMLxGyTIEjEznZZfrmWODsSk-x1rVxo7jSyiwZXPJoL_wlKno8TBTMzkLSFiL4szSLxmwVZoJ7a48zK81DWcTkKXBeWwx3U8Fx8dNmVyt4ccNc6mp9wTS7knSxsJVqKgF0s5JHfOgYHDQbzORQ36zAB-43OjwSn1H1aNEDQPyKvG05vpFiYqcPCJ8Yfy7EIPMIZpG8wVpog6Ucqxi_Fw8pe-cr59wLbEG6mifvQgSnyQGixY7FgOOqJ6Cn5zs26j2MpY4wmz8DYrXbI9vqcqrsheRyI3gEgOjpKyjLS_Lp_FgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <43f13ab81f811cf9fb415aa3fa3eaf2ff62347bc-20167087-111141260@google.com>
Subject: Noor Khan is now a manager of 24 hour Water Damage Restoration Long Island
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000072a811063be73146"

--00000000000072a811063be73146
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Noor Khan can now manage 24 hour Water Damage Restoration Long Island

Noor Khan is now a manager of 24 hour Water Damage Restoration Long Island.

View profile  
<http://business.google.com/n/12774007831928359544/profile?fid=&trk=https%3A%2F%2Fc.gle%2FANiao5rF8UKACGHqBYOUAdQCI5OkedF53_EzC8ahSjjbq9BWpcdramgXQZIydbhnR5-jseieWQWGROSKQXMgrDORcKPEEle3vXSbU4DvsIXBO0LlUUidEQ>

Visit the Help  
Center<https://c.gle/ANiao5p8a48PrOhuLlwlsgwubYEFcVSZU2XidfetN1rI5Iq3Dr7tKmBkWaU4Uo9cEkxjjwc9rbXpKMCBBLkVSx4JUiLLWulolKLP-EBwjP0cNlBn7RZiFK--NzDW0GcJln1FptHE9WbvskYGhT4zYnyLTvQBbR4gGtNY_erNra6TeWg>  
to learn more.

(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qtF2kMlql7ND8slOfIzBZ3Ka9F45-UAjmV9ToQMuRu8CSfxkiSv5jFZqhmC5XEfATMubn_8zHYmD8RWa3Y5ibKNpt7mXMWVWWirsVlkoLkkVY3qJ72jhiTQSV9Ahn8KB45iWI>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000072a811063be73146
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- Univarsal -->









<!-- NMX footer -->


<!-- Link -->


<!-- Content -->



<!-- HTML --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transitiona=
l / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.=
dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>You now have a new manager</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:5px !important;}
.pd-t-5{padding-top:5px !important;}
.out_pt_25
{
padding-right:10px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-device-width: 900px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.pad-b-44{
padding-bottom: 32px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.pd-t-6{padding-top: 6px !important}
.pd-t-36{padding-top: 30px !important}
.top-heading{font-size: 32px !important; line-height: 40px !important; padd=
ing-right: 0px !important}
.pd-t-26{padding-top: 26px !important}
.pt_33{padding-top: 10px !important;}
.pt_13{padding-top: 4px !important;}
.pad-b-5{padding-bottom: 5px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
.w-168{width: 192px !important}
.bord_none{border: 0px !important}
.bord{border-bottom: 1px solid #D8D8D8 !important}
.txt_center{text-align: center !important}
.pl_0{padding-left: 0px !important}
.margin_0{margin: 0 auto !important}
.w260{width: 280px !important}
.pl_42{padding-left: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td class=3Dpl_42 align=3Dleft valign=3Dtop style=3D"padding-left: 100px">
<table role=3Dpresentation class=3Dwid-400 width=3D600 border=3D0 cellspaci=
ng=3D0 cellpadding=3D0>
<tr>
<td class=3D"top-heading pd-r-0-d" valign=3Dtop style=3D"font-family:Google=
 Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36p=
x; line-height: 44px; padding-right: 45px; color: #606368; padding-top: 49p=
x;">Noor Khan can now manage 24 hour Water Damage Restoration Long Island</=
td>
</tr>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3D"padding-top: 22px; padding-bottom:=
 26px;" class=3Dpad-b-5>
<table role=3Dpresentation width=3D800 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"border-bottom: 1px solid #D8D8D8" cl=
ass=3Dbord_none>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D506>
<table role=3Dpresentation class=3Dwid-400 width=3D506 border=3D0 class=3Dm=
_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3D"pt_33 pl_0" align=3Dleft valign=3Dtop style=3D"padding-top: 27=
px;padding-left: 100px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D288 clas=
s=3Dmargin_0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"border:1px solid #1A73E8; border-rad=
ius: 4px;">
<table role=3Dpresentation class=3Dmargin_0 cellpadding=3D0 cellspacing=3D0=
 width=3D286 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue align=3Dleft valign=3Dtop style=3D"padding-top: 23px=
;padding-left: 23px; padding-bottom:15px;">
<img aria-hidden=3Dtrue src=3Dhttps://lh3.googleusercontent.com/a/ACg8ocIz_=
T4pVF8ozg-ATzy4P5ynmZDcT8P8-O9T26yEFgNWL-6i3gm7 alt=3D"" width=3D40 height=
=3D40 title=3D"" border=3D0 style=3D"display:block;width:40px;border-radius=
: 50%">
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop class=3Dw-100>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Roboto, Helvetica Neue,=
 Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:2=
1px; color:#606368;padding: 22px 8px 17px 16px;">Noor Khan is now a manager=
 of 24 hour Water Damage Restoration Long Island.
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop style=3D"padding-left: 100px" class=3Dpl_0>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 class=3D"ol-300 =
margin_0">
<tbody>
<tr>
<td class=3D"text-center m_cta" align=3Dleft valign=3Dtop style=3D"padding-=
top: 30px;padding-bottom: 12px">
<a href=3Dhttp://business.google.com/n/12774007831928359544/profile?fid=3D&=
amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ojxG64NXBFZ3iXcs4akTcTAHiDRKNfqhjhD1i=
8kd2sxRNTGw9nKVP0GolxYdHcPp0d3bcK8e0eZbUy8q-U4LcYvBbvgki9C5of-GU1Ostft5WBML=
FM target=3D_blank style=3D"-moz-border-radius:2px; -webkit-border-radius:2=
px; background:#1A73E8; border-radius:2px; color:#ffffff; display:block; fo=
nt-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif=
; font-size:14px; font-weight:500; border-top:7px solid #1A73E8; border-bot=
tom:7px solid #1A73E8; border-left:24px solid #1A73E8; border-right:24px so=
lid #1A73E8; text-decoration:none; line-height: 22px; letter-spacing: 0.44p=
x;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->View profile<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dbottom style=3D"padding-top: 3px" class=3Dhide>
<table role=3Dpresentation width=3D196 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0>
<tr>
<td align=3Dleft valign=3Dtop>
<a href=3D# aria-hidden=3Dtrue style=3D"text-decoration: none; display: blo=
ck; width: 196px"><img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gum=
drop/files/google-my-business-madison-header-desk-transparent-w393px-h584px=
-2x.png alt=3D"" width=3D196 title=3D"" border=3D0 style=3Ddisplay:block;wi=
dth:196px;></a>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!--[if !mso]><!-->
<tr>
<td class=3Dshow align=3Dcenter valign=3Dtop style=3D"padding-top: 21px; di=
splay: none;border-bottom: 1px solid #D8D8D8">
<table role=3Dpresentation width=3D480 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0>
<tr>
<td align=3Dcenter valign=3Dtop>
<a href=3D# aria-hidden=3Dtrue style=3D"text-decoration: none; display: blo=
ck; width: 250px">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/google-=
my-business-madison-header-mob-transparent-w500px-h584px-2x.png alt=3D"" wi=
dth=3D250 title=3D"" border=3D0 style=3Ddisplay:block;width:250px;>
</a>
</td>
</tr>
</table>
</td>
</tr>
<!--<![endif]-->
<tr>
<td align=3Dcenter valign=3Dtop style=3D"padding-top: 5px; padding-bottom: =
32px;" class=3Dpad-b-44>
<table role=3Dpresentation width=3D600 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody> <!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-36>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"w260 margin_0">
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/blue-he=
lp-cap-gmb.png alt=3D"" width=3D23 class=3Ddinline title=3D"Business Help" =
border=3D0 style=3Ddisplay:block;width:23px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dt-center valign=3Dtop style=3D"font-family:Roboto,=
 Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font-size:14p=
x; line-height:24px; color:#606368;padding:0px 0 0 17px;">Visit the <a href=
=3Dhttps://c.gle/ANiao5oye9MfoPC-cYHLgevbvY--0t8GnAxkeGb06bWUdZDJjDZre6cZTX=
B2VyFVpjy9K7-80jlSbhM1bYLjVJop0_J2DyExhSNM7HvqB6GZdtGW_k6R8C0cE-9BdZz00q5es=
a_Eiq6hLhh40dSt1Hm6tvq-mFcvrcWHpxpIFEEoyCp23w target=3D_blank style=3D"colo=
r:#1A73E8; text-decoration:none;">Help Center</a> to learn more.
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-6>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D605>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-l-r>
<table role=3Dpresentation width=3D100% class=3Dwid-400 cellpadding=3D0 cel=
lspacing=3D0 border=3D0>
<tbody>
<tr>
<td align=3Dleft class=3Dol-pd-b-1 valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:51px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5rG8j899sQ7x6JDWXKiy7y9-_2kOwK8ODO1xH6tblnvQ__JPOvWGwzOqzi0EGodaWwdVJZLPb5=
EQajQKR5fK_H1Pmya_rwUpXq8MGwvGfnbpT2fN1jN-wOmmscpAeWfCY57kYfBQg style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D100% cla=
ss=3D"wid-400 m_0_auto">
<tbody>
<tr>
<td align=3Dleft class=3D"foo-line pd-t-26 pd-l-r" valign=3Dtop style=3D"co=
lor: #515354; font-family:Roboto, Helvetica Neue, Helvetica, Arial, sans-se=
rif; font-size:10px; line-height:15px; padding-top: 28px; padding-bottom: 6=
3px;">You have received this email to update you about important changes re=
lated to your Business Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pbiSM5s5xZEuTid9cauFbv7cr4J8X6c5qXJIpFP47oQ_GpEd16WwXhwoTrVd65m8=
r1YHOSFNJ20quHj0k7qAk3_n0ubaZjd6R_CnGIZUFBBerWFFMNwNiF9ZVJCueHy_0PVA.gif></=
body>
</html>
--00000000000072a811063be73146--
contact/cur/1754371964.M2452P4085596.premium320.web-hosting.com,S=33199,W=34046:2,S000064000000100657151007557630020531 0ustar00Return-Path: <3dZeRaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id ko0qO3uXkWhcVz4AVkXPrw
	(envelope-from <3dZeRaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 01:32:43 -0400
Return-path: <3dZeRaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 01:32:44 -0400
Received: from [198.54.122.200] (port=48631 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3dZeRaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>)
	id 1ujAHz-0000000H8qc-3R1i
	for contact@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 01:32:43 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=Wa59JIYr;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3dZeRaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com designates 209.85.219.71 as permitted sender) smtp.mailfrom=3dZeRaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f71.google.com (mail-qv1-f71.google.com [209.85.219.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx2BG0ky4z1758
	for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 05:32:38 +0000 (UTC)
Received: by mail-qv1-f71.google.com with SMTP id 6a1803df08f44-70748301f71so84177796d6.0
        for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 22:32:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754371957; x=1754976757; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=oBgEi8z5Q5xxOyxtflsRBl0zRn7kHl6OoO6+FAV6DaQ=;
        b=Wa59JIYrpvzWkFnzYDhbYrjcjVcPK7pkvBlhQBxA+A0uX2goxt8rsZM2v6CRz9bIWS
         2nfGl70/GvqhUj4dhQKOAAGnwXGuY0GDO9+mPLgUfqiJD/MP5kwu8DJfRvknF/qdQV02
         29Ej0eyl2mCjOSYnyrZNbV4hP0NOxXIfdspmpasyQUD6iEA2IXRd7AKHfp9g0bwq7h19
         RCtA7tNlhPiu7STanLuuq2r/8CuHRKAkUmzxRC6FJeo7QqcJ91qOvs93hME2iWXE27KW
         KXmzrSakKgCto/VefF0nSFhb/9rvMkmL4IXXcI1J5MkEUGojuzly6YrchoBQZGh0SKyW
         qIVw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754371957; x=1754976757;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=oBgEi8z5Q5xxOyxtflsRBl0zRn7kHl6OoO6+FAV6DaQ=;
        b=XSMdx38TpjqXYp+s0vmy8TQCRXTsTGv3cPsKKXBkyVzyI+Ke4cneRK924kbeRqO46m
         j2vfug4hwtkuLyzngY85F2fqFhQQgouShmSde2Wq6z2pHCOE84nVUtPjuZAZ2/ir8g/L
         pNzDDVZ5XKLGudXrcTjo5zxUQlWtc6hwFDElEpxJgAkGXYqubUI3ntoLffjmdT5TzX+H
         W+JwXGfCth7fQ9KN5e/yGToIVV6NOD/usZX97zd6H0NttT2iSgzlLbS3YzL3jPKX1XG4
         uiotRvaSBSwCpLlAF4z1JrJt1oM2G+Az5yznnBsSaqUj2755SuWMKYh9DW4zJg+8V383
         8OFg==
X-Gm-Message-State: AOJu0YwNhKHz07JTlOJtqTlxyDmpIwGeaX6tyjJSBe378fYhgAhawXsA
	QI6CrQhMnUCIWx7xJ3WaWZ4ofXXPejkUu6tV6fve5pgRc3ChFfo=
X-Google-Smtp-Source: AGHT+IEY+tsBeij5Ra9/OCrDQt7YGJebE6fX/u3FWrV+BlXjWHYjsgmZ00WZlNnfNp3ZCp4Unb9m5Zk=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:5001:b0:707:6425:23fc with SMTP id
 6a1803df08f44-709362430abmr158280546d6.26.1754371957445; Mon, 04 Aug 2025
 22:32:37 -0700 (PDT)
Date: Mon, 04 Aug 2025 22:32:37 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: ecae675683ea0000
X-Notifications-Bounce-Info: AWoTSIGldlc0JUHKga88vrj5gKpHo6lt6EnAZ3ANhkmiMoPRgT3YKZQZroqK6WwDVl7_ccdvDLBs172haiI-sPi9_yGjx3R9nhaX5hzuxhs8SsMIsvU7cesB9HnSl75qYzynurygXuip424srxqm6Fc9ApP5RJXN_DQAulGGcP00KDW2BwrpKlrQBLqPe1ykyrDX_OMPwVnR6iAorRQL7YDL9mFXFmFV3XQYWg-7mUoXhh2ieTNerDOrHv7QJCcWjE9MggcUKWyJ-X0OTQLxZ5citjT5tl7vY7yjfkV9gPOSb-1GD5UbusSzD2EYXffNVCkb8GX2Z_FH7yfq4_Dqui07V-vy60w_CsxOZzluFfYaU44Cy8RFxzdZ-K9i2MCakXLT7mKJz_OXyOOCjKo1XmrhtWoEWzfbmEnsqcLKELanSKH1TgggJvCoO7JqKQMCUSyVgbTfenXeorMrVi1rdNQD_bGN6E7m5WhIV21bKF3KeOVG5uIsLA_N5Luwd3yRVpCr7am063Dxt-XM2c6Q4YBx__2EQu68gw1KUwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <62dc0db40c63d0baac7450274be2521e82331d1e-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000053d3c9063b978dc1"

--00000000000053d3c9063b978dc1
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo1NzIwMQ0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEyOTI1ODIzMTQ4
MTUwNDI2NDQ5L3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj01NzIwMSZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXFKdlNReWJvWm5kR3ZMOXFmNVEybWFTZEZDYUNxa2NSVUNFcU0wWmVC
YlNxV2U5S0Yyc0UySV9pTjYtMG9FZHRldlJQQ0ZDNkpwSVE0Y0JodnhIWFc3NmY4SlVUOXh4bEtj
VHZQT0lVYzl0RWxweEduWWF6OHFzeG1PbzlFPg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81cnJlNjhvN2FO
Y1ZfWXRkWjBNMEI3cHFMQUphdkp3THpXV2Y3S1llU2RQSGhyeTZXV3RlRkJsN1ZTbTdnYWw5VnlO
VS1KYzhGTHEwWWNaS1NqaEpmbXZQaFdRZzhqU29TNF9SN0lvcF9lY2tvNkpocDBlVC1fc2FTSDUw
YU1NRnMwQmt2emQ5WDNQU1ZPa2ZlR2pLU0hPQ3pBPi4NCg0KMiBTaWduIGluIHVzaW5nIGNvbnRh
Y3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIg
eW91ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBt
YW5hZ2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFw
cy4gWW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICAN
CmF0dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8
aHR0cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMTI5MjU4MjMxNDgxNTA0MjY0NDkvcHJvZmls
ZS92ZXJpZnk/aGw9ZW4mcGluPTU3MjAxJnRyaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5pYW81
cGJyQWY3SG5zLWc1dC1keF90b25vUnUzajBPWWtFb3V4dDFVZTYwSXFGaV9ZclVtWXcyUHVxeERP
TkxkdHdQaVBfazBkcFZjdHBVZUt1OXo1TmNyckg2c01HNjZGazRPZk5jd3ZMNFFTMHJsZDBiZEwz
d01xUG5ZaEUtdl9laGxBPg0KDQpWaXNpdCB0aGUgSGVscCAgDQpDZW50ZXI8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVvNENBeUFxd2s0eDVES3UwX3V2TVhaVHZCdUx0NlMwZ3JFRXU5OFcxR3ktbDRpN0R2
MGdCbFBjZXpRRDBNQUVhd2JkeHVQVHh4akJuOVh5NGxITWdfN1BqWHJMbzk0eGhlV2tBWEdXWWVr
Qk96a2xLTFNMaTByUjRZYXA5R2pHSzgxbXQyZVdQOWlxVmtzQnBINmtjeGJ5ajR3T3EtMHVjdDls
QkVnb0hJPiAgDQp0byBsZWFybiBtb3JlLg0KDQooYykgMjAyNSBHb29nbGUgTExDIDE2MDANCkFt
cGhpdGhlYXRyZSBQYXJrd2F5LA0KTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCnd3dy5nb29nbGUu
Y29tICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBWZnZqSV9CQ21Obkt5ckVKWWZZSGJjbjYwLVdJ
OHdRdEljREJaTDg2SnVhRVRkOVV0REg3dXF6M19EeWV1a19UekdybEZlQ0pQZ0lBczNrelZ4b2lw
UXdTQ1lzRnFqLTRqMk1Sc0VGZW94MjZfeHBRencxTkxrYjc1OGFYVEtORW5xTkk+DQoNCllvdSBo
YXZlIHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hh
bmdlcyByZWxhdGVkICANCnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--00000000000053d3c9063b978dc1
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/12925823148150426=
449/profile/verify?hl=3Den&amp;pin=3D57201&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5ofb0nSJH0GKuOkB8x5hJFXew2Wlp37p0hBJ0AzCct_62MahtBkTN1ozIFdMMK6apY1GuM=
c4KHi9T8PYolsJ2TiVGuRNwJaLK6d9sKIIyEZ_HutrxnV-Mc>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">57201</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12925823148150426449/profile/verify=
?hl=3Den&amp;pin=3D57201&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rN-OJ3niX4x5=
kX2TJf-nsxdNF0GjmgCIkXbfuox7i1rzKivYX9rRxhnqVWhOholsPnMwKowmvhuvW66q6svBeTa=
0cBQv8a-3lakVk2qIdep9ZD4hbuWXqo4z0QPWQyuA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12925823148150426449/profile/verify=
?hl=3Den&amp;pin=3D57201&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rN-OJ3niX4x5=
kX2TJf-nsxdNF0GjmgCIkXbfuox7i1rzKivYX9rRxhnqVWhOholsPnMwKowmvhuvW66q6svBeTa=
0cBQv8a-3lakVk2qIdep9ZD4hbuWXqo4z0QPWQyuA target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12925823148150426449/profile/verify=
?hl=3Den&amp;pin=3D57201&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rN-OJ3niX4x5=
kX2TJf-nsxdNF0GjmgCIkXbfuox7i1rzKivYX9rRxhnqVWhOholsPnMwKowmvhuvW66q6svBeTa=
0cBQv8a-3lakVk2qIdep9ZD4hbuWXqo4z0QPWQyuA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5rAwAMN_Z33J2BxKD=
3RoFdP3CrXOmcURLoqr-HHcR8XTwffWOqX_daNDcmeN_vQ-Ht46NaC9XEKzJmHNZm3h_TT_746V=
gEl2kI4vUjRqBY0JoNUR613sPJ5XkJim31MSl5WfnEk7sfdk7Z656V_MzRG4woT8A style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">contact@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12925823148150426449/profile/verify=
?hl=3Den&amp;pin=3D57201&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qCWEIjk2SajO=
PvcGVyiueItNSLuNEPldCBlGjeOP1I9RSn0mQ-MkLdYSKFO4egRCpnHS864xhx12yxcZLPKeYyE=
hdGofW6oFBtEqpYZBJ0D-0XAkFs0yuuReRSFIGkEZ4s_w target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12925823148150426449/profile/verify=
?hl=3Den&amp;pin=3D57201&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qCWEIjk2SajO=
PvcGVyiueItNSLuNEPldCBlGjeOP1I9RSn0mQ-MkLdYSKFO4egRCpnHS864xhx12yxcZLPKeYyE=
hdGofW6oFBtEqpYZBJ0D-0XAkFs0yuuReRSFIGkEZ4s_w target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12925823148150426449/profile/verify=
?hl=3Den&amp;pin=3D57201&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qCWEIjk2SajO=
PvcGVyiueItNSLuNEPldCBlGjeOP1I9RSn0mQ-MkLdYSKFO4egRCpnHS864xhx12yxcZLPKeYyE=
hdGofW6oFBtEqpYZBJ0D-0XAkFs0yuuReRSFIGkEZ4s_w target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5pG4oI7iC06pHFN2-VlPSq3Ul_ooDQsjD6Rk7RK6Q7ohqSBIKSklQQ9yS5M4dHFBPas-0S=
tjRHR4okSI8iAAQKDM8Gs3fVFIgbAjnL1fj3ePzX8yNAM8a9d4aDTadNiYJNn9XFuUoo36vY-3b=
OrywrBVgGyNWCpq6-HajxsAWBjaA style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5pImIkrNL0YTUyWjiltulINsOmaHpUFPNl8QCq7sPB1FnKhoo45KC0361wJ0iYWToU_rSUElEa=
poixiHYCwUsNdynIkkVv8smdwGHls9pRyUfbeJM-wuaUXqb2djN4OGkgO-kgcQQ style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5q_gegSRKA5TGSrUXqREBUSFWAuk7839gCOUXIZCGkl8TrHnBmgBGJe0-D8sPf6L8=
AInu0JZkyoJwitfarID7-bA_rqmJrlgGC2dhcKuSy2hHh5LYkQCE5Ip3KYWdBcU5v2aw.gif></=
body>
</html>
--00000000000053d3c9063b978dc1--
contact/cur/1754563783.M84692P1311473.premium320.web-hosting.com,S=12190,W=12363:2,S000064000000027636151007557630020601 0ustar00Return-Path: <3voSUaAgTAGUQR-UHSObDFFRXQWV.JRRJOH.FRP@gaia.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id AM2xA8eElGjxAhQAVkXPrw
	(envelope-from <3voSUaAgTAGUQR-UHSObDFFRXQWV.JRRJOH.FRP@gaia.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 06:49:43 -0400
Return-path: <3voSUaAgTAGUQR-UHSObDFFRXQWV.JRRJOH.FRP@gaia.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 07 Aug 2025 06:49:43 -0400
Received: from [198.54.122.200] (port=32582 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3voSUaAgTAGUQR-UHSObDFFRXQWV.JRRJOH.FRP@gaia.bounces.google.com>)
	id 1ujyBq-00000005VZs-3kJw
	for contact@24hourwaterdamagerestorationlongisland.com;
	Thu, 07 Aug 2025 06:49:42 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=XxGb7YG1;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3voSUaAgTAGUQR-UHSObDFFRXQWV.JRRJOH.FRP@gaia.bounces.google.com designates 209.85.216.73 as permitted sender) smtp.mailfrom=3voSUaAgTAGUQR-UHSObDFFRXQWV.JRRJOH.FRP@gaia.bounces.google.com;
	dmarc=pass (policy=reject) header.from=accounts.google.com
Received: from mail-pj1-f73.google.com (mail-pj1-f73.google.com [209.85.216.73])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4byP732TcxzFyd0
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 10:49:35 +0000 (UTC)
Received: by mail-pj1-f73.google.com with SMTP id 98e67ed59e1d1-31ea6231678so1701794a91.0
        for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 03:49:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1754563775; x=1755168575; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=neAdMp1ldXWLU4LgU5yzBT4v/AI9xxUGKrcemrZ31gQ=;
        b=XxGb7YG1iwHB4msRwusuFCVViolqEv3SWvQyRq6uOizhh4oVNzCukxGHJYCd14TWr+
         XeIifkENHc64BWU8FNmqc0aQZlw0jJXL6xoLuT8mDb+4p3SBZq5HohH9KW5rcX9qsZbz
         OWMJ9O6bi87uClJ1oZ1uPVTkUpBpSOIP2T7zTop//rRdB587uF9cbsOvdgkGNapi22Jq
         m1uyZ2DNtCedqbWgMWxN63Qbx7qbCJjeQfnYK+ZXAwq2FxzhIVN23/A5HC9oNsNgbuPS
         12QMRs7B9jxX+UW1QMHNlEdXa8mukNXTrsXMQzV49mIFBvCO7F+UpTZg45bE7Ku/ZLpj
         Q43g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754563775; x=1755168575;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=neAdMp1ldXWLU4LgU5yzBT4v/AI9xxUGKrcemrZ31gQ=;
        b=iyBfZXCYUEIZH8x6f9KDJkdwtTEyiL/ixKhKiqukM0nl6wcVeRvfdNUKJVJdvL04Q9
         +0QWCFJXT1U8btqEM0TRJ6tFFAAd2Ke/UeNpCqAZSwQUR+IzMXEIeCZtPZgWMidcrCT8
         jrJlGP//CE78tZ5HaviO0TgzUPc7+0k8YNfXaHDwlHDzzrtwG/Cpyr2hWbyYXP8KCjV1
         GRSS2Q2o7HKTxQEuUGrrmIYLsCqx1e3qPTwU3Oa6UISockYIL2Hpbx2pKJoKrew3o26c
         MgKXkOcKou7T5nAxqsLUx6P48ghtQPpvoj5MuCKiv8b3nY/nG4HxZp4Hy+iyuefQCG1J
         wPfQ==
X-Gm-Message-State: AOJu0YyxXXHMcI2tNXYHg1JheMkqHP3oTXNJ/zsQufRJdvLJ9+/exkQ6
	dgiPCQUejHzfoXAq4o0Y48AK0SmeiZzdPXTbF2+v8rd5NJ1bJu0tMaCp6i/i6Cjd/unw8lovzYZ
	jl4GhIOHa1K4sMjO7kj94a3UDeYCfxfaqjJG49JE=
X-Google-Smtp-Source: AGHT+IEkcr+FRvijwxkwwiaydOtTkJobvaUnMlv4OmA0S23fxSPLDgSy6rIYAyGXIwD0gHirxm9ep7S/ea9vmqmaNB7nfA==
MIME-Version: 1.0
X-Received: by 2002:a17:90b:51:b0:321:1348:4438 with SMTP id
 98e67ed59e1d1-32175482356mr4214707a91.7.1754563774855; Thu, 07 Aug 2025
 03:49:34 -0700 (PDT)
Date: Thu, 07 Aug 2025 10:49:33 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: 1ca6c28c5bea0000
X-Notifications-Bounce-Info: AWoTSIGOvdUzvIDVE1WX5xj1jktIMVIYf2NpLiImlcBhv6473MJRIrkVMTZ1vhD9eRFan6f07rAxvy28gc7tD6XoJ0huxra0C7nPEL2k8t7545XsFaORnnkr-gV063Nww2qUntrxZ-cChFvLJFH_vGGQ2lr1uWYb5VrAVt5v4dbabUUx04JBIEx9lCKiEPc4iT7bnK2HLcqM7FFaVvaCVpIBRUHmlgmH8qt4bOsB29GlfkD7YzwVdQJljwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <mBBoAMKO07tacNwDuO7rCQ@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000893bbe063bc4360c"

--000000000000893bbe063bc4360c
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQpjb250YWN0QDI0
aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KV2Ugbm90aWNlZCBhIG5l
dyBzaWduLWluIHRvIHlvdXIgR29vZ2xlIEFjY291bnQgb24gYSBXaW5kb3dzIGRldmljZS4gSWYN
CnRoaXMgd2FzIHlvdSwgeW91IGRvbuKAmXQgbmVlZCB0byBkbyBhbnl0aGluZy4gSWYgbm90LCB3
ZeKAmWxsIGhlbHAgeW91IHNlY3VyZQ0KeW91ciBhY2NvdW50Lg0KQ2hlY2sgYWN0aXZpdHkNCjxo
dHRwczovL2FjY291bnRzLmdvb2dsZS5jb20vQWNjb3VudENob29zZXI/RW1haWw9Y29udGFjdEAy
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20mY29udGludWU9aHR0cHM6
Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9hbGVydC9udC8xNzU0NTYzNzczMDAwP3JmbiUzRDMyNSUy
NnJmbmMlM0QxJTI2ZWlkJTNELTIwMDM1MTM0MjM5MDY4NjI5NDAlMjZldCUzRDA+DQpZb3UgY2Fu
IGFsc28gc2VlIHNlY3VyaXR5IGFjdGl2aXR5IGF0DQpodHRwczovL215YWNjb3VudC5nb29nbGUu
Y29tL25vdGlmaWNhdGlvbnMNCllvdSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIGxldCB5b3Uga25v
dyBhYm91dCBpbXBvcnRhbnQgY2hhbmdlcyB0byB5b3VyDQpHb29nbGUgQWNjb3VudCBhbmQgc2Vy
dmljZXMuDQrCqSAyMDI1IEdvb2dsZSBMTEMsIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1v
dW50YWluIFZpZXcsIENBIDk0MDQzLCBVU0ENCg==
--000000000000893bbe063bc4360c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"Xwd-0JuShE0alzlCiX1J9Q">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"Xwd-0JuShE0alzlCiX1J9Q"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dcontact@24hou=
rwaterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.goog=
le.com/alert/nt/1754563773000?rfn%3D325%26rfnc%3D1%26eid%3D-200351342390686=
2940%26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div>=
</div><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"padd=
ing-bottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" =
style=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-wi=
dth: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" a=
lign=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images=
/branding/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=
=3D"24" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google">=
<div style=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helveti=
ca,Arial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.=
87); line-height: 32px; padding-bottom: 24px;text-align: center; word-break=
: break-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </d=
iv><table align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-heig=
ht: normal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D=
"20" height=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub;=
 border-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjV-=
XuRdWPBhUouw2ggu3y6tjHuaGeX0P694Asu6WVSY3QoHrG4bQxYnni2wgWxkmwibrP59zbibGpx=
DiRKQPOHegF3m7iT4mEbyHrCaQ8tTisBPOlpSl6NLlunX6hcajxizjTwi3MNN76TZQ301gmf7Q8=
qFZLbeFZ9b0CJHz-9ypvwScbActNPddSmHmjr6kOW4OQvm7IrCd2z26urqn9i-xwqH0NjF1Hbqq=
MWnIe3QE8wF3PxwivT4NHHtx_fthh--4oTo7cy_9wZCzAdqf3pa4noiHRWvUy_9v2ecPE_aXoV9=
aASjNszKOVCm_-ne8DPhJrlqpAgNo9L_Zo5d21xUMCi-egEMGg0uCxJ4T6_FOY4M9SzMgikJZTV=
0jtbDd8ZeSlLpWSq7xcPyBOibhACsxClR6Ii0tb3G-8nL20m4grRAHlFsXJekQI4hiLszkM-7Sx=
4ozYnpl5JVhGKhUpWPlzH65HBByrot_P3fej4XmFAtt1S28BygQj0M97YUVhnvea3qxZ7WMdXhU=
ZiEGg7SPCJqRUP7f9np7mH2erz479HLYitFdNLywGZqzJb8ZeraydC7d9TKXv2pDtOhjlKMpLQg=
VCZkci9lOil_Ekp1PECd1nWGq5FnU5yNAx0BQ1Ghk6WJSFdaiqdTTwphKR-LyoWWFMur3FCKU46=
ytjAZpTJxpGLK20WCGABwCzrckJo_yjPPghALJ1WonY8xXAW7zylB2V6VMpxPFGh-h30cgmwY7i=
_z8layD6aUtFNvBvV8MoDOxgvHduW_5sBzhhLdkq0iDPF2rhh8gRDE1F7pNyGf8-M4cLiVuYF-R=
6EfvXqjI_tyDPP73rLvxcmndgWot15XhqzoJ4RzNBwU7Yto0X4fabMNT8QzZBbw3nuamPAzHbPz=
MKQC_PJ0ZDAPGbZUudhD--yR5tHHwxGwOIH9FaO7uI8319VioPvHMnr8MtwICRVmI52j7TvmF1J=
hM80viLIVDF0n=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Goog=
le Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,=
0,0.87); font-size: 14px; line-height: 20px;">contact@24hourwaterdamagerest=
orationlongisland.com</a></td></tr></table> </div><div style=3D"font-family=
: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0=
,0,0,0.87); line-height: 20px;padding-top: 20px; text-align: center;">We no=
ticed a new sign-in to your Google Account on a Windows device. If this was=
 you, you don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you=
 secure your account.<div style=3D"padding-top: 32px; text-align: center;">=
<a href=3D"https://accounts.google.com/AccountChooser?Email=3Dcontact@24hou=
rwaterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.goog=
le.com/alert/nt/1754563773000?rfn%3D325%26rfnc%3D1%26eid%3D-200351342390686=
2940%26et%3D0" target=3D"_blank" link-id=3D"main-button-link" style=3D"font=
-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-seri=
f; line-height: 16px; color: #ffffff; font-weight: 400; text-decoration: no=
ne;font-size: 14px;display:inline-block;padding: 10px 24px;background-color=
: #4184F3; border-radius: 5px; min-width: 90px;">Check activity</a></div></=
div><div style=3D"padding-top: 20px; font-size: 12px; line-height: 16px; co=
lor: #5f6368; letter-spacing: 0.3px; text-align: center">You can also see s=
ecurity activity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decorati=
on: inherit;">https://myaccount.google.com/notifications</a></div></div><di=
v style=3D"text-align: left;"><div style=3D"font-family: Roboto-Regular,Hel=
vetica,Arial,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-heig=
ht: 18px; padding-top: 12px; text-align: center;"><div>You received this em=
ail to let you know about important changes to your Google Account and serv=
ices.</div><div style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=
=3D"afal" style=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;c=
olor: rgba(0,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12=
px; text-align: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043=
, USA</a></div></div></div></td><td width=3D"8" style=3D"width: 8px;"></td>=
</tr></table></td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td><=
/tr></table></body></html>
--000000000000893bbe063bc4360c--
contact/cur/1755059549.M777928P1288571.premium320.web-hosting.com,S=23994,W=24741:2,S000064000000056672151007557630020734 0ustar00Return-Path: <3VxWcaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id mHvwLV0VnGh7qRMAVkXPrw
	(envelope-from <3VxWcaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 13 Aug 2025 00:32:29 -0400
Return-path: <3VxWcaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 13 Aug 2025 00:32:29 -0400
Received: from [198.54.122.200] (port=33889 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3VxWcaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	id 1um3A5-00000005Voq-2Yf5
	for contact@24hourwaterdamagerestorationlongisland.com;
	Wed, 13 Aug 2025 00:32:29 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=4UKafftF;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3VxWcaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com designates 209.85.128.199 as permitted sender) smtp.mailfrom=3VxWcaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com
Received: from mail-yw1-f199.google.com (mail-yw1-f199.google.com [209.85.128.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c1wT36hF9z26F7
	for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 13 Aug 2025 04:32:23 +0000 (UTC)
Received: by mail-yw1-f199.google.com with SMTP id 00721157ae682-71a29921b1dso89975067b3.2
        for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 12 Aug 2025 21:32:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755059543; x=1755664343; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ZbNg7DWZ9NiV8Mi6RAcmycrhVUA6ap/vdgeT3x5ili8=;
        b=4UKafftFP3bPpBqkkoO1GyMQMY2x0Js7AiiYaCkIhbRO+sySUpc2Zi2UY62R7xkxFE
         BUf/UplbLahPl317Zpm8FP733AjcaFF4+z2+OI+6qNbB1bkWaP41JF+YVJc+/KXwXS6H
         fQmLpwBLjg28tLNwJfAeU7w+W09pxdMdFEg7CxRuxzHeTWZ6aW63b+UlZEpdIfQtHMoU
         oIkHDLmzNivaIPjZbWS8RG+DjFLa/HfeGyDOu18n4LFAykaEVxvVMCoX25tWJvw+A6Oa
         C0qxR9Eqs9F1DJLQLiF1M2Z8uVBJQ6GLIXjeIWvbLgB2EL7ELbMV3uwLkDFJT40RabkW
         B2ag==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755059543; x=1755664343;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ZbNg7DWZ9NiV8Mi6RAcmycrhVUA6ap/vdgeT3x5ili8=;
        b=AyIUYF3Y64btY7Wv9CHwCVx9eYhHXc+GX3+tlj0DRSWJnf18tG2Fh0ck0cLn+02ggU
         IwzQiQZ14cPpKZ1Fgd6uKeFRoOxzlpR5+TBWgIYGcB6vtaolsRZbI4gB36phOV0qjg3x
         druCJLfW90ufraQhcpJyCpr0G5ElChvfxmCiDuR398nU0aIftcQSUCqfhuMkZrIMy5+f
         cfbFMh3ByaMQiR7djRxoC3k6dNcunYI9DyrAGcTUCdDJWW34C3xatq2o4Fw7VDKY73Up
         szyN+leEd2ihcbQHkQI64MHOz6k2J22mKx4RRzdR92uXYh2nIeJGG0gICuU0o9OST3iw
         DNXg==
X-Gm-Message-State: AOJu0YyPm8qbd5PRcBKUngIevuPyaolL//s2hJ4nwWqUzh08tlMXWf1A
	r+zDi/pHs9OKex2h9+VVU8SgznUBZ3mq1MN0tlJ1541ojf6XFJwrtFPDduhC
X-Google-Smtp-Source: AGHT+IHD+sLKLeg4tAVI/rFhF6TPwVxvIeh37GwDCQMaesrbkbOqsj+4sN74DPx71++DxNh2/Dr5GAw=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:6906:b0:71a:234c:aaa8 with SMTP id
 00721157ae682-71d4e3f68c1mr25716407b3.2.1755059543408; Tue, 12 Aug 2025
 21:32:23 -0700 (PDT)
Date: Tue, 12 Aug 2025 21:32:23 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 125d495a5fea0000
X-Notifications-Bounce-Info: AWoTSIFC9lTQZgsxVYjLILjJvQ2Fp0KkUfjR-tRwALRs85pUWjkLgOzrjMf_3RX9XdHyUxpKHyW6CHS9le5gfRS2e5EhlJ1cW6oc6s_N-2roTdXZRWxTbffFBuY7AUMRsCeReMzU8qmqqexN1mttwAHzbpk6-dQyEJgEd-6j7mmcT3k0X5XmPvBnsxvDwL4p5jX2pRzq3_DCG6Hppv9O-y-1qVJ_46tCjln4gM0x_hHoHola1ope9J1LpONZLRe-0DemwO_NMq01jk95uPPKQNotgodSWD56iSe57rTCMXfW9fZIT2SYsjfsyIMNMKDT3JWyMuCF53robBGkNUFKX-KYFHWHPBFU_k3tU6tEKYMn_2nURIvrLVYBTaCQSoQjqQ1a9Xqo5qnnK18mAI4KocdDN315207Kp78mGSogwEJ91tKveBu4kVSwT6yDfS5ICAxHHLlj0nklSsnTwdaVOu53nwi4n2OZ4b4oqZn9ddX8dfjgMGufds5_Nb8DgvzyC-zOIbxt3lvjM3tYiYnxbvuNW89UTZBK2QZa89XJctzeBQJzztFDYYRIr4MsuSALkTn6l-WuAsofH2mU82ZpI4tGaL9bb3GgMypWkeLyyleZP76iIuD3B5kGUEGnnIUrGK8NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <598c8d88cb12e7b1413a9310e4394f6b27feeae9-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000a500de063c37a435"

--000000000000a500de063c37a435
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/12774007831928359544/profile?trk=https%3A%2F%2Fc.gle%2FANiao5o5ylfYBkZIWNAHNBqwFemYduooXyB8qZJTxtb-Q4xcqrkBxvJj-nHmBvChmyipYb-svYx6uT6O5u9cHsciGz7DguiCsVWb_OzFh_jcv1DVyvWLbww3zEzkYhg>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5rX3MujAUhopcg1FDpo1POQUlAfecLgxle7Vrgy8DRhF97qGg2iNJohxAiO2kyoIHTWWqdeN-T8KS-5thckdPfsP7_6oS4ehz53elgv1tfk1iZTp_EB2wHLN1xJJleJWqFvdBIMuTnyGuw1yIKCG40i6CHsAbThhc0vr-19BK0>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5r0p4JAh3P0wVfZn1pXbhpbyx4MRDvP73PPjZI8-ViSCpJUOrl2VTYhMlc7kjh7VMfgrY0KBXe7Bt5S9M-xXHXDn6VlOmLRxJOxWyIL_qW768OH2vbj8uDbCSguMfV3IziKurlWyEcwYQZk7oRKJ6XbejDUmswN8baT4LrbGEQFxTDeLWMVauwYyks0uh18P5atWjzEUAcp-UqTCqD62rLPnzr-mRg2jjMZDNYmo_E>



Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5rDm6eA-KT4qNRaQLzoAHnVf0wQyILWjpxjAjMlOVQFtksU8kHSWoqkcPTTpxSTzneYi1KyjvWEVZAzPTJxhJMnRYancMi-6ZQZsIZ3FOg93ipDKMZAg3Gr8XFIclqHU07YzFY>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000a500de063c37a435
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rziZ1li7KWhuxzuM5LdXzMx2IpD=
GCC-t_Ewy-bXJ_HdAXbS4jF5R2liB3WEltZgCrhh6huDQd2tTDfK_KPzGb0QLSgGXf-cLDqQZ7A=
ZCTFlHaXiNKnJSAZwhf955JByGU68h_k2Bkd4kZN24_D8eFpBgd6potYRgheC2LbOE4WDLA0M1w=
Rhf6EFSUqbBN7qvb3zJeubCOmIYQvJao3ORDKsOpvsDYyFwtzMlfWyjyPfA>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
2774007831928359544/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rigsVPs50JgqK=
dsbZBi4Ew8awWCCuzkGs-li0fFQTz31vNdwpVuKdwcfsOO5DzLtJ732CGd_azUPt0Sxl4PShfCN=
rD5_2FZtFtySUt4IUEcHaESEFy6kJ9-gpBRQ target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoratio=
n:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busine=
ss=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5olJXRzg2oX4QQj3ttATeBhp0=
PhmWM_IfAocozlKZTbp2biFHlRD528VVyiBgOmPuyPMhlEwi-PDjCxCh1cszLmz045Q30-pXXJH=
4r9XNvOz3trun0GiMkgtjLHezt5ageDkBx1QMq7azbvkILN_4QZkWflgDI866NiA0-ybaP4sQ t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oDcuq5gVMXHcM6RTUK-l82u2PidcXDMFzYcc8xsasEFoc=
66_nHO8XkQUGfdjhx4FfbeIOgwjCFNdxYkV2DWjRhHSNwDXyhCR8DmxEC5zPorA-mqhqD11fvB4=
QmeGkwKUIWwmuYLjNv5zQQ0Ceqv7BFJySC086tmY-yMCznRoVp4oXLUcxu9mPkjihazSYAt9Ttg=
r_F02okgHir3HDGIQYi2uoYPkZeeGtka4XMRdQ6YQ target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5oDcuq5gVMXHcM6RTUK-l82u2Pi=
dcXDMFzYcc8xsasEFoc66_nHO8XkQUGfdjhx4FfbeIOgwjCFNdxYkV2DWjRhHSNwDXyhCR8DmxE=
C5zPorA-mqhqD11fvB4QmeGkwKUIWwmuYLjNv5zQQ0Ceqv7BFJySC086tmY-yMCznRoVp4oXLUc=
xu9mPkjihazSYAt9Ttgr_F02okgHir3HDGIQYi2uoYPkZeeGtka4XMRdQ6YQ target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oDcuq5gVMXHcM6RTUK-l82u2PidcXDMFzYcc8xsasEFoc=
66_nHO8XkQUGfdjhx4FfbeIOgwjCFNdxYkV2DWjRhHSNwDXyhCR8DmxEC5zPorA-mqhqD11fvB4=
QmeGkwKUIWwmuYLjNv5zQQ0Ceqv7BFJySC086tmY-yMCznRoVp4oXLUcxu9mPkjihazSYAt9Ttg=
r_F02okgHir3HDGIQYi2uoYPkZeeGtka4XMRdQ6YQ target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5o_myznGl_Gq-CRdPP_clskNXcXdIwpjWhO_FdgXCalWi=
7DDgzP2-OsmSBb2ikmMd8_U7fcQdbXn2yIz_xxDKOEzh2Q1N3LUTjvdwen821jhLVfuV42EsZ6o=
xt8OUcaNzbZz2OG5Q style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rsbO7MGEO6bH8DqAUrYUjGdKF5Qs3B4cA5b0iuiz_4-x5a4pb37OPKzJSmGzsyoi=
Jl0d06YT68R0pHqA9pu6xTfQolXaxFBaDpYkeoaCRF-2i_RAImj3AD_PasRHylHJ8QQA.gif></=
body>
</html>
--000000000000a500de063c37a435--
contact/cur/1754668017.M851326P2141040.premium320.web-hosting.com,S=29443,W=29848:2,S000064000000071403151007557630020661 0ustar00Return-Path: <36xuWaBcKAMYn64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id GEo+MvEblmhwqyAAVkXPrw
	(envelope-from <36xuWaBcKAMYn64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 11:46:57 -0400
Return-path: <36xuWaBcKAMYn64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 08 Aug 2025 11:46:57 -0400
Received: from [198.54.122.200] (port=52895 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <36xuWaBcKAMYn64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>)
	id 1ukPJ4-000000092RS-1PWk
	for contact@24hourwaterdamagerestorationlongisland.com;
	Fri, 08 Aug 2025 11:46:57 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=vekdW0Kp;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 36xuWaBcKAMYn64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=36xuWaBcKAMYn64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bz7gc15TKz18Fn
	for <contact@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 15:46:52 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-881814e7585so494694039f.2
        for <contact@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 08:46:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754668011; x=1755272811; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:date:mime-version:from:to:cc:subject
         :date:message-id:reply-to;
        bh=wglWJkiY2paAyFs314C+mh29J7GDK7mwQ8obFsyXIg8=;
        b=vekdW0Kp4RXhSLQRdpRyt3ksHUtpKYypsC81ZdBTr/xEf2YtID4Km+LbMqkLKsUzHw
         RpHxP2IMp74ADVE68UxgvWJaCuVF4xbuOboxqW3ese1u176mXif2yT5UcB0FGt5/N1mL
         /4IS7Wl0YZZH3UQWdjnMMbcXlkVeZ/fYTxl2E1lWohVUD5q+sXOniBr2toss3QRl5Su+
         2w6UU4OwEePrjvSENN/yrvNkmTKnY3OSBk1GLG7+9za6aJz8TVg9B5PIzNOHN6T2fIOU
         Ugdr09zhYh94l+aapoXIRgeo8WGbJCQabqIsspAH+V0dfMS2JLGrYJvlJufSadUKcRnt
         A9kg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754668011; x=1755272811;
        h=to:from:subject:message-id:date:mime-version:x-gm-message-state
         :from:to:cc:subject:date:message-id:reply-to;
        bh=wglWJkiY2paAyFs314C+mh29J7GDK7mwQ8obFsyXIg8=;
        b=Hvcn4abQ0MZ+vDTp6Kb9GdM+nO643AGATYiwiLeka7wbUm+P1l0GkjXMQ+Hv1sginq
         A91afBAZCeLPFFJHlA/IV5LTPBS1T6ePbiD97Bh4S6bQcvQUVD0vnUoaTpuPUkgThevx
         JoAeoNP9SBntqH/QDMqyauvStqCPrj8G/RyphPwdR51TQKui7omLtsveXFRY9dFTHqPF
         J9507QOEjdDBavzrxmzqG72WwQtmN9AbpUBm2ykQE42c2PNZhjTkzDRfrbvk8cDP8ngC
         /KwS0GHlOFUBAFAz3lE6srzw2XET94XzvSm1qXZLYajMv8HCIk2YAe5GmKOBxyxtTtCI
         Qo2w==
X-Gm-Message-State: AOJu0Yzgb8CZSO1pUUY/itEE1ZW07m6fMFjrX0YhRJSDqxC7nFky24MK
	vC1qRmWdKlbtvrY/+nusycLT9B/CAKU2nKCLNt341Rj+N7ZWCUgMZmxeoM+b
X-Google-Smtp-Source: AGHT+IF7ZOY+LLzshM3hFUmiA2Zg76mUasTaTsztgQGd/RyjeYKoyIvTEP4YzF5KguSI5LxbiKuiRJ4=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:6112:b0:881:8a58:3bc6 with SMTP id
 ca18e2360f4ac-883f1200f40mr589327139f.8.1754668011647; Fri, 08 Aug 2025
 08:46:51 -0700 (PDT)
Date: Fri, 08 Aug 2025 08:46:51 -0700
X-Notifications: LISTING_NEEDS_VERIFY_AGAIN:12774007831928359544:2025-08-08T15:45:58.646Z:EMAIL
X-Notifications-Bounce-Info: AWoTSIGbxdrdmOQpdT0v03_WSJwFfBbSf62s0piduRdwpgdOcUaY0Kj-A3p4Iv9Di4oSlDh_0SQYbU11xDEI0PRrFftObDna7AqqfFoDB6WsblxFpXWX2vqGzB2m235WoV-tj4YWV-JXZD6IEmDeeZ7o_x0fdu87Lkv7_-tOcDmJdHSxo9gzQnRg4xWCM_OhXGdy8py7AMRcNQ8JgpiLi8IFSTtA33HhjiB5DV5RsZDcTze6HHdSjk0xlVVDJKATSIKY4nQEdm7G7vNQXwX5HYZzHC25LUwgGE2ySzJ5C4ESfDVfIVqXtAqyXUSM22nfrPJb8LoNt1InZQAYmek3llONnGJC619TYuGP1R0gmG4aPK6W-iP3_p0Pk0aev7OkIJ3Dr7G_Qv-zsmKaMrTpB0BH-63SSoWqR06irwdz4TNzg6rs0-Qi1xw4-Cw3k_Z-pAfytPMBKbUK3wtLeDlgS0agxLySZw2owYC2oFNYi-Qh1ish9yeMXpaNvjMxfkV6UYh2FlCLpTA8LEqfETxCjDiX4OgbsOaMk6Ba58J983wyNcUfWwPoRYZFo75oAwnRDcMtCL8WsAHQmvtmLlwqfhsjabBKkjuIVU8mfNLIUOU2NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <21236b1aa5a8cffe7ee09f9b3a350e10233b5108-20347185-40948181@google.com>
Subject: Further account verification is required for 24 hour Water Damage
 Restoration Long Island
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000088744f063bdc7be5"

--00000000000088744f063bdc7be5
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCkZ1cnRoZXIgdmVyaWZpY2F0aW9uIGlzIHJlcXVpcmVkIHRvIG1hbmFnZSB5b3VyIGFjY291
bnQNCg0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEyNzc0MDA3ODMxOTI4MzU5NTQ0
L3Byb2ZpbGUvdmVyaWZ5Pg0KDQpHZXQgdmVyaWZpZWQNCg0KV2UgbmVlZCBtb3JlIGluZm9ybWF0
aW9uIHRvIHZlcmlmeSB0aGF0IHlvdSBtYW5hZ2UgMjQgaG91ciBXYXRlciBEYW1hZ2UgIA0KUmVz
dG9yYXRpb24gTG9uZyBJc2xhbmQuDQoNCllvdSBtdXN0IHN1Y2Nlc3NmdWxseSB2ZXJpZnkgeW91
ciBwcm9maWxlIHNvIHlvdXIgZWRpdHMgY2FuIGJlIHZpc2libGUgdG8gIA0KY3VzdG9tZXJzLg0K
DQpOZWVkIGhlbHA/DQoNClZpc2l0IHRoZSAgDQo8aHR0cHM6Ly9zdXBwb3J0Lmdvb2dsZS5jb20v
YnVzaW5lc3MvYW5zd2VyLzcxMDcyNDI/aGw9ZW4mc2ppZD03NTQ3MTUzNTY1ODQ1MzE0NjQ4LU5D
PkhlbHAgIA0KQ2VudGVyIHRvIGxlYXJuIG1vcmUgYWJvdXQgdXBkYXRpbmcgYW5kIGNvbmZpcm1p
bmcgeW91ciBidXNpbmVzcyAgDQppbmZvcm1hdGlvbi4NCg0KwqkgMjAyNSBHb29nbGUgTExDIDE2
MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQoNCjxodHRw
czovL3d3dy5nb29nbGUuY29tPnd3dy5nb29nbGUuY29tDQoNCllvdSBoYXZlIHJlY2VpdmVkIHRo
aXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hhbmdlcyByZWxhdGVkICAN
CnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--00000000000088744f063bdc7be5
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!doctype html><html xmlns:v=3Durn:schemas-microsoft-com:vml xmlns:o=3Durn:=
schemas-microsoft-com:office:office lang=3Den><head>
<title>Further verification required</title><meta http-equiv=3DContent-Type=
 content=3D"text/html; charset=3Dutf-8"><meta name=3Dviewport content=3Dwid=
th=3Ddevice-width,initial-scale=3D1><!--[if mso]><xml><o:OfficeDocumentSett=
ings><o:PixelsPerInch>96</o:PixelsPerInch><o:AllowPNG/></o:OfficeDocumentSe=
ttings></xml><![endif]--><!--[if !mso]><!--><link href=3Dhttps://fonts.goog=
leapis.com/css?family=3DGoogle+Sans_old:400,500,600,700%7CRoboto_old:400,50=
0,600,700;display=3Dswap rel=3Dstylesheet type=3Dtext/css><link href=3Dhttp=
s://fonts.googleapis.com/css?family=3DGoogle+Sans+Text_old:400,500,700%7CRo=
boto_old:400,500,700;display=3Dswap rel=3Dstylesheet type=3Dtext/css><link =
href=3Dhttps://fonts.googleapis.com/css?family=3DRoboto:400,500,600,700;dis=
play=3Dswap rel=3Dstylesheet type=3Dtext/css><!--<![endif]--><style>
*{box-sizing:border-box}body{margin:0;padding:0}a[x-apple-data-detectors]{c=
olor:inherit!important;text-decoration:inherit!important}#MessageViewBody a=
{color:inherit;text-decoration:none}p{line-height:inherit}.desktop_hide,.de=
sktop_hide table{mso-hide:all;display:none;max-height:0;overflow:hidden}.im=
age_block img+div{display:none}sub,sup{font-size:75%;line-height:0} @media =
(max-width:768px){.desktop_hide table.icons-outer{display:inline-table!impo=
rtant}.image_block div.fullWidth{max-width:100%!important}.mobile_hide{disp=
lay:none}.row-content{width:100%!important}.stack .column{width:100%;displa=
y:block}.mobile_hide{min-height:0;max-height:0;max-width:0;overflow:hidden;=
font-size:0}.desktop_hide,.desktop_hide table{display:table!important;max-h=
eight:none!important}.row-2 .column-1 .block-1.image_block td.pad{padding:1=
0px 15px!important}.row-4 .column-2 .block-2.paragraph_block td.pad{padding=
:5px 15px 0 0!important}.row-4 .column-2 .block-1.paragraph_block td.pad{pa=
dding:0 15px 0 0!important}.row-4 .column-1 .block-1.icons_block td.pad{tex=
t-align:center!important;padding:0 10px 0 0!important}.row-7 .column-2 .blo=
ck-1.paragraph_block td.pad{padding:0 0 0 5px!important}.row-4 .column-2,.r=
ow-7 .column-1 .block-1.image_block td.pad{padding:0!important}.row-3 .colu=
mn-1,.row-4 .column-1{padding:0 15px!important}.row-7 .column-1{padding:0 1=
0px 0 15px!important}.row-7 .column-2{padding:0 15px 0 10px!important}.row-=
8 .column-1{padding:30px 15px!important}}
</style><!--[if mso ]><style>sup, sub { font-size: 100% !important; } sup {=
 mso-text-raise:10% } sub { mso-text-raise:-10% }</style> <![endif]--></hea=
d><body dir=3Dltr class=3Dbody style=3Dbackground-color:#fff;margin:0;paddi=
ng:0;-webkit-text-size-adjust:none;text-size-adjust:none><table class=3Dnl-=
container width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpr=
esentation style=3Dmso-table-lspace:0;mso-table-rspace:0;background-color:#=
fff><tbody><tr><td><table class=3D"row row-1" align=3Dcenter width=3D100% b=
order=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentation style=3Dmso-t=
able-lspace:0;mso-table-rspace:0><tbody><tr><td><table class=3D"row-content=
 stack" align=3Dcenter border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpr=
esentation style=3D"mso-table-lspace:0;mso-table-rspace:0;border-radius:0;c=
olor:#000;width:800px;margin:0 auto" width=3D800><tbody><tr><td class=3D"co=
lumn column-1" width=3D100% style=3Dtext-align:left;mso-table-lspace:0;mso-=
table-rspace:0;font-weight:400;vertical-align:top;border-top:0;border-right=
:0;border-bottom:0;border-left:0><table class=3D"html_block block-1" width=
=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentation styl=
e=3Dmso-table-lspace:0;mso-table-rspace:0><tr><td class=3Dpad><div style=3D=
"font-family:Arial,Helvetica Neue,Helvetica,sans-serif;text-align:center" a=
lign=3Dcenter>


<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
         <div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.or=
g/ViewAction>
            <link itemprop=3Durl href=3Dhttps://business.google.com/n/12774=
007831928359544/profile/verify>
            <meta itemprop=3Dname content=3D"Get verified">
         </div>
         <meta itemprop=3Ddescription content=3D"Get verified">
</div>


<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>Further account verification =
is required so you can manage your account.=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=
=C2=A0=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=
=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=
=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=
=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=
=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=
=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=
=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=C2=A0=E2=80=8C=C2=A0=E2=80=
=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=
=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=
=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=
=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=
=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=
=8C=C2=A0=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=
=E2=80=8C=C2=A0</p></div></td></tr></table></td></tr></tbody></table>
</td></tr></tbody></table><table class=3D"row row-2" align=3Dcenter width=
=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentation styl=
e=3Dmso-table-lspace:0;mso-table-rspace:0><tbody><tr><td><table class=3D"ro=
w-content stack" align=3Dcenter border=3D0 cellpadding=3D0 cellspacing=3D0 =
role=3Dpresentation style=3D"mso-table-lspace:0;mso-table-rspace:0;border-b=
ottom:1px solid #dadce0;border-radius:0;color:#000;width:800px;margin:0 aut=
o" width=3D800><tbody><tr><td class=3D"column column-1" width=3D100% style=
=3Dtext-align:left;mso-table-lspace:0;mso-table-rspace:0;font-weight:400;ve=
rtical-align:top;border-top:0;border-right:0;border-bottom:0;border-left:0>=
<table class=3D"image_block block-1" width=3D100% border=3D0 cellpadding=3D=
0 cellspacing=3D0 role=3Dpresentation style=3Dmso-table-lspace:0;mso-table-=
rspace:0><tr><td class=3Dpad style=3Dpadding-bottom:13px;padding-left:50px;=
padding-right:50px;padding-top:13px;width:100%><div class=3Dalignment align=
=3Dleft style=3Dline-height:10px>
<div class=3DfullWidth style=3Dmax-width:400px><img src=3Dhttps://www.gstat=
ic.com/gumdrop/files/gnp-gbp-logo-en-transparent-w800px-h100px-2x.png style=
=3Ddisplay:block;height:auto;border:0;width:100% width=3D400 alt title aria=
-hidden=3Dtrue height=3Dauto></div></div></td></tr></table></td></tr></tbod=
y></table></td></tr></tbody></table><table class=3D"row row-3" align=3Dcent=
er width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentat=
ion style=3Dmso-table-lspace:0;mso-table-rspace:0><tbody><tr><td><table cla=
ss=3D"row-content stack" align=3Dcenter border=3D0 cellpadding=3D0 cellspac=
ing=3D0 role=3Dpresentation style=3D"mso-table-lspace:0;mso-table-rspace:0;=
color:#000;width:800px;margin:0 auto" width=3D800><tbody><tr><td class=3D"c=
olumn column-1" width=3D100% style=3Dtext-align:left;mso-table-lspace:0;mso=
-table-rspace:0;font-weight:400;padding-left:50px;padding-right:50px;vertic=
al-align:top;border-top:0;border-right:0;border-bottom:0;border-left:0><div=
 class=3D"spacer_block block-1" style=3Dheight:48px;line-height:48px;font-s=
ize:1px>=E2=80=8A</div><table class=3D"paragraph_block block-2" width=3D100=
% border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentation style=3Dms=
o-table-lspace:0;mso-table-rspace:0;word-break:break-word><tr><td class=3Dp=
ad><div style=3D"color:#202124;direction:ltr;font-family:&#39;Google Sans&#=
39;,Roboto,arial,sans-serif;font-size:40px;font-weight:700;letter-spacing:0=
;line-height:120%;text-align:left;mso-line-height-alt:48px"><p style=3Dmarg=
in:0>Further verification is required <span style=3D"word-break: break-word=
; color: #1a73e8;">to manage your account</span></p></div></td></tr></table=
><div class=3D"spacer_block block-3" style=3Dheight:40px;line-height:40px;f=
ont-size:1px>=E2=80=8A</div><table class=3D"button_block block-4" width=3D1=
00% border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentation style=3D=
mso-table-lspace:0;mso-table-rspace:0><tr><td class=3Dpad style=3Dtext-alig=
n:left><div class=3Dalignment align=3Dleft><a href=3Dhttps://c.gle/ANiao5qz=
K4WHTYCvwl3WLu-bWf4oSw7oL2klseVOIznaICKLV2pF9KqxhWPgbygx8VAIjCzU975g26KVkjT=
KUVl7KhFMCn5apMUZOE3Bng9o5oVtaDuEghQaYjolUAx2nsjS9HZ6RV_y8oEkYalU_ACpe4yUaq=
rliz3Mm4GAszTHiMgpdNuvhfg6sEzRlcv38bVcsQ target=3D_blank style=3Dcolor:#fff=
fff;><!--[if mso]>
<v:roundrect xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:w=3D"urn:schem=
as-microsoft-com:office:word" data-gnp-link-name=3D"cta_get_verified"  href=
=3D"https://business.google.com/n/12774007831928359544/profile/verify"  sty=
le=3D"height:48px;width:136px;v-text-anchor:middle;" arcsize=3D"50%" fillco=
lor=3D"#1a73e8">
<v:stroke dashstyle=3D"Solid" weight=3D"0px" color=3D"#1a73e8"/>
<w:anchorlock/>
<v:textbox inset=3D"0px,2px,0px,0px">
<center dir=3D"false" style=3D"color:#ffffff;font-family:sans-serif;font-si=
ze:16px">
<![endif]--><div class=3Dbutton style=3D"background-color:#1a73e8;border-bo=
ttom:0 solid #1a73e8;border-left:0 solid #1a73e8;border-radius:24px;border-=
right:0 solid #1a73e8;border-top:0 solid #1a73e8;color:#fff;display:inline-=
block;font-family:&#39;Google Sans&#39;,Roboto,arial,sans-serif;font-size:1=
6px;font-weight:500;mso-border-alt:none;padding-bottom:11px;padding-top:13p=
x;text-align:center;text-decoration:none;width:auto;word-break:keep-all">
<span style=3D"word-break: break-word; padding-left: 24px; padding-right: 2=
4px; font-size: 16px; display: inline-block; letter-spacing: normal;"><span=
 style=3D"word-break: break-word; line-height: 24px;">Get verified</span></=
span></div><!--[if mso]></center></v:textbox></v:roundrect><![endif]--></a>=
</div></td></tr></table><div class=3D"spacer_block block-5" style=3Dheight:=
40px;line-height:40px;font-size:1px>=E2=80=8A</div><table class=3D"paragrap=
h_block block-6" width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 ro=
le=3Dpresentation style=3Dmso-table-lspace:0;mso-table-rspace:0;word-break:=
break-word><tr><td class=3Dpad><div style=3D"color:#5f6368;direction:ltr;fo=
nt-family:&#39;Google Sans Text&#39;,Roboto,arial,sans-serif;font-size:16px=
;font-weight:400;letter-spacing:0;line-height:150%;text-align:left;mso-line=
-height-alt:24px"><p style=3Dmargin:0>We need more information to verify th=
at you manage 24 hour Water Damage Restoration Long Island.</p></div></td><=
/tr></table><table class=3D"paragraph_block block-7" width=3D100% border=3D=
0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentation style=3Dmso-table-lsp=
ace:0;mso-table-rspace:0;word-break:break-word><tr><td class=3Dpad style=3D=
padding-top:10px><div style=3D"color:#5f6368;direction:ltr;font-family:&#39=
;Google Sans Text&#39;,Roboto,arial,sans-serif;font-size:16px;font-weight:4=
00;letter-spacing:0;line-height:150%;text-align:left;mso-line-height-alt:24=
px"><p style=3Dmargin:0>You must successfully verify your profile so your e=
dits can be visible to customers.</p></div></td>
</tr></table><div class=3D"spacer_block block-8" style=3Dheight:40px;line-h=
eight:40px;font-size:1px>=E2=80=8A</div><table class=3D"divider_block block=
-9" width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresenta=
tion style=3Dmso-table-lspace:0;mso-table-rspace:0><tr><td class=3Dpad><div=
 class=3Dalignment align=3Dcenter><table border=3D0 cellpadding=3D0 cellspa=
cing=3D0 role=3Dpresentation width=3D100% style=3Dmso-table-lspace:0;mso-ta=
ble-rspace:0><tr><td class=3Ddivider_inner style=3D"font-size:1px;line-heig=
ht:1px;border-top:1px solid #e8eaed"><span style=3D"word-break: break-word;=
">=E2=80=8A</span></td></tr></table></div></td></tr></table><div class=3D"s=
pacer_block block-10" style=3Dheight:40px;line-height:40px;font-size:1px>=
=E2=80=8A</div></td></tr></tbody></table></td></tr></tbody></table><table c=
lass=3D"row row-4" align=3Dcenter width=3D100% border=3D0 cellpadding=3D0 c=
ellspacing=3D0 role=3Dpresentation style=3Dmso-table-lspace:0;mso-table-rsp=
ace:0><tbody><tr><td><table class=3Drow-content align=3Dcenter border=3D0 c=
ellpadding=3D0 cellspacing=3D0 role=3Dpresentation style=3D"mso-table-lspac=
e:0;mso-table-rspace:0;border-radius:0;color:#000;width:800px;margin:0 auto=
" width=3D800><tbody><tr><td class=3D"column column-1" width=3D16.666666666=
666668% style=3Dtext-align:left;mso-table-lspace:0;mso-table-rspace:0;font-=
weight:400;vertical-align:top;border-radius:0;border-top:0;border-right:0;b=
order-bottom:0;border-left:0><table class=3D"icons_block block-1" width=3D1=
00% border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentation style=3D=
mso-table-lspace:0;mso-table-rspace:0;text-align:center;line-height:0><tr><=
td class=3Dpad style=3Dvertical-align:middle;color:#000;font-family:inherit=
;font-size:14px;font-weight:400;padding-left:40px;padding-right:10px;text-a=
lign:center><table class=3Dicons-outer cellpadding=3D0 cellspacing=3D0 role=
=3Dpresentation style=3Dmso-table-lspace:0;mso-table-rspace:0;display:inlin=
e-table><tr><td style=3Dvertical-align:middle;text-align:center;padding-top=
:0;padding-bottom:0;padding-left:0;padding-right:0><img class=3Dicon src=3D=
https://www.gstatic.com/gumdrop/files/merchant-center-icon-info-transparent=
-w96px-h96px-2x.png alt=3D"The letter &#39;i&#39; with a circle around it, =
symbolizing information" height=3Dauto width=3D64 align=3Dcenter style=3D"d=
isplay:block;height:auto;margin:0 auto;border:0"></td></tr></table></td></t=
r></table></td><td class=3D"column column-2" width=3D83.33333333333333% sty=
le=3Dtext-align:left;mso-table-lspace:0;mso-table-rspace:0;font-weight:400;=
vertical-align:top;border-radius:0;border-top:0;border-right:0;border-botto=
m:0;border-left:0><table class=3D"paragraph_block block-1" width=3D100% bor=
der=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentation style=3Dmso-tab=
le-lspace:0;mso-table-rspace:0;word-break:break-word><tr><td class=3Dpad st=
yle=3Dpadding-right:15px><div style=3D"color:#202124;direction:ltr;font-fam=
ily:&#39;Google Sans&#39;,Roboto,arial,sans-serif;font-size:32px;font-weigh=
t:700;letter-spacing:0;line-height:120%;text-align:left;mso-line-height-alt=
:38.4px"><p style=3Dmargin:0><strong>Need help?</strong></p></div></td></tr=
></table><table class=3D"paragraph_block block-2" width=3D100% border=3D0 c=
ellpadding=3D0 cellspacing=3D0 role=3Dpresentation style=3Dmso-table-lspace=
:0;mso-table-rspace:0;word-break:break-word><tr><td class=3Dpad style=3Dpad=
ding-right:15px;padding-top:5px><div style=3D"color:#5f6368;direction:ltr;f=
ont-family:&#39;Google Sans Text&#39;,Roboto,arial,sans-serif;font-size:14p=
x;font-weight:400;letter-spacing:0;line-height:150%;text-align:left;mso-lin=
e-height-alt:21px"><p style=3Dmargin:0>
Visit the <a href=3Dhttps://c.gle/ANiao5rbwelXQ2lUH6pk7XxCJYejuZQe7k1S8MF4V=
24kKEwFfUBYKU8qeEYVVL1gNtb41hGTQXGhBwT7_fDKhOcSpDIMUw0Z2i7iK9rglRIo9Nisbfcf=
7MbSvqO2z0b1MRubm8H47wIHRX6yJN5vDR3mc9plkPsv7W1mjxivBtn_tcA3AuscvKc5iNO701e=
_r9Zlh7ZSx2JlcCvGSPFgBGlX7kmg0PM target=3D_self style=3D"text-decoration: u=
nderline; color: #1a73e8;">Help Center</a> to learn more about updating and=
 confirming your business information.</p></div></td></tr></table></td></tr=
></tbody></table></td></tr></tbody></table><table class=3D"row row-5" align=
=3Dcenter width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpr=
esentation style=3Dmso-table-lspace:0;mso-table-rspace:0><tbody><tr><td><ta=
ble class=3D"row-content stack" align=3Dcenter border=3D0 cellpadding=3D0 c=
ellspacing=3D0 role=3Dpresentation style=3D"mso-table-lspace:0;mso-table-rs=
pace:0;border-radius:0;color:#000;width:800px;margin:0 auto" width=3D800><t=
body><tr><td class=3D"column column-1" width=3D100% style=3Dtext-align:left=
;mso-table-lspace:0;mso-table-rspace:0;font-weight:400;vertical-align:top;b=
order-top:0;border-right:0;border-bottom:0;border-left:0><div class=3D"spac=
er_block block-1" style=3Dheight:48px;line-height:48px;font-size:1px>=E2=80=
=8A</div></td></tr></tbody></table></td></tr></tbody></table><table class=
=3D"row row-6" align=3Dcenter width=3D100% border=3D0 cellpadding=3D0 cells=
pacing=3D0 role=3Dpresentation style=3Dmso-table-lspace:0;mso-table-rspace:=
0><tbody><tr><td><table class=3D"row-content stack" align=3Dcenter border=
=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentation style=3D"mso-table=
-lspace:0;mso-table-rspace:0;background-color:#f8f9fa;border-radius:0;color=
:#000;width:800px;margin:0 auto" width=3D800><tbody><tr><td class=3D"column=
 column-1" width=3D100% style=3Dtext-align:left;mso-table-lspace:0;mso-tabl=
e-rspace:0;font-weight:400;padding-left:50px;padding-right:50px;vertical-al=
ign:top;border-top:0;border-right:0;border-bottom:0;border-left:0><div clas=
s=3D"spacer_block block-1" style=3Dheight:30px;line-height:30px;font-size:1=
px>=E2=80=8A</div></td></tr></tbody>
</table></td></tr></tbody></table><table class=3D"row row-7" align=3Dcenter=
 width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentatio=
n style=3Dmso-table-lspace:0;mso-table-rspace:0><tbody><tr><td><table class=
=3Drow-content align=3Dcenter border=3D0 cellpadding=3D0 cellspacing=3D0 ro=
le=3Dpresentation style=3D"mso-table-lspace:0;mso-table-rspace:0;background=
-color:#f8f9fa;border-radius:0;color:#000;width:800px;margin:0 auto" width=
=3D800><tbody><tr><td class=3D"column column-1" width=3D25% style=3Dtext-al=
ign:left;mso-table-lspace:0;mso-table-rspace:0;font-weight:400;padding-left=
:50px;vertical-align:middle;border-top:0;border-right:0;border-bottom:0;bor=
der-left:0><table class=3D"image_block block-1" width=3D100% border=3D0 cel=
lpadding=3D0 cellspacing=3D0 role=3Dpresentation style=3Dmso-table-lspace:0=
;mso-table-rspace:0><tr><td class=3Dpad style=3Dwidth:100%;padding-right:0;=
padding-left:0><div class=3Dalignment align=3Dleft style=3Dline-height:10px=
><div style=3Dmax-width:127.5px><img src=3Dhttps://www.gstatic.com/growthla=
b/api/gym0fMyvhWdp0K46NUzXeVcV8QeTj2sBjvLpemN9.png style=3Ddisplay:block;he=
ight:auto;border:0;width:100% width=3D127.5 alt title aria-hidden=3Dtrue he=
ight=3Dauto></div></div></td></tr></table></td><td class=3D"column column-2=
" width=3D75% style=3D"text-align:left;mso-table-lspace:0;mso-table-rspace:=
0;font-weight:400;border-left:1px solid #5f6368;padding-left:10px;padding-r=
ight:60px;vertical-align:middle;border-top:0;border-right:0;border-bottom:0=
"><table class=3D"paragraph_block block-1" width=3D100% border=3D0 cellpadd=
ing=3D0 cellspacing=3D0 role=3Dpresentation style=3Dmso-table-lspace:0;mso-=
table-rspace:0;word-break:break-word><tr><td class=3Dpad style=3Dpadding-le=
ft:10px;padding-right:50px><div style=3D"color:#5f6368;direction:ltr;font-f=
amily:&#39;Google Sans Text&#39;,Roboto,arial,sans-serif;font-size:10px;fon=
t-weight:400;letter-spacing:0;line-height:150%;text-align:left;mso-line-hei=
ght-alt:15px"><p style=3Dmargin:0><a href=3D# target=3D_blank style=3D"text=
-decoration: none; color: #5f6368;" data-mce-attribute-name-1 data-mce-attr=
ibute-value-1 rel=3Dnoopener>=C2=A9 2025 Google LLC<br>1600 Amphitheatre Pa=
rkway,<br>Mountain View, CA 94043</a>=C2=A0=C2=A0<br>
<a href=3Dhttps://c.gle/ANiao5rrwtDUjJM12X_W2lzEl6udQCyN7T0S519VAGByoTcK_Kr=
PMemQdbvsH9XysoyfJ_MtpCK3Ux5jkGeo0fXn1ZK5nRfpTOKxRNWc-s3J7bvNmQuBPu5m7HuAmK=
s2OrtpebsTFBal6g target=3D_blank style=3D"text-decoration: underline; color=
: #5f6368;" data-mce-attribute-name-1 data-mce-attribute-value-1 rel=3Dnoop=
ener>www.google.com</a></p></div></td></tr></table></td></tr></tbody></tabl=
e></td></tr></tbody></table><table class=3D"row row-8" align=3Dcenter width=
=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentation styl=
e=3Dmso-table-lspace:0;mso-table-rspace:0;background-size:auto><tbody><tr><=
td><table class=3D"row-content stack" align=3Dcenter border=3D0 cellpadding=
=3D0 cellspacing=3D0 role=3Dpresentation style=3D"mso-table-lspace:0;mso-ta=
ble-rspace:0;background-size:auto;background-color:#f8f9fa;border-radius:0;=
color:#000;width:800px;margin:0 auto" width=3D800><tbody><tr><td class=3D"c=
olumn column-1" width=3D100% style=3Dtext-align:left;mso-table-lspace:0;mso=
-table-rspace:0;font-weight:400;padding-bottom:30px;padding-left:50px;paddi=
ng-right:50px;padding-top:30px;vertical-align:middle;border-top:0;border-ri=
ght:0;border-bottom:0;border-left:0><table class=3D"paragraph_block block-1=
" width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 role=3Dpresentati=
on style=3Dmso-table-lspace:0;mso-table-rspace:0;word-break:break-word><tr>=
<td class=3Dpad><div style=3D"color:#5f6368;direction:ltr;font-family:&#39;=
Google Sans Text&#39;,Roboto,arial,sans-serif;font-size:10px;font-weight:40=
0;letter-spacing:0;line-height:150%;text-align:left;mso-line-height-alt:15p=
x"><p style=3Dmargin:0>You have received this email to update you about imp=
ortant changes related to your Business Profile.=C2=A0</p></div></td></tr><=
/table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbod=
y></table><!-- End --><img alt=3D"" height=3D1 width=3D3 src=3Dhttps://noti=
fications.google.com/g/img/ANiao5o0uWznd4OJ2QXFg8vvLj8fzQxVgT29vSECfw-9SUAJ=
iejLGHCy27k3VrRPUcS3HIRgJEQi2ieg6Lr2NFaUCO74j3yAtVvogG5fGClUMp9kBYLDUPRION4=
VwqqXCCizlnF5.gif></body></html>
--00000000000088744f063bdc7be5--
contact/cur/1753944685.M798428P3296716.premium320.web-hosting.com,S=33189,W=34036:2,S000064000000100645151007557630020717 0ustar00Return-Path: <3ZBKLaBcKAAEcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id mHXrLm0Si2jMTTIAVkXPrw
	(envelope-from <3ZBKLaBcKAAEcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 02:51:25 -0400
Return-path: <3ZBKLaBcKAAEcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 02:51:25 -0400
Received: from [198.54.122.200] (port=51184 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3ZBKLaBcKAAEcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>)
	id 1uhN8P-0000000DqZx-2bAD
	for contact@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 02:51:25 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=i2m64xgs;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3ZBKLaBcKAAEcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=3ZBKLaBcKAAEcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bt09K0t10z55jJ
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 06:51:17 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-7194c6b0892so9589627b3.1
        for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 23:51:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753944676; x=1754549476; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=n/fFsNi40Swt1QfsV/4XKGUxAQijeiyT/HKcblALP5Y=;
        b=i2m64xgscl65udDe/rOPHRqCeVH6nbJxFBra7CXYR/vRBpIoo5bpLicE+d0r9C0ReN
         g2dVSrYZM9EWKAXX/Xjh5AwQ+N78oG6a/it9S3pUsFfCx5A1YRr9NuFKT8V7Pz07XNIb
         WzJJSOfrCg+YvbRjJKMohyigT5DUkq9r//0QS2l3gxTWlEdhd/llHW+jWIH59THmVoLG
         8F+Si7BIZomKkeDkUjXPZ3YO5rqIpBwwyoDSinXEGqY5geQpEbpP4HhrnqEqThc14vDy
         QNN0VlRqL98q6EIk0gsHjgpziBZm5sR6C+DC42In3WZQNfCwIn3Fw7rWsv2vMtSiq0OS
         bZMA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753944676; x=1754549476;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=n/fFsNi40Swt1QfsV/4XKGUxAQijeiyT/HKcblALP5Y=;
        b=Fy2coHmSs06rsMEFe12MpNtjjKNPDDHg3OpZTnFJ6nHR/7mxSC6CCw7adP8zbIsw//
         XostZ8o5ak13NBw5RauqNrQTid/VupQw+P3aQz6mDPmmbiqhsFIkjthP8qf7/yL+9gnA
         T6JHWC28TVFDocsSHywOOONTSUsk/IB018Brbk2wJ3S5MbmE+LsO6LYV27QjDXpJbGnS
         qD8lK3F3NaCMThvxCr2zSxmtPrd+jdPr9DvjIwcdoy3qDetfZoO3y3f/uhPc734mBZZq
         gR9shQVN3fBBk4PD/dyOMFEzd8nwJ1Goh6Ym28sRrXzY/RW91Q2NcpJnL6kE7oYMlP2K
         /1HQ==
X-Gm-Message-State: AOJu0Yy+3WPOtSua+kM3AMuybjCd4/WaONgyB7mUvBA+MDshLf+KUhgp
	sOBD2V4kRkUktX1p5A+6ltySEKhBvZP8JCvDcAcCEINB2f8OYqQ=
X-Google-Smtp-Source: AGHT+IGYbm08mtJ2j20ixND6jNjfrV6hu2Wmx/ROdw9VuYeCzddvlEc7fSYBGp4vP6bSlMYCTJw5RnM=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:a8e:b0:708:f6d:b79f with SMTP id
 00721157ae682-71a46a09b4cmr80226387b3.29.1753944676416; Wed, 30 Jul 2025
 23:51:16 -0700 (PDT)
Date: Wed, 30 Jul 2025 23:51:16 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 7ff72e4fe9ea0000
X-Notifications-Bounce-Info: AWoTSIGEalzz0l6OvRiYRhO0FoUf2QBrRCWCeqi0zsISIlI5L1buXSVXn54n7ia9jK9tBiX1XPTZqsxmlL4MoHkMkvU_F83Xy7z1nHbZI4ah8dlrUCYM00bOAOXjTw-3mh0Gdz72N03dgzbJgb3nz9XDwyV1bSzcQTJas_SvdfGcL77pkTuNDd0PXRpROMiHwxrjpsP2iJL18ooM_j1cKggGUC1hrkBgOSm15-tkO53M7fJyMTzSUvKgi-vjWTP_SXomOg21wUdN-kk8EhG6pWlfkqhXGT6SYwl5uJX5Lc1_3Llw4ImmXLZHhGtSdy8UpKIX32phGUfiWJt4JiWBrJzpFngJvLMP7-nBARzlCZwtWn9pkK-TVBcV9-gj1UHjSRYFvfQZnqhKjrmcU7Y5ZtuUU7GXhIlh6ikNeShyoDdx6lW6zimgP8T3J1rL4LoJI1Q28KktBuSEHmGpWNCaXvtO4m7ZZVoeDDjErRJTDd5K0rJ07IRBL-dyCDKCfE4Q3mFQI_TqSDADXYOh1fWvwm0cP3h_MP7YssVI3wNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <2581857217f3e6c9991730228fa592a34d3275b8-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000064bd52063b34112d"

--00000000000064bd52063b34112d
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo1NTgyMw0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzExNDc1MzY5NjEw
NTk0MTQzMzEvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTU1ODIzJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cmowZS1KWFJ4RkNLVUF5WHFrQmtmOC1NTi1qV0ZWaTdFTDBqUlN6dTIt
R2RmRzA2NlYyZmZ4aXU5S3RreVQ4V3o0MUd0UWVmUFNuVVFGNVlxYkxMU3FIYTMyOC1UUzN0c2Nf
amVLdVVDSXN6UXhNSlRxbXNzUlpIcHJfQ0k+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvV1lHSGM5R2dp
U0NRYW11Q3oxVk10aEhEZTFGLXhHYVl2ejFxNVVNaGExY0s4blkxQkdJbGdHT2NfeEZNemNXSU9q
RHBjWjNMNmJFUmFmalhSbFJzb2V0cjdHckxOVFRGN3FRem1HVTh6LVhreVNiUm9ldkxCRGpTOXgt
RWdKa09tTXRKSmhhNE02Y3ZBMkRPRmRfZ2NxTUU+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgY29udGFj
dEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi8xMTQ3NTM2OTYxMDU5NDE0MzMxL3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj01NTgyMyZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXFD
T1NTLXgwMnp1UFdaa2k4dUZjOTFtRkRrdVJZQnY5Nm8wdkw0WUZpWXhYZnlxMlRJSEdvbFA5R1Bp
SlE4eWhXSGZsem52M1FHNERnNjZPblRfNmNmTUZsSWFxUFNWY1hLM3ZyVER2d25OdWw0UlZqNTlu
eDFJNEdoRXJKVlFVWT4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81cTBEelA2ZlFsUzZIT3F4dkk5dTNYaWpuaU1kZUlnY00wYXI3YnNIM3Z2UE1xZjVfMDZ5
dHFTd3VjTUNPeTY1Ulc1ejdUSXhtbk1UVTVDSlZITzZWd1JqR2tObkw2NWNkZzNwdjBpbVJHRG9L
Uko4THhiN2NYeHBJNkVCcnU2aFVzb042UUlGaTcyQUFIQnI4MURwdkVJNVNtQlpYTzN3UVlPM3BI
VDFOdz4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwRnhfNzQ0UXBLMzFRNV9QUFkyZWJ3Ym1jZnhQd1Va
eWdBRllQZGpXTlN1X1FmWVQyQzRMYmVMZ1dFNDVmX3F3dkVqcV9Yc1FVS2xhWnhPaWZ0cHpsSXB3
dDlzZmpDbXhOUUl5RktWUkZKcFhpSUVncmJnMGYwVGpVS2lCUmpjQmRhVHlRPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--00000000000064bd52063b34112d
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/11475369610594143=
31/profile/verify?hl=3Den&amp;pin=3D55823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5qraKyjPzUy2fxiAgJ3Nku3lChOP-hLmJ4Fht2c5mWrKWT0CiOd61OpOm9zjEyHj2HYOzC4=
czhBlMCinOjYAtwiiC8RRWvNgOcH85WsbG0PzBda_2DxTWQ>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">55823</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1147536961059414331/profile/verify?=
hl=3Den&amp;pin=3D55823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ri-4JCoI4SD6K=
Ne8yhaXYorjRXD1hJl9Ce4L-pVAli9635xJbUlPk217eUVtasq8VhJpz-ZeA8LlJdm7z4yF0Hcb=
u4LzWQplaZ-7J2GTMg2tvG72kBcP2ls5UHQuRIDw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1147536961059414331/profile/verify?=
hl=3Den&amp;pin=3D55823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ri-4JCoI4SD6K=
Ne8yhaXYorjRXD1hJl9Ce4L-pVAli9635xJbUlPk217eUVtasq8VhJpz-ZeA8LlJdm7z4yF0Hcb=
u4LzWQplaZ-7J2GTMg2tvG72kBcP2ls5UHQuRIDw target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1147536961059414331/profile/verify?=
hl=3Den&amp;pin=3D55823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ri-4JCoI4SD6K=
Ne8yhaXYorjRXD1hJl9Ce4L-pVAli9635xJbUlPk217eUVtasq8VhJpz-ZeA8LlJdm7z4yF0Hcb=
u4LzWQplaZ-7J2GTMg2tvG72kBcP2ls5UHQuRIDw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5r1z8XKHoTXjkQuK2=
fR3bdE1QxKOAZdBlJrDRbMsGoT61JjO8lzcDDMwPmPiCk7xdCkE9vqAjrNU5FX_ZDlCxnIQZxX_=
EseqShAuMdQldCFcQ4wP7Pj5KVQIyfwrwAokMy-1jjv3gSJUdePsCv6m_Cn5MI7-A style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">contact@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1147536961059414331/profile/verify?=
hl=3Den&amp;pin=3D55823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oEkXvMAKFfEUz=
Bv8JRs_wp_vWZGYKbdU5L4m7kFi4vs5T8wcRuE3WZgcu2_1SGi2IfViT2T1xvgq6NL6zFDVNTOx=
hy4DtrCiKLsq1eZeW0RznT6_AmIkA7y3XiYeFHw3CeKQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1147536961059414331/profile/verify?=
hl=3Den&amp;pin=3D55823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oEkXvMAKFfEUz=
Bv8JRs_wp_vWZGYKbdU5L4m7kFi4vs5T8wcRuE3WZgcu2_1SGi2IfViT2T1xvgq6NL6zFDVNTOx=
hy4DtrCiKLsq1eZeW0RznT6_AmIkA7y3XiYeFHw3CeKQ target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1147536961059414331/profile/verify?=
hl=3Den&amp;pin=3D55823&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oEkXvMAKFfEUz=
Bv8JRs_wp_vWZGYKbdU5L4m7kFi4vs5T8wcRuE3WZgcu2_1SGi2IfViT2T1xvgq6NL6zFDVNTOx=
hy4DtrCiKLsq1eZeW0RznT6_AmIkA7y3XiYeFHw3CeKQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5r8A3lcaRC16HzAnHEPcz_AS-LXRnKkY1vt7uoL0Zdxa2ToLVybpFkLl9ArnGVuegU5m2H=
tT9MzodWPt4rPsz14XiO1iX1G6lMDYvylJYEcrxf9ZoOE0Js-1qnYGdGxmRVicMo3i3EgKBGAI3=
PaE-OUWOAF5MG8J4LDFuX_vZhEGw style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5r5jiY_GtdsAaG3QoG2kwnKmaVLPL6YlTfHUZYzGgLr_Nngu9CWxAEbRzHI35RtJEWOgmPcEA3=
xwkTIA4Nzxe3iOCQTl-TNzVeX8dFPn8u9TTBPmC4ECTQNMsuV-_BDHlCh59jMlA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oQnRIraG22wPRyvx63jThlRxuEVD_2RBddE1wC20PMHh0CaP1KbFVetW4yQA5vCd=
J3aU2zLOL_wypVxXECW17QkMz35wlpsCPJLGuNrk4kFVk5T7LnWKYAEvjzt57IGqF9sw.gif></=
body>
</html>
--00000000000064bd52063b34112d--
contact/cur/1756323897.M678057P2255575.premium320.web-hosting.com,S=21622,W=22306:2,000064000000052166151007557630020551 0ustar00Return-Path: <3MGCvaBcKAPkcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id gBv7Jzlgr2jXaiIAVkXPrw
	(envelope-from <3MGCvaBcKAPkcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 15:44:57 -0400
Return-path: <3MGCvaBcKAPkcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 27 Aug 2025 15:44:57 -0400
Received: from [198.54.122.200] (port=41226 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3MGCvaBcKAPkcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>)
	id 1urM4n-00000009Tqt-274o
	for contact@24hourwaterdamagerestorationlongisland.com;
	Wed, 27 Aug 2025 15:44:57 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=yMcMEh6y;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3MGCvaBcKAPkcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com designates 209.85.160.199 as permitted sender) smtp.mailfrom=3MGCvaBcKAPkcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cBw3R5rYZz17pH
	for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 19:44:51 +0000 (UTC)
Received: by mail-qt1-f199.google.com with SMTP id d75a77b69052e-4b109bc5ecaso5833451cf.2
        for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 12:44:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756323888; x=1756928688; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=jzdZV5cFOZ2RRTn6YoqtSVfqivWvPPbtLlohaHLG6WQ=;
        b=yMcMEh6yiB2TJOfCpCrN3GhW1mTnLG1lGMwdou/QbdJWPE5HbEemVolrdBpR3s/MnZ
         OvN1XrCYgjMM36cAYFwej9Toe+xRyPEGF0ZsCBG78nmH88XMrlt4nToU2+kiT7RSfG4f
         9K2Wr9wmLGr+jxK/iJNCm0aaNJl38H+2CazxxgXcfTXH1dahtX8epxKtsEqZdgQPwnMn
         bFwvead/m4f/TWs4j2M0UIKI9oDyvdPGusNb17SOYnvX0Fowtg+ng9Lx1pyorsIbD59G
         0D3zVVuznlLKNG40n/o5iKpvwzvY8cr0PjjTD9zXOELPbDRq2ukr43n3SFtYc+YJ50Sn
         Plbg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756323888; x=1756928688;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=jzdZV5cFOZ2RRTn6YoqtSVfqivWvPPbtLlohaHLG6WQ=;
        b=Nf7U2mw4moDfjLV2vKA9/jkIWGqsc6S9sJh5KtWvu043U/dtkwtb/ZB2pkSKY/XymI
         WMFZXwy1PLM7rqFaceXGrdZN09BHxTVmEmcMRsQvhzddT/pdpDwpcciezdFLeav3MEfE
         RCMuxvO/KJ6seRd0fV1FPQOZOGsqxnbA1zdEvY8z3csac+7FBFlMjcAyO73rHUzTTPgl
         +BPR6SLcXNezPadNQm6hZbjcoN7vhuYwPK0CWi95/Wp6vXwMJjAlredQJkF08akLaMCB
         I1xBvd/lSzgdGIJkpurFWca+dbo7T0QvLj2Hu8c7uLPi4HUtSpXkPhKsuGUg5VHX+NSw
         Yang==
X-Gm-Message-State: AOJu0YwxeJ1sC5WtZf0+aJAJsBsJi/A5QkgGE40CwLjE8UzZyTRHU+XS
	cB+kDD5ZDwqZsVbBd6lSPZgWq3O3GH/tU/SuyllffT9gplzj6htsto5hEEq8
X-Google-Smtp-Source: AGHT+IEvkQIcK+Iw9TIg3626MC7aaO5S/lPOuyAbmh70V7u5fYrzQSoctTwtGVXlLJyx9mgEGo3lHmw=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:c81:b0:70b:afbb:d667 with SMTP id
 6a1803df08f44-70d970b2b2emr251612556d6.7.1756323888619; Wed, 27 Aug 2025
 12:44:48 -0700 (PDT)
Date: Wed, 27 Aug 2025 12:44:48 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 8085b6556b1a0000
X-Notifications-Bounce-Info: AWoTSIE75iB91Chje8b-wE2dAgwuqTrLE4nR7TA94hKSFBsRjsFIv65IycDHWllhIJVdDKGAvdkyJXbVehBFCKwFEzem47LkN9UQAz9oB4afXgsnY1Givn8LDosH1K_mP0kIVMpmUlCWjxh04VsXaXm50Daj-RID_W8Z0kOysHVFV7ThZTxilwO8ki-yLFMDMNv8RG1-9hMDWgSyR2K9BTQXEiCVFnKKDFxNISlGLp-PiSU8PKweN9htfzCYALGLbGhuhEfwEOsDeb9MyUq1PRr78ftp0xrtC0QuF9sZaBktNI2TtyPWv3TXrJP2M8Ps82_lmQjnB8PF4xOs3f5wAq2cyjJ29sqMK85gd098YNltkRihnd9UE08BH7DRhWNETiy5zSAZy21k59g2dWUbmtJmf_GqwVdr2bEtdjgrA1b3Y2FNg6SNAl6ICwHqDHo-D-8tO1-Zhufm9sjs2j9HT7x6pXnrw6-aRiuKf61ElMJTxAX8mYA17KL882XB9G64Lo1zOo86dYi3oQT-n5Vg7jx79zAexuJVhHkaIwdk8IHSxpdEAOzEwbXGYmhr9WEUDcY5MY9dnd4YS3HMGR6mdgWtNG8ekUZht8p2ZKsoyLBDGFKU-lxfOvLGnKllI8C3PJENjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <a81344e8bacc5e38539c89819b575ac80d6f5a2e-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000007de150063d5e05a5"

--0000000000007de150063d5e05a5
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/4532783438836164530/profile?trk=https%3A%2F%2Fc.gle%2FANiao5oJ7qVzWhpYC9gX5TodhaZ7snOraB7QU1A8HOSUC1hAcnT729HEVZpGlybme68-P98dCERihOTeGLI7NBrkWRQq2hLN8VYQPriiEvnBcq1ELVS2QRzqd6n0jPc>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

This Business Profile is not verified

See restriction policy  
<https://c.gle/ANiao5oEFCi97E5jjKjZLJhRANCxsXic2udypf3iwpsCBzP8QtPHDkmUOgFM_r4H5HHN6N-MAQ8VPXlDxvmkKwxz7tj9HNG5wm4oDyCQKqJbMuZea09u4NIvwQpKxsDNLET8LqXbFP5cKNeCm77zkFcRBfoPpb7auDEYGplhDUjgsAn8ukaH7IV2QpGCXA>

You can see the status of your appeals  
here<https://c.gle/ANiao5pBDTU4USPcEHDeIJRiWagzuzt0pVdAgUGtobK3iIocrvL7cJb3Bd1OUl4xbzcDuCalhft3zM70S8sW8X6OdW2cyW4dTyKv12xjWIY1hpcWjcfcRRpiWx9xL7R3T682ddW2vMVCGVS1qXPa485aqbf5eU42ubZpKt8y6WhOA7VbWXnCTmlpmd_kXOXJL3Ne-WyhfGK2sxpeDXhjdyli3wI0CDrpKh6CjMOgGB_b>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5oFK7_cQm2iOyarLZjunPbICAxQ4biVF5hL46BbdcqXN0upcegjujCf5GpVd4nSTSwp4_7i9iSzRkn2dRbi6p3xkkQUOC3kQ816IDRLNBlY8g8RevKRSykiUQKmwWB-gWkFD-g>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000007de150063d5e05a5
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/4532783438836164530/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5qCQZyLEgSOVrEGQfnN_hAXKuyCMBRh9im8h8tVXA4e1tCG2L=
c7kAZl3Yb6X5vZOaQWgxOMa6vkV0-1tChQzUkQ3y666gmoYK6UqQDWEtp4xyrEMpdDQ7yB2RyXk=
g target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
This Business Profile is not verified
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5rvn2-2Bzqw4JkHeJKgrJxSAaTQWtUWmgNtPbkp-5ZEsV5=
sZlb_pPKayvOgaMr1fCeLwnpoU4l5hmJhnnvnPIOTLtV-eHpT7qOjilw8VPtuWN0YaMCOhYpCPP=
zleNXYtG7t5wTk7tY2tCiBpw8NjMX6kNosb3fWzfOj92um20CmgETYVaviVVY9Hye4 target=
=3D_BLANK style=3D"text-decoration: none; color: #1A73E8;">See restriction =
policy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qGv2rl=
MOtD47n_4lUmXJZ04vp9AdWbuHcgDF0cw9Ly7fqYBFfmwUZeFzvsjFOZ1bxCBJ2Bw_uadKbNs7y=
q-aXnQ5S-QkX18jGsaC26q5ZgPBxEbLr72ONYyigE-v6CVdoGQ_8ea5W9GQXVk9Bx4v2qewR4PE=
lR3UmCwFIRF4KDUq6vMP8WqVxrsYef7siOYr2q2sFhSg83lPoEp_BWUFID2bH4CXqd5c4zUGzhI=
MA target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5q2L4pgJG-N0qCBRLz_yfVQdqxTYJ-CwTnX_SdmCdXWDl=
bNAUDjz9jsecBlKD00KtLk5FxRj3u9Am_1xgfXDziRH28KlUT460JD_ZKT6eJPUum9cBntQ-rG3=
XTNma28khpIyc23Tg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5o_WoOtIG_-A4fs_lQx-Bi92pZeeK3Z0p8q8jtJLpfRDzAV3RZsUbnuXkAo04OrRD=
XpsmbsNAfgTRPm3b5rBt9VgVDxNmS2EV2JbpPGh7USMHfam5_PpGjxA-V9nkVseNkVRg.gif></=
body>
</html>
--0000000000007de150063d5e05a5--
contact/cur/1754564129.M820979P1323288.premium320.web-hosting.com,S=24840,W=25619:2,S000064000000060410151007557630020671 0ustar00Return-Path: <3IIaUaBcKAMkq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id iGfGMCGGlGgYMRQAVkXPrw
	(envelope-from <3IIaUaBcKAMkq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 06:55:29 -0400
Return-path: <3IIaUaBcKAMkq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 07 Aug 2025 06:55:29 -0400
Received: from [198.54.122.200] (port=56098 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3IIaUaBcKAMkq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>)
	id 1ujyHR-00000005ZJc-2m5t
	for contact@24hourwaterdamagerestorationlongisland.com;
	Thu, 07 Aug 2025 06:55:29 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=o1nmv2nf;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3IIaUaBcKAMkq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3IIaUaBcKAMkq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4byPFs0TGVz55m2
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 10:55:29 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-71bc21d2790so9821967b3.1
        for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 03:55:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754564128; x=1755168928; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=vQQlg7U1anWbpqaQfgDcb6Rkl1zNZmPosGVJTDE+r38=;
        b=o1nmv2nfpgj6nKmVuAG2ero4OvK3HFCN2MOBDruJ79nGsVwnrI5fQP+ktLJq2PsOtQ
         hSHMC4SL4P6OHiWTmenScl1sp+JGUQYMxoQB1XySkhG+PFAMoSvSfRXT/RPrnFZlQV3M
         uYfZx859Wf8rmEkYD77FaO5a7lLLkKuAq9tThhcmiAEi2jTQTj1eg19IqDVWuo1/Cg9Y
         CkdcVp2q3uYfOe0tY0V2g9nzaWXVixxdjvT0MO84OsVhIDwnL/rRJS1GZwTJ8jvfr/Hx
         6wzPuOAKqk7fQHYxCix8iCi5omOGKdY6tQV/sy1rvMcKpSIlEOM16l7p4pfWm7yKmqBA
         mDXw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754564128; x=1755168928;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=vQQlg7U1anWbpqaQfgDcb6Rkl1zNZmPosGVJTDE+r38=;
        b=NpLQWsGLkVYgn7EuMkMG9I7fRKPrbymY4uPqBRdluQdJ0G3hFNjpEV9qvlRExtZ+a6
         6SHkJAgSxhS7vz0lbD1myOHpRK+2tV0xmN26lBNA7Lseqtmnud/EYHVC8N6bliM0ctGh
         23alQ/8Wj6whLArtYgmcB4g9nHJXcdEl17itCnGPgbcGqx9xORykbDPV2rjyVu/O7Ds6
         hjzg/MyHXBXfngHWQ6qwxathlIpgj6ccT2xmSywCYCwVAjtyu7ZVf0MQUdzOuXo+qinb
         cuL57WQDra8ml4lvTkq4D7sKuQPnO7cOYxn3YV/TV9uyP0n47JlvyIFxox4D3DJUT37+
         7uXw==
X-Gm-Message-State: AOJu0YyXuFrtnUUcD3ay4MpSYIj+zFZAf63goxtxEEUBe5xvLMOQuZIA
	62rL2ZpCUiEP4R1pkgdQpE72YU9D50rizG7ZfmbOXRNOdE28kkJLgs+ISppN
X-Google-Smtp-Source: AGHT+IFI9oHSWg2AzMNqa/bjrEhwyVfOGqxS1BHNYzWilwamFRyZCw1vUFQFMiKBcW4GGU1U5mWU0L4=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:368e:b0:71a:45f7:b788 with SMTP id
 00721157ae682-71bc98a7e48mr91984207b3.31.1754564128516; Thu, 07 Aug 2025
 03:55:28 -0700 (PDT)
Date: Thu, 07 Aug 2025 03:55:28 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: dd7ca62c5bea0000
X-Notifications-Bounce-Info: AWoTSIE6jiuPN5oqiUaYGEwnTxhxESejHr9XFg-gPD38SSBYE3Z3evI28KyjbZwuzBNT8cYSZOTIzoXzD7mZ0F1adU07IzIteZdy0i7g7K5EPwzR8sjhXX--z9-7xvtVCxKuzk6UKWc1cHIPxvP7Ie3sBlNeI_gy0jLaJXRJZkvugx_2OtAWxA66_5JtHrF7jdDhfwaq3OKclJuSVmMiPvN9QJDvR56aHIcBl1PAeuPz0zcS86ZQcQRbXd_j7fuls1ZGnuH5xVVe-MfG3rxYXmOuoN6i2rviEAcOvy6vsrIpYAQS_s6Sju0q1iJOmCDwzLjUmu_W-QiGnMkIfxbpsKDN2pLrmwxuTfWhbqVb2uLsClozDe6PDMiRIuiTl2gW0KHJov_gwRNSAyFHROQvJbfOnN-Dy0A5_hwEcBrD_Zyegn2ubcdLJK7a0Uyc9yjxeMy-zrh3aTO5d7qq8uRedDRAUlYzihG4pnUQsBIenVf4gDzxhpR_z_1ipR1I86E3eIpFloCDh_akM9s_2bh0IV4JgPGL1baV9PNuWCwZhfYK_M70rabaXi2_m2Q43ITnUlxexp7B2SyGDTAO_tnsmCqbtKNLzQG9lP38oYNRF-EMzhZpbIi3KvhyMO0HJdraQr0NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <126128435c876740be977f65a6ad3a218e512677-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000009dabdc063bc44baf"

--0000000000009dabdc063bc44baf
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/12774007831928359544/profile?trk=https%3A%2F%2Fc.gle%2FANiao5o2Z-_0KyNP5y1bRjyX20Z2-Sd3u4Vq4jbTy0TFRAD2JZuGZFjC0_m-ghxm-uIB3ax9sNY6ueSsRV9ue_wXqfz7pe7hZIPYp3LmPfDZZAshLxcMGsOBixkW-SM>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5pJxIYDwHULf7G39X2hlGyMnKZjRAEuPIx3aWYC5YJIzqBj3KixRlRjrtxInVQtFonBUPS2RwvEvDCxUt86yV_c1u29lT37AJW2cgQ-Prz1-zQa6-vE9IFhSpS4hfvUfmriniy68Sf1Vhvb-hs4t6NUXLbCl3SIFt5uYyZ5ugU>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5rSwi59l8aR6MzqjV6b9Xe-gV75x4C_E-hJj9BwcQ_FrDF33b-X_roUQlu7JTX7xdjL_IxOC3GdTlMTdpQh3nU0jXH-NBLQvTgW6h5fpbzm2F0fqxwlWxyKrc0fNT8sT1BjZ24zR9-uRGA2pbp5BI1eSktGg3-Rg3gfI_t281eeZcMbKxhPd1L_IphJZdkkie1Y55DTvgRh8SpkDRBafb4NyIfdaVfcR8LBXGmRuRE>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qS1Cn_9z-SfxrQiieFGcTV0JY2TDx_laH8zpMvNMgsFN1YEiHqe3jGbqIpFROhOQCD-2eIX69EWOcYByY8Mwnfs81PavTD81WomprUVSPkvK8PyTdhCtzVbwM8YvTyBzsgaFw>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000009dabdc063bc44baf
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5oj1G92CX7cPxSlFw086CUXULUoL=
memId6ETxZmhmPaaAaWawtq90SlY2Ik_lmehp8rSOqLlcPN3xhKQuQT-OANbRtZYvO7dBAJacfY=
hnXK-Ow4qmvFJC--82YSp6m4Rq_ofqbrA1TO1SzM9CRv35LJI13KmXsSbGtKfFAq992QW-iz3Tt=
bqVZ6yK4SQuV37v4rFakGDQ9hywhNvSLx_ys-QutEawJccTQSg_EXdomYCg>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
2774007831928359544/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5om4u4ArlfyWHJ=
AiidEFPDL1PhBmq7N9aietBBMD8RR70xGr-XISdljCZGxRzWLieHN_DvtHGwnDop6EQOkNDkvuI=
9w9ohDQIrhbYb-2l0oly5HPmau0gDjkARRIg target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoratio=
n:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busine=
ss=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5pIIswppSPKRCKGK56tC-n9FC=
wkjMzow7lpQchmWvqn0F9B37jbBkBuwmElwd60H12RBwBWQJCtRw0gyGpezJ9G3R38cOwpHj2sU=
KRzpsEu_zY2i4U2Ew3lzunwaR3JdY4dnre3eQGNKuqCWCvArB-OK2V57WCubWXYp5Is4CIvmQ t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5pQTKxn8MLAI-fq-I7mndh-NODAnVnDey6mSebr5Y7L38b=
7-UlRTIegbxWQ1kIv84GpZgqj_JCurZffdB8xu78B4EDx4x2LeqtzG5pbWkq3HzAmVm0TCxiHXa=
4xD9Azy_LnuXDo-Ti7pFNHirMfb-UMHWFAFhJHAGNhhHtMjugkY6cWJAGpZtwGMVAqFZBcevCXv=
4xTOw4VVN8WUQOWbDQYmj9mQLHifsGGX94hwYIMSQ target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5pQTKxn8MLAI-fq-I7mndh-NODA=
nVnDey6mSebr5Y7L38b7-UlRTIegbxWQ1kIv84GpZgqj_JCurZffdB8xu78B4EDx4x2LeqtzG5p=
bWkq3HzAmVm0TCxiHXa4xD9Azy_LnuXDo-Ti7pFNHirMfb-UMHWFAFhJHAGNhhHtMjugkY6cWJA=
GpZtwGMVAqFZBcevCXv4xTOw4VVN8WUQOWbDQYmj9mQLHifsGGX94hwYIMSQ target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5pQTKxn8MLAI-fq-I7mndh-NODAnVnDey6mSebr5Y7L38b=
7-UlRTIegbxWQ1kIv84GpZgqj_JCurZffdB8xu78B4EDx4x2LeqtzG5pbWkq3HzAmVm0TCxiHXa=
4xD9Azy_LnuXDo-Ti7pFNHirMfb-UMHWFAFhJHAGNhhHtMjugkY6cWJAGpZtwGMVAqFZBcevCXv=
4xTOw4VVN8WUQOWbDQYmj9mQLHifsGGX94hwYIMSQ target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5o0avlEGDYZlRyscz1G5z-Id2U0HFQHdrTT7wuNnfQrW9=
QRwGyqEV9fa6AQEanC_RD9UWsXbrPnacOM1UkSmtSKFMuu2WZRiXhG89EpVsr21uVF0C9qDQm3B=
zP6m1nANe4usQJi8A style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rqc5hFreHebwGF_2LQvCOAzBe18cOifHxtP5FqChDrJ6JPFX7oUEtVbfzj0vxa5a=
Al4ZpvyyKPCMQkd_d0pLfPBOVmRqk2_oaVNUqT3DDtT4MBZGFViG-mKCg9juv3f1J2KA.gif></=
body>
</html>
--0000000000009dabdc063bc44baf--
contact/cur/1753944827.M546371P3306413.premium320.web-hosting.com,S=24829,W=25608:2,S000064000000060375151007557630020676 0ustar00Return-Path: <3-hKLaBcKAJc2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id eAF1IPsSi2itczIAVkXPrw
	(envelope-from <3-hKLaBcKAJc2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 02:53:47 -0400
Return-path: <3-hKLaBcKAJc2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 02:53:47 -0400
Received: from [198.54.122.200] (port=51358 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3-hKLaBcKAJc2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com>)
	id 1uhNAh-0000000DsDb-1Y1X
	for contact@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 02:53:47 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=KKsGrN1f;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3-hKLaBcKAJc2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com designates 209.85.166.70 as permitted sender) smtp.mailfrom=3-hKLaBcKAJc2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f70.google.com (mail-io1-f70.google.com [209.85.166.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bt0DB5x9zzFyZB
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 06:53:46 +0000 (UTC)
Received: by mail-io1-f70.google.com with SMTP id ca18e2360f4ac-87b89891d5dso119858739f.0
        for <contact@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 23:53:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753944826; x=1754549626; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=TrXVD8r0CrhEAGAFC+UTUdhMVnYiUyaIIHaBsjsQM08=;
        b=KKsGrN1foZ3eB+OAntWX/Jz1OBLT2H9a8DXBq245LMGrhMogcMismjdNTue6JRfLgk
         T8tATAVixILYotfMH6x6qOQQY6xWqGEjk08EOCMojsMUjxKu37uDwttD2CABx9QQUIP9
         mKLN7NxZY2ut5r46R2cTJXSacCtKcYe/Z54AVXRom2jtzVI4qxPXJTskD055TGDjvRJz
         Wwl1SCQ+4rKNZ3psUH33inwm+yrloNwkFfq3fUOXdEI7d3VYHW+CS0lqPWQrMB2c5IBq
         qK5z684xxyzhlB2hZazB6OVQEnQzulNC4PtSY4DGQzQb6zt6aOcqpfUY9zaQeGW2o2h1
         Tuew==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753944826; x=1754549626;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=TrXVD8r0CrhEAGAFC+UTUdhMVnYiUyaIIHaBsjsQM08=;
        b=MNYnBDNFFKSDCjp8tn+rioFCw0egJ1rSh51rprhLA1L3AMb+qx2yKmxuTh5JGirmGD
         lnm9X81Ou0MFQZwbFvcw0kqkDyoKwvjbr8GSh/d7EAYUTEl/EHhTch/JQcgZwCRQb/7B
         sR5LF/OjQYriIgvNNJ4X0io9qlPmSEPNfJfmK7J715J4ICerIBEp4aLsVnF09mANKFVD
         n7P4Y8jmwrydQI2owL+nqqnNF66w4ofWi63DXa+EchRoAdQZfvVAPOpKMF+wTjO1ah1V
         MPfUOIKInNZXzrrfal3YgI2RJ7UJC7nY68N0u2P1vEnzUd7zjf2eGzap+OfVYykSn0yA
         hl9g==
X-Gm-Message-State: AOJu0Yy/dR5AIVTJqgGhXsVcjxg+ag4cXIBYsCzaSp4on6afDpfOStlC
	6rWNqP9R9uqs7Jy6nIDBc6Qoh1vXuXX50adB4SMs4WEdbL33gbxRCvR52FEI
X-Google-Smtp-Source: AGHT+IH9c78yGK4sxAR7iG+QqyoOJhLoEZbIPuQ/9xZ06hyVqmejMadJcDncacCk1Dk2T9oZO+YfS1k=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:724:b0:86c:fea7:6b83 with SMTP id
 ca18e2360f4ac-881375e3ff6mr970617539f.6.1753944826275; Wed, 30 Jul 2025
 23:53:46 -0700 (PDT)
Date: Wed, 30 Jul 2025 23:53:46 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 898e0082aeda0000
X-Notifications-Bounce-Info: AWoTSIHduL43Z2Ey72fAMpzPRbOlb8K0LxmX3gBENi3QT_Y5q9wVnkcKtIqOMCdGMpCkHa3L7_fy2lL30ikUK2GpsWuOLVK8hkt2G-lx5sGb23EiIjDKxLleZHDuKGYHQdipkwAVnV7YKZuDCPkR-2nmvPOdJ50aG8so1lmf0YmryEl7hk-OMWG53MJ24dgiu9zHmkw1-zGgT9VtS9MT0p5jANr1AifAYns53wLfdu1bKLMvwlb6yoPHUJCR78E8VypRGTZJvdMN5u6EQRm-R6mscwCFRJVikAam3iDsuS9eAKjk4bFZJhzZIBVFH4iupxYCJicnjW79lrSk21gBZhaYsJF-XfKapGHxphgYkV_t98IO8Foh4qda-wjCE0FD3mrzIj_4mD4J59Mmj91imraAHO8RqR0jAnxN8paSxiOVjNbgEfUpSgRR-JtZdCFsbYp6L2nnVy-zA7RJjQBokRo-e69ei5j9oakGJy1POrqKffq0UAgO0-2BSafKs4gOQtKkHbYyIaI13zA35Hvb4J9516VV4Bpqunpx8xwD1kRtt6kKJTa2oe4qDyQsRQCfrC6Uh6_fUswD2XDDx8DS48y5RHjOCl51_tsl6ZZSZKH47HhQV6ayBK6LaUmUFR71cgINjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <bc0a055b5702fb21e890cff21a573729f91e2755-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000536994063b341a69"

--000000000000536994063b341a69
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/1147536961059414331/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rQurt66f4RkIxA_2gAqsM52WCIJHl9xZW_qIlZK58pjjqBB7k576FZ0geLLlUNj5TZ1zbUtcD3oapTOGoGY_YTrWUi_dJCFTLYuVZb4ZHP8pONN6QIp5NHrHE>  
at Long Beach Rd, Barnstable, MA 02632, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5q6nKmW_g7wDegv9Mm8CjLlLvojDWnJBO1KYqRYl9-FlcNj2SaPo8D-Kr0LpLHFstOLuhom0BaJEUNLuQM4Bl6i6abV2YkKdVkhJNJtiwmpfcHFR7vBF9_DKQLMtxfQ6mjdOQFEMuL3szljhshk06qcOo0yi4UOrvIu9C7IqQA>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5o921seggp8CjaZ6HjMpv_IHgI35oHonSUy0ksOg8Gjld_WT9Z4nYLUTzXSVgmE4EE190s-tZoGka-BJdZuGACf-AdV_vB_rdz7lef0P_DEuzq7ibV-iF0SQ9cOtdZhiqSKVEbIrIMHpBcjSxRfOVfgyREwHlM4epGUevEOCZv2HmNDls1laTv0Qj6Wgperj4FgaTrQ0JUZnAU7jJoZ-mx9rDV2ht6hresm5RzPmQ>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5oyVo0s8Ly84lchp5_TJIHadqOeUZbJmK6glzbaOoLH5KKZO0EW43kmOeP03TeSp3xJd9igmR05uWduJAC4mCdq1WrHAORkfjuELL5w1IPlKBnKmpbxitmCnCIOYJ2h5KoP4yQ>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000536994063b341a69
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5o2-78_DAnlBnK7uFFwetrmT6veo=
wulpCQUy8kMy_pbmqHzbnAqEPQzsmX3lEGNgMzwb6Apblaa8IG1K7ZxFunz0hc7iOXP1bGARzcF=
HAWEgYvuzA6iwnGX4PYEpDzdBsykCmxcxuWqz-9rbyCB9W4drUkKMf1IP0F2x_MlmFVvrtWzSyK=
P2gGs6TJ5CWLpRCx7uyaWhYoq4pMQy1A5N4x2DpfFpJ-pfUQgOBSIBdhz>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
147536961059414331/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qWBpbEAtayP1-p=
XntmZzVnC34ZdQESBQhPLlqXYFW5m7yQFWB9_kpe1R-en8D8o8mBne58X6Uy-nBuRuRPpBInm2t=
nE_ITpS_ueZ3UatsSrnZYfniD7G4ApTigvg target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Barnstable, MA 02632</a>, your Busi=
ness=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5psCE04hqC4pqyMjxNFhSy4j1=
6aJwLBjYnTkCSpw3IQpLy4Hhh4rTTYrN32IUY1AJt4g3fjrc37BNvXPxljpXQbrCS2R9PFHw_Zs=
WzGnFpim4CmxbOdmWoe5ZBaXkIBL_tGsDu74oojGIXnF16ECAaBaG4Hamt9YOCKjiOSa6d5yw t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5r5Q8qGmYeWItdpL3vbFUVGL6594UGpzk9rklM_a57zNwI=
wGtQKEWZ3IcaAXrcEuUcIPfwI76iGDDQPd-Plor8-AycLOZ4gy8EMHrg9an-FIGbOrXahih674M=
n5mguE7BLYH3zEUNAOF15NWQfqbY2WEtssJE7iFuFkhT5haQ4QOBDqct6SB8ybnH9MlaMcvulkm=
X69ihav1i2BCdyJWBtviugkdItW-Kxdenj2j5N3 target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5r5Q8qGmYeWItdpL3vbFUVGL659=
4UGpzk9rklM_a57zNwIwGtQKEWZ3IcaAXrcEuUcIPfwI76iGDDQPd-Plor8-AycLOZ4gy8EMHrg=
9an-FIGbOrXahih674Mn5mguE7BLYH3zEUNAOF15NWQfqbY2WEtssJE7iFuFkhT5haQ4QOBDqct=
6SB8ybnH9MlaMcvulkmX69ihav1i2BCdyJWBtviugkdItW-Kxdenj2j5N3 target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5r5Q8qGmYeWItdpL3vbFUVGL6594UGpzk9rklM_a57zNwI=
wGtQKEWZ3IcaAXrcEuUcIPfwI76iGDDQPd-Plor8-AycLOZ4gy8EMHrg9an-FIGbOrXahih674M=
n5mguE7BLYH3zEUNAOF15NWQfqbY2WEtssJE7iFuFkhT5haQ4QOBDqct6SB8ybnH9MlaMcvulkm=
X69ihav1i2BCdyJWBtviugkdItW-Kxdenj2j5N3 target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5ra3BVCTc01Eclrx7naiTzWHgJjbNJLjxsHP88tFSRZEc=
appdGBiws0YZ00wihtDL0RkxAl2DRZIbfjiiqPC4ilPOy5atxPYf0I8nFD8NRjL7yrUE5DDnqv0=
fqNezi7mh0yVDXFtw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rYS2Dw1bm0kdjYn3EowBMlgqqbzu7--ctpkkzB_W7pzyla78hk_Rubt4s7GPWMdR=
iETMk33Ie3UrJoVEwS_TvaQ1Olec1wSNJdJ8KJau5qoFbcCKoO_ieihnrAGo_rzE19bw.gif></=
body>
</html>
--000000000000536994063b341a69--
contact/cur/1752857378.M169703P2988390.premium320.web-hosting.com,S=90561,W=92051:2,S000064000000260701151007557630020707 0ustar00Return-Path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KGyjCSJ7emhmmS0AVkXPrw
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Fri, 18 Jul 2025 12:49:38 -0400
Return-path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 18 Jul 2025 12:49:38 -0400
Received: from [127.0.0.1] (port=47664 helo=localhost.localdomain)
	by premium320.web-hosting.com with esmtpa (Exim 4.98.2)
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	id 1ucoHB-0000000CXd3-42fd
	for contact@24hourwaterdamagerestorationlongisland.com;
	Fri, 18 Jul 2025 12:49:38 -0400
Date: Fri, 18 Jul 2025 16:49:37 GMT
From: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Message-Id: <1752857377.djCrA1x6GIg6ywMb@premium320.web-hosting.com>
Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnGNv?= =?UTF-8?B?bnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu?= =?UTF-8?B?Y29t4oCdLg==?=
To: <contact@24hourwaterdamagerestorationlongisland.com>
X-iContact_locale: en
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-2989172-1752857377-0.175020390257682"

--mixed-Cpanel::Email::Object-2989172-1752857377-0.175020390257682
Content-Type: multipart/alternative; boundary="alternative-Cpanel::Email::Object-2989172-1752857377-0.863297616367582"

--alternative-Cpanel::Email::Object-2989172-1752857377-0.863297616367582
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Client Configuration settings for =E2=80=9Ccontact@24hourwaterdamagerestora=
tionlongisland.com=E2=80=9D.


Mail Client Manual Settings
---------------------------

Secure SSL/TLS Settings (Recommended)

Username:

contact@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

premium320.web-hosting.com

  * IMAP Port: 993

  * POP3 Port: 995

Outgoing Server:

premium320.web-hosting.com

  * SMTP Port: 465

IMAP, POP3, and SMTP require authentication.

Non-SSL Settings (NOT Recommended)

Username:

contact@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

mail.24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 143

  * POP3 Port: 110

Outgoing Server:

mail.24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 587

IMAP, POP3, and SMTP require authentication.


Calendar & Contacts Manual Settings
-----------------------------------

Secure SSL/TLS Settings (Recommended).

Username:

contact@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

https://premium320.web-hosting.com:2080

  * Port: 2080

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * https://premium320.web-hosting.com:2080/calendars/contact@24hourwaterda=
magerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * https://premium320.web-hosting.com:2080/addressbooks/contact@24hourwate=
rdamagerestorationlongisland.com/addressbook

Non-SSL Settings (NOT Recommended).

Username:

contact@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

http://mail.24hourwaterdamagerestorationlongisland.com:2079

  * Port: 2079

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/calendars/c=
ontact@24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/addressbook=
s/contact@24hourwaterdamagerestorationlongisland.com/addressbook

A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE =
Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.

This notice is the result of a request made by a computer with the IP addre=
ss of =E2=80=9C72.255.7.70=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D se=
rvice on the server.

The remote computer=E2=80=99s location appears to be: Pakistan (PK).

The remote computer=E2=80=99s IP address is assigned to the provider: =E2=
=80=9CCyber Internet Services Pakistan Cyber Internet Services (Private) Li=
mited Cyber Internet Services Pakistan=E2=80=9D

The remote computer=E2=80=99s network link type appears to be: =E2=80=9CDSL=
=E2=80=9D.

The remote computer=E2=80=99s operating system appears to be: =E2=80=9CWind=
ows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.

The system generated this notice on Friday, July 18, 2025 at 4:49:37 PM UTC.

Do not reply to this automated message.

cP

Copyright=C2=A9 2025 cPanel, L.L.C.=

--alternative-Cpanel::Email::Object-2989172-1752857377-0.863297616367582
Content-Type: multipart/related; boundary="related-Cpanel::Email::Object-2989172-1752857377-0.483708342185569"

--related-Cpanel::Email::Object-2989172-1752857377-0.483708342185569
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<body style=3D"background:#F4F4F4">
    <div style=3D"margin:0;padding:0;background:#F4F4F4">
        <table cellpadding=3D"10" cellspacing=3D"0" border=3D"0" width=3D"1=
00%" style=3D"width:0 auto;">
            <tbody>
                <tr>
                    <td align=3D"center">
                        <table cellpadding=3D"0" cellspacing=3D"0" border=
=3D"0" width=3D"680" style=3D"border:0;width:0 auto;max-width:680px;">
                            <tbody>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td width=3D"680" height=3D"25" style=
=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;=
color:#333333">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                            Client Configuration settings f=
or =E2=80=9Ccontact@24hourwaterdamagerestorationlongisland.com=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td style=3D"padding: 15px 0 20px 0; ba=
ckground-color: #FFFFFF; border: 2px solid #E8E8E8; border-bottom: 2px soli=
d #FF6C2C;">
                                        <table width=3D"680" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" style=3D"background:#FFFFFF;font-family:=
'Helvetica Neue',Helvetica,Arial,sans-serif;">
                                            <tbody>
                                                <tr>
                                                    <td width=3D"15">
                                                    </td>
                                                    <td width=3D"650">
                                                        <table cellpadding=
=3D"0" cellspacing=3D"0" border=3D"0" width=3D"100%">
                                                            <tbody>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v id=3D"manual_settings_area" class=3D"section">
        <h2 id=3D"hdrManualSettings">Mail Client Manual Settings</h2>
=20=20=20=20=20=20=20=20
        <div class=3D"row">
         <div class=3D"col-md-6">
          <div id=3D"ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #428bca;"
=20=20=20=20=20=20=20=20=20=20=20=20
            class=3D"preferred-selection panel panel-primary">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #428bca; border-color: #428b=
ca; color: #fff;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings
                (Recommended)
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSSLSettingsAreaUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSSLSettingsAreaUsername" class=3D"data wrap-text">contact@24hou=
rwaterdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaPassword" class=3D"escape-note"> Use the email acco=
unt=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaIncomingServer" class=3D"data">premium320.web-hosti=
ng.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 993</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 995</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaOutGoingServer" class=3D"data">premium320.web-hosti=
ng.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 465</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"lblSettingsAreaSmallNote1" class=3D"small_note">IMAP, POP3,=
 and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
         </div>
=20=20
      </div>
=20=20=20=20=20=20=20=20

        <div class=3D"row" id=3D"nonSSL" style=3D"display: none">
         <div class=3D"col-md-6">
           <div id=3D"non_ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #f6c342;"
=20=20=20=20=20=20=20=20=20=20=20=20
           class=3D"panel panel-default panel-warning">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #f6c3=
42; color: #333;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                <span id=3D"descNonSSLSettings" class=3D"caption not-recomm=
ended">Non-SSL Settings (NOT Recommended)</span>
              </div>
              <table id=3D"tblManualSettingsTable" class=3D"table manual_se=
ttings_table" style=3D"border-collapse: collapse; border-spacing: 0; margin=
-bottom: 0; width: 100%; background-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsUsername" class=3D"data wrap-text">contact@24hour=
waterdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsPassword" class=3D"escape-note">Use the email acc=
ount=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsIncomingServer" class=3D"data">mail.24hourwaterda=
magerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 143</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 110</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServerData" class=3D"data">mail.24hourwaterd=
amagerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 587</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"descNonSSLSettingsAuthenticationIsRequiredForIMAPPOP3SMTP1"=
 class=3D"small_note">IMAP, POP3, and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
        </div>
      </div>

    </div><div class=3D"section">
        <h2>Calendar &amp; Contacts Manual Settings</h2>
        <div class=3D"row">
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #428bca;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #428bca; border-color: #=
428bca; color: #fff;" class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">contact@24hourwaterdamagerestorationlongisland.=
com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">https://premium320.web-hosting.com:2080
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2080</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://premium320.web-hosting.com:2080/cale=
ndars/contact@24hourwaterdamagerestorationlongisland.com/calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://premium320.web-hosting.com:2080/addr=
essbooks/contact@24hourwaterdamagerestorationlongisland.com/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #f6c342;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #=
f6c342; color: #333;" class=3D"panel-heading">
                Non-SSL Settings (NOT Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">contact@24hourwaterdamagerestorationlongisland.=
com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">http://mail.24hourwaterdamagerestorationlongisland.com:20=
79
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2079</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/calendars/contact@24hourwaterdamagerestorationlongisland.co=
m/calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/addressbooks/contact@24hourwaterdamagerestorationlongisland=
.com/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
        </div>
      </div>
    </div><p>
 A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE=
 Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.
</p>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v style=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-t=
op: 2px solid #E8E8E8; padding-top:5px; margin-top: 5px; font-size:12px; co=
lor: #666666;">
        <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20
          This notice is the result of a request made by a computer with th=
e <abbr title=3D"Internet Protocol">IP</abbr> address of =E2=80=9C72.255.7.=
70=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D service on the server.
=20=20=20=20=20=20=20=20
    </p>

                    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                            The remote computer=E2=80=99s location appears =
to be: Pakistan (PK).
                    </p>
=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
                <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                  The remote computer=E2=80=99s <abbr title=3D"Internet Pro=
tocol">IP</abbr> address is assigned to the provider: =E2=80=9CCyber Intern=
et Services Pakistan Cyber Internet Services (Private) Limited Cyber Intern=
et Services Pakistan=E2=80=9D
                </p>
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20

=20=20=20=20=20=20=20=20=20
                            <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;=
">
          The remote computer=E2=80=99s network link type appears to be: =
=E2=80=9CDSL=E2=80=9D.
        </p>
                          <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20=20=20
            The remote computer=E2=80=99s operating system appears to be: =
=E2=80=9CWindows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20
        </p>
=20=20=20=20=20=20=20=20=20=20
    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
        The system generated this notice on Friday, July 18, 2025 at 4:49:3=
7 PM UTC.
    </p>
</div>=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                                                           =
<!-- -->
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
<p>
    Do not reply to this automated message.
</p>
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>

                                                    </td>
                                                    <td width=3D"15">
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
                                    <td align=3D"center" style=3D"padding-t=
op: 10px;">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                        <img src=3D"cid:auto_cid_2140506619=
" height=3D"25" width=3D"25" style=3D"border:0;line-height:100%;border:0" a=
lt=3D"cP">
                                        <p style=3D"font-family:'Helvetica =
Neue',Helvetica,Arial,sans-serif;font-size:12px;color:#666666; padding: 0; =
margin: 0;">Copyright=C2=A9=C2=A02025 cPanel, L.L.C.<p>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</body>=

--related-Cpanel::Email::Object-2989172-1752857377-0.483708342185569
Content-Type: image/png; x-unix-mode=0600; name="cpanel-logo-tiny.png"
Content-Disposition: attachment; filename="cpanel-logo-tiny.png"
Content-ID: <auto_cid_2140506619>
Content-Transfer-Encoding: base64

iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAK
T2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AU
kSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXX
Pues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgAB
eNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAt
AGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3
AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dX
Lh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+
5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk
5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd
0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA
4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzA
BhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/ph
CJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5
h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+
Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhM
WE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQ
AkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+Io
UspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdp
r+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZ
D5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61Mb
U2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY
/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllir
SKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79u
p+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6Vh
lWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1
mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lO
k06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7Ry
FDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3I
veRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+B
Z7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/
0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5p
DoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5q
PNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIs
OpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5
hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQ
rAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9
rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1d
T1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aX
Dm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7
vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3S
PVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKa
RptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO
32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21
e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfV
P1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i
/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8
IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADr7aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8
P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4
bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1
LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6
UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5z
IyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5z
OnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1w
TU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0
RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAg
ICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3Av
MS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8x
LjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4w
LyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8i
PgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNp
bnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTAz
LTIyVDA3OjUwOjI4LTA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0
YURhdGU+MjAxNS0wMy0yMlQwNzo1MDoyOC0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAg
ICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3htcDpNb2RpZnlE
YXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmQxMDU0MzZlLWY5ZTAtNDkx
MS1iZTFiLTcwMzcxNDM4NTA4MjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRv
Y3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVmYTlmM2I1LTExMjAtMTE3OC1iOTIzLWZi
MjdlNDc0YmQzYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9j
dW1lbnRJRD54bXAuZGlkOjA4ZTkxZjNlLWU3MjQtNDYzNC04YmJlLTFiNzRlNzMwMTA3NTwveG1w
TU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAg
ICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3Vy
Y2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlv
bj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowOGU5MWYzZS1l
NzI0LTQ2MzQtOGJiZS0xYjc0ZTczMDEwNzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAg
ICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBD
QyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8
L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAg
ICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkMTA1NDM2ZS1mOWUwLTQ5
MTEtYmUxYi03MDM3MTQzODUwODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAg
IDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAg
ICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0
IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RF
dnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAg
ICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxw
aG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAg
ICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NEMxRkU2RTZCQzREMTFFNEI3MDg5OEZGODlDRkQ2RUU8
L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1
bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9w
OkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYt
Mi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8
L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlv
bj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0
aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29s
dXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVu
aXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAg
ICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAg
ICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8
L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ph0AdIcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkA
AHUwAADqYAAAOpgAABdvkl/FRgAAAclJREFUeNrs1s+LjVEYB/DPHe7EYjY2wsaPjaZBZDQLEZGF
hSwkNdlIWbC2UEr5D8ZGSX4sJJINaQjlNkn5lcVMSuSWaagZXImYrsU8N6fT6/JOkcV869T7nOc5
53vO83yf930rzWbT30aHf4AZklKYDQ6tKLvmODZiFpqo4CvquIlzmAQDz4KkHNbjcBv/HvTHGJ1u
unb9QcxmXEHX70g6UI30VNEZ6enN4ibxrWB9H/YWkczBPlzCYzyN8QS30YNlSfwo1mElNuFatt/O
n4WfwgJciIIW4QHmY14ydxeP4nkEDzGMRTG3NL1JJ862IYAaVmVz+ckbmCiW8FQxt2a+LyFLIc2T
OJ/4v8ftUuzH8sSupyQ7suCLOIJP0QMTkaa0oV7gPQbQHUpaG/Et3ElJ+hLHmzhRIyPuxdzEvoqD
MYrwDqfTmnRlaWoULNqS2UNtavg55Ps6JRlJApbgaPRGC1VsS+yP+IDVBZtfDjnfyAt/PUlZBcew
O2oyhBNYnGz2KvpneyaEMbz8lbrO4AAWJr7uRJY9IfMWBqPotTKv+nqcfKwgZrBA3rem+z2pYQNO
4TnG8Rb3sCbs8cj1/TIklZkfif+O5McA9Y1iuiAu5qQAAAAASUVORK5CYII=

--related-Cpanel::Email::Object-2989172-1752857377-0.483708342185569--

--alternative-Cpanel::Email::Object-2989172-1752857377-0.863297616367582--

--mixed-Cpanel::Email::Object-2989172-1752857377-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="carddav-contact@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="carddav-contact@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIdHgYJKoZIhvcNAQcCoIIdDzCCHQsCAQExDzANBglghkgBZQMEAgEFADCCCFcGCSqGSIb3DQEH
AaCCCEgEgghEPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FyZERBVkFjY291bnREZXNjcmlwdGlvbjwva2V5Pg0KICAg
ICAgICA8c3RyaW5nPmNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNhcmRE
QVZIb3N0TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPnByZW1pdW0zMjAud2ViLWhvc3Rpbmcu
Y29tOjIwODA8L3N0cmluZz4NCiAgICAgICAgPGtleT5DYXJkREFWVXNlU1NMPC9rZXk+DQogICAg
ICAgIDx0cnVlLz4NCiAgICAgICAgPGtleT5DYXJkREFWVXNlcm5hbWU8L2tleT4NCiAgICAgICAg
PHN0cmluZz5jb250YWN0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNv
bTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICAgICAg
ICA8c3RyaW5nPmNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRE
aXNwbGF5TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPkNhcmREQVY8L3N0cmluZz4NCiAgICAg
ICAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNwYW5lbC5t
YWlsLm9yZy5jb250YWN0LjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNv
bTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4NCiAgICAg
ICAgPHN0cmluZz4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0
cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVHlwZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNv
bS5hcHBsZS5jYXJkZGF2LmFjY291bnQ8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVVVJ
RDwva2V5Pg0KICAgICAgICA8c3RyaW5nPjFhOWU5ZmY2LTM4YTMtOWRiMC05NGI3LTA3OTdlM2U3
YWFhMTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICAg
IDxpbnRlZ2VyPjE8L2ludGVnZXI+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBh
eWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICA8c3RyaW5nPmNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1h
Z2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5n
Pg0KICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3RyaW5nPmNvbnRhY3RAMjRo
b3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDb250YWN0cyBT
ZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+
Y3BhbmVsLm1haWwub3JnLmNvbnRhY3QuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdp
c2xhbmQuY29tLWNhcmRkYXY8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9r
ZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLmNvbnRhY3QuMjRob3Vyd2F0ZXJkYW1hZ2Vy
ZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxE
aXNhbGxvd2VkPC9rZXk+DQogIDxmYWxzZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAg
PHN0cmluZz5Db25maWd1cmF0aW9uPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4N
CiAgPHN0cmluZz4wY2ZlNzZlMy1lZTk5LWY2NDUtMmFmMC1lNmQ4MWNjNmQwZGY8L3N0cmluZz4N
CiAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9k
aWN0Pg0KPC9wbGlzdD4NCqCCEd0wggYTMIID+6ADAgECAhB9W1EmtHa6Edt0Fgu8Uw2nMA0GCSqG
SIb3DQEBDAUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxML
SmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNF
UlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xODExMDIwMDAwMDBaFw0zMDEy
MzEyMzU5NTlaMIGPMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAw
DgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3Rp
Z28gUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0EwggEiMA0GCSqGSIb3DQEB
AQUAA4IBDwAwggEKAoIBAQDWczPW1zwg0ADSF0W41j4Hoj/HQe4yMMmwbP30n8sSmA8tP41NAQyC
Dxd/Yi7puEh5+xaDTq3XMiWTtwe/uVA/qUzDQCrpOf/ZgcofFjJB2oAmuSN6hyAe4/8gmjyVRG+H
dQaQQLQykxYJEAgjPtLdhw9vXVEUagppxU8BcmnP05NMbQSgoxuCfrGaue3FnsU3eJ+aCDT7Vi5Y
xAkOBmRbvDfc8Z8oaKhWsJKjXJ+7iJgIGyQdqzCFrq+wLp56ncHAQhziAvDq4ErS75AOtMFAFvBv
hUJKZPekMKD+vy6jJ1qOi1i4rcMZF4Rj7W9W/YPLYDTEdL7mndvh5OXKDF8VAgMBAAGjggFuMIIB
ajAfBgNVHSMEGDAWgBRTeb9aqitKz1SA4dibwJ3ysgNmyzAdBgNVHQ4EFgQUjYxexFStiuF36Zv5
mwXhuAGNYeEwDgYDVR0PAQH/BAQDAgGGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0lBBYwFAYI
KwYBBQUHAwEGCCsGAQUFBwMCMBsGA1UdIAQUMBIwBgYEVR0gADAIBgZngQwBAgEwUAYDVR0fBEkw
RzBFoEOgQYY/aHR0cDovL2NybC51c2VydHJ1c3QuY29tL1VTRVJUcnVzdFJTQUNlcnRpZmljYXRp
b25BdXRob3JpdHkuY3JsMHYGCCsGAQUFBwEBBGowaDA/BggrBgEFBQcwAoYzaHR0cDovL2NydC51
c2VydHJ1c3QuY29tL1VTRVJUcnVzdFJTQUFkZFRydXN0Q0EuY3J0MCUGCCsGAQUFBzABhhlodHRw
Oi8vb2NzcC51c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBDAUAA4ICAQAyv2G9DkjDT8e6R034nHgZ
AdwTHYBv/MNwtFKaMTOaV1L7MZ5rpO9UqomNQBdo+BEQfNLKsfFVhsfuszaRhvY5Ub9Gvw+gurT3
fknEKjYXnuRoOXqvlE5Wb7J7O78Khr3NxXccA7g4saIfX37bitxGSLZoCs+ytbTiNORnqThmCV7S
uPydKDoXQCfCck4p/SE8fM8T+5YsxTFE/RPt1ZupaWh3fO7h/6T5NjgIUzmihDScGfO+DqzVJDfr
I6h40NPn75JHZGI5Iu/G9xG+IoXGZkQkJo4QMo3Ik64HnoM+L9n59UaOY77B5rTcps0hqIYKldku
hSYa/fyxtldCbZXRM/Y5FAaCQTj1j1jcgFuk1X2VeP2nm//9xahpqybnp6QFh1upt7ijIAuXqUWF
3bOL5Yk3jikN/AYX9jhADkLkEgb7e/PGEWhi3+OY9BPYFU+LsWnZEGC8ZCrqMbfktaM6FJsm4wt7
/QKOtpnBOJdZNvaodKKGtl7rxmTqz6Cj+W6eui0RtoaYCFgtyawlZPJedbQ4wa5/WkaD6lHKtvGZ
ETVrpWp7xgCw5/i+ZLKtyMLxrONR6qST4HnI4YFAyQpb4RI8wWAq45fAiULKlM9GmBJpu5jQwtMN
cktHbuWTxDIoY4dD5LAyPgrTS78jmxQpQSuaBB+TLfHHOUg8rVoSfzCCBYEwggRpoAMCAQICEDly
RDr5IrdR19NsEN0xNZUwDQYJKoZIhvcNAQEMBQAwezELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdy
ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExp
bWl0ZWQxITAfBgNVBAMMGEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczAeFw0xOTAzMTIwMDAwMDBa
Fw0yODEyMzEyMzU5NTlaMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIG
A1UEBxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UE
AxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEB
BQADggIPADCCAgoCggIBAIASZRc2DsPbCLPQrFcNdu3NJ9NMrVCDYeKqIE0JLWQJ3M6Jn8w9qez2
z8Hc8dOx1ns3KBErR9o5xrw6GbRfpr19naNjQrZ28qk7K5H44m/Q7BYgkAk+4uh0yRi0kdRiZNt/
owbxiBhqkCI8vP4T8IcUe/bkH47U5FHGEWdGCFHLhhRUP7wz/n5snP8WnRi9UY41pqdmyHJn2yFm
sdSbeAPAUDrozPDcvJ5M/q8FljUfV1q3/875PbcstvZU3cjnEjpNrkyKt1yatLcgPcp/IjSufjto
ZgFE5wFORlObM2D3lL5TN5BzQ/Myw1Pv26r+dE5px2uMYJPexMcM3+EyrsyTO1F4lWeL7j1W/gzQ
aQ8bD/MlJmszbfduR/pzQ+V+DqVmsSl8MoRjVYnEDcGTVDAZE6zTfTen6106bDVc20HXEtqpSQvf
2ICKCZNijrVmzyWIzYS4sT+kOQ/ZAp7rEkyVfPNrBaleFoPMuGfi6BOdzFuC00yz7Vv/3uVzrCM7
LQC/NVV0CUnYSVgaf5I25lGSDvMmfRxNF7zJ7EMm0L9BX0CpRET0medXh55QH1dUqD79dGMvsVBl
CeZYQi5DGky08CVHWfoEHpPUJkZKUIGy3r54t/xnFeHJV4QeD2PW6WK61l9VLupcxigIBCU5uA4r
qfJMlxwHPw1S9e3vL4IPAgMBAAGjgfIwge8wHwYDVR0jBBgwFoAUoBEKIz6W8Qfs4q8p74Klf9Aw
pLQwHQYDVR0OBBYEFFN5v1qqK0rPVIDh2JvAnfKyA2bLMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMB
Af8EBTADAQH/MBEGA1UdIAQKMAgwBgYEVR0gADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3Js
LmNvbW9kb2NhLmNvbS9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDA0BggrBgEFBQcBAQQoMCYw
JAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNvbTANBgkqhkiG9w0BAQwFAAOCAQEA
GIdR3HQhPZyK4Ce3M9AuzOzw5steEd4ib5t1jp5y/uTW/qofnJYt7wNKfq70jW9yPEM7wD/ruN9c
qqnGrvL82O6je0P2hjZ8FODN9Pc//t64tIrwkZb+/UNkfv3M0gGhfX34GRnJQisTv1iLuqSiZgR2
iJFODIkUzqJNyTKzuugUGrxx8VvwQQuYAAoiAxDlDLH5zZI3Ge078eQ6tvlFEyZ1r7uq7z97dzvS
xAKRPRkA0xdcOds/exgNRc2ThZYvXd9ZFk8/Ub3VRRg/7UqO6AZhdCMWtQ1QcydER38QXYkqa4Ux
FMToqWpMgLxqeM+4f452cpkMnf7XkQgWoaNflTCCBj0wggUloAMCAQICEBE+oacN/FYCOWVV5vII
BlgwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNo
ZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UE
AxMuU2VjdGlnbyBSU0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQTAeFw0yNTAz
MTMwMDAwMDBaFw0yNjA0MDUyMzU5NTlaMBwxGjAYBgNVBAMMESoud2ViLWhvc3RpbmcuY29tMIIB
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxDTccXMdxow9ig88z4SZQCUAp+rGP5tMeVRy
XmVnS49LZNwwLJENdA84TYSyX0+J1xdksgFzkBBi0/gNsrRhx25/mGWt4qtDLrDxnF/yZg+lvEQ6
FZevucBYas3734V4tfU+M+P2qflAMDOiNlyo3XnJgECyjh4Hg0o87Ao+gP/R7f943xT6RPs8mvZw
Plmeqco5KJLn09RRXDXoZWWLJIW6Y4be+aSbSRjRUFtHnyGpfd3CkCjcovJRgE+ykZ8c52idyv7A
slxGSkXVRabvyRQv/NDrlZcTl3Ub+KmNbow4XQA3nIrQEmHIaGN55LiMYLtVfs3Ck9ewjcefFd7a
EwIDAQABo4IDBTCCAwEwHwYDVR0jBBgwFoAUjYxexFStiuF36Zv5mwXhuAGNYeEwHQYDVR0OBBYE
FM4JK9MyBMH+lwd5IbEjPKE22a3wMA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1Ud
JQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjBJBgNVHSAEQjBAMDQGCysGAQQBsjEBAgIHMCUwIwYI
KwYBBQUHAgEWF2h0dHBzOi8vc2VjdGlnby5jb20vQ1BTMAgGBmeBDAECATCBhAYIKwYBBQUHAQEE
eDB2ME8GCCsGAQUFBzAChkNodHRwOi8vY3J0LnNlY3RpZ28uY29tL1NlY3RpZ29SU0FEb21haW5W
YWxpZGF0aW9uU2VjdXJlU2VydmVyQ0EuY3J0MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0
aWdvLmNvbTAtBgNVHREEJjAkghEqLndlYi1ob3N0aW5nLmNvbYIPd2ViLWhvc3RpbmcuY29tMIIB
fwYKKwYBBAHWeQIEAgSCAW8EggFrAWkAdwCWl2S/VViXrfdDh2g3CEJ36fA61fak8zZuRqQ/D8qp
xgAAAZWPXRnTAAAEAwBIMEYCIQD9jTpXSS4lJ/8xjL0DuJ5Y4BgKI6AyEpsFQUyWO3u5BQIhAJyt
dxKISbardANzicbaw31ulZD+EEhY6c5Wd5rDPOxZAHYAGYbUxyiqb/66A294Kk0BkarOLXIxD67O
XXBBLSVMx9QAAAGVj10ZZwAABAMARzBFAiBcZG+l8k/8CMK9POeQn2BfBwmf5vHQpI7+4JeNNiXm
WAIhAIWvImMEUtzUJfZ0uw9f5uVMae6k1N76OdbFg+/IHr+2AHYAyzj3FYl8hKFEX1vB3fvJbvKa
Wc1HCmkFhbDLFMMUWOcAAAGVj10ZlAAABAMARzBFAiEAppjJvs//cfY6QasJmR2EsdKY7kKt6OS+
+Gw+ckAJAksCIHN8akz1qNLhzmUZxrq0RegL5iNNUm0N65tM6o/EGfO4MA0GCSqGSIb3DQEBCwUA
A4IBAQBoUWRnILTcY8QsqNYNs1qaH8IJvNPcSFcsZ6IZmOMqD1VMCCnKDiksThXLiYl8ak4Ukswi
3dUmzvpaaiVcIS18fQMyKL7DkJPUycH4Z/bR0maeOCDq9n5bx2SZdfmW3hUTdrqgUQtJm7954HJC
1j9UqdEv+LdqfV2SiXyW269/ujy0yq7Qwx1xl+7tZAYGnYO4SefHfT7caGZ24P/aI86pxYJFEYl1
nQW6nlkT3OY5EeL3ILpxEKRqqw6r7h6Bi5RZ8El9PL9UxXBvpB6Aa5VT1RQzAuXVpmLSF4TVJdN7
/YJ76ibzMNv/PGyyssThwdmRu9m06ec147IkBTYyjLKnMYICtzCCArMCAQEwgaQwgY8xCzAJBgNV
BAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGDAW
BgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBSU0EgRG9tYWluIFZhbGlk
YXRpb24gU2VjdXJlIFNlcnZlciBDQQIQET6hpw38VgI5ZVXm8ggGWDANBglghkgBZQMEAgEFAKCB
5DAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0yNTA3MTgxNjQ5Mzda
MC8GCSqGSIb3DQEJBDEiBCC9z6uZzSEO35nw4jxZs9ygQAYMwJj2wDz2ESzRfP97NzB5BgkqhkiG
9w0BCQ8xbDBqMAsGCWCGSAFlAwQBKjALBglghkgBZQMEARYwCwYJYIZIAWUDBAECMAoGCCqGSIb3
DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIB
KDANBgkqhkiG9w0BAQEFAASCAQCjs7DTWviyL1i8KRLkzkJ/6V00sU6yJim81kDejLUapv3jQGnA
TgIpEH3agIwexWPGoYvIV9OHmrddddE7cSCZIqMDRyi5IflFxd90Hyj2lsuM3/wnMzFGFNdmfVSE
n6voU8kvVipGsX6kXX0f4NUPKrYGZQlMBYbisa+WqC9zPM+9Tm8yJcdS3T2zessq1nWKV6Oe0yOG
HayN37j9okFjl0Y5e312h7PCQ8oCCkWI/bi/1pRSocTH9dB3Z511P0NLSLAzPnB5sC2n/MSwZwXJ
YwzVfTioApdXABI7aFF0uwazOfsS7OXXKaKWhb+e0QNya0SBBLMPePRYEhe4BiAm

--mixed-Cpanel::Email::Object-2989172-1752857377-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="caldav-contact@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="caldav-contact@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIId/gYJKoZIhvcNAQcCoIId7zCCHesCAQExDzANBglghkgBZQMEAgEFADCCCTcGCSqGSIb3DQEH
AaCCCSgEggkkPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FsREFWQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+Y29udGFjdEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFu
ZC5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5DYWxEQVZIb3N0TmFtZTwva2V5Pg0KICAgICAg
ICA8c3RyaW5nPnByZW1pdW0zMjAud2ViLWhvc3RpbmcuY29tPC9zdHJpbmc+DQogICAgICAgIDxr
ZXk+Q2FsREFWUG9ydDwva2V5Pg0KICAgICAgICA8aW50ZWdlcj4yMDgwPC9pbnRlZ2VyPg0KICAg
ICAgICA8a2V5PkNhbERBVlByaW5jaXBhbFVSTDwva2V5Pg0KICAgICAgICA8c3RyaW5nPi9wcmlu
Y2lwYWxzL2NvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogICAgICAgIDxrZXk+Q2FsREFWVXNlU1NMPC9rZXk+DQogICAgICAgIDx0cnVl
Lz4NCiAgICAgICAgPGtleT5DYWxEQVZVc2VybmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNv
bnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+
DQogICAgICAgIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogICAgICAgIDxzdHJpbmc+
Y29udGFjdEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJl
IENhbGVuZGFyIFNldHVwPC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZERpc3BsYXlOYW1l
PC9rZXk+DQogICAgICAgIDxzdHJpbmc+Y29udGFjdEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0
aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIENhbGVuZGFyIFNldHVwPC9zdHJpbmc+DQogICAgICAg
IDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4NCiAgICAgICAgPHN0cmluZz5jcGFuZWwubWFp
bC5vcmcuY29udGFjdC4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208
L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogICAgICAg
IDxzdHJpbmc+MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJp
bmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgICAgPHN0cmluZz5jb20u
YXBwbGUuY2FsZGF2LmFjY291bnQ8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVVVJRDwv
a2V5Pg0KICAgICAgICA8c3RyaW5nPjRlZmUzODMxLWY4NWQtM2FkZC1iZTJhLWJjNDY0OWM2ZWIz
OTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICAgIDxp
bnRlZ2VyPjE8L2ludGVnZXI+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBheWxv
YWREZXNjcmlwdGlvbjwva2V5Pg0KICA8c3RyaW5nPmNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2Vy
ZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1cDwvc3RyaW5nPg0K
ICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3RyaW5nPmNvbnRhY3RAMjRob3Vy
d2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1
cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+Y3Bh
bmVsLm1haWwub3JnLmNvbnRhY3QuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tLWNhbGRhdjwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4N
CiAgPHN0cmluZz5jcGFuZWwubWFpbC5vcmcuY29udGFjdC4yNGhvdXJ3YXRlcmRhbWFnZXJlc3Rv
cmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkUmVtb3ZhbERpc2Fs
bG93ZWQ8L2tleT4NCiAgPGZhbHNlLz4NCiAgPGtleT5QYXlsb2FkVHlwZTwva2V5Pg0KICA8c3Ry
aW5nPkNvbmZpZ3VyYXRpb248L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICA8
c3RyaW5nPmQ3ZWJmM2NiLTdmZjctZDc2Mi0yNDJhLTU4MjNjYTkwYmM4YTwvc3RyaW5nPg0KICA8
a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogIDxpbnRlZ2VyPjE8L2ludGVnZXI+DQo8L2RpY3Q+
DQo8L3BsaXN0Pg0KoIIR3TCCBhMwggP7oAMCAQICEH1bUSa0droR23QWC7xTDacwDQYJKoZIhvcN
AQEMBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYDVQQHEwtKZXJz
ZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMS4wLAYDVQQDEyVVU0VSVHJ1
c3QgUlNBIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTE4MTEwMjAwMDAwMFoXDTMwMTIzMTIz
NTk1OVowgY8xCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNV
BAcTB1NhbGZvcmQxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBS
U0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQTCCASIwDQYJKoZIhvcNAQEBBQAD
ggEPADCCAQoCggEBANZzM9bXPCDQANIXRbjWPgeiP8dB7jIwybBs/fSfyxKYDy0/jU0BDIIPF39i
Lum4SHn7FoNOrdcyJZO3B7+5UD+pTMNAKuk5/9mByh8WMkHagCa5I3qHIB7j/yCaPJVEb4d1BpBA
tDKTFgkQCCM+0t2HD29dURRqCmnFTwFyac/Tk0xtBKCjG4J+sZq57cWexTd4n5oINPtWLljECQ4G
ZFu8N9zxnyhoqFawkqNcn7uImAgbJB2rMIWur7AunnqdwcBCHOIC8OrgStLvkA60wUAW8G+FQkpk
96QwoP6/LqMnWo6LWLitwxkXhGPtb1b9g8tgNMR0vuad2+Hk5coMXxUCAwEAAaOCAW4wggFqMB8G
A1UdIwQYMBaAFFN5v1qqK0rPVIDh2JvAnfKyA2bLMB0GA1UdDgQWBBSNjF7EVK2K4Xfpm/mbBeG4
AY1h4TAOBgNVHQ8BAf8EBAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHSUEFjAUBggrBgEF
BQcDAQYIKwYBBQUHAwIwGwYDVR0gBBQwEjAGBgRVHSAAMAgGBmeBDAECATBQBgNVHR8ESTBHMEWg
Q6BBhj9odHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQ2VydGlmaWNhdGlvbkF1
dGhvcml0eS5jcmwwdgYIKwYBBQUHAQEEajBoMD8GCCsGAQUFBzAChjNodHRwOi8vY3J0LnVzZXJ0
cnVzdC5jb20vVVNFUlRydXN0UlNBQWRkVHJ1c3RDQS5jcnQwJQYIKwYBBQUHMAGGGWh0dHA6Ly9v
Y3NwLnVzZXJ0cnVzdC5jb20wDQYJKoZIhvcNAQEMBQADggIBADK/Yb0OSMNPx7pHTficeBkB3BMd
gG/8w3C0UpoxM5pXUvsxnmuk71SqiY1AF2j4ERB80sqx8VWGx+6zNpGG9jlRv0a/D6C6tPd+ScQq
Nhee5Gg5eq+UTlZvsns7vwqGvc3FdxwDuDixoh9fftuK3EZItmgKz7K1tOI05GepOGYJXtK4/J0o
OhdAJ8JyTin9ITx8zxP7lizFMUT9E+3Vm6lpaHd87uH/pPk2OAhTOaKENJwZ874OrNUkN+sjqHjQ
0+fvkkdkYjki78b3Eb4ihcZmRCQmjhAyjciTrgeegz4v2fn1Ro5jvsHmtNymzSGohgqV2S6FJhr9
/LG2V0JtldEz9jkUBoJBOPWPWNyAW6TVfZV4/aeb//3FqGmrJuenpAWHW6m3uKMgC5epRYXds4vl
iTeOKQ38Bhf2OEAOQuQSBvt788YRaGLf45j0E9gVT4uxadkQYLxkKuoxt+S1ozoUmybjC3v9Ao62
mcE4l1k29qh0ooa2XuvGZOrPoKP5bp66LRG2hpgIWC3JrCVk8l51tDjBrn9aRoPqUcq28ZkRNWul
anvGALDn+L5ksq3IwvGs41HqpJPgecjhgUDJClvhEjzBYCrjl8CJQsqUz0aYEmm7mNDC0w1yS0du
5ZPEMihjh0PksDI+CtNLvyObFClBK5oEH5Mt8cc5SDytWhJ/MIIFgTCCBGmgAwIBAgIQOXJEOvki
t1HX02wQ3TE1lTANBgkqhkiG9w0BAQwFADB7MQswCQYDVQQGEwJHQjEbMBkGA1UECAwSR3JlYXRl
ciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRowGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRl
ZDEhMB8GA1UEAwwYQUFBIENlcnRpZmljYXRlIFNlcnZpY2VzMB4XDTE5MDMxMjAwMDAwMFoXDTI4
MTIzMTIzNTk1OVowgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYDVQQH
EwtKZXJzZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMS4wLAYDVQQDEyVV
U0VSVHJ1c3QgUlNBIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEFAAOC
Ag8AMIICCgKCAgEAgBJlFzYOw9sIs9CsVw127c0n00ytUINh4qogTQktZAnczomfzD2p7PbPwdzx
07HWezcoEStH2jnGvDoZtF+mvX2do2NCtnbyqTsrkfjib9DsFiCQCT7i6HTJGLSR1GJk23+jBvGI
GGqQIjy8/hPwhxR79uQfjtTkUcYRZ0YIUcuGFFQ/vDP+fmyc/xadGL1RjjWmp2bIcmfbIWax1Jt4
A8BQOujM8Ny8nkz+rwWWNR9XWrf/zvk9tyy29lTdyOcSOk2uTIq3XJq0tyA9yn8iNK5+O2hmAUTn
AU5GU5szYPeUvlM3kHND8zLDU+/bqv50TmnHa4xgk97Exwzf4TKuzJM7UXiVZ4vuPVb+DNBpDxsP
8yUmazNt925H+nND5X4OpWaxKXwyhGNVicQNwZNUMBkTrNN9N6frXTpsNVzbQdcS2qlJC9/YgIoJ
k2KOtWbPJYjNhLixP6Q5D9kCnusSTJV882sFqV4Wg8y4Z+LoE53MW4LTTLPtW//e5XOsIzstAL81
VXQJSdhJWBp/kjbmUZIO8yZ9HE0XvMnsQybQv0FfQKlERPSZ51eHnlAfV1SoPv10Yy+xUGUJ5lhC
LkMaTLTwJUdZ+gQek9QmRkpQgbLevni3/GcV4clXhB4PY9bpYrrWX1Uu6lzGKAgEJTm4Diup8kyX
HAc/DVL17e8vgg8CAwEAAaOB8jCB7zAfBgNVHSMEGDAWgBSgEQojPpbxB+zirynvgqV/0DCktDAd
BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF
MAMBAf8wEQYDVR0gBAowCDAGBgRVHSAAMEMGA1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwuY29t
b2RvY2EuY29tL0FBQUNlcnRpZmljYXRlU2VydmljZXMuY3JsMDQGCCsGAQUFBwEBBCgwJjAkBggr
BgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2RvY2EuY29tMA0GCSqGSIb3DQEBDAUAA4IBAQAYh1Hc
dCE9nIrgJ7cz0C7M7PDmy14R3iJvm3WOnnL+5Nb+qh+cli3vA0p+rvSNb3I8QzvAP+u431yqqcau
8vzY7qN7Q/aGNnwU4M309z/+3ri0ivCRlv79Q2R+/czSAaF9ffgZGclCKxO/WIu6pKJmBHaIkU4M
iRTOok3JMrO66BQavHHxW/BBC5gACiIDEOUMsfnNkjcZ7Tvx5Dq2+UUTJnWvu6rvP3t3O9LEApE9
GQDTF1w52z97GA1FzZOFli9d31kWTz9RvdVFGD/tSo7oBmF0Ixa1DVBzJ0RHfxBdiSprhTEUxOip
akyAvGp4z7h/jnZymQyd/teRCBaho1+VMIIGPTCCBSWgAwIBAgIQET6hpw38VgI5ZVXm8ggGWDAN
BgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3Rl
cjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5T
ZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBMB4XDTI1MDMxMzAw
MDAwMFoXDTI2MDQwNTIzNTk1OVowHDEaMBgGA1UEAwwRKi53ZWItaG9zdGluZy5jb20wggEiMA0G
CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDENNxxcx3GjD2KDzzPhJlAJQCn6sY/m0x5VHJeZWdL
j0tk3DAskQ10DzhNhLJfT4nXF2SyAXOQEGLT+A2ytGHHbn+YZa3iq0MusPGcX/JmD6W8RDoVl6+5
wFhqzfvfhXi19T4z4/ap+UAwM6I2XKjdecmAQLKOHgeDSjzsCj6A/9Ht/3jfFPpE+zya9nA+WZ6p
yjkokufT1FFcNehlZYskhbpjht75pJtJGNFQW0efIal93cKQKNyi8lGAT7KRnxznaJ3K/sCyXEZK
RdVFpu/JFC/80OuVlxOXdRv4qY1ujDhdADecitASYchoY3nkuIxgu1V+zcKT17CNx58V3toTAgMB
AAGjggMFMIIDATAfBgNVHSMEGDAWgBSNjF7EVK2K4Xfpm/mbBeG4AY1h4TAdBgNVHQ4EFgQUzgkr
0zIEwf6XB3khsSM8oTbZrfAwDgYDVR0PAQH/BAQDAgWgMAwGA1UdEwEB/wQCMAAwHQYDVR0lBBYw
FAYIKwYBBQUHAwEGCCsGAQUFBwMCMEkGA1UdIARCMEAwNAYLKwYBBAGyMQECAgcwJTAjBggrBgEF
BQcCARYXaHR0cHM6Ly9zZWN0aWdvLmNvbS9DUFMwCAYGZ4EMAQIBMIGEBggrBgEFBQcBAQR4MHYw
TwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1JTQURvbWFpblZhbGlk
YXRpb25TZWN1cmVTZXJ2ZXJDQS5jcnQwIwYIKwYBBQUHMAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28u
Y29tMC0GA1UdEQQmMCSCESoud2ViLWhvc3RpbmcuY29tgg93ZWItaG9zdGluZy5jb20wggF/Bgor
BgEEAdZ5AgQCBIIBbwSCAWsBaQB3AJaXZL9VWJet90OHaDcIQnfp8DrV9qTzNm5GpD8PyqnGAAAB
lY9dGdMAAAQDAEgwRgIhAP2NOldJLiUn/zGMvQO4nljgGAojoDISmwVBTJY7e7kFAiEAnK13EohJ
tqt0A3OJxtrDfW6VkP4QSFjpzlZ3msM87FkAdgAZhtTHKKpv/roDb3gqTQGRqs4tcjEPrs5dcEEt
JUzH1AAAAZWPXRlnAAAEAwBHMEUCIFxkb6XyT/wIwr0855CfYF8HCZ/m8dCkjv7gl402JeZYAiEA
ha8iYwRS3NQl9nS7D1/m5Uxp7qTU3vo51sWD78gev7YAdgDLOPcViXyEoURfW8Hd+8lu8ppZzUcK
aQWFsMsUwxRY5wAAAZWPXRmUAAAEAwBHMEUCIQCmmMm+z/9x9jpBqwmZHYSx0pjuQq3o5L74bD5y
QAkCSwIgc3xqTPWo0uHOZRnGurRF6AvmI01SbQ3rm0zqj8QZ87gwDQYJKoZIhvcNAQELBQADggEB
AGhRZGcgtNxjxCyo1g2zWpofwgm809xIVyxnohmY4yoPVUwIKcoOKSxOFcuJiXxqThSSzCLd1SbO
+lpqJVwhLXx9AzIovsOQk9TJwfhn9tHSZp44IOr2flvHZJl1+ZbeFRN2uqBRC0mbv3ngckLWP1Sp
0S/4t2p9XZKJfJbbr3+6PLTKrtDDHXGX7u1kBgadg7hJ58d9PtxoZnbg/9ojzqnFgkURiXWdBbqe
WRPc5jkR4vcgunEQpGqrDqvuHoGLlFnwSX08v1TFcG+kHoBrlVPVFDMC5dWmYtIXhNUl03v9gnvq
JvMw2/88bLKyxOHB2ZG72bTp5zXjsiQFNjKMsqcxggK3MIICswIBATCBpDCBjzELMAkGA1UEBhMC
R0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UE
ChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlv
biBTZWN1cmUgU2VydmVyIENBAhARPqGnDfxWAjllVebyCAZYMA0GCWCGSAFlAwQCAQUAoIHkMBgG
CSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTI1MDcxODE2NDkzN1owLwYJ
KoZIhvcNAQkEMSIEIFrrpPZAtd2ArTVq9fpqm+jOqGv0jXdJwsbmU4OO4KYaMHkGCSqGSIb3DQEJ
DzFsMGowCwYJYIZIAWUDBAEqMAsGCWCGSAFlAwQBFjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcw
DgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMA0G
CSqGSIb3DQEBAQUABIIBAEMW1ve119qb7xfDoAtuUhovIAwAgU5CORyaIWgSt6I76uHI7Kf0f8ZP
81rHL+emPUwKFRw2gtLCAyJXzD3zCCU63/C0Y+4qLGkyxVmWAeKC3cITvGydwPMXKgiz54Q1Mf8H
6ujeDE3hmji4xZqt92WNk/zkWJmUoPSh/uSNljuHR01ICog2qlCky+Z9nTfU/0GUSHGJj+g4Mm35
fzD5BVeJ2XmVcTMImY7qALfrwf2E1WjnDKy4i32M5RvWogoXB9gR389r/KUVJ2aVa7OHE5ScAI/j
glM1wLwDtLq3oKsCAE9qhi1tdEO+Zv1I533SYIwG0OBvJXdmKLKqoWJAYuM=

--mixed-Cpanel::Email::Object-2989172-1752857377-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="email-contact@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="email-contact@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIh1QYJKoZIhvcNAQcCoIIhxjCCIcICAQExDzANBglghkgBZQMEAgEFADCCDQ4GCSqGSIb3DQEH
AaCCDP8Eggz7PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAgICA8
c3RyaW5nPmNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudE5hbWU8L2tleT4NCiAgICAgIDxzdHJp
bmc+Y29udGFjdEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0
cmluZz4NCiAgICAgIDxrZXk+RW1haWxBY2NvdW50VHlwZTwva2V5Pg0KICAgICAgPHN0cmluZz5F
bWFpbFR5cGVJTUFQPC9zdHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWRkcmVzczwva2V5Pg0KICAg
ICAgPHN0cmluZz5jb250YWN0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlv
bjwva2V5Pg0KICAgICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAg
PGtleT5JbmNvbWluZ01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5wcmVt
aXVtMzIwLndlYi1ob3N0aW5nLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxT
ZXJ2ZXJQb3J0TnVtYmVyPC9rZXk+DQogICAgICA8aW50ZWdlcj45OTM8L2ludGVnZXI+DQogICAg
ICA8a2V5PkluY29taW5nTWFpbFNlcnZlclVzZVNTTDwva2V5Pg0KICAgICAgPHRydWUvPg0KICAg
ICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJVc2VybmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5j
b250YWN0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5n
Pg0KICAgICAgPGtleT5PdXRnb2luZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlvbjwva2V5Pg0KICAg
ICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAgPGtleT5PdXRnb2lu
Z01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5wcmVtaXVtMzIwLndlYi1o
b3N0aW5nLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5PdXRnb2luZ01haWxTZXJ2ZXJQb3J0TnVt
YmVyPC9rZXk+DQogICAgICA8aW50ZWdlcj40NjU8L2ludGVnZXI+DQogICAgICA8a2V5Pk91dGdv
aW5nTWFpbFNlcnZlclVzZVNTTDwva2V5Pg0KICAgICAgPHRydWUvPg0KICAgICAgPGtleT5PdXRn
b2luZ01haWxTZXJ2ZXJVc2VybmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5jb250YWN0QDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICAgICAgPGtl
eT5PdXRnb2luZ1Bhc3N3b3JkU2FtZUFzSW5jb21pbmdQYXNzd29yZDwva2V5Pg0KICAgICAgPHRy
dWUvPg0KICAgICAgPGtleT5QYXlsb2FkRGVzY3JpcHRpb248L2tleT4NCiAgICAgIDxzdHJpbmc+
Y29udGFjdEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJl
IEVtYWlsIFNldHVwPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5
Pg0KICAgICAgPHN0cmluZz5jb250YWN0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbSBTZWN1cmUgRW1haWwgU2V0dXA8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9h
ZElkZW50aWZpZXI8L2tleT4NCiAgICAgIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLmNvbnRhY3Qu
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAg
ICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4NCiAgICAgIDxzdHJpbmc+MjRob3Vyd2F0
ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICA8a2V5PlBh
eWxvYWRUeXBlPC9rZXk+DQogICAgICA8c3RyaW5nPmNvbS5hcHBsZS5tYWlsLm1hbmFnZWQ8L3N0
cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgICAgIDxzdHJpbmc+OWY2MDg1
M2QtZmI2My1iYjVhLTk1MjktY2U1ZjA2MTQyY2Q5PC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxv
YWRWZXJzaW9uPC9rZXk+DQogICAgICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KICAgICAgPGtleT5Q
cmV2ZW50QXBwU2hlZXQ8L2tleT4NCiAgICAgIDxmYWxzZS8+DQogICAgICA8a2V5PlByZXZlbnRN
b3ZlPC9rZXk+DQogICAgICA8ZmFsc2UvPg0KICAgICAgPGtleT5TTUlNRUVuYWJsZWQ8L2tleT4N
CiAgICAgIDxmYWxzZS8+DQogICAgICA8a2V5PkluY29taW5nTWFpbFNlcnZlcklNQVBQYXRoUHJl
Zml4PC9rZXk+DQogICAgICA8c3RyaW5nPklOQk9YPC9zdHJpbmc+DQogICAgPC9kaWN0Pg0KICA8
L2FycmF5Pg0KICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICA8c3RyaW5nPmNvbnRh
Y3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBFbWFp
bCBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3Ry
aW5nPmNvbnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNl
Y3VyZSBFbWFpbCBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+
DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLmNvbnRhY3QuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0
b3JhdGlvbmxvbmdpc2xhbmQuY29tLWVtYWlsPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZE9yZ2Fu
aXphdGlvbjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5jb250YWN0LjI0aG91cndh
dGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICA8a2V5PlBheWxv
YWRSZW1vdmFsRGlzYWxsb3dlZDwva2V5Pg0KICA8ZmFsc2UvPg0KICA8a2V5PlBheWxvYWRUeXBl
PC9rZXk+DQogIDxzdHJpbmc+Q29uZmlndXJhdGlvbjwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRV
VUlEPC9rZXk+DQogIDxzdHJpbmc+YTNkOGNjZmQtNmM2Ny1hYjYwLWM4OTYtM2VkY2IxM2IyNDQz
PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFZlcnNpb248L2tleT4NCiAgPGludGVnZXI+MTwvaW50
ZWdlcj4NCjwvZGljdD4NCjwvcGxpc3Q+DQqgghHdMIIGEzCCA/ugAwIBAgIQfVtRJrR2uhHbdBYL
vFMNpzANBgkqhkiG9w0BAQwFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkx
FDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAs
BgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTgxMTAyMDAw
MDAwWhcNMzAxMjMxMjM1OTU5WjCBjzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFu
Y2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYD
VQQDEy5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBMIIBIjAN
BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1nMz1tc8INAA0hdFuNY+B6I/x0HuMjDJsGz99J/L
EpgPLT+NTQEMgg8Xf2Iu6bhIefsWg06t1zIlk7cHv7lQP6lMw0Aq6Tn/2YHKHxYyQdqAJrkjeocg
HuP/IJo8lURvh3UGkEC0MpMWCRAIIz7S3YcPb11RFGoKacVPAXJpz9OTTG0EoKMbgn6xmrntxZ7F
N3ifmgg0+1YuWMQJDgZkW7w33PGfKGioVrCSo1yfu4iYCBskHaswha6vsC6eep3BwEIc4gLw6uBK
0u+QDrTBQBbwb4VCSmT3pDCg/r8uoydajotYuK3DGReEY+1vVv2Dy2A0xHS+5p3b4eTlygxfFQID
AQABo4IBbjCCAWowHwYDVR0jBBgwFoAUU3m/WqorSs9UgOHYm8Cd8rIDZsswHQYDVR0OBBYEFI2M
XsRUrYrhd+mb+ZsF4bgBjWHhMA4GA1UdDwEB/wQEAwIBhjASBgNVHRMBAf8ECDAGAQH/AgEAMB0G
A1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAbBgNVHSAEFDASMAYGBFUdIAAwCAYGZ4EMAQIB
MFAGA1UdHwRJMEcwRaBDoEGGP2h0dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FD
ZXJ0aWZpY2F0aW9uQXV0aG9yaXR5LmNybDB2BggrBgEFBQcBAQRqMGgwPwYIKwYBBQUHMAKGM2h0
dHA6Ly9jcnQudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FBZGRUcnVzdENBLmNydDAlBggrBgEF
BQcwAYYZaHR0cDovL29jc3AudXNlcnRydXN0LmNvbTANBgkqhkiG9w0BAQwFAAOCAgEAMr9hvQ5I
w0/HukdN+Jx4GQHcEx2Ab/zDcLRSmjEzmldS+zGea6TvVKqJjUAXaPgREHzSyrHxVYbH7rM2kYb2
OVG/Rr8PoLq0935JxCo2F57kaDl6r5ROVm+yezu/Coa9zcV3HAO4OLGiH19+24rcRki2aArPsrW0
4jTkZ6k4Zgle0rj8nSg6F0AnwnJOKf0hPHzPE/uWLMUxRP0T7dWbqWlod3zu4f+k+TY4CFM5ooQ0
nBnzvg6s1SQ36yOoeNDT5++SR2RiOSLvxvcRviKFxmZEJCaOEDKNyJOuB56DPi/Z+fVGjmO+wea0
3KbNIaiGCpXZLoUmGv38sbZXQm2V0TP2ORQGgkE49Y9Y3IBbpNV9lXj9p5v//cWoaasm56ekBYdb
qbe4oyALl6lFhd2zi+WJN44pDfwGF/Y4QA5C5BIG+3vzxhFoYt/jmPQT2BVPi7Fp2RBgvGQq6jG3
5LWjOhSbJuMLe/0CjraZwTiXWTb2qHSihrZe68Zk6s+go/lunrotEbaGmAhYLcmsJWTyXnW0OMGu
f1pGg+pRyrbxmRE1a6Vqe8YAsOf4vmSyrcjC8azjUeqkk+B5yOGBQMkKW+ESPMFgKuOXwIlCypTP
RpgSabuY0MLTDXJLR27lk8QyKGOHQ+SwMj4K00u/I5sUKUErmgQfky3xxzlIPK1aEn8wggWBMIIE
aaADAgECAhA5ckQ6+SK3UdfTbBDdMTWVMA0GCSqGSIb3DQEBDAUAMHsxCzAJBgNVBAYTAkdCMRsw
GQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoMEUNv
bW9kbyBDQSBMaW1pdGVkMSEwHwYDVQQDDBhBQUEgQ2VydGlmaWNhdGUgU2VydmljZXMwHhcNMTkw
MzEyMDAwMDAwWhcNMjgxMjMxMjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBK
ZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdv
cmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0G
CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1k
CdzOiZ/MPans9s/B3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLo
dMkYtJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/Fp0YvVGO
NaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2VN3I5xI6Ta5MirdcmrS3
ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT79uq/nROacdrjGCT3sTHDN/hMq7MkztR
eJVni+49Vv4M0GkPGw/zJSZrM233bkf6c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1
XNtB1xLaqUkL39iAigmTYo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNM
s+1b/97lc6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4eeUB9X
VKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeEHg9j1uliutZfVS7q
XMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo4HyMIHvMB8GA1UdIwQYMBaAFKARCiM+lvEH
7OKvKe+CpX/QMKS0MB0GA1UdDgQWBBRTeb9aqitKz1SA4dibwJ3ysgNmyzAOBgNVHQ8BAf8EBAMC
AYYwDwYDVR0TAQH/BAUwAwEB/zARBgNVHSAECjAIMAYGBFUdIAAwQwYDVR0fBDwwOjA4oDagNIYy
aHR0cDovL2NybC5jb21vZG9jYS5jb20vQUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNAYIKwYB
BQUHAQEEKDAmMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5jb21vZG9jYS5jb20wDQYJKoZIhvcN
AQEMBQADggEBABiHUdx0IT2ciuAntzPQLszs8ObLXhHeIm+bdY6ecv7k1v6qH5yWLe8DSn6u9I1v
cjxDO8A/67jfXKqpxq7y/Njuo3tD9oY2fBTgzfT3P/7euLSK8JGW/v1DZH79zNIBoX19+BkZyUIr
E79Yi7qkomYEdoiRTgyJFM6iTckys7roFBq8cfFb8EELmAAKIgMQ5Qyx+c2SNxntO/HkOrb5RRMm
da+7qu8/e3c70sQCkT0ZANMXXDnbP3sYDUXNk4WWL13fWRZPP1G91UUYP+1KjugGYXQjFrUNUHMn
REd/EF2JKmuFMRTE6KlqTIC8anjPuH+OdnKZDJ3+15EIFqGjX5UwggY9MIIFJaADAgECAhARPqGn
DfxWAjllVebyCAZYMA0GCSqGSIb3DQEBCwUAMIGPMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl
YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0
ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIg
Q0EwHhcNMjUwMzEzMDAwMDAwWhcNMjYwNDA1MjM1OTU5WjAcMRowGAYDVQQDDBEqLndlYi1ob3N0
aW5nLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMQ03HFzHcaMPYoPPM+EmUAl
AKfqxj+bTHlUcl5lZ0uPS2TcMCyRDXQPOE2Esl9PidcXZLIBc5AQYtP4DbK0Ycduf5hlreKrQy6w
8Zxf8mYPpbxEOhWXr7nAWGrN+9+FeLX1PjPj9qn5QDAzojZcqN15yYBAso4eB4NKPOwKPoD/0e3/
eN8U+kT7PJr2cD5ZnqnKOSiS59PUUVw16GVliySFumOG3vmkm0kY0VBbR58hqX3dwpAo3KLyUYBP
spGfHOdoncr+wLJcRkpF1UWm78kUL/zQ65WXE5d1G/ipjW6MOF0AN5yK0BJhyGhjeeS4jGC7VX7N
wpPXsI3HnxXe2hMCAwEAAaOCAwUwggMBMB8GA1UdIwQYMBaAFI2MXsRUrYrhd+mb+ZsF4bgBjWHh
MB0GA1UdDgQWBBTOCSvTMgTB/pcHeSGxIzyhNtmt8DAOBgNVHQ8BAf8EBAMCBaAwDAYDVR0TAQH/
BAIwADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwSQYDVR0gBEIwQDA0BgsrBgEEAbIx
AQICBzAlMCMGCCsGAQUFBwIBFhdodHRwczovL3NlY3RpZ28uY29tL0NQUzAIBgZngQwBAgEwgYQG
CCsGAQUFBwEBBHgwdjBPBggrBgEFBQcwAoZDaHR0cDovL2NydC5zZWN0aWdvLmNvbS9TZWN0aWdv
UlNBRG9tYWluVmFsaWRhdGlvblNlY3VyZVNlcnZlckNBLmNydDAjBggrBgEFBQcwAYYXaHR0cDov
L29jc3Auc2VjdGlnby5jb20wLQYDVR0RBCYwJIIRKi53ZWItaG9zdGluZy5jb22CD3dlYi1ob3N0
aW5nLmNvbTCCAX8GCisGAQQB1nkCBAIEggFvBIIBawFpAHcAlpdkv1VYl633Q4doNwhCd+nwOtX2
pPM2bkakPw/KqcYAAAGVj10Z0wAABAMASDBGAiEA/Y06V0kuJSf/MYy9A7ieWOAYCiOgMhKbBUFM
ljt7uQUCIQCcrXcSiEm2q3QDc4nG2sN9bpWQ/hBIWOnOVneawzzsWQB2ABmG1Mcoqm/+ugNveCpN
AZGqzi1yMQ+uzl1wQS0lTMfUAAABlY9dGWcAAAQDAEcwRQIgXGRvpfJP/AjCvTznkJ9gXwcJn+bx
0KSO/uCXjTYl5lgCIQCFryJjBFLc1CX2dLsPX+blTGnupNTe+jnWxYPvyB6/tgB2AMs49xWJfISh
RF9bwd37yW7ymlnNRwppBYWwyxTDFFjnAAABlY9dGZQAAAQDAEcwRQIhAKaYyb7P/3H2OkGrCZkd
hLHSmO5CrejkvvhsPnJACQJLAiBzfGpM9ajS4c5lGca6tEXoC+YjTVJtDeubTOqPxBnzuDANBgkq
hkiG9w0BAQsFAAOCAQEAaFFkZyC03GPELKjWDbNamh/CCbzT3EhXLGeiGZjjKg9VTAgpyg4pLE4V
y4mJfGpOFJLMIt3VJs76WmolXCEtfH0DMii+w5CT1MnB+Gf20dJmnjgg6vZ+W8dkmXX5lt4VE3a6
oFELSZu/eeByQtY/VKnRL/i3an1dkol8ltuvf7o8tMqu0MMdcZfu7WQGBp2DuEnnx30+3GhmduD/
2iPOqcWCRRGJdZ0Fup5ZE9zmORHi9yC6cRCkaqsOq+4egYuUWfBJfTy/VMVwb6QegGuVU9UUMwLl
1aZi0heE1SXTe/2Ce+om8zDb/zxssrLE4cHZkbvZtOnnNeOyJAU2MoyypzGCArcwggKzAgEBMIGk
MIGPMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdT
YWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNBIERv
bWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0ECEBE+oacN/FYCOWVV5vIIBlgwDQYJYIZI
AWUDBAIBBQCggeQwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMjUw
NzE4MTY0OTM3WjAvBgkqhkiG9w0BCQQxIgQgZ/wCXGh1lSDImHV16MsVZF5N0C09RXXMHL1CBYt8
BlAweQYJKoZIhvcNAQkPMWwwajALBglghkgBZQMEASowCwYJYIZIAWUDBAEWMAsGCWCGSAFlAwQB
AjAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYI
KoZIhvcNAwICASgwDQYJKoZIhvcNAQEBBQAEggEAlmDNVwOe/tDINXpdLm3g9m8h+bksZeJWRdoM
2E+WUBlDWU/CIZem5D81sdtRAV/NGjKEWlTdCuMHUCxrqZx4Pwbdp4O+otV3Z5y4yx/0qWcDJAz8
CnFcJikeGf+OVBWFSbBJ/WjHHy7NdxVgGnWr4J+PZ9qXq0/Wa9CnrCdEYCsZlOUMwjHN4yaxn0VR
n6nwwh/eT8OpWOeSTChl8q9eLuiuOmI21vt1yEiclICxPExgji319H1vjlSMVzu/OSplpuKkcThW
UiYD8eS7+6KEPWo7knU6FvFwUCinEq/3O1dvz/9zQ+OXfOT/dARIR0pzdx/0ozsqduWhLJmgRulq
oA==
--mixed-Cpanel::Email::Object-2989172-1752857377-0.175020390257682--
contact/cur/1753686637.M409191P3343815.premium320.web-hosting.com,S=24846,W=25625:2,S000064000000060416151007557630020677 0ustar00Return-Path: <3aiKHaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KPtGGG0ih2jHBTMAVkXPrw
	(envelope-from <3aiKHaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 03:10:37 -0400
Return-path: <3aiKHaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 03:10:37 -0400
Received: from [198.54.122.200] (port=60231 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3aiKHaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>)
	id 1ugI0L-0000000E3Gn-3oI0
	for contact@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 03:10:37 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="Da/O1/yI";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3aiKHaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3aiKHaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br8ky4cZlzC23f
	for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 07:10:34 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-7194c6b0892so57692607b3.1
        for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 00:10:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753686634; x=1754291434; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=vqtzV0jlim3q52iuGydVQXyPSl9sblTrtQnqxfmV7xQ=;
        b=Da/O1/yIKUP+ATdzTNFR2MuJlu54DD+USsi8KuvTlTsuKIxTvxoiawdlvvIKjj6yzx
         V/3WlwN1xJASW+Vp2+YnKjfTE3H8z1mIhjFKgZe5hPz6by6f8l43AqeyAOsonJjUTPwj
         vtM5yu7cWpzW0Wa4UJ8bSmEiXVOfzTvjmEA7rhEt8bpZIPCJbPYAz2Zp/XqaTR+ac42Q
         XhaKJ28u5a8wDMFtoFWPlKz+1cnAMNQs+mfhAh5TUZEwKYTsrHz3nXSMZxW/jDlIPl6N
         6oTCxuwfuC93nFls7GUSGKh/vjokGB0h2eYTUyKBkwl2AkBRly/NekvuF5zzq5YodSRP
         T3Ng==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753686634; x=1754291434;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=vqtzV0jlim3q52iuGydVQXyPSl9sblTrtQnqxfmV7xQ=;
        b=qz1xze4cGpIP44cdJs25ef3Tmi/q1LB3rQAPrV8uKK1MH89+qVasxPgodl4BJhFu5z
         n4WXLQfBv6yPPaqJtiHuyIqbzCVX6TmzkDEOTHSAe4Qqca5j0Rhlm30Az/YDt2V4YDaJ
         cMO3EaXhabK1ZDpCPPqHrflRv7lwdTuYF7icBWeQxb/3j0nefhFMxH1W19ZPzQfaQbiN
         gvm0a1ltA/3MZFZ1+K5VInMv1KsHM1Z5PK2Yi1egmjoEcIokiTRboQh7r7O92IXU4rbb
         6Vq/gdAHjH5tctNPb/105U0MpSxfCh6SFzJrxxnbg/bf/qbFaveMk37sUR94YA37+bFt
         X33A==
X-Gm-Message-State: AOJu0YxzcuxTqmo6lYXVawaAJteNHZ+sq6SV8H7+yje+4gkWeOZILpzm
	/jr4n7TA3JNMBK4oKY5x9eU9wldjFV+zjC8G+pPmKYDSqHCCAsOyiNsT9y1Q
X-Google-Smtp-Source: AGHT+IFyUhk+5zpaI/ZABh7Gg8Y2PQCctZXloHBBiTLEm0K9f5uyjkoSbz4Jivu/5tDNhoNzWpcqP6Y=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:6e08:b0:71a:1b78:a335 with SMTP id
 00721157ae682-71a1b78a5c6mr31098907b3.42.1753686634094; Mon, 28 Jul 2025
 00:10:34 -0700 (PDT)
Date: Mon, 28 Jul 2025 00:10:34 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 4607ca0c976a0000
X-Notifications-Bounce-Info: AWoTSIET2fQXHOQx_-3Sb81cUR89m3z4FifTioK_Z3_bCjweOs0SAWyKTrNTUv6-EK3mKFen9yj24oHYrw-nV_L-5j1G_WUn9QNDfHxSMjoaUCpgl1GtmP_Cn6664Ufp8YvQoCrMpRqcCNFXs9rw4MIJARxk6T9zvBCuGKQ--2n388TVLEPb2-Lru67acHxPa14TrgExAlCB1Zl-4vY-1fGgCHQM71e-eXMDNJSG27zZ-Kb1BIJrXYEi79_YByHLaiuGPgS3CFur5TKUvxSy5W-SUBzpf9h_q3rVvnsIjNkG2yi2qycEL6Xm6BLFjDAJuj6lviVYD74DlktaWyTbO6HaHt0QE2BsN9zT6_wHDEeXBHTIIsttS6bPC5xcS3eEczhr279gs__gJMzXg4HIHhfD0IMEpoiYbYenpPFhiTWRaVqxihBfTkFv9coy0yEAUijNT8fXXABau7gfp-Pc0Vz5sqzSDFnB16cif7ReODuGJw_aYGuhusL7iCGWp53XMpNlI3o5PLncb7F7eKmNkG9wjVTsMEcS0gQIpY5RyeFomcbhpFsQqS-4i7hu8MJugkI4gnmN8uLodg79xXHIV9U39AouFiYuRMQO8EiVBkfcMEyFf7WGea2nmBGrgHatZDoNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <b0f99501c00c1c683f57653572d96dd56dd4c041-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000df5f4a063af7fcc9"

--000000000000df5f4a063af7fcc9
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/1822554553193998249/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rrBnkiWBwf9dj6W1rOhO4T1cj2cYqupRKB_22naMvjeEpbv6UNo35nsCtBvmJwK7unb8OBOUcVqXl1Em5CgwR4QJy2PVdFcMHtYrLskMkar4yVudP0raUgO9s>  
at 2943 Long Beach Rd, Oceanside, NY 11572, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5oCP187XyOhwYIEGJkzBflmCLv_Gx9445OmidZcRLpq2CrNlAKluhfMs2-v6YHuhpeNEQ34NxBqDySK7uIjUwkin5W8qJOsj4Li8eUhVcruAe_5As4b2mtE_dqNuond7BEMNUXL9Yzaoh4QLeBAYFyAdbEuGFQDbqnpxuZJ3hY>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5q6sVPl1_Zf69EPfHN4Ba0xEBmJZNQsPiqNgOQR8_l6wyZeYe-zShJHd5OLl6eSGlkm2g6JInqF2W6ZXI_91DlJeQ13I2RuW_BFQPOzcjZcaWa2jFCQTnhi2gphbnjJazjY8-IiY_Zps-fDgT0NiA-8xP7Yi7a2XwtRCOlaJDufaPBFdAax7WFS26oa-900oWShfOX52t-DOh9eB9SvKFu1P5rYpLS8sbi_zOqPIQ>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5oW3On1zN9bLd5CBLEYLmAAAeGfzv8Q5ZlIlDW29oanklrAVFh0S9G8wu8qw_vyjguADm2Sp4cEFkOKiIfJerkB7C-7w8EqxDt4PfDU7HsALbSC6v8NvCo9mKQmA6eWRByl9mY>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000df5f4a063af7fcc9
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5q_J646wvYPbC9Vc-Lo5YHpOgxoI=
o4oaZGzb3rTZI8VJdU0wnKYRuelyu4Vu3jUe4dgh2HouVg166ErYrgIGMG51p-iz-qh1I92bhK8=
yXNXzObIjj8mKOLxszErHKAb13rCwa2DcL49bXkpIt7ockR0bNbsekgZNkOT5xWoU5ZT9ow1AMD=
PobzBos8pvpwCOaH7AzgcyzUkmQFU4WSH_Un6bUNU-2FX0EBGgk3rWhPy>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
822554553193998249/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5o5eBMUJ1cWXnfH=
4crfNeEwABQr8uYMZU8LhBsfyGsb0rfhjIwSrkFQjYDhqiqzheTd8-UVMW9dTry207Xe5F3Z9-_=
gCyQtrBEfjn96dJHNr5ImSXERAVsGVIYe6g target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">2943 Long Beach Rd, Oceanside, NY 11572</a>, your =
Business=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5pK8aLDO-B_3EyaB6Mqg6cPfO=
oqLLP4fMTBNerepcGkd9iUPzyac_V4jyGyhjk-DGHQ9XxRb3jZGFWJ6TeGv4Mz9PW5vVAcbSbiN=
hMCgziG_55PObsfuFlAiaKaH6Bco-JzhLAG7mPmQ6GFw8ID85WpKepsYhwIZWrmHWWV3-JbCw t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qS1CpWm7_DBispOagX418czXQC9ciE1z6Ork--coo0Nix=
VizNQWGrZR438JGpRJruqkT2kwFHJ9nadLiD_KDbDf5lR0PLuhtBw2twzDcK5zaGKjC4aVtlR4e=
ckbeCdqRI4MHHF3FYwCGcPVLZs3-GTryY-R4tPNYZbggk6DdzgzD8eJtjqYwoucbXyColNboAL-=
UT1T9hDxHe2wmarWysHDgktfVXMj9bPCjTjRJ-C target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5qS1CpWm7_DBispOagX418czXQC=
9ciE1z6Ork--coo0NixVizNQWGrZR438JGpRJruqkT2kwFHJ9nadLiD_KDbDf5lR0PLuhtBw2tw=
zDcK5zaGKjC4aVtlR4eckbeCdqRI4MHHF3FYwCGcPVLZs3-GTryY-R4tPNYZbggk6DdzgzD8eJt=
jqYwoucbXyColNboAL-UT1T9hDxHe2wmarWysHDgktfVXMj9bPCjTjRJ-C target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qS1CpWm7_DBispOagX418czXQC9ciE1z6Ork--coo0Nix=
VizNQWGrZR438JGpRJruqkT2kwFHJ9nadLiD_KDbDf5lR0PLuhtBw2twzDcK5zaGKjC4aVtlR4e=
ckbeCdqRI4MHHF3FYwCGcPVLZs3-GTryY-R4tPNYZbggk6DdzgzD8eJtjqYwoucbXyColNboAL-=
UT1T9hDxHe2wmarWysHDgktfVXMj9bPCjTjRJ-C target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pFneH7sGZtUa8MEWuq10eYt_KyzfJ2Y7Yul3GlObOmBD=
vd1Zn_naSX2RYWfiAK4YS6f_AbDj_BbzMCrz9-Wc7VbwpjWZzfdIsFjY4rrM9Re7Ets7XBQF5EC=
oa2ETS6wYqsG5hb6A style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qzIiSUa7WEExfOEOEwTiD9cZg_EIp2pS2qDwJeB-4y6C3HuF5enbxHkPrtB9jhES=
ZXE23kLTdW5_zKL5kiw7Bg5UzgM29jcPFMoN1cwce-gS3LrNel0ZqQTwoZSNlirqR27Q.gif></=
body>
</html>
--000000000000df5f4a063af7fcc9--
contact/cur/1754564063.M919708P1323288.premium320.web-hosting.com,S=33203,W=34050:2,S000064000000100663151007557630020650 0ustar00Return-Path: <33oWUaBcKAIcm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id YG2wNt+FlGgYMRQAVkXPrw
	(envelope-from <33oWUaBcKAIcm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 06:54:23 -0400
Return-path: <33oWUaBcKAIcm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 07 Aug 2025 06:54:23 -0400
Received: from [198.54.122.200] (port=52222 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <33oWUaBcKAIcm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>)
	id 1ujyGN-00000005YY1-39J9
	for contact@24hourwaterdamagerestorationlongisland.com;
	Thu, 07 Aug 2025 06:54:23 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=lSFdJP8u;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 33oWUaBcKAIcm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com designates 209.85.128.199 as permitted sender) smtp.mailfrom=33oWUaBcKAIcm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f199.google.com (mail-yw1-f199.google.com [209.85.128.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4byPDZ6lLBz1y8h
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 10:54:22 +0000 (UTC)
Received: by mail-yw1-f199.google.com with SMTP id 00721157ae682-70e72e81fafso10810007b3.2
        for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 03:54:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754564062; x=1755168862; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=NZYp4c7064t1AzXP53Cyf+aqJ9P0UBYSquxxAxUSVCg=;
        b=lSFdJP8uwsfxYjcCnI6VJ1AqXfl22+NyRREyAvsJ5qD4nsY3aETPpeNXdsPMYxl3fQ
         v8dsxBgf6yeKc4AvosIavoCGylNN4yJLi3vsiP6u4Jvd2PKwdL5RLSm5xHlgwcPU6sjH
         /mCCd3oQuNbIkpVssFKPhHn8yOaZVDq5stiCXBv4MoHKsDu1zgay7O+sWKsFE4xMjyWS
         /nw5geh185PA8b3xX8bkGxpHo33Acj6pCMRTmr6yQ6Ls6YeadxN7FPOye27nn6C3ioMD
         a3PbBzO9J4yUi+jjRQbByTatvJF5m5Yy3hTX4Fyphiko7sdCSAnc7Am7nYlKrZn1MGSo
         dg7w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754564062; x=1755168862;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=NZYp4c7064t1AzXP53Cyf+aqJ9P0UBYSquxxAxUSVCg=;
        b=NiDNfTr2eQ3N2Zg110OsJ+nKrUHitIRG1pHNmrVXUQ9b4Khv7U1W3kWrpfxzeKmeUm
         a48VE/K3Kso3fa6jdZ+l/cJ7tpIgZ84Mv8hN9eBhV2ar3N5BUREhAncfj+gvj2OVnvAC
         J83WMR1qyRU7Rcdg+iRVI+vu2DNBSKbsp4JcNhGbeTJqZ6QdEii37DyZJR1MGSNN0qiC
         nDttneo7xGzfaD4YaqSGkUOSqWrcuO8melj5hBJBF8r1FOaGDiK1/KhUJ18hAoAZuqVg
         BREslptK95js8MVnpPv01wcloRS+F67l9gVv4Wfc17DY9vig/L8re/TUCNoJHMtvaLaa
         gbXw==
X-Gm-Message-State: AOJu0Yz/mqGHrLULPHiauVU2wzRCG2GQnk1gt8vVmj3p1r4WHXt4tuPI
	bPUnB7pfCzWtLlXxVrxxIqBt2K/OJCofipo9j2sqPAMq2tgkGso=
X-Google-Smtp-Source: AGHT+IHqMwhaKz3PfqozOi0NAyeIGLbCQQXA5IOMbD9Dv05RR+eLPfDBqng/czSzGuXwyKraDgv0CPM=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:3708:b0:71a:2093:3558 with SMTP id
 00721157ae682-71bcc72195bmr70730727b3.10.1754564062496; Thu, 07 Aug 2025
 03:54:22 -0700 (PDT)
Date: Thu, 07 Aug 2025 03:54:22 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 564c66ec5bea0000
X-Notifications-Bounce-Info: AWoTSIF7oniFRWiSA8h3zjSvxVGd6z4JvNymnhPDdRYXnYnoeu-Eu6dATbzys4FQaYrxN7Ki9Rb6IL0nmmnrRqyq1zRoPKLYFlZWP6PyuqRdlx93MO8xBhvYW_6khsLduFexkw91iYuZziXGrdbgYZZ4GUz7hyaihzkePeSx8fd7adESSfywpHgPhlYVQ04I3MIJYR1byMcHlm1IqJnN6NUTbhff2UeV-KjrZ0mf6cUaVQeQXTEirb_LuIasjtSNjNqYNpvXJyawLHbF_U4Ik_FXrRrxD-K9IRFH7wcTPJDOwMxk_NUwKIPVt4t6NFgQftLFWADLYClbMC7GtTgdiwHPvmpi6-wkyCqTofB_uFuMyAiWw6yQTOzFHaGoMWC3CROTlhm-IYGvZj4mG3V3pv7YePAK8UcOjaY_xOUk73UCUiQupsJZiQFlq8ERwTtDXg7X1zZyzKyAM8tXUrO09qBr_jXdUC2g0Zv4q78Zsv3gxj1lzG9qBop5h_ZcgbdK4IlX4_ibJZcRsJDzuL9hh2_VN5DRFHpXVTYz4gNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <0ffb1213d874a80a5d6b63e579e7ad5b1da96939-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000ae482b063bc44714"

--000000000000ae482b063bc44714
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo2MTAxMw0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEyNzc0MDA3ODMx
OTI4MzU5NTQ0L3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj02MTAxMyZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNW8tUGJ2YXRBUHphWkpLY2FaWW5udzBpOGpIUktFVldRR2J2NGFaZC1k
MnlscEY5LUpTTmNOOXlTWC1BemUyMDVMOU50Yk8xdkhvLVFfM2ZCQmNEamNHRkw4Uk5XalQ0VGRv
ZEluRTJsLTdfcU9SZGI3TjNEd3oyZjVQR0J3Pg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81cGRaM3B4WnRq
LUNWLUhJSmZjUjcwQ3REQUR1cFpZc0hmYmlOWi1HT0gzZkp0QVUxVXhoZlFITEpDay1JMUdOVC1G
eEhlZllhdmp1U2tVWWgtaHJYekFNTlFzOERZRFJmZ3pneGRGOHZHZHdSLTRIUUVneHYyTHBuOGtF
ZUZvenZPS0VJcUswcWZjLUJMemU0RS1QSmFiYlk4Pi4NCg0KMiBTaWduIGluIHVzaW5nIGNvbnRh
Y3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIg
eW91ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBt
YW5hZ2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFw
cy4gWW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICAN
CmF0dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8
aHR0cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMTI3NzQwMDc4MzE5MjgzNTk1NDQvcHJvZmls
ZS92ZXJpZnk/aGw9ZW4mcGluPTYxMDEzJnRyaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5pYW81
ckFrMTd1bG10cVdGWEZrTXlXV3JHbTJ3dzlPWEE5Y2dtbkxSM1lOVFJQQkhqeXJCMDU0WU9EQkFh
VnFvenVIOWx1alQ0cnlxT1EzS3g5ajh4a0k5ZFJDcG9Rem1vSVg3THZfZWVWbkhySXMtUkp5aGdX
Ul9raks4VzhxdXRXZFVRPg0KDQpWaXNpdCB0aGUgSGVscCAgDQpDZW50ZXI8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVvWEJMZ1Y1bUFBcjdhMWpfeGNsUDhhVmJzU050MXBKZUllVm9MMHJacjllWTA2cFFf
Wl90Y0dJYWdHUU5Vd1NZdm1IaDlzeE1nVlE1U08wV3VINXhEeWRXczhidkJSWmhWV1FKbS1wdU9K
d2hfVzNtRHJHZjZWSTNIYVlTemZ6LVhVX1FIcm90VWJ0ZXdvS1d3eUlLN2VIRHl3cFhEamROVWNS
X2Z1Ykd3PiAgDQp0byBsZWFybiBtb3JlLg0KDQooYykgMjAyNSBHb29nbGUgTExDIDE2MDANCkFt
cGhpdGhlYXRyZSBQYXJrd2F5LA0KTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCnd3dy5nb29nbGUu
Y29tICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJJcmJKTS1iZFBpU0duMXJtUklreHF6akQ0VXdZ
SVVsUUZSSVdzN3lBb2E1VEJKQWxuZkJzbnh2eUVEenVZVWdMb3lJYWV6SERaNDlFMzNxZWktTDl1
MllCemNWajlSUzNZTk9DYV85NHBRVjNkcXlPUlhsUFBRX0tReTk5ZW1wcS0wVHM+DQoNCllvdSBo
YXZlIHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hh
bmdlcyByZWxhdGVkICANCnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--000000000000ae482b063bc44714
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/12774007831928359=
544/profile/verify?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5rVhYb1taI6lKjECGPhXj266tpJ7SpZzpKLCewhHIy8v3x2g4HB6n_-uM2Fh2JZu1sZWD0=
3_VjivNxwny2LSdTB_IgCb5NXhcSgdS5R5R2Roklfokkp6EM>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">61013</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile/verify=
?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5obyenQQ72qSd=
fZvi7eintBi_Sm4TWrq0XxDGGqUi5t8uYZmLbXcHyiyypE0Cc5efgPmA6N0JfFTP7Sk6BViR6Q6=
Y5P8f-tUqVad17AzElOK74vIPI4s1o6vDyH7R7sXQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile/verify=
?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5obyenQQ72qSd=
fZvi7eintBi_Sm4TWrq0XxDGGqUi5t8uYZmLbXcHyiyypE0Cc5efgPmA6N0JfFTP7Sk6BViR6Q6=
Y5P8f-tUqVad17AzElOK74vIPI4s1o6vDyH7R7sXQ target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile/verify=
?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5obyenQQ72qSd=
fZvi7eintBi_Sm4TWrq0XxDGGqUi5t8uYZmLbXcHyiyypE0Cc5efgPmA6N0JfFTP7Sk6BViR6Q6=
Y5P8f-tUqVad17AzElOK74vIPI4s1o6vDyH7R7sXQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5rtyx4Xba75C9HILE=
b8V4YroHrr-MuSJSvayilpcCZFp94bzF65FNMk89QKsHvvcXU77UgXUT91ksSQZd-AOu1iRd3Me=
3dNfVF2HnSuTEORfFWUiAOQDXD4Shx87k-_TeUUSgU3Qgxpjw_7Qgw5KlPp_491Yg style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">contact@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile/verify=
?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ryKXxQ-gMMXm=
OKR4xwdWt1PVljMl978sx9SzTTZgD6uLK30toK2za7MpE88RVUEihNKEQj8CP-5DJzmFsIUlzdm=
tke35hkY1gVUIz2Ip2ESpTigPgfK2uhVUsb0pVwIN0Whw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile/verify=
?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ryKXxQ-gMMXm=
OKR4xwdWt1PVljMl978sx9SzTTZgD6uLK30toK2za7MpE88RVUEihNKEQj8CP-5DJzmFsIUlzdm=
tke35hkY1gVUIz2Ip2ESpTigPgfK2uhVUsb0pVwIN0Whw target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile/verify=
?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ryKXxQ-gMMXm=
OKR4xwdWt1PVljMl978sx9SzTTZgD6uLK30toK2za7MpE88RVUEihNKEQj8CP-5DJzmFsIUlzdm=
tke35hkY1gVUIz2Ip2ESpTigPgfK2uhVUsb0pVwIN0Whw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5qaZ-LsJa22gAHjUJrJy4B9Ne7qO26teNui4FcUjltiBRu_5bSM9rqhNRm0pWRQm0ecnUK=
Q3uxuius3cAzsHOKCFedGzA_axhKejqg0YVzjdzLv1DX6ZgHCan1sbp8_2CgjNDfio1OsU0zze5=
DYOTXtUwu3hPaxKAMtZj6UbFrHcw style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5pAutgKgMX-LYt9dimlnxfdFF7LzrooRMqQr6wuj1ldagmBbQqxRtrAz-mV8-suuCyo-oSbh1s=
25mZRLonqka-WR5Og76gyILUo6yGhkMAEMI6KdCqV8TpjbX_69P-rEGYe9UvtkA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rBaKSA4RT2AzJMVdmjR3RBuYGb15VADG7EbIu_pqB8jw7K50iy_251sFlwLqpn-D=
0lazNoz3MNtvNPoVxdL2NHFS5rN91JFA_UZEE7UxVUZo3KmhZvV9DI1Y2MTOrw319Xpg.gif></=
body>
</html>
--000000000000ae482b063bc44714--
contact/cur/1754713619.M849481P189235.premium320.web-hosting.com,S=12187,W=12360:2,S000064000000027633151007557640020612 0ustar00Return-Path: <3Dc6WaAgTAFA56-9w73Gsuu6C5BA.y66y3w.u64@gaia.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id iA43MhPOlmgz4wIAVkXPrw
	(envelope-from <3Dc6WaAgTAFA56-9w73Gsuu6C5BA.y66y3w.u64@gaia.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 00:26:59 -0400
Return-path: <3Dc6WaAgTAFA56-9w73Gsuu6C5BA.y66y3w.u64@gaia.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 09 Aug 2025 00:26:59 -0400
Received: from [198.54.122.200] (port=61413 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Dc6WaAgTAFA56-9w73Gsuu6C5BA.y66y3w.u64@gaia.bounces.google.com>)
	id 1ukbAZ-00000000plx-2sUc
	for contact@24hourwaterdamagerestorationlongisland.com;
	Sat, 09 Aug 2025 00:26:59 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=jZ2jQ66s;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Dc6WaAgTAFA56-9w73Gsuu6C5BA.y66y3w.u64@gaia.bounces.google.com designates 209.85.216.73 as permitted sender) smtp.mailfrom=3Dc6WaAgTAFA56-9w73Gsuu6C5BA.y66y3w.u64@gaia.bounces.google.com;
	dmarc=pass (policy=reject) header.from=accounts.google.com
Received: from mail-pj1-f73.google.com (mail-pj1-f73.google.com [209.85.216.73])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bzSXZ01nsz26w8
	for <contact@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 04:26:54 +0000 (UTC)
Received: by mail-pj1-f73.google.com with SMTP id 98e67ed59e1d1-31f2dd307d4so2999360a91.0
        for <contact@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 21:26:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1754713613; x=1755318413; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=FxaoVYgmrQOMWgccWIwhUFGdXyyscPK2OvuZZ7orNMY=;
        b=jZ2jQ66sP+aokiOc+ZW2jxtn0XDFSBjNA6wY1xoeDJc/w05Z5j0edoEIIrHCmu67AM
         78gN3Ke4PhxqSzWGO0JwIA/MF8y1r9Qqun9zLxn7CctT5DbBB+Kkp3lrmXEMSrzxC5Gh
         tweVNrb3Yj/MipbkUeANxczRMGvspGy5rsCcETCF9jX0Tia7pt0iSNI+OLhAQguvp+/k
         vDiOfLd/2ytx7YmegCI4wrXWhVF/oO8ezSJGVYtVJwiVeGaTMIqZT9Uuu72FlE0omAFn
         RAt4bzkni5O1MtEX8ykxCBbt1IyPdirTRtilykNO0CQiiSz9gy1V+rXz7E+aJr8tim7K
         JgPw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754713613; x=1755318413;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=FxaoVYgmrQOMWgccWIwhUFGdXyyscPK2OvuZZ7orNMY=;
        b=itbTwqoEiQOalfTwbUqv9kiqcPCmmCPR19sY5NbrbRjLcNPn86Wh8g4DhXMxIhU9xp
         mlW8ZM/ODuyHH7bQ1/zMR6lVlmiMn9Y7DVIxx0+Nl1tet1TBM0e2Rt7o9BmfhgHRHHGN
         PgtLHRhoTqoZaLoaWT9xS7sSWUgX+lqDAblqnclcpqMTX4L8DE/O28G8c6RA4COnYEvO
         mDPrwgkNFMJrPmFkJhDdA4nI+Iwnk2gHRE2RBDWy7wLuKiK4sUf9dyEkkgUlVHna0hS4
         2JGkwoBlRCFcaSWHs27orqtbwpUpMBRlAdEIs3/IpcQMwz3KtqikBet1+taDX32v1NFU
         CJhQ==
X-Gm-Message-State: AOJu0YxITlJYztBF57lVaufavcE36nJN5mR/XMXIegMeX8XUn2Oh7s6R
	DWNt1QD/bYyI6t6JmXnb9mDLRhYEHwde0dtls3IiobOIA1JjUTNOdeIAR5NVd2k+aFSS8dtzr2s
	N1lCNYUCWuoDVs3yVgmcrq6OFAbe5i1QZ9ekMyUQ=
X-Google-Smtp-Source: AGHT+IFj8qXb61e2Llm0DlSCJc5995kLerzINEG0eE7TggQ7rlX/psQMm9rwNYooN7Kd30+QIv1sCO3RnI4zF0A3opxp0Q==
MIME-Version: 1.0
X-Received: by 2002:a17:903:228f:b0:240:a222:230c with SMTP id
 d9443c01a7336-242c1ffc78dmr80903705ad.12.1754713613423; Fri, 08 Aug 2025
 21:26:53 -0700 (PDT)
Date: Sat, 09 Aug 2025 04:26:52 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: 8f389262c83a0000
X-Notifications-Bounce-Info: AWoTSIFyc18uay_6ppPe2FGkR5MYe9oaJrGsruZfIh2Fhgnk0KfI5-L3UNqzySUUma7ChvX6eoaY7UtrlNJj66QhJj1o5ZJtxfmU4se_8bTDQKkxz8Ts3KYQUEHHeq6Hd751Af1G0K9bOuB9RnaCJUE6qdjOlIDgN1EOaLJHkpxrEidZpzfFv9P48htA4QI3MMO28Qln9z-myclj8aXICEIBqcMHOVXAQ_Y6yDDzamAUJTkQVV7QhqDtbwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <ir0db8-_jLqXeSBb7xN-ug@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000009c544c063be71946"

--0000000000009c544c063be71946
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQpjb250YWN0QDI0
aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KV2Ugbm90aWNlZCBhIG5l
dyBzaWduLWluIHRvIHlvdXIgR29vZ2xlIEFjY291bnQgb24gYSBXaW5kb3dzIGRldmljZS4gSWYN
CnRoaXMgd2FzIHlvdSwgeW91IGRvbuKAmXQgbmVlZCB0byBkbyBhbnl0aGluZy4gSWYgbm90LCB3
ZeKAmWxsIGhlbHAgeW91IHNlY3VyZQ0KeW91ciBhY2NvdW50Lg0KQ2hlY2sgYWN0aXZpdHkNCjxo
dHRwczovL2FjY291bnRzLmdvb2dsZS5jb20vQWNjb3VudENob29zZXI/RW1haWw9Y29udGFjdEAy
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20mY29udGludWU9aHR0cHM6
Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9hbGVydC9udC8xNzU0NzEzNjEyMDAwP3JmbiUzRDMyNSUy
NnJmbmMlM0QxJTI2ZWlkJTNEMjA4Mjc0MzQzNTY5MjA2MDE5MCUyNmV0JTNEMD4NCllvdSBjYW4g
YWxzbyBzZWUgc2VjdXJpdHkgYWN0aXZpdHkgYXQNCmh0dHBzOi8vbXlhY2NvdW50Lmdvb2dsZS5j
b20vbm90aWZpY2F0aW9ucw0KWW91IHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gbGV0IHlvdSBrbm93
IGFib3V0IGltcG9ydGFudCBjaGFuZ2VzIHRvIHlvdXINCkdvb2dsZSBBY2NvdW50IGFuZCBzZXJ2
aWNlcy4NCsKpIDIwMjUgR29vZ2xlIExMQywgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91
bnRhaW4gVmlldywgQ0EgOTQwNDMsIFVTQQ0K
--0000000000009c544c063be71946
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"K9xUiKwVTHRX-loCTfVQhg">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"K9xUiKwVTHRX-loCTfVQhg"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dcontact@24hou=
rwaterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.goog=
le.com/alert/nt/1754713612000?rfn%3D325%26rfnc%3D1%26eid%3D2082743435692060=
190%26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div><=
/div><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"paddi=
ng-bottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" s=
tyle=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-wid=
th: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" al=
ign=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images/=
branding/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=3D=
"24" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google"><di=
v style=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,=
Arial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.87)=
; line-height: 32px; padding-bottom: 24px;text-align: center; word-break: b=
reak-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </div>=
<table align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-height:=
 normal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D"20=
" height=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub; bo=
rder-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjWsY4h=
mvNOLeNzf0bkNrAtO6FbZL5e7FcV1DE4zABeHezLXS35Rt639OjF9MtO6zzRKjeEbhZzjFqaVNY=
3J0u5_EpZMEaKjt28_hsC3W2cC7_N4GmrtXzeGkJ8wj1lxKz9w21JWvwxf_aQY2VxOWLN85HU2n=
TR36739niTTRmRN2CiZtVpGxxn95YbODwFouPaRBlKA3zr82DsgFML5fL_YK617xyj6doaYVvx2=
zWMu55H67dJbG1uJ7rFBxgqReny5aGh2TWYJk_MPJ6IC0Jb-98ltTEgrxENwo3JfF9gLNvUIZam=
gQk3ZKtqFMmMS8OIbOLF0aPMa6DXHp94LiRgxRCrY9_aS-IudeRXocp4ywFRK94H2vACuRCBaiP=
-bj2_tS7Wp3XvZSWgliMME4XKi9oHnRbAIgVVJOvOKPXZI85wdX3ic66ELfol3cioXH2X3AeJym=
uMQF3iJ2FuEpo133CD4qZrKVPoTjlf7nY9-bMF_aBz2SRH7iXpMeeKQHgJTeFh-_FgHcU3sEfdM=
_P4iNTqsMgCK0pHioinqrG5T-J5QCtg19A8a03qxepCW0OGIfTU6Ybk5s-gLOZnDp4RDsgYXIRW=
zJ8kYOYpYXJ44Ufmkf2lFSu97hm1bRsFyQdMc3gPxTrT6z9f7sLauELOpWQN45Fjy97G5B7ZjRD=
n2ypKMHZ4JD0H_IkLHIfEXWiwnoDmyfZrtMTtZCydLRVpLBsHaWcu8isGERo0di49mjRQ_soY7T=
4hjpIaMmZFrnOAGwN5f6ZiDxnDAgLSrKFo0KtdZPumUbERd-M9qhUMQUyZ-bULHTTducuWtuk-g=
wUduLFRs1x-Ubnz6g6coD5bTBSrGU6_7g_Z05NPxAYpM9m6n7W1sF9WbrWPzSqPBUwm0a6tJ10u=
Cv_cxHJZjy69UILix2F70VYXVXjdBM6jA1VjRMzXc-9qJPvqZmQBz1yo8-7esnvfgNGa0q03Blg=
QYuvQm0Igx=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Google =
Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0=
.87); font-size: 14px; line-height: 20px;">contact@24hourwaterdamagerestora=
tionlongisland.com</a></td></tr></table> </div><div style=3D"font-family: R=
oboto-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0,0,=
0,0.87); line-height: 20px;padding-top: 20px; text-align: center;">We notic=
ed a new sign-in to your Google Account on a Windows device. If this was yo=
u, you don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you se=
cure your account.<div style=3D"padding-top: 32px; text-align: center;"><a =
href=3D"https://accounts.google.com/AccountChooser?Email=3Dcontact@24hourwa=
terdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google.=
com/alert/nt/1754713612000?rfn%3D325%26rfnc%3D1%26eid%3D2082743435692060190=
%26et%3D0" target=3D"_blank" link-id=3D"main-button-link" style=3D"font-fam=
ily: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif; l=
ine-height: 16px; color: #ffffff; font-weight: 400; text-decoration: none;f=
ont-size: 14px;display:inline-block;padding: 10px 24px;background-color: #4=
184F3; border-radius: 5px; min-width: 90px;">Check activity</a></div></div>=
<div style=3D"padding-top: 20px; font-size: 12px; line-height: 16px; color:=
 #5f6368; letter-spacing: 0.3px; text-align: center">You can also see secur=
ity activity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decoration: =
inherit;">https://myaccount.google.com/notifications</a></div></div><div st=
yle=3D"text-align: left;"><div style=3D"font-family: Roboto-Regular,Helveti=
ca,Arial,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-height: =
18px; padding-top: 12px; text-align: center;"><div>You received this email =
to let you know about important changes to your Google Account and services=
.</div><div style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=3D"a=
fal" style=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color:=
 rgba(0,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12px; t=
ext-align: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043, USA=
</a></div></div></div></td><td width=3D"8" style=3D"width: 8px;"></td></tr>=
</table></td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td></tr><=
/table></body></html>
--0000000000009c544c063be71946--
contact/cur/1756116712.M373478P3793757.premium320.web-hosting.com,S=8920,W=9051:2,S000064000000021330151007557640020525 0ustar00Return-Path: <34TasaAcKAEw125s3zCu22uzs.q20@identity-reachout.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id ML/DFeg2rGhd4zkAVkXPrw
	(envelope-from <34TasaAcKAEw125s3zCu22uzs.q20@identity-reachout.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:11:52 -0400
Return-path: <34TasaAcKAEw125s3zCu22uzs.q20@identity-reachout.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:11:52 -0400
Received: from [198.54.122.200] (port=43932 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <34TasaAcKAEw125s3zCu22uzs.q20@identity-reachout.bounces.google.com>)
	id 1uqUB7-0000000Fy4L-13Sh
	for contact@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:11:52 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=NPH5Y5d+;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 34TasaAcKAEw125s3zCu22uzs.q20@identity-reachout.bounces.google.com designates 209.85.222.69 as permitted sender) smtp.mailfrom=34TasaAcKAEw125s3zCu22uzs.q20@identity-reachout.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9RR60Ss3zBypJ
	for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:11:46 +0000 (UTC)
Received: by mail-ua1-f69.google.com with SMTP id a1e0cc1a2514c-89234bafb83so795984241.3
        for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:11:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756116705; x=1756721505; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:reachouttracker:mime-version:from
         :to:cc:subject:date:message-id:reply-to;
        bh=SqN3G/3nikODAZWHA4qpkKdHHiU8OhvUm/OulO/Nqvw=;
        b=NPH5Y5d+ccD5Ia+Ajm/YNSJOYVIwd+NsFZ/c1D22inkV52CF3h1WIvA2vTa9dKAA/g
         GQRHlUcIdL1pyytxdtZ5X4a9C47kNglPgT+e5fGxfV7BwMHv6RIspdqqYHKmDzhWGYYQ
         8XaWGhjbNAD4FDqKJ3WH9NKTDQbc4XROKsYqjqT6riLlZkCnJNhBoAsHKgsxeZgMqPmq
         JJn3ZyoDugz9KeWxVlFHM9KUQzsvBDPEIAhaLD8aNjw7lAJEbgjs1519KR6KOQRQ4sxV
         R5xJl1+BoTRdu0e4ZvPFTgFFJ5GsraCTq0/lt8QdWYIHJFPCUcrTpTUU4pL9orewPBSd
         nLbw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756116705; x=1756721505;
        h=to:from:subject:date:message-id:reachouttracker:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=SqN3G/3nikODAZWHA4qpkKdHHiU8OhvUm/OulO/Nqvw=;
        b=VW8BZmViQnq/4ugNvM0woLz7qQ3xfic81A/BrYv7ikX0hrD9xhEuOlZpmYd7xkTPDD
         z+cZVTjtEYJ7HLfGn3S8xxrbqqO+vJ8RX0gs6hY8x022o9wb1ygGpuusmWtlTy/E/ZBW
         gmW16WSsfUu0yQrZx2UdM9ajeGoLEe2nOQF4Bo4Uz9TO5BoXFSbPRNbyH3IjUNPjU0e5
         Le+Av3ep7bLblrI4n/oTrk7SmU6DqKnPPKgynju56OsplhYV64fF9282r6iTVCeBgHRv
         j69XutIAW4bFs6l4CGnCzDUhrAwM1okMVNBbWARmQcctDcZQvOFbH0+4rDma7l4Ibw8B
         4SMQ==
X-Gm-Message-State: AOJu0YxGOSXlvNEe5XJ5y2xrN7dswkjthD7Zw/EiQDCHVoiVGz+wbd9R
	xjFJJSrXVhOqHKS7KL4JGnLkWmBPqth9pd/dC8CQXLMdSzwPNFcVt/r+V5jRXz0suy6pIP8ujJb
	syTabpjMke3MWePbfytrdW5pvO/wAo30RkpkJHHwrQpwhLhBr1o61rx5Z4atkn+m0rM3AD4VWXQ
	4/TIwm1CoKc4bj8I2/de/Ubt0/xTjQSaFounTy5N+yVRTK7Gb+ft5IKKc=
X-Google-Smtp-Source: AGHT+IHi75OB0YX55OBewXUbBBrMSsYLFG0U2kquUCOMr2gI8vkztQZuxb7XQ5RK1sbnyB9nufv6fjIcfHyIZvHMYg==
MIME-Version: 1.0
X-Received: by 2002:a05:6102:548f:b0:4e5:ac99:e466 with SMTP id
 ada2fe7eead31-51d0edc49c2mr2526291137.18.1756116705268; Mon, 25 Aug 2025
 03:11:45 -0700 (PDT)
ReachoutTracker: AXiFLV5OlQS4VdcqZWoxvOkIch+F9u3FX5GJlK5ifWHoDO9MAqf5RQFk/t8ErCtUxWXCMEehF1Yq9szWhNFg8Xcz2BRM
Message-ID: <autogen-java-a483bb45-5819-4285-8d01-7f0b891ad1b3@google.com>
Date: Mon, 25 Aug 2025 10:11:45 +0000
Subject: Google Verification Code
From: Google <noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000678847063d2dc830"

--000000000000678847063d2dc830
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

R29vZ2xlIFZlcmlmaWNhdGlvbiBDb2RlDQoNCg0KDQoNCg0KDQoNCg0KDQpEZWFyIEdvb2dsZSBV
c2VyLA0KDQpXZSByZWNlaXZlZCBhIHJlcXVlc3QgdG8gYWNjZXNzIHlvdXIgR29vZ2xlIEFjY291
bnQgIA0KY29udGFjdEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20g
dGhyb3VnaCB5b3VyIGVtYWlsICANCmFkZHJlc3MuIFlvdXIgR29vZ2xlIHZlcmlmaWNhdGlvbiBj
b2RlIGlzOg0KDQoNCjcwNjU5OQ0KDQoNCklmIHlvdSBkaWQgbm90IHJlcXVlc3QgdGhpcyBjb2Rl
LCBpdCBpcyBwb3NzaWJsZSB0aGF0IHNvbWVvbmUgZWxzZSBpcyAgDQp0cnlpbmcgdG8gYWNjZXNz
IHRoZSBHb29nbGUgQWNjb3VudCAgDQpjb250YWN0QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbS4gRG8gbm90IGZvcndhcmQgb3IgZ2l2ZSAgDQp0aGlzIGNvZGUgdG8g
YW55b25lLg0KDQpTaW5jZXJlbHkgeW91cnMsDQoNClRoZSBHb29nbGUgQWNjb3VudHMgdGVhbQ0K
DQoNCg0KDQoNCg0KDQoNCg0KDQpUaGlzIGVtYWlsIGNhbid0IHJlY2VpdmUgcmVwbGllcy4gRm9y
IG1vcmUgaW5mb3JtYXRpb24sIHZpc2l0IHRoZSBHb29nbGUgIA0KQWNjb3VudHMgSGVscCBDZW50
ZXIuDQrCqSBHb29nbGUgSW5jLiwgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4g
VmlldywgQ0EgOTQwNDMsIFVTQQ0KDQoNCg0KDQo=
--000000000000678847063d2dc830
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:=
 600px;"><tr><td><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellp=
adding=3D"0"><tr><td align=3D"left"><img width=3D"92" height=3D"32" src=3D"=
https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_188x=
64dp.png" style=3D"display: block; width: 92px; height: 32px;"></td><td ali=
gn=3D"right"><img width=3D"32" height=3D"32" style=3D"display: block; width=
: 32px; height: 32px;" src=3D"https://ssl.gstatic.com/accountalerts/email/k=
eyhole.png"></td></tr></table></td></tr><tr height=3D"16"></tr><tr><td><tab=
le bgcolor=3D"#4184F3" width=3D"100%" border=3D"0" cellspacing=3D"0" cellpa=
dding=3D"0" style=3D"min-width: 332px; max-width: 600px; border: 1px solid =
#E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-ra=
dius: 3px;"><tr><td height=3D"72px" colspan=3D"3"></td></tr><tr><td width=
=3D"32px"></td><td style=3D"font-family: Roboto-Regular,Helvetica,Arial,san=
s-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">Google Verifi=
cation Code</td><td width=3D"32px"></td></tr><tr><td height=3D"18px" colspa=
n=3D"3"></td></tr></table></td></tr><tr><td><table bgcolor=3D"#FAFAFA" widt=
h=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"min-wi=
dth: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px=
 solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-botto=
m-right-radius: 3px;"><tr height=3D"16px"><td width=3D"32px" rowspan=3D"3">=
</td><td></td><td width=3D"32px" rowspan=3D"3"></td></tr><tr><td><p>Dear Go=
ogle User,</p><p>We received a request to access your Google Account <span =
style=3D"color: #659CEF" dir=3D"ltr">contact@24hourwaterdamagerestorationlo=
ngisland.com</span> through your email address. Your Google verification co=
de is:</p><div style=3D"text-align: center;"><p dir=3D"ltr"><strong style=
=3D"text-align: center; font-size: 24px; font-weight: bold;">706599</strong=
></p></div><p>If you did not request this code, it is possible that someone=
 else is trying to access the Google Account <span style=3D"color: #659CEF"=
 dir=3D"ltr">contact@24hourwaterdamagerestorationlongisland.com</span>. <st=
rong>Do not forward or give this code to anyone.</strong></p><p>Sincerely y=
ours,</p><p>The Google Accounts team</p></td></tr><tr height=3D"32px"></tr>=
</table></td></tr><tr height=3D"16"></tr><tr><td style=3D"max-width: 600px;=
 font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; c=
olor: #BCBCBC; line-height: 1.5;"><table><tr><td><table style=3D"font-famil=
y: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #6666=
66; line-height: 18px; padding-bottom: 10px">This email can't receive repli=
es. For more information, visit the <a href=3D"https://support.google.com/a=
ccounts?p=3Didv_pre_em&amp;ref_topic=3D2364467" style=3D"text-decoration: n=
one; color: #4d90fe;">Google Accounts Help Center</a>.<br>=C2=A9 Google Inc=
., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</table></td></tr=
></table></td></tr></table>
--000000000000678847063d2dc830--
contact/cur/1754564074.M5891P1323288.premium320.web-hosting.com,S=33203,W=34050:2,S000064000000100663151007557640020500 0ustar00Return-Path: <35oWUaBcKAI8uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id oDw3AOqFlGgYMRQAVkXPrw
	(envelope-from <35oWUaBcKAI8uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 06:54:34 -0400
Return-path: <35oWUaBcKAI8uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 07 Aug 2025 06:54:34 -0400
Received: from [198.54.122.200] (port=38018 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <35oWUaBcKAI8uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>)
	id 1ujyGX-00000005YfZ-3Tex
	for contact@24hourwaterdamagerestorationlongisland.com;
	Thu, 07 Aug 2025 06:54:33 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=F83y+Qcv;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 35oWUaBcKAI8uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com designates 209.85.166.198 as permitted sender) smtp.mailfrom=35oWUaBcKAI8uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com
Received: from mail-il1-f198.google.com (mail-il1-f198.google.com [209.85.166.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4byPDl3LtQz55mR
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 10:54:31 +0000 (UTC)
Received: by mail-il1-f198.google.com with SMTP id e9e14a558f8ab-3e3f9dcb1d8so20770915ab.3
        for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 03:54:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754564071; x=1755168871; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=H4xHs9+6bfIRR2FOQ+A5KAL6lffogCw2FeMC9VZTI/0=;
        b=F83y+QcvZ6hNW9o5yL0AJ5UxsQlmJbSlIS+Zx2LRr2Obg/5nky7AP/wLLl3JlEZDzv
         BEd3BUOR45PIdYlmiZgJFhD9m8WMs7KyiP39RWUCWaOdb7wN45nwofyj0CJIFevEAC5B
         LxKcf/O8G6SdlhwBPv9ilLSesBE+I8M5JpD9CxvzpMx5RXZukrMkZ6jZfqJ6HWJLTwCA
         4sihIryISTZ3THPZFwY8qqJuavMt9tlb4Ya82f6ChScwB66PnueJXGc+v8ny2So5niSm
         6iCQbngBYCrfAa1UYPh4DqifFXuGtjafX7k740XXVIoZGXxash8yeG7CZ1Ydc1Sl+Hg6
         qK7w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754564071; x=1755168871;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=H4xHs9+6bfIRR2FOQ+A5KAL6lffogCw2FeMC9VZTI/0=;
        b=vVvuulokiCHsbHr9kPkpbSool16Zrf1sgaXafs2S5spDCwAVpYJyEjNdMjJeDzUiIQ
         3OyX/Cxi6WRGIXnklgqoIFz4CHnY4R7NvSJDdiqP0Hl19xuerKtQAF4/Ke7g6eOTwGTe
         Iio5p8I4kH5Yjz24bD4092t24R50WHydkfiTXEaaD/G+Sb0RnZzq41t+pUFYRhFwWy+e
         mPDr5jObrEr7vqIJRqpky9AFGCnO1cPXDI+dbD1OuFBqYxR3+pKzvUOjTaT6FSqU3yD/
         jTZKW64pCQ9kjSG96zhRahnYIrlrE/IQ77ab3N2W4GK1dg1fAgg9NA4OzRFmtnRCpoDq
         nYlQ==
X-Gm-Message-State: AOJu0YwHNqogGPwYxoH4kPpjpPa/Z3DiHob+Rc6xc7y+YkmbYvf5I+AY
	5L2+rS/qLc9Ge79+e2+ssRRyIzf8g6bL5Y51YtNk1oNVdFWNVhk=
X-Google-Smtp-Source: AGHT+IHWLZe3dgP9DA1Cn0VSqCxpfe5MTphe2UaLD40Pl5bu8ut77ox3bms6455fgUmtKxK5s5k2t9k=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:378e:b0:3df:45bb:2900 with SMTP id
 e9e14a558f8ab-3e51b892a3amr101353605ab.5.1754564070888; Thu, 07 Aug 2025
 03:54:30 -0700 (PDT)
Date: Thu, 07 Aug 2025 03:54:30 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: bf401db5f7da0000
X-Notifications-Bounce-Info: AWoTSIFEL7YtYt8m_FFf6cjZBWAvGvdnKk5rTQSpb8R-BpVo9hmIBWyeuifu1Ru17SdR6aUcWV83hlaEaEOPRMS5ZBed5KAox2REmVUOoPch0cGEolciwvLlUeYC7_CYNT-yehDvjnHb1ojhzjzF4MJmO8tr1N6E0FLDd_cgjKEjxsXIwM6-CqtRoGFSMs6RPMsq1eaGMe5zW7unRsdnW3uTn1RaJbXGHFS8t4uCwKjdxjuSFGp4LnvYeHHUK2bGTFOxeWfANjnI0smJSjVb24kWpKbih0f3EptOSmwgrT8qbBT0JJN2xP_juCQDhWzKiXGuc8lfIsnhLkHLPTd2RuBeXLI4QTlxKg42Mee43Nrue9-4GQZMp7BVZZRO2dR1GAFB-WG4OfOs9H7CZdaSjptbKDHsrCtoawRiBD2qkH5_7X6n3prJPRcs0L-ElLNyavCnweTBG6cBRRm_UTCm8_2cpxES2E9QBF1xe53f17w8Rd7ejHHSM4_f5s2BpDeLFxv2TFDgCAn1vuyQojTM7Xb3Dx5FMO-kiTwWswNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <3a933e0cc94c6ca88cfa1e8ab0c3f5075631b427-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000002e55da063bc44888"

--0000000000002e55da063bc44888
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo2MTAxMw0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEyNzc0MDA3ODMx
OTI4MzU5NTQ0L3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj02MTAxMyZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXJ6b09mNjU0N0t5ZmNUWkVPaFNBQ3dUaDBHaTEtRlAydEVFWUYtQ19C
bGs1YjZWZXlaeXJGNmI0SXdVbVBiN3dxR1pUajlwVm9TcXUyanR3UWhiTG8zbWtRZkRUa2xlbDJN
NjR4amN0cGpHQ25ya0lMTlFXLXlXUzBvOWV3Pg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81cmdVUHM5Y2FR
c25YM3h6N3Q4ZXJKSVp6M1ZFdlZZc0pBZG9YeEZjeE8zd3lUUFNRZktyN3B5enFuYWFwRTlVRGVj
TDlpWnJRRzBqR0toNWl4bEJJV3FJTWVrZVV3OVA5dkE2RU0tc3UxZUJ2QUNkVUFOVWNONDRFZURq
dXhtSlJhRXFYNEE1M1FrdDdMaTZHSXVRdjhBV2xrPi4NCg0KMiBTaWduIGluIHVzaW5nIGNvbnRh
Y3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIg
eW91ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBt
YW5hZ2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFw
cy4gWW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICAN
CmF0dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8
aHR0cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMTI3NzQwMDc4MzE5MjgzNTk1NDQvcHJvZmls
ZS92ZXJpZnk/aGw9ZW4mcGluPTYxMDEzJnRyaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5pYW81
ckFCQWJrZmRLdU5fRWZVeXdxSktrd2Foel9LdU9OOTh5U0dINDZrVXRaUkNpRTJHb1V4QlNIRFU4
Vm9pTXJWRGR4dkhXOTJJVEItM2tKRFcwMVFHeHR1UmgwaTFKZzF2dnFLMDU0LW94aTZQX0k4azkz
Rm9iaVQwdDgyRzcxNnNRPg0KDQpWaXNpdCB0aGUgSGVscCAgDQpDZW50ZXI8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVvVjh4TmtaUnN3WFBPOXdXQnRDa3J0MVd1ZHV0OHBkWFN4eE1RbzRhY1NUUmxiV1Zw
ODVFYl9RbGlzZkZUaFVnYnJzUzV3d2YtZ3dKOWhyQ3FBVzB0M2RETFZPbHRzZE5KSElCN1hyUWl3
bHhTakhGczZRUHA1SjE0RlJ2TnZuQ2xyWWVPNXV6Y1U3YVlLT3A3UHE2SFdYSzdUcE05UmI1R3hW
MWdwdGpvPiAgDQp0byBsZWFybiBtb3JlLg0KDQooYykgMjAyNSBHb29nbGUgTExDIDE2MDANCkFt
cGhpdGhlYXRyZSBQYXJrd2F5LA0KTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCnd3dy5nb29nbGUu
Y29tICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW8wdnlfVUI0clowWFNsM0RWQ0ZMRWVxaURRZDJF
M242Vnk2ckVhdWNVMVA3U0tQd2dBNHUyV3RLMnh5dG9RUUc3RE5VWmZSZzVlTl9QaDU0eTM1bTdp
Y2c1RXgzb3hWNDlkZ1ZGMzBBMmcyTmpfbzk0TDZVaE5CU3lsT1VIZUhuWFRvM00+DQoNCllvdSBo
YXZlIHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hh
bmdlcyByZWxhdGVkICANCnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--0000000000002e55da063bc44888
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/12774007831928359=
544/profile/verify?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5pxacHql5fpULeUgforTGVRZBEoSHVwTFaEdSmwS8lZ_7u7YvkCTth6filJ0DG01fpE6uq=
AMx474MKmK1recLpcS28s_jVgDpnoMzWc8r3EhhtdMO23trk>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">61013</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile/verify=
?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r-uu7LAqxPxr=
h57RyJaV2zH4J7xueejh9UxUv-l-LjQ73ibaxQHHsURjAr7Bm2krbpDE6t10lqDoFMS11AQsAFh=
86HplIWCJB4pacQPUJQ3UXm5bMr4ImxTOebesPb_w target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile/verify=
?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r-uu7LAqxPxr=
h57RyJaV2zH4J7xueejh9UxUv-l-LjQ73ibaxQHHsURjAr7Bm2krbpDE6t10lqDoFMS11AQsAFh=
86HplIWCJB4pacQPUJQ3UXm5bMr4ImxTOebesPb_w target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile/verify=
?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r-uu7LAqxPxr=
h57RyJaV2zH4J7xueejh9UxUv-l-LjQ73ibaxQHHsURjAr7Bm2krbpDE6t10lqDoFMS11AQsAFh=
86HplIWCJB4pacQPUJQ3UXm5bMr4ImxTOebesPb_w target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5pmf8wGHBA9DiBPL3=
d8lsvmzxpk0pue6HBvRKdpRGMtLqb5_GkKeXXyU2e7pDyDWBfzvDKxSAcCM7SYTbB5q9yJXpseQ=
v67KhRqPNo9pobVz9nK1m6GeJMyRjQDBUO52keLqXGfABwNXOVOZaA5R1Fl8AsAFA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">contact@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile/verify=
?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oeN0Oyy2vrN5=
3QcwbVDLVw4K1Yx3JafS3VPtPs5mqDDy9RL3KTTuJuOaKaqaFwLlYI-Qpw6hTRwxW_E_Vwf0G6A=
ccGPh1CXqEhJScD1ncHRBAz8TXrhD1bGu9W2dKdA0v6JA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile/verify=
?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oeN0Oyy2vrN5=
3QcwbVDLVw4K1Yx3JafS3VPtPs5mqDDy9RL3KTTuJuOaKaqaFwLlYI-Qpw6hTRwxW_E_Vwf0G6A=
ccGPh1CXqEhJScD1ncHRBAz8TXrhD1bGu9W2dKdA0v6JA target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/12774007831928359544/profile/verify=
?hl=3Den&amp;pin=3D61013&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oeN0Oyy2vrN5=
3QcwbVDLVw4K1Yx3JafS3VPtPs5mqDDy9RL3KTTuJuOaKaqaFwLlYI-Qpw6hTRwxW_E_Vwf0G6A=
ccGPh1CXqEhJScD1ncHRBAz8TXrhD1bGu9W2dKdA0v6JA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5qFQH10Y2jv717wVKWFoOpwwxE9_-JEYM6aWPGPs2ejn38nVBbGyjbGvtORQnyfZ6UNT8i=
43MfYUeKk6nRRQZ1vyGkzQyi948gX7sF7-9PL_yf_RxHr01gRsB6aUH02j4msrLtYWYpLmhtmx9=
6gkMY28_TOuCFnlUyIfsnU6rNEWw style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5oExuWNFuvqFxRSqWtVy6JggtDlKwVQHZuaopxaXiXJqNbZPjcP957HCEJzoi5OkX8yXwKWfH6=
Mvm9HisGJ_oOQ1JRg8myI_4d1BIrvCu7rOpHKMNH9M-7-c2I5eiP1-O65JtnlLA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5ryzXJ46V6EO3AsrvZT_R3ZtQdwSv3BVIcixpXAfuuMcOJG97jEdDH-471YaR3VK5=
AOQ3Lh-Ml84lIyHPvqXukISYyWskE6UWXtYssFm0D5Fm3GNjx2ePnqgxpOO-f6x-O7uA.gif></=
body>
</html>
--0000000000002e55da063bc44888--
contact/cur/1754972900.M35581P1138453.premium320.web-hosting.com,S=12184,W=12357:2,S000064000000027630151007557640020573 0ustar00Return-Path: <33cKaaAgTABoDE-H4FBO022EKDJI.6EE6B4.2EC@gaia.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id +UahAeTCmmgVXxEAVkXPrw
	(envelope-from <33cKaaAgTABoDE-H4FBO022EKDJI.6EE6B4.2EC@gaia.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 12 Aug 2025 00:28:20 -0400
Return-path: <33cKaaAgTABoDE-H4FBO022EKDJI.6EE6B4.2EC@gaia.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 12 Aug 2025 00:28:20 -0400
Received: from [198.54.122.200] (port=48704 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <33cKaaAgTABoDE-H4FBO022EKDJI.6EE6B4.2EC@gaia.bounces.google.com>)
	id 1ulgcV-00000004m9v-3aao
	for contact@24hourwaterdamagerestorationlongisland.com;
	Tue, 12 Aug 2025 00:28:19 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=NHZMBJcY;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 33cKaaAgTABoDE-H4FBO022EKDJI.6EE6B4.2EC@gaia.bounces.google.com designates 209.85.216.74 as permitted sender) smtp.mailfrom=33cKaaAgTABoDE-H4FBO022EKDJI.6EE6B4.2EC@gaia.bounces.google.com;
	dmarc=pass (policy=reject) header.from=accounts.google.com
Received: from mail-pj1-f74.google.com (mail-pj1-f74.google.com [209.85.216.74])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c1JQk13l8zC226
	for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 12 Aug 2025 04:28:14 +0000 (UTC)
Received: by mail-pj1-f74.google.com with SMTP id 98e67ed59e1d1-3132c1942a1so10717045a91.2
        for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 11 Aug 2025 21:28:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1754972893; x=1755577693; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=KtSP5p3n5OofKS81ArGyk0KqhkVr/4BKqiJ6IbD3NDo=;
        b=NHZMBJcYWuOU+yuc2ZrJp4uIvgxEgoGVbAoGhrfAASulxveItFFVwioTY8x+NR/w1k
         3Qj+eZU1FKLFHb3Yzx1TEhWU5S8iLyqqMWst8Y72i59Hj+bIARwmeu+wsCNWjnjJiUuy
         IlLRus1+iPKqo6WL2TJ85TiD2yPjxd4nbrByMdG0p1bc3GaWPx0/6hcT1wcCMgE29B6i
         90Afjvff8At8LE1NHjakW11+2LmxH9nLF3zONeIsulLL+BxMBVd959r/nFV2xGjcoVKa
         tMRaUQlFfK5nRZwSBqrvfMf4CFpByGgjMKdaM7vtAwqGBvVsioU2FJsOcqZ5abx4E9Sx
         xVXQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754972893; x=1755577693;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=KtSP5p3n5OofKS81ArGyk0KqhkVr/4BKqiJ6IbD3NDo=;
        b=aubVood0mrEzumMPmwGwZhmDSRbBV72XDpTVqKlVRcHKFNwq8R+M2qqKxatEWGBviu
         HAELwe9bBo2TYggpQE3Hje7ElyFp+LTjfYvMdtGnL2kxPED7kS+waNweiDbSFtkBK1ys
         OxfzhGUl5TvoP4eAgLNuZQ+mZG9h9nBN6qzg378PBF2Mou7Nign0rr6FoHTHyqI4h+no
         l7WQE3Ga/8/FHyiLzzE7IGqksHeobrcynYA4sBV83OZ9LhsYecykX7RBTjnEpKjPs2BW
         F+jbos0cfk5jSq5kCl1lh3wSTTbuSdFdOcB/CuhzkSx16fIdBiF1sbE9aaayDF2w3h14
         EPcQ==
X-Gm-Message-State: AOJu0YzeoHPq9i94A8D3jkkJMeQSfDFZMoszSt2bEAGfnwHktt5GEZXT
	G/Rb0rgn+uL3EDh4rY8b5Kn6W0/Y6gHtHjcBZgTCmw7NxNJMdNucn1qTfImzZgp18/64AHaeR8w
	7v/pKx8/5OXS1TYdo/nQDtvX9CW8adQ422skuGmE=
X-Google-Smtp-Source: AGHT+IHHzqpes5Igz7s8VzquaQxOl4e4ivpcbyEZXQGjmwM/+mVwGBJa7oxw4iBz3lWLySe3IvkEax4brD+gTsAOD1IuVw==
MIME-Version: 1.0
X-Received: by 2002:a17:90b:35c8:b0:31f:3cfd:d334 with SMTP id
 98e67ed59e1d1-321839d7834mr22363309a91.4.1754972893574; Mon, 11 Aug 2025
 21:28:13 -0700 (PDT)
Date: Tue, 12 Aug 2025 04:28:12 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: 3a518842623a0000
X-Notifications-Bounce-Info: AWoTSIGNtqkCIzTcI_XoWDp86K_x6gcI5Puu33MI-Aso6CfVaIKxOLZ7PC1eYTvrejXMXR7ihtJxf8tCSscwO9j4RUSKkJ32KCGgINgXfCWLs_G2zeE8OOUTVGl1R9CCdnXDiRGcJkRti8FGi3CLUrWq0Lkz37m3mOuMny6THICPZ7gtOxv4P2HVmnmz7bwOBx6qeljTxIe5jgGSYEheIZPjP8YV0yu55vne2HicmoqipbnOHK8uYWfIvANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <2TQSs7DhU0z-X7jBz7GMGw@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000e97542063c2377a1"

--000000000000e97542063c2377a1
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQpjb250YWN0QDI0
aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KV2Ugbm90aWNlZCBhIG5l
dyBzaWduLWluIHRvIHlvdXIgR29vZ2xlIEFjY291bnQgb24gYSBXaW5kb3dzIGRldmljZS4gSWYN
CnRoaXMgd2FzIHlvdSwgeW91IGRvbuKAmXQgbmVlZCB0byBkbyBhbnl0aGluZy4gSWYgbm90LCB3
ZeKAmWxsIGhlbHAgeW91IHNlY3VyZQ0KeW91ciBhY2NvdW50Lg0KQ2hlY2sgYWN0aXZpdHkNCjxo
dHRwczovL2FjY291bnRzLmdvb2dsZS5jb20vQWNjb3VudENob29zZXI/RW1haWw9Y29udGFjdEAy
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20mY29udGludWU9aHR0cHM6
Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9hbGVydC9udC8xNzU0OTcyODkyMDAwP3JmbiUzRDMyNSUy
NnJmbmMlM0QxJTI2ZWlkJTNENTc1Mzk5MDQ3MDQ3NjI2OTglMjZldCUzRDA+DQpZb3UgY2FuIGFs
c28gc2VlIHNlY3VyaXR5IGFjdGl2aXR5IGF0DQpodHRwczovL215YWNjb3VudC5nb29nbGUuY29t
L25vdGlmaWNhdGlvbnMNCllvdSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIGxldCB5b3Uga25vdyBh
Ym91dCBpbXBvcnRhbnQgY2hhbmdlcyB0byB5b3VyDQpHb29nbGUgQWNjb3VudCBhbmQgc2Vydmlj
ZXMuDQrCqSAyMDI1IEdvb2dsZSBMTEMsIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1vdW50
YWluIFZpZXcsIENBIDk0MDQzLCBVU0ENCg==
--000000000000e97542063c2377a1
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"DcfNfynz1W8cKTnRRst8xQ">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"DcfNfynz1W8cKTnRRst8xQ"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dcontact@24hou=
rwaterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.goog=
le.com/alert/nt/1754972892000?rfn%3D325%26rfnc%3D1%26eid%3D5753990470476269=
8%26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div></d=
iv><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"padding=
-bottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" sty=
le=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-width=
: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" alig=
n=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images/br=
anding/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=3D"2=
4" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google"><div =
style=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Ar=
ial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.87); =
line-height: 32px; padding-bottom: 24px;text-align: center; word-break: bre=
ak-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </div><t=
able align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-height: n=
ormal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D"20" =
height=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub; bord=
er-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjXOOFxIc=
e7y-6SF4kCMaNyJUmJ7I5drXnRdC-n7hwQlAwZecrXP-sJVBnXALyjlyfLS6RkleFMH8LJ13sZw=
o8bRKaXps9d0pIz92eiQ3O2aD7YfLpBwoH-vnNfIoOgJUcpDag43NTfvlrfAhbroYRmXLv98qnF=
_LEoEKpSQPrari7pqVuk_4URSiupNXfegoZoWFYayzM60kGiagOcvxH-PClw3xG8S8SAWV6Kc6Q=
wY_xtwNfDYZV14OwRZTXieVrJT6AF_VgzQUqgX-ZFjA0UMhARAqeZlNde5vdvBStjIah-H4hjLY=
8WpMzR4Sg73e1Fn5xCkE-9JC86HtlYXP6uWxa-3PZDGrsbWVKs2j76bKK7JexItkSvpf0Tt-gVL=
PGNzXSoIpHokTpsIyP2BQaX9PG32pIBzKh-owgfH9R3XxtgHcL6scvMo3fAq5mbERuDmdi5-eMs=
AuueiMOKihVmB_m0DM9GEtNn3CH5hywPtT8Xz0kUq3GA6kjOpoUX-dbv-Ic4tU3J9uP1jbswtj5=
sqcHt940AdCQsuHMEcLos5wPgQcdITrN9ugE5jdcxmt2ekodD1I0J-J_LCXXWz2z6Mo6LaqGHxy=
x8hvOWeX5odz1AAZ9RyLvEr_gRxtyrbTxxNzuiqkq8SFILZTrqxz7w_czKhbkqsxez-gJi8cyNw=
Jvu6okpmTFC7dloMjrbC4vo0OY2f-wbrMcKwZeZUg1UEQyfG7y_WvQjptN7-UuD6noYI-eLdX-_=
rvzH5jH2xM1Jol0AUHN45PaXO-RUyiG2kf1bcaXdQhq4K2QjexiYf44mdHUp7rl8UW8JC-71GrH=
aAfvK7LuTCxZ7zO2vbWkMLMijy2DTVfyOQhFLqS2NVqg3_TWMdkwNy2fFLnedZ35jttOByvr7vC=
ZMu2YY7Q_AXbc3VAuP8neJGP3rpTu9fSL1Ni5JzPNVM2qWmY2Vg-1sev0sJllFgphgeBAJhE7nj=
w0xvgHMZ=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Google Sa=
ns&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.8=
7); font-size: 14px; line-height: 20px;">contact@24hourwaterdamagerestorati=
onlongisland.com</a></td></tr></table> </div><div style=3D"font-family: Rob=
oto-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0,0,0,=
0.87); line-height: 20px;padding-top: 20px; text-align: center;">We noticed=
 a new sign-in to your Google Account on a Windows device. If this was you,=
 you don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you secu=
re your account.<div style=3D"padding-top: 32px; text-align: center;"><a hr=
ef=3D"https://accounts.google.com/AccountChooser?Email=3Dcontact@24hourwate=
rdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google.co=
m/alert/nt/1754972892000?rfn%3D325%26rfnc%3D1%26eid%3D57539904704762698%26e=
t%3D0" target=3D"_blank" link-id=3D"main-button-link" style=3D"font-family:=
 &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif; line-=
height: 16px; color: #ffffff; font-weight: 400; text-decoration: none;font-=
size: 14px;display:inline-block;padding: 10px 24px;background-color: #4184F=
3; border-radius: 5px; min-width: 90px;">Check activity</a></div></div><div=
 style=3D"padding-top: 20px; font-size: 12px; line-height: 16px; color: #5f=
6368; letter-spacing: 0.3px; text-align: center">You can also see security =
activity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decoration: inhe=
rit;">https://myaccount.google.com/notifications</a></div></div><div style=
=3D"text-align: left;"><div style=3D"font-family: Roboto-Regular,Helvetica,=
Arial,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-height: 18p=
x; padding-top: 12px; text-align: center;"><div>You received this email to =
let you know about important changes to your Google Account and services.</=
div><div style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=3D"afal=
" style=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color: rg=
ba(0,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12px; text=
-align: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</a=
></div></div></div></td><td width=3D"8" style=3D"width: 8px;"></td></tr></t=
able></td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td></tr></ta=
ble></body></html>
--000000000000e97542063c2377a1--
contact/cur/1754294255.M21122P173163.premium320.web-hosting.com,S=21835,W=22521:2,S000064000000052513151007557640020464 0ustar00Return-Path: <36GeQaBcKAEUi1zpulzzwyvmpsl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id gAKHAO9nkGhrpAIAVkXPrw
	(envelope-from <36GeQaBcKAEUi1zpulzzwyvmpsl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 03:57:35 -0400
Return-path: <36GeQaBcKAEUi1zpulzzwyvmpsl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 03:57:35 -0400
Received: from [198.54.122.200] (port=43499 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <36GeQaBcKAEUi1zpulzzwyvmpsl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>)
	id 1uiq4d-00000000lFm-05PS
	for contact@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 03:57:34 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=vjZNIQmQ;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 36GeQaBcKAEUi1zpulzzwyvmpsl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=36GeQaBcKAEUi1zpulzzwyvmpsl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwTRs20Lnz55qj
	for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 07:57:29 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-71a22853b7aso44316937b3.2
        for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 00:57:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754294248; x=1754899048; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=HK8KY2xx47z1l8nTk9YRT8dY4AWjZBdBcLHkZMNXfj0=;
        b=vjZNIQmQY3Dm1GPYllQ4rbYDXrC8Q7vpv249gq+sFGmomOmRqRmrv3lu+wDbiTRy2L
         nMlb05wdaPrJkA8xIQesn9zHifr42h83pC66L3KgJDx7MwWmrYiDt5eWWLlQXhjEaKqV
         Fj6w72CJ1QhDotkasOhkxut5gOQRlN7CVNBSViGDABEzaBZd962A3wqSISuSnD7in5r8
         eMRYuuT+suTzHzlafcxnymrpZvihn0ZBP27Nwynh3wNxVKMEfV1s705DPP6fYu8cYc6E
         Ylr2Hvh7yOA3lmJCCJU39jDd5vRfadrXf7O9TchLEo3Vxb88PVbn3fn4bQ7geCjj6aD6
         /IrA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754294248; x=1754899048;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=HK8KY2xx47z1l8nTk9YRT8dY4AWjZBdBcLHkZMNXfj0=;
        b=fwLPkI5kshc121I+gw1t2dG2L7UWIURxuRQzn5vW5fxzp1AqnnR10YufT6hL4+bN0+
         NCLMmz4FaqtXOVh8yYGDUjhuIYYEHGMWx1cIsfT+B/+Wd0x8idFH0TcqIHIaP7h/C59S
         yM+90AFgYvrzd08jMXrKm0iAUBb9f3A+joLRrENqGb+8mQH6Eb+GFbojXTX3IbvWvU21
         nXR82+TqC4TqgjEu6IM3M4tVTzkeDRENulQ3zG4WjB3sUeAt3FzcNEEwSyHu68jF3tWt
         EUCHVNXwy6iSUKvKwXAoR6x1wzoubNsdDhyM9izwiksVU9GCyEb2nLtfsjG4E/dC+Tac
         MCTg==
X-Gm-Message-State: AOJu0YxgxfMGOM4ASCsfIpHGvz08ZfLwV2BMCx8bIUk553TU/Oe5j5Kw
	mpjyLefIW0vFdAOQb8GqgSYBxaDPfBK9QNEbaM8Id5MjHtUab7Ial6eFnjXb
X-Google-Smtp-Source: AGHT+IFukU7lyBQtWrTcFvp1gsyiEZApWgiqDHJnrTihzy8z3YRf2HluFCJNfBIXaypFpPMQwDgdnWE=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:8694:20b0:6ef:652b:91cf with SMTP id
 00721157ae682-71b7ef6672amr58431077b3.27.1754294248735; Mon, 04 Aug 2025
 00:57:28 -0700 (PDT)
Date: Mon, 04 Aug 2025 00:57:28 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: b8737373edea0000
X-Notifications-Bounce-Info: AWoTSIGzIGdEICeqQYOOAk4S2SSUdQIlYWnlZbKb5okpD4O4lDvlbgEPqwueUenxc0HhgOmykJHxjslXSFmGkmpxYVnStU4f4y6lPPtILswvT2RsvwB5Se5IHzOkfFU-4eGgvxF0LhlaK9v79tezV6Us_-PHqmeqmzflL_uqPSpCPaSRsfXmfu_mQht7BmNfrE4IRl5i-eecUQ9zdyxUiLjqeK7Y_oqTKcYw29rLZlLGBfiy4OB1ZE_wbYwAge9gkanbnExtz4VDJLSarjf3K6DYm3FtI192_WFS5TAmuq1fUNv36k5OhxUNFw9m14SIH2JvhFB7pUO-Htxv4h80EyigKYwi5KKCFFV_uATh2xGatDzYJ8pfDX_JlPYAM0PQTAfY0zKcnO2wlJSoGmfGwKr69g3nAw_U81lTGrXl2E5kFdkM5XInfU-5hCBN8jvI1t9Gd_EPsd5lKtL7_P1ru_MvPbfejvhGjF7efYWas7Drps348oipmTApbTwOcpLV2XDxPN0NDij7TktVszni9DLPfVZZv4ZcaVDgnCgQ_52OcZyy4T12ixm73V7KIaUoVoImfWejcKLbkriT83-HsiTwWEPARDDYA8bKw2HACI7sS4A-Mmmy-CWIVDw-vGjGP0YNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <8ea5ac18c5cd6f71557dab92460fe9c4712ea8c2-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000008701fd063b85750a"

--0000000000008701fd063b85750a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/3427114715644311232/profile?trk=https%3A%2F%2Fc.gle%2FANiao5oMeulK0Vbo8488HBrw3AAygfwoitbKcUMgjCcu9neSG_9MtgrWthkPsLqeiE2BK4RWnAEXEcrXHQbKCE28ssocxbEoewbGgRBq3XwolU0BE1eyh2OCMmQ5NMI>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5od0BdY6F-mX6zLSX3mPMhbtAzxY5UL6tDA0XoyzSxZoFI1PA-rtrZSRCdc0OJGoR13Kg80CAdSFKGbm9aEqs80p59YQUpVnTHRGC-tpIcO0eVGdN8FthRgzITi-c6kmGvRKyP7wlw7mljTqIjUXwZUXc_cLtXcnnGQCs0LKhw9y16VnL8>

You can see the status of your appeals  
here<https://c.gle/ANiao5ocJY6wuVqBL3SoUID2iCJB3pxvU00s6YQsUka5SK5sb_Vppkln5pgtJEWi8Hhxd3anxZ5iT2oHsmw1HEWDvEqKX0oUXBmq0NUdurCMHkX20aI_zN9oavdKAbH3rXvZ_TeOYlUbwrRINFzQRyvSHI5cNADmHA8cNHQBN1_Xxv7X91b_jPAmndbYW7v4CNDibSP4qoE4tR3QYJ7k9tE_6yqUEAo69WITtSi8OOz0>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qxAtoDuRo5uOsNgd5xLViYotwoHB8VEewRHas-650ycDpAFW7HwPMlF5BQutnGzxBMw0ct62pM1Jiz8jowhFQsllONOAknxmls-FzUdkqAr_5WkJLrg-hJga4Iv34rOOGMeQo>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000008701fd063b85750a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/3427114715644311232/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5o7DIQG0s3d_VcmxwifOWr20ybTbxhoAUqk0VrR_IMNHvf7cE=
B34MAKUOLUHx1xjip5Q66mgQ8TipOABkHQeE-AfxETkbMUQ_RLJLVmnD4BOhL4L153MeNGDQi9J=
g target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5rjOGuwWO3fBdbU2oJAyqfzCIWL-zQS9kXleC2ORMTVUmH=
QI1LtbeA17fEkQ5SklIydKXOnfToNV8JwHIw7W9wozIvDUk1GtD87EwEvGWRaHP2YkNbIMRIopS=
iPilzJ-hkcf2FnKKL0Ym8TDRLn3J_A9cJFF_FER6eMVd58KtZSqKkm9QJ9OA target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5q0xLvK=
2wFTUx4A_LX4HHIeTsez_HGU9G5QQKSXuANEHsBWLYRmIYloTelQ0y0nGauINMv1NSPqRnpetEq=
S7heJMO8JaZ6w1_P5dWU54VwlD8nOu5y8SF7ipXZa-1DkJZ9V5xh2PzPjbFVAqPz9F2VHdB5gII=
lCUlEy9jRi8_1XFvxgoenr9Ws2iOe100mbVWXHw_hjHRc3xAVgUgoOUfJKfRwVXDD6fUHg7iQNo=
HQ target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qChBXRUk-qra6nljowgPbFo7KdPQ9CK1nfSDX6S7AYrl=
Sz7slCp-CfvvkH3oTJ4uK6BHfSZwNdfiAm5fiiL8TLefIxJvRT8TdFMyppw-hreZXq_zP7XKQ3y=
Opo5ehNUTEgTgkjCA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5quNvDKRbqLpRdCbQ8Hb0vwvkvCPOAMOcYnDlkRj2kEaOCgYpDafIH5Y5cx5mOu4H=
ICfV_lHx6HcRL2nJljbQKYQBs26-smVpngk3JF5MIU8u5gUvyop4ER4fopFp9LJH3fUQ.gif></=
body>
</html>
--0000000000008701fd063b85750a--
contact/cur/1754423313.M383905P2566015.premium320.web-hosting.com,S=22434,W=23101:2,S000064000000053642151007557640020634 0ustar00Return-Path: <3C2CSaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id EFduFhFgkmh/JycAVkXPrw
	(envelope-from <3C2CSaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 15:48:33 -0400
Return-path: <3C2CSaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 15:48:33 -0400
Received: from [198.54.122.200] (port=48090 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3C2CSaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>)
	id 1ujNeD-0000000AoPp-0vVW
	for contact@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 15:48:33 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="a0mdQ6Z/";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3C2CSaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com designates 209.85.160.198 as permitted sender) smtp.mailfrom=3C2CSaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f198.google.com (mail-qt1-f198.google.com [209.85.160.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bxP9l4SxHzC2BB
	for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 19:48:27 +0000 (UTC)
Received: by mail-qt1-f198.google.com with SMTP id d75a77b69052e-4b081b2a94cso44986481cf.2
        for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 12:48:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754423307; x=1755028107; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=10+BPFPq0cAq76kTdQ+9ROacbtU6owbmoIEHVd4N2fo=;
        b=a0mdQ6Z/KzaGRLoh3zYo7S6wNI6fIto6CYbx3nkoA/I0yy92rwNLeqF0eVMNqhpgwS
         RK1MbO+JLDFBE0T9giyioWipjLlB7SXqz8oglc7pSm64hgSPrOdrxDkRDhwtJKQhSU8D
         owagIciIL3Ude3G09SGrFyMqXhNvb+PAAK8XEQRgDbrveDi0/8ltaxI734FR88//Pw5E
         OyFljnFQVjyOwU05tXHzCCOg0UJGS6Ked+hghuVfeZj+3csQdlO9hU/P6VyM7wx7sssR
         ep/j/+Xv8Yqh9MCdUyfEIb2VxLyPiJ+AkJOWlCPS/R/E93r46E99Oxu9y+5IbLWDjHx0
         6bQA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754423307; x=1755028107;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=10+BPFPq0cAq76kTdQ+9ROacbtU6owbmoIEHVd4N2fo=;
        b=JnnYARz7rJqwWdQx7ZX4CRyyoab8G+fPuAD6DdQnexVfisH7S2gHLPBiOasjB8pB1M
         x4XpdmOm5M6U/0N+9Oas4f1FOjcs3pHskKAYcbaS7KPLya8lbvFwKe+tLZzI4rMmLiZd
         tKZyenS/t9iUerRtnxT16HlDZzhoTomz+ApuwEln6K/NPDznqwiMkGVNYEL4FofQfOwQ
         qXNssI2l8LsJCGXNbwSnMRXez2ZUtOk5LMMKfS0uEt8TZEecp9UiCmYeN2YtKK3jWqSl
         MYMJY/uQtr/zpNDtpMy3fg0WkIMXtqyILNOB85CzgFM74PMyy4UWKMCS6EcL6ESpJblL
         /Y2Q==
X-Gm-Message-State: AOJu0YwLMQTPlw0zbuesrsPaP/EoMWpmjQKuO4wzyX2zqsr8ka6obhHa
	MHavLGWwGKWwOn01UW8K8+WffJsZ5Y4vFnaprQBtD9nDk6RpJK7/f6lr+4Dv
X-Google-Smtp-Source: AGHT+IF9oAn1+5vq4wkkNwnUCqCQtJ+MB+n++n3PJ2x+WiSHUWIwP/+VCI2ujlH3znFuNwNzkdLFl2I=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:1a05:b0:4ae:fa55:9bc1 with SMTP id
 d75a77b69052e-4b0913a6083mr2831991cf.21.1754423307063; Tue, 05 Aug 2025
 12:48:27 -0700 (PDT)
Date: Tue, 05 Aug 2025 12:48:27 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 248bfd1053ea0000
X-Notifications-Bounce-Info: AWoTSIHWaGLSHR5swTKyd69uC6QNrDggiskxx-O0M_K0OzGiYtdAAKVOi6c-0RwXQPMxY5xkWdoB8783v_v9_tFfdYtWybb-9ioi4aAtLSF9m0voe1L49mmTi9qQO8YL6N8WS5JDp1ReiwztRVvhoYoeG6CknN8eUQj2AwTFPqsQ89Ax-mT9jhX4x5wLChyaMg9x7ifRxljOxFUeauXyx8OOshWV-xo1jkbZrj5XOKvw3B6LYeC-Bni1AC98Ty7Zso6BvMs8s9h-OObWV2qusYmDe1mHtdYgjP1x2aTkArTK87FYfg5pKK1Z96cyzqXrHEExwmPgA11aD-2zaP8yHOPrLkkHDw49nN6fYfpOyt4vh6DJVMqfYR0ouTNk_XCHHALhRh6ucolFM2fhc7OPawFsG1OgtVpeW9PHUt8yKTgjkBBStsHaolxWwWoz8SSTlIfrOImrzyJNVFNPAvA9KVlts8pRvY5Dk7frKGeEhVbJlljjB-onXVXZHp7zXEdrwZRnRgI9avoc0cl83WEDwDH1ZxL4IWWg3qpzh5Oj0l2Z48f_pYJrk8tsjLvMZI3BBZAxzDdUz1paixCOhWB5OygLRaDCzByi1hJmlg59rHK56xXAfGwrnSh2kSptYjWHgckNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <49876665213a472be59e0d23448317efc1527137-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000000d0aa063ba3822d"

--00000000000000d0aa063ba3822d
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCjI0IGhvdXIgV2F0ZXIgRGFtYWdlIFJl
c3RvcmF0aW9uIExvbmcgIA0KSXNsYW5kPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEy
OTI1ODIzMTQ4MTUwNDI2NDQ5L3Byb2ZpbGU/dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlh
bzVvTGh1R2dUSW9QdWJhWVpIWXJzR3FjY1YwYnVQd2NHZEwyMWRsWmJvdWdIRW9pRUN4NnNNZjFN
RW5LRVozVzY3UEV1QkpORGJXSHJ1WXkxX19CUzZrRFNNcHd6enMxRFFkYkktdm8wTXRZb19HMHQ2
WmVkanAwcm5FPiwgIA0KeW91ciBhcHBlYWwgaGFzIG5vdCBiZWVuIGFwcHJvdmVkDQoNCllvdXIg
cmVjZW50IGFwcGVhbCBmb3IgYSByZXN0cmljdGVkIGxpc3RpbmcgaGFzIG5vdCBiZWVuIGFwcHJv
dmVkLg0KDQpDb250ZW50IHRoYXQgdmlvbGF0ZXMgb3VyIHBvbGljaWVzIG9uIGRlY2VwdGl2ZSBj
b250ZW50IGFuZCBiZWhhdmlvciBpc24ndCAgDQphbGxvd2VkLiBEZWNlcHRpdmUgY29udGVudCBp
bnRlbnRpb25hbGx5IG1pc2xlYWRzIG9yIGRlY2VpdmVzIG90aGVycy4NCg0KU2VlIHJlc3RyaWN0
aW9uIHBvbGljeSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwZ2RkU05hTEF0Wk9weE4yVzNYYVJX
ak82QTJjZE1iTFRtVE1iZTExUFJqUnlWMHhuMlpfMHJOc3RySlVDVVBsczNoMC1sNmNoblJCSnVO
OFk4M19BQlVyaE5vYVRWMFNCVHFCR2J5bUpHRE55SFU2WGdoMGQ4d1RSODBJUlJtRUpuLW9PWjdi
R3U0dlBXWVBlQXFQNFlNSDBobjNmR2cwTFNyajltbHZ5MkhIOUhoR3M+DQoNCllvdSBjYW4gc2Vl
IHRoZSBzdGF0dXMgb2YgeW91ciBhcHBlYWxzICANCmhlcmU8aHR0cHM6Ly9jLmdsZS9BTmlhbzVx
dDVaV3J2YWFjNGs2SjRLZW9YTXRQd2gwdVQzN3RsY3VRZ1hFaG9ETkhsd2JhdkgxZWUxUmVBQm1z
ZENpLWJCOUE3VmlhMDZsXzBTdC1aSUYtdGtJb1RraHBoWXlsUXFPOVNrOGJ4cWJMb01JMW1lVXlM
cGc2UzdPM0tFMnJsQ0xWZ1cwVzNqUmlVeVo1dHB0X3FYdVZhSjN0WWF1UlQ0Q1RodlRNSXRIMC12
djZMRzZhWXdvVlBCTV9KSWxwaUZQdHp3ZDhzTG9lT0RpU0gzTWtRdWNJdUdyMElROVZnNFBmMExx
MldRPg0KDQoNClJvdXRpbmcgSUQ6IERQTkINCg0KDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMNCjE2
MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdv
b2dsZS5jb20gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cXVmOGlZemFxeTI0a2lrcU1odEluaDV2
SlBNM3JSZ1p2Y3FyX0E1U2xMQm9mN2NtWWFoT0QwWEthcUQ2em5UZHBsMERNN0FUaVYtOWdkbURp
V3RMWV9KNWJ3d1Z1bG9pb3hra1dsbF9nVm5wUWhsSXFNSE5MWDRHRUdSU3hUVEV4UGJ3WT4NCg0K
WW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFu
dCBjaGFuZ2VzIHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--00000000000000d0aa063ba3822d
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/12925823148150426449/profile?trk=3D=
https%3A%2F%2Fc.gle%2FANiao5qEgkB5gYOTnYEvxKifndoOacD5Jh0km_Yz2yedD3WWeMqB5=
lOWkmprW5NyeyiIq--4L5Tet7-BBYPRTWodMOjFuANG6I7yp44RqIeKciAKreTaepl70iiq_CaT=
Fg target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour W=
ater Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5qqUcxHGiw7Wwj6LgEzNVtBIUQFElhyBywXO2NePKitVMn=
M8Z0FgZSO2ljPN8HQGW_LWCV35bLiJWDcQrlktPS-2YXOgnwPX86CfFdUiTOHRAfscy7nyo2X7Z=
ttS3QSeEN67mMqfiyouoQAJGLikU-KELyCMfiXurmCXKjPfo-WUsjmw2DptQ target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5p6I3US=
1uRzlORpiw0_BPBXMWISIJRtJ5PLHCJWn-xNmpxxAZbzTHa2V4Qgp4aLQxRLfSXf9oqrf4CuBxK=
rgBZeQ_NtG0jcHLjQaqDVbrMSQZ3YzJlyjlQFGFz3BRvR1WKzLvh-6NcGe52ut1QyFxGQMVYK6D=
wKdXplqwXz1qpCYOqhA1r_aXx9AytINN4ztLN-UVj69jP5QtrlgFBjtbFQNvCRnowGpKUu5Xvjq=
2NU target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qrmjsB0KGva38Yftlf-cD36v1LjqK1uzYf6Uy6Ik4ZC2=
abJoYBtssyO-FSwITLmTbqeINuHnuhXk5q93K-FBUoiK5X51DdWkUsKux81p8uAy147eRdXLr1g=
iB73e9rWN7ply_Axg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pGEpuqT1JSxip7L0o6N8e4F4mJ2Wp6-W8SLGrEv3A2DkOJeG0MRRYOlh1lsqSqYz=
mVQ2-Lj7g8nuICQGxS3yE4-B9kab5kjaD1ZFocSNlM-LAhCZdue_Y9Ib74kE70j6AS5g.gif></=
body>
</html>
--00000000000000d0aa063ba3822d--
contact/cur/1752995487.M954859P651159.premium320.web-hosting.com,S=10253,W=10401:2,S000064000000024015151007557640020605 0ustar00Return-Path: <3l5Z8aBcKAAIiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id wF96OJ+WfGiX7wkAVkXPrw
	(envelope-from <3l5Z8aBcKAAIiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 03:11:27 -0400
Return-path: <3l5Z8aBcKAAIiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 20 Jul 2025 03:11:27 -0400
Received: from [198.54.122.200] (port=62511 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3l5Z8aBcKAAIiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com>)
	id 1udOCm-00000002lWh-1fzS
	for contact@24hourwaterdamagerestorationlongisland.com;
	Sun, 20 Jul 2025 03:11:27 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=BmjfCM4O;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3l5Z8aBcKAAIiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com designates 209.85.160.201 as permitted sender) smtp.mailfrom=3l5Z8aBcKAAIiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com
Received: from mail-qt1-f201.google.com (mail-qt1-f201.google.com [209.85.160.201])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4blF7X1drrzFyVw
	for <contact@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 07:11:20 +0000 (UTC)
Received: by mail-qt1-f201.google.com with SMTP id d75a77b69052e-4ab6d31e2dbso100411251cf.3
        for <contact@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 00:11:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1752995479; x=1753600279; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:mime-version:from:to:cc:subject
         :date:message-id:reply-to;
        bh=27KmDYGalIt+632TBt6rneR5ySnIDJ2+MAi0/ZO+Kno=;
        b=BmjfCM4OE/NutDwCN5zAP02T5/qk8OjNE6oRrfxFZ+1FUVgtIns1CyXe6ZKWiKYDPJ
         5qI74PSbUrmXG5hScESWVKTICYj6kH7zrklYNcXDKTMw5d5RFp1ASJFTi/1aK84RxK1Y
         IirWFMeZKmozhzShhqNwmJxv9zXxaHyvVWOieETsNs0Sc8AkFraIo6aiViGVvJgMH8IY
         ViG2zWMOIusts5RJzgvXZnVUnNHtwl0eQtlDQqThVjdKal+8yeINKnPhC5Ko2N6QGm3I
         W79WxuRxZYQKffWYdsI3TueJHHqrpXWbSdN/7eVj/yegDJliobKQz8OLMpqphgYuac3h
         9tZA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1752995479; x=1753600279;
        h=to:from:subject:date:message-id:mime-version:x-gm-message-state
         :from:to:cc:subject:date:message-id:reply-to;
        bh=27KmDYGalIt+632TBt6rneR5ySnIDJ2+MAi0/ZO+Kno=;
        b=USSrGjDfpN7O2w+D8nBZSsdegbwchmf4Hk49LWo1ZRBfamQKOsCiB+9THatqoi5qEX
         PLJEsMmaGbdNz7gzsReHUpXSlXGBdshT3Zq4PoP2E8KnzOoW/Ay6MzeSQA8vU+pp5Uq5
         QNbuSb38mnKcPCro14pAtyIu8kF1A1Qb/HXkLq1Fo3H7GPlh/zu220hz/0L/B4OoZfJn
         pZMfabKwdT2rGaUwC9PiQBYSXe7ESJnt8DntPVRbLK6Y1d3Z8kuceKA8ThIusmkVPYqB
         HEKAMcF48tEO/HS3Vpptfc8A9rqXoyb7mCOTLkLzNFMdHv8ZW9tLqJNGfhxCjvSr/Lib
         mc5Q==
X-Gm-Message-State: AOJu0Yy9uKzXZE+AFM85ZKxgQrDR0K+KigdVRbyi7RhkCEv6ADmBOTY9
	y6AJdSN2gtmr2Dbl6ZB3P8Y6NzUP94YQIEDMajJkd1P40gaW3E48p9/i2yhsJeG5yAk6DHM=
X-Google-Smtp-Source: AGHT+IHmY261lq4gLbR+xkaQj7iTuBILp+crkckan6EA8O6OPOyn49rDkjnBPzgSwWz+WdBX2YXk3A5O24nV6Q==
MIME-Version: 1.0
X-Received: by 2002:a05:622a:418b:b0:4ab:74d4:913c with SMTP id
 d75a77b69052e-4abb2d95472mr136239111cf.42.1752995479646; Sun, 20 Jul 2025
 00:11:19 -0700 (PDT)
Message-ID: <autogen-java-3c33c272-3014-4cd7-805f-faffd6c7f559@google.com>
Date: Sun, 20 Jul 2025 07:11:19 +0000
Subject: Verify your email
From: The Google Workspace Team <googleworkspace-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000db709c063a5710f5"

--000000000000db709c063a5710f5
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

VmVyaWZ5IHlvdXIgZW1haWwgYWRkcmVzcw0KDQpIaSwNCg0KVG8gY29udGludWUgc2V0dGluZyB1
cCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgYWNjb3VudCwgZW50ZXIgdGhpcyAgDQp2ZXJpZmljYXRp
b24gY29kZToNCg0KMzkxNTU5DQoNCklmIHlvdSBhcmUgbm90IHRoZSBvd25lciBvZiAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20sIHRoZSAgDQpvd25lciBtYXkgY2hv
b3NlIHRvIG1hbmFnZSB5b3VyIEdvb2dsZSBhY2NvdW50IGJ5IHZlcmlmeWluZyBkb21haW4gIA0K
b3duZXJzaGlwLiBZb3UnbGwgYmUgbm90aWZpZWQgaWYgdGhpcyBoYXBwZW5zIGFuZCBoYXZlIHRp
bWUgdG8gZXhwb3J0IGZpbGVzICANCmJlZm9yZSB0aGV5IHN0YXJ0IG1hbmFnaW5nIHlvdXIgYWNj
b3VudA0KDQpEb24ndCBrbm93IHdoeSB5b3UgcmVjZWl2ZWQgdGhpcz8NCg0KU29tZW9uZSBpcyB0
cnlpbmcgdG8gY3JlYXRlIGEgR29vZ2xlIFdvcmtzcGFjZSBhY2NvdW50IHdpdGggdGhpcyBlbWFp
bCAgDQphZGRyZXNzLiBJZiB0aGlzIGlzbid0IHlvdSwgdG8gcHJvdGVjdCB5b3VyIGFjY291bnQs
IGRvbid0IGZvcndhcmQgdGhpcyAgDQplbWFpbCBvciBnaXZlIHRoaXMgY29kZSB0byBhbnlvbmUu
DQoNClRoZSBHb29nbGUgV29ya3NwYWNlIFRlYW0NCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLQ0KR29vZ2xlIFdvcmtzcGFjZQ0KDQrCqSAyMDI1IEdvb2dsZSBMTEMg
MTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCg0KWW91
IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCBiZWNhdXNlIGl0IGNvbnRhaW5zIGltcG9ydGFudCBp
bmZvcm1hdGlvbiAgDQphYm91dCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgcHJvZHVjdCBvciBhY2Nv
dW50DQo=
--000000000000db709c063a5710f5
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div style=3D"display: none; max-height: 0; overflow: hidd=
en;">Enter the verification code 391559 to continue setting up your Google =
Workspace account.</div><div style=3D"background-color: #f8f9fa; padding: 2=
4px 24px 0;"><div style=3D"margin-left: auto; margin-right: auto; max-width=
: 580px;"><div style=3D"background-color: #fff; border-bottom: 1px solid #d=
adce0; padding: 36px 36px 64px;"><div style=3D"text-align: center;"><img al=
t=3D"Google Workspace" dir=3D"ltr" height=3D"21px" width=3D"166px" src=3D"h=
ttps://gstatic.com/apps/signup/resources/google-workspace-lockup-color.png"=
></div><div style=3D"margin-top: 24px;"><div style=3D"font-weight: 700;text=
-align: center;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif;=
 font-style: normal; letter-spacing: 0.1px;color: #202124; font-size: 24px;=
 line-height: 130%;">Verify your email address</div><p style=3D"margin-top:=
 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-sty=
le: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-hei=
ght: 150%;font-weight: 400;">Hi,</p><p style=3D"margin-top: 24px;font-famil=
y: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; lett=
er-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;font-w=
eight: 400;">To continue setting up your Google Workspace account, enter th=
is verification code:</p><table style=3D"margin-top: 24px;background-color:=
 #e8f0fe; height: 178px; width: 100%;"><tr style=3D"font-weight: 700;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 24px; line-height: 100%;">=
<td align=3D"center">391559</td></tr></table><table style=3D"margin-top: 24=
px;"><tr><td style=3D"text-align: center;color: #3c4043;"><img alt=3D"Infor=
mation icon" height=3D"20px" width=3D"20px" src=3D"https://gstatic.com/apps=
/signup/resources/info-icon.png"></td><td style=3D"width: 24px;"></td><td s=
tyle=3D"font-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, s=
ans-serif; font-size: 12px; font-style: normal; letter-spacing: 0.3px; line=
-height: 133%;color: #3c4043;">If you are not the owner of <a>24hourwaterda=
magerestorationlongisland.com</a>, the owner may choose to manage your Goog=
le account by verifying domain ownership. You&rsquo;ll be notified if this =
happens and have time to export files before they start managing your accou=
nt</td></tr></table><p style=3D"margin-top: 24px;font-family: &#39;Open San=
s&#39;, Roboto, Arial, sans-serif; font-style: normal; letter-spacing: 0.1p=
x;color: #3c4043; font-size: 16px; line-height: 150%;font-weight: 500;">Don=
&rsquo;t know why you received this?</p><p style=3D"margin-top: 24px;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;fo=
nt-weight: 400;">Someone is trying to create a Google Workspace account wit=
h this email address. If this isn&rsquo;t you, to protect your account, don=
&rsquo;t forward this email or give this code to anyone.</p><p style=3D"mar=
gin-top: 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; =
font-style: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; =
line-height: 150%;font-weight: 400;">The Google Workspace Team</p></div></d=
iv><div style=3D"padding: 24px 16px;"><div style=3D"text-align: center;"><i=
mg alt=3D"Google Workspace" dir=3D"ltr" height=3D"22px" width=3D"180px" src=
=3D"https://gstatic.com/apps/signup/resources/google-workspace-lockup-color=
.png"></div><div style=3D"padding: 10px;"><p style=3D"text-align: center;fo=
nt-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif;=
 font-size: 12px; font-style: normal; letter-spacing: 0.3px; line-height: 1=
33%;color: #5f6368;">&#169; 2025 Google LLC 1600 Amphitheatre Parkway, Moun=
tain View, CA 94043</p><p style=3D"text-align: center;font-weight: 400;font=
-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif; font-size: 12px; f=
ont-style: normal; letter-spacing: 0.3px; line-height: 133%;color: #5f6368;=
margin-top: 10px;">You have received this email because it contains importa=
nt information about your Google Workspace product or account</p></div></di=
v></div></div></div>
--000000000000db709c063a5710f5--
contact/cur/1756116929.M500704P3812287.premium320.web-hosting.com,S=33191,W=34038:2,S000064000000100647151007557640020657 0ustar00Return-Path: <3wDesaBcKAC0KdbRWNbbYaXORUN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id ENJuHcE3rGi/KzoAVkXPrw
	(envelope-from <3wDesaBcKAC0KdbRWNbbYaXORUN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:15:29 -0400
Return-path: <3wDesaBcKAC0KdbRWNbbYaXORUN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:15:29 -0400
Received: from [198.54.122.200] (port=40203 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3wDesaBcKAC0KdbRWNbbYaXORUN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com>)
	id 1uqUEc-0000000G1UV-1ZIT
	for contact@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:15:29 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=v4b9wi0C;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3wDesaBcKAC0KdbRWNbbYaXORUN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3wDesaBcKAC0KdbRWNbbYaXORUN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9RWN3xFnz16Lv
	for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:15:28 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-7210a14dff0so4806327b3.0
        for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:15:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756116928; x=1756721728; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=okEdwzNjoGoCMhEPRF5vmW2k6TXFnoiBLFzEs7LE5F0=;
        b=v4b9wi0CLuSRYs+fTIwvKbB3fEqhoGO/6/gbdD8D8M30Go2paTdiypZH01B6EH9UDh
         XcZncVdcW9u74epfXPeFFYUSJzGJ8s5rsf3tgf1qkjjfZAhV6gJNielyZ2JeGUrj2UeG
         uKOBqrRE2UIBpKVckS6wxI/5+6XOVh0M3Jvj20eEsdDrKzugfxRAULSAL31Ly7oIM7HX
         d22BCQBiyflg0nQKjvpbMNq5LwSbY2Tcm7sk5mSfffMPAlNJ2b2BPRfyGg0/5G+ahRaV
         DIcsCW1AdpgeLASj02Avgw7IJteY8vr4o9s1fiZo00vENmkbawChnCZI+nN5gKgkyRwB
         I+ag==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756116928; x=1756721728;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=okEdwzNjoGoCMhEPRF5vmW2k6TXFnoiBLFzEs7LE5F0=;
        b=V9yl7YXmX5TseoWuSStyMAESC33d8b42Qf4UglXJV09Nd59w8brBjkiPW3vQQy4QsY
         7gqIxzSSTk0ps+hZdO07xz6vcz1DYT9yalyNC/msyIXZ5eAEnVtXK33is2kKz6L0oQX7
         UP2uQCooIa38JOmODjWYqrLPMrhfsvOMMIaFBprQm1U9HWCvWnHl3pZmyZOAdOyVFMv0
         4OG6GZYFQaZkofnq442Enw6X4Q5dbs/iS7+3cS6Z0NF4A8SR1W1pM0hOjpZ4UaWNDuMZ
         svCLAarME8iJDxUMrZVNPwkN9dbei+WInSrQcLXIQFVxEE3dWpmoXcAJ6ZE41mih+vcZ
         rq7A==
X-Gm-Message-State: AOJu0Yz3KtvvQRATZ87v+AbWoF2hx8g8WuPlxQutY0jaV3Z/1G3YKpAJ
	8gVQ+JPBZ9Cur47PVu+Z+oDKCZOdJuPsJQXggnYvgfwecj8Q8/4=
X-Google-Smtp-Source: AGHT+IElzQogy4J9I8701yNIJXI18yZp3yh7mZT6tx3gS3KiFw496A+0jIM42/fO5VoeNfVQtd+1nUg=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:3503:b0:71c:990:3009 with SMTP id
 00721157ae682-71fdc844be7mr133332827b3.17.1756116928069; Mon, 25 Aug 2025
 03:15:28 -0700 (PDT)
Date: Mon, 25 Aug 2025 03:15:28 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 2e8a9bc3b51a0000
X-Notifications-Bounce-Info: AWoTSIGQAtv8sDAvvj_BjBKsEipmTzACd1gXFaA6DdAB7iv8O0PQezCZVRU8bGHAHhnthD7PCaMcPg5diHywx01olxOfeAp1mC7MyJ0rThHf06SgKNf4-yvyFdOHjLvJvXdhervN95MpcpVi6oxrRdRHczqLXgfLWGTXSkRlx880XsLmx9K1YCSDUoTW4SXgQu1dbKEpi2DSFaRlSNuoxLl973lpSJ--30u-lNDR7WlYiI20IJnpIrDLVXWMPuNiMOIKFTOQUZOukGFhimGgY_M8H6FFIIv1VxjMrOvQmfKJGRqPoKn5BaIRPHzxcFhHapqhpSpGZ9Xzk4U6rMdTjA_O1QqmHpcmtg7KdG2u9TpdP8b8gM6qA3LPMEhpzZC4CL0VuT1aQdR8mbx_2VePl2ODEkxGD6q-NEMqJFtdIYDLOD1J825Vz6c_2zerVarkzCtYMOSOFafgl6d_emqZU6BjutLukUNUbm1dmvQwIonXsiLbZGlGg3zYE7W4ZRbe9YLpenygDEDnziUZRU03SOsUK0hC7xzmWnQ98wNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <79cc2f1e8ae4f067a4ec13d28cbd10a45b6fecef-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000ae802a063d2dd5aa"

--000000000000ae802a063d2dd5aa
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo4MjI4Ng0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzQ1MzI3ODM0Mzg4
MzYxNjQ1MzAvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTgyMjg2JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cmZwaDVGNFBYcF9DQXZXaGtjUFg5bl9KUnMwWFBYY1J2YTVrOHpFMjhI
a2ZzVmg5UVpROVhySGlQQlZTQk13T1I1RjJ0amVGa0RoV041SmxETUtiOHpNOEt0SVZPWnRUWmFD
TS12YlBPWEpsVWZKMEx6eXVwR19uSHpoSFE+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwMnh0bEt3SE5K
WE1GaS1zekZKakVQc1dya05fSXdlTE5JMjNKR01Wb1dzLVY2c2lyOWd1NUJOMmlmVWYtd1o0T3RU
Q3RCeHpWeUpWb2wtbFJLZXpqNWc3N1R0aTRQV21aTTBMbXp5RTQwc3B4QWppMzhMOF91ZEMtYS1T
MHVnZHN6dDUwck83RHNLdENmOEwxRk1jYndSd0U+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgY29udGFj
dEAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi80NTMyNzgzNDM4ODM2MTY0NTMwL3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj04MjI4NiZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNW9S
bnR1LUthUzdoVElpN1NIR0pqVkpfNzZTQUJIYjJCcE1LNkY2WFVTLWVHV09LcnowSjRzYkVMY3pw
TGlMZThaLUpibVpLOWZ4MmlKYm4xUTJuQjNubnd0ZW9Qak9BMDdXQ1YwVjFYRkplamU5T29COFVW
aEladU9PU2prN3JYQT4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81cHg5NU5wVHFzQmFGaHdrX3dpNDVhMnRNM05LNUNoY0x0WEtCdUUzODhnYVNfR3NjU0pY
VG9QcGhNR2RsSmxhZHRXeW1SaFFiOVdZMXpWT0hMaHJTYS1qTWtmbS1weER2SWVXSlM0Sy1OOGRQ
amxyMnlqd2lManRCMmc0c1FZTEhRUGh5VjNTVUxkdjBza2xhbXZ4VlA4NEFuLXhiN0h1bXdTV2c4
V1p3WT4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvRGVSRVNvbWNVRHNuV1JlUlhnWC02ODNaQTBFcDlm
WEtESXpqVkRMeHBzMW0wVEhDR0dDM19QNTlYc2VDdDNIR0FWS1F3UWN6LWlrV0R1VW8xV21OY1I4
NGZGZk5TWmRlRUNoUnJvc01fUFNnTkZGMXJFcldvQ1lDVE5LNGJLV0ZhTTZZPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000ae802a063d2dd5aa
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/45327834388361645=
30/profile/verify?hl=3Den&amp;pin=3D82286&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5pAFlbZ_ZdCazD6eNpbwfaDGiEBL2nJBWgDkbb9fEYl1S1l9FOrpcBaZJACS7vId80PvXOm=
z6WnBvEATbZSK5cWwt_KUWyzwK0iGjtq1kRIBbMJ7aIQgsY>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">82286</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4532783438836164530/profile/verify?=
hl=3Den&amp;pin=3D82286&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rgTPjUqCV8hJ1=
2z-zlq3TkYLL94e_C4ecP7fWwYy-_Vhk7d1TzP-Iopf0ZNJ_em1v7O-SAjHqze3_5Ja04o2Op7t=
55B4vuyzYbqgZMdfiWV-OJcYghaab4r9paWBJcBQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4532783438836164530/profile/verify?=
hl=3Den&amp;pin=3D82286&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rgTPjUqCV8hJ1=
2z-zlq3TkYLL94e_C4ecP7fWwYy-_Vhk7d1TzP-Iopf0ZNJ_em1v7O-SAjHqze3_5Ja04o2Op7t=
55B4vuyzYbqgZMdfiWV-OJcYghaab4r9paWBJcBQ target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4532783438836164530/profile/verify?=
hl=3Den&amp;pin=3D82286&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rgTPjUqCV8hJ1=
2z-zlq3TkYLL94e_C4ecP7fWwYy-_Vhk7d1TzP-Iopf0ZNJ_em1v7O-SAjHqze3_5Ja04o2Op7t=
55B4vuyzYbqgZMdfiWV-OJcYghaab4r9paWBJcBQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5osy2EoCKH7yya-2Q=
nzbfF7wFIDl0ux-uKsFynt57HamSkAIgWuxOLfnPJmI9p2S1edMASPTDXm6wu0kZIvvC0IZJQKs=
j236po32RgLypqr8M4KHtBMZYPKP75Gnl0tBsUNlH4j6qxzRqEiELYxVomRMAnQnQ style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">contact@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4532783438836164530/profile/verify?=
hl=3Den&amp;pin=3D82286&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qC6TE1-0pl9Yo=
7lys2HvtxQDXXkYcidx7I3aNdxrFcMJTPzCeob25UV7kke-2W30iT3qdRY-6TtuykrvuKeQmSMM=
TjrpzpzG1CVYLm6sUwj9kQr8AyRUihPOQZcv--9YoGHw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4532783438836164530/profile/verify?=
hl=3Den&amp;pin=3D82286&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qC6TE1-0pl9Yo=
7lys2HvtxQDXXkYcidx7I3aNdxrFcMJTPzCeob25UV7kke-2W30iT3qdRY-6TtuykrvuKeQmSMM=
TjrpzpzG1CVYLm6sUwj9kQr8AyRUihPOQZcv--9YoGHw target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4532783438836164530/profile/verify?=
hl=3Den&amp;pin=3D82286&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qC6TE1-0pl9Yo=
7lys2HvtxQDXXkYcidx7I3aNdxrFcMJTPzCeob25UV7kke-2W30iT3qdRY-6TtuykrvuKeQmSMM=
TjrpzpzG1CVYLm6sUwj9kQr8AyRUihPOQZcv--9YoGHw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5pdwCcL0muoNWAG7G-o9FSrdunpxJpbQP8ujFh1c_Tv8WRCDlZgVzy7h2OJ0dN_Cu8b6bP=
uYrPLLt3uRWJw2jy1IyxQ6O39T7qI6G1qXCizKb11bhS3cQOx-wXcozH6tyMou4leEvUHxLtAXe=
uqhwkWNS4XGTjf2w7COIz2zYF9ZA style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5pYrY43rE1-aqEuWgSScMSoGKpgSOhU7TinivrotR0O6l4cyhf7wJC5cSl-kvzE8e8ciYsE3lX=
ce-atVC_RS_ucaJ2NC7MBm8BX0J5SczcJi4Qd0O0Y-RvwYYND41AEw9_nia_QzQ style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5p88INHkLMrT9Q-VOgrl3m42irEjuMeJDvTutdYaQKGPCSG4nnO1wJHBA2FSv9Fbm=
ImuDQCG74p7XVe0CCi4bwLoyQXhYhn7PcQUUT5zSYo3-BDhA1z7GlMymMOFWwTd_Axwg.gif></=
body>
</html>
--000000000000ae802a063d2dd5aa--
contact/cur/1752995584.M436374P663174.premium320.web-hosting.com,S=31367,W=31961:2,S000064000000075207151007557640020626 0ustar00Return-Path: <3-5Z8aBcKAGYKSSKPIaSVOWTEGI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id k4nmGQCXfGiGHgoAVkXPrw
	(envelope-from <3-5Z8aBcKAGYKSSKPIaSVOWTEGI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 03:13:04 -0400
Return-path: <3-5Z8aBcKAGYKSSKPIaSVOWTEGI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 20 Jul 2025 03:13:04 -0400
Received: from [198.54.122.200] (port=32734 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3-5Z8aBcKAGYKSSKPIaSVOWTEGI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>)
	id 1udOEK-00000002mWF-3gM9
	for contact@24hourwaterdamagerestorationlongisland.com;
	Sun, 20 Jul 2025 03:13:04 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=NemPrWTA;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3-5Z8aBcKAGYKSSKPIaSVOWTEGI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com designates 209.85.166.199 as permitted sender) smtp.mailfrom=3-5Z8aBcKAGYKSSKPIaSVOWTEGI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4blF9S2LrWz17Cj
	for <contact@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 07:13:00 +0000 (UTC)
Received: by mail-il1-f199.google.com with SMTP id e9e14a558f8ab-3ddd90ca184so27460265ab.0
        for <contact@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 00:13:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1752995580; x=1753600380; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=nwZgUycxBsHK9kN5XdJ5NctScmW9y36nYj0UQNNKemM=;
        b=NemPrWTAIpRXuI2bZJIlJsOimu3M4KhIpTP6T8UweC0FtypFWJEKif8NJ7cxvvGvqC
         TAYkKeLEiVs/0HtLSEbX4RQtgrrkF/XbedL7H1r3X5ENFV8zpqCwp/uRM+Qokj+PvRif
         8ZX6DKS2T0giTPqTNO5lMswanWvfdw2sb8nYt6rTYgVAxnUNY178DGsAF8m6EHWAme5H
         W3fZNHaVqMGN9ToIMgj2OK3Phb5PGC6qOJUQ6/gO0LVNe32MTYV0jcSf0fe9vTfNKsAn
         ed9DcJexcJFCCBbjZnai2DoNPxxs/fGSGVXgUT+eNUIOr+N9sVMAvcRQxhk2dBqX8jLP
         47FA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1752995580; x=1753600380;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=nwZgUycxBsHK9kN5XdJ5NctScmW9y36nYj0UQNNKemM=;
        b=UahPAStzfkUEmuuiOKxPDPKkzyRU48i0WH5siBD1z3+Z7A1/YMEzX7aFAL8cTH/M9V
         EpTf4TnnTkYM/KXfjKo57zlrhs69v/Fl+KZ+6cikIzGKhJZcmGUmYm/FFrHKKjRZisBs
         lou8gXg9SQlc0C3drHq0TQGmZx22oOG+hxY05Fyu6qvT4n/cb/mRTxCSeFl4bZTV4PSN
         HBye6dpO4865vqlaa/klgE4MEfqiqlwWNXb9b7OXROw9nSvzCb7f15gG/v74bkhsWEHf
         geWyKz/xhZ7UYNXWilriBqrcHyXAnU7l90ZPlSioDZNEkgLB6yE+DRsa98SRVxD9DiWN
         fCtA==
X-Gm-Message-State: AOJu0YwOBa5JSkUXQHyy6xMDNS0I0+tUhfwYGbel+1qLnjm7a8N5EaKx
	nEYkRHy/qWHnmbBh8DpIYVUva7/USxG4SZY9RPIYKETMIZYFWbg=
X-Google-Smtp-Source: AGHT+IGjXeG9y4OsI8pl5L//XSJbdIvK7QwEailjHlp7k8lroDNXV+JmlRlM/Vcdgh+s1VgPN3ratjg=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:1d98:b0:3de:11e3:8d38 with SMTP id
 e9e14a558f8ab-3e297483a7cmr83419875ab.22.1752995579877; Sun, 20 Jul 2025
 00:12:59 -0700 (PDT)
Date: Sun, 20 Jul 2025 00:12:59 -0700
Reply-To: Google Workspace <googleworkspace-noreply@google.com>
X-Google-Id: 4118893
Feedback-ID: P2542-0:C20184961:M110499870-en:gamma
X-Notifications: edae7872955a0000
X-Notifications-Bounce-Info: AWoTSIHTiPmQR3kfFY6kvY_T6HAcURpdY8iVRAqf3oCWsHUEoSgCeJhQw3ix1YoSbiL6RdmzMNHy33OjLaN3EZfavYbXYau2v0Dw791r8ursy1KZvLQywpBXqdQYQm9nG5LI7ZPEccwpsqgVD-Z1-KS1UhHR0bJnV_gJk84cokzluxAynK71YOUm9EWRd5vPDhnB1Mx1gAkSmlwR81yuXcekgGFKNZlH6QtezpdGDsorxsub7v_kLaO32QLKsUIw72pSWbGnBWgOx1hm7mgi18eU7sg58fnhbhI0WH9suxMy2m2aVZ9hI1iDgD8bW2GOdPuRTccV6DFnyYJya9CJKSj_o_46RGewtN8VaoY2YS5GxIbqXBWNOOzyrdwpMXQ9YM45YwvLLq_7Tp64u6J-7E5gmwPJTG9cpkg3v7KLSqvEmGEOG7MeNfX18WlCiJFG5wP1G2UcvmLozzy89X0ZgX9jJO6QANKRU46CdhdVQWHPnytXsVuoRk6uWqWAan7KvCDqCeHFWEs5aTqBXpzdcUTRIybZTdrvmMmJBpL-PxzMHs-TXg9FAuujCrKBCkC9VrmpZ0BEYCHoGZKcv7FN4qp1ukBmtJwzfxeqHANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <71db50ed5b886bc8f5ed3165feb4fa8fdf6e0eb6-20184961-111051900@google.com>
Subject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
From: Google Workspace <googleworkspace-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000d4dbe2063a5716da"

--000000000000d4dbe2063a5716da
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoyNCBob3VyIFdhdGVyIERhbWFnZSBSZXN0b3JhdGlvbiAsIHdlbGNvbWUgdG8gR29vZ2xlIFdv
cmtzcGFjZSBFc3NlbnRpYWxzICANClN0YXJ0ZXIhDQoNCllvdXIgc3BhY2UgZm9yIHdvcmsNCg0K
DQpZb3VyIG5ldyBhY2NvdW50IGluY2x1ZGVzIGJ1c2luZXNzLWdyYWRlIHZlcnNpb25zIG9mIEdv
b2dsZSdzIGNvbGxhYm9yYXRpb24gIA0KYW5kIGNvbW11bmljYXRpb24gdG9vbHMg4oCTIGFsbCBh
dCBubyBjb3N0IHRvIHlvdS4NCg0KDQoNCg0KDQpDcmVhdGUsIHN0b3JlLCBhbmQgY29sbGFib3Jh
dGUgb24gY29udGVudA0KDQpVc2UgR29vZ2xlIERyaXZlLCBEb2NzLCBTaGVldHMsIGFuZCBTbGlk
ZXMgdG8gYnVpbGQgY29udGVudCBhbmQgd29yayAgDQp0b2dldGhlciBpbiByZWFsLXRpbWUgb24g
YW55IGZpbGUsIGluY2x1ZGluZyBNaWNyb3NvZnQgT2ZmaWNlIGZpbGVzLg0KDQpTaGFyZSBhbmQg
Y29sbGFib3JhdGUgb24gZmlsZXMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cmFqZzk2UWV2X0Rp
X3BLbV9xRWJCOFVxUDRBNWVHREV6bFd1UG5JVTNvVnk0U2hKZnJWVGpBamdMemRFOHI2ckVrbDhJ
ZloyUXhCN3hQNDVHX2IzMmMwNUYwdzc1aURKam83UUhncERCUGtFcVpibnhUWU5obWFqdWtjV2h1
ZVZxb3daVnpETzNsYmRkRjFOUUQzQmF0Z0JVWHRvWHZxUGItQ2JvUmZZZXd0YVFhemZqQ0FhY1ct
M0ZQUkp2TXJfV2NYMnhIdGxLRDZUSlFzanZLc25KNE9VcG9aazdqSE9XM0V3Pg0KDQoNCg0KDQoN
ClN0YXkgY29ubmVjdGVkIHdpdGggdmlkZW8gbWVldGluZ3MgJiBjaGF0DQoNCkNvbm5lY3Qgd2l0
aCB5b3VyIHRlYW0gZnJvbSB5b3VyIGNvbXB1dGVyIG9yIG91ciBtb2JpbGUgYXBwcyB0aGF0IGlu
Y2x1ZGUgIA0KR29vZ2xlIE1lZXQgYW5kIENoYXQuDQoNCkhvc3QgYSB2aWRlbyBtZWV0aW5nICAN
CjxodHRwczovL2MuZ2xlL0FOaWFvNW94eUktT1ZIaEdBUGJXVEFSM3dSSlJjTFlNV2FMa3lPUUVl
aHhnY1lCSWI2Uzc3U3lBSDVGdm96VER4emxKTS1UbEtUZ0ZCWHI1VEtnTHFyU09JR3dmMGVTOENI
SnlYSTMwb1doVWo0dFpYcE1ISWVSREN4RWx0YUFVWG5GQj4NCg0KDQoNCkludml0ZSBvdGhlcnMg
dG8gam9pbiB5b3VyIHRlYW0NCg0KWW91IGFuZCB5b3VyIHRlYW0gbWVtYmVycyBjYW4gZWFzaWx5
IGludml0ZSBvdGhlcnMgdG8gam9pbiB5b3VyIHRlYW0gYW5kICANCmNvbGxhYm9yYXRlIHRvZ2V0
aGVyLg0KDQpNYW5hZ2UgdGVhbSBtZW1iZXIgIA0KaW52aXRlczxodHRwczovL2MuZ2xlL0FOaWFv
NXI0RGM0QzFWeHFWNFlVaHZRLXhYcUxtU0JkT3pjZUtMRXpwcE9QRlBlUTEzcm9zMEdpMTFmMzVV
UUFaRkhtTlliTWhKWTdZNXBzX25rbWZOZTlnMDFQZ0lhX0FrZ29YZ2pTTGxIWW9SRGRTb3U5LXQ2
MHQwVlZGR1ZhcnEwdFBIbjBwTEZ0NFVHMTU5X1k5cFE1VG1KckplZ3VDY0JpNDh6bG0tUmhERGlV
dE1zLWtyb0NFSXAwSWpKYkFRPg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FO
aWFvNXBKMFNtYUt6YUIwWUY5NlhTZk1nZXA1aXNBTjhETnROcXdfMkhWbGFqX2RzRF90eEQwT1Vi
U0tXcGY2ZHhmaEpNNG01aTR1LWpwUkdLZ3BCTTh0T2pIM1hkWXlXcW5nUnZ5d01qVGpYLVc0VUZ6
SW56UDR6bEIzVk1sX1EydzRUenY0ZEpVWHdqRDl3X3o+DQpUd2l0dGVyICANCjxodHRwczovL2Mu
Z2xlL0FOaWFvNXAwU1JqOHVPakRjSHlrMW1XTUkwTlVvWUc0WTNlUkRqY1NDZHRST2JkUGYxOFRW
VFJmb2s1bXlwcVhwc2EtMC1sMnFrNmNKYTY4MVpOSW9pbUo1MFdYUzJkUWxYSERQT1JXd2wwQnRm
bGJqZnZfOUdqTGRnUU9odG5CLUY4QjlDRmZkMTRPRmNjPg0KTGlua2VkaW4gIA0KPGh0dHBzOi8v
Yy5nbGUvQU5pYW81cVdxRzNUTkVtcFZsR3FtWTZNTTA2SHRQcWQ5OGNrNW5kQWozQUJqREhTd1lC
MnFoWmtjb2VUakJYVDJHMFZxd2xmelZkY2liUjFPSmh4TGQ2aFAzc2c2VnNNeV93QnYxOGM3X0xM
RkFyU0V6bjZHTERua2w1bE54UEZZdTd6SkJrM0NjYjR4WjRIeFhvb0Q4S0JUY08xQnF0a3ZVeU4+
DQpGYWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyUEl3VU5PV0FseXZIWWxGYThjMTAy
RzdjbjhZUmNyb1ZORTZuQTViTFJyVU5hOU5zQ1hNTEIyVjlKU3otMVI4VWk5elZHcVZZWXEwWUts
c3pqWGlZbk94WGY0RVpGWWs5VGlxc2JFZi1pRHdTUFRicWtYUGozZmVfNWM5WTQ3YVpBdzVnYnYw
RnliVXlZcWNjPg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9LM1VVODJQdzZ6
Y1JHejVWVG1KRlZfSDhyMTJQRVdxZjVKU1VMVUtjajBNT2ZXVDR3akxJbExwZjhSc05pTEZsM3dm
VEVWYjNuUUZwXzFXcV9iOXlwOF9kYkVPd1U2dWdqclNwTFZMSUNKNV9YNlRKeFpoLXFzZFJIaV9P
bDRSbHUyc1Y2YTlHaFdoekZGbjBZZVc0Pg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQ
YXJrd2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KWW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBl
bWFpbCBiZWNhdXNlIGl0IGNvbW11bmljYXRlcyBpbXBvcnRhbnQgdXBkYXRlcyAgDQpyZWxhdGVk
IHRvIHlvdXIgR29vZ2xlIFdvcmtzcGFjZSBwcm9kdWN0IG9yIGFjY291bnQuDQoNCg==
--000000000000d4dbe2063a5716da
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Essentials Welcome Email</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;" cl=
ass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Get st=
arted with Google Workspace Essentials&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
   =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 wid=
th=3D480 align=3Dcenter style=3Dwidth:480px;>
    <tr>
      <td style=3Dfont-size:0px;height:10px;>&nbsp;</td>
    </tr>
    <tr>
      <td align=3Dcenter valign=3Dtop width=3D480 style=3D"width:480px;bord=
er:1px solid #DADCE0;mso-border-alt:1px solid #DADCE0; border-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dwidth:480px;>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:25px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
000000; padding-top:15px; padding-left:32px; padding-right:32px;">24 hour W=
ater Damage Restoration , welcome to Google Workspace Essentials Starter!</=
td>
  </tr>
  <tr>
  </table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
                        <!--[if gte mso 9]>
<td class=3D"desk_show"  align=3D"center" width=3D"480" style=3D"text-align=
:center;vertical-align:top;width:480px;">
              <v:rect xmlns:v=3D"urn:schemas-microsoft-com:vml" fill=3D"tru=
e" stroke=3D"false" style=3D"width:480px; height:160px; text-align:center;"=
>
<v:fill type=3D"frame" size=3D"480px,140px" src=3D"https://www.gstatic.com/=
gumdrop/files/gsuite-multicart-transparent-w960px-h280px-2x.png" position=
=3D"0,0"/>
<v:textbox inset=3D"0,0,0,0">
<![endif]-->
                       <!--[if !mso]><!-->
<td align=3Dcenter width=3D480 valign=3Dtop style=3D"background-image: url(=
https://www.gstatic.com/gumdrop/files/gsuite-multicart-transparent-w960px-h=
280px-2x.png);background-repeat: no-repeat;background-size:480px 140px;back=
ground-position: 0px 0px;width:480px;">
  <!--[endif]---->


<table class=3Ddesk_show role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D100% align=3Dcenter>
      <tr>
        <td align=3Dcenter width=3D100% style=3D"vertical-align: middle;bor=
der-collapse:collapse;border-spacing:0;padding:0px;width:100%;">
          <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=
=3D480 align=3Dcenter style=3Dwidth:480px;>
            <tr>
          <td align=3Dcenter valign=3Dtop width=3D480 style=3D"font-size:28=
px; line-height:36px; color:#202124; letter-spacing:0px; text-align:center;=
 font-family:'Google Sans','Open Sans',Arial,sans-serif; width:480px; verti=
cal-align: middle;padding-left:32px; padding-right:32px;padding-bottom:24px=
; font-weight:bold; padding-top:71px;">Your space for work
        </td>
            </tr>
          </table>
        </td>
      </tr>
  </table>
                <!--[if !mso]> <!----></td><!-- <![endif]--><!--[if gte mso=
 9]>
              </v:textbox>
</v:rect></td>
    <![endif]-->
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
     =20
             <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:0px; padding-left:32px; padding-right:32px;">Your new a=
ccount includes business-grade versions of Google's collaboration and commu=
nication tools =E2=80=93 all at no cost to you.</td>
  </tr>
     <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-space-for-wo=
rk-whitebackground-w956px-h450px-2x.png width=3D478 height=3Dauto align=3Dc=
enter style=3Ddisplay:block;width:478px; alt=3D"" /></td>
  </tr>
</table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
    <tr style=3D"margin:0; padding:0">
      <td height=3D40px style=3Dheight:40px;>&nbsp;</td>
    </tr>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Create, store, and collaborate on content</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-right=
:12px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-a=
doption-stay-connected-transparent-w734px-h173px-2x.png width=3D368 height=
=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:11px;">Use Google Drive, Docs, Sheets, and Slides to build content and wo=
rk together in real-time on any file, including <span style=3Dwhite-space:n=
owrap;>Microsoft Office</span> files.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;"><a href=3Dhttps://c.gle/ANiao5pOGeDmAzyl5pgbiEkaGK59jcSpuDAgHZ0yd4vX-rg=
ABh1hgblZhd3g2kJ468fxbJd34ReC-NsCeUYEw2dD-xVRvcJcI0MiD-HuyHVtZwbCXeVDAzUx2W=
V0Zpv5OepP2PMghnXe4coFt3lHDwHEePk5FB3WXnU8eP2k3jeQkSxgfrhrxzXXNiLL6a7InhoXW=
NP1d6M7WD-f9oemTuxP43PFq9EEj-sqEX2HoheH target=3D_blank style=3D"color:#1A7=
3E8; font-size:inherit !important; text-decoration:none;">Share and collabo=
rate on files</a></td>
  </tr>

</table>
                </td>
          </tr>
    <tr style=3D"margin:0; padding:0">
      <td height=3D48px style=3Dheight:48px;>&nbsp;</td>
    </tr>
            <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Stay connected with video meetings & chat</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-left:=
14px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-user-ado=
ption-create-store-connect-transparent-w734px-h173px-2x.png width=3D368 hei=
ght=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></t=
d>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:8px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans-=
serif;">Connect with your team from your computer or our mobile apps that i=
nclude Google Meet and Chat.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5oM_vRETrj9MvHb_uZhHHkKuep0w5B1tLdl0bc5c8sRkzBaaqRHcP=
WdS879ycw8wmg7ihnNXzVeGWkwWN8kxn8ueMaZBiwcwxXTYUQ5SX-mJwyAYBbSk9sM2vryF2qol=
R4 target=3D_blank style=3D"color:#1A73E8; font-size:inherit !important; te=
xt-decoration:none;">Host a video meeting</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Invite others to join your team</td>
  </tr>

  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:25px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans=
-serif;">You and your team members can easily invite others to join your te=
am and collaborate together.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5pMXkWFtf9qoHA3lSstdfosyMtzurLoaPRDfb6eJ0wTooYd6YTxeE=
qpmxxGMU30EL-AedIvAKT2TYq3mnHWJnzbqjMvyztVcUeEdp00EiFawTaf7X50hi1K03MBwDpb6=
b-K-pSTONbR67PaTi9yBRH8zGGECn_JvcqgrBtrrtzbohCZzv5C9xtnN9NqHP3T target=3D_b=
lank style=3D"color:#1A73E8; font-size:inherit !important; text-decoration:=
none;">Manage team member invites</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
           <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4 style=3D"bord=
er-bottom-left-radius:8px; border-bottom-right-radius:8px;">

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pv1PWot0ELrHxkfYfXL0NwzlUvSGC-JXdb1WN=
_ObMpJbiob6et_HM_WShR_4qf150JkSkxnyc_YFM99812OxXiVIi8I38Gm0x9ejDrVR2c1U1MoN=
Rm_AxsxZ5iejVqHGEkfETwN6PqBSn1jsA target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ozOv3JaZUeP76oYy9BMhClVOh_MbCgLbTvSQ4=
m1-nyxJ2sH1kjutgTJdqH2aHhBnxeG_EeWl6NAzfHKu7sHkPuLvXvM0Kz52GPLAvjj-oqccFqhj=
alX2-v0dQRKrZ_fhX66Z7v3r5Y0w target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oiV0jVqhpWERzZMe2pYSsI9vBlwbFQQWyYaio=
IIKOt6aGPJ99q_GbSc_sKBhrNIh26Nm_yHBnAw88RLDOIe5UA4EshvY2MiStlah_kjujpSi2yOZ=
ORzJBMX5-FJjiYzIUC5JRqRnEYon-iGSAFnbJ2E-S0CToShBs target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedin width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oi0mOYlbFGTMAqkM5i0hPK9EfmNrNo1pP5mbd=
oo2ffxfQcONgjrdIHpYSmknSrMgX04WgnEeF9dCS7SA7jN3E_6GMrowtv_P7YZ7Tp-XfUp3c2Mr=
X5uY3AO7dgbCubasrUrMEKzSoqvSsKZ1zSLA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5op07xh3A-68GrbSv9lDgsXlBhA0O04Va5aex-=
HV5qANfERn3abNHJnVjXWVvClJxJVuqAC3-UjB1vHvypkzxmATtGjRx2sM0dZlClmo4ErdkqaCv=
_YlxLPQgRihkXVRKO4khJ1bXxkHQT8910k1DkFLw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:16px; padding-bo=
ttom:19px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-famil=
y:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Amphit=
heatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Am=
phitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans,Ari=
al,sans-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans=
,Arial,sans-serif; ">
        <!--[endif]---->
        You have received this email because it communicates important upda=
tes related to your Google Workspace product or account.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>
        </table>
      </td>
    </tr>
    </table>


   </body>
</html>

--000000000000d4dbe2063a5716da--
contact/cur/1754195199.M851523P3603531.premium320.web-hosting.com,S=24824,W=25603:2,S000064000000060370151007557640020660 0ustar00Return-Path: <3_uSOaBcKAE8sB9z4v99685wz2v-458v62Fx55x2v.t53@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 6NWlMv/kjmhL/DYAVkXPrw
	(envelope-from <3_uSOaBcKAE8sB9z4v99685wz2v-458v62Fx55x2v.t53@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 00:26:39 -0400
Return-path: <3_uSOaBcKAE8sB9z4v99685wz2v-458v62Fx55x2v.t53@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 00:26:39 -0400
Received: from [198.54.122.200] (port=55211 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3_uSOaBcKAE8sB9z4v99685wz2v-458v62Fx55x2v.t53@scoutcamp.bounces.google.com>)
	id 1uiQIx-0000000F8lK-2twJ
	for contact@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 00:26:39 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=pVPgtGrY;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3_uSOaBcKAE8sB9z4v99685wz2v-458v62Fx55x2v.t53@scoutcamp.bounces.google.com designates 209.85.219.70 as permitted sender) smtp.mailfrom=3_uSOaBcKAE8sB9z4v99685wz2v-458v62Fx55x2v.t53@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f70.google.com (mail-qv1-f70.google.com [209.85.219.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvmq307pNz275T
	for <contact@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 04:26:39 +0000 (UTC)
Received: by mail-qv1-f70.google.com with SMTP id 6a1803df08f44-7075d489ff0so54905056d6.3
        for <contact@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 21:26:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754195198; x=1754799998; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=OvlDTWM2e0AHctZ5y8T0X7wrzC2Bh6q1wietlaGeTss=;
        b=pVPgtGrYPMgOrkROZb5p+W3ubEs3D9OwI6kRKTSCAoYA/Y+rrTwVzNXleOga+JViH2
         Gr1uvGkauPPS7bivPmngdhAJzwW883BXtW8nGuV6MgOIbWgaFMdhPP/S/Xf5Ijh+21kX
         bW58/fc24ervOp7W48KzLk/RPIbsEcGTY80ZyU98Jb5r523FWbRQ0XYwoDsdGohnXcp/
         dIaxSqghKuXYG7sH+DMbE7qkFE8p7ocrC3Xx+/u2W/r1jpnuaROpCNXvJex3NwWJsGlB
         6W7KNmwOAl1GIDQTJQnv5Z1FpElqq7W6SJfMlSzdU0JtCemqPNjbNBL1mbEeEsgSfAL0
         8wcg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754195198; x=1754799998;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=OvlDTWM2e0AHctZ5y8T0X7wrzC2Bh6q1wietlaGeTss=;
        b=m7Vc+Rl/XGgDBm5S26jQDnGVOa+nUFOP8IvZJWpIOWId6JkCYhJetpBhhFHqhoyflB
         5AqImj71nqZCJAjz+JCaVdeCJPq7oDHFxtLZ87aK39x9StlyeztyA1J9kyX7r3gZcQ8R
         7Aci79FoflEgM5lo/60ClpFdbL3eN3lgx3v2B9FKvH4VvZRmnCFTdoOYD/j5DBD8ZHk/
         pNDfwj6NdZktlTZ+wlZHvX9t6Je7XnxVTqR2nIU+aNBcg0ftyT2fUrzWj3Rt50umiStr
         5eQTADk+CfW1XmkFgN1arAPfaxI+P0SdP6WCHlaAl/g44xuWEKyjxCsTSrAhKV0LCLKE
         x69A==
X-Gm-Message-State: AOJu0YwF3JTNoEUrhBjuX5NKSgkXQikGFm0H7TNT1j9opGP/2+DFlykA
	sjUZcgLg6ryiwLfzPHGnV+4IjlgShDggeFin2uUpGhQDZ98tjZy/E/52YXc2
X-Google-Smtp-Source: AGHT+IH4hrqTp8qdLNbEf2Fjtz6M87U5MRcpp0SNSuaUtsDMzhIWQ9746LClzyWLE2X4wsNLEVXYhJA=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:c62:b0:707:5635:7d76 with SMTP id
 6a1803df08f44-709362aabb2mr72942596d6.24.1754195198481; Sat, 02 Aug 2025
 21:26:38 -0700 (PDT)
Date: Sat, 02 Aug 2025 21:26:38 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: f941c946f5ea0000
X-Notifications-Bounce-Info: AWoTSIGrsCJ3XLVSgwpXuxaa8kfNqBszlna6bFP14JGh6xHc_gH47Z2QasKKtbnYmrhstNRgIxTFsOGlV99zKeM52CXijvmbhVvrRQg56trFheeMITTl1VOw6EE7n9HNNqvCPFBvjq7N-t3uZoS679myZxnCl9vlOBHbV0NWMf8fvde3R16IzZ-tuVqV7hqxn_5RLEhCMyzeIpQxCoX5ExXxTQPd1NuCLf9rFhvQyVAPr9obrAYqaRga_eec0Hjmu1sqv0hNYiGfawbooPdXeonFcDBwt9EAxvbvfvuTMHucw-5KPv5h0OkYiT_iNGLZz_pvFi6LhgrcqlLMRZn4Vdi3KowxrsCj9DBSWsTWBDpUNTupqFUt_WujJ7KwcQ6ae9VkmspiFLp1TviWIS6iwu9uVhE7GrXEhBIGZkiKOMmSYioGJaIl_MfnESb0DFEncGmHNaO2P1zAASWq7Z5YkpG6hnpgK0NI7LXtujxYSoTBjqN6iCVxzQetfl__h2gRZecZcqHjddAthboHjEYg6U79vShOP1aE2UMNS1KKLe4Cb3kVlfpTL-g0pOb1JUy5F4pNngqsAFn_zvmskvEPjhG5h3ip-obpKDH3mgXiEf04ITz4ajQXWj9qdTvLmLHZxwYNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <16cbfc217a04ff0ffc9abe06fc6e57b6445d546d-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000ac16a7063b6e65f4"

--000000000000ac16a7063b6e65f4
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/3427114715644311232/profile?trk=https%3A%2F%2Fc.gle%2FANiao5qPqAdMmxqfafniUe0Ia0f2fM8Xd8FAHknDb1Nito3_d-YLUItrhg636MASi0ayFY7Hfr_9cubA_7gtIyb8iHX3t8efAcBQ9V_x4scyo3GMfNRbx0MP1NpA4IA>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5qoItQtah3-_qkAvpjlo88GNINZgdCRIHCVe1TgRmCGEdlrx8Yft46_w9XL-Z1zHgVfzxM33nDd7fqHaaK3Z3UZKuzSbAiOeQF7_AJIDB1KkQRYgIy0fndk2OsJBTfkT0jsy9f1dsvdMG2qmJzL2yu3pdUn6ruAxjCy2mvEEic>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5qg0sUtrMlahFu9YqvB_4LdKPhDj53LotHzcIB6rpoDH_Cxrd4b6yf9S2sPNIS6kZ_n1vSm5m6NyGYnFBcYF3iRLtIVWmF8gjTrTQIoMptIS9OyL-NlMO7EXABpCVj9d9848ZzqZBQfr2ln51r5-Vay7MfrFuYQAQ24HM9NGPdQ0nVRFQc6yvbBR8tqJVvRoBLlASpr1Ik8ZsgnyEkeZD6fEg2dj_-Ivl8Ot11aiw>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5ocz6m_RrTPV-4Cgl3QvIVQz87-MlG4w--mzy14o_OGllrM1Yqf8sHikoTncf95XYCGWmU-2U-0trIY89c7gQP8y5kxnBUquVWyrc_d-k09SmyAn4U-HQavYGgjftrjoF2VeaU>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000ac16a7063b6e65f4
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rNDy92q2BmbQDDZOfg4ketfHNA1=
dxeyfBLWVNM6ahiY00Yew6LXEW47PeOGGG6m3xM_D6YiDlHthFqqoaBTATQ8mGuRKJf15UA12N1=
uSn1z6tqpICJvuj59X-SDyAGQ3kTWx1JLffkjQ2wZcv4uHkDeRJWdnyQF99u1Cl2SaUB66FYB8p=
w-9hrkpy2atqtzR2zhUoY5fPbB6FRU-1b5beg8zDPFQ2e3kzM4Jv91Sto>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/3=
427114715644311232/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qxI_9ulT2VDBOp=
gWSZlKJS2rJ3T6d0QmTz0tukcKigK8K6ndJSNjdEFgCDfefM_fvBucKvRQxsp0TCQOkHincUWyp=
wMI8dh9k1_RbHJSWbQm0YO6FyvmPVl73-CA target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busines=
s=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5rtxFpuChLi0-l4nZm4QANoQZ=
0n2Zmfk_54LZgaaEu7nlXb40qao8R4MFVsdceXyFhH-nWSkyBmECYU0qL3qdrTxkAue8AYx_4P6=
RQgprUt86DWn8aNoyuVnofL_8mhwlhpsSEs4esefDfs4DePosXNLQEXfS02u3RKE3Mjm7gowA t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5rDwQd1YxdWUpBcFbjDeGD3r4F91SznGuLptFtuqbvoZll=
iS6kPdNzGQtH7MhOC4S_qGklfEVO4u2RwrUVsl4B5tUguaeDlN_i2tUnzmwSEyaXeC63ZDdI0ji=
Ir0ifhQY8ldsniRJgW3wx-aNGNHi3K1tTSClcFf0Nq_eDnm8v_chR4_bhmenPqXS3G2VK3T2rm7=
mE5aaMVSiedrNwW6LoNzXI8SqGKJ-DQJXXe24I8 target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5rDwQd1YxdWUpBcFbjDeGD3r4F9=
1SznGuLptFtuqbvoZlliS6kPdNzGQtH7MhOC4S_qGklfEVO4u2RwrUVsl4B5tUguaeDlN_i2tUn=
zmwSEyaXeC63ZDdI0jiIr0ifhQY8ldsniRJgW3wx-aNGNHi3K1tTSClcFf0Nq_eDnm8v_chR4_b=
hmenPqXS3G2VK3T2rm7mE5aaMVSiedrNwW6LoNzXI8SqGKJ-DQJXXe24I8 target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5rDwQd1YxdWUpBcFbjDeGD3r4F91SznGuLptFtuqbvoZll=
iS6kPdNzGQtH7MhOC4S_qGklfEVO4u2RwrUVsl4B5tUguaeDlN_i2tUnzmwSEyaXeC63ZDdI0ji=
Ir0ifhQY8ldsniRJgW3wx-aNGNHi3K1tTSClcFf0Nq_eDnm8v_chR4_bhmenPqXS3G2VK3T2rm7=
mE5aaMVSiedrNwW6LoNzXI8SqGKJ-DQJXXe24I8 target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5p9WsJfxotTubC66VqznsoeOFxfOM6gMhx_vKOvZduNse=
vGaWnNYUN5ZBWgZVvp3TgabOXyBi04z5Hyt2vkJMSdlptuM9Wn1fXHTDOYZ_87yHRaEDLks2wYq=
NZtCQ5w-z7GTHwDVg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rPpwFPiXRO-D-FBjtb9H7EhUxUpz9awFs3iVLh75enyRbbctYg1gfx-ugbMElyfQ=
bOWhf41ecb2eHhUBtZVlok1dvKcatnnv-n5KqFfo8yPuILWDzER9vyINoP3VohRWpjJw.gif></=
body>
</html>
--000000000000ac16a7063b6e65f4--
contact/cur/1753768362.M315321P3103940.premium320.web-hosting.com,S=21902,W=22589:2,S000064000000052616151007557640020653 0ustar00Return-Path: <3o2GIaBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id oGVWEqphiGjEXC8AVkXPrw
	(envelope-from <3o2GIaBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 01:52:42 -0400
Return-path: <3o2GIaBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 29 Jul 2025 01:52:42 -0400
Received: from [198.54.122.200] (port=35848 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3o2GIaBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com>)
	id 1ugdGU-0000000D37Z-0awK
	for contact@24hourwaterdamagerestorationlongisland.com;
	Tue, 29 Jul 2025 01:52:42 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=AKqMltJC;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3o2GIaBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com designates 209.85.219.197 as permitted sender) smtp.mailfrom=3o2GIaBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yb1-f197.google.com (mail-yb1-f197.google.com [209.85.219.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4brkyX2qXszFyVc
	for <contact@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 05:52:36 +0000 (UTC)
Received: by mail-yb1-f197.google.com with SMTP id 3f1490d57ef6-e72ecef490dso7653608276.0
        for <contact@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 22:52:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753768356; x=1754373156; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=pJiOyckq30KScsKpuO3BE45URTsVPkkCDr7XwR+a/lc=;
        b=AKqMltJCQaStg8BSNftQe+UvQ8ZXX5fSISh9DzxYJQ1/VDjSp0SK5sDsw1SpCt17i9
         6qYTFcZMT4AacPgTYfI6TJUZvBjudNs4hXoz1Kt+lb2oiXGdW8+Lv9UkTfgOd9cQAvco
         syRzxfMAkbMMVHaVZlZI3SzJbxMtT5g2y4sHfM6L6GFTCKfDYpISGRAwB7c6l5lNn616
         tyq9pgdsVTqw/QL7ipLKw4vUO5y5fiYfgS/z/NOCS6uQXBdV79S8iJpQGBH9RIHMdK1z
         gQbJpBGIMDaetNTaEWLyXOxUEClqJsN6Z181XLYP1tIvsfrP52IsJ0s58oytoH6mP1/w
         rm0g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753768356; x=1754373156;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=pJiOyckq30KScsKpuO3BE45URTsVPkkCDr7XwR+a/lc=;
        b=IleJ2v78IlbUCmnCnDsyFZVicGnhCrhzYtNr7Zy+7Bbi/pQV1aUTAaZXoUZV4DEsBN
         SZTP8e8b+huDvuzBHCQYNzYVzRe6k77cLAUfWxfF6c10k3qw5DuvwDaHDobq44ZOh25B
         +Ts2uTJs00N9dHbiJhmq8PMdTrOV1vEYyrWAV/XuPV3hRfD0w2vYdT45aoAdAaf3CQXb
         SJHJ8omKzjOxqtbJe+P2+M6x/vaLKL5Cmpvd194an+bG+gw94FVGjFIYacOdwDxhIz9Y
         uJHmwr1gfc3LrXW/6xoQHi1//9xeVy3WBNfVmsbUSdaKXAQPrJvB9K+3cy5ywDQXM4e9
         UBug==
X-Gm-Message-State: AOJu0YxlEi6CzcCWfiDFJhOq10pKWIDWCKFYXxdyLmFTI6+wD95aXY2C
	dFP5pOM3A3Ki7tsX0ZLw4Pt7NjXxM16xihg8Mcn3WbLoCYgQFe6pkFd+oPGg
X-Google-Smtp-Source: AGHT+IGJb2mpPiLUNqTWiVNeWR4+5wDvudm2bI98CgOEtxPULzU/Z1pANLlnHwcBzJ69eyQk2IXm1Z8=
MIME-Version: 1.0
X-Received: by 2002:a05:6902:a90:b0:e87:9dda:fa8d with SMTP id
 3f1490d57ef6-e8df11539ecmr16296096276.18.1753768355945; Mon, 28 Jul 2025
 22:52:35 -0700 (PDT)
Date: Mon, 28 Jul 2025 22:52:35 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: b83db9ddaf6a0000
X-Notifications-Bounce-Info: AWoTSIFljp93g6xYk2V0Svbyb3YvxkavabLnZ3HS5OB9vmofcYF9cuY2Px6VSWIiEtCBmfY39Kq5qQ6LnWUWYW-BevSvIVke2L-DkmHwzChACW4CmdAWcH9F0EgjcI5858p41-sCVQQeQ-FzSoQngof7e4hsThw0EpTep6uOVqzGgkcxgxP71HARxjBuV51rRqp0cn_WUtwcdLvrwBVU9NE9ucBx0HbCVI7TRdjS0FyY1P2QFuvPAsp5oHyfTLYa2xP3rjn4CCD8pEtW8chhNaH1WpoOAMLQm38orzOATosI_Qq9eZ_VipIQgFKTc6Fg1c2_PAVRuu_BKuvGof7o2kg18JWIzP_kP37N2fiz7Oj-G14BIyQ2tCR0ZlNazMsy-71hZqEdar_uJ9wn-Knyuk1Rf693qWFzWDnSBbQdtjXLM5Ixa8elfwztOP8Y-2FMXkL9fs6a9vxdP4Xm4kc0UiGxpUMwI4HvU5VOxnK4z_AY8ijpAyATLZBDSlcSks0uFvRl7ozW5T36jUfNWo_HUgrrEFh4XZj3U3-5pz0tRGTACEJ8cgEmLcNBK284_OofrrtZgiDX1d6zAP4garw95XPl54reX5i75VWb27hHK4iPp1BP0Xdz9fJR9jtFwpbE7N0NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <2173f2a9a0b0630794abcb9eff9ff7d389db5cc6-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000dfdd52063b0b034d"

--000000000000dfdd52063b0b034d
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/1822554553193998249/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rPOsmAxJWLN-gEmWRyTJMUB-7VAeXbeGAL0cIyQtpSd_RHbuz_9YDpcBbugVaKJL2fAU-2t2dZkJxCii86-qDoLXzR9eN6HMNLlJ9TYKePgE_yVZAzCK2zmEk>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

See restriction policy  
<https://c.gle/ANiao5o60q3qJVCQLV2prR_8e8Z9XBxa6gMdxbCW2cI5Q9_sip8sUqEEnwS-iugqIHNwQZesf4iEH7tHv3A63BC2usPX516Im6L_R60Bj6kL1coA6zBMZHk_fRZbkl6lxuyXgUTp_nPI_NmeftjAzLbnxj2CFlatfMzWg1-JryVrjCLBJ5eCew>

You can see the status of your appeals  
here<https://c.gle/ANiao5pNFFGGMfcf5gO2M4HcAlq5bDWsp-Dg1_lcmymZw47RevJjcvZy4Lt0DrStRr5m5of8GC-2yX6SdT9DYh7xlNYVvucu9jijet-aiS_e-YzRo33ltarbzZRHznig0XLOg3UEnZXcUm-kryRKVOIU2Ec9XufDZaZtxi616uuGMkUHQ8JlHnb2XskrlGcz27hScwGkBJA2xDrLc60X5bY-Z2QVzHHcc1cg0vEddiNP>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qyanJJYgVuyL3tQ1ZisOcztEphLEA0Si6H8hJI4AUbDXJRYSf4HrhZ91up-V8Ms4sltvddto1xa1zw4DfFI1jZmJcCdqg3RKjqByrfIyWDXYHMWzOc1xGlRGjPM0RENxDPFuY>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000dfdd52063b0b034d
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/1822554553193998249/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5p2LRvQ34qUTkb6dW3HMm7__cHe3zdaG2cp6snqB4OPo_TkuN=
rF7SqpG75Z2UNRCDYaZi_RSuDePMDlSDa9WnP3WX_5GniVx6cZwYlmw62w9F7ex7I3DAcl8QXQf=
Q target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5pEUyZZy48V6svDFrGwu3cDzgcISCElQ3cR9biBgSR4QDd=
i88kai8UkAZbUccNK3GQ80lcGIrBBO_2n-_40GJK_sKv6kXD84wpkXPacip5d4VsreJ5fU7v703=
kp1PNOBW8njxWzD0cnENu3cPgL1qew1aAavkS2Ki9-76NhagLnBxdxPCN0 target=3D_BLANK =
style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5rKxCw2=
qbhkp6XSDVg3iG3umfwaovYFXZoLiD1_XCYSKAv4DxjSMyFEjImiE6Q-QoyxrtNfx9lnATpHXck=
kXXQoXCSLsDKy7te4s2LCJ9dqbUjaRAzsA1bZsnI4mNZ36yVkOxhX1YQUHcGg5uc-ciE19r_-_e=
ruDQA3tZXGtbKLm0g1QH97tewvJMjMjj4UV3Ua_wNcmc6YisO-wh8kzmIA_Zw9e6eIvbuFcNH1W=
E8 target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qDiUzyKMda73hRO0DmO8IiBIbNwc-Q_Zti19Y6Vu0SYe=
REuXprh4q2ipp5HzW-yBrqm-lH0Il1CD9QrALWUvnfiFbW59V-WbjljiTXgGDRSjnU0msVH5US3=
lo4nmxvJWmjsYdzbg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5r0AgtpmRSFQbyW_OkRQUuEh7QbCTns_3GZYz-96EpqXWUPRXVCMPAVn10mRcSLLi=
FKX0rRIp1RZmYf67-W3ho-U1wzDTWJmMuQWU8IxWPp2KlEqbEGCfnEIcYdkiUjXowPAg.gif></=
body>
</html>
--000000000000dfdd52063b0b034d--
contact/cur/1756976697.M147415P1155755.premium320.web-hosting.com,S=21899,W=22586:2,000064000000052613151007557640020600 0ustar00Return-Path: <3L1a5aBcKAA4p86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Delivered-To: contact@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id GNJTCDlWuWirohEAVkXPrw
	(envelope-from <3L1a5aBcKAA4p86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>)
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 05:04:57 -0400
Return-path: <3L1a5aBcKAA4p86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Envelope-to: contact@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 04 Sep 2025 05:04:57 -0400
Received: from [198.54.122.200] (port=58879 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3L1a5aBcKAA4p86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>)
	id 1uu5tp-00000004vp1-2aly
	for contact@24hourwaterdamagerestorationlongisland.com;
	Thu, 04 Sep 2025 05:04:56 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=hv7V2c1C;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3L1a5aBcKAA4p86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=3L1a5aBcKAA4p86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cHYTC4t1KzFyDN
	for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 09:04:47 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-886b489984cso136786439f.0
        for <contact@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 02:04:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756976687; x=1757581487; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=tal3ypDil/7TeBRbOKfXxHePEY8SR1QG/EQ9aatUJSk=;
        b=hv7V2c1CIBqqzTS+PxItr2WDsGi7ix+IFG2+FahWOMgPH/TSpMD7zji2X1tlr/J2oJ
         /UnD3Xdcbrc/yH/QtZiK1LHeEUaedgBflVrZDCKN4Hds0h938YDXPn78yVIhPrhNraNc
         C2ME/FavK8IO+uyTyza4NXRCu4sUNzFaxzpNxfN1p62VbiMcM2YZbOWEXVxG0NZPB6XB
         isuZCbSsbzirPLr9DBhkNPgQNI4NFgM62kkqIlVmf2L/yxmTq7XlQH8lOAKfli2JN0rt
         IyOa0IsQfZQ5Ap4HcDu6LIM9D8htk/GQw4dT5J5IBeFTir7qahOOXGsnGaYi0J0hSqud
         5fBg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756976687; x=1757581487;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=tal3ypDil/7TeBRbOKfXxHePEY8SR1QG/EQ9aatUJSk=;
        b=wYlKUMtAVE6qfO5KNiIFn3DYuQmX2slHFcG8W9B9VLzYw0dbmzbD9i0olb+phAz1vj
         +t/KSjW6hKymrIGOKsti6AHH0qflI0bC6mhCwlysYRd2Lk60PsPPJQ0y4paP/P1RahGG
         +xOLbBivZj/kPteMhDOiaKV4L0yDwzyLJqmoICxyJeiVZonLPLZMvl/IRRjSMu/F360r
         +XvseNasyFafGHGJ+TsrjGVJX9fOTcQPdQ/BJTS0jk+W4PLoleBg90WKcOlq4j7WFwAl
         Yq4hm5UZG7iXK+Tcz6LsvJdGHx1u80JvzaU8thP01WEuWOfAhOSqelAV7lnWg/LLkGGx
         Dwtw==
X-Gm-Message-State: AOJu0YzXmJqsQXl2vArnzoYSgVczfjtnas/Ok9jpWjJCCUJdCr9aqf2c
	zFMml9pAMUIXh1hzwArNiy2XDjTPMAADGw2sMzFsxk4y21XMTDcVyXzuM5/J
X-Google-Smtp-Source: AGHT+IG6nyaBi6rV9GcyOpUJSLpzAiPurw2JdMa8hpd24iBPpJSxDEmbuwYARG7NZBvOvE21H5asdAc=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:3fc9:b0:887:2fbc:cc38 with SMTP id
 ca18e2360f4ac-8872fbcf236mr2064550639f.1.1756976687208; Thu, 04 Sep 2025
 02:04:47 -0700 (PDT)
Date: Thu, 04 Sep 2025 02:04:47 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: cf9404ea16ba0000
X-Notifications-Bounce-Info: AWoTSIG6CBjNoeiAZd-EIRyEYXof-osEqqFJOxmccrKcmf3AD1QIMdeY9Ypis_JVFOAY9AaNUZondz1G8EUPSjJqsa4mpybTmDEUhQ1SC4zapzuwiQrdar9pTA4_UjSgAqPrN_6eYG4QhV-KBCnEbCZVuauXslmA4OSoWkN3VYefFJC45uEn_qbcVtBbIruU0Gga-Il3mfEPcs5eguZ8aplWROv2GOGmKLaUqp9tk2yKUxkjjaYpsQVZTau7mEia2L1ERBrLsHbf2PmM2QmwlVvmH9z1ofL4HoiD6SXYIzFkBi1DXNc9LX4W5dOEC6DGHCk6l69OFWBWqn-QCpNRP7khAU9PXGd5A0WaCFgx5mS9nt4sb2c6LP2reY4HncHtsyZy_LitT_TCycf3VrKDyDILMxRuLInfgMHBNGenAtizZFkkkQwYCVt05ouRnMMhplFJcLWp05RrCwCyzpdE_Y5_lPglcuvvJkXEv_eP58tgGClc6sjeIDOZy_jDObU1zmbkB_uoBFUDJF2Os04SOHDyuFelpyer5WN1-NblfeUT1daU5hBluvUOu7U5-1IwXTxssZf_uBnPc0iYk-D9rwOImu0ZgntD9KYYrzQNQRp4wcZHlKgQWl6AnZmeJCXphlgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <09869cb9fbc15c26f4d669089bf0fe822f398df5-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: contact@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000051d7e4063df60324"

--00000000000051d7e4063df60324
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/4288034328580857452/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rX3d3VW9a31wDZJi0_uYAcvOZmjpBOu3FQDFRUXTHr1EGcwQ95HRYYPKPe_k88TludLVaIiDKD9cGMobU2AL3I1E5e8DXIYZYfOSJ-uVlT2oewBQeQjBV4NFo>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

See restriction policy  
<https://c.gle/ANiao5q2d5oxZIIJwcye4_-EabfObOgkicTY1Md8BkaLiqWZqnina1uuga6G3ZhwLM8xwFIgDHpznF4GWqbLwp5mRgiUVHQn9znTPuJXTrVH_z1Jtvy1YY6dP39RPvcCYBqvHSAs9f4TrDliz4fmd07LaWOIHpBrwMY4sq1DiM4v1xZItlI5Lw>

You can see the status of your appeals  
here<https://c.gle/ANiao5pdTXt-CnwQTrUe_nMpIbqmAI503diTVozBCizOESsRKeD49dg2FuVhrEzEQDocYnD3CK6H92QNKmAwsVTQqVY-CpH9dzRdE9NTpTtPC-PL4v2iymSaxWjSwky8ufnb9EsOYxWS--aIYEnnXJ2303M0wMFc14IXmv7oglwLwnCBsAqakisGjaMkQZ8mh3RpIfFB2n_BhvKQx_du5ayqP_IoI3F1Y__HVwOBVaMW>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qgi1FxJNJqTSBSt25MwkCvckCdKNs4PAlvPW-_F35E6wE6Yfr2jo7_dNAGej5m1B92H3DMabJpGVKdyFjmNkw2fKY6syJbG1V0_vUKWZCaiV3X5CG8NzpexHe9_gr1s1S03jw>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000051d7e4063df60324
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/4288034328580857452/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5qtZ5K4Cb6PSmivskIlbmp5aGb8DkX3EQPjlb2kzksYSczNdi=
d9Un4dOCsPxrfwT2EwuaTQv0QBgudpKGfoUMZd1OD2ZcUKcLANIBY7sRM3f9CiAEPpx7owMVdAP=
g target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5pBw8IxnK3b5wbCPMYiHEvwpKtENrbH0fzbtXW7C48qGD3=
pzgrv0M-qbvJTmOFeHe_U9JByEH0MGKxJ_prs4XrLE2KKqNdGVM80B7erBoP88YrQYCGB_gk8K5=
Lp0021JcNHMfdYcMTKp6j3nvOeTePySmZrjC2pXB4HCkwKlIC_hkpFCkkS target=3D_BLANK =
style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5pNsmyJ=
cJCQam2g87hiuMizcMR0yVPtYeAABGbX1valyYyhYFjKd0qn9F7WpXIY_zRy0ItsNw1Fj_BsLxB=
dv9rnDFmxob8lRxzEnCJF0uqP014DZfhKD8IN_a1LW5s4BZHDd6Jwbl8tK3TtKCYOLL_FkjJw65=
ku8dxlVjUmGHw9M2dK1LJv2PLJzVhNXqy5shwtd9VVfE67YyUyIlWuj8Su-iKFOTOhhpQJDAg_K=
LY target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qwG34ZC-okHcIuprHslDqyQqUooiwAPHvWK-uKpeutH4=
2D0Dn6NQGGkvSn-oKn8BoFEsFLznyaGE-6kZ0QSmYV1TAAjZEW0fi5DbUPUf7jOOMg486P8MnZt=
5o47fbM-nWmUD-Ecg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pOFhhl_eP1WnsEf9ne6mmIvPrAF_j9wPPZ68_PUfu8ssVoFuvhYw9gNg9Jf4tAYS=
mtzy5byqmrBWNUVewKZOKRm5v_iW0SPCvJpK99FeZpzSXILtwPh2QeZWPZg6snyG424g.gif></=
body>
</html>
--00000000000051d7e4063df60324--
contact/.Sent/dovecot.index.log000064000000000240151007557640012444 0ustar00( {zh {zh����x����@����$maildir����$��|h {zh�XN(��|h {zh�XN(��|h*�113���� !{zhL����contact/.Sent/dovecot-uidlist000064000000000063151007557640012234 0ustar003 V1752857377 N1 G811cd32e207b7a686d9c2d005645cfaf
contact/.Junk/dovecot.index.log000064000000000050151007557640012441 0ustar00( {zh {zhcontact/.Junk/dovecot-uidlist000064000000000063151007557640012232 0ustar003 V1752857378 N1 G821cd32e207b7a686d9c2d005645cfaf
contact/dovecot-acl-list000064000000000000151007557640011267 0ustar00contact/dovecot.index.cache000064000000134550151007557640011753 0ustar00 {zh"{zh!���������"{zh"{zh"{zh"{zh"{zh�������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.Fromhdr.Message-IDhdr.Subjecthdr.Date� MMessage-Id: <1752857377.djCrA1x6GIg6ywMb@premium320.web-hosting.com>
�Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnGNv?= =?UTF-8?B?bnRhY3RAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu?= =?UTF-8?B?Y29t4oCdLg==?=
yFrom: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
�����"{zh��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITY��sContent-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-2989172-1752857377-0.175020390257682"
,Date: Fri, 18 Jul 2025 16:49:37 GMT
}Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
ATo: <contact@24hourwaterdamagerestorationlongisland.com>
"{zhM>From: The Google Workspace Team <googleworkspace-noreply@google.com>
S;Message-ID: <autogen-java-3c33c272-3014-4cd7-805f-faffd6c7f559@google.com>
#=Subject: Verify your email
.<Date: Sun, 20 Jul 2025 07:11:19 +0000
U@Content-Type: multipart/alternative; boundary="000000000000db709c063a5710f5"
??To: contact@24hourwaterdamagerestorationlongisland.com
 ��|h�&��h�Z�h9V�h��h��h��h9V�h9V�h9V�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h��h��h��h��h��h��h��h��h��h��h�����������������������������������������������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYhdr.BCChdr.CONTENT-TRANSFER-ENCODINGhdr.IN-REPLY-TOhdr.MAIL-FOLLOWUP-TOhdr.MAIL-REPLY-TOhdr.REFERENCEShdr.RESENT-BCChdr.RETURN-PATHhdr.SENDERhdr.X-DRAFT-INFOL� !"#�Return-Path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Return-path: <cpanel@24hourwaterdamagerestorationlongisland.com>
$%�(("text" "plain" ("charset" "utf-8") NIL NIL "quoted-printable" 3321 149 NIL NIL NIL NIL)(("text" "html" ("charset" "utf-8") NIL NIL "quoted-printable" 27067 529 NIL NIL NIL NIL)("image" "png" ("x-unix-mode" "0600" "name" "cpanel-logo-tiny.png") "<auto_cid_2140506619>" NIL "base64" 25100 NIL ("attachment" ("filename" "cpanel-logo-tiny.png")) NIL NIL) "related" ("boundary" "related-Cpanel::Email::Object-2989172-1752857377-0.483708342185569") NIL NIL NIL) "alternative" ("boundary" "alternative-Cpanel::Email::Object-2989172-1752857377-0.863297616367582") NIL NIL NIL)("application" "octet-stream" ("x-unix-mode" "0600" "name" "carddav-contact@24hourwaterdamagerestorationlongisland.com.mobileconfig") NIL NIL "base64" 10206 NIL ("attachment" ("filename" "carddav-contact@24hourwaterdamagerestorationlongisland.com.mobileconfig")) NIL NIL)("application" "octet-stream" ("x-unix-mode" "0600" "name" "caldav-contact@24hourwaterdamagerestorationlongisland.com.mobileconfig") NIL NIL "base64" 10514 NIL ("attachment" ("filename" "caldav-contact@24hourwaterdamagerestorationlongisland.com.mobileconfig")) NIL NIL)("application" "octet-stream" ("x-unix-mode" "0600" "name" "email-contact@24hourwaterdamagerestorationlongisland.com.mobileconfig") NIL NIL "base64" 11860 NIL ("attachment" ("filename" "email-contact@24hourwaterdamagerestorationlongisland.com.mobileconfig")) NIL NIL) "mixed" ("boundary" "mixed-Cpanel::Email::Object-2989172-1752857377-0.175020390257682") NIL NIL NIL�
��A��9[�`A�xzp�o�H�UXd��A�prh���HDTW�g�i@�}���`b@�� $['�'@�"�()@�2 �-T.� !"#�Return-Path: <3l5Z8aBcKAAIiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com>
Return-path: <3l5Z8aBcKAAIiqqingyqtmurceg-pqtgrn0iqqing.eqo@idverification.bounces.google.com>
$%�A+l�5HJgj��H�VY�$8	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1256 16 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 4388 56 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000db709c063a5710f5") NIL NIL NILDDCFrom: Google Workspace <googleworkspace-noreply@google.com>
]AMessage-ID: <71db50ed5b886bc8f5ed3165feb4fa8fdf6e0eb6-20184961-111051900@google.com>
YBSubject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
.;Date: Sun, 20 Jul 2025 00:12:59 -0700
UEContent-Type: multipart/alternative; boundary="000000000000d4dbe2063a5716da"
H<Reply-To: Google Workspace <googleworkspace-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3-5Z8aBcKAGYKSSKPIaSVOWTEGI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Return-path: <3-5Z8aBcKAGYKSSKPIaSVOWTEGI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
$% �A���e�gH�gj�
�
,H�"VYQW&Y�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3500 44 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 22822 469 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000d4dbe2063a5716da") NIL NIL NIL�|hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <6bfc8bb520a932bce65091baf7736d4e04e71560-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Mon, 28 Jul 2025 00:08:41 -0700
UFContent-Type: multipart/alternative; boundary="00000000000023dc5c063af7f69b"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?ETo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3-SGHaBcKAKQFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Return-path: <3-SGHaBcKAKQFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
$% �A��*m2pH�gj�	�	H�VY�b_e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2474 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25951 734 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000023dc5c063af7f69b") NIL NIL NIL"�hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <b0f99501c00c1c683f57653572d96dd56dd4c041-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Mon, 28 Jul 2025 00:10:34 -0700
UEContent-Type: multipart/alternative; boundary="000000000000df5f4a063af7fcc9"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3aiKHaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>
Return-path: <3aiKHaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>
$% �A�5L�NH�EGO�6H�VY�DoG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1669 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18287 645 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000df5f4a063af7fcc9") NIL NIL NILm"�h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <2173f2a9a0b0630794abcb9eff9ff7d389db5cc6-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Mon, 28 Jul 2025 22:52:35 -0700
UEContent-Type: multipart/alternative; boundary="000000000000dfdd52063b0b034d"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3o2GIaBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com>
Return-path: <3o2GIaBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com>
$% �A���@SCH�EG��.H�VY8:i<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1508 46 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15465 561 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000dfdd52063b0b034d") NIL NIL NIL�a�hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <2581857217f3e6c9991730228fa592a34d3275b8-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Wed, 30 Jul 2025 23:51:16 -0700
UFContent-Type: multipart/alternative; boundary="00000000000064bd52063b34112d"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?ETo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3ZBKLaBcKAAEcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Return-path: <3ZBKLaBcKAAEcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
$% �A{�*m2pH�gj�	�	H�VY�b_e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2474 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25951 734 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000064bd52063b34112d") NIL NIL NILm�hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <bc0a055b5702fb21e890cff21a573729f91e2755-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Wed, 30 Jul 2025 23:53:46 -0700
UEContent-Type: multipart/alternative; boundary="000000000000536994063b341a69"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3-hKLaBcKAJc2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com>
Return-path: <3-hKLaBcKAJc2LJ9E5JJGIF69C5-EFI5GCP7FF7C5.3FD@scoutcamp.bounces.google.com>
$% �A�-L�NH�EGK�6H�VY�DkG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1665 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18283 645 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000536994063b341a69") NIL NIL NIL��h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <d24288ae6c7518dc15dbb3190f5191fa0e048676-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Fri, 01 Aug 2025 03:28:17 -0700
UEContent-Type: multipart/alternative; boundary="0000000000005c3526063b4b3713"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3wZaMaBcKAGwLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
Return-path: <3wZaMaBcKAGwLecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
$% �A���@CH�EG��-H�VY:G<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1470 45 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15431 561 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000005c3526063b4b3713") NIL NIL NILǖ�hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <65ca5e98f9dff1993494e14e45cc960334086997-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Sat, 02 Aug 2025 21:24:58 -0700
UFContent-Type: multipart/alternative; boundary="000000000000b7c36b063b6e5f95"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?ETo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3muSOaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Return-path: <3muSOaBcKAOkMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
$% �Ay�*m2pH�gj�	�	H�VY�b_e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2474 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25951 734 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000b7c36b063b6e5f95") NIL NIL NIL��hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <16cbfc217a04ff0ffc9abe06fc6e57b6445d546d-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Sat, 02 Aug 2025 21:26:38 -0700
UEContent-Type: multipart/alternative; boundary="000000000000ac16a7063b6e65f4"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3_uSOaBcKAE8sB9z4v99685wz2v-458v62Fx55x2v.t53@scoutcamp.bounces.google.com>
Return-path: <3_uSOaBcKAE8sB9z4v99685wz2v-458v62Fx55x2v.t53@scoutcamp.bounces.google.com>
$% �A�'L�NH�EGH~6H�VY�DhG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1662 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18280 645 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000ac16a7063b6e65f4") NIL NIL NIL��h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <8ea5ac18c5cd6f71557dab92460fe9c4712ea8c2-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Mon, 04 Aug 2025 00:57:28 -0700
UEContent-Type: multipart/alternative; boundary="0000000000008701fd063b85750a"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <36GeQaBcKAEUi1zpulzzwyvmpsl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
Return-path: <36GeQaBcKAEUi1zpulzzwyvmpsl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
$% �A���@CH�EG��-H�VY:G<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1470 45 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15431 561 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000008701fd063b85750a") NIL NIL NIL�g�hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <62dc0db40c63d0baac7450274be2521e82331d1e-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Mon, 04 Aug 2025 22:32:37 -0700
UFContent-Type: multipart/alternative; boundary="00000000000053d3c9063b978dc1"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?ETo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3dZeRaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>
Return-path: <3dZeRaBcKADYTmkafWkkhjgXadW-fgjWhdqYggYdW.Uge@scoutcamp.bounces.google.com>
$% �Az�5m=pH�gj�	�	H�VY�bfe�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2478 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25958 734 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000053d3c9063b978dc1") NIL NIL NIL|��hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <beeb79c71bc77e4f36c1a320ababf387ab29e0f6-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Mon, 04 Aug 2025 22:34:46 -0700
UEContent-Type: multipart/alternative; boundary="0000000000000a24b7063b97957e"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <39peRaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Return-path: <39peRaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
$% �A� 2L�NH�EGJ�6H�VY�DqG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1664 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18289 645 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000000a24b7063b97957e") NIL NIL NIL���h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <49876665213a472be59e0d23448317efc1527137-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Tue, 05 Aug 2025 12:48:27 -0700
UEContent-Type: multipart/alternative; boundary="00000000000000d0aa063ba3822d"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3C2CSaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Return-path: <3C2CSaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
$% �A���BPEH�gj��HVY:I<1("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2014 25 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15433 561 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000000d0aa063ba3822d") NIL NIL NIL`�h�4CFrom: Google <no-reply@accounts.google.com>
FAMessage-ID: <mBBoAMKO07tacNwDuO7rCQ@notifications.google.com>
 BSubject: Security alert
,<Date: Thu, 07 Aug 2025 10:49:33 GMT
UEContent-Type: multipart/alternative; boundary="000000000000893bbe063bc4360c"
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3voSUaAgTAGUQR-UHSObDFFRXQWV.JRRJOH.FRP@gaia.bounces.google.com>
Return-path: <3voSUaAgTAGUQR-UHSObDFFRXQWV.JRRJOH.FRP@gaia.bounces.google.com>
$% �A��	pH�gj
HLVY�)O	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1054 13 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 6185 79 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000893bbe063bc4360c") NIL NIL NILD�hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <0ffb1213d874a80a5d6b63e579e7ad5b1da96939-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Thu, 07 Aug 2025 03:54:22 -0700
UFContent-Type: multipart/alternative; boundary="000000000000ae482b063bc44714"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?ETo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <33oWUaBcKAIcm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Return-path: <33oWUaBcKAIcm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
$% �A~�5m=pH�gj�	�	H�VY�bfe�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2478 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25958 734 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000ae482b063bc44714") NIL NIL NIL߅�hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <3a933e0cc94c6ca88cfa1e8ab0c3f5075631b427-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Thu, 07 Aug 2025 03:54:30 -0700
UFContent-Type: multipart/alternative; boundary="0000000000002e55da063bc44888"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?ETo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <35oWUaBcKAI8uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>
Return-path: <35oWUaBcKAI8uDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>
$% �A~�5m=pH�gj�	�	H�VY�bfe�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2478 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25958 734 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000002e55da063bc44888") NIL NIL NILꅔhXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <126128435c876740be977f65a6ad3a218e512677-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Thu, 07 Aug 2025 03:55:28 -0700
UEContent-Type: multipart/alternative; boundary="0000000000009dabdc063bc44baf"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3IIaUaBcKAMkq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>
Return-path: <3IIaUaBcKAMkq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>
$% �A�2L�NH�EGJ�6H�VY�DqG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1664 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18289 645 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000009dabdc063bc44baf") NIL NIL NIL!��hKAFrom: Google Business Profile <businessprofile-noreply@google.com>
\>Message-ID: <21236b1aa5a8cffe7ee09f9b3a350e10233b5108-20347185-40948181@google.com>
l?Subject: Further account verification is required for 24 hour Water Damage
 Restoration Long Island
.;Date: Fri, 08 Aug 2025 08:46:51 -0700
UCContent-Type: multipart/alternative; boundary="00000000000088744f063bdc7be5"
?BTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <36xuWaBcKAMYn64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>
Return-path: <36xuWaBcKAMYn64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>
$% �AE��^`Hdgj
H�VY�Y�Z9("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1054 13 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 23240 313 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000088744f063bdc7be5") NIL NIL NIL��h$KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <7c45f72fbd35e00216a461e216f7564ec3144f49-20266020-111354343@google.com>
*BSubject: Your appeal was approved
.;Date: Fri, 08 Aug 2025 08:47:09 -0700
UEContent-Type: multipart/alternative; boundary="000000000000935340063bdc7cee"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3_RuWaBcKANg5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>
Return-path: <3_RuWaBcKANg5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>
$% �A���;�=H�gj,H_VY�4�6("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1580 20 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 13952 512 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000935340063bdc7cee") NIL NIL NIL��h�4CFrom: Google <no-reply@accounts.google.com>
FAMessage-ID: <ir0db8-_jLqXeSBb7xN-ug@notifications.google.com>
 BSubject: Security alert
,<Date: Sat, 09 Aug 2025 04:26:52 GMT
UEContent-Type: multipart/alternative; boundary="0000000000009c544c063be71946"
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3Dc6WaAgTAFA56-9w73Gsuu6C5BA.y66y3w.u64@gaia.bounces.google.com>
Return-path: <3Dc6WaAgTAFA56-9w73Gsuu6C5BA.y66y3w.u64@gaia.bounces.google.com>
$% �A��jH�gj

HKVY�'O	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1050 13 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 6183 79 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000009c544c063be71946") NIL NIL NILΖhTKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <43f13ab81f811cf9fb415aa3fa3eaf2ff62347bc-20167087-111141260@google.com>
\BSubject: Noor Khan is now a manager of 24 hour Water Damage Restoration Long Island
.;Date: Fri, 08 Aug 2025 21:33:33 -0700
UEContent-Type: multipart/alternative; boundary="00000000000072a811063be73146"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3nc-WaBcKAOIFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Return-path: <3nc-WaBcKAOIFYWMRIWWTVSJMPI-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
$% �A��/@zBH�EG��#HVYh;�=	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1006 35 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15750 542 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000072a811063be73146") NIL NIL NIL�ϖh�4CFrom: Google <no-reply@accounts.google.com>
FAMessage-ID: <2TQSs7DhU0z-X7jBz7GMGw@notifications.google.com>
 BSubject: Security alert
,<Date: Tue, 12 Aug 2025 04:28:12 GMT
UEContent-Type: multipart/alternative; boundary="000000000000e97542063c2377a1"
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <33cKaaAgTABoDE-H4FBO022EKDJI.6EE6B4.2EC@gaia.bounces.google.com>
Return-path: <33cKaaAgTABoDE-H4FBO022EKDJI.6EE6B4.2EC@gaia.bounces.google.com>
$% �A���fH�gj

HLVY�#O	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1050 13 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 6179 79 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000e97542063c2377a1") NIL NIL NIL�šhXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <598c8d88cb12e7b1413a9310e4394f6b27feeae9-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Tue, 12 Aug 2025 21:32:23 -0700
UEContent-Type: multipart/alternative; boundary="000000000000a500de063c37a435"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3VxWcaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Return-path: <3VxWcaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
$% �A��H�KH�EG
B5HgVY�AADf	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1602 53 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 17473 614 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000a500de063c37a435") NIL NIL NIL]�h�*AFrom: Google <noreply@google.com>
S>Message-ID: <autogen-java-a483bb45-5819-4285-8d01-7f0b891ad1b3@google.com>
*@Subject: Google Verification Code
.?Date: Mon, 25 Aug 2025 10:11:45 +0000
UCContent-Type: multipart/alternative; boundary="000000000000678847063d2dc830"
?BTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <34TasaAcKAEw125s3zCu22uzs.q20@identity-reachout.bounces.google.com>
Return-path: <34TasaAcKAEw125s3zCu22uzs.q20@identity-reachout.bounces.google.com>
$% �A�@H�gj��HAVYG(("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 976 12 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 3143 40 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000678847063d2dc830") NIL NIL NIL�6�hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <79cc2f1e8ae4f067a4ec13d28cbd10a45b6fecef-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Mon, 25 Aug 2025 03:15:28 -0700
UFContent-Type: multipart/alternative; boundary="000000000000ae802a063d2dd5aa"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?ETo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3wDesaBcKAC0KdbRWNbbYaXORUN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com>
Return-path: <3wDesaBcKAC0KdbRWNbbYaXORUN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com>
$% �A}�*m2pH�gj�	�	H�VY�b_e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2474 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25951 734 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000ae802a063d2dd5aa") NIL NIL NIL�7�hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <0d78de2907a91bfd833914f1b69b62212a7db2c3-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Mon, 25 Aug 2025 03:17:40 -0700
UEContent-Type: multipart/alternative; boundary="0000000000008ebd65063d2ddd67"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3RDisaBcKALESljZeVjjgifWZcV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com>
Return-path: <3RDisaBcKALESljZeVjjgifWZcV-efiVgcpXffXcV.Tfd@scoutcamp.bounces.google.com>
$% �A�'L�NH�EGH~6H�VY�DhG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1662 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18280 645 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000008ebd65063d2ddd67") NIL NIL NILE8�h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <a81344e8bacc5e38539c89819b575ac80d6f5a2e-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Wed, 27 Aug 2025 12:44:48 -0700
UEContent-Type: multipart/alternative; boundary="0000000000007de150063d5e05a5"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3MGCvaBcKAPkcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Return-path: <3MGCvaBcKAPkcvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
$% �A���?8BH�EG+W,HSVY�9�;0	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1367 44 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15323 560 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000007de150063d5e05a5") NIL NIL NIL9`�h�*AFrom: Google <noreply@google.com>
S>Message-ID: <autogen-java-961d0ee6-1313-44d7-a20b-26d001e0e23a@google.com>
*@Subject: Google Verification Code
.?Date: Wed, 03 Sep 2025 06:39:59 +0000
UCContent-Type: multipart/alternative; boundary="000000000000a4002b063ddfdf00"
?BTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3v-K3aAcKALAdehUfboWeeWbU.Sec@identity-reachout.bounces.google.com>
Return-path: <3v-K3aAcKALAdehUfboWeeWbU.Sec@identity-reachout.bounces.google.com>
$% �A�@H�gj��H?VYG(("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 976 12 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 3143 40 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000a4002b063ddfdf00") NIL NIL NIL��hlKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <0d083d214741f60732e8f7f8e97b17a395fd4a5a-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Tue, 02 Sep 2025 23:42:57 -0700
UFContent-Type: multipart/alternative; boundary="000000000000484c4b063ddfea9a"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?ETo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3ceO3aBcKAGQDWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com>
Return-path: <3ceO3aBcKAGQDWUKPGUURTQHKNG-PQTGRNaIQQING.EQO@scoutcamp.bounces.google.com>
$% �A�*m2pH�gj�	�	H�VY�b_e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2474 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25951 734 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000484c4b063ddfea9a") NIL NIL NILt�hXKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <bb5b629e02047e0164f5a1ac31a156a6a15cfd14-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Tue, 02 Sep 2025 23:44:37 -0700
UEContent-Type: multipart/alternative; boundary="00000000000031bd56063ddff0a6"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <31eO3aBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Return-path: <31eO3aBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
$% �A�'L�NH�EGH~6H�VY�DhG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1662 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18280 645 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000031bd56063ddff0a6") NIL NIL NIL��h(KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <09869cb9fbc15c26f4d669089bf0fe822f398df5-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Thu, 04 Sep 2025 02:04:47 -0700
UEContent-Type: multipart/alternative; boundary="00000000000051d7e4063df60324"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
?DTo: contact@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3L1a5aBcKAA4p86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Return-path: <3L1a5aBcKAA4p86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
$% �A���@SCH�EG��.H�VY8:i<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1508 46 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15465 561 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000051d7e4063df60324") NIL NIL NIL9V�hcontact/dovecot-quota000064000000000061151007557640010717 0ustar00priv/quota/messages
33
priv/quota/storage
874990
contact/dovecot-uidvalidity000064000000000010151007557640012107 0ustar00687a7b26contact/.Drafts/dovecot.index.log000064000000000240151007557640012756 0ustar00( {zh {zh����x����@����$maildir����$��|h {zh�?(��|h {zh�?(��|h�u13���� #{zhL����contact/.Drafts/dovecot-uidlist000064000000000063151007557640012546 0ustar003 V1752857379 N1 G831cd32e207b7a686d9c2d005645cfaf
contact/dovecot.index.log000064000000044724151007557640011474 0ustar00( {zh {zh����x����@����$maildir����$"{zh {zh�XN("{zh��R
|����  {zhL��������@����@����cache�����"{zh����x��������@"{zh��������� T$��yh����X����@$����$��|h"{zh��R
��|h {zh�XN("{zh��R
|���� @�����h����@$����$��|h��|hM0��|h��|hM0"{zh��R
|���� 0���� @8����8����@"{zh����L����L����@����modseq��������X����@$����$��|h��|hM0��|h��|hM0��|h9����� @$����x��������@"{zh�������� T$�i|h����X����@$����$��|h��|h��9��|h��|hM0��|h9����� @����h����@$����$��|h��|h�:��|h��|h�:��|h9����� 0���� @|����X����@$����$��|h��|h�:��|h��|h�:��|h9����� @�����8����@"{zh�����
����8����@"{zh����t��������X����@$����$��|h��|h�:��|h��|h�x���|h9����� @�����8����@"{zh������������X����@$����$��|h��|h�:��|h��|hIn#$��|h9����� @�����X����@$����$��|h��|h�:�|h��|hIn#$�|h�?���� @�����H��������@"{zh���������X����@$����$��h�|h�?0��h��|hIn#$�|h�?���� @�����h����@$����$��h��h{aH��h��h{aH�|h�?���� 0���� @����X����@$����$ �h��h{aH �h��h{aH�|h�?���� @|����X����@$����$ �h��h{aH"�h��h{aH"�h_$�U���� @�����x��������@"{zh����(���� T$���h����X����@$����$"�h"�h�t"�h��h{aH"�h_$�U���� @�	����h����@$����$"�h"�h��_"�h"�h��_"�h_$�U���� 0���� @<
����X����@$����$
"�h"�h��_
"�h"�h��_"�h_$�U���� @�
��������X����@$����$
"�h"�h��_
"�h
"�h;:("�h_$�U���� @ ����X����@$����$
"�h"�h��_m"�h
"�h;:(m"�hY������� @�����H��������@"{zh�����#����X����@$����$�"�hm"�h�I��"�h
"�h;:(m"�hY������� @8����h����@$����$�"�h�"�h#fW�"�h�"�h#fWm"�hY������� 0���� @�����X����@$����$�"�h�"�h#fW�"�h�"�h#fWm"�hY������� @
����X����@$����$�"�h�"�h#fW�a�h�"�h#fW�a�h������� @�
����x��������@"{zh�����(���� T$@G�h����X����@$����$rډh�a�h��rډh�"�h#fW�a�h������� @`����h����@$����$rډhrډh
�3rډhrډh
�3�a�h������� 0���� @�����X����@$����$��hrډh
�3��hrډh
�3�a�h������� @@����X����@$����$��hrډh
�3m�hrډh
�3m�h��/0���� @�����x��������@"{zh����.���� T$@�h����X����@$����$m�hm�h�r�/m�hrډh
�3m�h��/0���� @�����h����@$����$m�hm�h��0m�hm�h��0m�h��/0���� 0���� @����X����@$����$p�hm�h��0p�hm�h��0m�h��/0���� @h��������X����@$����$p�hm�h��0p�hp�h.E�-m�h��/0���� @�����X����@$����$p�hm�h��0��hp�h.E�-��h��i!y���� @L����H��������@"{zh�����3����X����@$����$6�h��hkQK!6�hp�h.E�-��h��i!y���� @�����h����@$����$6�h6�hT&6�h6�hT&��h��i!y���� 0	���� @t����X����@$����$s�h6�hT&s�h6�hT&��h��i!y���� @�����X����@$����$s�h6�hT&ǖ�h6�hT&ǖ�hB� 6����� @D����x����	����@"{zh����	�8���� T$�;�h	����X����@$����$
��hǖ�h�6
��h6�hT&ǖ�hB� 6����� @$����h����@$����$
��h
��h�X�

��h
��h�X�
ǖ�hB� 6����� 0
���� @�����X����@$����$dݎh
��h�X�
dݎh
��h�X�
ǖ�hB� 6����� @����X����@$����$dݎh
��h�X�
��h
��h�X�
��h�:����� @l����x����
����@"{zh����
>���� T$�ގh
		����X����@$����$��h��h��R��h
��h�X�
��h�:����� @L����h����@$����$��h��h;6���h��h;6���h�:����� 0���� @�����X����@$����$��h��h;6���h��h;6���h�:����� @,����

����X����@$����$��h��h;6���h��h�ɞ��h�:����� @�����X����@$����$��h��h;6���h��h�ɞ��h�oU3V���� @����H��������@"{zh����lC����X����@$����$`�h��hb-F3`�h��h�ɞ��h�oU3V���� @�����h����@$����$`�h`�hy�	`�h`�hy�	��h�oU3V���� 0���� @8����X����@$����$��h`�hy�	��h`�hy�	��h�oU3V���� @�����X����@$����$��h`�hy�	�g�h`�hy�	�g�hZ������ @����x��������@"{zh�����H���� T$@0�h
		����X����@$����$n{�h�g�h"̚n{�h`�hy�	�g�hZ������ @�����h����@$����$n{�hn{�h
Vn{�hn{�h
V�g�hZ������ 0
���� @`����X����@$����$���hn{�h
V���hn{�h
V�g�hZ������ @�����X����@$����$���hn{�h
V|��hn{�h
V|��h�������� @0����x����
����@"{zh����
�M���� T$���h

		����X����@$����$���h|��h��z���hn{�h
V|��h�������� @����h����@$����$���h���h��.
���h���h��.
|��h�������� 0���� @�����X����@$����$���h���h��.
���h���h��.
|��h�������� @�����

����X����@$����$���h���h��.
���h���h|_i)|��h�������� @l����X����@$����$���h���h��.
���h���h|_i)���hM� 0���� @�����H��������@"{zh����XS����X����@$����$��h���h� ��h���h|_i)���hM� 0���� @� ����h����@$����$��h��humo"��h��humo"���hM� 0���� 0���� @� ����X����@$����$G��h��humo"G��h��humo"���hM� 0���� @d!����X����@$����$G��h��humo"`�h��humo"`�h6/Kz���� @�!����H��������@"{zh�����X����X����@$����$9ђh`�h��;9ђh��humo"`�h6/Kz���� @|"����h����@$����$9ђh9ђh�8�*9ђh9ђh�8�*`�h6/Kz���� 0���� @�"����X����@$����$8�h9ђh�8�*8�h9ђh�8�*`�h6/Kz���� @\#����X����@$����$8�h9ђh�8�*DŽ�h9ђh�8�*DŽ�h�N?����� @�#����x��������@"{zh�����]���� T$�$�h


		����X����@$����$��hDŽ�h�0��h9ђh�8�*DŽ�h�N?����� @�$����h����@$����$��h��h�v�%��h��h�v�%DŽ�h�N?����� 0���� @%����X����@$����$=��h��h�v�%=��h��h�v�%DŽ�h�N?����� @�%����X����@$����$=��h��h�v�%߅�h��h�v�%߅�h�q7
���� @�%����H��������@"{zh����Xb����X����@$����$ㅔh߅�hl/7ㅔh��h�v�%߅�h�q7
���� @�&����h����@$����$ㅔhㅔh�;;ㅔhㅔh�;;߅�h�q7
���� 0���� @'����X����@$����$ㅔhㅔh�;;ꅔhㅔh�;;ꅔhήU���� @|'����H��������@"{zh�����g����h����@$����$hh��hh��ꅔhήU���� 0���� @<(��������X����@$����$hh��hh�^ꅔhήU���� @�(����X����@$����$���hh�����hh�^ꅔhήU���� @ )����X����@$����$���hh��!��hh�^!��h
+;1����� @�)����H��������@"{zh����0m����X����@$����$6��h!��h��16��hh�^!��h
+;1����� @8*����h����@$����$6��h6��h�#6��h6��h�#!��h
+;1����� 0���� @�*����X����@$����$s��h6��h�#s��h6��h�#!��h
+;1����� @+��������X����@$����$s��h6��h�#�ƕh�ƕh=��(!��h
+;1����� @�+����X����@$����$s��h6��h�#��h�ƕh=��(��h4^L3����� @�+����x��������@"{zh�����r���� T$@v�h


		����X����@$����$s��h6��h�#��h�ƕh=��(��h{m�"3���� @�,����H��������@"{zh�����w����X����@$����$=̖h��hD+�"=̖h�ƕh=��(��h{m�"3���� @�-����h����@$����$=̖h=̖h _Z=̖h=̖h _Z��h{m�"3���� 0���� @.����X����@$����$z̖h=̖h _Zz̖h=̖h _Z��h{m�"3���� @l.����X����@$����$z̖h=̖h _ZΖh=̖h _ZΖh���2|���� @�.����x��������@"{zh�����|���� T$�ǖh


	����X����@$����$NΖhΖhOC�2NΖh=̖h _ZΖh���2|���� @�/����h����@$����$NΖhNΖhS{�2NΖhNΖhS{�2Ζh���2|���� 0���� @,0����X����@$����$�ΖhNΖhS{�2�ΖhNΖhS{�2Ζh���2|���� @�0����X����@$����$�ΖhNΖhS{�2�ϖhNΖhS{�2�ϖhyy�5����� @�0����H��������@"{zh����<�����X����@$����$�šh�ϖhB7�5�šhNΖhS{�2�ϖhyy�5����� @�1����h����@$����$�šh�šh���7�šh�šh���7�ϖhyy�5����� 0���� @$2����X����@$����$�šh�šh���7�šh�šh���7�šh��g���� @�2����x��������@"{zh���������� T$@��h

����X����@$����$�šh�šh{SX�šh�šh���7�šh��g���� @l3����h����@$����$�šh�šh���%�šh�šh���%�šh��g���� 0���� @�3����X����@$����$=Úh�šh���%=Úh�šh���%�šh��g���� @L4����X����@$����$=Úh�šh���%]�h�šh���%]�h�^�.X���� @�4����x��������@"{zh��������� T$�
�h
����X����@$����$�.�h]�h��.�.�h�šh���%]�h�^�.X���� @�5����h����@$����$�.�h�.�h�d��.�h�.�h�d�]�h�^�.X���� 0���� @6����X����@$����$�.�h�.�h�d��.�h�.�h�d�]�h�^�.X���� @t6��������X����@$����$�.�h�.�h�d��.�h�.�h��c.]�h�^�.X���� @�6��������X����@$����$�.�h�.�h�d��6�h�6�h�
�)]�h�^�.X���� @l7����X����@$����$�.�h�.�h�d��6�h�6�h�
�)�6�hj����� @�7����x��������@"{zh����h����� T$�߫h����X����@$����$�6�h�6�hпZ�6�h�6�h�
�)�6�hj����� @�8����h����@$����$�6�h�6�h:��	�6�h�6�h:��	�6�hj����� 0���� @,9����X����@$����$�6�h�6�h:��	�6�h�6�h:��	�6�hj����� @�9����	����X����@$����$�6�h�6�h:��	�6�h�6�h���6�hj����� @p:����X����@$����$�6�h�6�h:��	�7�h�6�h���7�hT�+����� @�:����H��������@"{zh����������X����@$����$�7�h�7�h��7�h�6�h���7�hT�+����� @�;����h����@$����$�7�h�7�hSq.�7�h�7�hSq.�7�hT�+����� 0���� @<����X����@$����$�7�h�7�hSq.�7�h�7�hSq.�7�hT�+����� @h<��������X����@$����$�7�h�7�hSq.�7�h�7�hNR7�7�hT�+����� @�<����X����@$����$�7�h�7�hSq.E8�h�7�hNR7E8�heI#%4���� @L=����H��������@"{zh����h�����X����@$����$}8�hE8�h.%}8�h�7�hNR7E8�heI#%4���� @�=����h����@$����$}8�h}8�h�}8�h}8�h�E8�heI#%4���� 0���� @t>����X����@$����$�8�h}8�h��8�h}8�h�E8�heI#%4���� @�>����X����@$����$�8�h}8�h�9`�h}8�h�9`�h�l)~���� @D?����x��������@"{zh���������� T$���h����X����@$����$��h9`�hc�\)��h}8�h�9`�h�l)~���� @$@����h����@$����$��h��h�u�.��h��h�u�.9`�h�l)~���� 0���� @�@����X����@$����$��h��h�u�.��h��h�u�.9`�h�l)~���� @A����X����@$����$��h��h�u�.��h��h�u�.��h�r�8����� @lA����x��������@"{zh��������� T$@��h����X����@$����$��h��h~0�8��h��h�u�.��h�r�8����� @LB����h����@$����$��h��h���$��h��h���$��h�r�8����� 0���� @�B����X����@$����$��h��h���$��h��h���$��h�r�8����� @,C��������X����@$����$��h��h���$��h��h=�!��h�r�8����� @�C����X����@$����$��h��h���$t�h��h=�!t�hB�-	���� @D����H��������@"{zh����|�����X����@$����$u�ht�h	��-u�h��h=�!t�hB�-	���� @�D����h����@$����$u�hu�hP|�u�hu�hP|�t�hB�-	���� 0 ���� @8E����X����@$����$w�hu�hP|�w�hu�hP|�t�hB�-	���� @�E��������X����@$����$w�hu�hP|�w�hw�h��t�hB�-	���� @F����X����@$����$w�hu�hP|���hw�h����h��:W	���� @�F����H���� ����@"{zh���� �����X����@$����$=�h��h�\�:=�hw�h����h��:W	���� @4G����h����@$����$=�h=�hJ=�h=�hJ��h��:W	���� 0!���� @�G����X����@$����$y�h=�hJy�h=�hJ��h��:W	���� @H����X����@$����$y�h=�hJ9V�h=�hJ9V�h@Jn	�	���� @|H����x����!����@"{zh����!@����� T$��h!����X����@$����$�Z�h9V�h��O	�Z�h=�hJ9V�h@Jn	�	���� @\I����h����@$����$�Z�h�Z�hl��Z�h�Z�hl�9V�h@Jn	�	���� 0"���� @�Icontact/dovecot.mailbox.log000064000000000060151007557640012001 0ustar00{����	!��:"�G��hz{ ����J�b�B3���h|��contact/dovecot.list.index.log000064000000004660151007557640012441 0ustar00( {zh {zh����<����@����list�������������@@����?INBOXSentJunkDraftsspamTrash����  {zhL������������@?������. {zhm�-VEϯ��. {zhm�-VEϯ��. {zhm�-VEϯ��. {zhm�-VEϯ��. {zhm�-VEϯ��. {zhm�-VEϯ���� T$��yh���� @L����<����@����subs���� {zh����P����@?������. {zhm�-VEϯ {zh���� @�����8����@������|h��������@?������. {zhm�-VEϯ%{zh����@����msgs��������@����hmodseq��������@����
index sync�������|h���� @0����D����@����1saved������������ @����������@?������. {zhm�-VEϯ#{zh����@��������@��������@�������|h���� @|���������@?������. {zhm�-VEϯ!{zh����@��������@��������@�������|h���� @t���������@?������. {zhm�-VEϯ${zh����@��������@��������@�������|h���� @l����8����@?������������@�����KINBOXSentJunkDraftsspamTrashArchive��������@K����d��1��|h�
VEϯ���� T$�i|h���� @����������@�����d��1��|h�
VEϯ&{zh����@��������@��������@�������|h���� @�	contact/dovecot-uidvalidity.687a7b26000044400000000000151007557640013175 0ustar00contact/.spam/dovecot.index.log000064000000000240151007557640012473 0ustar00( {zh {zh����x����@����$maildir����$��|h {zh��.��|h {zh��.��|h�_13���� ${zhL����contact/.spam/maildirfolder000064000000000000151007557640011751 0ustar00contact/.spam/dovecot-uidlist000064000000000063151007557640012263 0ustar003 V1752857380 N1 G841cd32e207b7a686d9c2d005645cfaf
contact/.Trash/dovecot.index.log000064000000000240151007557640012614 0ustar00( {zh {zh����x����@����$maildir����$��|h {zh�XN(��|h {zh�XN(��|h��u*3���� %{zhL����contact/.Trash/dovecot-uidlist000064000000000063151007557640012404 0ustar003 V1752857381 N1 G851cd32e207b7a686d9c2d005645cfaf
contact/dovecot.index000064000000001660151007557640010704 0ustar00x� {zh {zhAA�������h$maildir��h��h�u�.��h��h�u�.9`�h�l)~"{zhcachemodseq*At&�(&�#&�(.&�3	&�8
>&lC&�H
�M&XS&�X&�]Xb&�g0m&�r$�w&�|#<�&��&�&h�(��)h�*��contact/dovecot-uidlist000064000000004641151007557640011253 0ustar003 V1752857376 N1 G801cd32e207b7a686d9c2d005645cfaf
1 :1752857378.M169703P2988390.premium320.web-hosting.com,S=90561,W=92051
2 :1752995487.M954859P651159.premium320.web-hosting.com,S=10253,W=10401
3 :1752995584.M436374P663174.premium320.web-hosting.com,S=31367,W=31961
4 :1753686529.M352167P3343815.premium320.web-hosting.com,S=33194,W=34041
5 :1753686637.M409191P3343815.premium320.web-hosting.com,S=24846,W=25625
6 :1753768362.M315321P3103940.premium320.web-hosting.com,S=21902,W=22589
7 :1753944685.M798428P3296716.premium320.web-hosting.com,S=33189,W=34036
8 :1753944827.M546371P3306413.premium320.web-hosting.com,S=24829,W=25608
9 :1754044103.M903192P4061730.premium320.web-hosting.com,S=21828,W=22514
10 :1754195105.M102468P3603531.premium320.web-hosting.com,S=33187,W=34034
11 :1754195199.M851523P3603531.premium320.web-hosting.com,S=24824,W=25603
12 :1754294255.M21122P173163.premium320.web-hosting.com,S=21835,W=22521
13 :1754371964.M2452P4085596.premium320.web-hosting.com,S=33199,W=34046
14 :1754372088.M532360P4089733.premium320.web-hosting.com,S=24844,W=25623
15 :1754423313.M383905P2566015.premium320.web-hosting.com,S=22434,W=23101
16 :1754563783.M84692P1311473.premium320.web-hosting.com,S=12190,W=12363
17 :1754564063.M919708P1323288.premium320.web-hosting.com,S=33203,W=34050
18 :1754564074.M5891P1323288.premium320.web-hosting.com,S=33203,W=34050
19 :1754564129.M820979P1323288.premium320.web-hosting.com,S=24840,W=25619
20 :1754668017.M851326P2141040.premium320.web-hosting.com,S=29443,W=29848
21 :1754668030.M576475P2141040.premium320.web-hosting.com,S=20567,W=21180
22 :1754713619.M849481P189235.premium320.web-hosting.com,S=12187,W=12360
23 :1754714014.M883617P189235.premium320.web-hosting.com,S=21736,W=22393
24 :1754972900.M35581P1138453.premium320.web-hosting.com,S=12184,W=12357
25 :1755059549.M777928P1288571.premium320.web-hosting.com,S=23994,W=24741
26 :1756116712.M373478P3793757.premium320.web-hosting.com,S=8920,W=9051
27 :1756116929.M500704P3812287.premium320.web-hosting.com,S=33191,W=34038
28 :1756117061.M616347P3812287.premium320.web-hosting.com,S=24824,W=25603
29 :1756323897.M678057P2255575.premium320.web-hosting.com,S=21622,W=22306
30 :1756881606.M947542P257508.premium320.web-hosting.com,S=8918,W=9049
31 :1756881780.M767108P318896.premium320.web-hosting.com,S=33193,W=34040
32 :1756881881.M979613P318896.premium320.web-hosting.com,S=24823,W=25602
33 :1756976697.M147415P1155755.premium320.web-hosting.com,S=21899,W=22586
contact/maildirsize000060000000000430151007557640010435 0ustar00262144000S,0C
0 0
92051 1
10401 1
31961 1
34041 1
25625 1
22589 1
34036 1
25608 1
22514 1
34034 1
25603 1
22521 1
34046 1
25623 1
23101 1
12363 1
34050 1
34050 1
25619 1
29848 1
21180 1
12360 1
22393 1
12357 1
24741 1
9051 1
34038 1
25603 1
22306 1
9049 1
34040 1
25602 1
22586 1
contact/.Archive/dovecot.index.cache000064000000001264151007557640013405 0ustar00��|h��|h������"{zh��|h"{zh��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYcontact/.Archive/dovecot.index.log000064000000000340151007557640013115 0ustar00(��|h��|h����@����@����cache�������|h����x����@����$maildir����$��|h��|h/E~1��|h��|h/E~1��|hg��13���� &{zhL����contact/.Archive/maildirfolder000064000000000000151007557640012372 0ustar00contact/.Archive/dovecot-uidlist000064000000000063151007557640012704 0ustar003 V1752857382 N1 G649c8c319f967c689d0f0a005645cfaf
sales/subscriptions000064000000000022151007557640010505 0ustar00V	2

spam
Archive
sales/cur/1754316484.M511929P1268364.premium320.web-hosting.com,S=22411,W=23078:2,S000064000000053613151007557640020334 0ustar00Return-Path: <3vL6QaBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id wO8EHsS+kGiMWhMAVkXPrw
	(envelope-from <3vL6QaBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 10:08:04 -0400
Return-path: <3vL6QaBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 10:08:04 -0400
Received: from [198.54.122.200] (port=55679 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3vL6QaBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	id 1uivrA-00000005Lz2-29bg
	for sales@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 10:08:04 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="sPb/mwpP";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3vL6QaBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com designates 209.85.216.71 as permitted sender) smtp.mailfrom=3vL6QaBcKAMco75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f71.google.com (mail-pj1-f71.google.com [209.85.216.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwdgK1Mx1z27rK
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 14:07:57 +0000 (UTC)
Received: by mail-pj1-f71.google.com with SMTP id 98e67ed59e1d1-315af0857f2so4145670a91.0
        for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 07:07:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754316476; x=1754921276; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=cfwSOjcy73oWa5ZkulLhBHFBnuVBVVR4Y91Vj89BugE=;
        b=sPb/mwpPuCAVzUAoe+/lTtKMej+FaU+f6ibPR+XZIB/NGGSj1kfL7KQWBfFw2W65JV
         6xAwaXNmlxlT6IBYLHKKLPflTOyisYlzl5lgKOyIiZGZoE3nozX1ExW+rZpWJUIXbQSG
         GFEW3TDlAz98fVrRZD1gIQKuPtQvI86KOn9pp/AMLk7temOjpnmk312nd29BmTbYPRHO
         X8hkTUFSyNcDYMik43/SV5bo8/vqSv5LQJEAjFYB7KHjh6bFIRszU6SWCuoF2FbrQsVA
         TLibxlI5NMBodRHNLczx0OGfDap8t2XBi8z4vyrJym6906MUdy3whyzG2YrtsWYldYdn
         otQQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754316476; x=1754921276;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=cfwSOjcy73oWa5ZkulLhBHFBnuVBVVR4Y91Vj89BugE=;
        b=mKephFG+y0ip4ltLmVOLFSOAX6YiQuhyDpigo7BPK1yyhGZ/iqIOWgqHrJCX0wK3Ja
         GvFwRRuaxnQJ70PMaMa506EznwaxjGm2l9tW/ZAODDCVtJjTVl20Mdn1VZLn0ihIoGUd
         gwvCKWMaCJJrq0ksEyDYIG73Nw93DP4zX9KtAEjFaoaY9AyLojBZd18RQgXSu4QEvnqd
         YYr+oAkp5DQ1bKJT2w48gD+ZeFB+6JXkz9awMnqLuXjpsKgmNpo7XF6J52qckzpqdFfz
         I3AU5kpAK8dy8whaVrgzjzVwxecF4OFXbuZKG0xmbO5iqcdY7KhglW5FrPHJ7v+JM3cF
         CQzQ==
X-Gm-Message-State: AOJu0YxJnYL4zMrf4i2E1ZxsCdAeqFJoTnP5eobuOAmVAGhODdl/K2kL
	MciY/smgbLMIgZhFgm0WMX7M9jlKHmios5JrsK0PUZZl8HezLFTaecaRpH/m
X-Google-Smtp-Source: AGHT+IFwS8FQQ1BgyKDZb/6xA6oe4wVQGAFnzCVExoNF2p1GZkvXbiv6DWHxUmELAUxbFQqxSF6q/MI=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:2688:b0:321:38a:229a with SMTP id
 98e67ed59e1d1-321161d8b3emr11076963a91.7.1754316476713; Mon, 04 Aug 2025
 07:07:56 -0700 (PDT)
Date: Mon, 04 Aug 2025 07:07:56 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: f7035c2223da0000
X-Notifications-Bounce-Info: AWoTSIGJKvK_eBGPmFr3hYT5KXHwSkFbkooTXiOTakelX4rMjq-mxRA-_uCx-Xs-tfiqyj-ViudZnmKwODR-FrDmDm6vD8xS0terwf7KpmKWSTlePr-BJEexopd2VgG9QqrqBudUinIempn25YIq0JA3-Mhd7bKFk5xRDIsmdkgSTEOYuZ_LqYeMGmRIcSU_9qvsvkVi6hJjyn0DNrsH3bcwJ6grd1o3bdjp8A_cEyRHFeS037_ALA_TregwHT6nkAJIPYH6OuCWHpoP6RvQIEpCFThNFkqZhm_BKjXrNdGpzEdUZjKlx_KHp2aMgcxN4dHsIL2fVHNimGGnRFE-ME9ygjPWbVlD1hmCCF1NP9PqFnDX1IbFvv1tmk9IMCQpcNa8m8PccLQkvi_6DsDd1dtg839o5OhXl-fJy6WINgzEbm6nD8CQuClN5kuLoOKZHus8mxWPeZP9qESwP6tzH5s6fq6syfU8cWCZdOjEkhcSv33cuJWFHpTzhgoAF0KG_rRmmP4lMEatlx5KGBEHrVUdJFdWgo3YBzd5NyVaeZv8ofkjR2IVc89j4gwkufUTOz4n927o0kBkNcUZUfHFpldMBl6IZ8HRMslbxk7ICpCpZAGqrMJlSE6FDCFSoFZoNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <866fdef83dd6c2532f1468534452788518703c62-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000006b09b7063b8aa2ad"

--0000000000006b09b7063b8aa2ad
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCjI0IGhvdXIgV2F0ZXIgRGFtYWdlIFJl
c3RvcmF0aW9uIExvbmcgIA0KSXNsYW5kPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE3
NzQzNDIyOTQ1NTA1Njg5MDQwL3Byb2ZpbGU/dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlh
bzVvNTZvbkZVUllaTXpoblotR01OdUJfTjZScjRFY1d0Vkk0Z3ZyUUhJSXFoQ1ZLZTJVc3ZIRy1L
LTdvMEljYWhlaEtZRjlITGdZeTlJaE85dE5CeHVFY2NDczhVblJYaDgwaDFWSkVRYThCbHk0dE5Q
Zm9Da3E3Y1NVPiwgIA0KeW91ciBhcHBlYWwgaGFzIG5vdCBiZWVuIGFwcHJvdmVkDQoNCllvdXIg
cmVjZW50IGFwcGVhbCBmb3IgYSByZXN0cmljdGVkIGxpc3RpbmcgaGFzIG5vdCBiZWVuIGFwcHJv
dmVkLg0KDQpDb250ZW50IHRoYXQgdmlvbGF0ZXMgb3VyIHBvbGljaWVzIG9uIGRlY2VwdGl2ZSBj
b250ZW50IGFuZCBiZWhhdmlvciBpc24ndCAgDQphbGxvd2VkLiBEZWNlcHRpdmUgY29udGVudCBp
bnRlbnRpb25hbGx5IG1pc2xlYWRzIG9yIGRlY2VpdmVzIG90aGVycy4NCg0KU2VlIHJlc3RyaWN0
aW9uIHBvbGljeSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwTEF4eHp4VW1HUGxHWXNrVGx4VkY3
MVZzU1U5RjNkaFNQR1NHcDJWSGhseHBnUWEtRzNKM09LVHlpTGMxVnQzTVR2YUpTYkNzY19WY1BT
cWZ0Y1ZQVkwtRmtUTXZGM3l2UlFLSXJzMmJjQnhGOXNzeE1tM2NVZHRGMm5tWmtlTGl1cERlQUZj
cHJDUS0xYnBUbVA4ajkyWVMwcGNmS1I4Rjh2MjhpU1haTmFRYm5JeUk+DQoNCllvdSBjYW4gc2Vl
IHRoZSBzdGF0dXMgb2YgeW91ciBhcHBlYWxzICANCmhlcmU8aHR0cHM6Ly9jLmdsZS9BTmlhbzVw
blUtVE1EcDNjYTNIdHZvUzkzWUk2a0QzYkl6MDRQUVJHVXA3T25LR1hCUmt6NlNiODVmX21uLTRP
VThYUUt4cE5hVmdkdEVUX3hMX1NCaDRLaU1tSVo3NTVZUzE3Z040anJhaHZBYVY0Q0t0MW5rbWRL
b3VTbHlWakk4Yjl3MVhjcjRwdWtVLVRISzA0eGdTTUJpMUxYOTMzSEt4UE4xWEJWWEhVczgwLVBX
dlpEU2xBUkZKcmtpS2hwbmVEbnNicGdNcElNRWlPZDdmY3NacktLczV3XzdMdVV6SmR2ekY1djN0
bmtnPg0KDQoNClJvdXRpbmcgSUQ6IERQTkINCg0KDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMNCjE2
MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdv
b2dsZS5jb20gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cC1fMXZJRV8xVGNHVXl1Y3VNd0dPUXFS
c2l6WkN2Q3owNmhUVjlFYnA4bTdabzdfUk1fVDZpTlduQnNRdUJHLS1yeUw5c3BaV29FTkV0bVNP
YmFqbURlTzBvZnNPM0o4MjlHWVRqVnNLN0FxRk54a1U0RHIxbEFJNHBkeEplQWI0eXdXND4NCg0K
WW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFu
dCBjaGFuZ2VzIHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--0000000000006b09b7063b8aa2ad
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/17743422945505689040/profile?trk=3D=
https%3A%2F%2Fc.gle%2FANiao5ocpkHC3HSWL2NbHMOGlmc7zH-99oFBoaTJPlgClAke-j_vU=
aFkwziSPoX7Av0ajz1bcRQIauLQDrokhLjxhewqpZemjm7dtGclIo9ghzDDW3TSY2vgY3Jh_nio=
dA target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour W=
ater Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5oz1CeCrb650JeQ-AhdXM1UMF3dWVskM_gUpyVx_fdZIaS=
GhvkgombgxpNfVG5bjiu-eVh_PoZPedpPyRzS06XJGWQDuMesdoo_M9LCnHWTD-6eRy9WARwPh3=
Y_BWawiLu2X0cQ063FKcZRjrkXTBN8xrFidvTZmJeluKDJ5Oe3uiahNia6xw target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5oxD9eo=
cDTwYKV8zcT6lPQAnqWXOl4IIGEzeKaGwihruZa_DT2rXJqf-5zlKj2s1TkUiDe8vJqsXVTmj50=
PMaylFot5fwlvHEGpNlzPTpSN1dEJ9EBApWSFfrFasevXqrRkK12YNn7h7__wApXQyGzGx-UseF=
YjKOjcspae1ZU5ID3YmvgK2UkBzFbBPj6pc1RSB-a3MjlguW-VvHD2EBjqRb4XL8h8L9nlBqw_m=
WSO target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pp502BGMgiKvOlxdKseYi02F3XAaTFXTSxU9_yLIs1l4=
x4392x0T5wluzupHzeF21AJjhhEAmcv6F4lJApBsIzwG7eHNDtByds-oAPHiXqZ2OcPnb1VZYFs=
chqgnlfSfwxwJUHKQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oRZRCb6oIIitx4wnKNqTeDjgVlTDSlxcgJnowJtw6vvh9D_gKhXorKu8RoEHiS6N=
mn3vpw42DNOAtiZoN8td-O86CwT8OT5THdXzhWzk8aqcS4Uw-G3E2aZtPv_MhMD-FP2A.gif></=
body>
</html>
--0000000000006b09b7063b8aa2ad--
sales/cur/1756119703.M402303P3950400.premium320.web-hosting.com,S=33176,W=34023:2,S000064000000100630151007557640020273 0ustar00Return-Path: <3lEKsaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 8CbgF5dCrGhARzwAVkXPrw
	(envelope-from <3lEKsaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 07:01:43 -0400
Return-path: <3lEKsaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 07:01:43 -0400
Received: from [198.54.122.200] (port=60627 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3lEKsaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>)
	id 1uqUxL-0000000GdSZ-0zsR
	for sales@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 07:01:43 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=dwZvIcN9;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3lEKsaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=3lEKsaBcKABcyHF5A1FFCEB2581-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9SXh4yZTzFyP4
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 11:01:40 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-88432e19e2dso1020242639f.2
        for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 04:01:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756119700; x=1756724500; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=3mSffX92slfwablLhdkIIrG3u9ufJ306Wgp1vYz2n3Q=;
        b=dwZvIcN94JjpDq6hF1k+HpwWPUmFbPvj7+9+aoBR6uVw7ExBWYf77y+ReOwRwlce2F
         6QQJuCNw/osIA6mQKgKrHKhvpzCIIPmn48QkZ3a3cXzZOQ982IKOH57aBl7Qg5Q1REhB
         92gkbj8+JbFpK+yfgCfCOtuYMnL4DTS4FZX0AAdvIhodvrkzag36xj2/1Z+wumZ3XfOz
         u0cJDjXgJvF510ZdlpKFkmiLrEhDXaBPOxzB0XzZefzqC28zinhmvblzlEMvDMGayIrq
         VF+m8o+BPdEyf0mrm22tfi/qE+jQ2eQWtv9rkcN8EFwIG/cldYAqqGJ0outN7hu4KrYT
         Mo7g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756119700; x=1756724500;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=3mSffX92slfwablLhdkIIrG3u9ufJ306Wgp1vYz2n3Q=;
        b=r4BVjecHD5Tbd45AnszRuXGfPRcO123QEhKHxDmNGWotsafEvwZHc3I7QslMLA+8/u
         SiCVq1OqXNifZJmFD6ufqH47UrUVBOvnKPxXKI0jwRSlLYl8LNLiXULXlo86Lqx1sR+B
         UqyCSQiTlWebNrjXct4oaceSsr+EAjaGYGwlhZzzJcijfXhSWAMU2Kr1a5qfkhYEXx5k
         46cBLfRtdxSa002+BnaTuGOrfrloiuVihquwiXSBL+BX+cBZWA9H5heLB3nd4qGk5RBs
         sWfbsGo5t5f4XHIQrYFCijfCmqKkvZ6vHagi9h1GSPy28X2rbgiPz0UgSsDj5eGSn9da
         M6UQ==
X-Gm-Message-State: AOJu0YyS/mHlK/ni2T79LmWKV6yjFyE56Od2aJbj1PEH8gn2TIXsGWGR
	RQFxt1wGuyy3GDlq+ICrJg05nmvG/CQq8U1NP3/LPoSr8p/kvjQ=
X-Google-Smtp-Source: AGHT+IHbXlWAJAlW6tL6svJHp6wd7HU+ST8TOsJj1cgDn0HLS6NRn5/iYf+N6zLx4v4BzmLWZngwwLA=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:1a28:b0:3e6:7d65:97c0 with SMTP id
 e9e14a558f8ab-3e91fc22c33mr170768095ab.1.1756119700257; Mon, 25 Aug 2025
 04:01:40 -0700 (PDT)
Date: Mon, 25 Aug 2025 04:01:40 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 6ccf62b08b3a0000
X-Notifications-Bounce-Info: AWoTSIHZ-iY6lSydfIMsBvG_kh4mUvP4X1xn7nYA1NvWDNcSF7roaT511mNR_V7i1gxDSIbhByarp7douL8fLoVYFjXrF-zzzvKqCtajEHg4WrjBZthyYaHoUP4cHEAaZtQXPT8WCk9T_H3idKrO6Yp5Au1eCwoj7LYMU4JqtEQjhKvL8jC9yJBB6lBGQIaq0obboff4ReZJFqB_98I42irNYhrLs3HuwZU9y11G657Nx3KWGic_y5P28EFM2LYcRqMXYjQejcWBAVqjhlmUzAjKOnqY0lL3WlBN-gkc_SIKXDXVGSvs48F6IYZN68MzefX_E_v3CLOS_H_mfUiWAUzWk-9ZtL-Aci7HgIBSWzLKqH6N31QZkuFwy9vWf-PEe5rwFvjX6iAKpvZBxt7fg50X8jKuDOmYZT7gKdGeM4_C0Wawq4T7_E5D5IVLie3oM3Cj6HEQCZ3_FCbVzy3sUAngSrYZvpsdNGmdUDwM1nQ-4VoEXtrfhs6tdRBqKtIqAEb9GeBmgcKBQ1jvWDYWnRZbRXJUAqVBq9ENjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <570f4a69715332e9f2e5d67469badac79b86f85f-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000eabdad063d2e7a42"

--000000000000eabdad063d2e7a42
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQowMDkyNg0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE2ODE2MzgxMjA0
OTgwMzAxMzY2L3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj0wMDkyNiZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXJnTmdoQmVyTWdrSVE4WTZJYUlKSzNPNkdxRzZHd19CS3BrenY1OFVV
YTZSQV9fakdiWWFIR2o2ZnQ4RzhRMTF5dWVpMmJwVWQyb3JrWlpGSlFSdkF5eXJwc3VmWTA0d25z
QzJ6b2NycFRJTlhMVEtDbkl6ZUNKT2czWFFVPg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81b3I3Mm52blMy
RFNPaWFHM0dJWk5URlAxeWxhQWZmY1RYSFZ4V0tLdjZ4N0RHblprZDFldDlvdmk1dEFWLVFDYTlX
U2JpWDBxYmhBbnNlTTc5b1JYMlEyM3dDQ3dDY0lOZU9FNzgwOW5oYmJCMHZKaFh2N3A3TGtYVjZI
dUd5dU1HWWxkWUdZSVZnMzhVdFpQaHQ4d2V3ZHh3Pi4NCg0KMiBTaWduIGluIHVzaW5nIHNhbGVz
QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KDQozIEVudGVyIHlv
dXIgdmVyaWZpY2F0aW9uIGNvZGUuDQoNCk9uY2UgdmVyaWZpZWQsIHlvdSBjYW4gc3RhcnQgbWFu
YWdpbmcgeW91ciBCdXNpbmVzcyBQcm9maWxlIG9uIEdvb2dsZSAgDQpTZWFyY2ggYW5kIE1hcHMu
IFlvdSdsbCBiZSBhYmxlIHRvIHJlcGx5IHRvIHJldmlld3MsIGFkZCBwaG90b3MsIGFuZCAgDQph
dHRyYWN0IG5ldyBjdXN0b21lcnMg4oCUIGZvciBmcmVlLg0KDQpHZXQgdmVyaWZpZWQgIA0KPGh0
dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE2ODE2MzgxMjA0OTgwMzAxMzY2L3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj0wMDkyNiZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXJ5
Q09kOWhvNmwwb3ozNWNqLWdYeFh3OEJKak9XbzZPZ0dVcFpoRHh4RkdHNDBoV3NDRjdablEzODFu
bmVxallXN0hBSU5uaEtfd1FOQUhZWlVDbmR4NkJaNjdnM1ZNbWdpSHgyc0hpMTlJMDRUajVEdHZ5
aWhiUk8zMkw0MWlXcz4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81ck9mX2FvVzcyLVowVHRFRmpSMnZXaHRoUE5kYmZxbVdDblRaUlFsZHUyZk9ORURVQ0dp
d19YZXZERzNRTWJQOGxYem5vNi1ZdEJBMDl0UGZpYXBYTlBTUFE1aXV3SFBnYzRpTXloTHlITlNQ
RE5xemRpSmJGRElaMG4yTlR4NURaN3hEemQ3VmZIcUNFdHlRWU5fZGhYLW9jVmJjdFo0d2ctYzd4
YU1kRT4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvQXdYTGZhSkN2eERaQk1UYVZsd19yMmhYUDZobmN0
REtqZjg5MTNjblBkbEE4Y2tMVlltbk8xTVpuekk5NWk4T2N0WVV5VnNxdkFVTlVkaXlYODg0elE2
ZzJBQ3poTlkxeU9qZVRlTUNCUk1GQ05adUpJZFFtSnhwVkpNWGREczZjZ0o0Pg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000eabdad063d2e7a42
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/16816381204980301=
366/profile/verify?hl=3Den&amp;pin=3D00926&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5rsAs7eFijwsCMjeE3OIPjngSu2H7HwuH1LuW9fymRJq6a7pNW7uTWLf5BzNLQPo4zTdTX=
e7u9j0R8rwp3Tedemtpl8bd8Rn8IRWZ0iPaKVae-_gsA0ybw>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">00926</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/16816381204980301366/profile/verify=
?hl=3Den&amp;pin=3D00926&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rebAfCLoYsHX=
rc-7upoqACs6bNYnNrXYwDtmKXq6yMlc-iE78H6H5vdeipKFrlxUebqxmoa2zggwq7n2CYkMyiC=
ArqNtPWeAmPLwTb3Vc03Xb-OtAgpUVotIT6SuCFfg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/16816381204980301366/profile/verify=
?hl=3Den&amp;pin=3D00926&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rebAfCLoYsHX=
rc-7upoqACs6bNYnNrXYwDtmKXq6yMlc-iE78H6H5vdeipKFrlxUebqxmoa2zggwq7n2CYkMyiC=
ArqNtPWeAmPLwTb3Vc03Xb-OtAgpUVotIT6SuCFfg target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/16816381204980301366/profile/verify=
?hl=3Den&amp;pin=3D00926&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rebAfCLoYsHX=
rc-7upoqACs6bNYnNrXYwDtmKXq6yMlc-iE78H6H5vdeipKFrlxUebqxmoa2zggwq7n2CYkMyiC=
ArqNtPWeAmPLwTb3Vc03Xb-OtAgpUVotIT6SuCFfg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5rffQOI0XlDLIk4Mh=
PyWfGOSqeFARJU-A33Of6iiei7tObCWGwvqA9_q9epszR-f4CgcOYsD63_oVTT6iheMiEAYPwzD=
4GpuKC2sr4Z7vNgPCazUsWR1oq_bNqYgCnW2oNwB1S_ktR_Ls9L3OT2bJ66PZJhlQ style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">sales@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/16816381204980301366/profile/verify=
?hl=3Den&amp;pin=3D00926&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pdjdSSZYNw64=
7ApNV8cXuzACAm5xw1tBBgFWlsQ2rYUGmoXkSx5m8_w7MP2OwVqTYF7JQ0yzEtslwPm8NhgdxDe=
_umeQb9pjR1LcLYobsPejeD6_uWdstYnAKyK2AxmB-BXA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/16816381204980301366/profile/verify=
?hl=3Den&amp;pin=3D00926&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pdjdSSZYNw64=
7ApNV8cXuzACAm5xw1tBBgFWlsQ2rYUGmoXkSx5m8_w7MP2OwVqTYF7JQ0yzEtslwPm8NhgdxDe=
_umeQb9pjR1LcLYobsPejeD6_uWdstYnAKyK2AxmB-BXA target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/16816381204980301366/profile/verify=
?hl=3Den&amp;pin=3D00926&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pdjdSSZYNw64=
7ApNV8cXuzACAm5xw1tBBgFWlsQ2rYUGmoXkSx5m8_w7MP2OwVqTYF7JQ0yzEtslwPm8NhgdxDe=
_umeQb9pjR1LcLYobsPejeD6_uWdstYnAKyK2AxmB-BXA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5rW9JgqfNS85M8fyhu0pWPWLAKC3Yv4ngl8r8yeLXaMrBtn5GUfYlVgYulwVrbZ7y552M_=
FsGoBztDUu4gKo-IPPr52K5rqCfcQhNpeG20tc8JU4yq9eqdEBCWd53XgxAyYdNzOKngWZYiN97=
y3QhjUVtlCroXnPUOJFmz4FbKGDw style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5rc-PPx_6SENzCPKTWHL6vKBOW303r5I1IwG_6Vqga5Zk4YTnXngEa64TdEFo7sEjAsah4sR7I=
ykGT_cdYn-A8matmV7DPjV01xdZB07b59AYp8adWqUCmFp6Lx7gcRdkwFFdKchw style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5ooC8Zap954NyaRlYcxtxNqNhFq2pmAqM5571WbNznkUiljUt1HiOrC58sUCPFlKu=
RT6WSgZwrYtYYoT5VlnU7o-X2OBRT92cfK3JD0tis_4dwGd0ZIohGoCyRbirpKw7ZXYw.gif></=
body>
</html>
--000000000000eabdad063d2e7a42--
sales/cur/1756119286.M671512P3928516.premium320.web-hosting.com,S=12161,W=12334:2,000064000000027601151007557640020203 0ustar00Return-Path: <39UCsaAgTAHQfg-jWhdqSUUgmflk.YggYdW.Uge@gaia.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id OAvWJ/ZArGjE8TsAVkXPrw
	(envelope-from <39UCsaAgTAHQfg-jWhdqSUUgmflk.YggYdW.Uge@gaia.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:54:46 -0400
Return-path: <39UCsaAgTAHQfg-jWhdqSUUgmflk.YggYdW.Uge@gaia.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:54:46 -0400
Received: from [198.54.122.200] (port=42371 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <39UCsaAgTAHQfg-jWhdqSUUgmflk.YggYdW.Uge@gaia.bounces.google.com>)
	id 1uqUqc-0000000GXnQ-28gN
	for sales@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:54:46 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=LCXfZk+c;
	dmarc=pass (policy=reject) header.from=accounts.google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 39UCsaAgTAHQfg-jWhdqSUUgmflk.YggYdW.Uge@gaia.bounces.google.com designates 209.85.166.73 as permitted sender) smtp.mailfrom=39UCsaAgTAHQfg-jWhdqSUUgmflk.YggYdW.Uge@gaia.bounces.google.com
Received: from mail-io1-f73.google.com (mail-io1-f73.google.com [209.85.166.73])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9SNj5tJmzBrdX
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:54:45 +0000 (UTC)
Received: by mail-io1-f73.google.com with SMTP id ca18e2360f4ac-88432e33c84so1133813839f.2
        for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:54:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1756119285; x=1756724085; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=r4nwmeZw7gGzwjMUZ79xu67a4By6c2uZ+wbx1JHzcuA=;
        b=LCXfZk+cBkBO16WufYS/AYirUBZvt24G/COmeXvGuMeTJSUiJMMJSbSZnQgdy5SIIR
         FY47D6LUJM6X7F/E63akQF9eH6HfvdjFgf5jbPG49eJtBN1v40rNivJTkgUP9wX/b/FP
         vc0fQXR5dPED03Zl/bJ/pxMObBccensk9mySPJBFuisOH8grwv3hKe2t9PSyBYM2RZFk
         Ocpc+xhQggpMi7nrhzHrABo64aPfTWt90kQYkmORUN3XV510A0O+1usHX2PeRjSUJQf8
         MOwhMZpXFkzjHjmClx4K2+eOV6GeZ2OeKG0At3DdHJ/p0MmGZ0/7lBkTujKsIob+65c1
         FeWg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756119285; x=1756724085;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=r4nwmeZw7gGzwjMUZ79xu67a4By6c2uZ+wbx1JHzcuA=;
        b=VdAJ4yLWH0TYvcS/6Y9p+NGM6jZPtSpX6lBWcqZr04cCgV+rliWZW20ZQaMKROXKFK
         kscUVEWbbXxKE5reJU/oAJsSVru7iuuKJuzo0ZT2bdpcuSGVcQUtPATEZijZkDP+F2Ae
         nxHC7uGKHiEqVQWbE2BJFMkFrwRU2m4QoycvQHYDblSlKyS4wF/JrWQ/6q1yzKpN2nlv
         HW4O6SIRgN3nQawVLo9NOQf24OmCOmAhyFOaf11qP0xc+UGVPbIfheA9nZ00OOzPeJ4W
         sJK4+oyFcak7bTqFxE4cLdDMkqsLqe1WE7mv7Mozaj6cROVAvbTHSHUtwMNz81hZbLOz
         +3ew==
X-Gm-Message-State: AOJu0YwR8zG3XcCpNAtr/UG2264wehjiQR9zV6V/N3ttkKf2sMYLR0/0
	Ltfu80Neinhjr24zwcrOwslSpIGAITRz0bmI5oKzh5RCOvKQH7pb3VJgQykT1HRziSa34WbRVkP
	KS/LsBjFTabFOprTkXyiSZDQ/gbfTOcQGUvkfSAA=
X-Google-Smtp-Source: AGHT+IHnJCn3QRjsnWMw/DrxTy88Yanq3ts92qwmdAPhH6KTF55ce+A4ZdG96DQg4St8UcLTqMXbNX/ErRe/zZ70FxQhTA==
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:1d86:b0:3ec:c8a4:911 with SMTP id
 e9e14a558f8ab-3ecc8a40c3amr45510315ab.19.1756119285253; Mon, 25 Aug 2025
 03:54:45 -0700 (PDT)
Date: Mon, 25 Aug 2025 10:54:44 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: b2ce3eff0b3a0000
X-Notifications-Bounce-Info: AWoTSIEA6equfWHlYkkl94nXj4-8WA10X-ey4oZ3VsRu-VkHHeGGxVidNs6_7uMGRvb9FxMhibLP-l4JhX_VY3-vhH81bjkKJlmxyqpgGABvPJ3ztm9cs2h9Xhpj_C-s7m3OTbpMvy95T1NhEfDM6rYXxFUmaAOrSgNE57vTRdH6dGsqnAbioi1kYCx3_2WAqeWKqJn34Lj1mPBq-9EljkID_pUFkX9QNjOd0AuSwWgDjTDi_aT6DpwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <jKdUIGQldmEpNsIIIegKuQ@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000002e46bb063d2e62e0"

--0000000000002e46bb063d2e62e0
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQpzYWxlc0AyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCldlIG5vdGljZWQgYSBuZXcg
c2lnbi1pbiB0byB5b3VyIEdvb2dsZSBBY2NvdW50IG9uIGEgV2luZG93cyBkZXZpY2UuIElmDQp0
aGlzIHdhcyB5b3UsIHlvdSBkb27igJl0IG5lZWQgdG8gZG8gYW55dGhpbmcuIElmIG5vdCwgd2Xi
gJlsbCBoZWxwIHlvdSBzZWN1cmUNCnlvdXIgYWNjb3VudC4NCkNoZWNrIGFjdGl2aXR5DQo8aHR0
cHM6Ly9hY2NvdW50cy5nb29nbGUuY29tL0FjY291bnRDaG9vc2VyP0VtYWlsPXNhbGVzQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSZjb250aW51ZT1odHRwczovL215
YWNjb3VudC5nb29nbGUuY29tL2FsZXJ0L250LzE3NTYxMTkyODQwMDA/cmZuJTNEMzI1JTI2cmZu
YyUzRDElMjZlaWQlM0QtNTQ4MjE1Mzk3MzI1NTMxNTE3NCUyNmV0JTNEMD4NCllvdSBjYW4gYWxz
byBzZWUgc2VjdXJpdHkgYWN0aXZpdHkgYXQNCmh0dHBzOi8vbXlhY2NvdW50Lmdvb2dsZS5jb20v
bm90aWZpY2F0aW9ucw0KWW91IHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gbGV0IHlvdSBrbm93IGFi
b3V0IGltcG9ydGFudCBjaGFuZ2VzIHRvIHlvdXINCkdvb2dsZSBBY2NvdW50IGFuZCBzZXJ2aWNl
cy4NCsKpIDIwMjUgR29vZ2xlIExMQywgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRh
aW4gVmlldywgQ0EgOTQwNDMsIFVTQQ0K
--0000000000002e46bb063d2e62e0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"_U6pGNezJ-3mpVPNr-O_zw">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"_U6pGNezJ-3mpVPNr-O_zw"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dsales@24hourw=
aterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google=
.com/alert/nt/1756119284000?rfn%3D325%26rfnc%3D1%26eid%3D-54821539732553151=
74%26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div></=
div><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"paddin=
g-bottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" st=
yle=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-widt=
h: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" ali=
gn=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images/b=
randing/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=3D"=
24" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google"><div=
 style=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,A=
rial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.87);=
 line-height: 32px; padding-bottom: 24px;text-align: center; word-break: br=
eak-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </div><=
table align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-height: =
normal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D"20"=
 height=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub; bor=
der-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjXnPyLh=
-qINFEgOeDw-qqbxg1Q-EtjlhBP8QpEXQdVK3rioc7x5zKoysTFXRvFu1A_zhARxJxxiDMhXFk1=
Eh4H8C4oz0a78RFDPJ9iAEsQeR1eFQd6G5hZyUc8N7yiVWsCZTtsn9POi6CDoq_JeTQ86PHiL86=
xTZ7N3vlG79DZmkuS5xbJMcLjl8LnwXiNtYd67nVPP-bSHSkrGwYzuotz-5dbHmItP1uOKWP1He=
j3Hp7ZFUe5HsLvoPP-Sts14iX9bW2tPVXYcyOuxvHuTCVOcgvFcdGkyNGCOGntVaLX0D3JmI9FV=
PAumiCY8y5KJhqfNnCfE3bFxjFJg-jx-JrWSLlU7pCY8fZ2A46899pGWnGKBs7o8PsxAfrqyVvX=
tVrrn3hvB05KplDmEYu3xVQuXM46RInCjkrMEwvKUoy-8YAtaSU2K-hwTwKHIYPfm8TGir8lXFx=
IL9ohriUYDeXuZwDeopOB5CUANGuHCiI9qUp9f0l3IyUMgquFxx1d_TXKgPN5c7uGRFtl-Ucv8Y=
KvhWU6_FcB7ZJ7vQClI5qxHaz5PZ8w_Aj_fyoZj71A9GcVU7hyH3ua7cRhu75Ap6qnof0VCuWnq=
5j0MtUcJsI8oK0Xfvyxozngfm50BxAMnc2eZd87CIi5jBb4xayZj_3QECtXqKpaeXKEKFXVdGzr=
1Tum6uOy0NXlimuptqwFgxBxrnQnkPtUYHDDkl4hjxrM_4T_dmW7wKWjwa7FdZiPQymkCSaCgeU=
vVBSYMphT2Fes2mXJgk81-XMtvIIM7copvEtI6zDayAk7xkkAG11fjqrZvwnO3DkgNk3y1WVM9q=
EJYx067fBu-kSGkX84ZS5m6FeV6YqvReG_mRm5uYxmaUpmwzEHjScZdxuSzve3LGZfiDtv3MnuQ=
3pRpUuYrKibhyU3-nVWhKYQjGvADbt4KnxM2vc2fpGH3mk1-sp7wJXsjeS9FNw1sY1vTUgwvjqz=
Nd2BANw=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Google San=
s&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.87=
); font-size: 14px; line-height: 20px;">sales@24hourwaterdamagerestorationl=
ongisland.com</a></td></tr></table> </div><div style=3D"font-family: Roboto=
-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0,0,0,0.8=
7); line-height: 20px;padding-top: 20px; text-align: center;">We noticed a =
new sign-in to your Google Account on a Windows device. If this was you, yo=
u don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you secure =
your account.<div style=3D"padding-top: 32px; text-align: center;"><a href=
=3D"https://accounts.google.com/AccountChooser?Email=3Dsales@24hourwaterdam=
agerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google.com/al=
ert/nt/1756119284000?rfn%3D325%26rfnc%3D1%26eid%3D-5482153973255315174%26et=
%3D0" target=3D"_blank" link-id=3D"main-button-link" style=3D"font-family: =
&#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif; line-h=
eight: 16px; color: #ffffff; font-weight: 400; text-decoration: none;font-s=
ize: 14px;display:inline-block;padding: 10px 24px;background-color: #4184F3=
; border-radius: 5px; min-width: 90px;">Check activity</a></div></div><div =
style=3D"padding-top: 20px; font-size: 12px; line-height: 16px; color: #5f6=
368; letter-spacing: 0.3px; text-align: center">You can also see security a=
ctivity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decoration: inher=
it;">https://myaccount.google.com/notifications</a></div></div><div style=
=3D"text-align: left;"><div style=3D"font-family: Roboto-Regular,Helvetica,=
Arial,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-height: 18p=
x; padding-top: 12px; text-align: center;"><div>You received this email to =
let you know about important changes to your Google Account and services.</=
div><div style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=3D"afal=
" style=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color: rg=
ba(0,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12px; text=
-align: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</a=
></div></div></div></td><td width=3D"8" style=3D"width: 8px;"></td></tr></t=
able></td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td></tr></ta=
ble></body></html>
--0000000000002e46bb063d2e62e0--
sales/cur/1756119276.M904390P3928516.premium320.web-hosting.com,S=8903,W=9034:2,S000064000000021307151007557640020201 0ustar00Return-Path: <34ECsaAcKAF8KLOBMIVDLLDIB.9LJ@identity-reachout.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 6JtzNexArGjE8TsAVkXPrw
	(envelope-from <34ECsaAcKAF8KLOBMIVDLLDIB.9LJ@identity-reachout.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:54:36 -0400
Return-path: <34ECsaAcKAF8KLOBMIVDLLDIB.9LJ@identity-reachout.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:54:36 -0400
Received: from [198.54.122.200] (port=59147 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <34ECsaAcKAF8KLOBMIVDLLDIB.9LJ@identity-reachout.bounces.google.com>)
	id 1uqUqS-0000000GXgX-34ZL
	for sales@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:54:36 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=KKZELs+Q;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 34ECsaAcKAF8KLOBMIVDLLDIB.9LJ@identity-reachout.bounces.google.com designates 209.85.210.199 as permitted sender) smtp.mailfrom=34ECsaAcKAF8KLOBMIVDLLDIB.9LJ@identity-reachout.bounces.google.com
Received: from mail-pf1-f199.google.com (mail-pf1-f199.google.com [209.85.210.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9SNK435bzFyBk
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:54:25 +0000 (UTC)
Received: by mail-pf1-f199.google.com with SMTP id d2e1a72fcca58-76e92b3dde9so3763784b3a.3
        for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:54:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756119265; x=1756724065; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:reachouttracker:mime-version:from
         :to:cc:subject:date:message-id:reply-to;
        bh=J0zdDeHwpWfA0jDdfmN2lDqdOIjq4a92gF2dL+zDKL8=;
        b=KKZELs+Qgd0FAMrRDhOLuTAF+aNmmGzdvPBZUnK8/WxhN+BjP3ZOceLrOJ7BjeIaDY
         Lb87w9VX8Gjj7uNryOM9NBlwTwNDDq1WUiBcbCsFGItaV9eOQaZCnYN0HYN/jBoCxthK
         BwiOTa5yewXcMVrWx1suBJiRDHrsSKv3w5mgYvYBIvrcNU8/cF+/P08smD1eBaBDCspa
         x630Z1AJAspwGv0av0F33gi2+9+YjRk1LAeskd4jr1UEVoZGZLhC5dXdgirJZNPrpu73
         xPSytDOtfndjHl8lDD0qTP/FEktZRU4R0ZrHFdE6rpWHerO/pnNIveGia8AU6k7ycNDw
         qXkg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756119265; x=1756724065;
        h=to:from:subject:date:message-id:reachouttracker:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=J0zdDeHwpWfA0jDdfmN2lDqdOIjq4a92gF2dL+zDKL8=;
        b=gkyqFDaHiBKkeZ/DVI5HZPBInNSgqKQasCc7dATMa44nO54QDEvGW5kFUu24M+CV0w
         wohMPuSXzhyEWlRauzP7rAI38o7wZDnMrdnS/x2xnj0wGgNC4kDgEx85Ne3oven8peOK
         AQwBNRaIZznu/kJT3jlBHFdiVq9yi7TqK6VE9MViwrJk1iOzzP/EsdVAaisZJD1s2VEA
         Mr2rpDM2fxL/Kc5+oa6EsKxXMr7cXcOxv63K4eXM2CqzKr55ZNEIfhwMBFsL1k2fZMNk
         OoKHfLJ1Fnn3QZWBlGZn/+JCtBDYlh0MnReEHHMruhUIDPQ8sgqThjFtaTHf+V30E2GB
         GgIQ==
X-Gm-Message-State: AOJu0YyKBzp3gqpeMok8UsowFvBD5emnjhESIcvACoR0AvKHYHCghlaD
	pn+6NeCQUYR/i3Ji9U9lBaOx5aW8TkSxXsSC3QQxaUyFFt36WNa2RBkw2Txb2VK96uJCKHORWYC
	p6zf2O155FKdKc/HUuY47nsuz0gu5/zBix1hoZcQ1dIn7dednuwqm2GhbUQgQoxU74EH0mYW6YX
	zIy4OBDWHlB+VnuM6i3enbav+DuMbFeciaR03YdycTbr0cyV2Fq9ea
X-Google-Smtp-Source: AGHT+IHejY5bWtYWf0M4mLFLjAa73wN+dxR8WULXc//bmCc5XypajENIBm/xWKD6IUYv/GeMU52PKcmbMobdXHJyZA==
MIME-Version: 1.0
X-Received: by 2002:a05:6a00:2e96:b0:770:58c6:d055 with SMTP id
 d2e1a72fcca58-77058c6dac2mr4208976b3a.5.1756119264912; Mon, 25 Aug 2025
 03:54:24 -0700 (PDT)
ReachoutTracker: AXiFLV4DsQc+qw2P2UxGMR+aR/VlyrXEnObWRRuxus+3ziINrmwn5ClO7v2bM8TV2prso7mr9Tj/7U2dAsWuSKIIvNp7AQ==
Message-ID: <autogen-java-e883d133-60ca-4d50-92f0-1e2abc21c189@google.com>
Date: Mon, 25 Aug 2025 10:54:24 +0000
Subject: Google Verification Code
From: Google <noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000f86b72063d2e60be"

--000000000000f86b72063d2e60be
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

R29vZ2xlIFZlcmlmaWNhdGlvbiBDb2RlDQoNCg0KDQoNCg0KDQoNCg0KDQpEZWFyIEdvb2dsZSBV
c2VyLA0KDQpXZSByZWNlaXZlZCBhIHJlcXVlc3QgdG8gYWNjZXNzIHlvdXIgR29vZ2xlIEFjY291
bnQgIA0Kc2FsZXNAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIHRo
cm91Z2ggeW91ciBlbWFpbCAgDQphZGRyZXNzLiBZb3VyIEdvb2dsZSB2ZXJpZmljYXRpb24gY29k
ZSBpczoNCg0KDQozMTMzMDcNCg0KDQpJZiB5b3UgZGlkIG5vdCByZXF1ZXN0IHRoaXMgY29kZSwg
aXQgaXMgcG9zc2libGUgdGhhdCBzb21lb25lIGVsc2UgaXMgIA0KdHJ5aW5nIHRvIGFjY2VzcyB0
aGUgR29vZ2xlIEFjY291bnQgIA0Kc2FsZXNAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxv
bmdpc2xhbmQuY29tLiBEbyBub3QgZm9yd2FyZCBvciBnaXZlICANCnRoaXMgY29kZSB0byBhbnlv
bmUuDQoNClNpbmNlcmVseSB5b3VycywNCg0KVGhlIEdvb2dsZSBBY2NvdW50cyB0ZWFtDQoNCg0K
DQoNCg0KDQoNCg0KDQoNClRoaXMgZW1haWwgY2FuJ3QgcmVjZWl2ZSByZXBsaWVzLiBGb3IgbW9y
ZSBpbmZvcm1hdGlvbiwgdmlzaXQgdGhlIEdvb2dsZSAgDQpBY2NvdW50cyBIZWxwIENlbnRlci4N
CsKpIEdvb2dsZSBJbmMuLCAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBWaWV3
LCBDQSA5NDA0MywgVVNBDQoNCg0KDQoNCg==
--000000000000f86b72063d2e60be
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:=
 600px;"><tr><td><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellp=
adding=3D"0"><tr><td align=3D"left"><img width=3D"92" height=3D"32" src=3D"=
https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_188x=
64dp.png" style=3D"display: block; width: 92px; height: 32px;"></td><td ali=
gn=3D"right"><img width=3D"32" height=3D"32" style=3D"display: block; width=
: 32px; height: 32px;" src=3D"https://ssl.gstatic.com/accountalerts/email/k=
eyhole.png"></td></tr></table></td></tr><tr height=3D"16"></tr><tr><td><tab=
le bgcolor=3D"#4184F3" width=3D"100%" border=3D"0" cellspacing=3D"0" cellpa=
dding=3D"0" style=3D"min-width: 332px; max-width: 600px; border: 1px solid =
#E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-ra=
dius: 3px;"><tr><td height=3D"72px" colspan=3D"3"></td></tr><tr><td width=
=3D"32px"></td><td style=3D"font-family: Roboto-Regular,Helvetica,Arial,san=
s-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">Google Verifi=
cation Code</td><td width=3D"32px"></td></tr><tr><td height=3D"18px" colspa=
n=3D"3"></td></tr></table></td></tr><tr><td><table bgcolor=3D"#FAFAFA" widt=
h=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"min-wi=
dth: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px=
 solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-botto=
m-right-radius: 3px;"><tr height=3D"16px"><td width=3D"32px" rowspan=3D"3">=
</td><td></td><td width=3D"32px" rowspan=3D"3"></td></tr><tr><td><p>Dear Go=
ogle User,</p><p>We received a request to access your Google Account <span =
style=3D"color: #659CEF" dir=3D"ltr">sales@24hourwaterdamagerestorationlong=
island.com</span> through your email address. Your Google verification code=
 is:</p><div style=3D"text-align: center;"><p dir=3D"ltr"><strong style=3D"=
text-align: center; font-size: 24px; font-weight: bold;">313307</strong></p=
></div><p>If you did not request this code, it is possible that someone els=
e is trying to access the Google Account <span style=3D"color: #659CEF" dir=
=3D"ltr">sales@24hourwaterdamagerestorationlongisland.com</span>. <strong>D=
o not forward or give this code to anyone.</strong></p><p>Sincerely yours,<=
/p><p>The Google Accounts team</p></td></tr><tr height=3D"32px"></tr></tabl=
e></td></tr><tr height=3D"16"></tr><tr><td style=3D"max-width: 600px; font-=
family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: =
#BCBCBC; line-height: 1.5;"><table><tr><td><table style=3D"font-family: Rob=
oto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #666666; li=
ne-height: 18px; padding-bottom: 10px">This email can't receive replies. Fo=
r more information, visit the <a href=3D"https://support.google.com/account=
s?p=3Didv_pre_em&amp;ref_topic=3D2364467" style=3D"text-decoration: none; c=
olor: #4d90fe;">Google Accounts Help Center</a>.<br>=C2=A9 Google Inc., 160=
0 Amphitheatre Parkway, Mountain View, CA 94043, USA</table></td></tr></tab=
le></td></tr></table>
--000000000000f86b72063d2e60be--
sales/cur/1756883418.M16289P426831.premium320.web-hosting.com,S=12161,W=12334:2,000064000000027601151007557640020042 0ustar00Return-Path: <31-m3aAgTANYFG-J6HDQ244GMFLK.8GG8D6.4GE@gaia.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KFazANrpt2hPgwYAVkXPrw
	(envelope-from <31-m3aAgTANYFG-J6HDQ244GMFLK.8GG8D6.4GE@gaia.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 03:10:18 -0400
Return-path: <31-m3aAgTANYFG-J6HDQ244GMFLK.8GG8D6.4GE@gaia.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 03:10:18 -0400
Received: from [198.54.122.200] (port=55247 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <31-m3aAgTANYFG-J6HDQ244GMFLK.8GG8D6.4GE@gaia.bounces.google.com>)
	id 1uthdK-00000001nD1-0tz9
	for sales@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 03:10:17 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=TnXq40f7;
	dmarc=pass (policy=reject) header.from=accounts.google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 31-m3aAgTANYFG-J6HDQ244GMFLK.8GG8D6.4GE@gaia.bounces.google.com designates 209.85.160.202 as permitted sender) smtp.mailfrom=31-m3aAgTANYFG-J6HDQ244GMFLK.8GG8D6.4GE@gaia.bounces.google.com
Received: from mail-qt1-f202.google.com (mail-qt1-f202.google.com [209.85.160.202])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtzW5zZtz11fr
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 07:10:15 +0000 (UTC)
Received: by mail-qt1-f202.google.com with SMTP id d75a77b69052e-4b31ba1392fso102164841cf.2
        for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 00:10:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1756883415; x=1757488215; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=2jWUDcxygGICexl20cdbCEhIJhCJmK1Apra7Dwmxyhs=;
        b=TnXq40f7Kpb1tTeqYVR3W7LuJ/yCs6UYDRj04kIPyTkyTcSF9MkSU9TbDZNFc0lJ4Z
         BZau+rS8BkiXN+E9fu1UNYK9qwOMA+2YuBiY7LkSfuVhkzGVGWPpSCbilLQFXj+NfLHn
         1eyCThFwVL/2JgJvF8rnvrLFBBKY0MipUbpitWX12JclAbYRx6Qy5D5xtZcmw+/77FFO
         N07ImRAAyGHrCnQemawgwOIvu8cUoRL1tafZTE1cEi0j4BFD1vUJnf3uQi8aWWSfdQpo
         WsrB/6+Ko/wgT/ayIGW562eTiLtrJwlp1RXq1KJOi8PuInGIOQMy4fr9g++ZIeVfvbGZ
         MjSA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756883415; x=1757488215;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=2jWUDcxygGICexl20cdbCEhIJhCJmK1Apra7Dwmxyhs=;
        b=MMbeWJT/3dfXZkkvrrKDBXtmGwV3wkUot6z5/m25fVxT2pg5pZo1tNMXc58Na/d5Kg
         /3y9l0Wq0L232Xk0BaYCl6xhc9F50htKCbTKeDVABgmuq20DsKNeyToJgGTIRWqRXg/9
         ZzWdrkwK3aQGG0+k2tRAdGVxs9QiHIpCd4RMe8dtutuVkO86EO+HWMEw1hQWHiRNhadF
         ITMk8lc7G8g3uvcuRtUSbrGPdLtoz9gt5zHWwRFSLvVcCfIq2pfss9Ty4lkVK+YoOas+
         YDSJyKW/pNBR73niNTZTy2fDEp0+brd4gbT+dHOt/G++/3n5XeBqr9PgJiU4nO3yYlSF
         /w/g==
X-Gm-Message-State: AOJu0YxzIPjmabSryiLI9UF0b5qPZap0ijvxH6/7wLRKWAWTA7XYePNy
	JSRl5eUptbPyqZfQ3jeQNV0sz84e9mL+2cjGxX9BqO81oUlukn9e28nEGlSVyNjIvZ/+dcHTIeN
	ruv8OCFQby9XK3ziPOyDq5NDdyN2V23l52KdEeTw=
X-Google-Smtp-Source: AGHT+IEYW4+wFbxR8L/2KvQ/2diz6ZQiDjTED0C0VojupC2OsiL2F+/BH/U0jgrrD7aOjYRk6xH9+f5gO+TL53uxx7ToLA==
MIME-Version: 1.0
X-Received: by 2002:ac8:5ac6:0:b0:4b4:8eb7:a45d with SMTP id
 d75a77b69052e-4b48eb7b4f3mr19797491cf.3.1756883415039; Wed, 03 Sep 2025
 00:10:15 -0700 (PDT)
Date: Wed, 03 Sep 2025 07:10:14 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: 626c86aacc9a0000
X-Notifications-Bounce-Info: AWoTSIGrWP5ucNTG7BRs2ihvQbX8BrvHUZTYaWAxnuE13zQVmVEaF3ouiylpz0z4lcG-Wl7wO9-S1DoHso0hIHdMCiE-O7eOfkCnFiOgQEyQy3vnl2AZm9gtI5mZaJsUEiQl8ZUcD8UTQsvOVTOaXS7NO3ZufoMscSrw3OYE5z6zI56Umn11hdh8N2-qpjyqqUnVKxov1lYN-JusvhBlz8eMLGd5lnhlnw4mMJszmzE5FZ0lVC11KGINjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <JLjCO4aRUNV6KrmXsIQyjg@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000dd7ef9063de04b2c"

--000000000000dd7ef9063de04b2c
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQpzYWxlc0AyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCldlIG5vdGljZWQgYSBuZXcg
c2lnbi1pbiB0byB5b3VyIEdvb2dsZSBBY2NvdW50IG9uIGEgV2luZG93cyBkZXZpY2UuIElmDQp0
aGlzIHdhcyB5b3UsIHlvdSBkb27igJl0IG5lZWQgdG8gZG8gYW55dGhpbmcuIElmIG5vdCwgd2Xi
gJlsbCBoZWxwIHlvdSBzZWN1cmUNCnlvdXIgYWNjb3VudC4NCkNoZWNrIGFjdGl2aXR5DQo8aHR0
cHM6Ly9hY2NvdW50cy5nb29nbGUuY29tL0FjY291bnRDaG9vc2VyP0VtYWlsPXNhbGVzQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSZjb250aW51ZT1odHRwczovL215
YWNjb3VudC5nb29nbGUuY29tL2FsZXJ0L250LzE3NTY4ODM0MTQwMDA/cmZuJTNEMzI1JTI2cmZu
YyUzRDElMjZlaWQlM0Q4NDkzMzgzMTEzOTM3NjU4NDYlMjZldCUzRDA+DQpZb3UgY2FuIGFsc28g
c2VlIHNlY3VyaXR5IGFjdGl2aXR5IGF0DQpodHRwczovL215YWNjb3VudC5nb29nbGUuY29tL25v
dGlmaWNhdGlvbnMNCllvdSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIGxldCB5b3Uga25vdyBhYm91
dCBpbXBvcnRhbnQgY2hhbmdlcyB0byB5b3VyDQpHb29nbGUgQWNjb3VudCBhbmQgc2VydmljZXMu
DQrCqSAyMDI1IEdvb2dsZSBMTEMsIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1vdW50YWlu
IFZpZXcsIENBIDk0MDQzLCBVU0ENCg==
--000000000000dd7ef9063de04b2c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"RYwPE21VzmtrBP458ZFJng">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"RYwPE21VzmtrBP458ZFJng"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dsales@24hourw=
aterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google=
.com/alert/nt/1756883414000?rfn%3D325%26rfnc%3D1%26eid%3D849338311393765846=
%26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div></di=
v><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"padding-=
bottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" styl=
e=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-width:=
 thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" align=
=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images/bra=
nding/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=3D"24=
" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google"><div s=
tyle=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Ari=
al,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.87); l=
ine-height: 32px; padding-bottom: 24px;text-align: center; word-break: brea=
k-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </div><ta=
ble align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-height: no=
rmal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D"20" h=
eight=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub; borde=
r-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjUL2zYHz5=
e616_NfBxcYXRSbS25XEb7v8wpiTcEn9uEmR64pr8HkIqSQWL-GLzmCTcOJXP0kg9qTRGeClulo=
IV-gqQCoxdRLZMH68wU-y0OPaliTpyMEoC1mAYTWmGoec_4ELFP0Hyxte29hQDrJfLngx_guvj6=
ctc54Zs7Ywldw2T3osNbjANUPT-L78_sGCQgR9Kjn4paRs_dXiO1uxJfmL26CPT62j6Vyz07r3z=
MlF-qCogISIxRrEqVRXNIhWq1She2F2uy_8OD91FqYwk7z67jbxfoW64d_zX1Hi_uA8qcYwtA5t=
AA2XBWRvaHUKJ88GleGNIQwV4hV2qbMFHCa4r6BE_K4AZ5JbpQM6g3K3KEJlE1XqFRI9f8FdPzQ=
2CyDNHtRv2sBXgMitZH983RCMJL3ojfrcpj1NcnQPaxgD0SqqbRHyrcUfS_BuRRPFAZ6TRpkh_Z=
uaLP0feeEsoNGXIHweRCpTNNNZApKcmu8_QuDHk_AR_fJVIdCHXGx3xJwhF6T1Nd0s3XAyLoj1D=
R3ug_9wGL7nbqz-nq15lQ-KVblEDgydjiTG5avyoA2oe2Y2m9s_qeJ3qkkjepGNuNng8Bm5_ayL=
DAi261MiEkrTkYQrjB-GCkGbjgTSS2Or-28fj2UeqamBqayup98w-IpJEhlj4YTpMgOHyAVjisV=
aFc9kkNx2AqkALsOBpYtcyI-B1gI4vdQKY5a6v_l_67iJICYlzW-DDm1JXCzKyRFGDjaLfBPkn9=
14dXbJHVWwF1UaRSUrtBDguROxcMXASDQbL4B7q7lPqdcoQJlLSJoMYS6Fd3MX64Z8MOSpWcxsQ=
UZbkvAWFIRH99MtgGXBCtLqR-ffq1c7J826_zXXCClPokdUooLM_4GnScpUYzQuMu-zTWsUvWsD=
SD-sEK7ybWvy7MY3H_OH30MH8H6m2BS3GYLKHlowk2Hps_Rcj7qH6XVBLZeuAwPHA-8P1tD7ipJ=
7La3zBs=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Google San=
s&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.87=
); font-size: 14px; line-height: 20px;">sales@24hourwaterdamagerestorationl=
ongisland.com</a></td></tr></table> </div><div style=3D"font-family: Roboto=
-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0,0,0,0.8=
7); line-height: 20px;padding-top: 20px; text-align: center;">We noticed a =
new sign-in to your Google Account on a Windows device. If this was you, yo=
u don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you secure =
your account.<div style=3D"padding-top: 32px; text-align: center;"><a href=
=3D"https://accounts.google.com/AccountChooser?Email=3Dsales@24hourwaterdam=
agerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google.com/al=
ert/nt/1756883414000?rfn%3D325%26rfnc%3D1%26eid%3D849338311393765846%26et%3=
D0" target=3D"_blank" link-id=3D"main-button-link" style=3D"font-family: &#=
39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif; line-hei=
ght: 16px; color: #ffffff; font-weight: 400; text-decoration: none;font-siz=
e: 14px;display:inline-block;padding: 10px 24px;background-color: #4184F3; =
border-radius: 5px; min-width: 90px;">Check activity</a></div></div><div st=
yle=3D"padding-top: 20px; font-size: 12px; line-height: 16px; color: #5f636=
8; letter-spacing: 0.3px; text-align: center">You can also see security act=
ivity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decoration: inherit=
;">https://myaccount.google.com/notifications</a></div></div><div style=3D"=
text-align: left;"><div style=3D"font-family: Roboto-Regular,Helvetica,Aria=
l,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-height: 18px; p=
adding-top: 12px; text-align: center;"><div>You received this email to let =
you know about important changes to your Google Account and services.</div>=
<div style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=3D"afal" st=
yle=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color: rgba(0=
,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12px; text-ali=
gn: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</a></d=
iv></div></div></td><td width=3D"8" style=3D"width: 8px;"></td></tr></table=
></td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td></tr></table>=
</body></html>
--000000000000dd7ef9063de04b2c--
sales/cur/1753769012.M952453P3103940.premium320.web-hosting.com,S=21812,W=22498:2,S000064000000052464151007557640020335 0ustar00Return-Path: <3K2SIaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KIdAODRkiGjEXC8AVkXPrw
	(envelope-from <3K2SIaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 02:03:32 -0400
Return-path: <3K2SIaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 29 Jul 2025 02:03:32 -0400
Received: from [198.54.122.200] (port=51340 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3K2SIaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>)
	id 1ugdQy-0000000DB5C-3Eao
	for sales@24hourwaterdamagerestorationlongisland.com;
	Tue, 29 Jul 2025 02:03:32 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="jPj/WVnq";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3K2SIaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com designates 209.85.166.69 as permitted sender) smtp.mailfrom=3K2SIaBcKAGA9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4brlBz3Md6z27cl
	for <sales@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 06:03:23 +0000 (UTC)
Received: by mail-io1-f69.google.com with SMTP id ca18e2360f4ac-86cc7cdb86fso535088139f.1
        for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 23:03:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753769003; x=1754373803; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=EBmYwvA+yl8OinCnr8Rmd/QkRp+osA1ePdJa13RLp38=;
        b=jPj/WVnqaBdhArLcBLY1VVT7qCPqG//KshImJi8KKlhXgQmkykiDBFdxIFJ2TeLBO9
         f3sJ/B14yEZUrzStVE70FogNHiWDz1TuM5exvuIpnI8u5Nf9NbdJ8BlrgXJv/CZJY8o5
         ehwhMkTUnUPhw+/ETL5aLLSeRaYhupmDMpC6KIh9TcnJD5SV5WlAiiINPsMPpgtYVDun
         F/MxxWMyrx9mRP7j22gcCQJ+EAJ+YnmTQu1X89gDYOt5z+6vRwU1RTbFy+bc2AHVJMxS
         EJBCuZtzCxwmkm1dVDMC3OeFi/hJ5FLEDZgzpwa7eGbSHQLEXPJOIgT7F5dAbGg+gh/g
         f+ag==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753769003; x=1754373803;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=EBmYwvA+yl8OinCnr8Rmd/QkRp+osA1ePdJa13RLp38=;
        b=X5Jkf7uq8f6NOnMJ18pjwachUpyOOIgZNAEMNZ++dNCDgrpJmR12JfNtR3nljDlPK9
         EE0NW+IX4YCzlF5Z6MVC/kyecYfQ77gWZVXq5VWIYynrf4hEojl2U2yRRvlLxkdobzWo
         M66m4gQxMpmEmeVzJJQTxN+mlajX9BFadrWuJgn70fCvKhn1mNb+eT9L/9N2iKUwXwSo
         PKQ5gLfjG3KltBaakOSosYYJ/FMUMbDLIJrwccsC0jYmBTIC8mI2mfQigNiAN6EEA7pi
         VmpdpLLPN90keQnBuY6fHCAsCEst6P7FHRQLJvRSUh5f8nuHPsy2LC5oDiS/Pwd3l05R
         +K/w==
X-Gm-Message-State: AOJu0Yyay3thFjwsftwJ2Pjx0sFBA8hpofhuiNVz3YHoMqCf0fVb5+Gg
	M1U5MnS83ZAvTsv6mYjYr4cYBkFNXSwoEJZMGVplMJEXLY0XPioZxaOHjtcm
X-Google-Smtp-Source: AGHT+IHWtOCDM6ejLFSjRdAOVSGK+DzLVEbsR3YnbcI0g8zdXMlTd2tuGxEYXUSPSIlHjJ7glFJign0=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:1652:b0:873:f22:92fb with SMTP id
 ca18e2360f4ac-8800f0c5656mr2331925139f.1.1753769003010; Mon, 28 Jul 2025
 23:03:23 -0700 (PDT)
Date: Mon, 28 Jul 2025 23:03:23 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 72267c20f2da0000
X-Notifications-Bounce-Info: AWoTSIEoxWk9II7V0yz3gNI5vRrzG1WQBuWqBEOZ6iMpDhbIaA740sjBNhmF2nMATLORVDPSn3f3SHgf0LIv_pd484Gg8lDjAEWNZHfXzSCDL8oYehTALJShFbsLHofVTNA1IqnE7XXUEfWCU9rMvk_mvzJKJbYRXAXX5r6BSVBObs8D_nvPJCHSz-YihSqJAh8Hb32IOIlaq1LQ1oNy04rl8yqTYav5yQJPpoHezbrTLh1vpopm4YCnXCsHlMFAr_q_WpY5wsWoaYtnIgw4RXcZMCqvwNCjc9NaW4XHpv8oQUQEb0rVZnN4zlpl3diiBC_zBEgkiQ_9uCAnIyIjT2H1GtcPdc3Ah2kBfrrPbUeQlUmbG7hTGcpPs6AZtBX_fT9rhztqU-QCsaJ3Z6slsA8Gxdhn4DUiF-e74zbFFa6nJU3K9q8towOwje7kFKKacJO0Vd5ce3N5OfE1if3VzWXvMGAxs1Ly3eQpdluLS9GxVmpsjMT1P8VPDupxz03ZDNepIFG5LmzKJWuBTfqaALg6L6YgHxtNMDD4LYIraPQIOdKFqYnMA-mcEHECq5J34CCOadplb4nHVY_YSAkqyRmlB4mtUCQo0yVs8rzd8PsN4iq-lkJwKoRxEwNGbtJQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <4821186a1b970ed2655eac04f73148a634bb4544-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000714af9063b0b2a90"

--000000000000714af9063b0b2a90
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/6554032935806020657/profile?trk=https%3A%2F%2Fc.gle%2FANiao5pWJCYNgrrVt8myFV8yR-8VCXgXIhijxuOTIb80vz5R3pAZEqHkfPNRykNK-G5T44mg_BAsi3zKhP8YHfKVDdKUE_4KixkoBAm1ewzvfBjbpUpE-bhTnbP29bQ>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5qhRw11Rh3Ixw4Kg180wE8JlFDTvl-1KAiIS0uXHmuYfaO7wm7wZCeT-jRvhbFhP7jB96lO4pbsuKUPYTjn9rCphq9Q2po-TC3Mn51kxqIXLMB0rYu8x1S5uZKcPRYEYdkjoEvAh_Yr9PCAm0dk6CvKyd686WR96aqVz9_9V0RJ_OUT0jo>

You can see the status of your appeals  
here<https://c.gle/ANiao5oCPy8jXt8IjjIR5fR19Rr1OIjcN-ScZa_ospsr665lOKHXi7NwUB30-aNcJ7FzKFfd7JwMHVmqdiUEMiiwV4R8M7cPmmD_SCXYvkcSw4Pzp8joIZ8HjGqGp9h1jrba6jrG2O0fGKTmprFkyhUqu8vbQ-5NPfrJa6w4_Om-ttulTYnC5VcAEsX17IN3MrAgpmkm1d10c1rbrGsRqo7IBGGvaeszWjFZEgcjuiD->


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5rl8wgRB_6HiyhPIwqlPUINQH--cywOf4WA6PTuVEqOb8dIH4YjCqXEsqYB38Bw91_SnFeVDUs1UAg37e0ik5WSINKRqbEgEmWTTPiDgO6Kky6F5J9_BC7ipsTAuzWpPP_w0bM>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000714af9063b0b2a90
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/6554032935806020657/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5pdJdE5zVE5xifKuQyL3WwTr2rCOaur9fMyGxkSqOZMZ3znsO=
qPLTectUR4brbHPK0--N_Igg4cibrMXmV7F79Qd7RA3BLUSDMMuWVayMOTXsGWi0UW_Ql80bCJv=
w target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5pXYfSqkP0fgvc28-plwFMt3Jgbyjg_0VPsDb6qdYcok8w=
z2oESJC0G7T5JflIJQuOQ-2LkHlGaGlEk6rDHV4xymmsRUivD9v6F7WrHggmz7iRfeyszbrJqRB=
8uQJReXIZ8x4nerWMnRGA9RLqX40IrdkRjf4Od3nSV5BSnQf49SMk62HE_wg target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5r1ETLV=
rsT6utggAFnFm9bY09YmGc-z0Ay1P15xb6sOffUT-1LOMqFYT7qqxgXtUqliabha0ox4nypXLa5=
vT4Qk0HDKdcpb2bEz9m3BtZyPnaq7Rz8il2h1I9WQyIn1qw5TXPh0gNX8VzRn7PaA8LX9Cs14t6=
B4DHpi5gA9ANqoYrjbGmMvCEa6kcTaAr6liAKpQG0dx4F1Gm3D_OEtCAB_ZxFpFi0d2eZMWnlUr=
X4 target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pBAFhCvMTnKeQXC38BmUj_Z38HP4aylCWn_9NgYNIbpc=
bT8-sBunShb5TNAcPntVdLvrUGSBzbW5cWoaMfjMOfQXNenbaLP4X4wxlouN9JlJO1KmkaMesnZ=
a1uIEox4pDRicA45g style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qsZQqPJlMpMl7nIk8MFy-swL4MGF3EQ4jt37nKjsYuRo2f3FV42ak6P-9qbKrWCL=
cFsMG0Noi9YGlB8qAMsHRQ9Vwxayho7R32FpOHwAZ6BTNeKTqFpnQotoD5blbzSn3w0A.gif></=
body>
</html>
--000000000000714af9063b0b2a90--
sales/cur/1753631814.M64653P785433.premium320.web-hosting.com,S=42956,W=43750:2,S000064000000123714151007557640020204 0ustar00Return-Path: <3P0yGaBEKADwumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id CB7NAkZMhmgZ/AsAVkXPrw
	(envelope-from <3P0yGaBEKADwumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 11:56:54 -0400
Return-path: <3P0yGaBEKADwumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 27 Jul 2025 11:56:54 -0400
Received: from [198.54.122.200] (port=39818 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3P0yGaBEKADwumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com>)
	id 1ug3k5-00000003KVl-3em9
	for sales@24hourwaterdamagerestorationlongisland.com;
	Sun, 27 Jul 2025 11:56:53 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=1MtUZcJT;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3P0yGaBEKADwumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com designates 209.85.166.69 as permitted sender) smtp.mailfrom=3P0yGaBEKADwumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bqmSc2d2dz17mZ
	for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 15:56:48 +0000 (UTC)
Received: by mail-io1-f69.google.com with SMTP id ca18e2360f4ac-87c7aacf746so277888239f.3
        for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 08:56:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753631808; x=1754236608; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=APRflzaX7DCXV0gpOxWZOAVu5snIKUnA3o1mX3TEkgQ=;
        b=1MtUZcJT74mUrrRtzaljgpP5nlacrdVsHjtRovvriTnWxplxxJCPkTfgvo8TDUjzst
         6by9SYJaVhHaaLEsVwnrzTTSb3D57Q7f4VaZEbnRIXsAYHk42Bzu58kn8FW0Y9fLSeIi
         Rb95REdSYgoUg/HisqjHf8bupA4QuWAcO6weE7lieDe6YVnT54KkZZgat/CAN+k4JTe5
         Ls3wp8jERKXOidVYobu1zZ9PwQ/BRFKMkAKLWH9H/ELUO2w1K+4gmD4c0S0CnjYwoATB
         /sM8XWTSKDACvaTeSw5320vqiAisQRsVX1UUNriFlZmhzEhq0i2xrgEP4IAYxlRWOmyT
         mntQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753631808; x=1754236608;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=APRflzaX7DCXV0gpOxWZOAVu5snIKUnA3o1mX3TEkgQ=;
        b=EkmdFfhQJQezaUTkiLXneHee0iC9ukYBORQV4ay8Y4tOeow4UjoRaw5STt6r8O+8fu
         ybNjV1TfY7EoBb/mG6zyp2R0wFVe12/xLkOKanPcs+RWJexlb3xRxOK5gdI3rWV6U+cF
         OkqPTfFbawYNce3gVJMsvet4RpcySTrS7ooPeD5tV0irro4VgI4IxFikBonlSnU2SMA4
         q7AQY5OmTPMTPagcklUDzdaqFBitoDnnyVpRuwoQ3nf9s+P1/aJB8z0NH+KeCLr7/HFc
         ez+Di0bSwFO2RTf5fDhd9HT0aC6UhzkwruKHUdZweiyi4gD613l8wdJ8XcZLwy5fB5T5
         i0Cw==
X-Gm-Message-State: AOJu0YyecMBdKhj0NrGLMF33TCDIu/xgE2919SKl20sN04juZw+UQr1u
	kkhyE3nC80Xp86y6e/pRchukWcqMEuuUcDnQqAp736EGQjYnP3yaxCaRrZ7Z
X-Google-Smtp-Source: AGHT+IHWxyEaxGRXvivVFlDSi6bq+R6EXaXofuAwsfNwuswqyqw1YeNL4dFWPzuqwD+dZnpxpN8T3nk=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:1501:b0:86c:ee8b:c089 with SMTP id
 ca18e2360f4ac-8800f069d78mr1540944639f.3.1753631807810; Sun, 27 Jul 2025
 08:56:47 -0700 (PDT)
Date: Sun, 27 Jul 2025 08:56:47 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140157
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5o2YX-_0dzoVT0cV27libe3Vol-ga3yOyFvPIPVx1Ek2BSlGi5tQyBkRuxz3z4wCohqxJlzXFLyXebg7uC7uRmJHOOIPsaMak4FxZWCqtfQN5w2WyA0Me0spU2xmEkbqv9Ei5c4NIiGT-uWDNg3O1mE4k_j5qh3NsExIh_hOiXDxdQtXPzNh--xxEoww6o5zEyAm-ZvJ34m055gTXvC6j9bRDdacsxO61Lsln7898AXIFuJRhPv0xVE7u_kIvsglaCMupcgMnu2aOgAwRSdz0E8KuGPlVqkMLNtyFrlPJu8CycaFK9V8O8SrvOWOxWHskoZqP6akrGextPLtA-D8LxtaZSvdLnEUtddADuI9A?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509315-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: d445f23e0cda0000
X-Notifications-Bounce-Info: AWoTSIEp8vucSM_zFKG0LAYz6GG7fbkRsdrvtVhQZ1gr0vBklBs6IIhiheEODMTpFuFRlA1QnXp8eW-tk31hbrEDHpVn21kPVnV0SFx4hYMQ57sT0CTNfdTeECITZ5r-qdh6Qn2zLZ5DZsn6UAiBArNeKLuNu2OZzFB6JMjXQ98ufHwXu-dVapSms76mSuF-JDHv4v84QKcc3ZTNiYd3BNKfhRzuXSbdgvJA4fTCfH84-Y2ZMRnEUm2w84U_8EFQmvrxPxxqbF7pdAfut3L04UqBiIQHK86v8-OMOwj6kJNyk-QVYbccLdoZoZxjBjthzuI4GOzS85LBXFt9BAAJ7U2TephTlbNYjACfHQ1CsDpdx3B7-kgTm7FaczMVORkTWkuLsAeZOUM5be2rbZFK1fYqrhNq-398RSEEEms19JXB5ftey8jOsA9aXfae_M87T01t1qstauz-R923Zu7N2PYZyZ1kexMgTds7Mp9hjRM8wcSWPMlcj-b5Zb2rG5Qb3tXvcRUF5dNHh9l6oM-3JKxLw76ho4XGC2PJLGadXxX8Cf0n7P1qLPzPm_AUaPBBfmd_sEoM0Ndu7mWXYcmue6lcSq0kW3fDF-VmezteKdPHRToa199oc-TIBygwZHTZLR_cXOSkial2NFCsOxYA-Wzo6Y9ZMShjNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <0907d72eb50dd6bac16a4ce4bd26449ef4aff1d5-20189259-111085104@google.com>
Subject: Collaborate more effectively using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000f8af2a063aeb38e7"

--000000000000f8af2a063aeb38e7
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpNb2Rlcm4sIGNsb3VkLWZpcnN0IGNvbGxhYm9yYXRpb24NCg0KDQpXaGV0aGVyIHlvdXIgdGVh
bSBpcyBicmFpbnN0b3JtaW5nIG5ldyBpZGVhcywgYW5hbHl6aW5nIGRhdGEsIG9yIHByZXNlbnRp
bmcgIA0KYSBwbGFuLCB3ZSd2ZSBnb3QgeW91IGNvdmVyZWQgd2l0aCBhcHBzIHRoYXQgY2FuIG1h
a2UgaXQgZWFzeSB0byAgDQpjb2xsYWJvcmF0ZSBhbmQgZHJpdmUgaW1wYWN0Lg0KTW9kZXJuLCBj
bG91ZCBmaXJzdCBjb2xsYWJvcmF0aW9uDQoNClRpcHMgZm9yIGNvbGxhYm9yYXRpbmcgbW9yZSBl
ZmZlY3RpdmVseToNCg0KDQotIFF1aWNrbHkgc3RhcnQgYSBuZXcgZG9jdW1lbnQgYnkgdHlwaW5n
ICANCmluICJkb2MubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81ckNPcy11Uy1rYk44LU9ic2dYVEtm
OG9yM1JhR0lIT0c1VmFmTVpSZWFVQ25nckNMMkJYZVZlMlRFbGdWbjYzRG9CaE5udWtWWHNOWHN4
bUpOMTRJVEtZVkFaSW9wbnlLb0NSODhtcHJNTDNxSHNwVDA+IiwgInNoZWV0Lm5ldzxodHRwczov
L2MuZ2xlL0FOaWFvNXE4WF81bVNHQTFzbHE4SkxBWm96Z1hyR1o5MTl0M1BnRmtocEZISnEzc3Fq
T3AxT3dRcnB0OWd2ZVhkQVExWEtmVEdKd3N6cVl2SlBIOElGaHhjSThrWjdiejQ0SmtXU2dfRy14
V1hCSEZpU0ZGa1N2LXJ5cz4iLCAgDQpvciAic2xpZGUubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81
bzktajg4Q2xKaWdyd0YyTjB6NXh5VjRJUE5aelRvUXFaNF9PRmp4ZXVtWHF1QlBiNWdrNTQ2bmRX
NWRDSVZVNW5wOWgzLXJKM2FOTGR5amV6VS1mS2ROVzlRSllfbGQwY3k2RnlNWjl3UmotVk1rRk1r
U3FzPiIgIA0KaW4geW91ciBicm93c2VyIGFkZHJlc3MgYmFyDQoNCi0gU2hhcmUgZmlsZXMgd2l0
aCBwZW9wbGUgd2hlbiB5b3UncmUgcmVhZHkgdG8gY29sbGFib3JhdGUNCg0KLSBBZGQgaW50ZXJh
Y3RpdmUgIA0KZWxlbWVudHM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwV1hKV00tRzZxQ1ltS2doVjhq
bkdMU29TeEVicU9zaW5fYnlsN24xeW12b0xkWWhMY0wtSW96TW1nU09JV0JlUC16SGpydE5RTkVV
UFRMWVdVY0dYRUk3MHluTWRRbXo0YTBuZlJ3UVF2aWVRZ1lOV1I4aXpZOFY4VDBtTGZpRmlsTkFW
VzMwWWtGMjhwT3BIa0pvWlh5ODBXdDBYYXhXbmlNcnp5THRuRHVoUG14SjYzZTZQOE9fUkRxS2dn
UjIzMW0ybzBoTTZfNmVPNVpwRlVXTUJQX0x4UThSNlBUdjZ6dTU3WTVvX2RTS290cDc1RjkzbV9P
cjRHeU0wQWtjZnJ6LXN6bG8zNkE4Z01oNkJmV1dDNmpvVjdpd3RYbUdyUFAtZktTeEx2bHBSQXUz
WjhUTTFQN045UF8zVnNZLW1idmpqYy02MjU3aUlZZmZXV0RJQ1JWaURDbWowNWh0UEpLS1N4SXNN
R3RlVUhuRnRfZ3lmV1paLXp0d3diSGljT2JWOXJRQW5uaEdWRUt3OD4gIA0KdG8geW91ciBmaWxl
cyBsaWtlIHNtYXJ0IGNoaXBzLCB0ZW1wbGF0ZXMgYW5kIGNoZWNrbGlzdHMNCg0KLSBBZGQgY29t
bWVudHMgYW5kIGFzc2lnbiBhY3Rpb24gIA0KaXRlbXM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvMTNz
Y1c5RzRUVzkwa21IMlFaMGJZYzNaTjBPcmdGTXdRQWV5eEJtR3B1Z0ZTQkxXUnEwUnp4dWNJOHpL
MjZ6Vkw4QUtHMkRraFRZZTFGMGRCclBjTmVfWDRCWVExdm9aNV8tMTJ0ZFNmTzI4XzAxVk52bHVQ
TGRaS3VqQ2t4STRsS2g1TEJMTzltRFZITHl6eTV0Wl92aHFqR1pnazd5SVJNcG9xZ2ZCUUJKcHJ4
YmNFNGlHREY5VTlRamNNYk9RVEg2UXFweU4wNXo4UnR0LW91MDFob2dybXJuYzlLa2ZHcmlwaE5Y
QkhHYW1Ic2cxaVN5Q3EzcGlndk9hR0o1NGNfZGV0akhiTDIybG8ydzJxellpOWZnOTlwbDFXUUp3
T09XbDJ6cVIyRERZR1I1dzAzRklnU2d6Ymw1c3JLY2pDblN0Qm5Na3pLcGljVW5VV0FQWFMtYnZP
UEJrcWhtLU9haEdBdTc5cz4gIA0KdG8gY29sbGVhZ3Vlcw0KDQotIERvd25sb2FkIEdvb2dsZSBE
cml2ZSBmb3IgIA0KZGVza3RvcDxodHRwczovL2MuZ2xlL0FOaWFvNW90THp1TzROaFQzTmM0SGhp
SDZ0dFBIUk5sbXBYaWhINmpxMFFFYU5wVG5xMWVueHZiOUVfcVd3bEk4NVFPZ3preXgzeWVOTk5K
Y3hXODNTZDQyUGd1dmhoWTdMUGtudl8yV1d3S0dUbkpoOG51eGphQlpJcXlfWFZVcVZyS2haai1T
ZERwSVFoYm01ck5iZUVTZnV6S3dERkJSNzIxc29jNTBXcUxiakNDOEk5aU5oTl8tVGF1c0xJSGtq
ZGtNT1hUQkY2Z1lRSHVkbGxVUHUzOXJib01KRXJyaFlISjItUXZEeFBHSGFrUlhqa01UeE1iRXFo
aWIyYlNlVzRnMnZvUHVYLXNlSnlIQUVJVnBiMlBGN1FrTXI0cVJvRUsxX1ppR2xpZnI4ZWV3VFZ1
Yzg1QTg4MHpoejBBR0tXTzFCUTdMYjNDPiAgDQp0byBzeW5jIHlvdXIgY2xvdWQgY29udGVudCB3
aXRoIHlvdXIgZGVza3RvcA0KDQpWaWV3IG91ciB0b3AgY29sbGFib3JhdGlvbiB0aXBzICANCjxo
dHRwczovL2MuZ2xlL0FOaWFvNW9DaThHRjRFcURSWmNvcjJtMTc2d0hSSnZabnh2ekJoWDZ0RkFj
Qk5pYUNGMVhKcXhtRGxTR19lM1AwXzBGZ290REtMQWRnMFB1aEVKVzFpZGVUeHZEUVdfdG1wcDFE
X011Mk1UcE1makNhekdJYVluVjF6XzJLajYzY3BHd1hQU1hZb2xDeDY3dlk2NTBxZEVET0c2d2xw
R0hrekNxbEpBaWxTSWhMbXAwX0diQmhzNHVKV2NTOVRNcmxybnc5UWgyaEFWamE0c0FaaDBhWko2
cm9PZ1Bya3NhUDloVTF1TE1uTlVWYU5idkhXRHoxT1FMTkNHQy1JVEJQUWVDcm9TbS1xcWNxUEFu
RkVxSkFTdVJILURJa1ZzWUZaZ2lCTEZJNjdjYXFiYVNkcHFsOGY4bm1KeHdDTWlqUlNremlpS0dU
X1BDblQ5cURuRT4NCg0KDQoNCllvdXR1YmUgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cVhDRDZ2
TDJrekNleDZQcFNnMWEyM2hzS2lmM2hNT3BnOExJZ09fek8zc0I0YllNR25rT0NWSzYzX0dMNVY5
dXVoekp5ZkVTR2tlQ0dRYklSWDluRl9LWjg1TEUtbDlxZUdYdkpabm10dHU4aFBPalNnLU9FRjV6
RkVxTFJ3T0JqUXNYZm8xTWhWOUZWMT4NClR3aXR0ZXIgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cVNCcDk2bzRRQUhzVnlXc0t5eWF2QkpPZFcyMzFCN0pJdlN2eTJxeWhlRW9JYVhsVXhBcXQtMkFV
YW1ZdGxvNVRXdTZST0FHLUFia1NmaFZvV0o0UmVjcTgzSl83Qjl3UzFKeUUtcDdiVHREcEx2X2ts
OExNcHFYS2NxUGw2ZzdtV2dxWVB5N1U+DQpMaW5rZWRJbiAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlh
bzVyc2ZYSWxjRnkxMmY0dWZFbUJHaERJd0M4Q3ZMaEpCSlJwQjh2dkZqZE9MU2xGU2RCemZxZWdW
N1JjeFhub3pIVmZRVFpta3NlcV9yTGstaDR1elNBWGhUZ1VfeUV6RDJDOEZLT0lWdzNQLWJYRHZw
M0NRV0FIaDJGbUlqSkN2VkNKeks5Y3p4SGhnVWp6MTVKZ1ZpMjVaMVRrUmg1Nj4NCkZhY2Vib29r
ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFZSGhkWTkzRWdxeFhQX0tCaURrWElYTHBjdlBhZ01n
V0FiR3VveXdpNmJlek4yV24zUFBBQWdtSl9KcEItYkdPc1ZZQVVINEVCdG9TQkpkR0t3NVh0czB2
S0k1SFE3VDJEeUtHSEhGUlFOQmZfSUxWVkh6OFpxd1VYRkhlNEl5Z2IxejQ5U3RCSVpuRWwzMFk+
DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cGlZVUtlM2N1Y1JxczBZZnpTalAx
SG5hX0J4NVNBTWVucmVXcExUTF8xbEZqTVl4UVhEMzFXNHNoTXlvQTZneEh4LXlyVTlmOFlpRGh5
Uy01ODl0SGo0UDJWaGdqcjN4c2lhWWZ3RllCYWhqc0k0X2dPV2oyU2h0aHAtU2tlUjVaemtVSXhy
RFZTZGdQcDBHQmJRS2s+DQpHb29nbGUgTExDIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1v
dW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWlsIHdhcyBzZW50IHRvIHNhbGVzQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNlIHlvdSBzaWdu
ZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBzIGFib3V0ICAN
Ckdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJlcyBoaWdobGln
aHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5IHlvdXIgb3Jn
YW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2ggZW1haWxzIGlu
IHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczovL215YWNjb3Vu
dC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3JpYmUvZ3QvQU5p
YW81cWF5WlZSMjN6YnNEYVNrWmNzRkJRZkVYVm1hRzJWQVZ2VFdwS0NEY3JHMlIwbWJNRms3djIw
WWdXV25FRmN2Q0I5eUN1MzkzN0hkOFdsQm1GcTFPUU91cjYzd2RLTDdUQU8zRWJoY0t4UVhxcWpq
ckdGVkRfZlFUNU1yZjlVLUt1VFdQYVRfbEhUNHNtdkFhQm9yVkRHT2hqX0d2NjJmSmRXWG9oblpa
ZzBKWks4OGtmZ3lsNUxPWFloVGJPUXl2TkhKMXZyNktPZFVmMVFtMy1KQkRRRHZzNkFVNC11aC1I
b2w3b0RfalBsbkZ0VHV0Q004bl9RM01LSC1HVVRlSmluQWRpWmllS3doT3M3aTlHWWRQNmpEcE9S
S25WZmJkUEFzVWV1NHFLRUM2NHd2WThWRElLUTJSSmdyTmxaVjFkRFhEc1JWZXJ0WExzMG91VEw3
M3RHLW9Ic0lVblZPVmhjSnc0P3V0bV9zb3VyY2U9Z20mdXRtX21lZGl1bT1lbWFpbCZhdXRvPXRy
dWU+Lg0KDQo=
--000000000000f8af2a063aeb38e7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Tips to start collaborating</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">We've =
got you covered with apps that can make it easy to collaborate and drive im=
pact.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Modern, clou=
d-first collaboration
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Whether your=
 team is brainstorming new ideas, analyzing data, or presenting a plan, we'=
ve got you covered with apps that can make it easy to collaborate and drive=
 impact.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
12px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email3b-transparent-w956px-h600px-2x.png width=3D480 height=3Dauto align=3D=
center style=3Ddisplay:block;width:480px; alt=3D"Modern, cloud first collab=
oration" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:17px;padding-left:17px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Tips for col=
laborating more effectively:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:10px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly start a new document by typing in "<a href=3Dhttps://c.gle/ANiao=
5r0W95E7ItjkF4HG0k-jehpQHzqQ2hCrz0gvRmwKXixkBIIeROM1Q4-QHOicLUDm3aYGdvajNm5=
McFGtDqB-uZ-b2cdFEs_t28lrJzQXfGglkDtXefCiA style=3Dtext-decoration:underlin=
e;color:#1A73E8; target=3D_blank>doc.new</a>", "<a href=3Dhttps://c.gle/ANi=
ao5o0wCZJSLqH2oKpal0B1177s4VALmuz6c-vGWloYC2J3boREmvJXwNemmiMaxY_jD3TZptyW4=
zdZnyTZ69rLyItAzUM3laPDl-jsD0Oz_3aBAk3uY_BMCyyJQ style=3Dtext-decoration:un=
derline;color:#1A73E8; target=3D_blank>sheet.new</a>", or "<a href=3Dhttps:=
//c.gle/ANiao5oD77Bu8E5HOct3Hb0GPWQl7jlW-jpqzUZJG_0_J76yKjRQUsGmO-jzbmwlyWH=
rKugkLT27Z8xww1yG_5vRhP5ddSCB3WzYMTktvNeVzRVHT0MrQAyRMLuBgw style=3Dtext-de=
coration:underline;color:#1A73E8; target=3D_blank>slide.new</a>" in your br=
owser address bar</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Share files with people when you're ready to collaborate</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:7px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add <a href=3Dhttps://c.gle/ANiao5qlvE5ouxa7lF9GV4q3nQSy4sEvAgkW7DloBUhs=
3VexrafhVfr-ElGoIqQaW25nY4I7YSjfB9LAZO2PLcPp8iNtM-r2qe6e9_uEpWcizwYz--v9dXv=
1goLB8cBSQ9hDLyJ-TEc2YdZo9H2TFCL7kFWuo0u7BeEqw4JIeiConZEGyKf09MKaFKV9e4zKOc=
6sRkznb1ZMPHe8kOtFBEtFRpkrA5zMiqc1D1AUFJamMVTggAaYhR2ZH4kNifCVK1s-YdBekXOk_=
T3jxb7y_D_Bp4fq1RhgKLW2eUlQ43tEk_7sC0ksAN49QkMmo5M_CnVUMAmzXrO06QWc-YTxBBkp=
mzytYOTkAHD4KVxQYbk5g0NJpfVsE6blLXj_bPLp5hDOjSmMoL9u2B-pzMWQfEL8dg style=3D=
text-decoration:underline;color:#1A73E8; target=3D_blank>interactive elemen=
ts</a> to your files like smart chips, templates and checklists</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:9px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add comments and <a href=3Dhttps://c.gle/ANiao5oPFz8hUsLXE3Y00EixpWLJPI9=
VbbxAeBs9NHYi5M5xp1gWTnHWLv_dsHo5figmKIxYoCFSuvd40CVbZ4p-yV0hIK6-tqqaEcgDkK=
6Z3GaU59joAJOLJs2_fCC9lv3I9DLNtlcEaoyXkNwwWb2SMZt54xqLSwppu_RQZqxCyjFqPjkjS=
Q6cLRlWMXS6u_mRfE9LmmM5iKML4Fqf9Pmetsm1o2f77k5GQYcOr8UZV0puRbRSULjvzpDFIscN=
cjZyrlbXETPkHUD1EvNkQ55XlAih2V_ZZ9PWjDzqGC8d_paBzBdUehDHgOOa8lnAXVmjNOVNIyx=
2C6waVsTEC7aHDjgGPNo6Z2d6CYJUrn01snua480 style=3Dtext-decoration:underline;=
color:#1A73E8; target=3D_blank>assign action items</a> to colleagues</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   <a href=3Dhttps://c.gle/ANiao5oFGuYud2wmWM3hOTuZHVbuYSoleHiSiM3OKJJASw_5=
Sk73fKwgvug0KHTXY3mjdMCYOfdit1WhAtPNIM5BwzX1UanvYpTEX8kkpePpyzEPX0NHCRK3AY7=
a9JpSQXNeZVzd_jeEipKRlujUSCvmp9Ie9cufjqXlnReVL0uvQWD2WXfSBQmzAR8RDsWLO8eD59=
7jq-silJlAOtrvigHqA2E8Yumv_7u9UArJ_MQ06bnnkJlnbBpPhc_8Jq23JE0Sdj1F2DfByqRjf=
MEa8sVQl_2wY3ekzvqYxOyK_HZb9v5DzmVYCrReow6ueut9SVvtPdgrrqSqRQ8 style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Download Google Drive =
for desktop</a> to sync your cloud content with your desktop</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:40px;padding-top:26px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5qLyIPGr7cwnMdSBDJUWK3ivwExRhkisMgomGnfJtDTXHuuSaYGdXnZAx=
XvDMlR49abBUbOB9YETE53sie0yina7gjWvXzrxQtBKCweYTH-1d7x6Il-2bvmwGygrpiCluYzY=
t9MaK3fJfwSK9LY_duYQ7ycBgITyi4G8ndx7oe6TLwlN7InBb0zuBWWhLjYlNFoVxTQ6TzN6J4I=
kscbDkY5JV42F_Hm77aHOefDwd6OyyAK0lzPpMhk_klcYWOJTYjzy2xcNwpfb64ERyfHZMmkJmD=
gGuZuadotXfDpi_sUok4I106TxgMGHGJ0qPa_KRM2tqqZkZedQVMNrA" style=3D"height:50=
px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E=
8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">View our top collaboration t=
ips</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5qLyIPGr7cwnMdSBDJUWK3ivwExRhkisMgomGnfJtDTXHuuSaYGdX=
nZAxXvDMlR49abBUbOB9YETE53sie0yina7gjWvXzrxQtBKCweYTH-1d7x6Il-2bvmwGygrpiCl=
uYzYt9MaK3fJfwSK9LY_duYQ7ycBgITyi4G8ndx7oe6TLwlN7InBb0zuBWWhLjYlNFoVxTQ6TzN=
6J4IkscbDkY5JV42F_Hm77aHOefDwd6OyyAK0lzPpMhk_klcYWOJTYjzy2xcNwpfb64ERyfHZMm=
kJmDgGuZuadotXfDpi_sUok4I106TxgMGHGJ0qPa_KRM2tqqZkZedQVMNrA style=3D"backgr=
ound:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bo=
ld;line-height:21px;text-align:center;text-decoration:none;width:255px;-web=
kit-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:=
0.25px;" target=3D_blank>View our top collaboration tips</a>
                                 </div>
                              </td>
                           </tr>
  </table>
  =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5p41jGxh2xNu6DMgn5Y5aLlAyMTyqklk9qmffK=
DEiOJY-VCmSFkZkRpVvAAR7c7laCK4VQAB2-b-tiOapYcK2nyOwXpE6lSHvcrl4oL5CgZRsonLx=
24XZPktdaYJmjmkKFCn5wjiqiCpiVWO64 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pEEVg4525yCahxItdn7bn6MPXedHeCU3LPwsh=
CBpfVyiKKMtcBH-ItHZSH5ulFUBB39igvculxaURs35fwWdZC7i2mIKBc-iCROn5txZgqxPhoxo=
GgXoofHSVEDamjp7mSzo5N12RoHA target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rkpw0s0R_O7iZUIr9bUH2IImK_v5Hwabq8kGv=
NuLNK6ce9OH9WQ6ky4JccKtssCLZmRQM5OVWRQpCcefrAtVA00qTPxNwkqMyn_xgrfi_cGDa1_f=
QMVrX4RX8PryLlM1y9MJGLZPwws1xZEDAtgIbP_h1knLBbtm8 target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rYQEP3QkApO_lqAeQFNnN5hYwQsXMH_8ly255=
hAS_rfamlcjz1kbigzwM7viHpjKq2NT0KeE7gOAAr0sSpJTSGtP2L369i32dW1_J2VrrC637S_y=
F-LWf4AkHf4ZoUd1A9gixnra-ZQO7VNY957w target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qqD9_cRgu7bZD9y58M9XLl_Dw-Jpn-FWonv03=
JlbXT8uamRx4jYOBrVELlGcbduqzB8FF7Jd0MXov5fdaa5muig_EMZU_q3yQ_zSX-saBxHG04aT=
97pBLCOXpsHgLb32gosDJpv6hS7FjSkmAiKVq4uQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to sales@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5o2YX-_0dzoVT0cV27libe3Vol-ga3yOy=
FvPIPVx1Ek2BSlGi5tQyBkRuxz3z4wCohqxJlzXFLyXebg7uC7uRmJHOOIPsaMak4FxZWCqtfQN=
5w2WyA0Me0spU2xmEkbqv9Ei5c4NIiGT-uWDNg3O1mE4k_j5qh3NsExIh_hOiXDxdQtXPzNh--x=
xEoww6o5zEyAm-ZvJ34m055gTXvC6j9bRDdacsxO61Lsln7898AXIFuJRhPv0xVE7u_kIvsglaC=
MupcgMnu2aOgAwRSdz0E8KuGPlVqkMLNtyFrlPJu8CycaFK9V8O8SrvOWOxWHskoZqP6akrGext=
PLtA-D8LxtaZSvdLnEUtddADuI9A?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue=
 target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscri=
be here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000f8af2a063aeb38e7--
sales/cur/1754375249.M798828P23890.premium320.web-hosting.com,S=24641,W=25418:2,S000064000000060101151007557640020204 0ustar00Return-Path: <3UKSRaBcKACsIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KM5/L1GkkWhSXQAAVkXPrw
	(envelope-from <3UKSRaBcKACsIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 02:27:29 -0400
Return-path: <3UKSRaBcKACsIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 02:27:29 -0400
Received: from [198.54.122.200] (port=33887 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3UKSRaBcKACsIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>)
	id 1ujB8z-000000009Iz-2Zrn
	for sales@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 02:27:29 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=Aul6k2aL;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3UKSRaBcKACsIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com designates 209.85.222.197 as permitted sender) smtp.mailfrom=3UKSRaBcKACsIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qk1-f197.google.com (mail-qk1-f197.google.com [209.85.222.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx3PX6x9GzC1mm
	for <sales@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 06:27:28 +0000 (UTC)
Received: by mail-qk1-f197.google.com with SMTP id af79cd13be357-7e7ffcbce3bso427304985a.0
        for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 23:27:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754375248; x=1754980048; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ZXu0UsFI5iV0xKl6nDyWVPCwHu2rWWIcbmuEtVGq5FY=;
        b=Aul6k2aL0T0tWj8HU6OuX+XDoPts43LKZ2Vj5LHvnbhJANzENabBrC8xxeUVirupzr
         K1vJA0e27yBl9yFSEbNttB8yLnF1PzK3qeD6okqSoiKqskzAj+RNqcKbftKxHJXcKSTE
         CoaSULwDL7jPcUOIP+Y/o1PqZ7JCmUtLBZfc6d01dS+HAEOnnLAuko9tXInlbhN1xAqu
         Jc0Wajc45KBsVk//JlAS0SmGlH0WGc34wOXl8SBDDDLQYod/D5NgzdfBylHU89OpzAH+
         xR8pS8TVDxOC9BOWyXbgP8eUUWwWuQOPIp+Z70iLv0akbY3WOGGTR7yzHIgk0s0q8c5y
         Y6TQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754375248; x=1754980048;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ZXu0UsFI5iV0xKl6nDyWVPCwHu2rWWIcbmuEtVGq5FY=;
        b=vqvxVVg+W/246A1B8dso3oLx1EI/xPq3nqUtBmdviKjd1uSnCC5msHGvr31NjyNC6V
         Jf89A6ECcd/yPItJG+Rm1cTZPAbeoVc6ntgKx14Oarzhs6cTj6IydnZCikt1EdvAJUq7
         cotlOnUSJnwLvtQDYtFKm1k7HKBzrTQ/+TClGUG0DJii24HsLEsE3t7jB0PfGLuOyOx0
         VTTZqdenFWUDuyvW/aGaMy/AiWKqO2dXhgaD1Lytww4ndAZ/8e9Z5Ke1WX3wvblVzMyp
         R3yaBFRzFHqu1fdu6vz4Bme2Ky6oglwohC5grnqci7KppN/FwQuc6verCRILuBMgVtoj
         SQLA==
X-Gm-Message-State: AOJu0Yy1jRSq6pgUTItaZdz4XxKPUzTx9CjdUEQ0tiR+bFWXULGjoKur
	Hw2iDMx5TorJj++u03r1MN730LEPe4HaSKkEj3SUM81XqwEDDml4ou6RZbWo
X-Google-Smtp-Source: AGHT+IHq49LIQ5AnhPVuDfeEi4qOc31F2KqHC33jujcBrjh7zFahLAMR2rMJ9Qc1pgwIMlxfUALn1Nk=
MIME-Version: 1.0
X-Received: by 2002:a05:620a:8d9:b0:7e6:66f2:ddc8 with SMTP id
 af79cd13be357-7e69625d73cmr1253299185a.12.1754375248408; Mon, 04 Aug 2025
 23:27:28 -0700 (PDT)
Date: Mon, 04 Aug 2025 23:27:28 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 21ffc89d83ea0000
X-Notifications-Bounce-Info: AWoTSIEnjpfxyhClgH_j0j7dwj5-oKhI-AxSFTd5d5jA1Hw-vD9NU52PZQ6kyZddG23D_s1PxjRNj2Z8YtsBUaooIl1E-jcf3fkWzfAa9wKZeU2jaVgaw-Ohi3L4sp7oHT3YK6I-yGpwxtdqQcWh5BK6TVqfMX0AwWOq6MbShwmtJgL5x3sw1n992U9vucM5De2MNb3G0F9I9h1FrBi-c8GficHD9VTY-pDPr6LexYuRhglUiiXrO1QvaZEIQzR2lVAbkSK2IslrFhcYxJPMPi7Sv3Nl_fY_aGvRXOOhoNBwrkd5mq8fGiCJNl8pxV3yBCM22rZyoW2C5xOPs0VliHbPKteLhjKpcvGvLpKMU8JbpfsapQglolpy1Ryp86Sj14VBQwbhNczqxI2r86KdWteEXEJlS5z1T6l2LPElx1l6jSewW1HcoWNK2SatWWuvP9v9brHsQPQr0rQEnWKWacURJURreUpzLQeX2Rj8Ge-5iha4aoLdu4efkFlGbuON00bdJRjNHGmqQBJEy2VMITEDjAFozCFLKfl0lAixaindwLh7zVwNTs7xmvU50ighv45TB3I5b7IqLCxusMZQfutrvQYhqzB2a0iYI0as1kOQQAcBnNktkQWCzP4skMeVNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <0b05ebd858c08f2e7a2f5dbc483a860ce73681cc-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000007bf214063b9851f9"

--0000000000007bf214063b9851f9
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/4351142190500332371/profile?trk=https%3A%2F%2Fc.gle%2FANiao5r2D7tXA_Ujwc5wxOZuUy5xa66qWcFciiQoIQwOe1DpNznGJzgOd2THcO2Aw-pbzhcIroguZUscwdv1mzPMrfLmCPIHbt3g-rM1fUtjeNYN8H-5u-1a0XdCd-0>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5pt_7KAsOlITXKovSSbbUmALzr6ES6s6KEWzUhqEU0Gegp7LClpodWk2zS6jAj3GKBSGTwjNuO2TO8PnhxgVx2kCX1mHpTy7B_4-ZPWBwEps8VNIjsbs6K2JrEVBP2Cu5NQKagsqaJfT7Dvg5UTRheTV3h-Z3LAEZKYXtKFPQ0>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5oY97SC5GwRoS-TGHtqEeAJz4l8Pm58bAzi3tvepco_BSjP2HwMnmohGkqknld3jmgfFMA7sHkU1KBhwm78A2R0E5Iap4tlQ3VGhNB1ZpZ0SQCJdncIxELNpBO5TNk6Ur7ToHQ3Ckh9sU50hQh6KZpumocUP7yQNIFc7WKTQ6qARQjk6ZDNMtwTXaFvtM1yxM0tUHQhen5v_nqIKmOnvFi-zfDWWUBFwbplGKN3Tw>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5rZ8ilIBYmXQB4uzHyypIr5BeL3lBbE5rx9cpjmj8c0GhMi2u8Jmp2ewQ9_462L6vyM5BKmVf4g3FJ_j8eLUPTiTVgbGWkM3JYTbdbEG3BCpzVGebEzNk6JmYNwg-90ghWet5w>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000007bf214063b9851f9
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rgM9KQG4cYwzbtMEQXzYgKTgLxU=
R_69ABB6SfvNGEoyjqDRS6veobWvE_9x3kX-vSkvdzx-u5qogQg6Sm8z1FfZ5oMXzIFX_UdgHTW=
muvlideinRssMkIrtgdYg5hK-G7s67hVCtwcX5SKIPtmR8idjOqVDYSMd63CrmW3T4GyqIz3CYx=
hoPYOB3EcU6tpMcKduj8mbqUwpBMHKyNoCHFd93PFzKfYYSz9K8bQGAR7>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/4=
351142190500332371/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rXfl0MPmnkZVFx=
nPCamG-VSlSapt-b2UsNWopbNn6R7TuMeOLZWq12tfYtbHDfyuqYGIBdMc1JIyOpKhvb5RJ6jkH=
p9bySxaQL14L1z4Kz1UBmCj_1LDRBqchhOw target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan>, your Business=C2=A0Profile has been suspended due to policy violation=
.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5oxoARjv_eoUCpMQv0z53RIUm=
caY1oqb3-DHYbpQIoMVkI17UZLvMkvki0qS7TWluviCFGSGJVJ6Z2C4__qUnYyk_cOx84K5pBs3=
mw5zPIXQBr6w5NJRzph4NWcj0lZWriSQWxSEx1qfjgAjQEHh6ZK4K0gbac3Zyd3E0mRALrC0Q t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5ocOEih_eNr-WJMSnIjnCx7fQ0o4rVmkCoWivHfs4nNvsA=
6ergiPmv3WYQozDOGx7p59OeQ-XozryXd2XjaY2vwt7dcW0P2zsR8G2Y3uz_4_6SWPTd5pWeaoO=
2v-8rBE6TVK8i6yNTlSsx34ChDKb6oj0Dnptho570nWLxBIODUxkfIXGPgAGhEO5xVQafAgBcT1=
z8qXvsbpCfWsdFncbjMmc_Jj7C0xPugCwR2S1En target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5ocOEih_eNr-WJMSnIjnCx7fQ0o=
4rVmkCoWivHfs4nNvsA6ergiPmv3WYQozDOGx7p59OeQ-XozryXd2XjaY2vwt7dcW0P2zsR8G2Y=
3uz_4_6SWPTd5pWeaoO2v-8rBE6TVK8i6yNTlSsx34ChDKb6oj0Dnptho570nWLxBIODUxkfIXG=
PgAGhEO5xVQafAgBcT1z8qXvsbpCfWsdFncbjMmc_Jj7C0xPugCwR2S1En target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5ocOEih_eNr-WJMSnIjnCx7fQ0o4rVmkCoWivHfs4nNvsA=
6ergiPmv3WYQozDOGx7p59OeQ-XozryXd2XjaY2vwt7dcW0P2zsR8G2Y3uz_4_6SWPTd5pWeaoO=
2v-8rBE6TVK8i6yNTlSsx34ChDKb6oj0Dnptho570nWLxBIODUxkfIXGPgAGhEO5xVQafAgBcT1=
z8qXvsbpCfWsdFncbjMmc_Jj7C0xPugCwR2S1En target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5rgI0SX27XkYbBRZkeDq_0roL3gG35SeCpPSbo4eP7inf=
MqpHNhym7vFbzGsgvQPifN8-IuxvsiGG71a6Q4bjxQzjG2LTWwTWMTCj0innAGpz4jeSyVTN_WX=
R4bwmhyJ52Sg-57Jw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5r52KsV97xHSdFnMIBNtBOV89Hls44Am3iXuDBUPg-fJKH-Kw4-gniNYqR-qYK3BB=
GIoqt7ayRE0X4Kk5jkVLQjEHSGi4m0g46WaaBfn2NPQwmiEiuB2acx57a43-tBqII_6g.gif></=
body>
</html>
--0000000000007bf214063b9851f9--
sales/cur/1754197601.M797943P3725899.premium320.web-hosting.com,S=33180,W=34027:2,S000064000000100634151007557640020360 0ustar00Return-Path: <3W-6OaBcKAL4fywmriwwtvsjmpi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id vSfxLmHujmhL2jgAVkXPrw
	(envelope-from <3W-6OaBcKAL4fywmriwwtvsjmpi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 01:06:41 -0400
Return-path: <3W-6OaBcKAL4fywmriwwtvsjmpi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 01:06:41 -0400
Received: from [198.54.122.200] (port=54265 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3W-6OaBcKAL4fywmriwwtvsjmpi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>)
	id 1uiQvh-0000000FdH1-2YiV
	for sales@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 01:06:41 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=YmVewjzO;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3W-6OaBcKAL4fywmriwwtvsjmpi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=3W-6OaBcKAL4fywmriwwtvsjmpi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvnj80Yg2z559T
	for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 05:06:36 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-70e7f66cd58so52582047b3.1
        for <sales@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 22:06:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754197595; x=1754802395; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=QxmDIEkv9DHBGZueQq60Y4+lFtFh438hrV32tnI1DyE=;
        b=YmVewjzOHf7xykM2/8x0JahrfsyH9wSq4vQA/qYX6yV6hNqbxPJ8fgqdA7MqKS8Npk
         gglBwmPfkcOZ9xqc7d6xZCMtM+tS1VJmN9mA+oWQi4qT4as9a//hcbef6B9AQ1CSpO6M
         Hiu/8nKQf5Mar35hUhFLLkxcB34Ye2IdKy5GHsjGXI3B98p/TqbaHastVUeajXX+WRdI
         gt0EfVFyBSd7Pk21UjliYyNzY53rr209CSXuOG/1cobRL8X8C7KtcYio3z6DqtuyohOk
         yvVNN7fooV3DMoJw5gO8RgOF5BT0feJah+DB+LdVGSRBX7Jp8AIjLymHlmYXqfPfmAar
         MWiw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754197595; x=1754802395;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=QxmDIEkv9DHBGZueQq60Y4+lFtFh438hrV32tnI1DyE=;
        b=qtWG/X+X7lb+0E07tOfphMtKBOIueoKC9FiO5SSpfJnSXjQ+blDtuOsFaL+J6WKac9
         /BjYm7a5vmeMX/BxDPaQ9XU9D9godMEB8Os9xoJOVA6ueGaX7QtoId9OeR/VSn7c6Y4J
         HG43n63wtj9Pq7pnvb9x+aBBY5esPww10FJxIMwHDbuWU9q6nIhOUT87lVvEX+QcQJ5o
         kAmIIBI1ED16KrHvu8zm54nY79Sb58EfOPqaD3jnQnknGUSn+jryo54jC+Ur40vf3y22
         S3gL7kYencNJAGHCBj/4VA1NoiIGyegILi4pf/TCrCtWz93aegTx8eh9plwTna9CoQPb
         VCBA==
X-Gm-Message-State: AOJu0YwxAFoY/pVkSOh3iuPaSx7hLz88dNkclHx9PpZXU1fjeVpq5BIF
	DhJilYLUpuZRJnGbavPh9PIDU0aq/IEuo4ejVdJm6L5ouwTFi90=
X-Google-Smtp-Source: AGHT+IE2wWbp33RUkoLMLM7qVXxflviNEGACc/2meT83rcEHR3nxna/3UGge8LqNFu/jY+GOEU1KW9w=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:7448:b0:71a:32b1:b6b4 with SMTP id
 00721157ae682-71b7f0a52famr72539907b3.36.1754197595610; Sat, 02 Aug 2025
 22:06:35 -0700 (PDT)
Date: Sat, 02 Aug 2025 22:06:35 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: ff82c201f5ea0000
X-Notifications-Bounce-Info: AWoTSIF8CmVbSU3mgkV2MgsdywJL72H1eGoQp4dCFlb9eaZ9N8XTo9UyqNGuKta89Kw1yEZ46tEJMH0OLFB_v4VNpXk0d2YT1ecYlQ4h3LlRAztGNI4ib8K3-oaBrDFSt2Wgc0RiZKdd17obyeH5-QsifJpf6yZP7c9-iltjSMIWnews2USriyjiRGcWNG3YLwcvAoShp7euaDPS3SKknqCsJyaj9QzjLzW3W0QQvZ0xCgj9K94CgjnPY7KW3NRHCtcUeIHhMFgIzzpWGIbS0ifD0jsfosTTEjRxTi8f4ZdRmHqdEtg7luOvzeVIW0wCGVgRLOU_023MeNyO6k5ubPDh6se-w2H5zP6T6ARB3QyztAtVnRnkdhFE2O90KPUHD0G85Edjsq36AEpInO2m_LMwIQbXmRXc6vd1upmqE_gnRxLA19WfowUk1tGcnym3ClDu2NIEYn4UbdTK-hghyz2id-SOSy6d61JIvM_60zIt0N0i6n37ip7EeULQm6vSQSweWQ8XwqGUon_VxQ0zwSnSyHuhFwaWM4MNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <ccbd88dfac965e0cc39b60177c94f7ec3c4d9f06-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000008d60cf063b6ef453"

--0000000000008d60cf063b6ef453
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQowNzMxNA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE3NzQzNDIyOTQ1
NTA1Njg5MDQwL3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj0wNzMxNCZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXBPWDRRRTZUS21kTkZoQlBTWXdGdEFCbEtTNTZrSHV6SGViS0tVd2Rf
Y0RwV0d1Uk03ZjlWb1pKTFdmcDB2SjY2OEF2STJMbHRTd1JkYmJiOUh6ZFlSbS1hS2xPYzZteU9f
dDU5NXpNbGhsTXdpTW1uUURkUVprMWdzZ1h3Pg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81cjBPSTZRbWVv
dGVSbHU3djV0Z2dCQ3BVRzRaTms5NG8wdFdEbG1IdWxIS0JGZDMxR1V5UlUtYTU5OTZjcDNiUnND
N2ZFT0FMeTZaeFc5VGFOaXBLampxWElEZkE2TEdfcjVYV3V2b3lydTZiMkRJSm0xa3ZsRzJXV1ph
elRYSkxocndBRUNRcUxoWkFZekZDWlRzUmVEekVzPi4NCg0KMiBTaWduIGluIHVzaW5nIHNhbGVz
QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KDQozIEVudGVyIHlv
dXIgdmVyaWZpY2F0aW9uIGNvZGUuDQoNCk9uY2UgdmVyaWZpZWQsIHlvdSBjYW4gc3RhcnQgbWFu
YWdpbmcgeW91ciBCdXNpbmVzcyBQcm9maWxlIG9uIEdvb2dsZSAgDQpTZWFyY2ggYW5kIE1hcHMu
IFlvdSdsbCBiZSBhYmxlIHRvIHJlcGx5IHRvIHJldmlld3MsIGFkZCBwaG90b3MsIGFuZCAgDQph
dHRyYWN0IG5ldyBjdXN0b21lcnMg4oCUIGZvciBmcmVlLg0KDQpHZXQgdmVyaWZpZWQgIA0KPGh0
dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE3NzQzNDIyOTQ1NTA1Njg5MDQwL3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj0wNzMxNCZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXB3
UXpXd3BHd01WdzhWVFRPNVJ2NVlrd1hISE4wYmU1ajdXRS1nOTNhTHFtZU9zanljT3VFSnZvbWxv
MElVRnRxUFZDVVlOVWpFYVJ2TkxjVXV0Q3hYa2ZNUG5XNE5Hc1FUMGVldENCSlFRX01QNGx3WElW
bTA5MkkyeWV0Y2hCZz4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81cThseGtXczVwWE5tWUdLd1JZeG1MY0tSTUJBbHZsczJHa29lWG5iM3VuWTVaeGF6azlt
cVJNbExFTTJpcHpJNVFPTndLQ0RyRTA3YnBPekZKSXRKaTJpYnotSXNEb0tKTHNBMmNHQzJISmRa
Q3VVekxaVlRCZ2FJbkd5SDByOV80V296ZW5IRVhERmhJeHI2YXNidzRpMjZWN0R6UUFfeGVJWjRV
YnVyRT4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvVDVhVXg3bFNGOU5SMXVwTkVBRkRqQjBFb3JEOHpB
WnoxeUZQYTI0TnkwNEk3dENUOURhRjBUYUkyZGlVT1Z3QWtRRXJ2djd1VHBoWTNlSHNEM0VvUzR5
SGotb1RkQktTTE5MNzVLUE1fQllrcGFFb3hCZlh4ZUNTQV9yQnZmU0gxZm9NPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--0000000000008d60cf063b6ef453
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/17743422945505689=
040/profile/verify?hl=3Den&amp;pin=3D07314&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5oxIF-F9pti9QKqVO6kz_uAVvMxf56ZitM_TP5eyjlMeAgO2Y76FTpZRC2lZNdtjVX0__X=
nXMNB1yr8WCkIcZXr7Zj9HuXYO4pCjPYr1phRRq_rzUQZyBE>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">07314</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17743422945505689040/profile/verify=
?hl=3Den&amp;pin=3D07314&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pMdhmeDXo5wS=
RtSxySJN1xwrQ26pNfac-a9bggeQ3X0paozkkRIO6zyfTTwplDCHnV8rdwSltipVp8Hpj-a3BBf=
W5OOlRA3JqSOLB19U8UdRX-1wVWcDUhzarkjt8Uqg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17743422945505689040/profile/verify=
?hl=3Den&amp;pin=3D07314&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pMdhmeDXo5wS=
RtSxySJN1xwrQ26pNfac-a9bggeQ3X0paozkkRIO6zyfTTwplDCHnV8rdwSltipVp8Hpj-a3BBf=
W5OOlRA3JqSOLB19U8UdRX-1wVWcDUhzarkjt8Uqg target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17743422945505689040/profile/verify=
?hl=3Den&amp;pin=3D07314&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pMdhmeDXo5wS=
RtSxySJN1xwrQ26pNfac-a9bggeQ3X0paozkkRIO6zyfTTwplDCHnV8rdwSltipVp8Hpj-a3BBf=
W5OOlRA3JqSOLB19U8UdRX-1wVWcDUhzarkjt8Uqg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5pvpd5JGf2QlNs326=
tezNfJgHU5-ohQ4lwxMFVqwmeyf0IZ06HOc8fKMjKVbeBOukhR8-3-EHiSVj5UQDjS91CQTFVOO=
Go4V-xeDQwsiTcoztDtyy7uE2ZxuISgnVkIfv1cvc3Z9XYYm9ykq6LfduDtJ7mpkA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">sales@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17743422945505689040/profile/verify=
?hl=3Den&amp;pin=3D07314&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rl3XBd8ETgvc=
mCVG97QfZ0s-kSdK3slbCA69wRojrUQ-D97efB1mIDcTY9nhqkO9HfTaMPHXILlFna84l2CoPU4=
5wD8fMw8y8oNsgaEQGzNav4Ulk5C7Lmgsj7cAvnVVSUhQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17743422945505689040/profile/verify=
?hl=3Den&amp;pin=3D07314&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rl3XBd8ETgvc=
mCVG97QfZ0s-kSdK3slbCA69wRojrUQ-D97efB1mIDcTY9nhqkO9HfTaMPHXILlFna84l2CoPU4=
5wD8fMw8y8oNsgaEQGzNav4Ulk5C7Lmgsj7cAvnVVSUhQ target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17743422945505689040/profile/verify=
?hl=3Den&amp;pin=3D07314&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rl3XBd8ETgvc=
mCVG97QfZ0s-kSdK3slbCA69wRojrUQ-D97efB1mIDcTY9nhqkO9HfTaMPHXILlFna84l2CoPU4=
5wD8fMw8y8oNsgaEQGzNav4Ulk5C7Lmgsj7cAvnVVSUhQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5rDbhoyJ6MeQF-LkSSLuzzor56exs-3m-lAu-8adISUqptR-yMZAT41mT1MePYnXGs4fAP=
pMWBILA7z4FJhsgTWvmT0fhYog660x3yH_QGw_qChLJH-1HjNIhjImDqVqToxUj12JxZfcniZft=
eD-VLTDdNe3Yo89JFXzLhCF-PYMg style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5oNKLuRHhjoxZoMGmYpEreO-0Pspp4OqH1higg9K-M2y6jTiWpDv_jPVu_UMMHRUc-IGpi3gyv=
Gac_69g3ZFxMgu4QRRI7IAWljcvnSqGCw053aqt6nP2GEfZW8KC02GpW4KNQnLQ style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rGj1momlqFS5dEHVpZtfAU8jclz-XZuiEoXnG3GBKG82z3msx4FKplpwIfKYe4g7=
RYTPgzEQ8oFQmI3ckt8C4mUReF1kIK0-2jXsHK7aaugdVyZEqpZAgBRbq5ehKxEkWHbA.gif></=
body>
</html>
--0000000000008d60cf063b6ef453--
sales/cur/1753372613.M115605P3964026.premium320.web-hosting.com,S=37052,W=37750:2,S000064000000110274151007557640020324 0ustar00Return-Path: <3vleCaBEKAME3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KBZwBsVXgmh6fDwAVkXPrw
	(envelope-from <3vleCaBEKAME3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Thu, 24 Jul 2025 11:56:53 -0400
Return-path: <3vleCaBEKAME3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 24 Jul 2025 11:56:53 -0400
Received: from [198.54.122.200] (port=44670 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3vleCaBEKAME3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>)
	id 1ueyJR-0000000Gdrd-2cP6
	for sales@24hourwaterdamagerestorationlongisland.com;
	Thu, 24 Jul 2025 11:56:52 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=vv2wkNBE;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3vleCaBEKAME3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=3vleCaBEKAME3vyrzwhjl-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bnwbz2Qb9z17Ns
	for <sales@24hourwaterdamagerestorationlongisland.com>; Thu, 24 Jul 2025 15:56:47 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-869e9667f58so234229239f.3
        for <sales@24hourwaterdamagerestorationlongisland.com>; Thu, 24 Jul 2025 08:56:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753372607; x=1753977407; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=9SHJ5g7gGUTo3pqzu18v4rwAzNTbRdOo55SRxTypygg=;
        b=vv2wkNBELVDUVsnZxXuCcnx/wg/UDQiyGWyQ0+Whv+Wjd07RolbQGMZZM4twOP7WtI
         2VYrP1O0JfcjIwD+sSTvcbqqZiIUV2TA8wuaQcup878Oud6cE4OKZbIQHQaZOfsahdNg
         pyaQFT05rl0qrHA51lf85Q5EOF1BI0zNlnJvfoQVz5eWRkth+bcmZt6TRtiJHV5AGG7p
         ZHUQfMgZPjRrcRB1jkf6+VfxURecUWkfzDA74DfZpSEUvYOB5QjbE6hrWH/xq8FVx30v
         nYht32tbg1P1dHgAzAOBhWZ1/LbBYXbDMcDCo3wVnMfiDeYaMQzg+fEb3Q9tyMgV3Vht
         H7WA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753372607; x=1753977407;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=9SHJ5g7gGUTo3pqzu18v4rwAzNTbRdOo55SRxTypygg=;
        b=krAvwuEroTJlR0wK4DbQtC3SxsaoxXHSTuz6Y1ecSsGtjcaD39fTV6roMTFyopBs02
         JrIK5FTl5Kg9/5Row++0rA3WGGZ62qCzBHoabXXaPYeWGBVXpo9YHEeqEOCkfxfpTV8a
         olOKdFpoQqFZfSZxy90Jowlr+DP9TvBOuFZRHlcd3rYiEpXgTOq+nDT8KLtGp5A9D0pI
         2fn30IgUEvND5vVbiHKKJ2lhZPh++FPVw3WyeA0KcfWL4qfqkDm8WWORHBVTbT9rwFoD
         J9dIrntr6gYQu5doqLxJfhLEGXCFUodGEKNzoxkeHqQdsKCZFwM2gWpVqxhtU/FnnVgd
         Og9A==
X-Gm-Message-State: AOJu0Yzn60v5cKMxGGsmu4M59+1EUMAMdhUz8YKWZddyUJ/efk5B1CfA
	1TFakqO4VFPk/XnfRyotfvHMJtyEMKKPaZJBaBqsavOGProFcTVQ/l8Ne5s1
X-Google-Smtp-Source: AGHT+IEa6wH/X1Vy4GTcfULAhz2BiavrsnDWy62+OxlBBKXRcc1pmj47C4BDL07UC1vsWswLXTXBdAY=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:740f:b0:87c:44ce:248d with SMTP id
 ca18e2360f4ac-87c64faa4demr1236080439f.7.1753372606891; Thu, 24 Jul 2025
 08:56:46 -0700 (PDT)
Date: Thu, 24 Jul 2025 08:56:46 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140163
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5rJjvi0_MXetSTMYAFieMRmAXdyex6ugOquF359kYM2nnfGNZCWMRpWaYh59W_th65Yn79Ngq0xQa688evh6jXYEko_II3ujyda1qTsoDlVdjYv4kA_JyEJJsA7Kp6lGsT3naY2goS53cTLQRRvAHP554cUDr2THfMr69ov97G_rLxy_GS81ANqXRr8_G6POfcyEnWDI2UUi8gOFnKi2Q7oKWsnHxZRiyEjgzaPWdp3WtyRijaod6tiF7f7ejZ8CQHSWLM692nG_RChgqn1IjmrpNRT1MEmObKscdCN_FzvmySNcN0pLyULZ21Q-u0vicQybpDht6g1OeR3E35H9aTsSfAah0YrraKfMOXaBQ?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509348-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: eaffd76ddf5a0000
X-Notifications-Bounce-Info: AWoTSIEfAm24hbGyPIJx8l9Q7-ulKnRuCtripC5Sp622fkDEze5hGisAwT-b4KTCHye5LymbXKHNbv3_Hf8T_L0DvRxtQQ7fncO1ykzG7NYtC6YcJaka77AZOowXTy84-To5bRMQCXExG36cwk_-80dcQdFLGiqSdG7RKIq9mAJvQjNs1vFvrOCThozAb4JMccv3BYDJpGMlMtp5XcpWh-AInilSRHFedJbmA_Yp2vpeNDg3C7StFm77eRJ0RnOc-pwitlImUkvK-r84KEagju_GZlsdU0UnAbai00C7sZrCj0tuN8XsJJLkGxxZfpTrr2321VmPo4_wwbABLoHbkAYCc1e8v9YtQK0c7TRjLeJBGEnbBCw858ExADsoDp_KMH-xpaemidVS_jBg_kWLfFw5TIFAn-c3QCvjWUNZfP1z3IAJiTcgMtgZIr-BCCEV6PGdMnrVpWRoniJ-csSXq9FqskmSfpL82csQl9-XfY4MiXJVT3-R9DnIb9kBasOff9lSKdRi6ljsbCRLzjcbK-bId-mOgq8zYyOpp7_MBEDU3RkkhTf3p06C1u8HXAun0BIZ_QivjUGFUVoi2NtpiNPnbBvdhYU1AqWD-KzzxjLpLNF1tiw1ywgJO8zac8sWa3JkA971TDowbSNwQ3EhS5O8nvr6Ez1MNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <23fac0320a314d424967472420a8f7777ffaf6d4-20189259-111088031@google.com>
Subject: Collaborate and connect with Google Workspace mobile apps
From: The Google Workspace Team <workspace-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000648776063aaedf35"

--000000000000648776063aaedf35
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHZXQgc3RhcnRlZCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UgbW9iaWxlIGFwcHMNCg0KDQpTdGF5
IGNvbm5lY3RlZCBhbmQgb24gdG9wIG9mIHlvdXIgd29yaywgbm8gbWF0dGVyIHdoZXJlIHlvdSBh
cmUuIFdvcmsgIA0Kc2VjdXJlbHkgYW5kIGVmZmVjdGl2ZWx5IGZyb20geW91ciBtb2JpbGUgcGhv
bmUgb3IgdGFibGV0IHdpdGggR29vZ2xlICANCldvcmtzcGFjZSBtb2JpbGUgYXBwcy4NCkdldCBz
dGFydGVkIHdpdGggbW9iaWxlIGFwcHMNCg0KSGVyZSBhcmUgYSBmZXcgZ3JlYXQgd2F5cyB5b3Ug
Y2FuIHVzZSBHb29nbGUgV29ya3NwYWNlIG1vYmlsZSBhcHBzOg0KDQoNCi0gUXVpY2tseSBhY2Nl
c3Mgd29yayBjb250ZW50IGluIERyaXZlDQoNCi0gRWFzaWx5IGNyZWF0ZSBvciBlZGl0IGNvbnRl
bnQgaW4gRG9jcywgU2hlZXRzLCBhbmQgU2xpZGVzDQoNCi0gSm9pbiBNZWV0IHZpZGVvIGNhbGxz
IG9uIHRoZSBnbyB3aXRoIHRoZSBjbGljayBvZiBhIGJ1dHRvbg0KDQotIFN0YXkgY29ubmVjdGVk
IHdpdGggeW91ciB0ZWFtIHRocm91Z2ggMToxIGFuZCBncm91cCBkaXNjdXNzaW9ucyBpbiBDaGF0
DQoNCkdldCBzdGFydGVkIHdpdGggbW9iaWxlIGFwcHMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cExBcXVNUnRfcnlUUE1IMEdpU3ZCMXlnMGVRcjZGSFpUMFRMREY1Z1pBSFkzRlExSjc1U1VYYlJw
azNHX0E4SWJnaElXNVItM3kzTkpYRXdyeC1uRVZoMkVIcWNiWHMzUU8xRllXT2picjBvZmhoakwz
Q3JMTzFzdFVTWHNKbHl2ZU5pUEpNb1hUQVJfNW53WldNckdZeHJiLVhJRjdLa013UjZmZmxPQmYt
WVh0YVd4ZHdZY0cxWFNNV1Ewa1pPbFItU3ZwT2ZlamZ6NmN5TVh0UElXaXhhNThjYW51SlNlcTV4
engxWXFqWWkwVUoxYmRsVks2cmNZend3bHJGRjZJTHVvNnBhRnhfaXJGOGJMeWZRSXptOV93Z3hH
UG5MQ295N1NWcFVaVHM1X01FcVFpOWpyNFBja3k5OTd6NE1jd0ZRbXQyMGxlPg0KDQoNCg0KDQpZ
b3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJBN0hOX0ZvbU5VeFV4VzJwRkpvRTNaUEdq
NkNyV3BFQkFzc2hFaEdIRDhwS3MwZU04UkRwWTAwcTkzMGpDQzl1RlpxT1JqbDYwZVVUYlV6MjVz
NFl4V2Y1YjVzZEdqU0tkc1hCV3MtMnV2ck5Ucy1YMzZyZHlyeDE5VUZzdWwzOUtNWkdIQjI3d3VJ
bjM+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJmeDhiMzlfRXU2VkhBczc5bEZB
eFV1RklKNTdoODl0TjN4S0stS0E5VEphdjdVOWt6Z3UyYkNvTmVNeGFRVmszb3J6WHo4YzlUS1pX
M19JVGk1SVlac3NwXzlVc2l2WFZTNkNReW90d3d6Z0M5bUplMUVKZkhZV2xWd2xNRE1UOWJ6ZW1S
eW9NPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cWN0VGw5a1ktODNVc2M0X1ZC
TjdEMndIam1mSTJIdHFkZTBCd2N6TVhXNmhrczNpOHlKb1JsMldkUHZIeTJ5NG9RLVdGVXBYblFQ
VzdlM2hWX1gzdmNjb0RaUERDaFU4cl9FWktkTTVIb251TzhSalB3aC1VS1hIWTlGWVpsR1U3SmtU
dDlyNVFDTDhSRGZBXzBzX21TLW1fYzFfcjU+DQpGYWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9B
TmlhbzVyVUNVN1pYQ3d2SkpGUmcwTzM4c3pVOGZtSzlXRERkeFNFR1VMelVpQ3phZnU4RTlsc09t
SzdHQVIwSTJWaWF4ekxvVE45QjVfMC1CMW9aVXA5Sy1ORC1kLUhXcWEzS2FkMkJRaGhEYnpMZWV0
NTlGQWVvSE80ODkxZi1kQkphcUEySmdQNVQyZUc4ZktOaTI4Pg0KSW5zdGFncmFtICANCjxodHRw
czovL2MuZ2xlL0FOaWFvNXBSWlZRLW1JTXFmYkVWRUg4MnByYUJGLWJtYTVVRS15dGFYREw4WXFz
SDA5LTdkcjZUNUtuZmFJbHFOSEZhejJVTVBtdGppeE9vb1hyRVpPWERoU1ZHbExhdmFRdk9pMGpp
UTZCbUZORGxxWHBnaGZaYjFtMHR1UHVabXBrajNjR05ydVA2WlJoMVhoaWVKVWplUHJFPg0KR29v
Z2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0
Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBzYWxlc0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0
aW9ubG9uZ2lzbGFuZC5jb20gIA0KYmVjYXVzZSB5b3Ugc2lnbmVkIHVwIHRvIHJlY2VpdmUgbmV3
cywgcHJvZHVjdCB1cGRhdGVzLCBhbmQgdGlwcyBhYm91dCAgDQpHb29nbGUgV29ya3NwYWNlLiBQ
bGVhc2Ugbm90ZSB0aGF0IHNvbWUgZmVhdHVyZXMgaGlnaGxpZ2h0ZWQgaW4gdGhlc2UgIA0KZW1h
aWxzIG1pZ2h0IG5vdCBiZSBkZXBsb3llZCBieSB5b3VyIG9yZ2FuaXphdGlvbi4gSWYgeW91IGRv
bid0IHdhbnQgdG8gIA0KcmVjZWl2ZSBzdWNoIGVtYWlscyBpbiB0aGUgZnV0dXJlLCBwbGVhc2Ug
dW5zdWJzY3JpYmUgaGVyZSAgDQo8aHR0cHM6Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9jb21tdW5p
Y2F0aW9uLXByZWZlcmVuY2VzL3Vuc3Vic2NyaWJlL2d0L0FOaWFvNXFUX2R0SGZ6cmhXMzBlM1BW
Vk1nREk0MFY4ZW5pQnkzanNOaWJJcFk0bXVIWXVTbERlNVRBSVF1Qnc4empCOFdvenVMR0wwM3FH
bVVJd25HT0Nrd1R0WW0wVW5nUDl0Ym5iSHFrTlk1UjJZcFgwSW1LZ1g4dVZsVUlKZXBqWXBLOTRL
Z05jckJ1a29SNmkyS2poZzMtSURvUVRwcEk3bTVIU0lZRGRORE9QWGkwamlJb3NtSkVRV1I3WEZv
cmVwdEVjcHd3QS1RUU5HMjA5Y0pRUkItWmItbE04Q3l5VGhLaTBjVFpfemJVRG1YYXlVNmNpUG1i
QU1XN2s1bm9DQnNVZG93dE9ETkZkS0d2bjR0Z2RmTHpZZG1WcTZiWjJxYVlnbTJuUF9mTnZtZENW
djd0Zm1XUlRHTHV0dmJxV28xSFBHWnloTmZ0LWotVThlVnhUN1d1V2VGWU5zUmpvX1cxTnZwND91
dG1fc291cmNlPWdtJnV0bV9tZWRpdW09ZW1haWwmYXV0bz10cnVlPi4NCg0K
--000000000000648776063aaedf35
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Collaborate with mobile apps</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Work s=
ecurely and effectively from your mobile phone or tablet with Google Worksp=
ace mobile apps.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Get started =
with Google Workspace mobile apps
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Stay connect=
ed and on top of your work, no matter where you are. Work securely and effe=
ctively from your mobile phone or tablet with <span style=3D"white-space: n=
owrap !important; direction:ltr;">Google Workspace</span> mobile apps.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
16px"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:6px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email6-gw-transparent-w1600px-h946px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Get started with mobile=
 apps" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:33px;padding-left:33px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew great ways you can use Google Workspace mobile apps:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly access work content in Drive</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Easily create or edit content in Docs, Sheets, and Slides</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Join Meet video calls on the go with the click of a button</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:3px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Stay connected with your team through <span style=3D"white-space: nowrap=
 !important; direction:ltr;">1:1</span> and group discussions in Chat</td>
  </tr>
          </table>
     </td>
  </tr>

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:55px;padding-top:28px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5rrfHbdqksyNWtufHwT4zBNErC9pEb6W5xX1m5SIV_RUPX8EgNl-OE50u=
92R_MOZzjg1Bq4qtuCMfH-tKqA9zip7mo3PI1Hdfa1GzndRchfy01ffs1oq186NkMcItywdqwfe=
5w6HAVNxJfjwWcTJi6R7ozLIC-4BQishx1PNff2mxKWETJE9qLUk3IwjI636UbJCjxj4JeQ0Ze2=
UDeAVihlRK9EkPD6M1wlfPN3JtbSlULPqoSaGIzuKdZUAcCds5mgPS9ppv0xMIegBxijI-r3D32=
OJoVi6SHvUuPisjm4oxSWDKd_sdkQvDi5JmGEdfZap7TuSidpMi8" style=3D"height:50px;=
v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" =
fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Get started with mobile apps=
</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5rrfHbdqksyNWtufHwT4zBNErC9pEb6W5xX1m5SIV_RUPX8EgNl-O=
E50u92R_MOZzjg1Bq4qtuCMfH-tKqA9zip7mo3PI1Hdfa1GzndRchfy01ffs1oq186NkMcItywd=
qwfe5w6HAVNxJfjwWcTJi6R7ozLIC-4BQishx1PNff2mxKWETJE9qLUk3IwjI636UbJCjxj4JeQ=
0Ze2UDeAVihlRK9EkPD6M1wlfPN3JtbSlULPqoSaGIzuKdZUAcCds5mgPS9ppv0xMIegBxijI-r=
3D32OJoVi6SHvUuPisjm4oxSWDKd_sdkQvDi5JmGEdfZap7TuSidpMi8 style=3D"backgroun=
d:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:=
'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;=
line-height:21px;text-align:center;text-decoration:none;width:255px;-webkit=
-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.2=
5px;" target=3D_blank>Get started with mobile apps</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20

 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rReSgebuqrEJH9OI0nHGkkrA4PHnwj3II9LzC=
TXomMPEx3_PSH2gC-j_RAscnmerDgEwyETAVHSgV9Mvq4ToxDyYqUAs-J9gNn7kdaRWc6gDPa4P=
Kfqr6FGUwhmPqrW0X-TjQKEQoqHB9_MLI target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r4M5yfKjCcf8OJaGEYJXEHAxmDVUvHSYhpv9S=
6Ew4oF7TN-gc_aHJDC7Ro9W6nGOHipm3Lmpo9yyO3-W84ASLoYXHtZKWTZS6lthiXxMEXCZc4gp=
J-uCW2I9AAzlTM11aqfwX5zgWuJg target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ouD4vvO6jZZkU4aZz1pgAocXE_qix01XA-gIs=
H93UjjZT2Z89zg1CrcIpzdme0sKMK4Z4kngNtZYwtG6Q5YHt4KafSxD5MNa-EjQ8XKs2zcVOnoQ=
L6DWNmbpw-Cl0SlM3_Vd60OGbwUcX9plqVazSeavB0pdry0G0 target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q_PIL1KBh2WuWpG-yr0nbj4wT8iKc2PWM1jYM=
IARZjddHx4b4O63SqtAg71qLYDYKpKUqQmrsl2UNqLULHMKVyxNYRNZTKqNMt-KoAczCT00ZpJO=
7A8SVeEoqgT3W-_FrlSJk25QYMNtVloR3VSQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qJi-1XYMmyXhB8RvrGIngYwHZ-r_PSZv8XgEL=
_vM_vyle5E9qXLo_BFn1NFyBNPhth8doya8nrxEtNB6vbk0IFKpi8MUuLjcWBkeZB6TEqeQ4zeZ=
lSDTuh6MY6q6XpChXFnKJeniSrzvA82Kj8jrbNHQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to sales@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5rJjvi0_MXetSTMYAFieMRmAXdyex6ugO=
quF359kYM2nnfGNZCWMRpWaYh59W_th65Yn79Ngq0xQa688evh6jXYEko_II3ujyda1qTsoDlVd=
jYv4kA_JyEJJsA7Kp6lGsT3naY2goS53cTLQRRvAHP554cUDr2THfMr69ov97G_rLxy_GS81ANq=
XRr8_G6POfcyEnWDI2UUi8gOFnKi2Q7oKWsnHxZRiyEjgzaPWdp3WtyRijaod6tiF7f7ejZ8CQH=
SWLM692nG_RChgqn1IjmrpNRT1MEmObKscdCN_FzvmySNcN0pLyULZ21Q-u0vicQybpDht6g1Oe=
R3E35H9aTsSfAah0YrraKfMOXaBQ?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue=
 target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscri=
be here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000648776063aaedf35--
sales/cur/1754409419.M735945P1883429.premium320.web-hosting.com,S=30597,W=31143:2,S000064000000073605151007557640020361 0ustar00Return-Path: <3wymSaBEKAKogYbUcZKMO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 4IJnK8spkmglvRwAVkXPrw
	(envelope-from <3wymSaBEKAKogYbUcZKMO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 11:56:59 -0400
Return-path: <3wymSaBEKAKogYbUcZKMO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 11:56:59 -0400
Received: from [198.54.122.200] (port=49944 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3wymSaBEKAKogYbUcZKMO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>)
	id 1ujK27-00000007v0E-2KqA
	for sales@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 11:56:59 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=JjLa3cuU;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3wymSaBEKAKogYbUcZKMO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com designates 209.85.160.197 as permitted sender) smtp.mailfrom=3wymSaBEKAKogYbUcZKMO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f197.google.com (mail-qt1-f197.google.com [209.85.160.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bxJ2W7501z27sk
	for <sales@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 15:56:51 +0000 (UTC)
Received: by mail-qt1-f197.google.com with SMTP id d75a77b69052e-4af117ffc70so87591031cf.1
        for <sales@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 08:56:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754409411; x=1755014211; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=YwfsTh95ECssHZT1AUCZR/aeRB94KRll1D5bJscYWMY=;
        b=JjLa3cuUxxoeqjPFQeUy94bC8FTxhwj8XpsnxVMTK2xVGi0lF9xCPgQ73A1jU00GUp
         oPLrBaUI2VkQ3SIn59TgFMncVCC3SOLZBd4kElvQ/cL5AWMuGQkZLkAAIkCtyZbwWf2U
         QDAp+wraZD1NyLDxNY261/26uAD5C8iyg5HPbhIwVz6SJa4mUPwF0bq5s8Dig0gPfbLf
         n+YcXEB4h5sXkL9hCrYbYvbNJBFajRDKQsHZPzmwKP+a4mt4HBmQ3t4OapJFvT3rKE/k
         RglvAM/dkIwq8TzHpW/aaze6CRO8YrZ9DCiS5gtxZtp7IzOLIBNafSBgwYbA+BwYEl0s
         Z3BA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754409411; x=1755014211;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=YwfsTh95ECssHZT1AUCZR/aeRB94KRll1D5bJscYWMY=;
        b=fYnBu6f7noWLZkXyRHQTSap3poyzalm21e9qqa04MRmlRrqIMCB5MYgqvKBxPQO8cH
         nWeAkIxRO6WZzxSAaT9la/aguXO2nthk89tu5czdtpE/ODfpvGN6NDlKbClOHt1Hs0V5
         niBo1xrF2Z0uUO6v9XJKEstbXNRIolUlEDH1nV3snuOuiKE+Ak+CfLcuh/sTkrcMOmjK
         mQMFUaFanpBSdm5h6HzLXEpa+40/xcJDJZzAoTvd1+xNqXJg1OyLE8fQXVG9w8sNRgqU
         PkivsXmaLVU7xViJqLXyzyjO5jy5R3l7au+F+7fFOsWSf/xCDWfV6VXR7agEYTCWjaAj
         AHpg==
X-Gm-Message-State: AOJu0YyCPRCUSlVB8CGB6M8CmWvsV1amJscCJonHOT5H8B3HdugS7Tlp
	BOP1ajolcv/5gzYa3QVlLiUTcBFxmLQS6w491XLYdw9U+yq5eRVamEGZzuOD
X-Google-Smtp-Source: AGHT+IHzZpwyOCcctoQBELPgLweV+SlrlKDjB0YTvIupLNRdYavrXrvVkopPsIUCU182gCoaFbMljm0=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:400e:b0:4b0:7f18:4f49 with SMTP id
 d75a77b69052e-4b07f18559cmr57045941cf.23.1754409411134; Tue, 05 Aug 2025
 08:56:51 -0700 (PDT)
Date: Tue, 05 Aug 2025 08:56:51 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140164
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5ofwYJeo7SDJBWxeGK-atbaMrBNUdJk2BVs_ZCci0NuHaP7_v_I93a69kf7vAQLg-vBo3sAZi2qyqBAw9JwkDsrSWSQPMTrVbs-7hdgDCg9x8L-df8WhaUlHt4VFsisYXjXzFlXPS_VmIIHdDn23h0C_-1YwKUUQxzknIJlHND5NcMNB803GNj14lXdLxUy3ytPGONjPWsQ5Mnx3_FTQySkfJHsJSezM7oyj52W3i0bbABh-2bKF0a7Omwtz62nmUfzwruB14wYQEIFg598C0iY8b3UxuA5nVRHbvGQHs6a2IavPbaiKx2ErLl-OLhhpw3UZrdFez7pHeejuLNXFXAmtm86HHcPVhRye3MLEw?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110504489-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 8d48c453e3ea0000
X-Notifications-Bounce-Info: AWoTSIHKerhARPaZ645d1Rqzc8pOgYWE7QZcDDUzuTXmbmQrkMiXerimQTJLCjkBnY0F8iCmsg_g2v4M8aeO7bESDn7sSSBvmRMM0uIxbAd3I-izgQbazV5ByhjxGctOuNLuoyzC7WCKxAMMh52BhNdqeSSupDYClE03BKXL1Ht7kCojdi8LGzeeJqGoZ63K-n_jtmMJKRudXjAzCqWxVNvgRG6yyRJWNOdB10wiOcQwyx27wbg3XAoCA1OwbNzfDReYBh3RX5w7VNl_-DDzfDcAUN0MnAZuvplYkoY-64lM34Rz7eGrXCS2UDgkvNEk0McD8lwP4dhTShEqtqWudiPCI_IuLcxL2in7sIuKcfvLvPmKgfEETco0qKaI1d7iFQQqNXLzOfr8lMoyrDvYqwZk27aLsP5rFjYpzT1H9n9RJt-xRCis8R4jS3Mx2ASdQLHcgRwRJNQ7qsav9mXUxgoyZZtZ7bX-rw9Vob57Gtlnjlf7oi1hn5mIY1bCDhh5KVMoJl6MDaaXA5pEaoBNTg9LASl-yUW2M5vtzOXUP3AQEh6IcL7zfHtTh0dhmqCEUmpquxOMhL5dphItqSCQvldGnFtQeeqlZAhy-Oi6SYKuYbwz8iul-lLm7U72r1qCV06XtrGX8lZnFAUgxhdqbX6YXV2Gp5ndNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <899bae4a2c43234d72eb81f233311eb66b6de6ad-20189259-111088007@google.com>
Subject: Invite colleagues to your Google Workspace Essentials account
From: The Google Workspace Team <workspace-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000bdc67a063ba045d0"

--000000000000bdc67a063ba045d0
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpJbnZpdGUgdGVhbSBtZW1iZXJzIHRvZGF5DQoNCg0KR29vZ2xlIFdvcmtzcGFjZSBFc3NlbnRp
YWxzIGNhbiBoZWxwIHlvdXIgdGVhbSB3b3JrIHRvZ2V0aGVyIG1vcmUgIA0KZWZmZWN0aXZlbHku
IFRvIGdldCBzdGFydGVkLCBpbnZpdGUgeW91ciBjb2xsZWFndWVzIHRvIGpvaW4geW91ciB0ZWFt
IGZyb20gIA0KeW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KSW52aXRlIHRlYW0gbWVtYmVycyB0b2Rh
eQ0KDQpXaGVuIHlvdSBpbnZpdGUgcGVvcGxlIHRvIHlvdXIgdGVhbSwgY29sbGFib3JhdGluZyBp
biBmaWxlcywgdmlkZW8gIA0KbWVldGluZ3MsIGFuZCBjaGF0IGNhbiBiZSBzaW1wbGUuIEV2ZXJ5
IHRlYW0gbWVtYmVyIHlvdSBpbnZpdGUgY2FuIGNvbnRpbnVlICANCnRvIHVzZSB0aGVpciBjdXJy
ZW50IGVtYWlsIGFkZHJlc3MuIEFuZCByZW1lbWJlciwgdGhlcmUncyBubyBjaGFyZ2UgYW5kIG5v
ICANCmNyZWRpdCBjYXJkIHJlcXVpcmVkIHRvIGFkZCB5b3VyIHRlYW0gbWVtYmVycy4NCg0KDQoN
Ckludml0ZSBwZW9wbGUgdG8geW91ciB0ZWFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJIV2dX
WmNHSWtjSi14YmVrV2xscE91VXM4bjNIcjlvVVpkVDRhRkMtSEFraFV0OGFVZ04xNEdNX19hbE5C
QnhtY3VzSUE5aENOb2VtbTBqaVZpMEVyNDU5VGJZd1NoVnNmdXU5R2F6bEFEb2RLUEVvc01SOEZI
VnU2SmFBMW1OX0VYUVJnaDNYcjJoY0huR0Y4ZmlTalBLYlA1WmJnVmVUZUl0bGV0QWJqVHNUR3Y3
SElPUVdSc3hIM29oak9xZktiaXVrN1V4bVVmZlp3R1V1aU9lTnJWc3dIWmVNS0F4MGdCS2xzdmJr
X3dudmJHWXlLZFdaSF9pR3hwcXNhVUQxWnZ3RDZaZGJCdWNlYVBaaUZYYVR6V2V0VWxDQjk3T05i
bkNjWERwZlVmY3FxVDRTQ09sblc4cXFTZThKTEg3NlNLUT4NCg0KDQoNCllvdXR1YmUgIA0KPGh0
dHBzOi8vYy5nbGUvQU5pYW81cmtkR2VkSnM2V08zalVQZUFqQ3RaTG5UcmR5SHNnM1EzbXRVTmFB
VTlWYVh2WnpTUXU4TlBiaE5OdjRtLTRZbzQwWHljZXZzN3JvQ2UtNUNwZkNzM1h3bjhaLW1CRVNY
UHRibktuQWZZZVlIUTQtWTVtU2JwX2YtdDJqLURGVDFsSlNhSTQxMWVhb3c0OT4NClR3aXR0ZXIg
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81ckxrSXRsa0ExM0JxUGU0SGdrS194XzkwXzZHZTZBalpR
eGFWQktNeFZVV2stVUZJQ09VWmhOTjNoemw4a0VJNmtFVjFKdTE3TndnNHo0UHpBM3hDbkdBcWNy
dkF1dnA2XzN3RlVFczY3WERETjBKc1l6dU93c21CSEpQNXpMdnUtazhmZ2FINDA+DQpMaW5rZWRJ
biAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyUk92Zkk0LWh2RXJHUzNRZTBkeEd4Q05JLWo1aWpl
a3BYSzBoNEU3SUdpSmkzOE5rOXZvWEM1aWt4ekRWamRxdG1ZZHlHeUgtSndOWUYydzRVeklYWVpY
WERoV2Rfd1lTVlJhMlVjZU4tU192LTlzX20zQVlJblJBUURsTFBfQVdYRTBycGg3ZkR1dUN4RFE3
WVlkMHBPYjFFczY4az4NCkZhY2Vib29rICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXI0T1RpTnZ0
Q01lLUE0R2JRdnpBaXZHVFI2X0hyaEhESHY3STZ6Nm5fbXdqODAyV3ZfeG8wZnN1QzQxLThLQkxW
Q19QYVNNei1HTG56V0duRUVVVVprSFdYMEc1OV9uM3hCS3FHZUdOcERFOEFkdDRIRGVfY1FCVVVK
ZVE2M1k4UlVqaTlXOXJrU21SbGVZV0k+DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81cmVNMnFMa0VDY2tGQmVsVlZwVDFRUHUwNGFvTk94T3lpa1d0ckxwOC1DYldHMkVrRF85X1d3
VVdyU1AtZ0R2RXhjcF9KYm04OU1HS0ExNDV3MGhIUHJ5ZF9PY3VYakVtSVlvWGc4SXctQTJhUW1v
U0pzZFZ2WFB5eGlsUlY2ZlYtLWpWaFMyWERDTlNCSzJHMjNobUk+DQpHb29nbGUgTExDIDE2MDAg
QW1waGl0aGVhdHJlIFBhcmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWls
IHdhcyBzZW50IHRvIHNhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbSAgDQpiZWNhdXNlIHlvdSBzaWduZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVw
ZGF0ZXMsIGFuZCB0aXBzIGFib3V0ICANCkdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRo
YXQgc29tZSBmZWF0dXJlcyBoaWdobGlnaHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90
IGJlIGRlcGxveWVkIGJ5IHlvdXIgb3JnYW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAg
DQpyZWNlaXZlIHN1Y2ggZW1haWxzIGluIHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBo
ZXJlICANCjxodHRwczovL215YWNjb3VudC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVy
ZW5jZXMvdW5zdWJzY3JpYmUvZ3QvQU5pYW81cnU3M3pjVGI4SXotRU9TOUpyTnJZcTdLM3E4U3k3
QjllQVczY1g1VE5WOEtmSVFvNjUtRHNqZ25DQ0cxZ0ZSdmluYmZQbWo2WGVJakk1MFVjR1NTZ2JF
OEF2R2xKcHgycmNCdUtCeXVDYlU5aURrWV9EVXluVmZ5ak1tcDY0ZF9SN1YzcDJDbTd6Y3Z6UnBm
djhBZVBrWGJ1S1VvSk1adUpFRi11UmJGb2YxbjFLOEc5SUdmbzR5VGFNdVlaTXY0ekdHRzVPVnh0
eDU5enByWlliSHowUTdJOEhTWWV0d29iUi15aU04LVR6b1J0ZW5lT3BIVkFPcktUdWVOSEluMnVF
R2tsX2pPMFJZQ0lJamc3ZElrVnJMS05RLXZBeHN0UGdNTjY2V0NGMEdqaFFwQmktTURzWHVqdm5z
SWVFb3BmLUlTNW91R3E0azBxeVhBWDNScGlmWGpUMGstdXpBVC02VEdVP3V0bV9zb3VyY2U9Z20m
dXRtX21lZGl1bT1lbWFpbCZhdXRvPXRydWU+Lg0KDQo=
--000000000000bdc67a063ba045d0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Invite your colleagues today</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top: 19px; padding-bottom:9px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Invite team =
members today
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px;">Google Worksp=
ace Essentials can help your team work together more effectively. To get st=
arted, invite your colleagues to join your team from your team dashboard.</=
td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:4px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email7-new-transparent-w920px-h483px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Invite team members tod=
ay" /></td>
</tr>
</table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:32px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; p=
adding-top: 56px; color:#3C4043;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->When you inv=
ite people to your team, collaborating in files, video meetings, and chat c=
an be simple. Every team member you invite can continue to use their curren=
t email address. And remember, there's no charge and no credit card require=
d to add your team members.
    </td>
  </tr>
  </table>
   =20

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:56px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5ovta-IydiuIoEGticQuUZ85ItuqopBBrdIDiypHJpMrm77VsbLMyBlNM=
8CWCb189JdcWlXc2W3uOgQpoDoKln8jPhbq-Gq9hsdUIbpl61GvfVNBnTvUF5IpdX4LFPcUAH-m=
QXOHrG5ni8D4sIGWGBAEHv-iXhODGJENvS90_JzsJQ40vMWrX5Un1jde7OvB5C_YE_ZEJtfpJhb=
NBJxNVaTyI8su5wmuCXS4SZhvanM7l7uSR3PPGGYJArFf1DBOsSStl17Itezhmgx9atl2GVvH6M=
4yBuBXVFuilwhVb8lU26HZTCH9czRqqSOC3PfVx7Wx7md" style=3D"height:50px;v-text-=
anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D=
"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Invite people to your team</=
center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5ovta-IydiuIoEGticQuUZ85ItuqopBBrdIDiypHJpMrm77VsbLMy=
BlNM8CWCb189JdcWlXc2W3uOgQpoDoKln8jPhbq-Gq9hsdUIbpl61GvfVNBnTvUF5IpdX4LFPcU=
AH-mQXOHrG5ni8D4sIGWGBAEHv-iXhODGJENvS90_JzsJQ40vMWrX5Un1jde7OvB5C_YE_ZEJtf=
pJhbNBJxNVaTyI8su5wmuCXS4SZhvanM7l7uSR3PPGGYJArFf1DBOsSStl17Itezhmgx9atl2GV=
vH6M4yBuBXVFuilwhVb8lU26HZTCH9czRqqSOC3PfVx7Wx7md style=3D"background:#1A73=
E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;line-he=
ight:21px;text-align:center;text-decoration:none;width:255px;-webkit-text-s=
ize-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" t=
arget=3D_blank>Invite people to your team</a>
                                 </div>
                              </td>
                           </tr>
  </table>
   =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r8oZJvcM1oZO8T-joRGO7t3SgJEiJmrexMp1O=
jVj3cdjEJl_3lcS6zl-sWoGbByraodVK5o5B6kTid5GH5zQE74GqTkJMyK6ezm3NX8a0TuNHjl4=
v4aJ36a_uYWAyXAjkJCJrmOk-uURphrY0 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rdO12GWeY0Br6beJeIhEslzQBS52chVq7JFaf=
hd7sarqMJJdKYiUfYXShjqwMp1evwhrS2y14f-YValatJRGedkDSnqWxI1rTHOxQDuqSGL0wfsF=
ORG1mb7QX74FcDYEijdrag5C9CZw target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pIN6HA_Wq9XS23G339Ia3Gr5sLDxqJ6yexO1r=
a1IVrZkUt_7sEW7VjO4oM1uNMK5TOncl8GMeJjSO2A4UGqirdlFXPRVMp63gzojQDAbHXCaXLD3=
mD0-jMQZPHXrOYgJ0gcs88eUNJvZgQsOp5yGwsCVDqVnlSASo target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5p4qbIMNwLPEHAjVjAAnn1HqvXkA31aILsuz2R=
6dSCMrA3Jh41ZAhCauMuUe43TlTtZUAbDj0y52Rs55I26aO2oiyJW0QYoiBwZhl9k0C-47t_dXj=
bNUWTRJnh03eAutue9ZP-xhQBG3c7s7c1zmQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o58pZ182zsGbxjjO8TRwz1ei6Ka_MOVuBOr5R=
c4wXTSDgAJWhNDMEPbgtpefhbRAbBVbU3mAsOhZFlO3CNWPTbzA_PzOoAx9DYPB5l711MJyFVpI=
QXMq3Uqujy5fy4MhGkeFU6QjkmMzV4ZS79Mb9ppQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to sales@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5ofwYJeo7SDJBWxeGK-atbaMrBNUdJk2B=
Vs_ZCci0NuHaP7_v_I93a69kf7vAQLg-vBo3sAZi2qyqBAw9JwkDsrSWSQPMTrVbs-7hdgDCg9x=
8L-df8WhaUlHt4VFsisYXjXzFlXPS_VmIIHdDn23h0C_-1YwKUUQxzknIJlHND5NcMNB803GNj1=
4lXdLxUy3ytPGONjPWsQ5Mnx3_FTQySkfJHsJSezM7oyj52W3i0bbABh-2bKF0a7Omwtz62nmUf=
zwruB14wYQEIFg598C0iY8b3UxuA5nVRHbvGQHs6a2IavPbaiKx2ErLl-OLhhpw3UZrdFez7pHe=
ejuLNXFXAmtm86HHcPVhRye3MLEw?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue=
 target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscri=
be here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000bdc67a063ba045d0--
sales/cur/1754375138.M828264P23890.premium320.web-hosting.com,S=33172,W=34019:2,S000064000000100624151007557640020166 0ustar00Return-Path: <32qORaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 0HjWMOKjkWhSXQAAVkXPrw
	(envelope-from <32qORaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 02:25:38 -0400
Return-path: <32qORaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 02:25:38 -0400
Received: from [198.54.122.200] (port=48052 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <32qORaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>)
	id 1ujB7C-000000008DJ-2k2k
	for sales@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 02:25:38 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=Nb2+K4Kv;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 32qORaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=32qORaBcKALMUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx3MG702pzFw0v
	for <sales@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 06:25:30 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-71b7182633cso53616987b3.3
        for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 23:25:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754375130; x=1754979930; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Ob3cyfYznrKk5GKfpmARxtblReeWMDctja7RIqzLkEI=;
        b=Nb2+K4KvQEhLnF6mxyr+ptzTFJotmfiiB/nMA1gW3rSiI/moP5a0N4QV+KNcLSR+E/
         /AZ3JzzwOWlpzUi42+JVtEBTvohLcu089MHWwF9JrchpTHC9tQi21a/6AUpJTQDqiEGr
         yBPOWFIzXy2ktHq0H0Tnb79YIkTTNvR64VqKNoArASZHB24UWyb4sUMDaLglYUTOLrDy
         IfLx0x1BSRd1PgTzsGCW7UZ/76ZLtSi5WxD2pdD+ByBKbpVBG3iALvzngsrlPDGQ+XVO
         D6rsuXgnNil/jiQb4DCsq46621Xf/d3jZ5Xf24CKZMuXxxRxq53YHZY5X22N46wddj88
         208w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754375130; x=1754979930;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Ob3cyfYznrKk5GKfpmARxtblReeWMDctja7RIqzLkEI=;
        b=CDmxG0RV2/iJ278y1G8qKbUUIWhKTQOent8KDrs0pfWpmNCYpu+/pUR51WRp15pWgc
         q+WzDzxx+8oMa74HGTsn0wYf/CfYGwC2+nEswADXnZan1fqBsGepkZx+1TrLkdt3Adyu
         rfXaXk2Hhn1G8ikB27l+LPYVQ3vfIp0H+sJFO10ptkPNGrC5Vlcxgg7Hn+J0t7CuOl6X
         2J5pvE0YET2ljLNvl9VHj/YVdb+pGzQ3lg7BM5GBsmvWMs7xPN/jyG8YaNDAaIYRf9/Y
         oMtvC/RJ3SqvNBjRAj3W9zhmxEo8BUE5jCXQrAqfu1WL/gEpEfVwlKXMbuDTIUy6Fcpg
         1saQ==
X-Gm-Message-State: AOJu0YxhoqhsskKK6uKVlccfd8piPkzYY3MsfEyfjKIesIwCw038Wa7E
	1IcsLMvVHLeMip7G2F4hTuInOiNwlDZ3u+RP4gxlIlTKpXs2zfk=
X-Google-Smtp-Source: AGHT+IGutDYqKZJWzyFBhSGkLnfynzmjID5lHofXe1Lf+5FNot0fkXKXi6XmWKUv3m94ph5hxv3jEXk=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:a0ad:10b0:71a:300c:d17e with SMTP id
 00721157ae682-71b7ef4db28mr105396847b3.20.1754375130539; Mon, 04 Aug 2025
 23:25:30 -0700 (PDT)
Date: Mon, 04 Aug 2025 23:25:30 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 83a1e7ad83ea0000
X-Notifications-Bounce-Info: AWoTSIGPSZBXAOYJUT1AWN2H-CR_TL_fXHoC58zQhfsUDcK2E9UaVP9PgJNEQMKdJytn5fHJANmGbwyZ0JXIHz1SgBctSBY4l5JjdY1oxLxpYB71Q3E1qfBUDXzpcBnd6m1DuyLmRPqJMQa4HwSKQn51WcpWhgD0FsbRgXvB7_CKCtCGEq0s1YhgnJL6tu5AvrAFX66VaBF8kgHD4cZr9hWAKYHaG2UXF7vABQwyWQjKIpWAQBbz5yC9hilPeVSNKyZazWNAxP5EN2y6nCaH56L5aT0uMatU7JWaux4adW0kQsD0lqv8abCTKFS9ZtvbqXGIyPaqfo4YyLi-w_fc_wSHolk8T6rF1VLVEvW0o87pZ8AS7O07KbqkHCbC3MhdxUL2XeLNOZ1E6KIQr4w15uVDQM95Z45cKemoRiqMTJRdhQSaY1riYmuqrJqvoaxc_PfTgtMhYFS1Gq5Ux4CXGEYkxGfjyD9rVBuYYOw6-mmbxRJ9l7FiV3VaHz5-KX2q5t6-8hloBi-w90MN_5kZ89L5mAd1AeVtsygNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <f7a9dd1dbe71ef52cacf2ccbdfc6637398b090ca-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000756595063b984a61"

--000000000000756595063b984a61
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo2ODExNw0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzQzNTExNDIxOTA1
MDAzMzIzNzEvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTY4MTE3JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81by1hall4aEVKaHBKcGlGTlNqaGdrMm9YYkdVd3hFM2xKMjc2VDZuWkRR
bGhGZThxbkNxcWQ4dlFJWWpyT2FrUlY0MlFmaXVqSUdoMFpmS0htc3J5ZVR1Tmg3U19hb0Qxejh1
RFFkYmFhQW85anBnWFlBOXh6Y09iaWRFZUE+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwS2ZPallibE9P
VE40YlZtbnhGNVI2ZGg5dTg0RTNHTFlkU0Z2eDljOS0wT0JJaklhd1JhYXYxRmRmN21mUE51T3JO
MGQ5bDlkMnpJYzdkTE5OYWltR2NpSlIyRkJzZnBFZVNSbG5jbUNpaGRHY2Jmb0JUZXduTzJ6WjRm
QzNzeWdvVnBUbUF5QUZZV0FwTkpWdWV6SUo0X3M+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgc2FsZXNA
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vNDM1MTE0MjE5MDUwMDMzMjM3MS9wcm9maWxlL3Zl
cmlmeT9obD1lbiZwaW49NjgxMTcmdHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlhbzVwUkhO
ZUdDUDBkSnZyOUtLUUZtQ2JhRkJ1R0gzWVdPSXBub0J5NHVrOE1ySk1heHVGTmlEOTQ2M0psbnFu
eXlCYVVCNGFyeXAwLXoxYjlKLWpETWttSkpSamtmWVVFamx2TzBkbGZjTXRIbFJwQ1NOZUpEZFA3
VUc0TGZKamxOYWc+DQoNClZpc2l0IHRoZSBIZWxwICANCkNlbnRlcjxodHRwczovL2MuZ2xlL0FO
aWFvNW9rVXY4R3dCRkVXMlBHUGladlRNQkZUajdXSHdFU2pmdzVvd1pscy16cDZTQW9rQkRfcEx0
dUtmc0c2amQ2R2FyeTdmSTFDSlpzWVliWFhRZi14MFIyTjRvZTVua1hvQ2Z3MDBGcEpJUW9yc3pB
Si1UUG5pLXFpMzdCd3VVbjlrd0lwSEJyLWlrTHowMU1WVDZWUk4wOTcwcFBGZzEtcDg4RjFNNE5a
cWs+ICANCnRvIGxlYXJuIG1vcmUuDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMgMTYwMA0KQW1waGl0
aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdvb2dsZS5jb20g
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81b0ZrdW5tSTNrOFlKMnJMcmNvWU4ybklHNFdiVTZYMUlK
RUxnZWhSYW81YmpzeWxhbm80bEI4alg2QlZLSVh2d0hHQUtwUlZkY0p4T3Q1RUQxSnJPbGNiTm9E
Q3NiTkM4MWF5Y3JMM1ktNy1VelVhMFhrSmVRZkw4ZWgxeVhrdmY5LTctTT4NCg0KWW91IGhhdmUg
cmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFudCBjaGFuZ2Vz
IHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--000000000000756595063b984a61
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/43511421905003323=
71/profile/verify?hl=3Den&amp;pin=3D68117&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5pKACp6FPjszmbe7dCB6AIeB4NCEmhc-CurjZO3cxRFIOgX6QguiLks-rkEpGq1NEKT3Oo4=
zBM-7FDbcMmWHP8SWn4RVSWnRx6ZZ3ZIZWT8vsrVBGWvwC4>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">68117</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4351142190500332371/profile/verify?=
hl=3Den&amp;pin=3D68117&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p3yTCoxgA72rV=
yEzUrUg73-R-cmitsG5AeIESRit_Lk1gOH2miA1H69EjBOLdvQDA6iPnmvkYYCgWTDJwMPUaKp6=
QyKGi2JSKV0i5U4gNT_h1HlGqxVvvf2q2ClbaDWQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4351142190500332371/profile/verify?=
hl=3Den&amp;pin=3D68117&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p3yTCoxgA72rV=
yEzUrUg73-R-cmitsG5AeIESRit_Lk1gOH2miA1H69EjBOLdvQDA6iPnmvkYYCgWTDJwMPUaKp6=
QyKGi2JSKV0i5U4gNT_h1HlGqxVvvf2q2ClbaDWQ target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4351142190500332371/profile/verify?=
hl=3Den&amp;pin=3D68117&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p3yTCoxgA72rV=
yEzUrUg73-R-cmitsG5AeIESRit_Lk1gOH2miA1H69EjBOLdvQDA6iPnmvkYYCgWTDJwMPUaKp6=
QyKGi2JSKV0i5U4gNT_h1HlGqxVvvf2q2ClbaDWQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5owP3F9QovsKm5Pdo=
u6rn4g_JPusWtifZnb_UuVcK26tvtQ39xvGqLHUChZvdjYgIbGeUuoNUE3xnOy_J9_exxh_qwKx=
RP9h3O4eqAOcRtUMkbI-jmyZQ-rIRsbZynQHAeXd0Z7mDql9dj20VVYvZpYlwP0Qw style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">sales@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4351142190500332371/profile/verify?=
hl=3Den&amp;pin=3D68117&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ptb_c2SoS4Elg=
A9hrD5a6gcSbvza2y9Me8ITuXlpurk-Scvuu5m2YhZh3_qTVvKDc-rit4Wkd_8C3yD1BeQ6xb5G=
HuOOcy9I8laZZbHpIlBIi551ynmhGBdxEh5YhMwgoh2Q target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4351142190500332371/profile/verify?=
hl=3Den&amp;pin=3D68117&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ptb_c2SoS4Elg=
A9hrD5a6gcSbvza2y9Me8ITuXlpurk-Scvuu5m2YhZh3_qTVvKDc-rit4Wkd_8C3yD1BeQ6xb5G=
HuOOcy9I8laZZbHpIlBIi551ynmhGBdxEh5YhMwgoh2Q target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4351142190500332371/profile/verify?=
hl=3Den&amp;pin=3D68117&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ptb_c2SoS4Elg=
A9hrD5a6gcSbvza2y9Me8ITuXlpurk-Scvuu5m2YhZh3_qTVvKDc-rit4Wkd_8C3yD1BeQ6xb5G=
HuOOcy9I8laZZbHpIlBIi551ynmhGBdxEh5YhMwgoh2Q target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5pl4uL8RcmTeAt1PmxmK7E5fBKqr2gEP8FEl2xfEIooI0dJRV5d0vsqS7CABTk2a3cV0Rw=
obHYpckIwwefHX7Sedz8lPyo9Y9iGyudfYewoXoZHlQwftGyRKfpsUZRFX2m7VikTNmIp-eR_jd=
8kk3UMF3Xm8-S75pNhxT0uvXa49w style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5r6RAlFeTnwW8yG6M3UKrndNX3elrdlQI-v6-oyWy6gbuD8QGvfWZRXPNAL58YMG38R2QCnpC0=
zwlsQDfPYQ4NADCRgTae44aEXtlaPjVFTEpoSZZFzprUf_F0NHWQ23bavjTDFQA style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pv99FrOGHkr1b4o1nnBSMBLTmB8Dk6E4GosMCajZvGw4OyPSRnl_ZfgF-oNBe1-i=
My_ojXoThTJ1_zZ1K3ngt-XEw2LZ2TNoE5uIF4caOCItumLJCtBXxxndIIkhpYMZlzLw.gif></=
body>
</html>
--000000000000756595063b984a61--
sales/cur/1753113414.M757120P2215794.premium320.web-hosting.com,S=53600,W=54757:2,S000064000000150540151007557640020323 0ustar00Return-Path: <3PGN-aBEKAEc5x0t1yjln-wx0nyu7pxxpun.lxv@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id sG+kLEZjfmhyzyEAVkXPrw
	(envelope-from <3PGN-aBEKAEc5x0t1yjln-wx0nyu7pxxpun.lxv@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 21 Jul 2025 11:56:54 -0400
Return-path: <3PGN-aBEKAEc5x0t1yjln-wx0nyu7pxxpun.lxv@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 21 Jul 2025 11:56:54 -0400
Received: from [198.54.122.200] (port=51317 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3PGN-aBEKAEc5x0t1yjln-wx0nyu7pxxpun.lxv@scoutcamp.bounces.google.com>)
	id 1udsso-00000009IUg-2Q0k
	for sales@24hourwaterdamagerestorationlongisland.com;
	Mon, 21 Jul 2025 11:56:54 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=E63RMYU4;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3PGN-aBEKAEc5x0t1yjln-wx0nyu7pxxpun.lxv@scoutcamp.bounces.google.com designates 209.85.160.199 as permitted sender) smtp.mailfrom=3PGN-aBEKAEc5x0t1yjln-wx0nyu7pxxpun.lxv@scoutcamp.bounces.google.com
Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bm4lK1vYYzFyHT
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 21 Jul 2025 15:56:45 +0000 (UTC)
Received: by mail-qt1-f199.google.com with SMTP id d75a77b69052e-4ab3d27d53cso121455191cf.2
        for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 21 Jul 2025 08:56:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753113404; x=1753718204; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=uBnDMBVrPv7C/+vLnXbcaTjukx/rY46m5+nF0r3BFvI=;
        b=E63RMYU47ZUcOA/0qEtUnBfcnA+aZ2oLF2H1nyScyB5m25oqiLAL0tpwzplpheigGa
         dXbBRyg8H+0zmH1pycLyQ+BcgZi5NyeJ/iMWsrqweDzn1RNhJuCjkTMNXViqVwPhZV3m
         VNrX/Rt/htpz9QpF/pmRrZS35uFsFmvM9SppBds5pRBPCh6oXkpiMEN+YpWpzw8pZgqA
         j9M3evt2ZV2OpaubFInY5vP5nJv/o9BB7+r7rv4l+KHBzy8fGEWWqwBQ8BQ4e4pwS5UC
         qs8lqf+RJKEaZ687OqSvHgHVdCy/ukpEwTNgBv+KaqicDA/qRf2H0U9wd2ruIRM5ODDz
         hrDw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753113404; x=1753718204;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=uBnDMBVrPv7C/+vLnXbcaTjukx/rY46m5+nF0r3BFvI=;
        b=A3Fn4KG7z0eIZ+ha5H4Qkqp32OmszLdL9gZgs0WStoxVG9/EIHFwOPbWIIT24LeNDc
         XRq70AnbJMX00hgZoBUTbWJwyfH2735r2B8lgrf2buSxO8Ko36SzASvyXRLV3O5SrnR1
         t1YR6aISzjW43AKYx3/YzieT1FWuUIiqKzr7z83F7ylJkJw++AdyChV8EQuYje6g7QJa
         Xf8xi7xtPrre27x3C+rHK7HJelAwXgjxdbVGSb6gLYmIwZYoDEJnqAk65fLg5wDKpBCR
         uSGYs3tSJD+KOloMJmUFgJvXivI59OCpz6KlLQX2gXYm44fEJQOKTdh2g56CGhjAp5fm
         cFwg==
X-Gm-Message-State: AOJu0YwqIvG3Er26q590b0mOCzZmVWSAMbJFt6rwCAkaBa1z+UbCf3TD
	BcAPgR636FzmdV98jxL+jJp/GHBu6lTjIPaxqUoL902OQeyn4VSL8sH97Kl3
X-Google-Smtp-Source: AGHT+IFa27TMJdG8e1/GS2+5HvSPwJtdfGSR428KK/OV20RzsCIPqZ1uJVZGLcRKDupL1yWXX3DWz74=
MIME-Version: 1.0
X-Received: by 2002:ac8:5d91:0:b0:4ab:751e:9d97 with SMTP id
 d75a77b69052e-4ab93df45d2mr275037911cf.49.1753113404663; Mon, 21 Jul 2025
 08:56:44 -0700 (PDT)
Date: Mon, 21 Jul 2025 08:56:44 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140155
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5rYIbtQT7TFJTEqNXoXpmU2SA4-temBhlxDBMTQMn2-_3w6RwA65L8acsd8cW7OB8ZvgyxbvDBOPijGGBvJV9H0P7kRoRUVE44zyBfeG-9GcCrDGpH6Iosooaf3iWXglUP8jlspLcsB_pmjk8YybFUrF1B_Dz503F0Enqjw5_WajA72DyEu0K6a-INMBO2Q14f5Hg2CztL_uk7lCf3Min3QrlqOjzlQlBegh1h8Z7YVpSDL8CyLU64yeN3ftOKBjHGh2kFvr8etOtp_MkuLqKYgGpPZdp_Bow7_AZn9deQgpgtdm9gzaxzc4OxUZVBwP8qFVAqc8YMT7SPoSky2do4L1dWRk4EP2DIBLJBIWV9BAxw?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509425-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: afce347fac5a0000
X-Notifications-Bounce-Info: AWoTSIHO-n3TXlO9Ec6Tg5vFQFfDysc6HbxHXJAcoIITFyH1ebCLF6hzPAo43eo5nMu11au_8qZbLoBGR4rp5GL4nAb8oZTlz4vVaKO_TeZcr0DI267R6EsxB4fOSsAlQoac2KAqiYt7N4nkhpGlEac-8-xC0cU228JkIbPy89nL9SG7W62vY6ATXbd7FQJpBNHeORQZUND28j0oiAhNAwJ__l_cVYBVVepm3dNmzbqFIRFVeJoFzn_PneqATxjd8UITMdXtdTyOWsPD79xJrzx3LaNYvUfQRX1VMqz0kTh0sJYROQMH3Z5bgB6zY9l4b2XyW_5obhpIJCJxszKMvDdwVbVKdDnCKGDg8KwdCVLvxrxmNbdlK6AWL7J2kKguzNAMwtP0u4U7i9179-bu8LSbLAjSk1-_P-dIj9Cr0WS6O9j4qSw7Un7Tqu5ezlhlfjf1687cjZw_KlSh826WUs5mjaesoM091UAFvRBDjdUm7qT1_5TXZ5k1LVA9_QNK4_G34YdjvWGRH-W40vh0hlEBGjrLrks5YELc5FJhxADAEzMN2LZbWfCNnTKButaSw1uLP_KI5X5igSt4187V5yE_EFKFjRbaYpiGI5Wjv3dgfYT6c1Eev709Io55MJf7_9TtJSP3YxYnb0rFwGAj_IsoUyqmZdl_NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <019da285de868496a4e15cac09978a4444f2f197-20189259-111088867@google.com>
Subject: 3 easy steps to get started with Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000bc6793063a728552"

--000000000000bc6793063a728552
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

SGVyZSdzIGhvdyB0byBnZXQgc3RhcnRlZCBxdWlja2x5DQoNCg0KDQotLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQoxDQoNCkFkZCBvciBjcmVhdGUgY29udGVu
dA0KVXBsb2FkIGV4aXN0aW5nIE1pY3Jvc29mdCBPZmZpY2Ugb3IgUERGIGZpbGVzIHRvIEdvb2ds
ZSBEcml2ZSwgb3IgY3JlYXRlICANCnNvbWV0aGluZyBuZXcgaW4gIA0KRG9jczxodHRwczovL2Mu
Z2xlL0FOaWFvNXEwZ3hVOWhvMWItZVFVLVk3akpSY3NKN3hsdGJMWTNwT28yTjZBdDRwejJ3RkY0
UTBMc0pKV0dqUjIzVXEwUUR5ZDczTUc0RV9rTXo5QU93UHNqa2w2QWVFZjl5SUcyZFQtRDFsWGFz
WWFWZz4sICANClNoZWV0czxodHRwczovL2MuZ2xlL0FOaWFvNXJDTnFjWTBrZV85eG9JN2tZRmcw
bFVSWDh1R0VXSDE3SUxwdll0ZHFCQml5UHd6aGp3T095Q1BLa3dkSUtFUzVuRzNxZVpmSHJRQ0Jn
RGNaT3ZPTldFZllKMTRpdVQzYVd2QTBmRjk0VkhIa3pKZFpvPiwgIA0Kb3IgIA0KU2xpZGVzPGh0
dHBzOi8vYy5nbGUvQU5pYW81ckdhUHI2c1pkb0szRlU4U3lfSXFjd2hXVmhsTGZmQS1qdGE2dkNP
d0sta3hWeW1oRUo3Qzdrd28ydUM1WlFFQmdjbkxJUk5kMWJvNV9lbmdOOWFkTVZ4Z3VvX2wzOVFY
S0ZJTzNpSmZLZmx5aF9pQlE+Lg0KDQoNCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0NCg0KMg0KDQpDb2xsYWJvcmF0ZSB3aXRoIHlvdXIgdGVhbQ0KU2hhcmUg
Y29udGVudCB3aXRoIHBlb3BsZSBhdCB3b3JrIGFuZCBhZGQgY29tbWVudHMgb3IgYXNzaWduIGFj
dGlvbiBpdGVtcy4gIA0KV2hlbiB5b3UncmUgcmVhZHksIGludml0ZSBwZW9wbGUgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81cFFCSlZOZUFXcHRkSXpiOUFucV9Xejkxczk0SGNWLVZVM0cwc25Jd3Zk
bGhVZG0yNWp3VnVFNVdvQmZlcGJPZXJVeHV1RTQ3N1A0RG9YWlg2amJMS3BfbEFqaFlRNHEwbkFZ
OWVCR2R0MjJFQmtZRUNNclQyUTFPcTdBVTU5cFlKM2NmUVlubTNiOFJXdk5meEVnakNOWWVULUdL
eDVKQ0pTTUNBdnRPMkplUzhMaG1mcENNaGRsT3NlX3ZPZlVyWDFpZnMxc0ozampMODlxZEpSNjE5
N0duZzFCTzZ2OHBTWDM0Vk9BR3dRNHV0SkgyNjJMVzNvX0lWeGZWVV91Smd5ZUZibjZYRzVEOUlM
Z1lBV0NZNUwyaldvd3ZEZjNEbz50byAgDQpqb2luIHlvdXIgdGVhbSwgYXQgbm8gY29zdC4NCg0K
DQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNCjMNCg0K
U3RheSBvbiB0aGUgc2FtZSBwYWdlDQpTY2hlZHVsZSB2aWRlbyBtZWV0aW5ncyB3aXRoIEdvb2ds
ZSAgDQpNZWV0PGh0dHBzOi8vYy5nbGUvQU5pYW81cU8ycjJUUjA4eElfaHpsUWJrZ0hZcHY1b09H
SVlMZlozQXd0d1BiV0RQMUpQR2VDV1JGelpPSmU4UG9pRG4zT3UwSi1MMkxJVWxXcFpTbTJ0dDEw
ZGtHWTRjOTlsbGJVX1Q5UmZkNHlUN0RrXzBKNU1DS3FlRldrOTh0aTBBWE5kMk9ab2ZHbW9VeDZl
dWQ5ZGQ4azM3dC1kcGV0NkN0YXFyR1ZXeF8xOHpHend3M01LX1BGb04zbkNRSzM1N0hEaEpSVnRf
TDFiZkh4MzZDU2hfOGQ2bndsRXdib3lvOTBaOHlrd2Q0bGlpNC1NanB1NkZRN0xPZnhlWlF5dXNG
OUlPTnZBMG9ia2NkSGxvZVJnTGRrZEtuMHM+LCAgDQphbmQgY2hhdCB3aXRoIHBlb3BsZSAxOjEg
b3IgaW4gU3BhY2VzIHdpdGggc2hhcmVkIGZpbGVzIGFuZCB0YXNrcy4NCg0KDQpZb3UgY2FuIGRv
IGFsbCB0aGVzZSBhY3Rpb25zIGZyb20geW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KR28gdG8gdGVh
bSBkYXNoYm9hcmQgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cWhDQXFVWUJmaG4tcmVsc29ma0hp
OXhwWUFYOHZDbllsdk9zdnFlX1JJMGpJcDZwWVFjVW9UbE5qRVVybkFyb2QyTHBxd0todTk1Q19L
ZmppeE9ibEVUeTNfTmRWOFlCdTJtVm03MlZSRHJGUDFPRGVtZnQxYm0tNV96TGwzVURKaUVGTDJy
cDN0UHNUdXY3bEhXVV9VYnViSFRSUmdUdWlfNnlBbEJJZkkwUC1WVEQ2dDJTX1dvZHdmSG45QU1q
RkNEUWFYakpHb1AwSFl0bUJTSS0xWm9leHI5Nmx1STRHaU91TExub0FyVDFNMThieHQ5d1VKcGJG
aE92TGxhdTlmWUZ4U0M0b0h1a1BfUnRkTlVkbUlpdkdmU0N6QmxvWEJGamo1WFJMVmE1ZkhkazA+
DQoNCkhlcmUgYXJlIGEgZmV3IGNvbW1vbmx5IGFza2VkIHF1ZXN0aW9ucyB0aGF0IHlvdSBtaWdo
dCBmaW5kIGhlbHBmdWwgYXMgeW91ICANCmdldCBzdGFydGVkOg0KDQpXaGF0IGlzIEdvb2dsZSBX
b3Jrc3BhY2UgRXNzZW50aWFscz8NCg0KQnVzaW5lc3MtZ3JhZGUgdmVyc2lvbnMgb2YgYWxsIG9m
IHlvdXIgZmF2b3JpdGUgR29vZ2xlIGNvbGxhYm9yYXRpb24gYXBwcywgIA0KaW5jbHVkaW5nIERy
aXZlLCBEb2NzLCBTaGVldHMsIFNsaWRlcywgTWVldCwgQ2hhdCwgYW5kIG1vcmUg4oCTIGFsbCBp
bmNsdWRlZCAgDQphdCBubyBjaGFyZ2UuDQoNCkNhbiBHb29nbGUgV29ya3NwYWNlIEVzc2VudGlh
bHMgYmUgc2VjdXJlIGVub3VnaCB0byB1c2UgYXQgd29yaz8NCg0KWWVzLCBHb29nbGUgV29ya3Nw
YWNlIEVzc2VudGlhbHMgaXMgYnVpbHQgc3BlY2lmaWNhbGx5IGZvciB1c2Ugd2l0aCB5b3VyICAN
CmN1cnJlbnQgd29yayBlbWFpbCBhZGRyZXNzLiBJdCBpcyBkZXNpZ25lZCB0byBlbnN1cmUgeW91
ciB3b3JrIGNvbnRlbnQgYW5kICANCmluZm9ybWF0aW9uIGlzIHNlY3VyZSBhbmQgcHJpdmF0ZS4N
Cg0KSG93IGNhbiBJIGdldCB0aGUgbW9zdCBvdXQgb2YgbXkgbmV3IGFjY291bnQ/DQoNCldlIHJl
Y29tbWVuZCBzcGVuZGluZyBzb21lIHRpbWUgaW4gdGhlIEdvb2dsZSBXb3Jrc3BhY2UgTGVhcm5p
bmcgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5pYW81cmxycUtvcVpBZ2VuT29XRE5qM2gtUmZF
MTlOQzJ0RXpqZmJHdExKNXFjRk1JRG15OXhYRnRBTXJkRVZWcllpSjA0OUFodDZfTHhQRzNoT2Ri
bEVUb0pYMTl3N2xOTm1aal8zcXRVZU1NbjBkYWNETVI4OUxpNk5GMUE2MmVOM2JWRHJlMHA5dElY
TWR2OG9XdEp1dF9FcXdCSGdLMURkWEFzRkE1cldNaEpVNDBOUmE4V1V5MFdRbklJSHd4MklyZHU5
cDBQSVZhejBsUUlxRjJObGx1THZZR3Bjb2M3TTVXNEZCRHJMZ2hlNnpRc1J5WEpGcHZXNHJSdmpa
LUk5U2QxcGFkZmxXYjduYTM1a3BsY19sUmUxekVNNmNRRHBjeFNKaW1IVERRTUFkMThPVVpmRmNV
LVVHbEhFd1J2YTlBPi4NCg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXJOM29TRWhBYWl4amJvc093ZVQ3MjlLVmhoNFhDcXpjS0k3RXJTcnlWeXhrSThFaFpuUzNwdVdw
Q3FZUVRGbzN0TDIzZGJzUWxjdm10czE4SjVhV3U1NUdTUVExWEtPckdoNHVwejRmS0lJZFhMVjNS
VGc1dXhud2M1Y2UtbE1EUXJNUjBkMzFlVkdSUmE+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNXBRQ2Y4bkRhcm92LVJwTGR6RGkwekNSaHVFQTU3Z2xhTDRBZ1pQb2xwVTlVQmk0TlhZ
RmlPY09KOFZHSEFIMWZsTFNlN0xCRXZtcDJQX0wyckFJUk5ISFFqVWlNVmRXOFQ5NHl2NFRqUGIx
dWgzR19Gb2dSa3J2ZW1rQTYyTnYwd3ctVGlldEhZPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5n
bGUvQU5pYW81cmxrUjczcE02eklENHM5WnAzVURzdmRqNWY3UXlHdG5pTkxXN0pzNHVEdlhINlBD
eUx2cmFQTEtndUQ1Q3BteEZUb3FQb3N4X2MwcFVnLXNSTFRva0tDMUktUXJWY1B1cUgwT3BZbGFQ
d2hiRU50VEdNLUR1czVHUU9YbEVoNTVOWU0wVXhJaUNSa09BemtUYXhIWWVKNWhGcjhVaHg+DQpG
YWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxS2hMUk0ySHFlU0NiblRHVDJrc3RvVS03
WTRtNm1vaWtfekFYOVFEenluT0syemdYNm9vcHk2R2g5ZDdueXM4UHFwODlLbjdzNDRwTjR1VjFl
dXdVc256OUZHZXFmODZ5N3pFZUtoX1E2S0dHYmp2QU1ZZjU3NXhzTC1jZUpHRlVnQklUYnlwWHlZ
ZVRuZkVzPg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXE1ZXJndVp6aXNBR19J
RjFTSXctWUNTZXhXU2N3WHVKdXJuYUpBZXZWQVhsYWh4N2I4MExYZVQyVEVKLTdtcDNQdHAxQzJZ
ejc0aDJUZ3R0REJ0SUN2ekNNWFNOQ3dLaUpvMW5hb2JiS2lEcllGT3hkSTRBZUxzY0tVMTJKTGly
NmRBV2w4enZ3LW0yaVlybXVsTVh3Pg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJr
d2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBzYWxl
c0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gIA0KYmVjYXVzZSB5
b3Ugc2lnbmVkIHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRhdGVzLCBhbmQgdGlwcyBh
Ym91dCAgDQpHb29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0IHNvbWUgZmVhdHVyZXMg
aGlnaGxpZ2h0ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBiZSBkZXBsb3llZCBieSB5
b3VyIG9yZ2FuaXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0KcmVjZWl2ZSBzdWNoIGVt
YWlscyBpbiB0aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVyZSAgDQo8aHR0cHM6Ly9t
eWFjY291bnQuZ29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVuY2VzL3Vuc3Vic2NyaWJl
L2d0L0FOaWFvNXFtcHFuZVVoQkgtV190V3pzV3I4WjE0aWlBUWJRWWR1TUN1bWthc1NqYW05X0o5
UERSRVVIdGFDdzNiRGlXcDk2VS1vcmVmY0E4M1NLMGFHTENuamJXRE5vcTI4UFhPZ2lDY0FFNnBn
b040VUpuVUV1aEprWkRVNU1Vd242NXJ1TFFKdHJ0YVdFemEta0VZTTA1dU5xVE9QdzJ4SkN1RVBy
bktjeXZMNHd6dXJNbnJwbWZvTnlLVTlJX1luNUo5UWpTNVNiS3oteERHa2dFcjFGWG5yZ0dYV3V1
Qk5WczhrdlhDc2VGc0JTY3NEWHM0M0o2UkNUeXRHVUR0c3YyVEdvV0wzME92UkNycURfc0lPTEZi
Sm9laWZ0eGF2YjRkMVhnVU1Db2o4MExheEx0NDBwclg0RHU0REphbTdSRUt0b0VqazZ4LUJiNWw3
QnRlSDY3STZEVzUtM080c3MzQ202cmhXRnRfVmZxP3V0bV9zb3VyY2U9Z20mdXRtX21lZGl1bT1l
bWFpbCZhdXRvPXRydWU+Lg0KDQo=
--000000000000bc6793063a728552
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Get started with your account</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Here's=
 how to get started quickly. Add or create content.&nbsp; &zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:24px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here's how t=
o get started quickly
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:13px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->1
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Add or creat=
e content
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Upload exist=
ing Microsoft Office or PDF files to <span style=3D"white-space: nowrap !im=
portant; direction:ltr;">Google Drive,</span> or create something new in <a=
 href=3Dhttps://c.gle/ANiao5qAEojAuHFwLkQt1I9_1nWejwwhvAaQvYEGrReu4Hk92GN3_=
y7ZFSYAFWlQQU2CKTZ9NgqCqkV3AhrtJwZI0VPTVIUKxrQ0Xmkq2mBjk5ABuKh5 style=3Dtex=
t-decoration:none;color:#166FE3; target=3D_blank>Docs</a>, <a href=3Dhttps:=
//c.gle/ANiao5rZ5yCynkONSLLtQhmsCmEaIcUVJAKUgRDroTe5JNb-rFUDbsWiQbZHCwxC0ce=
8E2Y78YyHd4cpX5MGVbFsLq42xUK0umpz30eS6Rvdl67p9uZrO2qbcw style=3Dtext-decora=
tion:none;color:#166FE3; target=3D_blank>Sheets</a>, or <a href=3Dhttps://c=
.gle/ANiao5pzyssFXAyr_YpUKcSrU-XCQmtZOMmqMALpVU7fKQGpaOyQ2kF5rQ_hV480yV2EFP=
nS7QiNQmjHEAQDT--GpcS1Vu7yLGch3oByZ8iyxNDKWTvfUTWCnQ style=3Dtext-decoratio=
n:none;color:#166FE3; target=3D_blank>Slides</a>.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D14 style=3D"height:14px; line-height:14px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:32px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->2
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate =
with your team
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Share conten=
t with people at work and add comments or assign action items. When you're =
ready, <a href=3Dhttps://c.gle/ANiao5pZAwkgD3PDD3_Ne8wjfWg09UVE3ZkCI6plAdYw=
tgK9ypFpNM4ttwvMrEJoaQfJo4KPScC0MOHnDIkaitVJQWnK0luQwa0cixJ9mLT_6_3CjCLDXd-=
1uvCnRCGLW8azrLpRq1XPffY3i5EE1nde5VsEjJD1QROKNZUgYgO2UpF346zbiwCCJFXKXspmPV=
zi-EiFSFgTIROTVlHctx4xf5WUOHRM4RFNH9yzjcA_c1N6Uvzu_UPhVBOGxm4IONrUoV2j7MZ7q=
Uwgs89RSkuyGqPWgsdeKkd6gq_Fug style=3Dtext-decoration:none;color:#166FE3; t=
arget=3D_blank>invite people </a>to join your team, at no cost.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D12 style=3D"height:12px; line-height:12px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->3
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Stay on the =
same page
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Schedule vid=
eo meetings with <a href=3Dhttps://c.gle/ANiao5rqzRLPs0dzRW_hpg0i2f7BJKqCnn=
f85VL2zdia6644xCy_WHC3KE-17UQL7yJBepzMX3z6DclupYQ4oq_3ab5-liMu-vCA_psQAWe1Q=
6lPFBqCAHTXDDUvPNTqj3EugHEAbxxkvHJ8nVkg-_KpBKL7UCFWJcDjoaZYpE70cXWtKIoPWz1g=
K14SnoI4Ysl06UTJCPewttG_oh9VakPbZm5LssSk1NMzRYJRkfsqrYzgz2NYxaFRTs-HV4PHPqs=
2amN26M6CgTt77fYQ-9MMiecg7jitOA style=3Dtext-decoration:none;color:#166FE3;=
 target=3D_blank>Google Meet</a>, and chat with people <span style=3D"white=
-space: nowrap !important; direction:ltr;">1:1</span> or in Spaces with sha=
red files and tasks.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
 </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:40px; paddin=
g-bottom:16px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can do a=
ll these actions from your team dashboard.
    </td>
  </tr>
  </table>
      =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5rM1btIsQBsLavEmty7PtUScmLyhcvwV4Zwu4p9kfNb9t0s3SwNBWX7cZ=
8mCDuM3v0MQUf7QMLPVBCkPltrGu-FMExqrt1gu5v8Si52A84aoWeKLx3n5WkBjVFS4xLfoYF5h=
MVm5PYu14zX208etD40MatUI5dHg1WApcLiuDexscYqRNgTj5AGQkYYDzVBvI2QYq0DjXkDAwB9=
zCnZM5kQZtW4do29zw8V8INHzAdVPKpsBtqn0oHU7j0F-WCDySCjis-e2OTFtGsd9-yyVB5S9GA=
1AzhrjoP026dgiZMeSYxp8h8Zgw" style=3D"height:50px;v-text-anchor:middle;widt=
h:210px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"=
#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Go to team dashboard</center=
>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5rM1btIsQBsLavEmty7PtUScmLyhcvwV4Zwu4p9kfNb9t0s3SwNBW=
X7cZ8mCDuM3v0MQUf7QMLPVBCkPltrGu-FMExqrt1gu5v8Si52A84aoWeKLx3n5WkBjVFS4xLfo=
YF5hMVm5PYu14zX208etD40MatUI5dHg1WApcLiuDexscYqRNgTj5AGQkYYDzVBvI2QYq0DjXkD=
AwB9zCnZM5kQZtW4do29zw8V8INHzAdVPKpsBtqn0oHU7j0F-WCDySCjis-e2OTFtGsd9-yyVB5=
S9GA1AzhrjoP026dgiZMeSYxp8h8Zgw style=3D"background:#1A73E8;border-radius:4=
px;color:#ffffff;display:inline-block;font-family:'Google Sans', 'Roboto', =
Arial, sans-serif;font-size:14px;font-weight:bold;line-height:21px;text-ali=
gn:center;text-decoration:none;width:200px;-webkit-text-size-adjust:none;ms=
o-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" target=3D_blank>Go =
to team dashboard</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:18px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:27px; padding-top:56px; paddin=
g-bottom:24px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew commonly asked questions that you might find helpful as you get started:
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; font=
-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->What is <spa=
n style=3D"white-space: nowrap !important; direction:ltr;">Google Workspace=
</span> Essentials?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Business-gra=
de versions of all of your favorite Google collaboration apps, including Dr=
ive, Docs, Sheets, Slides, Meet, Chat, and <span style=3D"white-space: nowr=
ap !important; direction:ltr;">more =E2=80=93</span> all included at no cha=
rge.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Can <span st=
yle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</sp=
an> Essentials be secure enough to use at work?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Yes, <span s=
tyle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</s=
pan> Essentials is built specifically for use with your current work email =
address. It is designed to ensure your work content and information is secu=
re and private.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->How can I ge=
t the most out of my new account?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:40px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->We recommend=
 spending some time in the <!--[if mso]><br /><![endif]--><span style=3Dwhi=
te-space:nowrap;><a href=3Dhttps://c.gle/ANiao5qRonEsSEdCCu6IMGtOoxt18tu8n9=
ausBRHnH0tHtshxSbl1_yU0Y6K97IGkzSAdPnm098P3nDLE6hM8EkOxX_FCwJ2Omak9nf-1GUXQ=
ZdIFo-nxWlxATtmwC3I-5vzKky-CKL4AFVPlIPYcaE_eECbhiAoUhnOFHcyJ__VSyksmYnggOMR=
eAUA6o0CrMon_9ITu5UzxAymFZIt2zzKW-AoysDK4QIJQjp2ffZtaGIGEQHAN4_FVHJChg7Tj9C=
hYHHFhv7ZElBZbAdNGnDzIvMOSgqEhQ9FzKJbdY9dz9yWhOZeyB8nlPgEZTAOdJYmz7J1fg sty=
le=3Dtext-decoration:none;color:#1A73E8; target=3D_blank><span style=3D"whi=
te-space: nowrap !important; direction:ltr;">Google Workspace</span> Learni=
ng Center</a>.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rV7iLaqxO_Gmzbo5rklLNXFBAiKX0a3ORBlVs=
r_suM82R2IZjylU7gpVup_BDE-Js7vH2-gjTAZ9dj3BJpUXSbK4eaVPLvqNGOUREeqFL6FmvHE3=
jJ_9jcFFz6u_v-dxhXhdPLiWIKT2vDIZQ target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qziQWUkU23vn01MjNLa9fY-9TBQbeqtB5_P2Y=
tZvGPVQc-db8pUwg0TD3MAWbTbBFh2hsftEgI_2eyUxK9CAuph0AMRXB7k1GqV2V56iWqFc0Bbu=
K9yXgAsWyz25BBA_09ockk9oqTvQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qP9ZOsVYm9Xff8c9VuCIAoFo_gSthLPbtq8R5=
TY4akjtQcQXESD-4uZdl3ZhvI6TvvD9mW8xN59zfHQfCIAl_06q51rcEz0Yf_5q7DETzNN6nrwX=
brVRhHM4bCBCy6sbxkriPAL6bXgIwAiGBe6Kj6gpFfzS5YT5w target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q1RcktIz9LJuT-VEepQLVtAEwL7ii6btpFppX=
MwGBcg7RZL69Lwu3QN8jVdsM6JlKsAnL5vtVuRNPgTb3BJSvI3bInUVJMS9rL4A5nUWvpvF56ul=
8Z1nolEPm4ug7eQSel15IqaLw4VpyuoRo5Qg target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q3ugfwkYXNJ6lMsZS0xq9vfYKVBIG2el9jxUn=
GXs6KkQcth-wJWSYaGkN-aATXL1hryyv4y0wH9rKPMTPex0Y5Mo2_xTrzId7A07uIeJm0Btc7eX=
WXrafbZmfoB-gnrPBlzfmLAdXCwQVE9o1zS62zNw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to sales@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5rYIbtQT7TFJTEqNXoXpmU2SA4-temBhl=
xDBMTQMn2-_3w6RwA65L8acsd8cW7OB8ZvgyxbvDBOPijGGBvJV9H0P7kRoRUVE44zyBfeG-9Gc=
CrDGpH6Iosooaf3iWXglUP8jlspLcsB_pmjk8YybFUrF1B_Dz503F0Enqjw5_WajA72DyEu0K6a=
-INMBO2Q14f5Hg2CztL_uk7lCf3Min3QrlqOjzlQlBegh1h8Z7YVpSDL8CyLU64yeN3ftOKBjHG=
h2kFvr8etOtp_MkuLqKYgGpPZdp_Bow7_AZn9deQgpgtdm9gzaxzc4OxUZVBwP8qFVAqc8YMT7S=
PoSky2do4L1dWRk4EP2DIBLJBIWV9BAxw?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000bc6793063a728552--
sales/cur/1756119829.M341554P3950400.premium320.web-hosting.com,S=24651,W=25428:2,000064000000060113151007557640020203 0ustar00Return-Path: <3E0OsaBcKAJY1KI8D4IIFHE58B4-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id oK0+FBVDrGhARzwAVkXPrw
	(envelope-from <3E0OsaBcKAJY1KI8D4IIFHE58B4-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 07:03:49 -0400
Return-path: <3E0OsaBcKAJY1KI8D4IIFHE58B4-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 07:03:49 -0400
Received: from [198.54.122.200] (port=47154 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3E0OsaBcKAJY1KI8D4IIFHE58B4-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>)
	id 1uqUzN-0000000GeeP-0h8w
	for sales@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 07:03:49 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=2N9MBRQB;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3E0OsaBcKAJY1KI8D4IIFHE58B4-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com designates 209.85.219.200 as permitted sender) smtp.mailfrom=3E0OsaBcKAJY1KI8D4IIFHE58B4-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yb1-f200.google.com (mail-yb1-f200.google.com [209.85.219.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9Sb82ds8z55gD
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 11:03:48 +0000 (UTC)
Received: by mail-yb1-f200.google.com with SMTP id 3f1490d57ef6-e9537232b01so1888935276.3
        for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 04:03:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756119828; x=1756724628; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Zm9L3pKOe7EyPx3BLMT1KgaFtFL/K7N44rDnDjE10dU=;
        b=2N9MBRQBbXeR0sfCm6ushlhiQzsELHMIoaabklEMR5RomjVJXuzcwSlAox771/Decs
         u4qBqUpjroQ1Ysj8tohqGsH9CsZrvoPC5k8mOyxv5mTsWmb+19cTVmRdc3+09Mx9EYdy
         MCLsR/YFi3QAZvOcYUX4aZAWFQeZgkyI4agUoCB6ww+hhV1A91+hlPP1iKrP/2MULLYv
         V8XKyf9gR2KE7TusxTIdFj5Xwy6K8Qt8xToyVD8WbFY/PoSc5qakAS0LXHTtIB+TrqFI
         iQqsstFuPgG/U3cb3oetCDaZM23bxZILXdXY///6Pna9YZY4I0oVyv55NUatpb8BIfRv
         ikuA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756119828; x=1756724628;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Zm9L3pKOe7EyPx3BLMT1KgaFtFL/K7N44rDnDjE10dU=;
        b=k2RumW5yWbgB0YkzQNaC44wZYoEV8AsnFkJRMViiyhNjtNcowBjLtq2nz5+cYm1yCW
         6JxfXfgdNva6VSslZEzg6b3G3AdVlXLj4f6pJbrG1yWjU3ZFN76gAa3i0iPt3TwGJ/Qd
         zxvxU0BNwFOO6d3K/FuAFCIdiS/HfslqkS9Fr92SSvzsJh30RCTs7ExabvNW0h3Hl4qx
         SdzdO3f3Tji0QE05kLCtakoqz3wbLQIdQQiaMfaTxIstZOkVjDtKNKnXBq09oSysgbtC
         yiZFEOtD07fw7m8U+TTwJM557OM9SSbnUGPdp2kGk3sPkIT7hU2FzKP8lk9XJ65dQKqO
         8E0Q==
X-Gm-Message-State: AOJu0YyDBeExe5uil59uBWKUH2BMhgaTdsg339rngtmCz7dlSzgGNfnK
	GPlS9+y7ivI1of+leGwbY0FdrLg7nvCnqP3kpFWk+ImRrIPpO2HfCD4zHp8M
X-Google-Smtp-Source: AGHT+IHwLFjzJNbYWFotE83ksKhKXAhl1JX3y4f3eTzbbndH2ibaCo89GEsonanBQSY9nq4wx97h3ig=
MIME-Version: 1.0
X-Received: by 2002:a05:6902:2587:b0:e94:d044:2399 with SMTP id
 3f1490d57ef6-e951c22d3a1mr15732736276.12.1756119827827; Mon, 25 Aug 2025
 04:03:47 -0700 (PDT)
Date: Mon, 25 Aug 2025 04:03:47 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: eacbbe00751a0000
X-Notifications-Bounce-Info: AWoTSIFHJy_uKw2hoiUckKbgpo1rbfSNT4RAXRIYbmI0S88xsX2COfPqju2Kui5eZXtb0y2NYuXXKN0c4KMdPYhDoGf-nXYy72Atku2I3SSkrc4hPjTNQrIGcnra7ULt-tKbwOjnaFoUH3QwfhmnM60lGOHkOIdQPEzga26U9GNflLQVfPAjIObvcsGwh5apbcL3wvoDeTldOKQd-W8f4d145QMGGo9jRu8AnJMGufn7WMWsbwIr0WR7eTrsA64r-qZDvRPRYY0sMXtmcs_ATVrLWkMSbajJDaIPgOKModOcMFfB_dgz_QpmImUJRsisaFQADJ1mgrXT4XE_g0AZUGX6QYussM1jlTXrlM4I9A65xesqR5Tk7Eq5X9v3iK7fuf7B1rAEK1TGRBWW8ULxs_bx0tUgznOMNEOcWOVTzva7i0wKOctOil42Rgt5qhnK2NPztgiPowz0ddbD1iFsyt035fQlETrxtNDQkm-Qk-W306_H0_Br1bCm4WvgEg0Hh9xOlcs4ZI-wTYO7bV5MvLJVJxYf10fF8SJ5dhrKApxDjuu3qFt1_V1JZYr_qr0z9oUTel7qWzqF_-FDDmqUyHxzRQ9FI7Fqc73ZzlpaKhIvvQekn_rKbkhRWOH0wGlONjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <d46d670b7730b7c433e033ef941c3835511837cf-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000854d68063d2e82dd"

--000000000000854d68063d2e82dd
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/16816381204980301366/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rzoiXU1EkXF7A41Umd27Udq8sLyhWgpZSjsqr8NnBqZHNlMGKnWFDSvpmttQRg6uXPFBJYL95F0g2muRd5osLqGDTnkadMDhKa-Kghwr7XuPeCT5YjTny4jcw>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5rTC6BSCJszKy9w5Cq2rn-XYtAbscAazCqRHjfEXgG5zphU73WYDByv4cHVCidDmbFiAz0j3RGlvyasO0TcVg9nwi51qt0A6jKvCGDpJ6jHxgnt99elgTHCMb4YCMZhEpwHqjmOooqXhHqHGes-bOmRFDHfbQJQN4B4vKkwEEs>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5oLTuTWL-6rlqapsrv8OVk5-G_64-OOaAvc3SyICo7oyqSyDPakzeb2LAbrlcUYA9ykThlHVZymfoDK1W61n_yJjz6aAxSpG3t7jNZUVhSjk3s08WZaeHX-b7mphlkgBV0v4bPCOECuL1UteMNATKe_CAAdssjMm2p5Yyr5Y8zunJ7YPi5TlE5jGTcqOTdRFmTezlg3qBf5XIIWmTCHh5RIsoOWfgCAqiWfn2y2JyQ>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5run_A7sQkfB3gzcIJ4tR5RwKyTApPdrCKOS6ZEICHLT2vVe3rOOfzeqMZkzfaeZ5h_97c5gOJO-hcAIYeJ0KYfou5cpQAhrvGg4NP2lKyqlb3qGd8oACfeqMsALgvRXpOYVH8>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000854d68063d2e82dd
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rw0ICIOj0OLsY6BSYbsqdk9vL-f=
5xSvAqFYQxea8Hm8vCKjn4qx1yffVAsAHsst4J4i5QfU-O4STHmM0QsPhMdc8SXmaLMeVPoBKjg=
kSKpxAhZv4HdbsCmEM8gaXMOy5i4j0iS0utqZ16Qf2Eu5Mmb7OGFPzwmL_AOKBb2m1s0SCbnd6o=
EzAUV_8QlpJqzyTtalcGGbjhhnNA02mwCwGi2NaUgUNCX-iOtWrxnyVWLQQ>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
6816381204980301366/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p3tBraYCF9eE4=
eS-0sfGjaw5sLVeAkqqtNQ-YjqDaUBSl-q5ggTNcoHQ0fjphsZgCRB95SoM2eWM5-J3byV2yiLg=
y8HU_ywdfCv8jeK4IwqiqWejLLgkuK0KoXzQ target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span>, your Business=C2=A0Profile has been suspended due to policy violatio=
n.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5rxoC1SSHCzxWaSV-NppX1w4s=
On2qBfS8xy0jJvnmHcYliKqfyn4PY38lSpuJigrCXAFZvpRnxMh0kwnqHELgaSpjj-XO8HyhzKJ=
PgsxrEjvpKIl-hf5XKS5sYbeXNetdpiDyDUketCjlkEsjr_9s0kkpDTctFYPGaj4m1tFfaAbQ t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5ooiNkO-MqxwxUbykYi6WkwlOb8C8nMGtFV7TVSbCwMepf=
P0yZqszUAJgvXw--MzjUWt-PHDIO5q1vJMIFDvC70tWFfyuB7EJ6ykk8d05w6MF322hdWlbyp-T=
npXJsDdH1tqLFQ_X8OLyXwmwBMrKcZ8rLxG_T-o1SBlAONuO6svCC8kNsJiRXYnvRET93cMGAQh=
CY6WLs3gXlNDXTIS99uMLulLfURTgTYgHAe1ksV5Q target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5ooiNkO-MqxwxUbykYi6WkwlOb8=
C8nMGtFV7TVSbCwMepfP0yZqszUAJgvXw--MzjUWt-PHDIO5q1vJMIFDvC70tWFfyuB7EJ6ykk8=
d05w6MF322hdWlbyp-TnpXJsDdH1tqLFQ_X8OLyXwmwBMrKcZ8rLxG_T-o1SBlAONuO6svCC8kN=
sJiRXYnvRET93cMGAQhCY6WLs3gXlNDXTIS99uMLulLfURTgTYgHAe1ksV5Q target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5ooiNkO-MqxwxUbykYi6WkwlOb8C8nMGtFV7TVSbCwMepf=
P0yZqszUAJgvXw--MzjUWt-PHDIO5q1vJMIFDvC70tWFfyuB7EJ6ykk8d05w6MF322hdWlbyp-T=
npXJsDdH1tqLFQ_X8OLyXwmwBMrKcZ8rLxG_T-o1SBlAONuO6svCC8kNsJiRXYnvRET93cMGAQh=
CY6WLs3gXlNDXTIS99uMLulLfURTgTYgHAe1ksV5Q target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qmRmfNdo8s6EnXrxAV2yY5F3N6Dx8G23MUeyCwLz-WWS=
SgJUqJ-hS9q9qPiU9jzLPQia18ePR-HazTI7LsE3qcZiOOIyzu0qyGpVqezkeqC5quZaYxcxo-y=
ql2GCzC7kHvMe3cAw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qQJFO8zidYQjKUwZ5DbxoEdbmPfI06XGQ03GjRu3g6reGoBvgIIPDSpHzkzF3lBI=
VBnVFEqygkkmJhQV2dNjXRe0e4JT_XrhvLIgGMNultC03DfB4bqUY4PMR1wuOGODYibQ.gif></=
body>
</html>
--000000000000854d68063d2e82dd--
sales/cur/1753954996.M606517P3877459.premium320.web-hosting.com,S=24636,W=25413:2,S000064000000060074151007557640020373 0ustar00Return-Path: <3szqLaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id QMncI7Q6i2hTKjsAVkXPrw
	(envelope-from <3szqLaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 05:43:16 -0400
Return-path: <3szqLaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 05:43:16 -0400
Received: from [198.54.122.200] (port=34449 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3szqLaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>)
	id 1uhPoj-0000000GJFW-0feD
	for sales@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 05:43:16 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=jGVbrUh1;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3szqLaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com designates 209.85.219.69 as permitted sender) smtp.mailfrom=3szqLaBcKAKABUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f69.google.com (mail-qv1-f69.google.com [209.85.219.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bt3zl6shxzFybB
	for <sales@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 09:43:15 +0000 (UTC)
Received: by mail-qv1-f69.google.com with SMTP id 6a1803df08f44-6fb5f71b363so18176036d6.2
        for <sales@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 02:43:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753954995; x=1754559795; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=32SDRqCYAnoB4UkBh+zyEaYjloGIyfqIC+WuuHb/2x4=;
        b=jGVbrUh1TGeaRAHuYF0lnz1tcQco3z2zLkIQP5sAsfNU9ndKcn1r0H+tlq2DvJRJ0x
         evpMRZdXI/7fmW/ggkB6gCM1Btq9VYC0i+Ufd8K/tXgRgH6cvThRTOp/oKh4G3CDGu1n
         7yCJDjXPoPptHtpuVHIYketqgv8J+jcG7tjs+kyCb7i2Mmt3w7cKdH34iRU+yDFMGuDR
         vsI9XYBr1EvkVGspcpZg3afgflGTHh6iHdzC1hmG2g/q9Auciikxhsoi/h3uPHM433S3
         DJ3HWNM3I56kQ2Y85G0jFLHJcskUHN9rlqVpWgyr9fmIU8Dy3HcnMXHZ7fBzeinzXBIA
         jneg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753954995; x=1754559795;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=32SDRqCYAnoB4UkBh+zyEaYjloGIyfqIC+WuuHb/2x4=;
        b=RZyCfAV5LYrCPLbpq2eztNI04kvCgnZIbMOcKYV5o6AYsovwKiyusr/7opQ5VXaFfC
         jRoyUbkF7RMjyL/2AKBL2S+M0jYxu99TQUkeWyCmZC0hr/dBdRMK9PV8JkR+qWHGKN8F
         UA4/muCeS9K8H3Cnn9jEiQNgWcuzHaT67Q/X9abUjWZcQdQlZfEEF1c7CBXDVp+TTHR7
         ++zSGdxt9BiJoxShG4bOl3zGl7cXBPhtLMDz7t3y3AN7KdZND6wGlrR7jkUiqch8bVNa
         RasHCrr+NX6U/RRza0mf/bOG8J/s68b24JzR3nLo5kx5BnWP1vBbxBkD47yL3gPndHZt
         SYZQ==
X-Gm-Message-State: AOJu0Yz2dpNplZuVg/nzdscRO1Xca/RK3jOdDjpcKNMAlJV/hW6S7eXs
	HgapU6E6CMYVO+cOoMSY+d4Zx4S9vED9tNXD6LM97Ln5Tdw/U5//1r3YJLTa
X-Google-Smtp-Source: AGHT+IHXV2A0Vhr+p4Ktr9jRdc0yWFooQ5lT84lMRJ+8/vvM8kPN/m2EVe50o5v6npAED22UUEBVRpY=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:20c3:b0:707:380e:c2ca with SMTP id
 6a1803df08f44-7076714a228mr99705776d6.19.1753954995253; Thu, 31 Jul 2025
 02:43:15 -0700 (PDT)
Date: Thu, 31 Jul 2025 02:43:15 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 941824df19ea0000
X-Notifications-Bounce-Info: AWoTSIFnmZ1FAWIrbxGc_qWfjSHSxMWgtm5vbqy_itQucYsZtBSD69rRZ-vnMV-eYwDwwHTGvBcz5bUMTtiT9z3LOeXDm5E7_XVctiZ5Xs7soodCfLzh8UsmPPKO4IWpTfinC665d9v_ieKJfk97JG0eQ20FmG8vKMdk2hJ5jATVtpAxbJ9ekKuNRxFbF92LAZLe3RDXC8ezRMy1LzjIlxYpuHerx0Fna6_Aa2lB1S9yJ-a2i6QSQ7EJpOeX0t-dev9T7x5gQ7O-1etGBpERCoEHeTd8MXyPW-Jz9uGZBZOjyI4o-xZUo9X4PmsFnVZP5hhG7_x6bqpveYiWDCxf4wpBGsw3MjoJLPFwdheqhPbFc7YxZkTjVyuR3GF3ip8JPfjB1-yF96cwEKO7FIYhYQ80LcasShXY3rosxgtZ3osrvfyr5d0Evnz0-jBj6iSovKY_gAk7_ECn_lsF6esSKbRvsPKubrf6SV4JWs8284yBBaZc9c1lSVSLjRfVuYTF6ChqWviAVa0_yzkGtdxtxnhfH45C3E23RNM5jJgQVA_UkQo3k4cPS-uNWSrSJodfLUSdIgX0LezIcuTaT7v6Bt9jtfGkx3CRit74Hf6OzEAH3GwrM0hulSOT8sepDAg7NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <2bd467d58fd2e3f561861ff499d58537533a9684-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000071b18f063b36789a"

--00000000000071b18f063b36789a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/5671910519501736673/profile?trk=https%3A%2F%2Fc.gle%2FANiao5obrBRt55tbW-47nNBblGLx8BWQrb74kixA6BEFEHw2VqW9_d9KRm5B7y6g23xj8ouUaI_s3ue-oaLWCGotlvwYBcpn3o1Ohfyr6HU8w9M_omnXMvcSCmPI3YA>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5oZBxxJpMFolUMP7n1386S9M5cjZGznuSJ79OTfkmQAND5mjnd_tJcxBD8EcAT5P_Sv6ZOe6W64i6jSQDoQPEawZzLhqW_lGTefjprA3ebG9IGYL0TiD0FcZRe4nQlepe5Kb-jBzZu82Em15JBNmJ8c4uVT9oF3Jn-1bdMY4Uc>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5pK2FovhT5aYnPSy2M_pgcdaSktA1D9XkbmcjVkfd2we6GwOllnmUSvetmyCys5Vheyk9kIevjDB6blaG-GvgiYDUWby0UUdovXd2k1byQhQrYk1kz94HEsux6_CQui_aAPY9agBq8lBt9vVU3-lg6eyL8qLGLoE_uc5HdFhMBkpfX9inhasIkMi6xdknm2qXMN3SHCEoip66bQOJ62c0mxx3ZCiqRffMmz0gdJSw>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5rJhK4pR5aPMDpxckOAJ2YiQmb9e_2nY3Ltahnu9y4tdmmX7hMw8UwNRynuJYBV3kzxk4ReRRsasBBxJHnjKp3qly0QlLoDE5hA2kKOfKxn7K4F1l6QmG__9WqhlywCE4XLVg0>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000071b18f063b36789a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5ptZe7RyVfwhYAuyIHPekk38SK8t=
r9k-WqpEs3WS-BQU3OxKbi7EmYYgixfASuvINY1t0HK1SFgL-_DC2wQc-k1ytJr9cUUcd3HoAT3=
v2jU5jBj1roArw4jkdN390yXrbEw5phel9lmLOuk3lC308Nlti_oTyFKhGanZUkm2g6YyPeWViJ=
4yz_Af-y59tP2SidwBkt0fps9xw5vIn93-w7rsEoOGQMR1Y7NGSNxBYwn>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/5=
671910519501736673/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rZT1xIdxQpdjhe=
iBI0sA2c5NbUfeJgudunhjIUiqGAlc34o22QSzuj6wFwcuFfSjaTQmK0lAAlNOKOJRsB9dvS0uU=
BWI5lgRu2vW4aIEjQCfUVFv-LjLOW__P9tw target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan>, your Business=C2=A0Profile has been suspended due to policy violation=
.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5qF5V_sIOzcVm7qyznmoSuztA=
79D6tA82Kf3QUPcJKVIkBSNsqHBN1Q3_SHnRQbPYrm-glTJnpoQ7fdMHLoxf8SD78rUlVNAywgT=
HU-rySOxZmxH0RX8YsgiL9Vh2mPo2ID4FAbNczKWQXlNuuyl4QQuyWR0843R6D7Imci_yzcgA t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qWireHgqX_eopADDJw-33MOIaP3e0ftWWQ1ckVhQRIkHN=
bJzxmahc0ApeDeKnrX_IuiBugqJtVbso6pMkndiDcZDMxlMjnr1-ihOGYWeJel5laGZNdY93dmD=
TcA8IV6p_gICOJL6L9v5-mq5Sqr6uI2UKCkRYQWQfoQRq8-9fUogrmx9egw2mgQLAiwHOz3sRQj=
X-8-hOdZIfNwEGDrD9lQX0AiKD1Q1rxfnNEGiVf target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5qWireHgqX_eopADDJw-33MOIaP=
3e0ftWWQ1ckVhQRIkHNbJzxmahc0ApeDeKnrX_IuiBugqJtVbso6pMkndiDcZDMxlMjnr1-ihOG=
YWeJel5laGZNdY93dmDTcA8IV6p_gICOJL6L9v5-mq5Sqr6uI2UKCkRYQWQfoQRq8-9fUogrmx9=
egw2mgQLAiwHOz3sRQjX-8-hOdZIfNwEGDrD9lQX0AiKD1Q1rxfnNEGiVf target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qWireHgqX_eopADDJw-33MOIaP3e0ftWWQ1ckVhQRIkHN=
bJzxmahc0ApeDeKnrX_IuiBugqJtVbso6pMkndiDcZDMxlMjnr1-ihOGYWeJel5laGZNdY93dmD=
TcA8IV6p_gICOJL6L9v5-mq5Sqr6uI2UKCkRYQWQfoQRq8-9fUogrmx9egw2mgQLAiwHOz3sRQj=
X-8-hOdZIfNwEGDrD9lQX0AiKD1Q1rxfnNEGiVf target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5o89l8E5fuWxAwsF0qtHTWPXw7tzm6RAnhn3YWacu8mjM=
TEH_oATPs2addke1w8I-e_widvwCH1RIzeY0anag9Xggr6P6YaFl-XO6ytGABaCFVcn74QTSpuG=
V95bUL6e1PAtQH_TQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qBO-sKTQJmPs5lpfGNMgoGNyErH9podQvhYJf4wQ4YuiEgWHxDw-3-RdiczPI5p4=
AeaelrV3FwI8lwSjQFf1Ag86bn5m0l9ISGwAME1Kh93Uc9le54-MRdggQW2kv3_CIBpA.gif></=
body>
</html>
--00000000000071b18f063b36789a--
sales/cur/1753954896.M940083P3877459.premium320.web-hosting.com,S=33169,W=34016:2,S000064000000100621151007557640020362 0ustar00Return-Path: <3SjqLaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id cDCRN1A6i2hTKjsAVkXPrw
	(envelope-from <3SjqLaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 05:41:36 -0400
Return-path: <3SjqLaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 05:41:36 -0400
Received: from [198.54.122.200] (port=51132 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3SjqLaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com>)
	id 1uhPn7-0000000GICI-25rC
	for sales@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 05:41:36 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=xsug4iMh;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3SjqLaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=3SjqLaBcKADcUnlbgXllikhYbeX-ghkXierZhhZeX.Vhf@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bt3xl0T86zFy8Z
	for <sales@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 09:41:31 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-713e879bd7cso10660477b3.0
        for <sales@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 02:41:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753954890; x=1754559690; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=HN3FK5hDk04KIIlxefPCPFNxh6WFo0oACbeChcdaWO8=;
        b=xsug4iMhsCO0+h2L/Qwzs9EwTULEacTvTuAE9jEHKE90reaFGwglKTfE4e+HhRA7w4
         LOfR6EXcAX+koNUxDkT+pZZh9BWp5n7GfNorJjuxnEDrMk/WI4+uqKZc6PB/CNxXcU+F
         Jym5+PUPtTx+ZLRa5TBlNmKiBjHN6ubwxDfMZe4NcJ5eh5ewrEYCKF2IedGz44A+FPC6
         9s0K9M83Bysd0L3WOzsZ2FcYP4J0QQDOMIU89L+ipXMqWi2AHkQYDO/5EkjyP0I/WI7M
         NbsHn4IAbSMSXgFyFX5IYnSU3POVy53B3klqdrD/oe9qlXdD5tQwPSPwjCts+e7+bX0G
         k4Gw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753954890; x=1754559690;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=HN3FK5hDk04KIIlxefPCPFNxh6WFo0oACbeChcdaWO8=;
        b=ty4xZVMvuzKYb2U7eyuhujFVCQbfxEJuq1I3IQNhs/eE8a8AvUMucM/sONa1ECUOIJ
         seZa+3egtzQ52hmu3K2eDlZD+ZZ5jpG4zKKBSD8IgQ8zSDoJhTquRasqXWsPqJj1RfQK
         geQ3wnjDuj4cwLttGV0jgOwa8rFDbCh10LFoDfNTKhJcpa24ipzqYqVVeUXtT7YrC9MS
         xMCnRYl1JeNDzuC/F+NJZtJrlMDi3AyLi7bKjviPHMdtLE4K0e3LaCR7eFResCfnMX8S
         DCdkUDrQphxEEsTJvSWvbM/HWN1ikib5cuqFBn0JTQFPRb0OYIZPlYqZVkeuzoJ+yMFW
         Z1+A==
X-Gm-Message-State: AOJu0YytQt7BUGXBIrqwEGl2todxkaGDaukas4NVDiAQwdASZpS/IWQv
	6ZXIAvbSYyu/vkyxiz/5er2a5v9Pp81DHv6CD73hZkXwQkXL8U4=
X-Google-Smtp-Source: AGHT+IGFAUgGFuGpDezY2JnB5ZaEvYiwzMxhhOFIIBqPbP++px6QDHhOZTs3SBitDBrbcBtOUYOUwkA=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:25c4:b0:71a:221f:5cd2 with SMTP id
 00721157ae682-71a4665de55mr91007567b3.24.1753954890465; Thu, 31 Jul 2025
 02:41:30 -0700 (PDT)
Date: Thu, 31 Jul 2025 02:41:30 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 9dccd1a719ea0000
X-Notifications-Bounce-Info: AWoTSIGimoq-9-VgJLiJ-JgkBn1zniIl8ycE1epKmld8RczbItIr4p1McxIh4hudauIS5JQkCfTkummK03CcUgBUD0ZlJXTOoulrnGOZDJc9nRtQfRuV3GbZGZhfGJ0rvIcX1q3kATTd4CeKZq1aUGSkgbn_v4qUg1hpyG_hF9WqHtgz9vtX3R_nzE0Yc4ooaokkrFL63i5YmhmWafPIOTYTAXGz42bgpzI_XOPSYZzRLv0VnjrH_Y9iC4bo1zHxUjuehD3zZRSIxAd-gAkCWKcdRN7ueVho4CdqbvcWXzPVtjvtu_GfvgLDrDWxleN0aOVREBdyHopCvdL5dAqS9pgZR0iz9W4NEhdBb067wdU1qU4wPb95G9MpZlmtmgRFwhRbMFO7UKi-7xDv2WK2p907ohbR84QktmveiuoYRYzTSABVElOP53mo5AA2eF6qzXGDORRW7FTNGSISO8jRkazeBSP0FqzcLV_v3ubu2tEC7-YYfgdVPTao46hwjzjYxtvSZJadCl-2Y-SPvgta5nC-x22pnqYH2x4NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <bb4bd1457dc1e252819e19ed7b7e62e18368ae32-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000032c379063b3672f2"

--00000000000032c379063b3672f2
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo1Njg3Ng0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzU2NzE5MTA1MTk1
MDE3MzY2NzMvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTU2ODc2JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cFRmUkd4SE15dGRJX0RFZ19qMS1JZjlIb2ZUUkFlYWRmQnJVaEVRdl9f
MjlTa1dqRU5Rd2tacENycFBkRDdsZWo3N0JMd0RkWWtlNW0wZjEwZHRjOHBwa3RUWUtSdFRmX1dB
bUlnREpnd1Zjc1VxMWN5QzQ5N05Fam5OY28+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxS2tlRHpkcjAx
N216QmF1UnNNN1NOUU9VWEhWRUo5TVY1ZkhYRnUtVnNxZC0xODJzT1BHM09wNTRCU1dVM1R4OUEw
bG52d3N2TW83LWhHRXBBd1FQZVJuUGFTUnd3TDlJSnVqaHp5Wi1ycmtHOVRqUklhYjNoR0lHdno5
enI1Y2NWR0JaMko0NUx6N1pBTWc5YXYzZTdpUlU+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgc2FsZXNA
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vNTY3MTkxMDUxOTUwMTczNjY3My9wcm9maWxlL3Zl
cmlmeT9obD1lbiZwaW49NTY4NzYmdHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlhbzVxSVFS
QTBiUUxSVXh0YkY0am8zRHY4bkE2b2JON2l1cVliMnlJQWNla0NtdUlRRnR4c2NPeHZEclR1c21q
WWNlekRRbXlQUnROeXBzcW9kWC1LcDM4bjEtY0xHTUVjVEc5cWtJemlWWVdqcmYwOWZVSVNpUDRG
Q2kwYUV5NmZNZzg+DQoNClZpc2l0IHRoZSBIZWxwICANCkNlbnRlcjxodHRwczovL2MuZ2xlL0FO
aWFvNW9MQUk5U0N2aUh2c2s2Xy1BaXE4LVhBN2ltM3IxRHIwTzRFZlVUVnZVdDdvdGdINTFJWVYt
UEoySEFpSll2RjYtS04zbk9sdTB4SHo1czc5OFNxT1VPQkF6Tzh3X3VaSjRUQy12TE91R1JxS1hN
YnIxMF9FOU04N2YzZ2NZaVBmZW5VRGpSOTNLWDIyQnFuMGdtbDlVQ1hVazVtZVM4bFVHRXE2ZFJj
akk+ICANCnRvIGxlYXJuIG1vcmUuDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMgMTYwMA0KQW1waGl0
aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdvb2dsZS5jb20g
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cWpDb0lVS1hSR0hiQ0xHdG0zRmJ3bW10OHkzcE9YN21M
M1JTaUhwRG14emtUeFdnUk5YMy1rQ1VwTzBJcXp0R01nTXpHMFBWMFo3TjgxY0VHbnI1QmJFT0lz
YmJ5Tmk0eFJncUV2R0M2N2NEb2NuYngzS0RGX3paSVl6amIxSVNuc0NaOD4NCg0KWW91IGhhdmUg
cmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFudCBjaGFuZ2Vz
IHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--00000000000032c379063b3672f2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/56719105195017366=
73/profile/verify?hl=3Den&amp;pin=3D56876&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5ovJuQOD5iqKZEXNTu5ks82LWSiOjbJ4mn5fIyAz4QXjKleFkfp2TKoHm2UaB-_3ba8qnQS=
L4iHwO6O30dIGDmTHV2fr644Q786QIv-kHR09FDTn47K02o>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">56876</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5671910519501736673/profile/verify?=
hl=3Den&amp;pin=3D56876&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pkXRK92NTe-TL=
J5D3xgUiz6m3DGIRCSMX6uFlLWjD1d2ddt2AJMiE3cAFz-UJ7uyPkCNK5beWYdyMXAfSv9J4-qv=
uhpqIyse3UyqJky8Jut5oYn-wGy6rXZAsZNODMDQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5671910519501736673/profile/verify?=
hl=3Den&amp;pin=3D56876&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pkXRK92NTe-TL=
J5D3xgUiz6m3DGIRCSMX6uFlLWjD1d2ddt2AJMiE3cAFz-UJ7uyPkCNK5beWYdyMXAfSv9J4-qv=
uhpqIyse3UyqJky8Jut5oYn-wGy6rXZAsZNODMDQ target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5671910519501736673/profile/verify?=
hl=3Den&amp;pin=3D56876&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pkXRK92NTe-TL=
J5D3xgUiz6m3DGIRCSMX6uFlLWjD1d2ddt2AJMiE3cAFz-UJ7uyPkCNK5beWYdyMXAfSv9J4-qv=
uhpqIyse3UyqJky8Jut5oYn-wGy6rXZAsZNODMDQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5p140183cuyXq8kuv=
svF33CddNKio7kkwOuc4a22iD1_P5GShsfMlmeIhpCGOULfhGmwgBz1WRDQhIOL-ACJMmFil_Da=
glf4xzYB9sWRNZegIkJay6EndN1S8BwA_yDIIjQ1V3xOmXsCoNMowxMZ4vGi8sKBg style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">sales@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5671910519501736673/profile/verify?=
hl=3Den&amp;pin=3D56876&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r3trh19cXfxWk=
flhW3xJ-oqjaf09yfJt9P5wzZyJ2knJhe_zDs4hD4CqeHju6oORtWUjlC367duuS26rceN_0vWW=
IA95Z-19_woA6Eg7vkqdBk2A5-UNL8nOLQk3d1ydmfEw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5671910519501736673/profile/verify?=
hl=3Den&amp;pin=3D56876&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r3trh19cXfxWk=
flhW3xJ-oqjaf09yfJt9P5wzZyJ2knJhe_zDs4hD4CqeHju6oORtWUjlC367duuS26rceN_0vWW=
IA95Z-19_woA6Eg7vkqdBk2A5-UNL8nOLQk3d1ydmfEw target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/5671910519501736673/profile/verify?=
hl=3Den&amp;pin=3D56876&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r3trh19cXfxWk=
flhW3xJ-oqjaf09yfJt9P5wzZyJ2knJhe_zDs4hD4CqeHju6oORtWUjlC367duuS26rceN_0vWW=
IA95Z-19_woA6Eg7vkqdBk2A5-UNL8nOLQk3d1ydmfEw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5qfEtcAEnQsZqPv46lTjZsCgiYC28r6DxcU3J66J-z0FtjFsfqhNGSKOMCb6SJFqtfyL2d=
LtIfZ3SFPCSMog6OmIeXVyC5-nA-LIMI8Nkwu4YKBZHNhfttrqhEK8MNETbRUZQ3GSQA9OY2fEW=
OLvEXygApokcOjWezkN914qq2WjA style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5pQ27yZUBv6Zufcv1wO6eHrzFnnM61uxX32XMxKOR4oEksfKpK_nidYrlx4vSzhZhQfQ8BGF6A=
tKoX_kUNM3wMxYjcHZtcyuBLx9ZCGeE4CvkXL4RT3hanDE5eGN91oNmLLcdEBnw style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qPP-MFeM0Pzf0x0CgvfDcpRLFADUAiWxZMKtKTu8zhH6HXA-bmdZs4UnZbfDP9tS=
UCtVrpRBzONlNmR7iKJRjmyUXxwee4daMsqfh-Cx66MDPsqrTAzFTTuG0DVfrmgGtzqg.gif></=
body>
</html>
--00000000000032c379063b3672f2--
sales/cur/1753688783.M720023P3461891.premium320.web-hosting.com,S=24635,W=25412:2,S000064000000060073151007557640020340 0ustar00Return-Path: <3ziqHaBcKAIsq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id qGPOKs8qh2gD0zQAVkXPrw
	(envelope-from <3ziqHaBcKAIsq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 03:46:23 -0400
Return-path: <3ziqHaBcKAIsq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 03:46:23 -0400
Received: from [198.54.122.200] (port=52419 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3ziqHaBcKAIsq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>)
	id 1ugIYy-0000000EZLR-0tGD
	for sales@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 03:46:23 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=2eHXhQSF;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3ziqHaBcKAIsq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=3ziqHaBcKAIsq97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br9XG5lkPz55dl
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 07:46:22 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-87c13b0a7ffso824774839f.2
        for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 00:46:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753688782; x=1754293582; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=936Kptdl0GnC/R+RRsVUFSqNvWVa0NkL4Keec54rND8=;
        b=2eHXhQSFPux9OchOipmk/UCcT8EYQ3Qje1xwcrwgwdm/tvyd+8wt1JqzF+VUCMMLfU
         tjbYhiwkobIqSjA+NIs4AZ8ZRKjb2Gehdsc7JSFGbTbaJsfrZsb24Qz8g03ipweOI88h
         BY8QTSOO24x5rpRuk5dI3q2gcvWtGuumYcnzG4+0qNN1BAq1AZ93iuBPi3T2GxZtFbKv
         Wb67DbEWf8AwoBzcfRnacN6jecGklXVdJDUrujQLFb5Hdp/AsbJRBDzvEfulPaN4VNy2
         gqhbw8mkYG4mTdeZj4T4BpZ0OZK99VJSsKfLLKnMCa9+HUQaPp8sP6gjRnS1npStDkxK
         9czw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753688782; x=1754293582;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=936Kptdl0GnC/R+RRsVUFSqNvWVa0NkL4Keec54rND8=;
        b=Q5tKqAfIEP1KWqhj1vnLDmP/E1RP6ifXXwT1oqcsOMXTGjdd/FfNcjNwKUm5oh8CIj
         qbKvq8yqj/+h4sw7AyuSvzam0YCrDuXjCj9rIgyAPfFf0RT7uZpEmAPHVxDu20T0tzM5
         Lq7+mrtoXZVxuGLfxkdTmh9pm91+QftQLNj+rVMq8GJ65GRXEXnD85+8xtOAvsEeZtra
         O/kPF+gbaXdmgUO1lQB+1B1AULyFVpT8eySFf4mbnPFua+ycaoIXx5x4Rb+x2kSVa8XB
         m8hLObzvxN9BhcHUOONFv5wrFGnodDT+xEiV4dGVhoDDqno/Gikf9tlWH47GOHJ+YUcD
         RzAg==
X-Gm-Message-State: AOJu0YyKUkyZin2FsomzFpQ2Y4+u5MGZHcVlFtoqyuVrs5Zg2SAtnruW
	RTOYIvF3t08dH24iKiPTefDwXhOPwnz8KGqhTKJY2cfRkoMiTKvzwzSWqNUl
X-Google-Smtp-Source: AGHT+IESxyQLUAGq1r3ArBLXoVohRB0lTSwEtQSFp9VsGuk72ruWsHUN6cMATvCaR+zM0zQCgDWJEaQ=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:2c06:b0:869:d4de:f7 with SMTP id
 ca18e2360f4ac-880388fedfbmr1734214239f.12.1753688782248; Mon, 28 Jul 2025
 00:46:22 -0700 (PDT)
Date: Mon, 28 Jul 2025 00:46:22 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 007482c2bcda0000
X-Notifications-Bounce-Info: AWoTSIEGroBi8QgweAsjlW4eFOAtXSIrDxsPp9qjYkOnkORKzgBJ8-j4HRbY5vz66ePuw42-NYU6nJxIlbmLe1l27idMXgKEgzNm0o8m3d0d56wqUKtCuXkBk3U4R6lP5iMR1y8vIhW6XrRcD2cGXTGxuQvueXu-PBBTQ-NwXROSQ9Nu-rWCdR61Q4Imwe3Yop6ROjbyEd-7OjxhY7qhhKlWuYnMZPNbezB_x8s7qC8C_uR50hcwihw1cY9P6nBj_vDl1WtKWnNswQ4mDtJ8SmnBujDZSghQH46yYzxQ21JBrPw4aT2vLCBAMSVyq1N9u-rLzlpLPmgx-5M5O6PNTRIuym20AFHnmbaiRECF3UAwpu-6hZb6rA5fc42EBbng-0EclWxwfEg2uzdioUXs5hox25uubaMIpMY851icly3wAxYvaBVXYrEzy8I_jY4p4krokcBZ-UV9XhaDd_Ov8Iwmxz2m5sF1RhxPeHnmatnPrjDtzIFpsLxog6SAsuseFXh6iL09Vwjsl3MKVrWKz0Vh-9jT2WIhC9AihpQ_qkUaEDSSXOWD8o0OAnZANeuK6geeNblXcpGgLIiU4hJYD4ZKM1NRujdnHs_4OaVvRbyDntiORlmPxAGbVW9mgDSDNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <89f66c8aaef6c02ea330026dd945cd69a7fc16ec-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000e99d39063af87c65"

--000000000000e99d39063af87c65
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/6554032935806020657/profile?trk=https%3A%2F%2Fc.gle%2FANiao5prkXlEXatXwOR3Ju2Cn-OBhLXM-uZeXI_YHqxUtqxOzuXxV7t0tuQSHlP0w2cwhsmrd9c2MAs36aEBlPwLZRR7aowqOgnHRDqLY7-571-nIoUXDMtEMZOPSzA>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5oQtR7E7PgOr345mgdiR0gHQxx-8A7qfMVLTnszwC4DRlPE-ZnxJHDc6gMskD9SNc9ck5_AlQ64KHDRT56dOcFBAoamlSEXb3rHerC-4QcYxC8Lss2NUbLF_lBiWRK5NCPhYVgxaslskmj6r6SJdmQAKY2WTzq8BgdlDYIFq1Q>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5ojqJBZFyPdBZ7mWghcZ4gsRt2jAypAK67ml9pRDEXdzkENVnlhlrtIydxvytnzmRVfxRL3lvht6I5YfBRk6BaVXTkEC6-3eZ54CzwzPpDe03dn8zvJERcbtjSshF2D9ZK13jHD0cax7LTtAawSA79jF_dJNAVHgU_jdLGPpojZiRnXvdyr109qKwkftsWMgA7f51_cYGTSqHwyk-JzHxCXQDo_pshyMi1NqBx8IQ>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5r7JuO-uNuwzoMkztncGKWbZ5SIkiXA8FybI5IO-MdvXuSRq7ORG8EnhV71CLr96iQuVHsUvHb4KHLyTrkbNbFvlrRS6HbdwW_j-Y2S23JNfLP0KPW3j9iON4h3jIKBAPJUaFo>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000e99d39063af87c65
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rylsi_XJabvT2ZsNdfSPndM0kXu=
FMKGdUYGmfPBXr-Rit-hqIAn-Mh9lKzaS51Psv26X5lMLPWHofFyGMoCe66nd1qttorqXX2TQhi=
Q3kSkmNqgnxxlYqVjwP8IvrUDDP7pZyHvo5LTTV5lI8SEYVc7-1afPPQTZuPy3lYZ2Nfw8bswmL=
QGZOyYLic4lls9V8918M15rWnflVQNFMoaw3BtHQq2immDgO0TTZXM6Jt>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/6=
554032935806020657/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qywLAulIW7siVa=
T9RKvBANbyPCokQYvmjEbmnwTSrFr7TrtZ3C9_Ci_hhDiVuJIUgml1wFvM9g6aGwdPCsa3IWxMe=
HBwAb2Gmiig1so_Mg19omb0fno-J4oaRDEg target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan>, your Business=C2=A0Profile has been suspended due to policy violation=
.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5rEWzpBSwVpG-eKT5b2tWlxtt=
QLtMEfyCKJisl5Sm5Z0_gOcpiQ1rilk73ydujYYvdt0Xd_bolJAY_pT7EISKKaE3xDrLtem5Rt0=
d509u5tsXKK98RZAvI8HyEA_MMJh5XahSUrvfb2kYbK2lQ3p9bpGZOo4u_uEm3NTPYBKwQoww t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oTJ_VbCvYV8PlZY_RYiJKMiU4mu42VBo4LUjcyi2tbSBH=
uySrCsUwu52PO1pwVn8QD-JjtkPMTA-4b25Q_a8czB3rnFtx3OTVNW5YLcouFFh1G484SZU6VOP=
N-MwInTjkMRT_Mdy_0MmGFR7pKKcZeNLWwEJIILvYfhtVMOmEegY9xGRHlAmMi_7s8_1y-kd7KO=
7vplFLKiSTN80Q1I3dATZMNRH-VZY5N-TsKNFZa target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5oTJ_VbCvYV8PlZY_RYiJKMiU4m=
u42VBo4LUjcyi2tbSBHuySrCsUwu52PO1pwVn8QD-JjtkPMTA-4b25Q_a8czB3rnFtx3OTVNW5Y=
LcouFFh1G484SZU6VOPN-MwInTjkMRT_Mdy_0MmGFR7pKKcZeNLWwEJIILvYfhtVMOmEegY9xGR=
HlAmMi_7s8_1y-kd7KO7vplFLKiSTN80Q1I3dATZMNRH-VZY5N-TsKNFZa target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oTJ_VbCvYV8PlZY_RYiJKMiU4mu42VBo4LUjcyi2tbSBH=
uySrCsUwu52PO1pwVn8QD-JjtkPMTA-4b25Q_a8czB3rnFtx3OTVNW5YLcouFFh1G484SZU6VOP=
N-MwInTjkMRT_Mdy_0MmGFR7pKKcZeNLWwEJIILvYfhtVMOmEegY9xGRHlAmMi_7s8_1y-kd7KO=
7vplFLKiSTN80Q1I3dATZMNRH-VZY5N-TsKNFZa target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5r4ZSxThsHQbhKgH_iUmCwEQZEA-b9GOVqdHtcgSnYTEg=
YaPsuFkoNeahzJ6dBjiJbNvz8s3mFHNRuPtuxQ_FWma3MqH8TQ_qMngTMe4OnT9i2bg9dszhSrq=
PdZ4aBfXk5RocBLvg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oNfQ3R1GckR_Fd2o3qlqNpFi8foUV-9rTfoelHthN6qf_82v6gnYeZNIGzHw6rvZ=
XzwnI4NT3x4Eir2T57FaphhNYFex2Wrlq5EBudumLwhBAKunyTsd-8TtdiGfQ_A4QdPQ.gif></=
body>
</html>
--000000000000e99d39063af87c65--
sales/cur/1752996148.M529272P681278.premium320.web-hosting.com,S=10238,W=10386:2,S000064000000023776151007557640020300 0ustar00Return-Path: <3LZl8aBcKAJwCKKCHASKNGOL68A-JKNALHUCKKCHA.8KI@idverification.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id QCcVHzSZfGg+ZQoAVkXPrw
	(envelope-from <3LZl8aBcKAJwCKKCHASKNGOL68A-JKNALHUCKKCHA.8KI@idverification.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 03:22:28 -0400
Return-path: <3LZl8aBcKAJwCKKCHASKNGOL68A-JKNALHUCKKCHA.8KI@idverification.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 20 Jul 2025 03:22:28 -0400
Received: from [198.54.122.200] (port=34297 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3LZl8aBcKAJwCKKCHASKNGOL68A-JKNALHUCKKCHA.8KI@idverification.bounces.google.com>)
	id 1udONQ-00000002tjv-46iw
	for sales@24hourwaterdamagerestorationlongisland.com;
	Sun, 20 Jul 2025 03:22:28 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=rrandnVG;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3LZl8aBcKAJwCKKCHASKNGOL68A-JKNALHUCKKCHA.8KI@idverification.bounces.google.com designates 209.85.160.201 as permitted sender) smtp.mailfrom=3LZl8aBcKAJwCKKCHASKNGOL68A-JKNALHUCKKCHA.8KI@idverification.bounces.google.com
Received: from mail-qt1-f201.google.com (mail-qt1-f201.google.com [209.85.160.201])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4blFNG3vBlzC2Bs
	for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 07:22:22 +0000 (UTC)
Received: by mail-qt1-f201.google.com with SMTP id d75a77b69052e-4ab801d931cso69270541cf.2
        for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 00:22:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1752996142; x=1753600942; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:mime-version:from:to:cc:subject
         :date:message-id:reply-to;
        bh=vT2CfkAVhUIIhOR9/f5TI2C7O098BT0caZ3vWm1eVKo=;
        b=rrandnVGr7Wmjq+K2NjXneUVinwD/YIHH0pyv93TGikPcgzPlkt/V2XyqIXcdTTsY3
         +lcY1tRKonoMaWI2c/CGkamI6AZoOmp7Agbp3E6rOHTz6S7KMMcrzHKEka+lKI9BuwSL
         nEfmeFFnZGE84ghvkGXnqkhS5k5xDPcfHpgbwpGTN2Hcq9vHEQL7t14pVhVzJPxisOUx
         JrKr+j7eWxRmqGXgV+3adUUt4TxrNwOpvFQ4WRXfAfagQdJwgSTd6GEBQzo3HZMt54nY
         2pFMCXFzN8E3sI9OME7k1zVRCkjIrsADPX7fp47enV9lUenX3dzmTWH7meTqn1WnyKrh
         IOIQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1752996142; x=1753600942;
        h=to:from:subject:date:message-id:mime-version:x-gm-message-state
         :from:to:cc:subject:date:message-id:reply-to;
        bh=vT2CfkAVhUIIhOR9/f5TI2C7O098BT0caZ3vWm1eVKo=;
        b=vp67KxkQsWG41RjacvuNbRYWo3Vw00YaLdFCQTPr4Ri7mBh5XVE5TJpUuQEvq+mK9z
         kBQe0/OnYeSJKdVYqGGucU5g9sPWXRy0O7X9Tf0IJFyBnHrpSpn8FDR4SZQcHIU/0why
         Q2AKaQjaeRc12+snFFW3dden/r8ub1LzPeDvNr6e8Am++Hy91JZXh5tJIPW1/eI9PYsS
         wZw9JzhDSsSbQsztadOWi7Ka5zQsQFMSq3fTbwSAMlpZwmu/WNr7Hq1SAks4GW/f/WhG
         l0SPvn7whq8Xh3LAKiuPaj+vBedeMdpPhJHpC4LIF7bbG9HCOJU6KM1rihX0WV8qCgUA
         5k1w==
X-Gm-Message-State: AOJu0YxUoegIbMZobvJEXLhQBLcRxfFIRcHD/n6WuHpcAyKmQuKb7Th3
	XNIQJ1h9aRQkEktc3b+hnzkHlMM+o7eJvcMtHKdr1WN7LuxmXzkHl6D9jr6DFtEWOVOfvQ8=
X-Google-Smtp-Source: AGHT+IGFo5eKFtaPe3LbSnpLvfHbF7nazh9BO1AlHjRzjkdGHKtdhfT4/0iOlOcGalAOBmWiyFx0w8EARU9xQQ==
MIME-Version: 1.0
X-Received: by 2002:a05:622a:2d13:b0:4ab:aa73:9600 with SMTP id
 d75a77b69052e-4abaa73a3dcmr117088761cf.51.1752996141825; Sun, 20 Jul 2025
 00:22:21 -0700 (PDT)
Message-ID: <autogen-java-313ba6cf-d1e0-461e-a009-0a29ba3969fd@google.com>
Date: Sun, 20 Jul 2025 07:22:21 +0000
Subject: Verify your email
From: The Google Workspace Team <googleworkspace-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000537ce1063a57384b"

--000000000000537ce1063a57384b
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

VmVyaWZ5IHlvdXIgZW1haWwgYWRkcmVzcw0KDQpIaSwNCg0KVG8gY29udGludWUgc2V0dGluZyB1
cCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgYWNjb3VudCwgZW50ZXIgdGhpcyAgDQp2ZXJpZmljYXRp
b24gY29kZToNCg0KNDMyNzQ2DQoNCklmIHlvdSBhcmUgbm90IHRoZSBvd25lciBvZiAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20sIHRoZSAgDQpvd25lciBtYXkgY2hv
b3NlIHRvIG1hbmFnZSB5b3VyIEdvb2dsZSBhY2NvdW50IGJ5IHZlcmlmeWluZyBkb21haW4gIA0K
b3duZXJzaGlwLiBZb3UnbGwgYmUgbm90aWZpZWQgaWYgdGhpcyBoYXBwZW5zIGFuZCBoYXZlIHRp
bWUgdG8gZXhwb3J0IGZpbGVzICANCmJlZm9yZSB0aGV5IHN0YXJ0IG1hbmFnaW5nIHlvdXIgYWNj
b3VudA0KDQpEb24ndCBrbm93IHdoeSB5b3UgcmVjZWl2ZWQgdGhpcz8NCg0KU29tZW9uZSBpcyB0
cnlpbmcgdG8gY3JlYXRlIGEgR29vZ2xlIFdvcmtzcGFjZSBhY2NvdW50IHdpdGggdGhpcyBlbWFp
bCAgDQphZGRyZXNzLiBJZiB0aGlzIGlzbid0IHlvdSwgdG8gcHJvdGVjdCB5b3VyIGFjY291bnQs
IGRvbid0IGZvcndhcmQgdGhpcyAgDQplbWFpbCBvciBnaXZlIHRoaXMgY29kZSB0byBhbnlvbmUu
DQoNClRoZSBHb29nbGUgV29ya3NwYWNlIFRlYW0NCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLQ0KR29vZ2xlIFdvcmtzcGFjZQ0KDQrCqSAyMDI1IEdvb2dsZSBMTEMg
MTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCg0KWW91
IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCBiZWNhdXNlIGl0IGNvbnRhaW5zIGltcG9ydGFudCBp
bmZvcm1hdGlvbiAgDQphYm91dCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgcHJvZHVjdCBvciBhY2Nv
dW50DQo=
--000000000000537ce1063a57384b
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div style=3D"display: none; max-height: 0; overflow: hidd=
en;">Enter the verification code 432746 to continue setting up your Google =
Workspace account.</div><div style=3D"background-color: #f8f9fa; padding: 2=
4px 24px 0;"><div style=3D"margin-left: auto; margin-right: auto; max-width=
: 580px;"><div style=3D"background-color: #fff; border-bottom: 1px solid #d=
adce0; padding: 36px 36px 64px;"><div style=3D"text-align: center;"><img al=
t=3D"Google Workspace" dir=3D"ltr" height=3D"21px" width=3D"166px" src=3D"h=
ttps://gstatic.com/apps/signup/resources/google-workspace-lockup-color.png"=
></div><div style=3D"margin-top: 24px;"><div style=3D"font-weight: 700;text=
-align: center;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif;=
 font-style: normal; letter-spacing: 0.1px;color: #202124; font-size: 24px;=
 line-height: 130%;">Verify your email address</div><p style=3D"margin-top:=
 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-sty=
le: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-hei=
ght: 150%;font-weight: 400;">Hi,</p><p style=3D"margin-top: 24px;font-famil=
y: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; lett=
er-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;font-w=
eight: 400;">To continue setting up your Google Workspace account, enter th=
is verification code:</p><table style=3D"margin-top: 24px;background-color:=
 #e8f0fe; height: 178px; width: 100%;"><tr style=3D"font-weight: 700;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 24px; line-height: 100%;">=
<td align=3D"center">432746</td></tr></table><table style=3D"margin-top: 24=
px;"><tr><td style=3D"text-align: center;color: #3c4043;"><img alt=3D"Infor=
mation icon" height=3D"20px" width=3D"20px" src=3D"https://gstatic.com/apps=
/signup/resources/info-icon.png"></td><td style=3D"width: 24px;"></td><td s=
tyle=3D"font-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, s=
ans-serif; font-size: 12px; font-style: normal; letter-spacing: 0.3px; line=
-height: 133%;color: #3c4043;">If you are not the owner of <a>24hourwaterda=
magerestorationlongisland.com</a>, the owner may choose to manage your Goog=
le account by verifying domain ownership. You&rsquo;ll be notified if this =
happens and have time to export files before they start managing your accou=
nt</td></tr></table><p style=3D"margin-top: 24px;font-family: &#39;Open San=
s&#39;, Roboto, Arial, sans-serif; font-style: normal; letter-spacing: 0.1p=
x;color: #3c4043; font-size: 16px; line-height: 150%;font-weight: 500;">Don=
&rsquo;t know why you received this?</p><p style=3D"margin-top: 24px;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;fo=
nt-weight: 400;">Someone is trying to create a Google Workspace account wit=
h this email address. If this isn&rsquo;t you, to protect your account, don=
&rsquo;t forward this email or give this code to anyone.</p><p style=3D"mar=
gin-top: 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; =
font-style: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; =
line-height: 150%;font-weight: 400;">The Google Workspace Team</p></div></d=
iv><div style=3D"padding: 24px 16px;"><div style=3D"text-align: center;"><i=
mg alt=3D"Google Workspace" dir=3D"ltr" height=3D"22px" width=3D"180px" src=
=3D"https://gstatic.com/apps/signup/resources/google-workspace-lockup-color=
.png"></div><div style=3D"padding: 10px;"><p style=3D"text-align: center;fo=
nt-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif;=
 font-size: 12px; font-style: normal; letter-spacing: 0.3px; line-height: 1=
33%;color: #5f6368;">&#169; 2025 Google LLC 1600 Amphitheatre Parkway, Moun=
tain View, CA 94043</p><p style=3D"text-align: center;font-weight: 400;font=
-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif; font-size: 12px; f=
ont-style: normal; letter-spacing: 0.3px; line-height: 133%;color: #5f6368;=
margin-top: 10px;">You have received this email because it contains importa=
nt information about your Google Workspace product or account</p></div></di=
v></div></div></div>
--000000000000537ce1063a57384b--
sales/cur/1756883596.M564784P435520.premium320.web-hosting.com,S=33170,W=34017:2,S000064000000100622151007557640020257 0ustar00Return-Path: <3i-q3aBcKAIwrA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id pVyMIYzqt2hApQYAVkXPrw
	(envelope-from <3i-q3aBcKAIwrA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 03:13:16 -0400
Return-path: <3i-q3aBcKAIwrA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 03:13:16 -0400
Received: from [198.54.122.200] (port=33691 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3i-q3aBcKAIwrA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>)
	id 1uthgC-00000001pIN-3M09
	for sales@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 03:13:16 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=yi+lUSOa;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3i-q3aBcKAIwrA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com designates 209.85.222.197 as permitted sender) smtp.mailfrom=3i-q3aBcKAIwrA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com
Received: from mail-qk1-f197.google.com (mail-qk1-f197.google.com [209.85.222.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGv2z5RFLz17mC
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 07:13:15 +0000 (UTC)
Received: by mail-qk1-f197.google.com with SMTP id af79cd13be357-7e870623cdaso1157044185a.2
        for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 00:13:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756883595; x=1757488395; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Lp8DPeZKobUBbvWxiYVojzCpNNu+ZrPv97ssE2WKdMQ=;
        b=yi+lUSOaempvjoHm0Ybk6XO5K4dMB+4OU3hPQYzTY1p3nGAYC+DS+8e5v9BzKKN3s+
         diFwOt3TtdALlnOJ6kQR9m6sBta3vxkK9RsbVLX7n8Nb2uWB6GKMaBeDn8ouAcqn1pO7
         4VlHSdkkl1UIwpo1iwBu6b5lEoLSsBx0iN6Ox8lz9z9cm1b5AB8Ay05zi7XF6pHnZaZ2
         JCo/JJFZI7qg0MUU7IO+gvjQyilXdP77urO7ARiNrQiyJ5yPWXM/+erwXK4cXWz2MfQC
         N/uOl8Plu4HT9ljfjBx640z7NbIcwBemL57gQPl9gH9Nrcbh8CVDJJkfdflCmjye7Wf2
         XdSA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756883595; x=1757488395;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Lp8DPeZKobUBbvWxiYVojzCpNNu+ZrPv97ssE2WKdMQ=;
        b=btqAL218oDWkIXSzGnzaU5J34sesB2NyK3r7mylubTFTX0nH7bEBC9N+BLwh8xgONX
         /zoNITCL0Cj5YCOFc7n4emO99Gu7Wam1O8kaiDc6cdUC1rUPzztGXoyAc6sZOEn8VWhm
         Aq3mfiSWxvaRj1asiv/G4F01exd8qJGyn6XJuez4AjICSzwWyJs9TGxDgU3XGwJePxn/
         IhuqANr7ljLTSQTEFF/7kGa/43OteKHEjVeez44lCydd30CHuLlF5AV1REebsUzTTrBw
         1y/08MM4pnOQf1Ev+BBlwTradIY9zWSXiAULnD5Mi9NkQbP2rhTJebDPxev6k+9anlU4
         6cng==
X-Gm-Message-State: AOJu0YyA5PG6vjRXySxF/RvzectBjjX/gcBjNwHvvieSzoTF5J+aZso5
	RRinfjPHv7r7Yrs5zfDjqXkgSanoFUh16EYUqgvVFHVN0u1dsfI=
X-Google-Smtp-Source: AGHT+IFvxzdWItuGzCuvJBZOFkxpQC63zQXXw3x0ZM7MXG6JzTXza4DXyOqOdDTHztSUbrUuN/w6Ke4=
MIME-Version: 1.0
X-Received: by 2002:a05:620a:700c:b0:808:ac30:4231 with SMTP id
 af79cd13be357-808ac30457fmr467942085a.17.1756883595174; Wed, 03 Sep 2025
 00:13:15 -0700 (PDT)
Date: Wed, 03 Sep 2025 00:13:15 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 3142096acc9a0000
X-Notifications-Bounce-Info: AWoTSIGhN29JIC-UbFDTofPx3T5HQxzXOmbbVDJAe_38XihwsXh_qe7_pUvsDzkY5vi9XjnKpR9scx2Huwp2GmWJL9D2IAWb7UC59A9n4-cTbNw4Ha0qhC_BPT2YrGI-U2M6bUAPuxochveAtXlRkuMZNGVCvnn-iGny3LwH_MgWwytPUcZEp7lH6TAFB56NnakVcU49pjLGbejNwBo-9vepclA73nSLXTF8bWgHbamvD1IUS5XHicTffZ0OnQBMYRYRxOuG_Cb_tBDbjg5onFnsCP05GiN87djp_KNUdjdVjhABkBLGM28m3ylF5CY98JbeBD8ydovPNz9QDA_J3l2IEDLaOZzpb17u4mbS1vHa988dIIgGrf-bVCRvfEwywoILMpU3wiiidEVVxnDSdJcD0ABtjzy7H1cR4qx_aoD8DRBPYS3mNr8eASu-yogjx6HSMUOM7KRZxRvVhbN1NNsg2gAx0zGGoYrktl0SgCcL-Mu6r9sdA0glUd2KyLtHsnCyMl60v312lyUzaYDn8_Ve1ghpZhmfcAcNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <e83bd619264a6f260955834aa92d86c7f38cf8d4-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000009a23c0063de05675"

--0000000000009a23c0063de05675
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQoxMzc4Mw0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzExODM0NjQxMjUz
OTc3ODY4NjkvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTEzNzgzJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cjJDb2lGVzkxNDhMNTRjZDBNZzdxTlp4Q3oybEdxSjBBSTJXSk1SVkJO
bmtWRVVpMktWU3JObmRnTjhTYjhIZ0Q5UDFVQkFjRXNYVXdsWm9WSVYyUUtBWERETkpUNVFsZlZ5
TjFnMm5PYU9CZUlXcHZGUkYzVGRGdTNmaFE+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxMHVLRXZlSU9H
SVZ5dGFhZVJEckpEOG9oRnJSY0tiVXpINjBlZm9GXzlpY1NZb2szU2NhdEppbG1QWmRTbzJVRERm
VUhtT2lwYTQ0M3FPeXZuS2NYVV9TM2JUZVByeWxtc2VlaVJnWjZXdXgyV0tHM3FzT2x0blBZTnY0
TFBESlpOaGd5YS0yb1ZPN3hLcFhPR0xUdjUtc0U+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgc2FsZXNA
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMTE4MzQ2NDEyNTM5Nzc4Njg2OS9wcm9maWxlL3Zl
cmlmeT9obD1lbiZwaW49MTM3ODMmdHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlhbzVvSXdw
SS1pNkRtYXFIMHRoRzlBWE5TMk9QNF9IN3BLalk2NE1XTG1qNW5JQlFzQjN3V05kakpjeG5qaDdO
SGZLT2dBOC16cTVPVjg3MHc4ZUN6enpiS3Z2UlctMEpTMU5MY0RRVEV5NUNVZWtkQUk5aE9lcTRP
ZUs3V191SWtncjQ+DQoNClZpc2l0IHRoZSBIZWxwICANCkNlbnRlcjxodHRwczovL2MuZ2xlL0FO
aWFvNXF2cnBZVkJpUHlWb0ZRaXV2YmNZSUdlejhwWlY0VnJ3Q3hPcE15dENESUFXTTJMR3dXOHhT
bDVCNFcwbDY3dmtQYldwYmdvSEZiVnNhYXpxbDliUXFsT3JjNzNnUUZHNERYYXA5eS13REVEcEtL
aGVTRTdELXdGbTkxWXBwN0hseW9MNE9aYUcxRlRrWGVBRnJNSTVHZWFWTjU0RUhIXzRvU3lwMTZk
MHc+ICANCnRvIGxlYXJuIG1vcmUuDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMgMTYwMA0KQW1waGl0
aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdvb2dsZS5jb20g
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81ci1hVFdmdElrS3JYVWswQnRZMzhPUWRnNVVfT2ZJSkRW
SUJRdHkzbDJ6YWI3YXdNVlRja1dTbElORWwxUFY5Z0lwZ0ZoMVowSEppeWgwX2lSU3B5eHEtNk5Z
UVZWTlFfbW5tXzdBYkVsem5KcUhqRnI0SXVnb3JnWFdVTDlQakp0aUs4VT4NCg0KWW91IGhhdmUg
cmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFudCBjaGFuZ2Vz
IHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--0000000000009a23c0063de05675
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/11834641253977868=
69/profile/verify?hl=3Den&amp;pin=3D13783&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5qcqOrXkgBugvMW2xSh6r4m8YtdBJG-5M4yI3YqhP9HFCh2z-QYdqqA4Tew908y6avsTjAM=
kF0xYVZGv6o7beoDv2fest1KvQ1OYyEz2LVQgfgYv17lNQ8>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">13783</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1183464125397786869/profile/verify?=
hl=3Den&amp;pin=3D13783&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qfUEAdkgn4epQ=
HZVQLgSL396T12IZPiSrNWHqfvV4qr4nOfO30Lja56mYjnsjpvuHRwPpzUbhJIhN6vyJg3fzYQV=
dVGWwSk2U23UDJgyIY1LoSmBV7xt8j698gE9pLhw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1183464125397786869/profile/verify?=
hl=3Den&amp;pin=3D13783&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qfUEAdkgn4epQ=
HZVQLgSL396T12IZPiSrNWHqfvV4qr4nOfO30Lja56mYjnsjpvuHRwPpzUbhJIhN6vyJg3fzYQV=
dVGWwSk2U23UDJgyIY1LoSmBV7xt8j698gE9pLhw target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1183464125397786869/profile/verify?=
hl=3Den&amp;pin=3D13783&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qfUEAdkgn4epQ=
HZVQLgSL396T12IZPiSrNWHqfvV4qr4nOfO30Lja56mYjnsjpvuHRwPpzUbhJIhN6vyJg3fzYQV=
dVGWwSk2U23UDJgyIY1LoSmBV7xt8j698gE9pLhw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5olBhwV9mpr6c69bC=
chQpEP_WRnzoPiJrA5EjUNbynxJ3ywCjO33p0-1Nca4Blx2_d8Z7mSVt4PDbJW-5tzGmNTnjQkT=
uXfcSmsh_MOYN4CN41OzV5Bp5WwPy5Y8hf9Imt5z3oD-3ZYwi_GwFraib8S6fsMaw style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">sales@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1183464125397786869/profile/verify?=
hl=3Den&amp;pin=3D13783&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qzQpS6-S7qzC_=
dyLnHiHJ4rLCoDhl7pi17RFDexuN2aFkU3d2nM-YYbVe9s4z0OLZa1a3ZOn0HTLUlxlXOgaSm3G=
_Wc28ce51FK8_GV04zcD1ysXOyBMJuOUyVvXVTC6t7_g target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1183464125397786869/profile/verify?=
hl=3Den&amp;pin=3D13783&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qzQpS6-S7qzC_=
dyLnHiHJ4rLCoDhl7pi17RFDexuN2aFkU3d2nM-YYbVe9s4z0OLZa1a3ZOn0HTLUlxlXOgaSm3G=
_Wc28ce51FK8_GV04zcD1ysXOyBMJuOUyVvXVTC6t7_g target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1183464125397786869/profile/verify?=
hl=3Den&amp;pin=3D13783&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qzQpS6-S7qzC_=
dyLnHiHJ4rLCoDhl7pi17RFDexuN2aFkU3d2nM-YYbVe9s4z0OLZa1a3ZOn0HTLUlxlXOgaSm3G=
_Wc28ce51FK8_GV04zcD1ysXOyBMJuOUyVvXVTC6t7_g target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5rYkeH4Z2gcHQiOehpVIUJ2WBeFkDjV4OEOAiAEXx1cFiRBo8wLMt8d9uNPdDpP61N-TJJ=
y8Yg4ZkwFki3SCOTJwJYe0Sj4T5eGnj2Lbbe94eQHTZ1AHr6o9EUnuVVa6MUS9NNXVsPzGtOjvZ=
2tAStGpY4CYk9l6RKNeEQrHRLc7A style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5pdnJRoUXbujPe73Lrw1lhm-eyjo9VdWyjKwKyRsjLC7pCKVDeYJ9J39LH5yCOXS5ptBaOtPc2=
HzDmG67c_DcWvcHSmLOEtiBLxo_BPXur7PUp0VvT6FxoGQTFgBF9hgqPEaZ-Q1Q style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qgnaqoEyUulyeZVyNwNgWNSHCYPDqJH-u6b9EQSkxWYSSRC7cSrO9VUiXIwmo72B=
TUUBA1GbgLePX4i2uuRPZ0DIQieoLNXBvQnus3rXbYEMQquO9kFOCtVExn-GpLIaufWA.gif></=
body>
</html>
--0000000000009a23c0063de05675--
sales/cur/1752857417.M180511P2988390.premium320.web-hosting.com,S=90418,W=91907:2,S000064000000260462151007557640020362 0ustar00Return-Path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id iBQyCUl7emhmmS0AVkXPrw
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Fri, 18 Jul 2025 12:50:17 -0400
Return-path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 18 Jul 2025 12:50:17 -0400
Received: from [127.0.0.1] (port=57902 helo=localhost.localdomain)
	by premium320.web-hosting.com with esmtpa (Exim 4.98.2)
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	id 1ucoHo-0000000CYLa-3t9a
	for sales@24hourwaterdamagerestorationlongisland.com;
	Fri, 18 Jul 2025 12:50:16 -0400
Date: Fri, 18 Jul 2025 16:50:16 GMT
From: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Message-Id: <1752857416.yz8LSNLxmmUB_JM5@premium320.web-hosting.com>
Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnHNh?= =?UTF-8?B?bGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNv?= =?UTF-8?B?beKAnS4=?=
To: <sales@24hourwaterdamagerestorationlongisland.com>
X-iContact_locale: en
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-2991937-1752857416-0.175020390257682"

--mixed-Cpanel::Email::Object-2991937-1752857416-0.175020390257682
Content-Type: multipart/alternative; boundary="alternative-Cpanel::Email::Object-2991937-1752857416-0.863297616367582"

--alternative-Cpanel::Email::Object-2991937-1752857416-0.863297616367582
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Client Configuration settings for =E2=80=9Csales@24hourwaterdamagerestorati=
onlongisland.com=E2=80=9D.


Mail Client Manual Settings
---------------------------

Secure SSL/TLS Settings (Recommended)

Username:

sales@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

premium320.web-hosting.com

  * IMAP Port: 993

  * POP3 Port: 995

Outgoing Server:

premium320.web-hosting.com

  * SMTP Port: 465

IMAP, POP3, and SMTP require authentication.

Non-SSL Settings (NOT Recommended)

Username:

sales@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

mail.24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 143

  * POP3 Port: 110

Outgoing Server:

mail.24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 587

IMAP, POP3, and SMTP require authentication.


Calendar & Contacts Manual Settings
-----------------------------------

Secure SSL/TLS Settings (Recommended).

Username:

sales@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

https://premium320.web-hosting.com:2080

  * Port: 2080

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * https://premium320.web-hosting.com:2080/calendars/sales@24hourwaterdama=
gerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * https://premium320.web-hosting.com:2080/addressbooks/sales@24hourwaterd=
amagerestorationlongisland.com/addressbook

Non-SSL Settings (NOT Recommended).

Username:

sales@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

http://mail.24hourwaterdamagerestorationlongisland.com:2079

  * Port: 2079

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/calendars/s=
ales@24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/addressbook=
s/sales@24hourwaterdamagerestorationlongisland.com/addressbook

A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE =
Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.

This notice is the result of a request made by a computer with the IP addre=
ss of =E2=80=9C72.255.7.70=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D se=
rvice on the server.

The remote computer=E2=80=99s location appears to be: Pakistan (PK).

The remote computer=E2=80=99s IP address is assigned to the provider: =E2=
=80=9CCyber Internet Services Pakistan Cyber Internet Services (Private) Li=
mited Cyber Internet Services Pakistan=E2=80=9D

The remote computer=E2=80=99s network link type appears to be: =E2=80=9CDSL=
=E2=80=9D.

The remote computer=E2=80=99s operating system appears to be: =E2=80=9CWind=
ows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.

The system generated this notice on Friday, July 18, 2025 at 4:50:16 PM UTC.

Do not reply to this automated message.

cP

Copyright=C2=A9 2025 cPanel, L.L.C.=

--alternative-Cpanel::Email::Object-2991937-1752857416-0.863297616367582
Content-Type: multipart/related; boundary="related-Cpanel::Email::Object-2991937-1752857416-0.483708342185569"

--related-Cpanel::Email::Object-2991937-1752857416-0.483708342185569
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<body style=3D"background:#F4F4F4">
    <div style=3D"margin:0;padding:0;background:#F4F4F4">
        <table cellpadding=3D"10" cellspacing=3D"0" border=3D"0" width=3D"1=
00%" style=3D"width:0 auto;">
            <tbody>
                <tr>
                    <td align=3D"center">
                        <table cellpadding=3D"0" cellspacing=3D"0" border=
=3D"0" width=3D"680" style=3D"border:0;width:0 auto;max-width:680px;">
                            <tbody>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td width=3D"680" height=3D"25" style=
=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;=
color:#333333">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                            Client Configuration settings f=
or =E2=80=9Csales@24hourwaterdamagerestorationlongisland.com=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td style=3D"padding: 15px 0 20px 0; ba=
ckground-color: #FFFFFF; border: 2px solid #E8E8E8; border-bottom: 2px soli=
d #FF6C2C;">
                                        <table width=3D"680" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" style=3D"background:#FFFFFF;font-family:=
'Helvetica Neue',Helvetica,Arial,sans-serif;">
                                            <tbody>
                                                <tr>
                                                    <td width=3D"15">
                                                    </td>
                                                    <td width=3D"650">
                                                        <table cellpadding=
=3D"0" cellspacing=3D"0" border=3D"0" width=3D"100%">
                                                            <tbody>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v id=3D"manual_settings_area" class=3D"section">
        <h2 id=3D"hdrManualSettings">Mail Client Manual Settings</h2>
=20=20=20=20=20=20=20=20
        <div class=3D"row">
         <div class=3D"col-md-6">
          <div id=3D"ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #428bca;"
=20=20=20=20=20=20=20=20=20=20=20=20
            class=3D"preferred-selection panel panel-primary">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #428bca; border-color: #428b=
ca; color: #fff;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings
                (Recommended)
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSSLSettingsAreaUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSSLSettingsAreaUsername" class=3D"data wrap-text">sales@24hourw=
aterdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaPassword" class=3D"escape-note"> Use the email acco=
unt=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaIncomingServer" class=3D"data">premium320.web-hosti=
ng.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 993</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 995</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaOutGoingServer" class=3D"data">premium320.web-hosti=
ng.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 465</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"lblSettingsAreaSmallNote1" class=3D"small_note">IMAP, POP3,=
 and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
         </div>
=20=20
      </div>
=20=20=20=20=20=20=20=20

        <div class=3D"row" id=3D"nonSSL" style=3D"display: none">
         <div class=3D"col-md-6">
           <div id=3D"non_ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #f6c342;"
=20=20=20=20=20=20=20=20=20=20=20=20
           class=3D"panel panel-default panel-warning">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #f6c3=
42; color: #333;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                <span id=3D"descNonSSLSettings" class=3D"caption not-recomm=
ended">Non-SSL Settings (NOT Recommended)</span>
              </div>
              <table id=3D"tblManualSettingsTable" class=3D"table manual_se=
ttings_table" style=3D"border-collapse: collapse; border-spacing: 0; margin=
-bottom: 0; width: 100%; background-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsUsername" class=3D"data wrap-text">sales@24hourwa=
terdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsPassword" class=3D"escape-note">Use the email acc=
ount=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsIncomingServer" class=3D"data">mail.24hourwaterda=
magerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 143</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 110</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServerData" class=3D"data">mail.24hourwaterd=
amagerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 587</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"descNonSSLSettingsAuthenticationIsRequiredForIMAPPOP3SMTP1"=
 class=3D"small_note">IMAP, POP3, and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
        </div>
      </div>

    </div><div class=3D"section">
        <h2>Calendar &amp; Contacts Manual Settings</h2>
        <div class=3D"row">
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #428bca;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #428bca; border-color: #=
428bca; color: #fff;" class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">sales@24hourwaterdamagerestorationlongisland.co=
m</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">https://premium320.web-hosting.com:2080
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2080</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://premium320.web-hosting.com:2080/cale=
ndars/sales@24hourwaterdamagerestorationlongisland.com/calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://premium320.web-hosting.com:2080/addr=
essbooks/sales@24hourwaterdamagerestorationlongisland.com/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #f6c342;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #=
f6c342; color: #333;" class=3D"panel-heading">
                Non-SSL Settings (NOT Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">sales@24hourwaterdamagerestorationlongisland.co=
m</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">http://mail.24hourwaterdamagerestorationlongisland.com:20=
79
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2079</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/calendars/sales@24hourwaterdamagerestorationlongisland.com/=
calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/addressbooks/sales@24hourwaterdamagerestorationlongisland.c=
om/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
        </div>
      </div>
    </div><p>
 A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE=
 Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.
</p>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v style=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-t=
op: 2px solid #E8E8E8; padding-top:5px; margin-top: 5px; font-size:12px; co=
lor: #666666;">
        <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20
          This notice is the result of a request made by a computer with th=
e <abbr title=3D"Internet Protocol">IP</abbr> address of =E2=80=9C72.255.7.=
70=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D service on the server.
=20=20=20=20=20=20=20=20
    </p>

                    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                            The remote computer=E2=80=99s location appears =
to be: Pakistan (PK).
                    </p>
=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
                <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                  The remote computer=E2=80=99s <abbr title=3D"Internet Pro=
tocol">IP</abbr> address is assigned to the provider: =E2=80=9CCyber Intern=
et Services Pakistan Cyber Internet Services (Private) Limited Cyber Intern=
et Services Pakistan=E2=80=9D
                </p>
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20

=20=20=20=20=20=20=20=20=20
                            <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;=
">
          The remote computer=E2=80=99s network link type appears to be: =
=E2=80=9CDSL=E2=80=9D.
        </p>
                          <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20=20=20
            The remote computer=E2=80=99s operating system appears to be: =
=E2=80=9CWindows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20
        </p>
=20=20=20=20=20=20=20=20=20=20
    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
        The system generated this notice on Friday, July 18, 2025 at 4:50:1=
6 PM UTC.
    </p>
</div>=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                                                           =
<!-- -->
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
<p>
    Do not reply to this automated message.
</p>
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>

                                                    </td>
                                                    <td width=3D"15">
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
                                    <td align=3D"center" style=3D"padding-t=
op: 10px;">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                        <img src=3D"cid:auto_cid_2140506619=
" height=3D"25" width=3D"25" style=3D"border:0;line-height:100%;border:0" a=
lt=3D"cP">
                                        <p style=3D"font-family:'Helvetica =
Neue',Helvetica,Arial,sans-serif;font-size:12px;color:#666666; padding: 0; =
margin: 0;">Copyright=C2=A9=C2=A02025 cPanel, L.L.C.<p>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</body>=

--related-Cpanel::Email::Object-2991937-1752857416-0.483708342185569
Content-Type: image/png; x-unix-mode=0600; name="cpanel-logo-tiny.png"
Content-Disposition: attachment; filename="cpanel-logo-tiny.png"
Content-ID: <auto_cid_2140506619>
Content-Transfer-Encoding: base64

iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAK
T2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AU
kSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXX
Pues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgAB
eNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAt
AGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3
AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dX
Lh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+
5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk
5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd
0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA
4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzA
BhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/ph
CJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5
h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+
Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhM
WE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQ
AkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+Io
UspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdp
r+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZ
D5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61Mb
U2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY
/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllir
SKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79u
p+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6Vh
lWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1
mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lO
k06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7Ry
FDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3I
veRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+B
Z7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/
0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5p
DoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5q
PNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIs
OpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5
hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQ
rAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9
rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1d
T1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aX
Dm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7
vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3S
PVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKa
RptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO
32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21
e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfV
P1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i
/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8
IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADr7aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8
P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4
bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1
LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6
UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5z
IyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5z
OnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1w
TU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0
RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAg
ICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3Av
MS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8x
LjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4w
LyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8i
PgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNp
bnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTAz
LTIyVDA3OjUwOjI4LTA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0
YURhdGU+MjAxNS0wMy0yMlQwNzo1MDoyOC0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAg
ICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3htcDpNb2RpZnlE
YXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmQxMDU0MzZlLWY5ZTAtNDkx
MS1iZTFiLTcwMzcxNDM4NTA4MjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRv
Y3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVmYTlmM2I1LTExMjAtMTE3OC1iOTIzLWZi
MjdlNDc0YmQzYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9j
dW1lbnRJRD54bXAuZGlkOjA4ZTkxZjNlLWU3MjQtNDYzNC04YmJlLTFiNzRlNzMwMTA3NTwveG1w
TU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAg
ICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3Vy
Y2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlv
bj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowOGU5MWYzZS1l
NzI0LTQ2MzQtOGJiZS0xYjc0ZTczMDEwNzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAg
ICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBD
QyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8
L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAg
ICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkMTA1NDM2ZS1mOWUwLTQ5
MTEtYmUxYi03MDM3MTQzODUwODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAg
IDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAg
ICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0
IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RF
dnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAg
ICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxw
aG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAg
ICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NEMxRkU2RTZCQzREMTFFNEI3MDg5OEZGODlDRkQ2RUU8
L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1
bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9w
OkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYt
Mi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8
L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlv
bj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0
aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29s
dXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVu
aXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAg
ICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAg
ICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8
L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ph0AdIcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkA
AHUwAADqYAAAOpgAABdvkl/FRgAAAclJREFUeNrs1s+LjVEYB/DPHe7EYjY2wsaPjaZBZDQLEZGF
hSwkNdlIWbC2UEr5D8ZGSX4sJJINaQjlNkn5lcVMSuSWaagZXImYrsU8N6fT6/JOkcV869T7nOc5
53vO83yf930rzWbT30aHf4AZklKYDQ6tKLvmODZiFpqo4CvquIlzmAQDz4KkHNbjcBv/HvTHGJ1u
unb9QcxmXEHX70g6UI30VNEZ6enN4ibxrWB9H/YWkczBPlzCYzyN8QS30YNlSfwo1mElNuFatt/O
n4WfwgJciIIW4QHmY14ydxeP4nkEDzGMRTG3NL1JJ862IYAaVmVz+ckbmCiW8FQxt2a+LyFLIc2T
OJ/4v8ftUuzH8sSupyQ7suCLOIJP0QMTkaa0oV7gPQbQHUpaG/Et3ElJ+hLHmzhRIyPuxdzEvoqD
MYrwDqfTmnRlaWoULNqS2UNtavg55Ps6JRlJApbgaPRGC1VsS+yP+IDVBZtfDjnfyAt/PUlZBcew
O2oyhBNYnGz2KvpneyaEMbz8lbrO4AAWJr7uRJY9IfMWBqPotTKv+nqcfKwgZrBA3rem+z2pYQNO
4TnG8Rb3sCbs8cj1/TIklZkfif+O5McA9Y1iuiAu5qQAAAAASUVORK5CYII=

--related-Cpanel::Email::Object-2991937-1752857416-0.483708342185569--

--alternative-Cpanel::Email::Object-2991937-1752857416-0.863297616367582--

--mixed-Cpanel::Email::Object-2991937-1752857416-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="caldav-sales@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="caldav-sales@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIId6gYJKoZIhvcNAQcCoIId2zCCHdcCAQExDzANBglghkgBZQMEAgEFADCCCSMGCSqGSIb3DQEH
AaCCCRQEggkQPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FsREFWQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+c2FsZXNAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tPC9zdHJpbmc+DQogICAgICAgIDxrZXk+Q2FsREFWSG9zdE5hbWU8L2tleT4NCiAgICAgICAg
PHN0cmluZz5wcmVtaXVtMzIwLndlYi1ob3N0aW5nLmNvbTwvc3RyaW5nPg0KICAgICAgICA8a2V5
PkNhbERBVlBvcnQ8L2tleT4NCiAgICAgICAgPGludGVnZXI+MjA4MDwvaW50ZWdlcj4NCiAgICAg
ICAgPGtleT5DYWxEQVZQcmluY2lwYWxVUkw8L2tleT4NCiAgICAgICAgPHN0cmluZz4vcHJpbmNp
cGFscy9zYWxlc0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0
cmluZz4NCiAgICAgICAgPGtleT5DYWxEQVZVc2VTU0w8L2tleT4NCiAgICAgICAgPHRydWUvPg0K
ICAgICAgICA8a2V5PkNhbERBVlVzZXJuYW1lPC9rZXk+DQogICAgICAgIDxzdHJpbmc+c2FsZXNA
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAg
ICAgIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogICAgICAgIDxzdHJpbmc+c2FsZXNA
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRh
ciBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0K
ICAgICAgICA8c3RyaW5nPnNhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNs
YW5kLmNvbSBTZWN1cmUgQ2FsZW5kYXIgU2V0dXA8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXls
b2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5zYWxl
cy4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAg
ICAgICAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogICAgICAgIDxzdHJpbmc+MjRo
b3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICAg
IDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgICAgPHN0cmluZz5jb20uYXBwbGUuY2FsZGF2
LmFjY291bnQ8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICAgICAg
ICA8c3RyaW5nPmQ4ZGRiOWMyLTQ4YWMtZWMwNi02MmQ1LTMzMGJlNmRjNzZhMzwvc3RyaW5nPg0K
ICAgICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICAgIDxpbnRlZ2VyPjE8L2lu
dGVnZXI+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBheWxvYWREZXNjcmlwdGlv
bjwva2V5Pg0KICA8c3RyaW5nPnNhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbSBTZWN1cmUgQ2FsZW5kYXIgU2V0dXA8L3N0cmluZz4NCiAgPGtleT5QYXlsb2Fk
RGlzcGxheU5hbWU8L2tleT4NCiAgPHN0cmluZz5zYWxlc0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3Rv
cmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIENhbGVuZGFyIFNldHVwPC9zdHJpbmc+DQogIDxr
ZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4NCiAgPHN0cmluZz5jcGFuZWwubWFpbC5vcmcuc2Fs
ZXMuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLWNhbGRhdjwvc3Ry
aW5nPg0KICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4NCiAgPHN0cmluZz5jcGFuZWwu
bWFpbC5vcmcuc2FsZXMuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxEaXNhbGxvd2VkPC9rZXk+DQogIDxmYWxz
ZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgPHN0cmluZz5Db25maWd1cmF0aW9uPC9z
dHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgPHN0cmluZz5kMzU2YTdhNC1jZmZm
LWQxNzktYzM4Yy01OGYwODFlZTdjM2Q8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVmVyc2lvbjwv
a2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9kaWN0Pg0KPC9wbGlzdD4NCqCCEd0wggYT
MIID+6ADAgECAhB9W1EmtHa6Edt0Fgu8Uw2nMA0GCSqGSIb3DQEBDAUAMIGIMQswCQYDVQQGEwJV
UzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRo
ZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9u
IEF1dGhvcml0eTAeFw0xODExMDIwMDAwMDBaFw0zMDEyMzEyMzU5NTlaMIGPMQswCQYDVQQGEwJH
QjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQK
Ew9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNBIERvbWFpbiBWYWxpZGF0aW9u
IFNlY3VyZSBTZXJ2ZXIgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDWczPW1zwg
0ADSF0W41j4Hoj/HQe4yMMmwbP30n8sSmA8tP41NAQyCDxd/Yi7puEh5+xaDTq3XMiWTtwe/uVA/
qUzDQCrpOf/ZgcofFjJB2oAmuSN6hyAe4/8gmjyVRG+HdQaQQLQykxYJEAgjPtLdhw9vXVEUagpp
xU8BcmnP05NMbQSgoxuCfrGaue3FnsU3eJ+aCDT7Vi5YxAkOBmRbvDfc8Z8oaKhWsJKjXJ+7iJgI
GyQdqzCFrq+wLp56ncHAQhziAvDq4ErS75AOtMFAFvBvhUJKZPekMKD+vy6jJ1qOi1i4rcMZF4Rj
7W9W/YPLYDTEdL7mndvh5OXKDF8VAgMBAAGjggFuMIIBajAfBgNVHSMEGDAWgBRTeb9aqitKz1SA
4dibwJ3ysgNmyzAdBgNVHQ4EFgQUjYxexFStiuF36Zv5mwXhuAGNYeEwDgYDVR0PAQH/BAQDAgGG
MBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMBsGA1Ud
IAQUMBIwBgYEVR0gADAIBgZngQwBAgEwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDovL2NybC51c2Vy
dHJ1c3QuY29tL1VTRVJUcnVzdFJTQUNlcnRpZmljYXRpb25BdXRob3JpdHkuY3JsMHYGCCsGAQUF
BwEBBGowaDA/BggrBgEFBQcwAoYzaHR0cDovL2NydC51c2VydHJ1c3QuY29tL1VTRVJUcnVzdFJT
QUFkZFRydXN0Q0EuY3J0MCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51c2VydHJ1c3QuY29tMA0G
CSqGSIb3DQEBDAUAA4ICAQAyv2G9DkjDT8e6R034nHgZAdwTHYBv/MNwtFKaMTOaV1L7MZ5rpO9U
qomNQBdo+BEQfNLKsfFVhsfuszaRhvY5Ub9Gvw+gurT3fknEKjYXnuRoOXqvlE5Wb7J7O78Khr3N
xXccA7g4saIfX37bitxGSLZoCs+ytbTiNORnqThmCV7SuPydKDoXQCfCck4p/SE8fM8T+5YsxTFE
/RPt1ZupaWh3fO7h/6T5NjgIUzmihDScGfO+DqzVJDfrI6h40NPn75JHZGI5Iu/G9xG+IoXGZkQk
Jo4QMo3Ik64HnoM+L9n59UaOY77B5rTcps0hqIYKldkuhSYa/fyxtldCbZXRM/Y5FAaCQTj1j1jc
gFuk1X2VeP2nm//9xahpqybnp6QFh1upt7ijIAuXqUWF3bOL5Yk3jikN/AYX9jhADkLkEgb7e/PG
EWhi3+OY9BPYFU+LsWnZEGC8ZCrqMbfktaM6FJsm4wt7/QKOtpnBOJdZNvaodKKGtl7rxmTqz6Cj
+W6eui0RtoaYCFgtyawlZPJedbQ4wa5/WkaD6lHKtvGZETVrpWp7xgCw5/i+ZLKtyMLxrONR6qST
4HnI4YFAyQpb4RI8wWAq45fAiULKlM9GmBJpu5jQwtMNcktHbuWTxDIoY4dD5LAyPgrTS78jmxQp
QSuaBB+TLfHHOUg8rVoSfzCCBYEwggRpoAMCAQICEDlyRDr5IrdR19NsEN0xNZUwDQYJKoZIhvcN
AQEMBQAwezELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE
BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMMGEFBQSBDZXJ0
aWZpY2F0ZSBTZXJ2aWNlczAeFw0xOTAzMTIwMDAwMDBaFw0yODEyMzEyMzU5NTlaMIGIMQswCQYD
VQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5IENpdHkxHjAcBgNV
BAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZp
Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIASZRc2DsPb
CLPQrFcNdu3NJ9NMrVCDYeKqIE0JLWQJ3M6Jn8w9qez2z8Hc8dOx1ns3KBErR9o5xrw6GbRfpr19
naNjQrZ28qk7K5H44m/Q7BYgkAk+4uh0yRi0kdRiZNt/owbxiBhqkCI8vP4T8IcUe/bkH47U5FHG
EWdGCFHLhhRUP7wz/n5snP8WnRi9UY41pqdmyHJn2yFmsdSbeAPAUDrozPDcvJ5M/q8FljUfV1q3
/875PbcstvZU3cjnEjpNrkyKt1yatLcgPcp/IjSufjtoZgFE5wFORlObM2D3lL5TN5BzQ/Myw1Pv
26r+dE5px2uMYJPexMcM3+EyrsyTO1F4lWeL7j1W/gzQaQ8bD/MlJmszbfduR/pzQ+V+DqVmsSl8
MoRjVYnEDcGTVDAZE6zTfTen6106bDVc20HXEtqpSQvf2ICKCZNijrVmzyWIzYS4sT+kOQ/ZAp7r
EkyVfPNrBaleFoPMuGfi6BOdzFuC00yz7Vv/3uVzrCM7LQC/NVV0CUnYSVgaf5I25lGSDvMmfRxN
F7zJ7EMm0L9BX0CpRET0medXh55QH1dUqD79dGMvsVBlCeZYQi5DGky08CVHWfoEHpPUJkZKUIGy
3r54t/xnFeHJV4QeD2PW6WK61l9VLupcxigIBCU5uA4rqfJMlxwHPw1S9e3vL4IPAgMBAAGjgfIw
ge8wHwYDVR0jBBgwFoAUoBEKIz6W8Qfs4q8p74Klf9AwpLQwHQYDVR0OBBYEFFN5v1qqK0rPVIDh
2JvAnfKyA2bLMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MBEGA1UdIAQKMAgwBgYE
VR0gADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9BQUFDZXJ0aWZp
Y2F0ZVNlcnZpY2VzLmNybDA0BggrBgEFBQcBAQQoMCYwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3Nw
LmNvbW9kb2NhLmNvbTANBgkqhkiG9w0BAQwFAAOCAQEAGIdR3HQhPZyK4Ce3M9AuzOzw5steEd4i
b5t1jp5y/uTW/qofnJYt7wNKfq70jW9yPEM7wD/ruN9cqqnGrvL82O6je0P2hjZ8FODN9Pc//t64
tIrwkZb+/UNkfv3M0gGhfX34GRnJQisTv1iLuqSiZgR2iJFODIkUzqJNyTKzuugUGrxx8VvwQQuY
AAoiAxDlDLH5zZI3Ge078eQ6tvlFEyZ1r7uq7z97dzvSxAKRPRkA0xdcOds/exgNRc2ThZYvXd9Z
Fk8/Ub3VRRg/7UqO6AZhdCMWtQ1QcydER38QXYkqa4UxFMToqWpMgLxqeM+4f452cpkMnf7XkQgW
oaNflTCCBj0wggUloAMCAQICEBE+oacN/FYCOWVV5vIIBlgwDQYJKoZIhvcNAQELBQAwgY8xCzAJ
BgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQx
GDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBSU0EgRG9tYWluIFZh
bGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQTAeFw0yNTAzMTMwMDAwMDBaFw0yNjA0MDUyMzU5NTla
MBwxGjAYBgNVBAMMESoud2ViLWhvc3RpbmcuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
CgKCAQEAxDTccXMdxow9ig88z4SZQCUAp+rGP5tMeVRyXmVnS49LZNwwLJENdA84TYSyX0+J1xdk
sgFzkBBi0/gNsrRhx25/mGWt4qtDLrDxnF/yZg+lvEQ6FZevucBYas3734V4tfU+M+P2qflAMDOi
Nlyo3XnJgECyjh4Hg0o87Ao+gP/R7f943xT6RPs8mvZwPlmeqco5KJLn09RRXDXoZWWLJIW6Y4be
+aSbSRjRUFtHnyGpfd3CkCjcovJRgE+ykZ8c52idyv7AslxGSkXVRabvyRQv/NDrlZcTl3Ub+KmN
bow4XQA3nIrQEmHIaGN55LiMYLtVfs3Ck9ewjcefFd7aEwIDAQABo4IDBTCCAwEwHwYDVR0jBBgw
FoAUjYxexFStiuF36Zv5mwXhuAGNYeEwHQYDVR0OBBYEFM4JK9MyBMH+lwd5IbEjPKE22a3wMA4G
A1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcD
AjBJBgNVHSAEQjBAMDQGCysGAQQBsjEBAgIHMCUwIwYIKwYBBQUHAgEWF2h0dHBzOi8vc2VjdGln
by5jb20vQ1BTMAgGBmeBDAECATCBhAYIKwYBBQUHAQEEeDB2ME8GCCsGAQUFBzAChkNodHRwOi8v
Y3J0LnNlY3RpZ28uY29tL1NlY3RpZ29SU0FEb21haW5WYWxpZGF0aW9uU2VjdXJlU2VydmVyQ0Eu
Y3J0MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0aWdvLmNvbTAtBgNVHREEJjAkghEqLndl
Yi1ob3N0aW5nLmNvbYIPd2ViLWhvc3RpbmcuY29tMIIBfwYKKwYBBAHWeQIEAgSCAW8EggFrAWkA
dwCWl2S/VViXrfdDh2g3CEJ36fA61fak8zZuRqQ/D8qpxgAAAZWPXRnTAAAEAwBIMEYCIQD9jTpX
SS4lJ/8xjL0DuJ5Y4BgKI6AyEpsFQUyWO3u5BQIhAJytdxKISbardANzicbaw31ulZD+EEhY6c5W
d5rDPOxZAHYAGYbUxyiqb/66A294Kk0BkarOLXIxD67OXXBBLSVMx9QAAAGVj10ZZwAABAMARzBF
AiBcZG+l8k/8CMK9POeQn2BfBwmf5vHQpI7+4JeNNiXmWAIhAIWvImMEUtzUJfZ0uw9f5uVMae6k
1N76OdbFg+/IHr+2AHYAyzj3FYl8hKFEX1vB3fvJbvKaWc1HCmkFhbDLFMMUWOcAAAGVj10ZlAAA
BAMARzBFAiEAppjJvs//cfY6QasJmR2EsdKY7kKt6OS++Gw+ckAJAksCIHN8akz1qNLhzmUZxrq0
RegL5iNNUm0N65tM6o/EGfO4MA0GCSqGSIb3DQEBCwUAA4IBAQBoUWRnILTcY8QsqNYNs1qaH8IJ
vNPcSFcsZ6IZmOMqD1VMCCnKDiksThXLiYl8ak4Ukswi3dUmzvpaaiVcIS18fQMyKL7DkJPUycH4
Z/bR0maeOCDq9n5bx2SZdfmW3hUTdrqgUQtJm7954HJC1j9UqdEv+LdqfV2SiXyW269/ujy0yq7Q
wx1xl+7tZAYGnYO4SefHfT7caGZ24P/aI86pxYJFEYl1nQW6nlkT3OY5EeL3ILpxEKRqqw6r7h6B
i5RZ8El9PL9UxXBvpB6Aa5VT1RQzAuXVpmLSF4TVJdN7/YJ76ibzMNv/PGyyssThwdmRu9m06ec1
47IkBTYyjLKnMYICtzCCArMCAQEwgaQwgY8xCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVy
IE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3
MDUGA1UEAxMuU2VjdGlnbyBSU0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQQIQ
ET6hpw38VgI5ZVXm8ggGWDANBglghkgBZQMEAgEFAKCB5DAYBgkqhkiG9w0BCQMxCwYJKoZIhvcN
AQcBMBwGCSqGSIb3DQEJBTEPFw0yNTA3MTgxNjUwMTVaMC8GCSqGSIb3DQEJBDEiBCDrBrn8y3yn
lkt5T48t9ewl8DYSH2DbSGUkE/JqMmhGRDB5BgkqhkiG9w0BCQ8xbDBqMAsGCWCGSAFlAwQBKjAL
BglghkgBZQMEARYwCwYJYIZIAWUDBAECMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggq
hkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDANBgkqhkiG9w0BAQEFAASCAQCEIN+E
NQY+Xg4SACp7o1ntSRg5c/A7lIpGQHjxhtLfVhGwafYIdxA9dfWnSlBmB3FROKHFhB0a9pOZ1ADM
O7Bp7EmwBSYvVpnOdtWD0PLwezx50REk37X1o2nKzCFgGz4ZS0lP146XApgHBmEOdq0qrdUni50F
qGxHDRGPGbKGCRnyza2V+fLhy1pG/FuUaicxBR/hsmferqGGbLLmPc3NlPUwtTdzurliF6y3wvzJ
eM1RQ2pmPUJYFNBbGALNF8rjg8ITi/ja9hQx3IN9UENpdjstyNDHn41Gcg98hUy15I6i4QWRud2D
8Ixq09oaeTIFaGDoagJ08TIMUwZMssLs

--mixed-Cpanel::Email::Object-2991937-1752857416-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="carddav-sales@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="carddav-sales@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIdDgYJKoZIhvcNAQcCoIIc/zCCHPsCAQExDzANBglghkgBZQMEAgEFADCCCEcGCSqGSIb3DQEH
AaCCCDgEggg0PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FyZERBVkFjY291bnREZXNjcmlwdGlvbjwva2V5Pg0KICAg
ICAgICA8c3RyaW5nPnNhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbSBTZWN1cmUgQ29udGFjdHMgU2V0dXA8L3N0cmluZz4NCiAgICAgICAgPGtleT5DYXJkREFW
SG9zdE5hbWU8L2tleT4NCiAgICAgICAgPHN0cmluZz5wcmVtaXVtMzIwLndlYi1ob3N0aW5nLmNv
bToyMDgwPC9zdHJpbmc+DQogICAgICAgIDxrZXk+Q2FyZERBVlVzZVNTTDwva2V5Pg0KICAgICAg
ICA8dHJ1ZS8+DQogICAgICAgIDxrZXk+Q2FyZERBVlVzZXJuYW1lPC9rZXk+DQogICAgICAgIDxz
dHJpbmc+c2FsZXNAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9z
dHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogICAgICAgIDxz
dHJpbmc+c2FsZXNAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNl
Y3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREaXNwbGF5
TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPkNhcmREQVY8L3N0cmluZz4NCiAgICAgICAgPGtl
eT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9y
Zy5zYWxlcy4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmlu
Zz4NCiAgICAgICAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogICAgICAgIDxzdHJp
bmc+MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQog
ICAgICAgIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgICAgPHN0cmluZz5jb20uYXBwbGUu
Y2FyZGRhdi5hY2NvdW50PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4N
CiAgICAgICAgPHN0cmluZz43ZTcwNzhkNy0wNDMzLTRlZmEtNjdmZi02NDA1MWE2YWEwYzA8L3N0
cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICAgICAgICA8aW50ZWdl
cj4xPC9pbnRlZ2VyPg0KICAgIDwvZGljdD4NCiAgPC9hcnJheT4NCiAgPGtleT5QYXlsb2FkRGVz
Y3JpcHRpb248L2tleT4NCiAgPHN0cmluZz5zYWxlc0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0
aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIENvbnRhY3RzIFNldHVwPC9zdHJpbmc+DQogIDxrZXk+
UGF5bG9hZERpc3BsYXlOYW1lPC9rZXk+DQogIDxzdHJpbmc+c2FsZXNAMjRob3Vyd2F0ZXJkYW1h
Z2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5n
Pg0KICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwu
b3JnLnNhbGVzLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbS1jYXJk
ZGF2PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0KICA8c3RyaW5n
PmNwYW5lbC5tYWlsLm9yZy5zYWxlcy4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lz
bGFuZC5jb208L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkUmVtb3ZhbERpc2FsbG93ZWQ8L2tleT4N
CiAgPGZhbHNlLz4NCiAgPGtleT5QYXlsb2FkVHlwZTwva2V5Pg0KICA8c3RyaW5nPkNvbmZpZ3Vy
YXRpb248L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICA8c3RyaW5nPmFlMzM1
MDc3LTYzMWYtMWE2MS01ZjRjLWI5MThmMTg1NGE3YTwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRW
ZXJzaW9uPC9rZXk+DQogIDxpbnRlZ2VyPjE8L2ludGVnZXI+DQo8L2RpY3Q+DQo8L3BsaXN0Pg0K
oIIR3TCCBhMwggP7oAMCAQICEH1bUSa0droR23QWC7xTDacwDQYJKoZIhvcNAQEMBQAwgYgxCzAJ
BgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYDVQQHEwtKZXJzZXkgQ2l0eTEeMBwG
A1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMS4wLAYDVQQDEyVVU0VSVHJ1c3QgUlNBIENlcnRp
ZmljYXRpb24gQXV0aG9yaXR5MB4XDTE4MTEwMjAwMDAwMFoXDTMwMTIzMTIzNTk1OVowgY8xCzAJ
BgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQx
GDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBSU0EgRG9tYWluIFZh
bGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
ANZzM9bXPCDQANIXRbjWPgeiP8dB7jIwybBs/fSfyxKYDy0/jU0BDIIPF39iLum4SHn7FoNOrdcy
JZO3B7+5UD+pTMNAKuk5/9mByh8WMkHagCa5I3qHIB7j/yCaPJVEb4d1BpBAtDKTFgkQCCM+0t2H
D29dURRqCmnFTwFyac/Tk0xtBKCjG4J+sZq57cWexTd4n5oINPtWLljECQ4GZFu8N9zxnyhoqFaw
kqNcn7uImAgbJB2rMIWur7AunnqdwcBCHOIC8OrgStLvkA60wUAW8G+FQkpk96QwoP6/LqMnWo6L
WLitwxkXhGPtb1b9g8tgNMR0vuad2+Hk5coMXxUCAwEAAaOCAW4wggFqMB8GA1UdIwQYMBaAFFN5
v1qqK0rPVIDh2JvAnfKyA2bLMB0GA1UdDgQWBBSNjF7EVK2K4Xfpm/mbBeG4AY1h4TAOBgNVHQ8B
Af8EBAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUH
AwIwGwYDVR0gBBQwEjAGBgRVHSAAMAgGBmeBDAECATBQBgNVHR8ESTBHMEWgQ6BBhj9odHRwOi8v
Y3JsLnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQ2VydGlmaWNhdGlvbkF1dGhvcml0eS5jcmww
dgYIKwYBBQUHAQEEajBoMD8GCCsGAQUFBzAChjNodHRwOi8vY3J0LnVzZXJ0cnVzdC5jb20vVVNF
UlRydXN0UlNBQWRkVHJ1c3RDQS5jcnQwJQYIKwYBBQUHMAGGGWh0dHA6Ly9vY3NwLnVzZXJ0cnVz
dC5jb20wDQYJKoZIhvcNAQEMBQADggIBADK/Yb0OSMNPx7pHTficeBkB3BMdgG/8w3C0UpoxM5pX
Uvsxnmuk71SqiY1AF2j4ERB80sqx8VWGx+6zNpGG9jlRv0a/D6C6tPd+ScQqNhee5Gg5eq+UTlZv
sns7vwqGvc3FdxwDuDixoh9fftuK3EZItmgKz7K1tOI05GepOGYJXtK4/J0oOhdAJ8JyTin9ITx8
zxP7lizFMUT9E+3Vm6lpaHd87uH/pPk2OAhTOaKENJwZ874OrNUkN+sjqHjQ0+fvkkdkYjki78b3
Eb4ihcZmRCQmjhAyjciTrgeegz4v2fn1Ro5jvsHmtNymzSGohgqV2S6FJhr9/LG2V0JtldEz9jkU
BoJBOPWPWNyAW6TVfZV4/aeb//3FqGmrJuenpAWHW6m3uKMgC5epRYXds4vliTeOKQ38Bhf2OEAO
QuQSBvt788YRaGLf45j0E9gVT4uxadkQYLxkKuoxt+S1ozoUmybjC3v9Ao62mcE4l1k29qh0ooa2
XuvGZOrPoKP5bp66LRG2hpgIWC3JrCVk8l51tDjBrn9aRoPqUcq28ZkRNWulanvGALDn+L5ksq3I
wvGs41HqpJPgecjhgUDJClvhEjzBYCrjl8CJQsqUz0aYEmm7mNDC0w1yS0du5ZPEMihjh0PksDI+
CtNLvyObFClBK5oEH5Mt8cc5SDytWhJ/MIIFgTCCBGmgAwIBAgIQOXJEOvkit1HX02wQ3TE1lTAN
BgkqhkiG9w0BAQwFADB7MQswCQYDVQQGEwJHQjEbMBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVy
MRAwDgYDVQQHDAdTYWxmb3JkMRowGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwY
QUFBIENlcnRpZmljYXRlIFNlcnZpY2VzMB4XDTE5MDMxMjAwMDAwMFoXDTI4MTIzMTIzNTk1OVow
gYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYDVQQHEwtKZXJzZXkgQ2l0
eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMS4wLAYDVQQDEyVVU0VSVHJ1c3QgUlNB
IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA
gBJlFzYOw9sIs9CsVw127c0n00ytUINh4qogTQktZAnczomfzD2p7PbPwdzx07HWezcoEStH2jnG
vDoZtF+mvX2do2NCtnbyqTsrkfjib9DsFiCQCT7i6HTJGLSR1GJk23+jBvGIGGqQIjy8/hPwhxR7
9uQfjtTkUcYRZ0YIUcuGFFQ/vDP+fmyc/xadGL1RjjWmp2bIcmfbIWax1Jt4A8BQOujM8Ny8nkz+
rwWWNR9XWrf/zvk9tyy29lTdyOcSOk2uTIq3XJq0tyA9yn8iNK5+O2hmAUTnAU5GU5szYPeUvlM3
kHND8zLDU+/bqv50TmnHa4xgk97Exwzf4TKuzJM7UXiVZ4vuPVb+DNBpDxsP8yUmazNt925H+nND
5X4OpWaxKXwyhGNVicQNwZNUMBkTrNN9N6frXTpsNVzbQdcS2qlJC9/YgIoJk2KOtWbPJYjNhLix
P6Q5D9kCnusSTJV882sFqV4Wg8y4Z+LoE53MW4LTTLPtW//e5XOsIzstAL81VXQJSdhJWBp/kjbm
UZIO8yZ9HE0XvMnsQybQv0FfQKlERPSZ51eHnlAfV1SoPv10Yy+xUGUJ5lhCLkMaTLTwJUdZ+gQe
k9QmRkpQgbLevni3/GcV4clXhB4PY9bpYrrWX1Uu6lzGKAgEJTm4Diup8kyXHAc/DVL17e8vgg8C
AwEAAaOB8jCB7zAfBgNVHSMEGDAWgBSgEQojPpbxB+zirynvgqV/0DCktDAdBgNVHQ4EFgQUU3m/
WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wEQYDVR0g
BAowCDAGBgRVHSAAMEMGA1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwuY29tb2RvY2EuY29tL0FB
QUNlcnRpZmljYXRlU2VydmljZXMuY3JsMDQGCCsGAQUFBwEBBCgwJjAkBggrBgEFBQcwAYYYaHR0
cDovL29jc3AuY29tb2RvY2EuY29tMA0GCSqGSIb3DQEBDAUAA4IBAQAYh1HcdCE9nIrgJ7cz0C7M
7PDmy14R3iJvm3WOnnL+5Nb+qh+cli3vA0p+rvSNb3I8QzvAP+u431yqqcau8vzY7qN7Q/aGNnwU
4M309z/+3ri0ivCRlv79Q2R+/czSAaF9ffgZGclCKxO/WIu6pKJmBHaIkU4MiRTOok3JMrO66BQa
vHHxW/BBC5gACiIDEOUMsfnNkjcZ7Tvx5Dq2+UUTJnWvu6rvP3t3O9LEApE9GQDTF1w52z97GA1F
zZOFli9d31kWTz9RvdVFGD/tSo7oBmF0Ixa1DVBzJ0RHfxBdiSprhTEUxOipakyAvGp4z7h/jnZy
mQyd/teRCBaho1+VMIIGPTCCBSWgAwIBAgIQET6hpw38VgI5ZVXm8ggGWDANBgkqhkiG9w0BAQsF
ADCBjzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMH
U2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFJTQSBE
b21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBMB4XDTI1MDMxMzAwMDAwMFoXDTI2MDQw
NTIzNTk1OVowHDEaMBgGA1UEAwwRKi53ZWItaG9zdGluZy5jb20wggEiMA0GCSqGSIb3DQEBAQUA
A4IBDwAwggEKAoIBAQDENNxxcx3GjD2KDzzPhJlAJQCn6sY/m0x5VHJeZWdLj0tk3DAskQ10DzhN
hLJfT4nXF2SyAXOQEGLT+A2ytGHHbn+YZa3iq0MusPGcX/JmD6W8RDoVl6+5wFhqzfvfhXi19T4z
4/ap+UAwM6I2XKjdecmAQLKOHgeDSjzsCj6A/9Ht/3jfFPpE+zya9nA+WZ6pyjkokufT1FFcNehl
ZYskhbpjht75pJtJGNFQW0efIal93cKQKNyi8lGAT7KRnxznaJ3K/sCyXEZKRdVFpu/JFC/80OuV
lxOXdRv4qY1ujDhdADecitASYchoY3nkuIxgu1V+zcKT17CNx58V3toTAgMBAAGjggMFMIIDATAf
BgNVHSMEGDAWgBSNjF7EVK2K4Xfpm/mbBeG4AY1h4TAdBgNVHQ4EFgQUzgkr0zIEwf6XB3khsSM8
oTbZrfAwDgYDVR0PAQH/BAQDAgWgMAwGA1UdEwEB/wQCMAAwHQYDVR0lBBYwFAYIKwYBBQUHAwEG
CCsGAQUFBwMCMEkGA1UdIARCMEAwNAYLKwYBBAGyMQECAgcwJTAjBggrBgEFBQcCARYXaHR0cHM6
Ly9zZWN0aWdvLmNvbS9DUFMwCAYGZ4EMAQIBMIGEBggrBgEFBQcBAQR4MHYwTwYIKwYBBQUHMAKG
Q2h0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1JTQURvbWFpblZhbGlkYXRpb25TZWN1cmVT
ZXJ2ZXJDQS5jcnQwIwYIKwYBBQUHMAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28uY29tMC0GA1UdEQQm
MCSCESoud2ViLWhvc3RpbmcuY29tgg93ZWItaG9zdGluZy5jb20wggF/BgorBgEEAdZ5AgQCBIIB
bwSCAWsBaQB3AJaXZL9VWJet90OHaDcIQnfp8DrV9qTzNm5GpD8PyqnGAAABlY9dGdMAAAQDAEgw
RgIhAP2NOldJLiUn/zGMvQO4nljgGAojoDISmwVBTJY7e7kFAiEAnK13EohJtqt0A3OJxtrDfW6V
kP4QSFjpzlZ3msM87FkAdgAZhtTHKKpv/roDb3gqTQGRqs4tcjEPrs5dcEEtJUzH1AAAAZWPXRln
AAAEAwBHMEUCIFxkb6XyT/wIwr0855CfYF8HCZ/m8dCkjv7gl402JeZYAiEAha8iYwRS3NQl9nS7
D1/m5Uxp7qTU3vo51sWD78gev7YAdgDLOPcViXyEoURfW8Hd+8lu8ppZzUcKaQWFsMsUwxRY5wAA
AZWPXRmUAAAEAwBHMEUCIQCmmMm+z/9x9jpBqwmZHYSx0pjuQq3o5L74bD5yQAkCSwIgc3xqTPWo
0uHOZRnGurRF6AvmI01SbQ3rm0zqj8QZ87gwDQYJKoZIhvcNAQELBQADggEBAGhRZGcgtNxjxCyo
1g2zWpofwgm809xIVyxnohmY4yoPVUwIKcoOKSxOFcuJiXxqThSSzCLd1SbO+lpqJVwhLXx9AzIo
vsOQk9TJwfhn9tHSZp44IOr2flvHZJl1+ZbeFRN2uqBRC0mbv3ngckLWP1Sp0S/4t2p9XZKJfJbb
r3+6PLTKrtDDHXGX7u1kBgadg7hJ58d9PtxoZnbg/9ojzqnFgkURiXWdBbqeWRPc5jkR4vcgunEQ
pGqrDqvuHoGLlFnwSX08v1TFcG+kHoBrlVPVFDMC5dWmYtIXhNUl03v9gnvqJvMw2/88bLKyxOHB
2ZG72bTp5zXjsiQFNjKMsqcxggK3MIICswIBATCBpDCBjzELMAkGA1UEBhMCR0IxGzAZBgNVBAgT
EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBM
aW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2Vy
dmVyIENBAhARPqGnDfxWAjllVebyCAZYMA0GCWCGSAFlAwQCAQUAoIHkMBgGCSqGSIb3DQEJAzEL
BgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTI1MDcxODE2NTAxNVowLwYJKoZIhvcNAQkEMSIE
IPAaPjB6fk46ZBRJo093iR8LPnNUzCfo7hFyzcHUSYpPMHkGCSqGSIb3DQEJDzFsMGowCwYJYIZI
AWUDBAEqMAsGCWCGSAFlAwQBFjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwIC
AgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMA0GCSqGSIb3DQEBAQUA
BIIBAJj6rAKqa7mjBRjQsaCriDwryzMxLzH/WBu3mtVaXqBrEEpvQaXUcBplQFUfRe5cNL6yZcmw
dJO2pWHo1vAlpXMgA5sTB6u6DPVvSZWeoKyaMACMoiCPT0e2TMmpZrs1/MQNeuxrhmGp97H2d2g1
NB5dOML6B5VKuBHRJkuQomf2ZZU8dzYC7WfSg/w81bu5M7lgTJ9t+WJnP0IgJJat+HP+/+yaSJNz
/cJ15CQ9u1ZH8WsEy02EIG3vjz/EGfajwhVpvlvAS7dYyycM4ERWzSY+OIAZQ0LSGGj0X25kdRYn
SVWCDA4qut/HWy2VEVOFRthtsONL6Jj6689pnWtqSeE=

--mixed-Cpanel::Email::Object-2991937-1752857416-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="email-sales@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="email-sales@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIhvQYJKoZIhvcNAQcCoIIhrjCCIaoCAQExDzANBglghkgBZQMEAgEFADCCDPYGCSqGSIb3DQEH
AaCCDOcEggzjPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAgICA8
c3RyaW5nPnNhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwv
c3RyaW5nPg0KICAgICAgPGtleT5FbWFpbEFjY291bnROYW1lPC9rZXk+DQogICAgICA8c3RyaW5n
PnNhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5n
Pg0KICAgICAgPGtleT5FbWFpbEFjY291bnRUeXBlPC9rZXk+DQogICAgICA8c3RyaW5nPkVtYWls
VHlwZUlNQVA8L3N0cmluZz4NCiAgICAgIDxrZXk+RW1haWxBZGRyZXNzPC9rZXk+DQogICAgICA8
c3RyaW5nPnNhbGVzQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwv
c3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlvbjwva2V5
Pg0KICAgICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAgPGtleT5J
bmNvbWluZ01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5wcmVtaXVtMzIw
LndlYi1ob3N0aW5nLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJQ
b3J0TnVtYmVyPC9rZXk+DQogICAgICA8aW50ZWdlcj45OTM8L2ludGVnZXI+DQogICAgICA8a2V5
PkluY29taW5nTWFpbFNlcnZlclVzZVNTTDwva2V5Pg0KICAgICAgPHRydWUvPg0KICAgICAgPGtl
eT5JbmNvbWluZ01haWxTZXJ2ZXJVc2VybmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5zYWxlc0Ay
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAg
IDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyQXV0aGVudGljYXRpb248L2tleT4NCiAgICAgIDxzdHJp
bmc+RW1haWxBdXRoUGFzc3dvcmQ8L3N0cmluZz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2Vy
dmVySG9zdE5hbWU8L2tleT4NCiAgICAgIDxzdHJpbmc+cHJlbWl1bTMyMC53ZWItaG9zdGluZy5j
b208L3N0cmluZz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyUG9ydE51bWJlcjwva2V5
Pg0KICAgICAgPGludGVnZXI+NDY1PC9pbnRlZ2VyPg0KICAgICAgPGtleT5PdXRnb2luZ01haWxT
ZXJ2ZXJVc2VTU0w8L2tleT4NCiAgICAgIDx0cnVlLz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWls
U2VydmVyVXNlcm5hbWU8L2tleT4NCiAgICAgIDxzdHJpbmc+c2FsZXNAMjRob3Vyd2F0ZXJkYW1h
Z2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICA8a2V5Pk91dGdvaW5n
UGFzc3dvcmRTYW1lQXNJbmNvbWluZ1Bhc3N3b3JkPC9rZXk+DQogICAgICA8dHJ1ZS8+DQogICAg
ICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICAgICAgPHN0cmluZz5zYWxlc0AyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIEVtYWlsIFNldHVw
PC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICAgICAgPHN0
cmluZz5zYWxlc0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2Vj
dXJlIEVtYWlsIFNldHVwPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9r
ZXk+DQogICAgICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5zYWxlcy4yNGhvdXJ3YXRlcmRhbWFn
ZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZE9y
Z2FuaXphdGlvbjwva2V5Pg0KICAgICAgPHN0cmluZz4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0
aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4N
CiAgICAgIDxzdHJpbmc+Y29tLmFwcGxlLm1haWwubWFuYWdlZDwvc3RyaW5nPg0KICAgICAgPGtl
eT5QYXlsb2FkVVVJRDwva2V5Pg0KICAgICAgPHN0cmluZz5lN2U1NTYzNC1iN2RmLTE3MTEtY2I4
Mi1kOTFmZTgyZjFmZTk8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZFZlcnNpb248L2tleT4N
CiAgICAgIDxpbnRlZ2VyPjE8L2ludGVnZXI+DQogICAgICA8a2V5PlByZXZlbnRBcHBTaGVldDwv
a2V5Pg0KICAgICAgPGZhbHNlLz4NCiAgICAgIDxrZXk+UHJldmVudE1vdmU8L2tleT4NCiAgICAg
IDxmYWxzZS8+DQogICAgICA8a2V5PlNNSU1FRW5hYmxlZDwva2V5Pg0KICAgICAgPGZhbHNlLz4N
CiAgICAgIDxrZXk+SW5jb21pbmdNYWlsU2VydmVySU1BUFBhdGhQcmVmaXg8L2tleT4NCiAgICAg
IDxzdHJpbmc+SU5CT1g8L3N0cmluZz4NCiAgICA8L2RpY3Q+DQogIDwvYXJyYXk+DQogIDxrZXk+
UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogIDxzdHJpbmc+c2FsZXNAMjRob3Vyd2F0ZXJkYW1h
Z2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBFbWFpbCBTZXR1cDwvc3RyaW5nPg0K
ICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3RyaW5nPnNhbGVzQDI0aG91cndh
dGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgRW1haWwgU2V0dXA8L3N0
cmluZz4NCiAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5t
YWlsLm9yZy5zYWxlcy4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20t
ZW1haWw8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogIDxzdHJp
bmc+Y3BhbmVsLm1haWwub3JnLnNhbGVzLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbTwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRSZW1vdmFsRGlzYWxsb3dlZDwva2V5
Pg0KICA8ZmFsc2UvPg0KICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogIDxzdHJpbmc+Q29uZmln
dXJhdGlvbjwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRVVUlEPC9rZXk+DQogIDxzdHJpbmc+NWEy
MmQ0YTYtZGJkMi0wYjkxLWMzMWQtNmJhMWY4M2Q0MjFlPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9h
ZFZlcnNpb248L2tleT4NCiAgPGludGVnZXI+MTwvaW50ZWdlcj4NCjwvZGljdD4NCjwvcGxpc3Q+
DQqgghHdMIIGEzCCA/ugAwIBAgIQfVtRJrR2uhHbdBYLvFMNpzANBgkqhkiG9w0BAQwFADCBiDEL
MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4w
HAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy
dGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTgxMTAyMDAwMDAwWhcNMzAxMjMxMjM1OTU5WjCBjzEL
MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9y
ZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFJTQSBEb21haW4g
VmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
AQEA1nMz1tc8INAA0hdFuNY+B6I/x0HuMjDJsGz99J/LEpgPLT+NTQEMgg8Xf2Iu6bhIefsWg06t
1zIlk7cHv7lQP6lMw0Aq6Tn/2YHKHxYyQdqAJrkjeocgHuP/IJo8lURvh3UGkEC0MpMWCRAIIz7S
3YcPb11RFGoKacVPAXJpz9OTTG0EoKMbgn6xmrntxZ7FN3ifmgg0+1YuWMQJDgZkW7w33PGfKGio
VrCSo1yfu4iYCBskHaswha6vsC6eep3BwEIc4gLw6uBK0u+QDrTBQBbwb4VCSmT3pDCg/r8uoyda
jotYuK3DGReEY+1vVv2Dy2A0xHS+5p3b4eTlygxfFQIDAQABo4IBbjCCAWowHwYDVR0jBBgwFoAU
U3m/WqorSs9UgOHYm8Cd8rIDZsswHQYDVR0OBBYEFI2MXsRUrYrhd+mb+ZsF4bgBjWHhMA4GA1Ud
DwEB/wQEAwIBhjASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEF
BQcDAjAbBgNVHSAEFDASMAYGBFUdIAAwCAYGZ4EMAQIBMFAGA1UdHwRJMEcwRaBDoEGGP2h0dHA6
Ly9jcmwudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FDZXJ0aWZpY2F0aW9uQXV0aG9yaXR5LmNy
bDB2BggrBgEFBQcBAQRqMGgwPwYIKwYBBQUHMAKGM2h0dHA6Ly9jcnQudXNlcnRydXN0LmNvbS9V
U0VSVHJ1c3RSU0FBZGRUcnVzdENBLmNydDAlBggrBgEFBQcwAYYZaHR0cDovL29jc3AudXNlcnRy
dXN0LmNvbTANBgkqhkiG9w0BAQwFAAOCAgEAMr9hvQ5Iw0/HukdN+Jx4GQHcEx2Ab/zDcLRSmjEz
mldS+zGea6TvVKqJjUAXaPgREHzSyrHxVYbH7rM2kYb2OVG/Rr8PoLq0935JxCo2F57kaDl6r5RO
Vm+yezu/Coa9zcV3HAO4OLGiH19+24rcRki2aArPsrW04jTkZ6k4Zgle0rj8nSg6F0AnwnJOKf0h
PHzPE/uWLMUxRP0T7dWbqWlod3zu4f+k+TY4CFM5ooQ0nBnzvg6s1SQ36yOoeNDT5++SR2RiOSLv
xvcRviKFxmZEJCaOEDKNyJOuB56DPi/Z+fVGjmO+wea03KbNIaiGCpXZLoUmGv38sbZXQm2V0TP2
ORQGgkE49Y9Y3IBbpNV9lXj9p5v//cWoaasm56ekBYdbqbe4oyALl6lFhd2zi+WJN44pDfwGF/Y4
QA5C5BIG+3vzxhFoYt/jmPQT2BVPi7Fp2RBgvGQq6jG35LWjOhSbJuMLe/0CjraZwTiXWTb2qHSi
hrZe68Zk6s+go/lunrotEbaGmAhYLcmsJWTyXnW0OMGuf1pGg+pRyrbxmRE1a6Vqe8YAsOf4vmSy
rcjC8azjUeqkk+B5yOGBQMkKW+ESPMFgKuOXwIlCypTPRpgSabuY0MLTDXJLR27lk8QyKGOHQ+Sw
Mj4K00u/I5sUKUErmgQfky3xxzlIPK1aEn8wggWBMIIEaaADAgECAhA5ckQ6+SK3UdfTbBDdMTWV
MA0GCSqGSIb3DQEBDAUAMHsxCzAJBgNVBAYTAkdCMRswGQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0
ZXIxEDAOBgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoMEUNvbW9kbyBDQSBMaW1pdGVkMSEwHwYDVQQD
DBhBQUEgQ2VydGlmaWNhdGUgU2VydmljZXMwHhcNMTkwMzEyMDAwMDAwWhcNMjgxMjMxMjM1OTU5
WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBD
aXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBS
U0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC
AQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B3PHTsdZ7NygRK0fa
Oca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkYtJHUYmTbf6MG8YgYapAiPLz+E/CH
FHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3Lye
TP6vBZY1H1dat//O+T23LLb2VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+
UzeQc0PzMsNT79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6
c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmTYo61Zs8liM2E
uLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97lc6wjOy0AvzVVdAlJ2ElYGn+S
NuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4eeUB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6
BB6T1CZGSlCBst6+eLf8ZxXhyVeEHg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+C
DwIDAQABo4HyMIHvMB8GA1UdIwQYMBaAFKARCiM+lvEH7OKvKe+CpX/QMKS0MB0GA1UdDgQWBBRT
eb9aqitKz1SA4dibwJ3ysgNmyzAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zARBgNV
HSAECjAIMAYGBFUdIAAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v
QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNAYIKwYBBQUHAQEEKDAmMCQGCCsGAQUFBzABhhho
dHRwOi8vb2NzcC5jb21vZG9jYS5jb20wDQYJKoZIhvcNAQEMBQADggEBABiHUdx0IT2ciuAntzPQ
Lszs8ObLXhHeIm+bdY6ecv7k1v6qH5yWLe8DSn6u9I1vcjxDO8A/67jfXKqpxq7y/Njuo3tD9oY2
fBTgzfT3P/7euLSK8JGW/v1DZH79zNIBoX19+BkZyUIrE79Yi7qkomYEdoiRTgyJFM6iTckys7ro
FBq8cfFb8EELmAAKIgMQ5Qyx+c2SNxntO/HkOrb5RRMmda+7qu8/e3c70sQCkT0ZANMXXDnbP3sY
DUXNk4WWL13fWRZPP1G91UUYP+1KjugGYXQjFrUNUHMnREd/EF2JKmuFMRTE6KlqTIC8anjPuH+O
dnKZDJ3+15EIFqGjX5UwggY9MIIFJaADAgECAhARPqGnDfxWAjllVebyCAZYMA0GCSqGSIb3DQEB
CwUAMIGPMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQH
EwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNB
IERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0EwHhcNMjUwMzEzMDAwMDAwWhcNMjYw
NDA1MjM1OTU5WjAcMRowGAYDVQQDDBEqLndlYi1ob3N0aW5nLmNvbTCCASIwDQYJKoZIhvcNAQEB
BQADggEPADCCAQoCggEBAMQ03HFzHcaMPYoPPM+EmUAlAKfqxj+bTHlUcl5lZ0uPS2TcMCyRDXQP
OE2Esl9PidcXZLIBc5AQYtP4DbK0Ycduf5hlreKrQy6w8Zxf8mYPpbxEOhWXr7nAWGrN+9+FeLX1
PjPj9qn5QDAzojZcqN15yYBAso4eB4NKPOwKPoD/0e3/eN8U+kT7PJr2cD5ZnqnKOSiS59PUUVw1
6GVliySFumOG3vmkm0kY0VBbR58hqX3dwpAo3KLyUYBPspGfHOdoncr+wLJcRkpF1UWm78kUL/zQ
65WXE5d1G/ipjW6MOF0AN5yK0BJhyGhjeeS4jGC7VX7NwpPXsI3HnxXe2hMCAwEAAaOCAwUwggMB
MB8GA1UdIwQYMBaAFI2MXsRUrYrhd+mb+ZsF4bgBjWHhMB0GA1UdDgQWBBTOCSvTMgTB/pcHeSGx
IzyhNtmt8DAOBgNVHQ8BAf8EBAMCBaAwDAYDVR0TAQH/BAIwADAdBgNVHSUEFjAUBggrBgEFBQcD
AQYIKwYBBQUHAwIwSQYDVR0gBEIwQDA0BgsrBgEEAbIxAQICBzAlMCMGCCsGAQUFBwIBFhdodHRw
czovL3NlY3RpZ28uY29tL0NQUzAIBgZngQwBAgEwgYQGCCsGAQUFBwEBBHgwdjBPBggrBgEFBQcw
AoZDaHR0cDovL2NydC5zZWN0aWdvLmNvbS9TZWN0aWdvUlNBRG9tYWluVmFsaWRhdGlvblNlY3Vy
ZVNlcnZlckNBLmNydDAjBggrBgEFBQcwAYYXaHR0cDovL29jc3Auc2VjdGlnby5jb20wLQYDVR0R
BCYwJIIRKi53ZWItaG9zdGluZy5jb22CD3dlYi1ob3N0aW5nLmNvbTCCAX8GCisGAQQB1nkCBAIE
ggFvBIIBawFpAHcAlpdkv1VYl633Q4doNwhCd+nwOtX2pPM2bkakPw/KqcYAAAGVj10Z0wAABAMA
SDBGAiEA/Y06V0kuJSf/MYy9A7ieWOAYCiOgMhKbBUFMljt7uQUCIQCcrXcSiEm2q3QDc4nG2sN9
bpWQ/hBIWOnOVneawzzsWQB2ABmG1Mcoqm/+ugNveCpNAZGqzi1yMQ+uzl1wQS0lTMfUAAABlY9d
GWcAAAQDAEcwRQIgXGRvpfJP/AjCvTznkJ9gXwcJn+bx0KSO/uCXjTYl5lgCIQCFryJjBFLc1CX2
dLsPX+blTGnupNTe+jnWxYPvyB6/tgB2AMs49xWJfIShRF9bwd37yW7ymlnNRwppBYWwyxTDFFjn
AAABlY9dGZQAAAQDAEcwRQIhAKaYyb7P/3H2OkGrCZkdhLHSmO5CrejkvvhsPnJACQJLAiBzfGpM
9ajS4c5lGca6tEXoC+YjTVJtDeubTOqPxBnzuDANBgkqhkiG9w0BAQsFAAOCAQEAaFFkZyC03GPE
LKjWDbNamh/CCbzT3EhXLGeiGZjjKg9VTAgpyg4pLE4Vy4mJfGpOFJLMIt3VJs76WmolXCEtfH0D
Mii+w5CT1MnB+Gf20dJmnjgg6vZ+W8dkmXX5lt4VE3a6oFELSZu/eeByQtY/VKnRL/i3an1dkol8
ltuvf7o8tMqu0MMdcZfu7WQGBp2DuEnnx30+3GhmduD/2iPOqcWCRRGJdZ0Fup5ZE9zmORHi9yC6
cRCkaqsOq+4egYuUWfBJfTy/VMVwb6QegGuVU9UUMwLl1aZi0heE1SXTe/2Ce+om8zDb/zxssrLE
4cHZkbvZtOnnNeOyJAU2MoyypzGCArcwggKzAgEBMIGkMIGPMQswCQYDVQQGEwJHQjEbMBkGA1UE
CBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdv
IExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBT
ZXJ2ZXIgQ0ECEBE+oacN/FYCOWVV5vIIBlgwDQYJYIZIAWUDBAIBBQCggeQwGAYJKoZIhvcNAQkD
MQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMjUwNzE4MTY1MDE1WjAvBgkqhkiG9w0BCQQx
IgQg0ZW9b1HqFdjcVRUXuJ47axOH8gfDmyrwYe/1Z5xtykkweQYJKoZIhvcNAQkPMWwwajALBglg
hkgBZQMEASowCwYJYIZIAWUDBAEWMAsGCWCGSAFlAwQBAjAKBggqhkiG9w0DBzAOBggqhkiG9w0D
AgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwDQYJKoZIhvcNAQEB
BQAEggEAjMrb5vo5pApqRkEkpF78vwVhThiOCUgHNeFPDnhex5ASgn81LAfQ4Lt85hXzi1ck6rEK
Bw1JtRmk0xjDq/iw6CZ5BATHyYJIWppHRiGvf1Ckf4hkN9/rRUdirf/1s2zkOKu8L7l3FvmuJx+V
xIiMi9gC129vCkgFk5Q51pMY6wEQimeyNE/9hyXsCkVhlqwaW01tqPyCjTVvgE/9A2jHuo3c8ckr
Iicn1qND2UdLVy5Tx+xwuRU/UlHl+lfaqe+e4F4eDqPuH5hqoYto50F4093CcgxSl2rVLlqfMptL
eRmSZ9AAbkgASFW//cDG/7mVc28ckjaI2Mgx6fzCNNiDkg==
--mixed-Cpanel::Email::Object-2991937-1752857416-0.175020390257682--
sales/cur/1756966212.M254865P538698.premium320.web-hosting.com,S=21809,W=22495:2,000064000000052461151007557640020163 0ustar00Return-Path: <3Oi25aBcKAMUm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id +FB2DkQtuWhKOAgAVkXPrw
	(envelope-from <3Oi25aBcKAMUm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 02:10:12 -0400
Return-path: <3Oi25aBcKAMUm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 04 Sep 2025 02:10:12 -0400
Received: from [198.54.122.200] (port=35187 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Oi25aBcKAMUm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com>)
	id 1uu3Ai-00000002HI2-05vw
	for sales@24hourwaterdamagerestorationlongisland.com;
	Thu, 04 Sep 2025 02:10:12 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=Krq+77jo;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Oi25aBcKAMUm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=3Oi25aBcKAMUm53typ3302zqtwp-yz2p0w9rzzrwp.nzx@scoutcamp.bounces.google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cHTbZ50KYzFyZf
	for <sales@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 06:10:02 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-88724fdcd7dso63341939f.0
        for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 23:10:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756966202; x=1757571002; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=5dqs8TXRADFqVwZUJ3fbnuxiTuVTrm1iEQvk+yQeTaU=;
        b=Krq+77joNx76H/B5/Dx5/YvmizAn/SKm4nuHQZ0FIkRiC3cMAfpFKaO9W8zHxSy79u
         CtPns09zmetygz0VJ+uLscLB4rM4xeyPZY2PCmV1by9357vwyE9pFfc/TIU3sjEhM/2f
         lkTM+xWKKRxG6m1Ael4/GWCCH3/0JeyLZo30lNOdbyHJZulet4O4HZumUOvK6HVAX2wf
         ehya/oSwLwMOueBJxERDXDtE4TxZtUc+13oGViaJidFZ2cB0bTJZk+iDqgEtS5/mDyBH
         9DEJkFkYRM5yW4QWpYnqgTS0WS8VXsUC9VIR0Wc0z1Yo1p8tT15rAcRKMIpUI1qwPycN
         RtHQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756966202; x=1757571002;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=5dqs8TXRADFqVwZUJ3fbnuxiTuVTrm1iEQvk+yQeTaU=;
        b=PXFDxKo9TQICAhos3NKqmf4jz01wLPu0zlKaujmEoiJkexc4wSm0qfhwe6fF7mOwcL
         /5Q1n8Y7DCwsTtmTktNqaj67XkdlJhqX7iVoUwMBn3h0Zw0iqZY1StvSRWAcNN46ukOH
         d3niLmQqmVzyDGN3oQYQKvAD0rv3cDXCrhWSzL3uyyPswvD9pLLHLWgKueXNaqOgEGmC
         wAmCaAexY0lnHDMpJ4EnY7bvKP6SGfk1XOCgh5cp5vHZ4cMWt4235VLyYXkoyXe1Lxbx
         xsWLR6dgHti/F+naqZdmw+ZBJPwzvR4nGsbHugwb1++EoPFRlPVaEsvRmoNEgH7h5pb9
         Jljg==
X-Gm-Message-State: AOJu0YyzpQQNBHHpDotanl2JeCnosUmJprFtAqmGNazqXSJEkuDXiMIR
	Jhh6sYkPpY09YixZIkx8Z74xKPlv5TfarAJayzIDRPD3JfEosNM6s/HW4FEL
X-Google-Smtp-Source: AGHT+IGMvrbo59wR15k5l5gZBCvGN4qPh4iIyNCN7PanbNbtjdcTqPA5WjhNQ2IBb2cUoBvJQOOVP6c=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:3f8d:b0:887:109c:af7 with SMTP id
 ca18e2360f4ac-8871efec69amr2723796339f.0.1756966202160; Wed, 03 Sep 2025
 23:10:02 -0700 (PDT)
Date: Wed, 03 Sep 2025 23:10:02 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 40fc1fb4e6ba0000
X-Notifications-Bounce-Info: AWoTSIFQsTFXJdUWcbdNcZHxUBm4WsCVtQF6dj967bjcffdMrpbQKSlyvCBQVmggtWiQrNx96rrdaaxDEL3UrZrNM-hZJvJsSl153DiQQJAX82vNsAIilI-toQ_oqJaE2CHWAUBG7qQtmw-LWQ32g-sdlQ6sSo6-YD07LRFcg4GMdho8sSzMzH5ilo2CF1FSEoYZHZFJpuOes1GtD-Ta-T9tK-Vf2pVPbOo-dSK2ezfKvsNuVl-O4kN8qawIXBFyky9x6gp4CyBm-oIddVEr8BVEOWzP_N_X0j3dFai1RgopEadD_5c_2YqD2_QvSAEzeZnbHQjmWn9YnSutxkYjsTJuDkvFheL67RWb3AUdkpYDREVN8_C_wpfr4_sC3ZJN3U3XTMHMMnPqlh8BLz-grIETxMHlws-G5er1A3s2F-eK_56P6oOUp1zuxpnKjFgPtnncJaUISSxVUXOkWgTQGy9flow-79fOvkFNXMeUYYLvV5llxN2CkOLnFO3Y7f3Cdk7KAV2cXt-werFny9GRqBVU3HJkEfIOwjdoGqzJaqLc94XpSBctwWd_L_lR79osPwtlZPk5mfeBzcvwUD7Hzd9D5b-uAfVp7R0u9aP5LNUOR2Yub72uKP6kvAA7BPBCNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <124e12d7bb2f387029c59724b28261cfe5d11d4f-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000005cb7eb063df39291"

--0000000000005cb7eb063df39291
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/1183464125397786869/profile?trk=https%3A%2F%2Fc.gle%2FANiao5oefX2AteW4--DXNwJm_dk5Wnlkt-IHb3QYj3J6lg9H_1eP7AHOOQ7Mw-xrx-UAfa8y3gfdLCOMwIuJsIX95XvsQ2h8mNufF1g5WaqhIGHQapT54u3tRv6ISoY>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5qn37cMceR7fndPfsyC1IoHeT9AGjeMBnQ5VhNZEIM-jBQBBM36732h66P_IrZX8tSheOOfbfYUgZAeNvONhU70GoIMP3ko5MIFbv3gUsBJzmQjIqmlKSTK0qhmA1LijwxDbMvj5jAGoMAPBoXdkZl9fWpFkJBkKEZGGRYkJoHLUNvrhos>

You can see the status of your appeals  
here<https://c.gle/ANiao5qL2h97FqLnM-ci02xotMS0G32koh9ZMTV2tr-ylcr7XNPQoLad6Q4ohvddN6-6URvPkzRNmNi7XsyyeDbb6oB-fcK3sxHwLsRDwB79FNIcT7NvYvgvSK2S2Xx6ddzQ8Mo0LuI5k6g7jdIHOo5z4hNDlIp2uD5r-xpQ8yEM7bzRPaFch1Ioge_7ctcNpSOAR4GIx9R2wAOujC6KBJNWBjRGYOx20mSX02hXTE9r>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pXZpJfDCRY598tXB_rf2fff9Zb5a1l2a96HD8-mWbU-qvmx_5SCA1Kx54q9b8AM31sFqR1oYX_3OMawoXF018QRVt9NN7013sdl1XwX_esskLLxsxAxx7XVjuaUYTdGdkj_FA>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000005cb7eb063df39291
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/1183464125397786869/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5pkF_xERjbkGXeQpZIMezL14EaUr30bjTHKXKufT3A6I5jWp-=
DMJDwnORvfTXtyZW3INHGvZcQk4oKeEmOm9drrT1QCVbbVzztl99SWs5CrmAXIF9pJ8B0tEv_b_=
g target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5quInekLzcs4K-gsHceGFHCE5oN438N1bj2dTM5eLE42Yh=
ZskaJEYXT7H0Xm3CcTtdyTuY7ii51WgggInLEpm2tNM2RI2UOUMc2EdAq3sMzPWF_JjhQhP_35h=
D_ygWf9ye_cKphXd0OFKKnysymmPUrDgjruMJk-1YAZP9j-3uuXVP9lTgSqg target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qtjv0k=
iZO8Ee508jVHT2_qG6tsfLbGIfyxSMJ5zC92nih_YKSHpdVNbEIGaSFlMD-zbH3T8Cn8BbEkBjv=
iNdPO7sypHRq5AUPIoXemaHVhLjvibKafpPlGZA8100tOLCx1V8rlv0lwnl9M_1gdmaU6JdQ2zn=
kYAfpa_F6JVhJ7IO-FJo2yuxu0pefesnSeBfsB14bOpGtbFpOkpcHZ2bPv6CPiyHmt3qtTe0lsJ=
oE target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oxVld_Qi9JKmNSyHSmC8Hep-c5CAJDp2RXC3UGrbvHUx=
2fDBKtK3zsTsWVZ7qzcp_f_Fa-gTEMbb_vQlZOPm0i61AvdH4MzPVze3wKtGgN0sKYM8oKmbDcy=
uWEd5NtgCUX-JzWTQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pm9afoqi62VBvRdL91M5U56E1awBtvVG92GEMvAoQMTwV0X-ei1N4jcU-KzswhIH=
9NcID8Bg_81UZGQ8mOrxZFnHg0Nat_UoNVo63V87YlYDLCapMHvqjcSr9R4qwvIs0NwA.gif></=
body>
</html>
--0000000000005cb7eb063df39291--
sales/cur/1753688661.M772680P3461891.premium320.web-hosting.com,S=33169,W=34016:2,S000064000000100621151007557640020347 0ustar00Return-Path: <3TSqHaBcKAAol42sxo22z1ypsvo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id MEMeLVUqh2gD0zQAVkXPrw
	(envelope-from <3TSqHaBcKAAol42sxo22z1ypsvo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 03:44:21 -0400
Return-path: <3TSqHaBcKAAol42sxo22z1ypsvo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 03:44:21 -0400
Received: from [198.54.122.200] (port=59418 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3TSqHaBcKAAol42sxo22z1ypsvo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>)
	id 1ugIX0-0000000EWrO-0xKu
	for sales@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 03:44:21 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=yPOIr2OC;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3TSqHaBcKAAol42sxo22z1ypsvo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com designates 209.85.128.197 as permitted sender) smtp.mailfrom=3TSqHaBcKAAol42sxo22z1ypsvo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f197.google.com (mail-yw1-f197.google.com [209.85.128.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br9Tn708Tz100g
	for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 07:44:13 +0000 (UTC)
Received: by mail-yw1-f197.google.com with SMTP id 00721157ae682-70e7f66cd58so58801277b3.1
        for <sales@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 00:44:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753688653; x=1754293453; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=FrbBnUyiAEwv3jm2pkMjB1cMeSlWkixpivrl0xHU5YY=;
        b=yPOIr2OCXewiU3yji/9kTkfNbzMnS3ou5q3KjpXZSNLtyuA4Iwj6sucDoEebLdpgzc
         1OZPEoKGa97VXaWUJmQfdFOHjbtbY+YPDS8CiV+oSZZ04DzpO8xn9A6iptCjG92oHCXt
         ZmiKlWMLBYHStQ9ugrqUbgkSZo2cmZpebTKsVU0WQiC+wc2j1tFHrUOP+Rh+O2CnbPP2
         3VvQ+dWAtT/P1NBmlJw8RmBLWGsmxxbLC1+kjp5qpbTcdBbZxiLSODtFrJCl5mEpZnhV
         ZrIH9onZ10qXvX/sV3Uwhj9DanUfJyBuK/Qdb/0+BXakFmVDj9GXTXze+ef/Ttzj9sSH
         WAMA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753688653; x=1754293453;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=FrbBnUyiAEwv3jm2pkMjB1cMeSlWkixpivrl0xHU5YY=;
        b=EFyeT3KGbbTU6a0NqBMTFjt/t7YwghHzSOLAqAjEHeqmboBkjucdHek/rHCjAoxP25
         dE5L5T+9h4quN2LYUR3tWlLCg0iqLjsep16fbuB8G34SonFgBVj2pYrHgmwtDhXa6vT9
         9pSvRzeat6innUWzgCFeaalAKKIEOUJmCNIWkKcGAQDbfon5YZcXKfim1XJR9ZFfZjbl
         4AUfWSK0AutSTMhbVELsCR2DjpvufJJGcISWet7Qowo2x8m0JkqR7uEDq+Rl8rZziw9N
         J1U2fnIKEjsGDCXjVVJFLMZamdYg3qzoc8EExlNZmS7ABZZcJ7Of3OHsPo0IYKRAFlox
         2xcA==
X-Gm-Message-State: AOJu0Yw0JFvBUp+hoODv2ysisckHfLF2lfUGXPOd84/82j06jtM8/a24
	5R9+NxlcnPbMk+/05dTzkGWUtEmNR6VPhHJ14ZwbxIKu3H8UZ/I=
X-Google-Smtp-Source: AGHT+IEYuvgnqeX9Drmt2WpLnRncvy/wGm23tZ6XxkqAzVaWP1elBDkJUhEkqCLoivuXBVFdTL4DO3c=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:360b:b0:71a:1bbf:bc04 with SMTP id
 00721157ae682-71a1bbfc1d3mr34396817b3.19.1753688653419; Mon, 28 Jul 2025
 00:44:13 -0700 (PDT)
Date: Mon, 28 Jul 2025 00:44:13 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 37136372976a0000
X-Notifications-Bounce-Info: AWoTSIFrir1SZt7SdNJXNZwy0OtiDBC1z3OoudPuPFUi2kT2Jt0IHt4cI4Knv26RixKW7i70jx3q1i3t1S4uBxCH2FoU9eV29PSCPzJ1wk8U3BCvJMGaDSElJdZM_dd5dQwDeDtMRRTHU3_UsWQMybADL4avYf_ItbgzcUlnisW_bmt7yueDYgqX58akAkFYNGJUxjOuI60zOtJ7wS2oX00H0hhBAoBMYIOT-jdrztw1of1VbFqxsGUd9TEEq4P_BiJdqCPP21QxfcSRtb8LcZB6N8dJvII-gnIl5B4wSJz7Y3HOaMS99W0zgAJoQli4IvBOouGZ8SLrTt8UMEj77I5yAJtRCTOwCUK14NzSMKNBI5PKMekIxQdyvg73pyRxmcXnH8coQt8oDyqtNYI0nYdbd7VNAclYsKTVVw5WZm3VmfavZmwHrR8w4shNSvlJ_MbvduaLSmdOV_WTz13ktlxtAFxEkRvCKBWFs-SLmRJIH_LPw_6X2q0WnhGMh0DIB21vqYLTH_6e7uUwoXZD62GD3amooPx6GesNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <4cf060d18913de93dd9d6532ebefda67b1c9b684-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000003bd3d7063af87538"

--0000000000003bd3d7063af87538
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo1ODMzOA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzY1NTQwMzI5MzU4
MDYwMjA2NTcvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTU4MzM4JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cDJPNEppUm9KWHY1ZTJFVFE4UW90bTJZRTQzUWxWbVZrcmxVclFEMTRt
bC1sR2VTRFRSX2ZWSi1uaklIUkdHN0F1OEw0dzU2eW14dFRwNUR4YXg3QS1uOGZOc3lCaEpWOVpE
b0tkd3FUZTJkTUY5cXR1M3VxTnRocG0yOUU+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwZU0yQml2eE9P
XzBSakdxRmJXbUE5WmFCam1uS0tVay11ZV9WS1JITzgyY2JOUGdMeXVfdUFHZlpJWm5obkNCenpv
T1JDOEFIMDBGUU40cWxNWkxDcmx0Q2JUMnpScmNhVmlMWDNwVV9USmF5TTl6ZklHbFE4c3BGd1dj
Y0gyVEYtdkdiNVRVXy1KM1p6WVRVbHc3Y1FGaGM+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgc2FsZXNA
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vNjU1NDAzMjkzNTgwNjAyMDY1Ny9wcm9maWxlL3Zl
cmlmeT9obD1lbiZwaW49NTgzMzgmdHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlhbzVxWFRC
Y3J4MktFT3IxQkhKaU5ydjV5NUZ1OVMtWUlDLVpHSXNZdlNGSkpsVEp2NS1IM2YtVTNDSWNZN2Z3
RmJyRUR4QU9iNDE4N3FTTUZORlhGbGpjNWhGR0VtbGxwSURiYjUwYUtKTVlsaEFWb013VnA2YjNS
Zk1PRXhBSWV4N1U+DQoNClZpc2l0IHRoZSBIZWxwICANCkNlbnRlcjxodHRwczovL2MuZ2xlL0FO
aWFvNXFxcGJCc3ZZVzdBYnBEQTVZTUJrYnlJUExIdzQ4cllzQUREUFRRTUNIUVlpTzA5WWxyUENo
VU1XQy1iZ3ByU0tIc3dJOWNEN0hMXzJPcjB1MHpJQTU2bDBRY2FGb3B1bVFqYWxDNVRZV2pPNWRT
NklzOWN4d0NoUFhCWWwtLUc1UDg1V0NKTWd1R2Y4OGtLdlkwZk9oN2hOb21ZSjVMSGpzTDJ0Z0lk
RUE+ICANCnRvIGxlYXJuIG1vcmUuDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMgMTYwMA0KQW1waGl0
aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdvb2dsZS5jb20g
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81ckVQZ1o0TFZ4OTQ3QWJJUTRfa2tDTXJ2S0lPdnMzM3lZ
OUg4bkVsMGRURjREaGdJblIwZ3QwWVJuT3E2Z2x3VGpOeTM0eW9qQlZYejQ1d20zMU1FemZObDBH
Ym05S1AxY0Y4cFh4ei1xYzhOdW9kMG5ZbGpoLUgyeUdPYktSYXEtMzlFYz4NCg0KWW91IGhhdmUg
cmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFudCBjaGFuZ2Vz
IHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--0000000000003bd3d7063af87538
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/65540329358060206=
57/profile/verify?hl=3Den&amp;pin=3D58338&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5rkV8MAyJPzvRvAxrsvHR_ekXgCe1U1QNT4ol_-rYwuiOQTbczW_cEy6yF9xT6h57wOy1_H=
v5oaKX7jBpe0dyG7eLJFpY8UGKUOjMGsbcu3faL68jSekrk>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">58338</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/6554032935806020657/profile/verify?=
hl=3Den&amp;pin=3D58338&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oOr135DuTkTwI=
jGQ1i2onX1OWjDO5IgzTZVsCEMfFerNB5Vzn1IHxDeiGhFTJFRISiVQSl1fpIIx8aT2KTLhmLUZ=
e9JCUidcya43WTLdHz6uG9zmvqIhRhAJx5wTH5Qg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/6554032935806020657/profile/verify?=
hl=3Den&amp;pin=3D58338&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oOr135DuTkTwI=
jGQ1i2onX1OWjDO5IgzTZVsCEMfFerNB5Vzn1IHxDeiGhFTJFRISiVQSl1fpIIx8aT2KTLhmLUZ=
e9JCUidcya43WTLdHz6uG9zmvqIhRhAJx5wTH5Qg target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/6554032935806020657/profile/verify?=
hl=3Den&amp;pin=3D58338&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oOr135DuTkTwI=
jGQ1i2onX1OWjDO5IgzTZVsCEMfFerNB5Vzn1IHxDeiGhFTJFRISiVQSl1fpIIx8aT2KTLhmLUZ=
e9JCUidcya43WTLdHz6uG9zmvqIhRhAJx5wTH5Qg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5rwHeY5vYvsdBq-cj=
7lX61Sqaid1eZRNR5fX-JjLriiN9cx0rUAzTOpS_tDEfgNeY30s_Qn67A-DxrT50v9Ny6H-i9Vc=
Fr35P35TXi5r2EGEtpntUDxzuP8173VTihaofIciH-InBlU2QvfwwSTvinBND0stw style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">sales@24hourwaterd=
amagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/6554032935806020657/profile/verify?=
hl=3Den&amp;pin=3D58338&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pNKc3a23Bbzt_=
uFdnxWLCyFTHV8qZaHEo9oplCc5rqot-r178XNOv32ZnUGfoYhDCfLFwy8CioaQBUFewGZSmoTd=
qL_bV_LY9_1qSKv5cKSnlk64Q05BgaAgo6N7Xg4MoOew target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/6554032935806020657/profile/verify?=
hl=3Den&amp;pin=3D58338&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pNKc3a23Bbzt_=
uFdnxWLCyFTHV8qZaHEo9oplCc5rqot-r178XNOv32ZnUGfoYhDCfLFwy8CioaQBUFewGZSmoTd=
qL_bV_LY9_1qSKv5cKSnlk64Q05BgaAgo6N7Xg4MoOew target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/6554032935806020657/profile/verify?=
hl=3Den&amp;pin=3D58338&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pNKc3a23Bbzt_=
uFdnxWLCyFTHV8qZaHEo9oplCc5rqot-r178XNOv32ZnUGfoYhDCfLFwy8CioaQBUFewGZSmoTd=
qL_bV_LY9_1qSKv5cKSnlk64Q05BgaAgo6N7Xg4MoOew target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5qN8xWrS7bPciQc1E537qAnW4rWtmsaKUpQydABxIhisR4dfDPZPeU3fO9pVI2lNPb5qU9=
9DPNwb1CsDHq5nbhvLz43ikTEX9Srr2xRNKuBJuvSX00PqYK6JY4uNDeHLtC1ND7M0pk8WYyC_g=
7kZVz0JWRWR8YpbAilBSMivCY4og style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5r4sVnku97lN7MFggcoiw3hiCR0P-RCyR-wSnB7lIB6GCHYvYhiMDiOxSD7Gdtpj5YekHizeYS=
Bb1zSNLP_vGrDrp1qWoWSdmLt6mXE8i54m0E1VhMuyepeZgTuz27t3qabTFbg7A style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qgxUOUso3DM2U9hdfEOvr-7Ndjcy_Ctq4lIcZs0e2UbhMgsMe99k0-Gyvzgn25fE=
E-yrfP2RktsTqAMOTxtfBlAgE_Fi0DTAgOD54j5I_hnrmf943vYsqt6TwfknjCxfGuxw.gif></=
body>
</html>
--0000000000003bd3d7063af87538--
sales/cur/1756883395.M707076P420455.premium320.web-hosting.com,S=8898,W=9029:2,S000064000000021302151007557640020133 0ustar00Return-Path: <3vem3aAcKALwpqtgrn0iqqing.eqo@identity-reachout.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id iFX5KMPpt2hnagYAVkXPrw
	(envelope-from <3vem3aAcKALwpqtgrn0iqqing.eqo@identity-reachout.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 03:09:55 -0400
Return-path: <3vem3aAcKALwpqtgrn0iqqing.eqo@identity-reachout.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 03:09:55 -0400
Received: from [198.54.122.200] (port=45684 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3vem3aAcKALwpqtgrn0iqqing.eqo@identity-reachout.bounces.google.com>)
	id 1uthcx-00000001mkx-3xA2
	for sales@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 03:09:55 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="P/p5ab7D";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3vem3aAcKALwpqtgrn0iqqing.eqo@identity-reachout.bounces.google.com designates 209.85.210.70 as permitted sender) smtp.mailfrom=3vem3aAcKALwpqtgrn0iqqing.eqo@identity-reachout.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-ot1-f70.google.com (mail-ot1-f70.google.com [209.85.210.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtz20ThMz1860
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 07:09:50 +0000 (UTC)
Received: by mail-ot1-f70.google.com with SMTP id 46e09a7af769-7457492926aso4046105a34.3
        for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 00:09:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756883389; x=1757488189; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:reachouttracker:mime-version:from
         :to:cc:subject:date:message-id:reply-to;
        bh=8pMYlOOK7EBENhHN7CBSTe3LuZwPYNfAO789Bv7i/TU=;
        b=P/p5ab7DlZuaCflzXPw9QaIzNqfgJ0qRoKHvlrvTllWmg9DrLDyMcpUG7205aPn/ZD
         bsbCFonJNdqXd3HgGtNavkW2dyi/4JQZWhYQpeOzykDL4q6qNtoxL6TdLwXIscF04Vbb
         n93lB52LkIn7Z1/z+aYNU1ZfRYFvoaeJBLOOm2DJ8iuKZezZVzrg/FtUD4ig3c4A8isM
         THMTaXJxXE7G3dpf0B0t3FXnUZ/b8WgWqe9ZS7k17f3drgiPAIWoBNozXxtlvvjLeItO
         a9ygkfcBZ4CcxYixMwUhTZo2x9AzB+unaa3+PhS8S9h14MTgGQS/FGTwmDBbIJ9iSsXr
         d0fw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756883389; x=1757488189;
        h=to:from:subject:date:message-id:reachouttracker:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=8pMYlOOK7EBENhHN7CBSTe3LuZwPYNfAO789Bv7i/TU=;
        b=cuZg4WGJlejPQsHmyr+eTugERNa/2pF696XxuVcdujzVI5LyqOxPYh3LhapsOTyE7J
         Q+YDjFqZaY7CRlqT4aaEkw+8ZjKXaXzA+lgmwb8KUumbw9wpiZXTeqKB/amfbvItPDGV
         lNIYB0Qe0R0ecgZ6Z5JvYx605RoHzqDA5M5wbOK00FlrlJvzbljLYZY/SHSlinLv4KUo
         2jhgOB/VHTmHNlHTmONKwWciEPowDwTxn9Ql2XQ8dU2TJsWBPwdujTRVTvXKJNxxMIIb
         JYgEjmYatayJOUB1Bre+sB9SxzHZF+yKJNA5/mqJ4gtN6/wZ+fz32BCIHiP0CHw0xQF5
         4lOQ==
X-Gm-Message-State: AOJu0Yx4AKJI8/mpH7UMBVuzZIaVCEzjKg+5cRuN2n9wP8wAvmrzqhvO
	ipgTMMronvSOC1/fnp1j7afC8rINZ5IjmTCK9afg5O0o20lYrlTP5nm6JvCRqgfnXih3aelLsrC
	KzLgxpeu9HWOtEgApZZ3NKBxmpmpVS1fW0FpPpRKlx+B8K0PsdyNauJZ/vIpcbUHr4owga0PTC4
	mjEV0ZuqKGddmy3ley/4dujKL4+UX4nSG62VMxMrGabCmb6cI+r3xr
X-Google-Smtp-Source: AGHT+IFQm3Nk+s2XPfrQFlCGAsgbjpFYIyAmpE7M5UNEbVm+oKbgqKWH5srv39iIzpxaDxsQr25P97nPI7QC5NmWjw==
MIME-Version: 1.0
X-Received: by 2002:a05:6830:4901:b0:73e:8c8b:749 with SMTP id
 46e09a7af769-74569c6739fmr10639894a34.0.1756883389475; Wed, 03 Sep 2025
 00:09:49 -0700 (PDT)
ReachoutTracker: AXiFLV47326RhZyG/SW65qiEqmb2iB8uudSIp6PhTTPeyyUb0at3VMrpQGmAiL18K78Ty9AWHR9Ew0XXAeb9jDI1xjRBaQ==
Message-ID: <autogen-java-a261c4bc-cb32-4a55-83f1-14b8208a8842@google.com>
Date: Wed, 03 Sep 2025 07:09:49 +0000
Subject: Google Verification Code
From: Google <noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000057d1e5063de04a68"

--00000000000057d1e5063de04a68
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

R29vZ2xlIFZlcmlmaWNhdGlvbiBDb2RlDQoNCg0KDQoNCg0KDQoNCg0KDQpEZWFyIEdvb2dsZSBV
c2VyLA0KDQpXZSByZWNlaXZlZCBhIHJlcXVlc3QgdG8gYWNjZXNzIHlvdXIgR29vZ2xlIEFjY291
bnQgIA0Kc2FsZXNAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIHRo
cm91Z2ggeW91ciBlbWFpbCAgDQphZGRyZXNzLiBZb3VyIEdvb2dsZSB2ZXJpZmljYXRpb24gY29k
ZSBpczoNCg0KDQo5NzM3MTENCg0KDQpJZiB5b3UgZGlkIG5vdCByZXF1ZXN0IHRoaXMgY29kZSwg
aXQgaXMgcG9zc2libGUgdGhhdCBzb21lb25lIGVsc2UgaXMgIA0KdHJ5aW5nIHRvIGFjY2VzcyB0
aGUgR29vZ2xlIEFjY291bnQgIA0Kc2FsZXNAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxv
bmdpc2xhbmQuY29tLiBEbyBub3QgZm9yd2FyZCBvciBnaXZlICANCnRoaXMgY29kZSB0byBhbnlv
bmUuDQoNClNpbmNlcmVseSB5b3VycywNCg0KVGhlIEdvb2dsZSBBY2NvdW50cyB0ZWFtDQoNCg0K
DQoNCg0KDQoNCg0KDQoNClRoaXMgZW1haWwgY2FuJ3QgcmVjZWl2ZSByZXBsaWVzLiBGb3IgbW9y
ZSBpbmZvcm1hdGlvbiwgdmlzaXQgdGhlIEdvb2dsZSAgDQpBY2NvdW50cyBIZWxwIENlbnRlci4N
CsKpIEdvb2dsZSBJbmMuLCAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBWaWV3
LCBDQSA5NDA0MywgVVNBDQoNCg0KDQoNCg==
--00000000000057d1e5063de04a68
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:=
 600px;"><tr><td><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellp=
adding=3D"0"><tr><td align=3D"left"><img width=3D"92" height=3D"32" src=3D"=
https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_188x=
64dp.png" style=3D"display: block; width: 92px; height: 32px;"></td><td ali=
gn=3D"right"><img width=3D"32" height=3D"32" style=3D"display: block; width=
: 32px; height: 32px;" src=3D"https://ssl.gstatic.com/accountalerts/email/k=
eyhole.png"></td></tr></table></td></tr><tr height=3D"16"></tr><tr><td><tab=
le bgcolor=3D"#4184F3" width=3D"100%" border=3D"0" cellspacing=3D"0" cellpa=
dding=3D"0" style=3D"min-width: 332px; max-width: 600px; border: 1px solid =
#E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-ra=
dius: 3px;"><tr><td height=3D"72px" colspan=3D"3"></td></tr><tr><td width=
=3D"32px"></td><td style=3D"font-family: Roboto-Regular,Helvetica,Arial,san=
s-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">Google Verifi=
cation Code</td><td width=3D"32px"></td></tr><tr><td height=3D"18px" colspa=
n=3D"3"></td></tr></table></td></tr><tr><td><table bgcolor=3D"#FAFAFA" widt=
h=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"min-wi=
dth: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px=
 solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-botto=
m-right-radius: 3px;"><tr height=3D"16px"><td width=3D"32px" rowspan=3D"3">=
</td><td></td><td width=3D"32px" rowspan=3D"3"></td></tr><tr><td><p>Dear Go=
ogle User,</p><p>We received a request to access your Google Account <span =
style=3D"color: #659CEF" dir=3D"ltr">sales@24hourwaterdamagerestorationlong=
island.com</span> through your email address. Your Google verification code=
 is:</p><div style=3D"text-align: center;"><p dir=3D"ltr"><strong style=3D"=
text-align: center; font-size: 24px; font-weight: bold;">973711</strong></p=
></div><p>If you did not request this code, it is possible that someone els=
e is trying to access the Google Account <span style=3D"color: #659CEF" dir=
=3D"ltr">sales@24hourwaterdamagerestorationlongisland.com</span>. <strong>D=
o not forward or give this code to anyone.</strong></p><p>Sincerely yours,<=
/p><p>The Google Accounts team</p></td></tr><tr height=3D"32px"></tr></tabl=
e></td></tr><tr height=3D"16"></tr><tr><td style=3D"max-width: 600px; font-=
family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: =
#BCBCBC; line-height: 1.5;"><table><tr><td><table style=3D"font-family: Rob=
oto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #666666; li=
ne-height: 18px; padding-bottom: 10px">This email can't receive replies. Fo=
r more information, visit the <a href=3D"https://support.google.com/account=
s?p=3Didv_pre_em&amp;ref_topic=3D2364467" style=3D"text-decoration: none; c=
olor: #4d90fe;">Google Accounts Help Center</a>.<br>=C2=A9 Google Inc., 160=
0 Amphitheatre Parkway, Mountain View, CA 94043, USA</table></td></tr></tab=
le></td></tr></table>
--00000000000057d1e5063de04a68--
sales/cur/1756324991.M781888P2311262.premium320.web-hosting.com,S=22167,W=22832:2,000064000000053227151007557640020223 0ustar00Return-Path: <3d2SvaBcKAEon64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id CDEqLn9kr2heRCMAVkXPrw
	(envelope-from <3d2SvaBcKAEon64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 16:03:11 -0400
Return-path: <3d2SvaBcKAEon64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 27 Aug 2025 16:03:11 -0400
Received: from [198.54.122.200] (port=34158 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3d2SvaBcKAEon64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com>)
	id 1urMMR-00000009hxl-2V50
	for sales@24hourwaterdamagerestorationlongisland.com;
	Wed, 27 Aug 2025 16:03:11 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=DS8VUGi2;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3d2SvaBcKAEon64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com designates 209.85.166.198 as permitted sender) smtp.mailfrom=3d2SvaBcKAEon64uzq44130ruxq-z03q1xAs00sxq.o0y@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-il1-f198.google.com (mail-il1-f198.google.com [209.85.166.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cBwSS2tW4z17tH
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 20:03:04 +0000 (UTC)
Received: by mail-il1-f198.google.com with SMTP id e9e14a558f8ab-3eb14eebe86so4274815ab.3
        for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 13:03:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756324983; x=1756929783; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=eDg5LtlYy/pWBkquXA/QHgAKwOspAbQr+A3neZrVPNw=;
        b=DS8VUGi2VyXELqwVtAfjDYqcu6ZM71vt3T1jSeKyK4m1J3oh8H4DQWCyQnJq+3l8xH
         5M7W344kozU9vc+C+NhkIAvpCspr7ph5MveelHI7SfHVaJgxFl9twTKAz05TyK7B7426
         fED0lUO6GMBY7XutB6mOE44Hkinnb3oaUDW1W7Mgj3t+2uC/XWGDGTUctUNm3e/xczNh
         vTSouVB/g6UBIhmXWknmrnAcl2Lr6LwbYop8TmJxMkYmJlPhxvMQb40+vqsLJMx1izrq
         xOBbulkeQRQBP2+PRmNQumCMUChKKfi+4qv0LuyFU6WvbrWsmP4huS/l8Fz9SYvANqpa
         8IVQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756324983; x=1756929783;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=eDg5LtlYy/pWBkquXA/QHgAKwOspAbQr+A3neZrVPNw=;
        b=b4x3b2aQmtoiwZqeTk3rodK84ynln5htWtWYiGORNEIaNWfiRTv+yfwwTE0v9UJsrF
         AS8neSsQvXypkNqQf4mhIaWtY2SOTd9ILX3KMH8OtMPRSjZ8V0rdHDVHWGdTkSsvAcWF
         jt2FqTG3InOevsUj4VPcqSYTUP2c4tkz1b9+l6wGg0cCoaLd8DOTnWPLlYsdIa9nPzqY
         x/7/EKINBWEXeEC56SoPARhMUEv5UL6bab+aTCL1cs7HTp8x2E+3SN2kE3OatDNJHXfc
         gliENqtWiztEkGCt+jynhhTuRXH9GTfKXdJSu4wa03aliqr585c2715Nm+cjRTKMUQCA
         8sWA==
X-Gm-Message-State: AOJu0YwxRY1blfMheN6SD94v1LBz2QaW7lMQaMz3eyO74cUNPgODCw9R
	xmVXUg0Q1TKGWlQ6OxNNd7Vcwp9ck1vmXMK7bfCgiOAnagBQtpTM8/T5+MEy
X-Google-Smtp-Source: AGHT+IHtM9aS8s7LUYxRBBPeawUiaCFpSOPOKAE6PFA5upGwLe2bAQSJEHzSVSP5xymf32R7IJ1649Q=
MIME-Version: 1.0
X-Received: by 2002:a92:ca48:0:b0:3f1:4141:963c with SMTP id
 e9e14a558f8ab-3f1414196ecmr2621165ab.15.1756324983292; Wed, 27 Aug 2025
 13:03:03 -0700 (PDT)
Date: Wed, 27 Aug 2025 13:03:03 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 43089479973a0000
X-Notifications-Bounce-Info: AWoTSIEFeQ0GewGpSBmZNH0w1p-Bps891GgI27jQCU7MjAMHUnjPYTexEPSkOSrYnSSRyiWiOEZBsR1qs5CxY70me1bLPEftDw74DCuWIdbHO0AlTmMc-vZHEHZbiFpRZd_FMDYMFoEQMg7KQjNNyPyQwDfuJT7hJ-rfcPYmyjJkpzIu14-WaZ4MS97n7KuIGkrtulBperf_iv9zFVoASG5nrKadpGpxzMhNhj1xeFD1AGufr_NgBwMOZXILToYptXd8ovM_XX2eTjZ9vACIubXm7iVOhpRSo2qkFuRNTJtxrSCanpwoChtYmPQd2KxJiEd7CXRIzYl4O905HfEay8cezj595Cd9GHaDNR502Cm6exc0SwrGeSGeheG5ERbjUwKkDxIDq694ZKFNbBJI34Qwbg9CS22a7n2X-kEftcCvL7zTs_WBJgwPG4lIbWdEiM3y2tsCXAZUbGHeby9Wfdr7wDatZjLvLitANsDeqVpkYVjyOedjE7R_KTu4IxICj3qI_Em1d6621PKuU-gAhmoM0rdOZS8AjXAdr5BvN73hqAEsOm72NcCIhZf4Vqea-jWHD7Bty-XZGzuWTivz7ymKc0_FLs5I9k3plW7DLBCmadzlGOXig9jXfmRcjjKKNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <7b041de62f964d612230ccf4f6e035353e01cd64-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000bd440f063d5e46a7"

--000000000000bd440f063d5e46a7
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCjI0IGhvdXIgV2F0ZXIgRGFtYWdlIFJl
c3RvcmF0aW9uIExvbmcgIA0KSXNsYW5kPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE2
ODE2MzgxMjA0OTgwMzAxMzY2L3Byb2ZpbGU/dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlh
bzVxZUFjR1BXcExSUUpzcnB2LVVFMWlRaXZUanY4VHYzaGVHNmFEWjA3aEpXUjl2SDQyZUJZZENx
cE1kZWNQN3BPV1JfdlJyYW1SZEVDdkpzdndNQTBUNjg0T1pjazRmS2RjeVdPSjJKekd3djV6RTli
NS1WR1QyQmo4PiwgIA0KeW91ciBhcHBlYWwgaGFzIG5vdCBiZWVuIGFwcHJvdmVkDQoNCllvdXIg
cmVjZW50IGFwcGVhbCBmb3IgYSByZXN0cmljdGVkIGxpc3RpbmcgaGFzIG5vdCBiZWVuIGFwcHJv
dmVkLg0KDQpUaGlzIEJ1c2luZXNzIFByb2ZpbGUgaXMgbm90IHZlcmlmaWVkDQoNClNlZSByZXN0
cmljdGlvbiBwb2xpY3kgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81bzNyR0g0bF9vczkwdWNXSml0
NzRycHF0dFhBREJfWXFmV29ITEVFUHpXUlZRYkRBczJLT0NRQVJ4Yjl0dWRaNHhrSDhnV3hJTnpn
VXlvYlJYVHMyTTZUUWV6TGJmbmxrUjM1aDJYSDUtUWR6MDZsbWJuc3oxTHRlZDBGXzh4QlFoektu
YklpWnJ2LU1pOWoyWjRHN1BxNmRmOXNjQTdrOW4wMG5kcjFFQ29fdHlwdkVUSzh2UUk0Zz4NCg0K
WW91IGNhbiBzZWUgdGhlIHN0YXR1cyBvZiB5b3VyIGFwcGVhbHMgIA0KaGVyZTxodHRwczovL2Mu
Z2xlL0FOaWFvNXBQdjZ6c0Q1Q0xod2dvalRVNGdQSjEzR3A1MFRfNkY0dFhsVFNjbHFSZzZDNXAt
c2pKVjA2Sk1qY3FfOEtkWG9OampncC1CWFYwby1CMmt5elVZSm5ibGNMN0dUeXc1WEZ0b2RpbU1H
ay1ZM1NWcHBSaDZiakllSWxubUVGaGFvWFRVNVZQQXhfMmtpMzRSSGJMTDRNcUI4N0ZyaXdzekg3
VFlJWE9LZ1Y2SU9KeXhsLThBVFJGTVVMTXlGdExrSHo4djVtQlZjbEZhM3hxRVRMcWN0bTdnZGhi
ekI1THNwYmtENm9UcXc+DQoNCg0KUm91dGluZyBJRDogRFBOQg0KDQoNCg0KKGMpIDIwMjUgR29v
Z2xlIExMQw0KMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0
MDQzDQp3d3cuZ29vZ2xlLmNvbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwanJrWi1LbnhJY2NZ
dVVreVZPaUNzRzRyY0w3R2ZHMzVNQ2Joak1MLUlwQzcxSzBsNnNkSG5CclRrTjNNWmJjU3E1d2NN
b1phMGVMQ3NVVnRjREdMOUp6MVNISHdfaHE0NloyNTdjRjFBbEFkUlAwT0ZCcEVIM1l0cmh2ZlRJ
eVRIOVBnPg0KDQpZb3UgaGF2ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJv
dXQgaW1wb3J0YW50IGNoYW5nZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUu
DQo=
--000000000000bd440f063d5e46a7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/16816381204980301366/profile?trk=3D=
https%3A%2F%2Fc.gle%2FANiao5r4venL4wRlRUnFO4yZW9atKMdX_rNen5H3epWkZhdQcLtYd=
C5mIOT9tso3aL2N7O3RPg8PVY3gMsfsxQGJoT8bpk881M90Ku1VYxHUawrf8MQHFZlIfkqabfVN=
-Q target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour W=
ater Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
This Business Profile is not verified
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5oA8RtCHCx7KDfc_xcxAHUvmdldhEBrFS5fMSGpE7wqtil=
_AqYVE3qVL1CxMeNBiHqlHSkmvwgQAyv62NT30D2b7b9EJUu7VBHL6VKOeJGERWFKVFr_ZKa--R=
Y9B_mpJmcaL_uwfHffcmhUFfNUeRDtcK93rUvrPVzMVF1FSe6SJEodZ5bpZBViyG9I target=
=3D_BLANK style=3D"text-decoration: none; color: #1A73E8;">See restriction =
policy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qjKgF0=
KJ0vdzceh70--8x9urmeayG1JWQGsL2eTlYlscYlbO0P-fExNhszabK10XTAuFULwofwU2NPekT=
eKosM-kLQb-WFrfaZIfcOWTDauLPX2TNLWTEyGtA6gerBRbnOT6gkjpvCcM-zwvZMAOHuCn97VB=
TUqymgckp0W7TfVia2plf90MX6ZPH-L3x6wlJHLJqByjB_Ro6nVm8XNd8nJ-Gum-45kEFiWAVsM=
Zrp target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5rlasZcGPPcBXp3esqOVSut2-33oO-j98sgAKYzM7B8ko=
TFtWGThJtJI0iXyf7Uei_CFA6rxQfQx9VLVv6velzlaQwBdd-bJ93uADIJ2VtbmpkoJ89oadBms=
t0mWOY040GCGNHFsQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5prAip0NZDx7NkfkULUn8pD916XRaqyOppr8ZrvRdg3Mirbmr81obv2dX9lh8jfi9=
i3t2t4dkU88jVXdV7C19rSaWDMkG2wfDFWdeGcCZK-7DVxDsbeV3-wQEDPBxlI7BgI5Q.gif></=
body>
</html>
--000000000000bd440f063d5e46a7--
sales/cur/1754067610.M93933P1023662.premium320.web-hosting.com,S=21815,W=22501:2,S000064000000052467151007557640020237 0ustar00Return-Path: <3kfKMaBcKAPQXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id cFYWBZryjGiung8AVkXPrw
	(envelope-from <3kfKMaBcKAPQXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 13:00:10 -0400
Return-path: <3kfKMaBcKAPQXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 01 Aug 2025 13:00:10 -0400
Received: from [198.54.122.200] (port=35422 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3kfKMaBcKAPQXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>)
	id 1uht74-00000004KSn-3ZWU
	for sales@24hourwaterdamagerestorationlongisland.com;
	Fri, 01 Aug 2025 13:00:09 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=ibm8yTdE;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3kfKMaBcKAPQXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3kfKMaBcKAPQXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4btsdG0qw2z27mn
	for <sales@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 17:00:02 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-70e7f66cd58so35063787b3.1
        for <sales@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 10:00:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754067601; x=1754672401; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Tw6chFQJTTWPJK5m/0I8NUhZTxUF5EaInB3AHrX4d8k=;
        b=ibm8yTdEUwmR+ypd7F3SJizJX+hErTgTF0ZUq5CXFO3CwB2vNBt8l28aCFBDr+wVTL
         ZgHEk+p/e0iAF74WPqCmB4ph/WIQoT/yMMai53b8bO1XZqet8hemKhCAXoCS3wEnBUkZ
         Vwl0xTPDNy+d7jSiUJOkc7EYQxbphV/tlt2lW53EwN7sJetM+zy2sIpGHjcoX7FvZ0FJ
         sZWzweGgNClxd0csyz60vrIpAbTPvevRv+4MAhrFuOhTiz7V7a6VRIc7VPWisirBF7fZ
         pNCOo5En6+YtR2WJj+AFvX5abs8p/Mc8FsnxWpQDEsyXO3PCquyGtulDSFwW5Cuix4QF
         BMZw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754067601; x=1754672401;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Tw6chFQJTTWPJK5m/0I8NUhZTxUF5EaInB3AHrX4d8k=;
        b=CpfWzs69X8y0JfKcjcJDY3zpxIKx353QbWroVhdk0eS/+yOpW7QqdOyBom125w7EXn
         Qv2K22kA1iFcHMzZhNWE0Fe32Pb25IWA/WlsuTd+9Zi11cC7FugkcuX3pAR3sr8MhcY8
         4g3iN+w8Y83+J5mn8q1+R3k7MUcv14rKIgsgHK5wgJkadXt+UvBFh4jS8eENRsBVa//G
         ZJc2vIqs99KCJ9WMmvU9MgH7UGAnVnpppvKgLpkDWheGz68WqHYnAaOKjWLFUSl5pqY3
         NLc/t4+WXQNoFWW4QRsUwMLO8hrtSk26/84aSqCQB8LvZl3fjtqJXy7yCIFIOMLeMFJh
         iTPQ==
X-Gm-Message-State: AOJu0YzslS0RaZj2Slg8SMiIxSnc6ZBPhrnhcAeCExp/Uesga1YA6srv
	mCirvjP1vTbcoz3kHmVp4yyK1g+m1mfOV1yf+luLABwKh/qRiTzKCNKGUHai
X-Google-Smtp-Source: AGHT+IHQcdKFZ7fTG2ooHSC3osHKXdwn/YBpeND66I8qIhji+tt241pP44O3K5svJJcqp+eYha+nu1A=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:2d11:b0:71b:7139:b949 with SMTP id
 00721157ae682-71b7f0a55c6mr4144207b3.37.1754067601605; Fri, 01 Aug 2025
 10:00:01 -0700 (PDT)
Date: Fri, 01 Aug 2025 10:00:01 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 57b7a5c225ea0000
X-Notifications-Bounce-Info: AWoTSIEknzJf48hgNyqv9npgX2ze7jbDBlnNSQ-Yh3_Pl4slT4v3T_xTir3-bRCxCjHmz701JpOnFoPMPMImwTx3KPe2ea8g_0LFUaEk1fue2YxXe60yRg819RHJCkEhrBIIDrIfPQz7nRqkrishVm24wjYJ_QHUGxiBeai1SXqP95HdJBXQa7DGL3xmAdPhk5Y9Zqz9is7fQ-l4Q2GRSudv2C1HxwyO_oSAknQuTujlzMJx1ykE9jz6cKKE0QAyGWT8Rgq8q2YaSvLEhTeHhmz6fsHkOtiJPfaauoVEF-tk1FO6SnJ8zH4SNwCe4XZ9TnBFQry3cY3uFxt8fcYldKLoRsmWlRZZ8HT09co6pe09ekn3oZBek1Hjnhc9fQjHUYohNYCY8UuEVM7UTFsetEo6BsdzGvCqrfDCywAY19UpE-Hy1nIl4e3Bv6bdAQoS1HaGg5Ql9Y3ExHYT60pZgdEXsW_i873-LponT_MLzZ5jThpVH4Vpoe6Sjza3x_iSp95uUZIkgVvU-jPpUNJRILhGGAKJ3J8wxfCuixKvXtu_TbWYlaMmnYlmhRHq4rmsXEdh58E772jJrxQVvVpI_341X1_BxfBcY9T580YXLi58r6RZapVhyUX5H-KzyfuWNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <9d2ff2371fe1ac87600aec88d731109394dc083b-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000004e441d063b50b073"

--0000000000004e441d063b50b073
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/5671910519501736673/profile?trk=https%3A%2F%2Fc.gle%2FANiao5oc0FlbaxfX_jcx3m9DXqEUxIEHjxV7lSCDkACRJmiMnC_SfGGCmCm6X8oVaYRcM-oIZMwvJ1Nhb2j77WsjjLZ6hq8zIbDGQ1R6bW7kw12zJV2W1y7chpoAkwQ>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5ohYDRoZPyVp6pqqCKHyFEvcY4ehfgnr1UY7zullR-kmP16WlOJC4dOS3B1qB9HP04Yye_bFZZRxFx2Ss2etNdSMcdo9QAm8bDfm98FkZbOuUzoKO-sRw38xuF0E0XpwUjsZXVS62hVAJLYPp0wVKV9ytbAgHKtZU442fApO9vj6JfS3tY>

You can see the status of your appeals  
here<https://c.gle/ANiao5r2292Y_tcCi6wefDCeXB9ChPkxEPQ66wWNEk87pvRkZ42JdfSa0MpOtPk9j4rtT2pmRpMEDMPbLUfYwpHlS5UJeI5Bmxb2UAlf4mkGhwsEBAPMXLda2qCuZtR5SvpqLJtIVM1bNUtPx2GzPKDqWIcYp9sMZVVsyr-tzGXfSKSDNxdsKqKTdn2tdOKhhWiqHExyoLbjcO9kVhvi8BwGl7COBgvbg-Djq6GEOP9n>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pHHDYqKePjN1wzhCeGs-cNNJfeZBkrNsaYGrYsA29SoaDLKIHDpD9howjnP8XdW6bd_0wn6OcC6CZu0oBh9Yym1Gk5RD_FwyApJQZor5zkT9-KtHbn2-WUYpbixXC_tW3DMYY>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000004e441d063b50b073
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/5671910519501736673/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5rY2IejGdfo5HC534-DU4VtvU_qP255bH4eNUBfV6nPMgZoX9=
8AWPCQR028-YOVdSlqqkKMDm3O59NbD_LgRU6S7A1C1t67eS6o7elxRh9ahUVmydaO-xfcjd6EK=
Q target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5pQ2Nnux7jHlZclwqIDgePAcFg85k08586keKsOsyQqtbZ=
7Z9Acc4fPeOrau1Q9wHYynvNFv3WrrJBD5MyJhr7xaSWvN1Mx5964g-2lTE6xS4REdg_SKA5RY7=
OmQ6x5CWJS_54v2_j7QdbEY0tJjym5lUZc_Slt4i2lSftYDNSph3jFNdz7TA target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5o5hYrV=
uY72xzeO-J6IwIveJkMKxZ6yWwGscL8OlqmhAFphJbUCZQ3TB5fZFojy3MNnZW7se8ElaJ7JN05=
Lf2VzZBNR00-J_mhHgdpmleMGtfj5Nkzf3Iv-yqpt_7yHW-wjD-WR9Va-v50nswlYWBUqSpt25n=
QEhVyiYv67CuQshS_4PV75SYsAfgAcCK2ydMVE7AHxjaY9LQClbmP4THtz-GJS81R_KtdNaM_DA=
vI target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qVbRGUirLTGGawdRvqexf_JC4aWiPPVqJZD7NlWmKsxp=
-5PO43s1Bt8djXQi6slvT4PLlI1iJ500j0OGX3RHjlWne7RQuYBnvqhjqMvEa1t3rKOdg9BS4Cr=
TWH8dhAotMWXrHV2g style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pfJgmLMMu_YaScACdnAP3RVo40at2K9wI1Wa6hLOjI6dRRfUeCbVhgX6rEI7XOXD=
RqO2auWykxB3nYrrZnjb9v113q0huIRkEevml8bHhkijDihP_ea7FbZzBBmMBLNKoh4Q.gif></=
body>
</html>
--0000000000004e441d063b50b073--
sales/cur/1754668620.M350683P2141040.premium320.web-hosting.com,S=45634,W=46548:2,S000064000000131102151007557640020323 0ustar00Return-Path: <3RB6WaBEKACUXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id +IpyFEwelmhwqyAAVkXPrw
	(envelope-from <3RB6WaBEKACUXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 11:57:00 -0400
Return-path: <3RB6WaBEKACUXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 08 Aug 2025 11:57:00 -0400
Received: from [198.54.122.200] (port=53637 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3RB6WaBEKACUXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>)
	id 1ukPSm-000000099O4-3VEu
	for sales@24hourwaterdamagerestorationlongisland.com;
	Fri, 08 Aug 2025 11:57:00 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=FRtuRWYc;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3RB6WaBEKACUXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3RB6WaBEKACUXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bz7v846VWzBrdX
	for <sales@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 15:56:52 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-70e73d3c474so35552787b3.3
        for <sales@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 08:56:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754668612; x=1755273412; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=XQv7V1WVJvhYjZKoFxjC+2KN51VGuSSrKjsUkmbiPB8=;
        b=FRtuRWYcc28Ooclo+AhJhUQ+vDTiWXEZFfo1dlbEtSniUHWnqYT2lni80lNP6RF6QC
         MJvVNiUhG6+xS5a25DCqTV08iM+vLUH3+VxsLwjKNk5cOA5dfnd1pa7Q0i5LKgZpVCV6
         zmALrpiyirsnWSTa18bR9sGmUApyHHqAowkWCV56cznAE8HWPLDAaQbIrVp2PMX1Mdl5
         cstheWSpeo4mNHxT2fUICQ9aok7npc/FXHQHirRVWNCZ3WcZ3nOdvh/98eAKSoHjAkze
         0p3pImPU7ex5ku5JIYL+nH2jNHfm+fiUkJx4292z/+bL9ZRXgRHpWtc30kgKgPtRQ2HE
         KRow==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754668612; x=1755273412;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=XQv7V1WVJvhYjZKoFxjC+2KN51VGuSSrKjsUkmbiPB8=;
        b=X/rqRFZMCQzq6jOscyUupGezeAhiikwEnC+7i5oaeHMn03LYz/Y22H51lUjqgX2aJd
         OIdbrnCEkvG7rseVMi861MciabtwFDiR8mwvk3E0KnrS8jKIjCAmSFDswDY1WIf7Rlr5
         24iHr/e1299anWCzmHcxLgrGTEtWeM4zQEknPJWM7LxJNagRcwP8vLyC3T+gWd98kha5
         1finxdI8ZTQ54dc7L1ppc55eerxPv6kZIRcV9Sdqa0iV/pArR1u4A5f5EC0Ft0ZW7OS5
         ttsODSetMmgV1bFttlemWn9Z/jSDI1EtYcDGEMDCysf3EjN1iooKSGQvQYImKbTiI3i6
         yR6g==
X-Gm-Message-State: AOJu0YwPwUcW70++dD7O6GzPc68lwWI9paIub+JACEod4gz1QbnCtIHC
	XG0i3EjGUJ7yWc3HEUfqyfYH+wY2aqQRcoc677iqN2i0AoLg1v6Fg4H4Eq4U
X-Google-Smtp-Source: AGHT+IHpLpN9iW7NUAPrjosbI3Q8iCUXOzRCvr5tvl0WjHn33+JXWbed3e5e4oztoCGJmJUENcIxuYY=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:4:b0:71b:66e5:9b54 with SMTP id
 00721157ae682-71bf0e849e1mr52513167b3.28.1754668612119; Fri, 08 Aug 2025
 08:56:52 -0700 (PDT)
Date: Fri, 08 Aug 2025 08:56:52 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140167
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5qDBOj-tMheHS4d0SH67G5HcYcOTZMA29YjvaqDfgeVyEbGQRos00kH002SSBNvvTKWKvU35QjYFTqu7eu4yZ7NJX6oLVVA2vJ4mq9phLiecIJhkyLtkpQw5c5uroAB6pAnTNmqWQEbnZShNDCuF86ZUtQCble7_C2d-ZAHS8xt3pkg1WFGox3WrkM8_Qe-33bP2X4Hi6e3GEjtvEFsiDibmw6ygr9Fjcsu7vn-GmNHsSq6_-XVMvhTeGaeuF7kvoyifIOvbW0eZREcARLpb7Tq0XrHGN6tZ0aoHGDct0pWBOLQuzuiABCUYTDVH8cXO4xosT7ea2_GNdKk1aMzSD2Hnzjbn3Nc_6VpMmk7rg?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509819-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 4dd1a0faacaa0000
X-Notifications-Bounce-Info: AWoTSIGG__1fAmdT96RSnp2rXCmP2OJP4Pd-SwRhEGKR7HiKOkToEFWkVvqW7tbo8OFt2OTwoEym7hOoIJtXhcgZW-H-fOVZqBNr9r1XyjotVbcSpRTDZKGsIyDEtG1wF2oEIzKC2Q-vqOcNAOdanOe9N5wTU9h5-iGjEQ8gS6_cyoI25uGfLv2EDnE1lV8zrFAQXWHreo9GmsWhq3TRljmPBaJLTwwY6G67n17FZJ--ur9T6V9fO7_lRNdAHON2HYPaxVqX4nWfBEL9QwW0bQRjXpe0lUdhAnLtuaRmLNHkPNchFw8JnlRAyR0HRwhocFH4q_CjFCiw8FhgDvPPUTB-ch8Ud0b2CkZqCUEw-8xEfBfxxOCyKnDmNaxsdJ5GbKL4or0jpiiYg_bYx7XPaScAQ76MluHrvVf47HDf0hRiXAyXEdG7Z0TLEBsnaozmBbQCiGsqqUWam57LhUq2NJTdcBjbb2dE9LW-2IyG761fCDeMUjFv-PruxSDiaDF-HOW31VKk33Xy09m3oms_MIgs94W8vMM7siMUAPBx9j7Tv3biGulSxodoGyfdj9CrNVZTsFp8X7pNxUn5a-i_VlvNAW8jAT0Y5-FQ10yJwwpH57rh8UFIcowybGbD7UJzufxJyxpdJW_D-oDIrzbdrVhdmohrUianNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <7e4d617f4fd6b15f7a27eb5bdfb083b8a51b4e1f-20189259-111085056@google.com>
Subject: 3 tips to take productivity to the next level
From: The Google Workspace Team <workspace-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000052edaa063bdc9ff2"

--00000000000052edaa063bdc9ff2
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpUYWtlIHlvdXIgcHJvZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNCg0KTm93IHRoYXQg
d2UndmUgY292ZXJlZCB0aGUgYmFzaWNzLCBoZXJlIGFyZSBhIGZldyBwcm8gdGlwcyB0byBjcmVh
dGUgZXZlbiAgDQptb3JlIGltcGFjdCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UuDQoNClRha2UgcHJv
ZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNClRyeSB0aGVzZSBwcm8gdGlwcw0KDQoxIENv
bGxhYm9yYXRlIG1vcmUgZWZmZWN0aXZlbHkgd2l0aCB5b3VyIHJlbW90ZSB0ZWFtcyAgDQo8aHR0
cHM6Ly9jLmdsZS9BTmlhbzVyRHR1N2dpaGphemZlZ0FCY2NZVzFnQmZlbW1SQWJvYUxjcFBvTFhP
VnFYUmpQeC00OGoweGV2Y1M3UWF5Z1NOVEVRNTNMVHR6aFFlOGNmbTVfV3AxSVp5MG5WT1FQQ1p4
Vm1xT2pSS1FkRHZvUktXdHNJQmlLMlRwVjNOQTB2V3htbU9aSTlYdzJfYmRaWkNSa0dnMGNrRVV1
RldaOG5IbHRkaWZVQ2NnM1hoWGp2bi1zWXNPR2pFbXVVWXVQcUpBdF9aT3VaYjNEWlZhOHpRQTFU
YkdyRlZiZnpJN2tIWEJVbGNIajZ0QVpYanJfN1hXbTNacWxST3d1VGs1QmpfZ29IT1pvZnd3Q0tN
cThHWGhBSTkyTkhvODRvNjVNX2U0VHZ4c0R5UVQ4cHFySFJQUGJtaHNoVUlnbTlxVVN5MUttaWNi
NmU0aE5aRnVoWEp1UHcydkhMQnVxbDh5aHZFZXF4MnN4cHFTR0NvQT4NCg0KMiBXb3JrIHdpdGgg
cGVvcGxlIHRoYXQgZG9uJ3Qgbm9ybWFsbHkgdXNlIEdvb2dsZSBXb3Jrc3BhY2UgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81cUo5d1c2RGNFSG9QQ21VQm9qelRlVUd1Vlhjc3lmSTN6c0FueGRrSFVB
TWxOZDNwUWM3Y2NqeHpzSk9VakxTWkhFYk11YkZkZlFZcjNuSGdWT0RaS0Rjb2dwRi1qQzhxSHpR
VkZUbTBzYUZHdEhlaXRYNk1uUkVlV0FLdjhEOHN5UXNxV2JnclFLWVNSQ1hjd3R2RndlandlTWFR
cm83MHJzUUVHUFk4TTk0djg5UzllVDJ4dHdzZktVcFFTWGs3aVVSa2VoRFZUM25GRWh5cHF3YW5k
cG9aa3BYd05BSzJaNFFjWHc4YkNOT3pGdThWTk5MejlIOTJ1d1FsTnBoamV1LWI4WlFnbVAwVFZB
Mk1sLVctUVBENk9LNDVVRFFQYjItU3kzTDZzOW5ObV9IWnFQOWw4OWFGUWlfbkdvTzlPN0pUZ1E4
YzdYbHVsRURxM1FjaDdRY2d4YVdEbXNMbFl5cGc+DQoNCjMgUnVuIGVmZmljaWVudCBwcm9qZWN0
cyB3aXRoIHRvIGRvLWxpc3RzIGFuZCBwcm9qZWN0IHRyYWNrZXJzICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNXJiUW1PSjB0U2wtYWVmS3lHVHpJSEVUUzVKbXRpdHJyVVdRQ2FheTl2RTZNemcwYUVU
cS1ybUFvSlV4TUw1UUFCSzZCNFVOOWhjTHJtSFZJOFlUdVZDWDZzTTJuWmpneDFDRzJGb0lyT2x6
SHhUWi13ZWJRb0NWQlhEX29mVjVQVGxZYURwX3NqU1VnNWYxU1BxVUx4TjVRRDBZbkRtVWc4XzBr
NGJ6bENHUVZXdEpfcWU1MG5DUVBtYVhUY3BlcnIyV0JGLWpaMjh3QVNWWDFnTjBfTU40RUlOUmpO
OEhYcnR5Q0t0SDZVWS1CeE5qUnNPbVRTV3Vsa2FWOW83eTdRZGlxOVh1OFJtOG1kdGNsdzNmY19W
cHFHLUFKajAtemJaalM5eTJkNVE0UHJ1MFVmTkRlS056SzhQVmhDWHBMUDF2Z2pvMkdCNGF3VkZp
QWg0clZJRXEwZFFBYnFSVklidFdCM1JQYWdlRkY3US1DR204ZzBlV2Z3NzJsMmoxdFR5alE+DQoN
CkFkZGl0aW9uYWwgaGVscCBpcyBhbHdheXMgYXZhaWxhYmxlIGluIG91ciBsZWFybmluZyAgDQpj
ZW50ZXI8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxbm9UU29YSzVISGFYdmFURmc1X2Rkdlp2cE5QbjRx
VE5yU01GdGs3MDVyZVFvS29VTTNDeUlYcEdTY0pKeGhxNklXcXpFR3ZmRW01cU1qSTY4a3hnY0ZH
Z1RkdkNBNWZNLXA0Q202dE55RjhUYnNuTkMwbE9BcGd6REZjaUFWeWZuUzc1NFFHc0QxX2pzWlFr
SEthLVZscTY5eEdWNjhlOTBhVkItbV9LU1ZaYWctZHF6aFBzM3V3Q1UtWllheFRIelNBNmh6YmVG
eWN0UWpSV2FxQ0xRRkhibDg1X2YtbVI4MDZPY1V3YlhRNHVlZllGdTlrV21JWkV2MVFYSzYyQm9Z
b1FrdDBCTGVCeEtYbXFnazdhVDlHTWdKUFdINVpFNmpsdVQzbUlybU8xV0cxQVJhWmJlaHVUYmpN
dVZjWlFwRDVtU1FUTzFsRE5ZVHMybjVES2hvNE0+Lg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6
Ly9jLmdsZS9BTmlhbzVwa0Yyc3ItVGpBOWNMMXNWWFNxbXNiaHo4Yk0wa1JCTnRwTUlERGNXcDZa
NGhnVURuNW1fYTJtVDE1eUgzUmxyLXJmYlkzMDY0U0xVRmFSRHVSQmdRMVRzenVIQmR1NmR0STl2
a0NUeXFjeVFuUnFUcXBqeVdYUXNyYUI0YWpiRElXcmtrQU9tbmJSVWUtPg0KVHdpdHRlciAgDQo8
aHR0cHM6Ly9jLmdsZS9BTmlhbzVyTi0yYkJyUVJyOUJwRWpPdVVwSmtIRFFGS2h2VG9hNktjMTFW
VzNQeWw4dUlrdEJpSlU2RF9FOXVsRWxlemFvR0RsaU1NTUR3OUF4ekExNTFJb1BUWTM5TkMxdUla
cmMxUU85ajl3ZFdROHh3Um1ycnFONnpBZGo0SHNTVTBnSm9YNWRDWnJfQT4NCkxpbmtlZEluICAN
CjxodHRwczovL2MuZ2xlL0FOaWFvNW9jeFgtQU5ManVpamU2djZCMzROU2QwcEFXakdPUmJiZHNs
dmVqUmdRNlIzaWljT0NKUWE2TENxSVNFczdCbU9yZWJEendVYzhsRHk3LWFSbkdVbDdlRXJWTndt
RXRURmN2UFpDa1ZKT1dJNjI1Q0NVdXFuUzg1STAzMlhBYUV2Qlg5OTh5MERfMHhVRnFGUlEzSG1l
THAzbWJFaDdtPg0KRmFjZWJvb2sgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cXVVSVZLTVZha0l0
UFJMcmFKUTY5MHhJSkF0N2lQaTFXeDBLTVV5d0p1ZlhXOWQ5czBia05ybkhGcjZfNlBNTlFRVTMy
YkFPRjM0OTZuRWhlUFl6ZFU5OThDRW92VEEyNnFMZUlBanFjYVJ3N2FnRjBQMnNiSlBHalFON093
NjVqYzl4V1pCTEpLLW1ad2pDQT4NCkluc3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVw
NG1yaUEtd2FnNVRGd3o2QkllVEtfVGp0cmkwSVNZWXFnaEdNOGR6VzdOcFA5VC1KY0U4MVZ1QWZr
cHE1Nk15TzJBTlJNU093Tm1FRGJ3cUJiVmFHU01pOG1SNk9EVTRBeU9kT3VEVGx4RU9TWXRZdVdU
TW5LN2hKaloyTXRIX3pwekRqbWgycDl5U1pvODZNZGhPRT4NCkdvb2dsZSBMTEMgMTYwMCBBbXBo
aXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2Fz
IHNlbnQgdG8gc2FsZXNAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
ICANCmJlY2F1c2UgeW91IHNpZ25lZCB1cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3QgdXBkYXRl
cywgYW5kIHRpcHMgYWJvdXQgIA0KR29vZ2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUgdGhhdCBz
b21lIGZlYXR1cmVzIGhpZ2hsaWdodGVkIGluIHRoZXNlICANCmVtYWlscyBtaWdodCBub3QgYmUg
ZGVwbG95ZWQgYnkgeW91ciBvcmdhbml6YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRvICANCnJl
Y2VpdmUgc3VjaCBlbWFpbHMgaW4gdGhlIGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJlIGhlcmUg
IA0KPGh0dHBzOi8vbXlhY2NvdW50Lmdvb2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVmZXJlbmNl
cy91bnN1YnNjcmliZS9ndC9BTmlhbzVxaE9VeDhiZ1RDai1zTDlaWjg4WUs5UlVHWDdSa2ZXZVZm
RDhPOEpCUnhmVThETFVsZzB4NTRCby1SZ2dDSWNtYkFHb2ZNbEVEZDg4ZWJOQTJHMm9pM1JDYU5H
R1JxcG51T01YUW4yUkhNWTlnMG9IdHU3VmFWYUZ6cVA3OFJtMWVLM2NqMWFiSXFhN2VScG1WVEtJ
YWxCTUp1OHB2X1NBNDMyck0zNmxTdDk2aXVGTXVGQldfRm1NQUswcTVTR1o4YTVuM3Ytb0I2TnJT
LUxwS3lGbEhiNkQ2SUQwZnI2WmMzenVNekNrcXplbkZ2Slg5SjVncjlkcGhPRHBjQ1VscE01dWJG
UFFZMGpLamgyWUdYUUJTWjVFN1QzNUh3aFcydERVTkQ0aXNqdktGMV9Za1ZFaHItOHg5Yy1FZ1pm
N0ZENnA5LWdGV0xKTGFTeGtoT0hrYVZ3ZXlBWXRiWTE5RGRLY0k/dXRtX3NvdXJjZT1nbSZ1dG1f
bWVkaXVtPWVtYWlsJmF1dG89dHJ1ZT4uDQoNCg==
--00000000000052edaa063bdc9ff2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>3 pro tips for productivity</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:18px; padding-bottom:10px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Take your pr=
oductivity to the next level
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px">Now that we've=
 covered the basics, here are a few pro tips to create even more impact wit=
h <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
19px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:19px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files//g-suite-end-user-adoption=
-email-8-new-transparent-w1578px-h860px-2x.png width=3D480 height=3Dauto al=
ign=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Take productivity to=
 the next level" /></td>
</tr>
</table>

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:24px; padding-bottom:24px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Try these pr=
o tips
    </td>
  </tr>
  </table>
   =20
 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   1</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5pbxv2FrQ1oGj9S2yTG5VBTha61_fY0hHE=
R6hVDs7oQp-sZEB-SeBa50Z814Gp1f-V5oRrzUMEd8WPSA8IO4UenDJkBfWjAxULcqQz6EZzaYH=
sjkjHwUnHgY8xWDSwrOkafGmlnsUGjtcWSW2svQ-QSpEUEwdC-zDb6wyMzXc71QEOPf5F01KhnV=
KogA5rWUaPrRQlm8ygAkHOYAzhqWBLRwgg8mttX7L1YQcJiGGFMSZED9iZKgWlHBk0ExdobERaf=
eGVszyFBEMih8Sbh3w4tI100sFrRzF57gkmaZbrfK94J1VJlWd7btd28M-wkV-aJ-5vZgnHxXEE=
h101eYldqrGt4kuB7Ked84oLi0GQ9yrEuKg class=3D"" dir=3Dltr style=3D"font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:=
24px;letter-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-=
adjust:none;text-decoration:none;display:inline-block;" target=3D_blank><!-=
-[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate more effe=
ctively with your remote teams&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5pbxv2FrQ1oGj9S2yTG5VBTha61_fY0hHER6hVDs7oQp-=
sZEB-SeBa50Z814Gp1f-V5oRrzUMEd8WPSA8IO4UenDJkBfWjAxULcqQz6EZzaYHsjkjHwUnHgY=
8xWDSwrOkafGmlnsUGjtcWSW2svQ-QSpEUEwdC-zDb6wyMzXc71QEOPf5F01KhnVKogA5rWUaPr=
RQlm8ygAkHOYAzhqWBLRwgg8mttX7L1YQcJiGGFMSZED9iZKgWlHBk0ExdobERafeGVszyFBEMi=
h8Sbh3w4tI100sFrRzF57gkmaZbrfK94J1VJlWd7btd28M-wkV-aJ-5vZgnHxXEEh101eYldqrG=
t4kuB7Ked84oLi0GQ9yrEuKg" target=3D"_blank" style=3D"text-decoration:none;p=
adding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Collaborate more effecti=
vely with your remote teams" width=3D"24" height=3D"24" style=3D"width:24px=
;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
;padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5pbxv2FrQ1oGj9S2yTG5VBTha61_fY0hHER6hVDs7oQp=
-sZEB-SeBa50Z814Gp1f-V5oRrzUMEd8WPSA8IO4UenDJkBfWjAxULcqQz6EZzaYHsjkjHwUnHg=
Y8xWDSwrOkafGmlnsUGjtcWSW2svQ-QSpEUEwdC-zDb6wyMzXc71QEOPf5F01KhnVKogA5rWUaP=
rRQlm8ygAkHOYAzhqWBLRwgg8mttX7L1YQcJiGGFMSZED9iZKgWlHBk0ExdobERafeGVszyFBEM=
ih8Sbh3w4tI100sFrRzF57gkmaZbrfK94J1VJlWd7btd28M-wkV-aJ-5vZgnHxXEEh101eYldqr=
Gt4kuB7Ked84oLi0GQ9yrEuKg target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Collaborate more effective=
ly with your remote teams" width=3D24 height=3D24 style=3D"width:24px;heigh=
t:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
 =20

     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   2</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5qLqKC4KEoATQ8FiPvsf9rP6NY957fXn3C=
-anicg73ENH_99OIrqQV3V9EVHXtiyQRNmYnHxnT--XlhY-OMxQ8czzaDhPa6RKlN55cKPm1Anh=
IhnvP2gfPxB_TmPStFg_nEmgEhLq2Al2v9xvJRnAFV_A2Mzo5YFqNPX-bJrOO0Szkr0diWgaW5m=
m7Ka-_lLUiqdDo1bgEsdGAsG8YuhmF09FKkHlftGgEUZe2ljsZTqeq9of_V-9IcZSH2qFGsu74V=
tVa0SRhIP4HM-yIZMqicthaiq9Yv_sb95vcpjufZp0t6LdMCSnTbysjb3gwSa_-NlSvxAjPoJN9=
c0c4vjAM5ttUE3gAzRhfsmYrV class=3D"" dir=3Dltr style=3D"font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:24px;lette=
r-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-adjust:non=
e;text-decoration:none;display:inline-block;" target=3D_blank><!--[if mso]>=
<font face=3D"Arial,sans-serif"><![endif]-->Work with people that don't nor=
mally use <!--[if mso]><br /><![endif]--><span style=3Dwhite-space:nowrap;>=
Google Workspace</span>&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5qLqKC4KEoATQ8FiPvsf9rP6NY957fXn3C-anicg73ENH=
_99OIrqQV3V9EVHXtiyQRNmYnHxnT--XlhY-OMxQ8czzaDhPa6RKlN55cKPm1AnhIhnvP2gfPxB=
_TmPStFg_nEmgEhLq2Al2v9xvJRnAFV_A2Mzo5YFqNPX-bJrOO0Szkr0diWgaW5mm7Ka-_lLUiq=
dDo1bgEsdGAsG8YuhmF09FKkHlftGgEUZe2ljsZTqeq9of_V-9IcZSH2qFGsu74VtVa0SRhIP4H=
M-yIZMqicthaiq9Yv_sb95vcpjufZp0t6LdMCSnTbysjb3gwSa_-NlSvxAjPoJN9c0c4vjAM5tt=
UE3gAzRhfsmYrV" target=3D"_blank" style=3D"text-decoration:none;padding:12p=
x 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Work with people that do=
n't normally use Google Workspace" width=3D"24" height=3D"24" style=3D"widt=
h:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px; ">
  <a href=3Dhttps://c.gle/ANiao5qLqKC4KEoATQ8FiPvsf9rP6NY957fXn3C-anicg73EN=
H_99OIrqQV3V9EVHXtiyQRNmYnHxnT--XlhY-OMxQ8czzaDhPa6RKlN55cKPm1AnhIhnvP2gfPx=
B_TmPStFg_nEmgEhLq2Al2v9xvJRnAFV_A2Mzo5YFqNPX-bJrOO0Szkr0diWgaW5mm7Ka-_lLUi=
qdDo1bgEsdGAsG8YuhmF09FKkHlftGgEUZe2ljsZTqeq9of_V-9IcZSH2qFGsu74VtVa0SRhIP4=
HM-yIZMqicthaiq9Yv_sb95vcpjufZp0t6LdMCSnTbysjb3gwSa_-NlSvxAjPoJN9c0c4vjAM5t=
tUE3gAzRhfsmYrV target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Work with people that don'=
t normally use Google Workspace" width=3D24 height=3D24 style=3D"width:24px=
;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>


 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D";padding-bottom:16px;padding-top:16px;width: 100%;mso-margin-top-al=
t:0px;mso-margin-bottom-alt:0px;" width=3D100%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;mso-marg=
in-top-alt:10px;mso-margin-bottom-alt:10px;" dir=3Dltr>
   3</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5qhIulr79RK5XYC3Z11FAWqcG_raJmGx24=
3biZZ642inaCvwZdGsKW50eSZOSG0qbznuAKKjyyz7CGuByYArPtYmt_rCQCruPgkBj9KAMsCxv=
cPa_86lK20Q_NpZPVr8Zk0Ajat0UNnY52BJFmSLYip4csfTBkn6JIjylH42lOoQzHgRdQYkjuQl=
1ziKniiMGLFGjaRa-HrSbOhV_QPJANP8Uj7JP62wLPLeNkoX3HtQSSs7p_VeiV0GSR0IMEzQImh=
3Sy2smhoDDlnWUgT65R8_EN5iYDDzX4qmYAaBAo60tVumydMohrQgpWSLxJPv-AqYBEGdTcmjlp=
kWlp4HNDPBYqnSF3s702Ygw5aWlHWnptCs4aClM2GwilLP-OkFu5c3fAr class=3D"" dir=3D=
ltr style=3D"font-family:'Google Sans', 'Roboto', Arial, sans-serif; font-s=
ize:16px; line-height:24px;letter-spacing:0.1px;color:#1A73E8;font-weight:b=
old;-webkit-text-size-adjust:none;text-decoration:none;display:inline-block=
;" target=3D_blank><!--[if mso]><font face=3D"Arial,sans-serif"><![endif]--=
>Run efficient projects with to <span style=3D"white-space: nowrap !importa=
nt; direction:ltr;">do-</span>lists and project trackers&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5qhIulr79RK5XYC3Z11FAWqcG_raJmGx243biZZ642ina=
CvwZdGsKW50eSZOSG0qbznuAKKjyyz7CGuByYArPtYmt_rCQCruPgkBj9KAMsCxvcPa_86lK20Q=
_NpZPVr8Zk0Ajat0UNnY52BJFmSLYip4csfTBkn6JIjylH42lOoQzHgRdQYkjuQl1ziKniiMGLF=
GjaRa-HrSbOhV_QPJANP8Uj7JP62wLPLeNkoX3HtQSSs7p_VeiV0GSR0IMEzQImh3Sy2smhoDDl=
nWUgT65R8_EN5iYDDzX4qmYAaBAo60tVumydMohrQgpWSLxJPv-AqYBEGdTcmjlpkWlp4HNDPBY=
qnSF3s702Ygw5aWlHWnptCs4aClM2GwilLP-OkFu5c3fAr" target=3D"_blank" style=3D"=
text-decoration:none;padding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Run efficient projects w=
ith to do-lists and project trackers" width=3D"24" height=3D"24" style=3D"w=
idth:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5qhIulr79RK5XYC3Z11FAWqcG_raJmGx243biZZ642in=
aCvwZdGsKW50eSZOSG0qbznuAKKjyyz7CGuByYArPtYmt_rCQCruPgkBj9KAMsCxvcPa_86lK20=
Q_NpZPVr8Zk0Ajat0UNnY52BJFmSLYip4csfTBkn6JIjylH42lOoQzHgRdQYkjuQl1ziKniiMGL=
FGjaRa-HrSbOhV_QPJANP8Uj7JP62wLPLeNkoX3HtQSSs7p_VeiV0GSR0IMEzQImh3Sy2smhoDD=
lnWUgT65R8_EN5iYDDzX4qmYAaBAo60tVumydMohrQgpWSLxJPv-AqYBEGdTcmjlpkWlp4HNDPB=
YqnSF3s702Ygw5aWlHWnptCs4aClM2GwilLP-OkFu5c3fAr target=3D_blank style=3Dtex=
t-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Run efficient projects wit=
h to do-lists and project trackers" width=3D24 height=3D24 style=3D"width:2=
4px;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
   =20

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; colo=
r:#3C4043; padding-top:31px; padding-bottom:40px; padding-left:38px;padding=
-right:38px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Additional h=
elp is always available in our <span style=3D"white-space: nowrap !importan=
t; direction:ltr;"><a href=3Dhttps://c.gle/ANiao5po4RO2OhXMC6Ipkyb5myRqFbt7=
hsh4bOpE1XmN1SK-u2-5aY1tpjhrnFwO88ay-cPC0DEAlm3Ov7diGLUyBr1Astcge40_m0Uf1EF=
3U721keva08HG3imLtTzXRvzvDIodqe_uuk5Oxu8afWOYFkNFDTyym1cBHa6Z1zu9fyjmrr2-Os=
5yN0SPuWC4qkTFt9WazNoGjNC0vMFR3u3H_qKt-JRR6PXPXqQdCA4omTa-rXgNtJPNHnGfpGVGl=
oxqskpH6IjWaPw3GYQ4_5mvQvsEMJLYlIHy-ybwSaMYuf8ORYiiKn3TBcE5uwU_aOsEf1DHglOq=
-vLUjEwGb4j5xjTEkd_3DA style=3Dtext-decoration:underline;color:#1A73E8; tar=
get=3D_blank>learning center</a></span>.
    </td>
  </tr>
  </table>
 =20

                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oQqhiUlxrh2L58CL6CNbOSFMUahzLDQ0aKESM=
gslL7CCBLDpQ3HFHBPHMM5r4TFewfujxrMhw4M-GaoCCztt0HrfGAiTvz-8zbNRLxIyEIvUsYVc=
4oAuQ_XdalladfB2GkAYiz5xNGibbsKSM target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oU-5N37Qc5Va6SchlKHO5OeDmJQYmIBYM-mQF=
6y-9qWz0nlHR-yvmQAyYzZq1_U9O98IzEdNMjNeOrd_k0A7dGlbxuS_yfHeDTwVR-CtfYKxyEJS=
DwpzgnS9c-VwL0Q-i56Dod5jNarg target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q4DOjo59_k1wBsSF5hHcGw5r4GuOB3n9CPN1Y=
-_dxyrrUP12Q-K3jo71FdPDaXHJZbnilYgoh4ZjdZA1HOsdMs3XiV8H5m27_mtUgFYbhtPGJ2cL=
8_Oz0nrGIxHVpli9VIrGRMUAeB3Uh2Gffee9AyKrV9VtSfdOM target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qcbhM920kcUDpGz4g22XvetNIL8g7_4gAGuuJ=
NMztMsHwl1s-uvuwRkz9gQY2niEOCJYSFHJwkZbEQ0w-5THcKqlmxX50Lv51JwuliV1n-wAuctx=
PYofWr4Zw8tw9RipUifePaK7M64-Fw5RO-vA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oUPSciMyHIo9xbnnk8Bq8TuCTmwAx4GEYeX1j=
wfZ3Oem_RBckn_MA6oKs2xBIhpNbhHUCa67dG5Pd14Rxrw3q5Ted-ehBqpV9R_pAq31WGrHl0hl=
BgpB0-f0htsxJ_e5C5VxLeXdCsvLwzZX7VSpMBEw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to sales@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5qDBOj-tMheHS4d0SH67G5HcYcOTZMA29=
YjvaqDfgeVyEbGQRos00kH002SSBNvvTKWKvU35QjYFTqu7eu4yZ7NJX6oLVVA2vJ4mq9phLiec=
IJhkyLtkpQw5c5uroAB6pAnTNmqWQEbnZShNDCuF86ZUtQCble7_C2d-ZAHS8xt3pkg1WFGox3W=
rkM8_Qe-33bP2X4Hi6e3GEjtvEFsiDibmw6ygr9Fjcsu7vn-GmNHsSq6_-XVMvhTeGaeuF7kvoy=
ifIOvbW0eZREcARLpb7Tq0XrHGN6tZ0aoHGDct0pWBOLQuzuiABCUYTDVH8cXO4xosT7ea2_GNd=
Kk1aMzSD2Hnzjbn3Nc_6VpMmk7rg?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue=
 target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscri=
be here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--00000000000052edaa063bdc9ff2--
sales/cur/1752996252.M161936P696451.premium320.web-hosting.com,S=31347,W=31941:2,S000064000000075163151007557640020273 0ustar00Return-Path: <3mZl8aBcKAAoqyyqvo6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id v0WJCZyZfGiDoAoAVkXPrw
	(envelope-from <3mZl8aBcKAAoqyyqvo6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 03:24:12 -0400
Return-path: <3mZl8aBcKAAoqyyqvo6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 20 Jul 2025 03:24:12 -0400
Received: from [198.54.122.200] (port=52330 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3mZl8aBcKAAoqyyqvo6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com>)
	id 1udOP6-00000002vAx-2X79
	for sales@24hourwaterdamagerestorationlongisland.com;
	Sun, 20 Jul 2025 03:24:11 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=4Z3eRuZG;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3mZl8aBcKAAoqyyqvo6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com designates 209.85.166.197 as permitted sender) smtp.mailfrom=3mZl8aBcKAAoqyyqvo6y1u2zkmo-xy1ozv8qyyqvo.myw@scoutcamp.bounces.google.com
Received: from mail-il1-f197.google.com (mail-il1-f197.google.com [209.85.166.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4blFQK5gG1zC25d
	for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 07:24:09 +0000 (UTC)
Received: by mail-il1-f197.google.com with SMTP id e9e14a558f8ab-3ddba1b53e8so36789835ab.1
        for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 00:24:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1752996249; x=1753601049; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=R5w6VGCg+8EBgnCIC78+DVD4b7AxKhqLhhy5+S3rFe8=;
        b=4Z3eRuZGsmIgZJ45jr1NTgFmmrQztnwSepd6O7LfTiCY3qmCpn8/Qak4V+e+RgM5mk
         V+bghWZG2fFbw/O3lsjoi7EHFxJvxMRgDOYcmmE/p3ytNX7oRweuETV6dkwkgFxv5q03
         Kl1jL+pi5+Vf4UkbUdWHvQ0OSAK+NZmMN1JgIxmc8ckA50HZxnOQCKNtOPvFxZgq4emV
         G6K4tY4iQy8rWBDBirzouU4qGbCn3Y7e8WTNNb/+4YQxSPDX8Ym7zZgIjF5GhJBxHuOZ
         Ld8+RSviYorHkJYUrgBWQcwdLoQVMi81sFh/mBTcj5AVI21hJqAmVBH2JEKbnkeSJCGM
         LNLQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1752996249; x=1753601049;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=R5w6VGCg+8EBgnCIC78+DVD4b7AxKhqLhhy5+S3rFe8=;
        b=jRHlWxupzpjnF9bF5NKaLtQCMSvPWFF+SrYgELqpYLRK/CB2Qny/lF5heGMHW7uqpg
         SqIRwDcCXva76VA7rHsXb5habMtVPkbcOhL83ZZTePjc1OYcEMQEIJDxSjWmkhnmXSLG
         5ViXpObwEjGwrRL9qKcoE7uVZHqe9ICoNrvSowJ/cELN4BXdO2WyRDlFNtiWuJdNjTZX
         S55br2LBQAYagMukDDwwX/N2VZT6nZzUarru+N/b2pSh9xwp6L3iPH64KYN/0kr5uGly
         HKKjqBCq4sRDOfI5QYmolO2/FsFHAo4CPKcldIqJr8nYloncZ3Cp2T4MJkz1R/88k+5e
         /OzA==
X-Gm-Message-State: AOJu0YyRI2gGIh8mouV73o120YrYHh0sHMoxkgPm6slI3H4Vuv1qk2pn
	ihg4e874oQ28iyos9FrJSbp7PtfEOxUMDTwXhnEpjpViPT0K/1g=
X-Google-Smtp-Source: AGHT+IGkJ1wdUE91p1DkBVa4pz870/DnmM9XihtsUn2Y0rzGVOwJPmLau0r7dvHmp9J9SipPv7yj9H8=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:1d98:b0:3de:11e3:8d38 with SMTP id
 e9e14a558f8ab-3e297483a7cmr83589915ab.22.1752996249343; Sun, 20 Jul 2025
 00:24:09 -0700 (PDT)
Date: Sun, 20 Jul 2025 00:24:09 -0700
Reply-To: Google Workspace <googleworkspace-noreply@google.com>
X-Google-Id: 4118893
Feedback-ID: P2542-0:C20184961:M110499870-en:gamma
X-Notifications: 01cc3dce955a0000
X-Notifications-Bounce-Info: AWoTSIH5kQyIhvpeJdKfjHuQs1mJw6C3yuD22i-tHeesA-1nsrBRbz8RufisoBQqd7BWEnpGef9dZP3fSBRM6JBZ5rf6t_kn5f5kZb0bPuoyDa3yPEwU8qVhBVbh5h2K8T7Qtt7kxES48UQ3z6bcug1STDy0lBXqs8c1ASAkSnWVbzazsgb4_WLshG5GR_84TzvtIj9a79TiVPvy8pe14Iu45atJxcQa-ltImBUlCz4a-AFMYkbkYAHYUKL552ctIA-9l6ZpcydVh3GwhR3LQmeZcDWUq4N48d2IjwZRLBnGP4onTmzuWJBjTuDMyDpirjmyNEZkGVmvOQOHAT-TxLmYWpJlslDrdb1E6edtWsOOYUe9bwbxRc5TY23--kV6AmiW3Zfc9G5_BTY_RamsfxHuv5L4UcQJqa9l8f-IVUZ1N50Zl_AwKfXcTRqTjXUnbSObcvJl6B2pOn4Zy-4aZpiME6q84CpWouuMtAw-_Vjik6JSUuSVgdUUsLMN9MbZsWJAR1jXN5PCGywpvva9w47-22OxwcXBO_1hJK8UQxqoSfHvTHV8geNVP82HgufivGPB-rPRSExx_W99n_tM3VeJRvEq0XeGNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <fbe756cd9de6a71dda12fd70b97dd2f954d8bbfe-20184961-111051900@google.com>
Subject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
From: Google Workspace <googleworkspace-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000bc163b063a573e93"

--000000000000bc163b063a573e93
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoyNCBob3VyIFdhdGVyIERhbWFnZSBSZXN0b3JhdGlvbiAsIHdlbGNvbWUgdG8gR29vZ2xlIFdv
cmtzcGFjZSBFc3NlbnRpYWxzICANClN0YXJ0ZXIhDQoNCllvdXIgc3BhY2UgZm9yIHdvcmsNCg0K
DQpZb3VyIG5ldyBhY2NvdW50IGluY2x1ZGVzIGJ1c2luZXNzLWdyYWRlIHZlcnNpb25zIG9mIEdv
b2dsZSdzIGNvbGxhYm9yYXRpb24gIA0KYW5kIGNvbW11bmljYXRpb24gdG9vbHMg4oCTIGFsbCBh
dCBubyBjb3N0IHRvIHlvdS4NCg0KDQoNCg0KDQpDcmVhdGUsIHN0b3JlLCBhbmQgY29sbGFib3Jh
dGUgb24gY29udGVudA0KDQpVc2UgR29vZ2xlIERyaXZlLCBEb2NzLCBTaGVldHMsIGFuZCBTbGlk
ZXMgdG8gYnVpbGQgY29udGVudCBhbmQgd29yayAgDQp0b2dldGhlciBpbiByZWFsLXRpbWUgb24g
YW55IGZpbGUsIGluY2x1ZGluZyBNaWNyb3NvZnQgT2ZmaWNlIGZpbGVzLg0KDQpTaGFyZSBhbmQg
Y29sbGFib3JhdGUgb24gZmlsZXMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cTZNaVd3UWp5cnph
MldLbkdKbDFHczZCTTFZc1BaWFo2eFFpd3hveXIxYVJNdGhhTVFGajNfSlprcTRPQW9ZS2dRVm9i
Z0E4dThKdVlhZXo3RE9yRl92ZzFweGQtZW1jM2V4XzIxR180Z0o2bm5FQUJ2aGllX2pRa241Z1pE
S2stOVRpcjJieTZ3Q3h6TEZHSDZyeG95blVPNFpDSU95R0dBeHhMRzhsZTNMeTEyQmFJUUxaZGdv
TFFUVUw1YmxEeTNtczNGRGZhRlg1cXlDR3l6YVA3UVpQTmtpUXBaXzA2YUl3Pg0KDQoNCg0KDQoN
ClN0YXkgY29ubmVjdGVkIHdpdGggdmlkZW8gbWVldGluZ3MgJiBjaGF0DQoNCkNvbm5lY3Qgd2l0
aCB5b3VyIHRlYW0gZnJvbSB5b3VyIGNvbXB1dGVyIG9yIG91ciBtb2JpbGUgYXBwcyB0aGF0IGlu
Y2x1ZGUgIA0KR29vZ2xlIE1lZXQgYW5kIENoYXQuDQoNCkhvc3QgYSB2aWRlbyBtZWV0aW5nICAN
CjxodHRwczovL2MuZ2xlL0FOaWFvNXFPeV9lSnUtMjFHMnpOTm1tZkRQaTVvcVVfQVJlM3RuRDZO
SlNIUk5MZ3dpNUhPUjRGN2NCUE5EUnZKeFVrQ2hvY01Pb2hkV21MdmFVSGdFS1hNSkdOWURiVjdN
UTJ6WGJ3bjFPclNVVVVlWnF0ZG4xeXlvZXFUajhNczBFMj4NCg0KDQoNCkludml0ZSBvdGhlcnMg
dG8gam9pbiB5b3VyIHRlYW0NCg0KWW91IGFuZCB5b3VyIHRlYW0gbWVtYmVycyBjYW4gZWFzaWx5
IGludml0ZSBvdGhlcnMgdG8gam9pbiB5b3VyIHRlYW0gYW5kICANCmNvbGxhYm9yYXRlIHRvZ2V0
aGVyLg0KDQpNYW5hZ2UgdGVhbSBtZW1iZXIgIA0KaW52aXRlczxodHRwczovL2MuZ2xlL0FOaWFv
NXByU29QUWNZcGoxczVNRWs3aW5rNXZyUGlwYXBHTThjbXRxY1J5V2lwanl4RGlpclhHNXNNamxY
UW1JRFVHZ1ZqdWw0Q1lnVk9Vb051N0dnX1hkSG5xb2hEeVNMdVFnQ1pGaEhmVXBXSndjbHBjanFp
LW1sX2FzTjBYTkRHMkp0WTV1T3NoTDU0RGhnLUJDYVJreGVELWxlakpidndLMnpka1lzd0p1Wnc4
Q3NpaW9lemxqai1yXzZTamJBPg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FO
aWFvNW84U1o2U0RZVHBzX240VG52MjlXd05XTmpXZEVPbkd5UmpKbGNncUJUSGk5bUhweXpuSHBv
UXFKZnZXZ2REdFo0Y3huYjV2WTdlVlNVcFE0M1UwUmJ4VDhYTFpRamxueFpHajBRR01nRkItWWdI
REl5cHFmeGthYTMwV09ZbVUyNHVwOXZvWnBWeFZsUlQ+DQpUd2l0dGVyICANCjxodHRwczovL2Mu
Z2xlL0FOaWFvNXJjaWw5SC1UXzUyWDcwaEh1TkJ3UWZZdEV5aTkwVml0T3hWQXRHTmRuYVo1Wmw5
YnpJa3c2cEdfYU80bFBhVHRsbmdEYzZXWGJ1MkpJbXVIaFZyQk45djJfVE5kTnJHaFd2TktZUWdD
eV8tbksxSGtDbmVzUnQ5X1BPTVRjR25aWUZYamtPMzZRPg0KTGlua2VkaW4gIA0KPGh0dHBzOi8v
Yy5nbGUvQU5pYW81b1VBc3BEbDB6NU40LTRzSWN1X0F0bVZrRnFvYnRWX1AyajBPZ3BTNlVzLV9T
OTFLdXFxaEJTNEt6QjUtR0lPbDJqRDdueTgxMExZOWF2T2hpVGotSEk0eGFIQlhvSHJ6V205TE9o
T1JnSC1fTHc1VUh2WXNKOTBWQkdBa0ZkVURuZUlETEF3dlFBZFJqbWRCcjVBbkpYUV95LXE3eWY+
DQpGYWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyQ0pGME5Vb2kzWnp6aHM1cW91aERO
QlB1eW1RNllUS3FQY21BYTg1cWhZRjZCa3hGc2RoS2lEQ19uVXRvRWF6cW1KX0dEVjFiV1Q0U0o1
dkpyRnlRV2FweEhJejl4a3FBbTdXT0lBMmF2OU5aMFJpRjZzNWtUTVZkZUUzSnBpT3JXTlFWYUJu
SmVtTUtVak5FPg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFkelFlTmZoNVhN
M0hEVFhxMjZlbXdRTmo4SXhZR3VhRVlqQXFBLXVDOHNzVmI1LXpIMnhlcFZjaV9HaW9wNVJvZlFG
REllZWtySndRbDdnTWpHVENJNUpmNzRmelByVk9vY0dMVXlHc0w2SE9hQ1p5dk42Nm9rSjBpdFZC
TjdjUEJldmY0NUhjNHdXdFUyRVR3clNBPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQ
YXJrd2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KWW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBl
bWFpbCBiZWNhdXNlIGl0IGNvbW11bmljYXRlcyBpbXBvcnRhbnQgdXBkYXRlcyAgDQpyZWxhdGVk
IHRvIHlvdXIgR29vZ2xlIFdvcmtzcGFjZSBwcm9kdWN0IG9yIGFjY291bnQuDQoNCg==
--000000000000bc163b063a573e93
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Essentials Welcome Email</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;" cl=
ass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Get st=
arted with Google Workspace Essentials&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
   =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 wid=
th=3D480 align=3Dcenter style=3Dwidth:480px;>
    <tr>
      <td style=3Dfont-size:0px;height:10px;>&nbsp;</td>
    </tr>
    <tr>
      <td align=3Dcenter valign=3Dtop width=3D480 style=3D"width:480px;bord=
er:1px solid #DADCE0;mso-border-alt:1px solid #DADCE0; border-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dwidth:480px;>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:25px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
000000; padding-top:15px; padding-left:32px; padding-right:32px;">24 hour W=
ater Damage Restoration , welcome to Google Workspace Essentials Starter!</=
td>
  </tr>
  <tr>
  </table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
                        <!--[if gte mso 9]>
<td class=3D"desk_show"  align=3D"center" width=3D"480" style=3D"text-align=
:center;vertical-align:top;width:480px;">
              <v:rect xmlns:v=3D"urn:schemas-microsoft-com:vml" fill=3D"tru=
e" stroke=3D"false" style=3D"width:480px; height:160px; text-align:center;"=
>
<v:fill type=3D"frame" size=3D"480px,140px" src=3D"https://www.gstatic.com/=
gumdrop/files/gsuite-multicart-transparent-w960px-h280px-2x.png" position=
=3D"0,0"/>
<v:textbox inset=3D"0,0,0,0">
<![endif]-->
                       <!--[if !mso]><!-->
<td align=3Dcenter width=3D480 valign=3Dtop style=3D"background-image: url(=
https://www.gstatic.com/gumdrop/files/gsuite-multicart-transparent-w960px-h=
280px-2x.png);background-repeat: no-repeat;background-size:480px 140px;back=
ground-position: 0px 0px;width:480px;">
  <!--[endif]---->


<table class=3Ddesk_show role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D100% align=3Dcenter>
      <tr>
        <td align=3Dcenter width=3D100% style=3D"vertical-align: middle;bor=
der-collapse:collapse;border-spacing:0;padding:0px;width:100%;">
          <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=
=3D480 align=3Dcenter style=3Dwidth:480px;>
            <tr>
          <td align=3Dcenter valign=3Dtop width=3D480 style=3D"font-size:28=
px; line-height:36px; color:#202124; letter-spacing:0px; text-align:center;=
 font-family:'Google Sans','Open Sans',Arial,sans-serif; width:480px; verti=
cal-align: middle;padding-left:32px; padding-right:32px;padding-bottom:24px=
; font-weight:bold; padding-top:71px;">Your space for work
        </td>
            </tr>
          </table>
        </td>
      </tr>
  </table>
                <!--[if !mso]> <!----></td><!-- <![endif]--><!--[if gte mso=
 9]>
              </v:textbox>
</v:rect></td>
    <![endif]-->
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
     =20
             <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:0px; padding-left:32px; padding-right:32px;">Your new a=
ccount includes business-grade versions of Google's collaboration and commu=
nication tools =E2=80=93 all at no cost to you.</td>
  </tr>
     <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-space-for-wo=
rk-whitebackground-w956px-h450px-2x.png width=3D478 height=3Dauto align=3Dc=
enter style=3Ddisplay:block;width:478px; alt=3D"" /></td>
  </tr>
</table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
    <tr style=3D"margin:0; padding:0">
      <td height=3D40px style=3Dheight:40px;>&nbsp;</td>
    </tr>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Create, store, and collaborate on content</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-right=
:12px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-a=
doption-stay-connected-transparent-w734px-h173px-2x.png width=3D368 height=
=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:11px;">Use Google Drive, Docs, Sheets, and Slides to build content and wo=
rk together in real-time on any file, including <span style=3Dwhite-space:n=
owrap;>Microsoft Office</span> files.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;"><a href=3Dhttps://c.gle/ANiao5p7jAnJIcjrN4TIkb8LE2B3ULUKUB6bEc1vdw2mXCR=
wJ6v9384pwwXQ_34z9MjFx_FbWFbHf6SpRUNOWxXRjCEyYi75c4w_hM-I2PhYcz1j80VYmMKXEV=
FN73P8DpDEiZUBBOhGxADlUzj4a48no8uiUwvMHcxqoUluPLM2bwPuGQ_QEf9WlYZg3zEJ9-txT=
7bO_2wyn01P5pmN6RzgXR9aV9pV61rkum5C54Ej target=3D_blank style=3D"color:#1A7=
3E8; font-size:inherit !important; text-decoration:none;">Share and collabo=
rate on files</a></td>
  </tr>

</table>
                </td>
          </tr>
    <tr style=3D"margin:0; padding:0">
      <td height=3D48px style=3Dheight:48px;>&nbsp;</td>
    </tr>
            <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Stay connected with video meetings & chat</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-left:=
14px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-user-ado=
ption-create-store-connect-transparent-w734px-h173px-2x.png width=3D368 hei=
ght=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></t=
d>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:8px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans-=
serif;">Connect with your team from your computer or our mobile apps that i=
nclude Google Meet and Chat.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5osZTDkhmSQr25ozNRKiUsmWBh86H4NGHf5AQ-m4EoucmsT-WI_15=
SnoHfle6ljujED5phpeGz2VRpg5t1HOg0n0uRsrI0HbGxR4obhoEmo7aHj76efxvTvzlMh4qKL6=
Jo target=3D_blank style=3D"color:#1A73E8; font-size:inherit !important; te=
xt-decoration:none;">Host a video meeting</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Invite others to join your team</td>
  </tr>

  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:25px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans=
-serif;">You and your team members can easily invite others to join your te=
am and collaborate together.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5q6g_XToCzrbQqGl3jnmjc7aVRfoqLXSRTsQS4s4bcFNAhnwM0cSk=
marYax5ZPRUMKzUeqn61HVySkPg8UfTmsyIBtV99ht0DmvIeFkNSKBmJM45-VvY92ZnMCkib3CO=
BsHWV9cmmcLBxi5LHc7Nd1nchvoAbybxiHvcQMZqNY99G81bIqqqorvym9m9WTm target=3D_b=
lank style=3D"color:#1A73E8; font-size:inherit !important; text-decoration:=
none;">Manage team member invites</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
           <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4 style=3D"bord=
er-bottom-left-radius:8px; border-bottom-right-radius:8px;">

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qR1wQ7m_timzK9IYxjJRnF9sIlLrnRn9NUT8X=
gFDfKHV4PzHqpcaMgx3hAvLTos0uVCKWMU8x4IwIIHTYToBBsE6azXu3RrheJioEW97o03PwWNg=
vHf2AWjK1FN6HrvRVLf-OqbGp1VYRJv5s target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o31f3LqZ_deLo3CmJJBZ4WJKOBCBKUnhttSlY=
s6-wmK9h1Zc6ILlwlb43xJJ3nHOBN-M3t_t72VtpXiWY00ZkUF1nvCrHOsfiGSkiMDroR1kOkFB=
Jf6WZ651G8DRlP_dpMSiGoKBL1ag target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qwtthjnp-uK9myQz1FLOGtjC7hy-0xHSNX8dW=
FmRfZUGG00B8Zm1SnExSykKLxC628bmQF2ekeh3niROihx9iUoHGr7ZwNpKhg2RIV3TFn5hbu01=
BvQXW93NQLbfsV1A992BP3-97cvvFNfoTgTQjo3MXbL6ovusg target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedin width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pTrZNRkFpym-6LmxGNuhv2iaqFD9Q7F-9skGz=
XXxIEMppcwpK9EMm6PQ6ROwsQD4jvCOQZJZeKiwznYdFdrN7-y0CYRWDsVqtaa1ZkCD8B7u_1Fx=
EBeGZHUGPwts0lZz5SDry1k30EqFecitaQdw target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pY18BysfQCOD1vOF6T3wxAP74w6x4LSn2XESY=
nhYsUmD0oLldrkk7NFSFkumRcqTSM1I8Fw-KLjVexzxAsctfEfOTTcIUtH5_kQWCBTA0cqJWtKp=
xGI9S2Cf8Id4pAiAYhqVVTNt8wSugKSNyVMgn40g target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:16px; padding-bo=
ttom:19px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-famil=
y:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Amphit=
heatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Am=
phitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans,Ari=
al,sans-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans=
,Arial,sans-serif; ">
        <!--[endif]---->
        You have received this email because it communicates important upda=
tes related to your Google Workspace product or account.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>
        </table>
      </td>
    </tr>
    </table>


   </body>
</html>

--000000000000bc163b063a573e93--
sales/cur/1754445695.M2038P3637129.premium320.web-hosting.com,S=21809,W=22495:2,S000064000000052461151007557640020202 0ustar00Return-Path: <3eLeSaBcKAH0cvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id GNxDO363kmiJfzcAVkXPrw
	(envelope-from <3eLeSaBcKAH0cvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 22:01:34 -0400
Return-path: <3eLeSaBcKAH0cvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 22:01:35 -0400
Received: from [198.54.122.200] (port=45824 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3eLeSaBcKAH0cvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>)
	id 1ujTTC-0000000FHmX-3Wcu
	for sales@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 22:01:34 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=vL8StYqA;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3eLeSaBcKAH0cvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com designates 209.85.216.71 as permitted sender) smtp.mailfrom=3eLeSaBcKAH0cvtjofttqspgjmf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f71.google.com (mail-pj1-f71.google.com [209.85.216.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bxYS913LszC28r
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 06 Aug 2025 02:01:29 +0000 (UTC)
Received: by mail-pj1-f71.google.com with SMTP id 98e67ed59e1d1-31eec1709e7so7446251a91.0
        for <sales@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 19:01:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754445688; x=1755050488; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=rmVXYmgOU302DaPVa+TqjZlf21rHDuQMp+SRNfHbKIs=;
        b=vL8StYqAI9kNXSi3qQ7Rpzg3kw77BBWY8zAS1G+2ZUAFuVpAX2KNAa5gRW+y/K650Q
         +7InVOativjaJl11FfixqK+bY/CMjY2P5EsMXCWgaZcF91aKQEGA55Az6X9aHepaeyOY
         Twll8t2jzo6c6nWVioJjspeVEPFiHmCK6mCCcnU6/cQjY/6tJXjBbKxE8QJXLEWsQmjJ
         7gwKarg3pOIxO9Rdw32UGaLyvLF+HGg06WLD+9u1zWDJ6muwlztnqjWCnSB2Qy3DcoBo
         0lALAFRBuf8OGyh73jOpljvrcR2FKY3jpRU/2BwYg+sOZA9xxEUVgiSWHBtHPqWDd7yQ
         wHVA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754445688; x=1755050488;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=rmVXYmgOU302DaPVa+TqjZlf21rHDuQMp+SRNfHbKIs=;
        b=TBdFhpkrP/mJtt65wF+ui7F7Pdp0DbJd1T5x9s5rp+dN0rIHyvgOwwEjLiLUyfMQ58
         3shyLYfvyBOozCQhVVpuS63Opkz0HZS3C9u/+bW4BSxb+I9rHiFfkpO7MGfSONVEcLzG
         N+l+kbK8mdWJNczSWBEgbo9C3zVmOvO8i2ULOGL4oKjwnBNB9tBnsaAHR7L/q3IyJ0Mk
         mXOIrnjDrj1feK5AWxCFX+bjwsM0GemzfZbWSIhnxSQE2uQRJE3r2eWGQCQj9ZiQl+x2
         bBLHp8g/bmfBEVMU49vuy2CVMr8mso9U0IdwjEYmo3jQU4K3tpygjInn6R9caX4/HGAA
         vgxQ==
X-Gm-Message-State: AOJu0YwSEnWNN3EOmowAosLTiy/ftYZncMllu/MLfDQh72a5wiSLwXiK
	+mkjDQAv2C4f9TfQGASLEkjh3Ikz/Nv4XtybCnk6mZq+hXet+ceTATOLH1yX
X-Google-Smtp-Source: AGHT+IEPLsZTtZdOn/li9npmME+jv2yg4eOhwbQznTZUsI7HYIHBXPw54Br8gShMGkXQ+dAVv2b6YmQ=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:4b0a:b0:31e:cc6b:320f with SMTP id
 98e67ed59e1d1-32166e0c042mr1183637a91.5.1754445688680; Tue, 05 Aug 2025
 19:01:28 -0700 (PDT)
Date: Tue, 05 Aug 2025 19:01:28 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 93e98f80b3ea0000
X-Notifications-Bounce-Info: AWoTSIFq5C8LRFRG04vJcjKybudcj7xjZU68soUMEnQQl972n4J8hgfBgeuy6ZMMkHASr5wLm-5F-TmL0orGcJ3p_1Ux32JYADp79SDEBK8zq6hZcaXeEDhskQIKGbty4uViocs4iqXiYWHzTC97ZDvklu5DiqhxXJrUALu7EPgoSzqYiNwelYlcWDw7CutyRhLQM0XskYNRf4SP5YmDVvBWvVMXnkOVnj3AIYYgd_roYbFGTk3ItOUc9YcXaD-qKUYe5uUzp4o732Mc0Zbl67AvG0u86FOl4yKdldjEPH9Y-sNA92E1HTIGPU8fiGlSnggjNWFFRqR2YJcjWstoodwGAk15EwBCKz2Mf3P409jnsXhKT2uAOv6a6Lu0UQM2RWY_gThqmb42ZTLzhLgiO61QRjqHhe2yC0H1t8Ju3N6BXELICAPk1OSCcfO6RbPd09LuGfz5xv4QbdS5BfqCeufQzBSg2c_E8b_oe--P3xquoJafXTvBD4byLyFnwkLpl___4lxrjvzlmEIXnvgfUDuWWZporUoTZYredFsbQ0a2RvUHiuZSvEbiKuNBifnMU6R54rPoOxNUdVRrXwIOfZeGsX4BRNimhyOsshewLRzm1Ps0RfwjldQSu9xb2DTtNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <1c68265073b0efeb9efaf1c2019fa2fd0ad5feaa-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000000d310d063ba8b8b5"

--0000000000000d310d063ba8b8b5
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/4351142190500332371/profile?trk=https%3A%2F%2Fc.gle%2FANiao5pfu_d9atu3PMCDo5s0nM0EZMuiqs1KDS8sD6DaBfMeqBG1N0fDlVjKgCt1O5k8CaLoqTEtC_JO8NAZHhBr_rbUPwssmR8hRgvcCGP2V0YdcftPKSqH5HQ_NSc>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5qJTjYdZU9-1Kt6X_Idc21pUIETmXPjNRHF06q6FebhMKb6NX7QUix5RbUtXhhE78qD9iSvqvMKJVCSzfM5oLpGDYzShcFdC3rRKItlfz3iPog9CY2JP9wpcmlMVPOYpEaN_kQ5m5tkNvzxQYL3EUlauv0yX17qo3-Je0Qk2M7ZdljtqaU>

You can see the status of your appeals  
here<https://c.gle/ANiao5quyBT_f-MWbQRrtLDw_ylgopwmyuIB-Ay6-6sO1bXZkBp0mWdFyRUKgAnIY2g0RMlGsWSNsaAfB74_Dk1j_8XHflXyvDnHYinJ8kGvFvxUzXtZBKXN1pEFa3k_tZMlHY2UiyCPGni8RAhlv4qYD7oPmrIqoNntoEGCJNtniSSc51yxfnjJs6m-LrCW5z4LCc2xGtQO2gxnItNQkWoj7eu1S5LT-AQx7Fi_O9DJ>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5ri_czdl8isAWzA7Kim_DSvRimpDb5x5DHiDKDzIxIUm-vwXgNFO4njVxBv8AbFjWCoVG310N1nJM5Jl6URh1Zc8KmoCGt71P6XTanjNwr8HQcS0GmHLXuVZAyFNwbhNM3bN7I>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000000d310d063ba8b8b5
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/4351142190500332371/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5ojQ28aOGshlyxEJtn4WXnnbi-iVyY2rnzjb3dh6mnWNG48b9=
EFN1HC4GVXfrBDZdEj4fRf7nNTNg6mDyxCtnJhNZc27kfOuGgVMlDSO0wPGDVKpQTWJu2LgMP7H=
A target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5rbh6RpeRGyBn9ctdwhDdkpHL3IvmzveyAO0kC6l2UOsA2=
FzVwUA4Mph593KcnOhpM2KqNC-m_z4e3DcW87Pc9NS-6uidfI9dThrtSc6hTCNmnBMw6p_p7hqx=
C4QQleSnWMmkyk2537ldMb_N43YCZ8Almk_ADEh3V_U2QKxmTv76AoQMR4JA target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qo5mAk=
djSX_QExUd6CtosX6mk-75fjXt19QFj5d8WayCeZm8j-OlH1SYgG6zJGX4NVwPl0viqV8P9BpR2=
5150l5VPF06I0_UTdSif1KniZbB_CnKt0UUAC-C5dcv_mk_NOhBk5m0IpMqOwtZOdrkINifwkGV=
PVd4x_jHdOjQLv5PFhuu1Yvust1kVtl9tv9y5rE2YyXurRsBlDHSjWsK6AAviXHysbHkT3eNXZE=
-s target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5o6odRynEfgdc-H-Nu_Oi7R-PqlJrZCdq2oSAgWN_wcoG=
GPSre62R5Vbq0vjLhskNapdVxzyfpZchhxDZ5g9RF-B-1zGLWESuwUmwImpViSTFAwTkFLe8Tpf=
NJtiZunSe3W_llZOA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pMATi_94wzzLrFgiZTSIQ7_B2RhR3wiNc5jG7imn-WIstn7C8DtXICtL6RgaCAnB=
z5yuhB_r2ykVM2AJastJlyyAGSfW_8gIMCQSbiT9cTk2cvaghSVdZsBhO0CTKKpqrfSg.gif></=
body>
</html>
--0000000000000d310d063ba8b8b5--
sales/cur/1753891015.M147675P695897.premium320.web-hosting.com,S=35958,W=36610:2,S000064000000106166151007557640020314 0ustar00Return-Path: <3wECKaBEKALUrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id mBc+CMdAimhZngoAVkXPrw
	(envelope-from <3wECKaBEKALUrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 11:56:55 -0400
Return-path: <3wECKaBEKALUrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 30 Jul 2025 11:56:55 -0400
Received: from [198.54.122.200] (port=45488 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3wECKaBEKALUrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>)
	id 1uh9Ak-00000002v4I-42vb
	for sales@24hourwaterdamagerestorationlongisland.com;
	Wed, 30 Jul 2025 11:56:54 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=GFLrZMHY;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3wECKaBEKALUrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=3wECKaBEKALUrjmfnkVXZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bscKF2VgBz55mS
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 15:56:49 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-87326a81ceaso115713239f.1
        for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 08:56:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753891008; x=1754495808; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Hm63IHZ+FVBb9AkyvoJeMhGpcbOLpBu5d5o9d2Dy1JU=;
        b=GFLrZMHY15n+jGd4I/jmsFrlYSKANUHLe5nu/0o05qY7nK71dkHFF6DUmfmIcmgB75
         uNNw85e6zzVjVN3CzLlfWksuiw3s4AIUzgTj+XgT5ALMvHcmsc01kvUYidm/95bIsD9z
         //pF9Ogtd4/Xy/YKbzFDSEhIOPDSyKZZVLtDRN/K2qKb0OH5ZZZsKG32HM1U61Zs+wZT
         1ZCEN92o097O27H6xbe/JxEPPuYWgFxMcD5bCYc/hFpx1pWuD2NKEvZwUj6KDWUyJB62
         1d9q18u4K6m56FTJE9a8c5QCF1NsBqvNvDLcNmypxxeBEsKW3sltd2rsGig8kzjT/2TB
         zpWA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753891008; x=1754495808;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Hm63IHZ+FVBb9AkyvoJeMhGpcbOLpBu5d5o9d2Dy1JU=;
        b=B4btXCdc8Gp4UHd7T0k+b0YWCcZqZ0jIjUrKrbo+TVr/75cofiAgsKA8i0zIT6MLyH
         m57WzClUzcS+ygPTfPvmdF1qU62gUBiosK6LNUzzKg+T5qsA/EiiStmNeK3+7IJEJVIc
         7OtaRD+AzfLvlaIY+KpTNUmyff3c/T52p9QlROxsUfwc486TNUqOQ3gm24q7GlMxhVO3
         J4wfdMFdeKscxLlyQDMe+KLruwCi9PqBNpuT23I2ghtUwBq1PMuVAJYo3Ot7e5zKNyST
         0Gv02VJMO+6pGmhRSQOHz/+J9gjbnKOuJBBF5odprjHOXvFFz1to7oww3doXudftBTmC
         EOgA==
X-Gm-Message-State: AOJu0Ywm+SKlz2KWIR+aE5FO+PeE5G78ykoOtMAiJtgx6Edt+HIr9X8q
	sXyVQG6wZJaE34UHW812powfqZ9dJwwyYng8s2jrnsfdrl+jCae+jRk7aICk
X-Google-Smtp-Source: AGHT+IFafAJoLZQwLfYfsJ2eTDx/8BDngcxGK78YWt7XK2nu8AkO7OUfO7hrXPLev4q2/SVMD6GuJXo=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:2dc7:b0:87c:72f0:72ee with SMTP id
 ca18e2360f4ac-88138a09d12mr682940939f.8.1753891008604; Wed, 30 Jul 2025
 08:56:48 -0700 (PDT)
Date: Wed, 30 Jul 2025 08:56:48 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140159
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5rHBD0pYerN6lBBbSbdVOnV1dcOAvfeHds1gj-d43iVfmq6JhFz8NEbiNzqAdW3teKWLMm5fbCVUBy-r4MtjwpvQu02rd7shdoscy0Dq2Tj4crcWf2RmxJA6LsBzqlGMrkG2c1QfcaBYvO6y-FHP1HCuIxpZPMWZvxHCfHSzd0khSmAPN6vv4lc9JyqDVI80LF4szun5_lXwpdm7VuW27dcOMCYGipFR2RbN_OE32Nv5Rf6MsXA2mlQZl2VkM6-uUC__mCEqY85barU8WdCoUQ9y32pwef6VuaMkjUAkE8-WFHvVhL4D6DCPF7aRyuOPKiQhsGTlmCxzc-CuJUQPYEr31Pp1Ebojl1Rq5BRlg?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110511039-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: be22c3f036da0000
X-Notifications-Bounce-Info: AWoTSIEB2EYqOWJvHjh9_qYup4ZdFShVvToPB96m0Ne3Hp3wXyRmfxcKblVyeCKi7P3G66T-YAs0KhTNOSEwJjQrDKX-kn6qGtfFnNQx3Yy98xVEp_-su9Ct0r_Ly_EJ-9SMENLbLNVoVICwD5zTySqpFBR1uC1o6WJD7ghH3oAQa-6Pu1apr_soWSDUJkhQ2x5wd1-HJzSg0FDfXjAANeceSL8jXEyjdTYoN_wEMoZuK07hJiWad8QNQhjxpNDnMarbr9y77Qh4PaQg2PS7u5mcfSHaAhVJ6bhnleJSPqSqnc5l_ierfkCs_CAcgv_4NprO6rAxcMkb7Vt8apOBhOfRxuSXF1iKv6f_ScM0nFDSp-P3v2BmIOvfcGr7qC7XF0ngAKK-TBYuJJOaOVBUv6DS80zv5LWo7zPYjsKOTULm6HyCWZDhk5Z9hwUE-gm2-UGXDesrc1Er6jPCZKK7BLsFVe4P5Qd8Avs6C6aq0HLRTZdGEY-BQ0ZJX8LUhMuLMmoj33TRHcK3kgFSksq0x6ghjArT3gojC3HmZ89UkB4TAwrw_ijYdp11KOVe3q2fbaDczn6-GYBc-Kg85wi3zhHXJbSXbURjojIrKzDdddr3QiY7SXjY6kk_K-8ByH5xxW3JeNXHx7Kw__df91hR6DQltblpK-P4NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <53d375ac466c0cff94cacc52c429ad545ca165f5-20189259-111088891@google.com>
Subject: Connect with your team using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000008ae8fd063b279249"

--0000000000008ae8fd063b279249
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQpHb29nbGUgV29ya3NwYWNl
IEVzc2VudGlhbHMgYWxsb3dzIHlvdSB0byBjb25uZWN0IHF1aWNrbHkgYW5kIGZsZXhpYmx5IHdo
ZW4gIA0KeW91J3JlIGluIHRoZSBvZmZpY2UsIGF0IGhvbWUgb3Igb24gdGhlIGdvIOKAkyBhbGwg
YXQgbm8gY29zdC4NCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQoNCldoZW4g
eW91ciB0ZWFtIG5lZWRzIHRvIGNvbm5lY3Qgb3ZlciB2aWRlbywgIA0KTWVldDxodHRwczovL2Mu
Z2xlL0FOaWFvNW9jWjl5Vzg0MGE1eFgxNERpcmNyekFla3dJUUJwRGVmbExpQmtTVFhrU19EanRD
QV9hdmR0b29PcDJOSEYxTW5tbEs3NnhWR0lCNTJFQzlmLXN1YzhtMGNJdFBNYUFNODlyWG5PR296
aTZYY21wTUpsUkZFV3pENmFyOHVQd2pGQ3doYUpkeGNoa19heVQxSnI4Q0VBSUxxS2djMmVRTnV6
cEZCNGNGVFduODJhS2xKdkxIcFlJSW1sSDU1Z3ItT3FLM2VLVGpJOHRDWnFaOUJ3elppU1RQOXJp
cUN1X2FpMFFuSVkxdlllWVVpZERLRlFPV3hZOFQ1VzVRSVRENG9NTWJtdlA3SjU5dzhnOVlHRmNW
b1lnMWc0PiAgDQpjYW4gZGVsaXZlciBzZWN1cmUsIHJlbGlhYmxlLCBhbmQgaGlnaC1xdWFsaXR5
IHZpZGVvIG1lZXRpbmdzIGZvciB1cCB0byAxMDAgIA0KcGVvcGxlLg0KDQogRnJvbSBkaXJlY3Qg
bWVzc2FnZXMgdG8gZ3JvdXAgY29udmVyc2F0aW9ucywgIA0KQ2hhdDxodHRwczovL2MuZ2xlL0FO
aWFvNXBwc195UV9DWV9kXzJ2azRZX0ZXbXJEZHhQMEJVeEJscnU1RlJUTnh5VzJUQnJxS0lQRm5u
SV9VY2JUTGNRMUdfX3IzTFFiTGk2RFRWdncwN28tcjl1NDUtbEhjTUFnS09oYnVmamVPWkVOYmcw
VXdSSHFKbHlIV1R5cTktNm42V3RzNS01X3lYZnZMVHkzZmNDZWZGQnRVMTFDS2dTVEJ5S0t4QjNp
aWZPbEdrb3UwNkxGXzJIRExGbl9aR3FJSW1QcGtYdmtVMFNkbkVoYUVab0JkYVRhOGQwZ205MHNB
NXBveTQ2Ujhpck5qemNqYTA5c3BvalV3OHZFTjB6YU5IU1RwSXhPVEpCV3NnamVDY1VOVExwT19j
PiAgDQpoZWxwcyB5b3Ugc2VjdXJlbHkgY29ubmVjdCB3aXRoIGNvbGxlYWd1ZXMgYW5kIHRha2Ug
Z3JvdXAgd29yayB0byB0aGUgbmV4dCAgDQpsZXZlbCB3aXRoIHNoYXJlZCBTcGFjZXMsIGZpbGVz
LCBhbmQgdGFza3MuDQoNCg0KVG8gaGVscCB5b3VyIHRlYW0gY29tbXVuaWNhdGUgbW9yZSBlZmZl
Y3RpdmVseSwgdmlzaXQgb3VyIGxlYXJuaW5nIGNlbnRlcidzICANCk1lZXQ8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVyQ2hpVkdsRTlXUG1kYTF3SkV4TkpsWi1oWVJxYmhRY3RqZHkyclRsemVNdmtDOWl3
OWVZRUhSZHRyY2xSOHZ1OWpnQ0xyV3NYMk02b0FKZmdJQ0Ribkwtd1RXTWNPXzJxQmVCWnRJb3dM
M1lCZ1VBVFVKLTFYdVBsUXNVVkRkcFFSQmxLdTA4WllGOGlPZFRQZzRaSDlvMkV4V1lMVkdST2xp
M0FBUElrZVlfcG93ZG9ERnl2dmx0MGVDOU1wcEdZRGVJZHhCZ1o2VS1feEF3N2U0SG96Q2JjaDdz
MnhUdWNuV1RWNlRvVHd6YTZ2T1Q4bkloNTVEMGkxaTU2ZTNMbGxkVG9tbnZ0NmM5d3dsbmhCU25F
V3BMSWRyRmJtNUdEa0o4ekFNS3VoaVVoMlpyNFo5dS0zOFlkbDRULVhMTG53NnJvbDlTUVlGMWly
UmEtVHhqQldfajA+ICANCmFuZCAgDQpDaGF0PGh0dHBzOi8vYy5nbGUvQU5pYW81bzlQTGdReHc2
bHFKNkFOSjR2cG1mbWNoaWotQ0otQ0w2R1lYQUh6RWlUU0Q0Zmw4eGFXQy1JcnZ2d0ppYm4xRXlo
Ulo1VzctOUsxWkh6S21LcHhOcnE1MzBRUHNlWFpSbDBWTjhKVnVseVJEel84U0tLeTlDcEFVNVVP
TXdhX2RvUXNVZGs3VWpOSVpIYmpTcEtfUG1hOHJwamczX0RVb1NJMkdCQ2pUVUZMTnBSSGxRQ0My
Qk9aR1h2emZ4bi1YaU1OOWF4N0VTNl85ZHJvcjBJOENRcnZ1Rnp2UWxONklhVkRadDE0WW5PeERj
amhaNzl4cVl6bkZ4NUN3RGd0bkl5T29QMm9DZXRlVTN3azBWWGpSX1pBTDlBakVaM0pINGlJeE1C
X1BteElOMlFZN20tTjlCemdtZWpmTmdkbWZjakwweVFzaFd3alVBd2NzX1dSN0RneG1RPiAgDQpw
YWdlcy4NCg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvZjBSTjZVZENI
U1dZT2F6ZUxVTFh4bVR2RkxsZmU1TndOc3l4d0NUZGpWTDBXdWJlWXZMZkx6aWUxSTFucktoa05l
TUF2MmhjczRVaWpKVGh4c1FRYkhaR0VVNmY2ZkZOQVBxMjduTWpDNFVuNFlFRnZrN3FQTkx0bU00
RWNLY2U4NGdhcTdTNlk3STJnPg0KVHdpdHRlciAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVydFJt
clYyNFV5M2ktaFk0bzIycG51RklXaUt2MWFrZThiMTQzU0VNMXBLeTNLWDVyMmFpQlc3MUlfYzZJ
c3V1X2ZhTjZ1UUlGMnhtaWRIMnVJMDFaRTg1d0FaWWNQOTdnVkNXcHlBaG9nMWlFbWVwRTdGZkRy
d3d1aV9WcnRDaWFhR2dUWm54ND4NCkxpbmtlZEluICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBM
NmxFaHp0VjRZWnVrd1BXb2YyUlg4TXRyMHdURWVya2dRejlrUFUyNVdiQm1VYjV6bG1TODVyOTV1
R1Uyc055MGZzSFdPaVJmQ2toMGhEMUxIRUVxa2h4cm9PdlZPVVNFOWZUbjEyOHhfeXpROWtBNFR2
UUdPSkttQ2kzSnJGbENsbmp3YWIzOVJUanFZWTU0S05EZlgyRF9maWxaPg0KRmFjZWJvb2sgIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81by1uSlBaWVRydkFydFliVVE4V3ZmaWVJandfS1BadERHdmhi
dS1nUzhxZTh5Vm5Zbjlad2tUZ3U2WW5YQWszM2tDUHFQcFlsT1RReGFheG1FdFN5MXdKc2NlOXd2
d1Q4REhLSWpxX0piLUpCWUp2eUpIanJFeTNTZ2pDUnhxVmVueHZHck9ZbWN1dWZYOEdvVT4NCklu
c3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwRGRhQ2NzMjE1aVJRWWd5Uk9GNVZuOFMt
cURLbDlRVTlBQnlYSTllNGFCWFdfenJBZXBtbV9RZk5lb0dpM0xOLWJQbFpmYWo2bnVfRDhCY0tf
UmZ1YXFEdmQ0YllIOXRhZlk4cGZxeTJIYTF0SlRUNlo3aFM4NzdlLWw4X1AyOVBMWVU5OXBVNGJC
ekxmTUFBaS00VT4NCkdvb2dsZSBMTEMgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRh
aW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2FzIHNlbnQgdG8gc2FsZXNAMjRob3Vyd2F0
ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tICANCmJlY2F1c2UgeW91IHNpZ25lZCB1
cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3QgdXBkYXRlcywgYW5kIHRpcHMgYWJvdXQgIA0KR29v
Z2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUgdGhhdCBzb21lIGZlYXR1cmVzIGhpZ2hsaWdodGVk
IGluIHRoZXNlICANCmVtYWlscyBtaWdodCBub3QgYmUgZGVwbG95ZWQgYnkgeW91ciBvcmdhbml6
YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRvICANCnJlY2VpdmUgc3VjaCBlbWFpbHMgaW4gdGhl
IGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJlIGhlcmUgIA0KPGh0dHBzOi8vbXlhY2NvdW50Lmdv
b2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVmZXJlbmNlcy91bnN1YnNjcmliZS9ndC9BTmlhbzVv
SzF1UWNZSWJpMlM0a1BrZ3VJR0dXTWQxV190eHdtdWNGWXcxbUltejVVMDUtbk0xcWZsOVFXNWJQ
T3Z1VGZfZXRMOVphYmZJQ3drQmxKb05zMXhEa0pnN1JEWWxaSVZXT0h0Yzl5QlQ1MkMtZ0JFYWxE
Rm9aa1hmTkFRdW5nQlhlRjIwVzJ2WDBYZEpINXVTMnM0M1dKVVRDcWI1V0JUel93dGlFd0pTb2pF
UnJIRl85WEFBeldxRzJZcmJiOGtZSk5Dbnp6d18ySmp6WXdJcnhsZmY4bkpBX3pxWTAwS0FUSy15
aVg4Tjc4bHNKNldIZW14blQyUFFieFpRaGl4STJDWl8wTTNfOFN1NHFfVjd6R2ZuYU9KQ0xtU21D
dUkxYW5KaG5TdlJlaV9pLWM4c0xVdVlzQklkekNzM1A0YTU1RlU3akxEWDJMOUNZOHZqV21OZml4
ZzNxODdZMXNZU3AyaGM/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVtPWVtYWlsJmF1dG89dHJ1ZT4u
DQoNCg==
--0000000000008ae8fd063b279249
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Fast, flexible communication</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Connec=
t quickly and flexibly from anywhere, on any device =E2=80=93 all at no cos=
t.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Fast and fle=
xible communication
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Google Works=
pace Essentials allows you to connect quickly and flexibly when you're in t=
he office, at home or on the <span style=3D"white-space: nowrap !important;=
 direction:ltr;">go =E2=80=93</span> all at no cost.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
10px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email4-gw-transparent-w1730px-h1058px-2x.png width=3D480 height=3Dauto alig=
n=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Fast and flexible comm=
unication" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->
    </td>
  </tr>
  </table>
   =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-meet-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dmiddle align=3Dleft style=3Dpadding:0;pa=
dding-top:0px;vertical-align:middle;width:64px;color:#3C4043;padding-bottom=
:19px;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
meet-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:24px;letter-spacing:0.1px;padding-top:3px;" dir=3Dltr>
    When your team needs to connect over video, <a href=3Dhttps://c.gle/ANi=
ao5qGDk4vl-mZJJm4qE9xaqCifbiFr-DWuRwpGslZylD8NDpd_KqW9U0fXqD_6ZK4LaEaS46Zb3=
fquST5kDNKxwng_KbCYB8F5obiT2YPOg5K8MA_ew6N3-ClK2wfL_QiW7ZN7LI3UQDukXjY8PRb4=
vxi70i9IziWjW0UIr5nl_l2EOWt2bmsEYBcht5kpQjg0Kb-0YJnXljs5eHBCMsFwyUiA_gsQ7m8=
uAyWjFrN2hlvbWX6sGs2O_tLn7XYLXjK4uydLV4JgNNDSVi6kwuuZHxC0uswRQ style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> can deliver s=
ecure, reliable, and <span style=3D"white-space: nowrap !important; directi=
on:ltr;">high-</span>quality video meetings for up to 100 people.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-chat-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dtop align=3Dleft style=3Dpadding:0;paddi=
ng-top:17px;vertical-align:top;width:64px;color:#3C4043;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
chat-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:0px;letter-spacing:0.1px;padding-top:0px;" dir=3Dltr>
    From direct messages to group conversations, <a href=3Dhttps://c.gle/AN=
iao5o0LJMB8FCRrs-r55jbMXzlBUKkgm5_B97sxG8J8mDdcL5F-02UKpv7Db4Mc0kXmqYKvMhoq=
OtRDUyCUXaCcGvooHhHIeAX6sT0WZkZjIEiS7Phv3LbE55IYhwNwlcXKbWLIaM2ALRFqsU02QAm=
ET7RhoLl54CkAeDejyD_ZbjMSeCLV6wIhoie_vcy9RSiqzsWpb5isrefi1Ea3_RWSKOUAu6GOgE=
K9nRQIYlZ4rYLnkymlhuZ5cBHqlqKreWaxNeYGe8inBVOncdSxBBlGTO1r-Y_jA style=3Dtex=
t-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a> helps you se=
curely connect with colleagues and take group work to the next level with s=
hared Spaces, files, and tasks.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:40px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->To help your=
 team communicate more effectively, visit our learning center's <a href=3Dh=
ttps://c.gle/ANiao5ogIJe7DaMEc4kojtIXX15S_LPMKSFtdTxTqpNdXkiEEJ2hciOiar4PzV=
R9ZvdWMtYFNzyLYF0yoev0kUZlhckUpfxFP6y4RzpSXweGpNhDYJfZ8fEJc53uZv7zXsj4rrxri=
AD7gctZ1gePFW6yf5gjmE98T-JQvrBchNjIOKJmzKRPv3V2WUoNChZvMm5NN-JC37QulRMbJz2P=
njqA8tI8Jmmjzux-PnwHPSLGUn8SKD1ZFi4Xx27PlAPPImLTM_TAUOPzIylhjE1Ll1ojV9X_4f_=
wZqcvJzxYJ7iD0IsYxOVQyZcQ4uGAdY-_oo9DiLKWM3x_9KLjTPHTgFMPrHVjaWMx4w style=
=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> and <a=
 href=3Dhttps://c.gle/ANiao5ozbW8AtHTLHcJ5Wn4VOYmbKezj4tD6LsjDY83DOTHAtDe8H=
ovBiCmhU6x7mo5UOb-_PHtN2G4gYKw63a5VypfGziwJu7pprAR3xVvHL1AfGTh0rDN1r99LnApR=
wScAoEKMARWUg2G-1m46Q7OqJXQy5trSqQztXOx-q0tKH7Jl5aQRF7JCVvyDizZHgMxkYEaeuri=
2JMCP1AuXIT3NqPVF5Wnb0p_8kTnj6haFpeb3xW9RX3NUT7ySAhsevZ3wpHlsxBZJfv7wjI-QI6=
FDpfI0yUMtcw2zz4cS5g-KJcQyUdnyW07gIUOFvJsMqzdSU36JN05WrWFZqeLN0KzBuxnmwwgWn=
g style=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a>=
 pages.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5psBsqEeoXy0j3co6mxDV_T__o0cdALTJsKdh-=
21FbtO0H64bfQLWNhAhJ57MWym8N3AkuozTm0LxQMzWpDZQxLudgaT4dU2UjSUK_3dzTA3_Lm63=
3R3Mp9xP9mLyk6rn7T599pEebVjiuqzyk target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q5IG3f4t2EuW6-bVYuSlL1bSPT5TpI4oxUW_8=
IKCDJ3PuVrHHO9d8r4yWYo4sW6KmpCRxT7wnHea-MrQl882iaiSKz_scRCBM6cOx12GD6dXVvRd=
ZI5jGMaJNbzM3Z8Q6IGcLUmP2gIw target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qXGAV7ZzEMDNyLHy2SddZuEoBlkHGGmeErV5B=
LtNa70owTI45BYgh1ZOJ6qqBtF5vYmtaP8m_DQvPaCS9oecWv_qmRpryr6WSrjzZqRquPnWCiTH=
jkM7kDtj4Dco8J1o6UhVbKWa4DHwJsEEvQuudgJKBoQSpuR7U target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ooYAAAuWxVGgsAjKOhQudk-5SGg89vlcjqzX6=
PCeQHlcRs4DWc8HxY9yweOx_UVEaXxJkVC6DuUZhFpHr1IrTceQoCsKizR9ytYCjKjTCTXdlajp=
Bq_r-fmPKkZxZ26IAfDMTPlYELxiplayqICA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o1kUluCg3qWxqVwPLz6yxnfHtQEowFsvQUuRJ=
6Dk_GUzNFdWaTqwqxwF0B-jkt_0jMgkpvHAso-J1JujHtTPHnwXzqi4W7RvM5mTfNVX1zI7XKMG=
jaOIhmI_XsplRVfPX8OETQSuBLBYlKdBUKD3zTEA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to sales@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5rHBD0pYerN6lBBbSbdVOnV1dcOAvfeHd=
s1gj-d43iVfmq6JhFz8NEbiNzqAdW3teKWLMm5fbCVUBy-r4MtjwpvQu02rd7shdoscy0Dq2Tj4=
crcWf2RmxJA6LsBzqlGMrkG2c1QfcaBYvO6y-FHP1HCuIxpZPMWZvxHCfHSzd0khSmAPN6vv4lc=
9JyqDVI80LF4szun5_lXwpdm7VuW27dcOMCYGipFR2RbN_OE32Nv5Rf6MsXA2mlQZl2VkM6-uUC=
__mCEqY85barU8WdCoUQ9y32pwef6VuaMkjUAkE8-WFHvVhL4D6DCPF7aRyuOPKiQhsGTlmCxzc=
-CuJUQPYEr31Pp1Ebojl1Rq5BRlg?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue=
 target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscri=
be here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000008ae8fd063b279249--
sales/cur/1754150216.M780422P1027296.premium320.web-hosting.com,S=33906,W=34527:2,S000064000000102162151007557640020320 0ustar00Return-Path: <3QjWOaBEKADEjbeXfcNPR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id sF4JLkg1jmjgrA8AVkXPrw
	(envelope-from <3QjWOaBEKADEjbeXfcNPR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 11:56:56 -0400
Return-path: <3QjWOaBEKADEjbeXfcNPR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 11:56:56 -0400
Received: from [198.54.122.200] (port=62026 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3QjWOaBEKADEjbeXfcNPR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>)
	id 1uiEbQ-00000004LN9-2WoR
	for sales@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 11:56:56 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=VW1AUcmR;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3QjWOaBEKADEjbeXfcNPR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=3QjWOaBEKADEjbeXfcNPR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvS9v0TVHzFwKC
	for <sales@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 15:56:51 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-8816b8c2f5fso107050939f.0
        for <sales@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 08:56:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754150210; x=1754755010; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=XucKROXa4a6LsDNMlVMBnOH9s3OkumwSS3x14uvUG+Y=;
        b=VW1AUcmRD9xypl/S9ZeanYuCBGvyBOf9cGcJmyC3QY6JYQoxY3dWCxkHhy4fLU7lIr
         zSlbUsN9HyMbep61Z8yYPcxmKOCvgoTWv7Vv1hkuKFi3yWPHTpmB2KOLY7bIrQH2Xncv
         FTbtBOHVTjDJalIfztvI8D+PPN7b45Yiz5cRgBJXQ6R8rCwB+LJh87PcO821SWv7CJ0V
         8Mi9UFKt27knwMObRnatzvX9kq66jASg5YX0vF0qYBt0aYNKZjRPo1jXMYw12Df6Tvm2
         oZxwZEBDwbCfElxtCAetCUXyS0qmRFwAZqQFVP9VetjwKHYY5AfqQZ5RMHLSCiJEE1wQ
         fBhA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754150210; x=1754755010;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=XucKROXa4a6LsDNMlVMBnOH9s3OkumwSS3x14uvUG+Y=;
        b=OzcQgbE3qfGRi3hEQ8PIyK+uCrC41AbKXUwIjZSHwMEr0EwzFtlA+yLSLHmfhlP0fL
         0Bw8dTuEw6n/DoEaVKS9xUuEZQnyetvWvrTA/7+UJbifE1ICJkd3fTC3a7vT5pI0jN5J
         LFhQw47KUaX4jkoeNtfezddy0SIsYPMhoTFZShNuqHzAPZmwNELT+bmwegXG3wNDhS7m
         wiyQgAj8S6fiQOMjNuboZ6WryCUHAhEzO5rvCXpd7UbeRuy5jr9PWM1n5LWSeIXgPJJe
         McL3yRe3SlH/C/gQm5MuTi7ckRFwQghlrdq08n4WRAAGWEvd3LLF6Pxz2pr2r+COwqEN
         hRvg==
X-Gm-Message-State: AOJu0YythhuVg9jXQgt7O1La2QKfmbxGTbRb0HITu6WNBjnBprCHfpaY
	YegHaam1kF4pFeb0ZB93IKLXgJpzZGA2XoZYmt1ACAyJIKfkaHbj+PVyiC+t
X-Google-Smtp-Source: AGHT+IEPwfrIPUUxIEGgWx0iXHuvU4Pv1sIGJmSO+AzdwhYUDq+OfD62A7Anz81gDfMRgiiYZ4yo3PE=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:740d:b0:876:adf1:b263 with SMTP id
 ca18e2360f4ac-8816833ef41mr653792039f.6.1754150210508; Sat, 02 Aug 2025
 08:56:50 -0700 (PDT)
Date: Sat, 02 Aug 2025 08:56:50 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140161
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5p_UWBtDTyzrJdYvFsBuc53z8PYxb86Pyel4QAUq-ovRt1ga9WAIPh5uB7jq5ifiDKBZDQOewI2GgmvB-d7ohf4qdh2MU1Ed-4ydYHpDfpYZ_Wt3Mafn1usLxTUh22hf7GUqzTEVtdnhVZgLfRKs8eRw0cTcMosARWF1CEVuiyepPUWaWjqiHqxpnSGersEZ03RbxOlC1J48iCewuoOkbwCLeIsHIoy5FbP1kLrhtn83rnTczBnUF3HHIoZRhLFIVYLpXgFZ9IaX8CxijwgKhyUBkC1kWJ1HfZljjNEOysTOXuqYTjthI4ReRLjMLjy2kzrjgj6Yci6oxKuWrj64s3pP1aNg3_-oacYQzh6Ow?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509411-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 33aa892e65da0000
X-Notifications-Bounce-Info: AWoTSIG6zd9mFLecPDI1ufcRd3S9RzZR2RGzRDdL2DTavVFVZqDoTTTY99ckQcaeGuwIAPw_KKoxrs84oh6bSDNoXY5aQlwAkUEVyLqV_XPpD_kB0em2WR_krePUbzkappE3KhnjV8McdVevoRKGHK_2QMwk6KQn9Ts6kwPvzzdBzGK5DEQrLjoC-V02uOQrc95tezztWdTHzemWAZiYrLrvGREpFLY9IlXXtN0T6_4dJbFTpwDCl3i-qqaSH1FKODjSVVLMr5sxSOFI7wccDY9nbELNsCYspWRhMrQnyGVeqHbViM7yE3QmQeWG0Tdxr8UBs1XT837myZ0gvcs61nkNbt_KoyfYnrm-4mDEVT-q9XRX4uJIOJ9SnOqdnWJOa54qriBBZYYSwIYh5sGWa6EcAtP4GtwuMVPqN4yaOW-_IFkYwQ7bJypqT4RKdzC7RHJHsmfMfPAyGAZc0wewAi2nzIaRDmZGelk7zcQkuc8iWf-QUfXxy2LpiWb9kFhk-mh2SdMl-fW8h7fN61Qn4AFN_3BjcLO4xowinfZFsNRS8YLTz0NM1L_eMYHWJ4CMHuNqaDd7Ag8VWZyfQf8087gW-mW-QuJ3wYRfOS8zOkWUCAmKFyZgVOGVT115Yq7YYQp4aod90vHM4bvuqwGepp0GuU6LdV62NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <8798c09883d8a39a64d9b26df818cda15124d171-20189259-111085107@google.com>
Subject: Use your Microsoft Office files in Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000002e15ee063b63ec1e"

--0000000000002e15ee063b63ec1e
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHb29nbGUgV29ya3NwYWNlICsgTWljcm9zb2Z0IE9mZmljZSBmaWxlcyA9IPCfkqoNCg0KDQoN
Ckdvb2dsZSB3b3Jrc3BhY2UgYW5kIG9mZmljZSBmaWxlcw0KDQpEaWQgeW91IGtub3cgeW91IGNh
biB2aWV3LCBlZGl0LCBhbmQgY29tbWVudCBvbiB5b3VyIE9mZmljZSBmaWxlcyBkaXJlY3RseSAg
DQppbiBHb29nbGUgV29ya3NwYWNlPw0KDQoNCllvdSBjYW4gZWFzaWx5IHN3aXRjaCBiZXR3ZWVu
IERvY3MgYW5kIFdvcmQsIFNoZWV0cyBhbmQgRXhjZWwsIG9yIFNsaWRlcyAgDQphbmQgUG93ZXJQ
b2ludCB3aXRob3V0IHRoZSBoYXNzbGUgb2YgY29udmVydGluZyBmaWxlcy4NCg0KV29yayB3aXRo
IE1pY3Jvc29mdCBPZmZpY2UgZmlsZXMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cmZuNnlDVmpm
VWx2OVlKa3dVbG5SeHBZWlB3WFgwM1N6OFN0Ny1rdkZyeVczVThLQ08zVXBRNkM5RVRIREhGZ09h
S0NaMnNmWjE1OE5xeGFhUk9CMVFfaldBcDNTSWUzRGM5N2hMWmE0Q05NSVRxcEVkT3Bxb2pZSzBR
Z3BTdzBqMnRxNTBDam9tMl8wekRycVFBVWRCN2VRanh5alEydGVMT2lsRXpqM0RZNU5JMGxJTEhY
eWRjNHBPYU0xdkl5M1oyRkQxOUMxU0ZtVzNpRURCU1ZhZG15Y3JHc0htMkR3akxFOVlxWHJHX3NF
am9FQWN4ZlNEb3pFZGVrX1k1WFFROC0yVXVFY2VHdS1hc2t2U2tnMWtUa0VkUkhNOGNaZjNfYzRO
NkVfT1U5SVcxdWF6WkEwS2ZGeXBnYUZHYVZndnB6enFfNHZsUXZVeHpHeHNOcWZTOEhScHZRNzNs
Y2s+DQoNClJlYWwtdGltZSBjb2xsYWJvcmF0aW9uIGluIE9mZmljZSBmaWxlcw0KDQpVc2UgR29v
Z2xlIERyaXZlIGZvciAgDQpkZXNrdG9wPGh0dHBzOi8vYy5nbGUvQU5pYW81cGJYalpkSk9UOUdq
VERFU2E2eTN0WWhINHFwU2hLZXVFc3VhR3MzaTFxbWpfTVJfeFJnTUZIWGwzVzdFS0NDSmlDVlRX
Tm4wZ2RIZm1zdDl4eTRjeFhhZHUwVm96ZkdrTU9Iem8tM1pTUzRpSllidzQ3Ykxtc1hmZDlhSk5j
MDdjb3VDMnNIX3RlUkE1OUo0WDliSWhiREN4VGdkdENVMmgwMjUxcmdGS2dYTHRmNmdTN00zT1NM
RnkyZFBIVnNIRXpfTE90ckZBMmgyTXpqNVcxTVBKRGlMbXotY2dlZGM0RUh2NUR1TjdEa3FhdHo5
Y0tObUxLaWRTVnJjRlhzOTFpcUV2WTFHNFNySFdaYVRSNzhrS0JYYWRkaGI2SXdybzEtMndxWHlO
RHRDbC1VTlROT2JqdlZyOWZ6QT4gIA0KdG8ga2VlcCB5b3VyIGZpbGVzIHN5bmNlZCBhY3Jvc3Mg
eW91ciBkZXZpY2VzLiBZb3UgY2FuIHNlZSB3aG8ncyBlZGl0aW5nICANCk9mZmljZSBmaWxlcywg
a25vdyB3aGVuIGl0J3Mgc2FmZSB0byBtYWtlIGNoYW5nZXMsIGFuZCBtYW5hZ2UgdmVyc2lvbiAg
DQpoaXN0b3J5Lg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBZdlFo
SEU1YUdVbmN3V2lTWmJhNEdkeWhCM1R3VTZEdlBLYXlLUDlKOXdtODloR1FpUjI2X3l6YURnQmNk
MVdzU3VzWjBYb1Z5RTUzTndNME9ac200NHF0SGpXeW00b2R6c3U1Y2YtWllaTmZpeUdvMkdiZGNL
NHlwZzRYTEd2bnlyWjdENzVoUUM2bE0+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXFrQTFPRHRpTU1LNFFTZko1YjJpQmZzREpORDhWMTJELVJubklLUGlCZlBZbnBFdG5VdTh4N2Nx
cWxPZjJnc0p0Mm41OXBZQ0pFY2pHVTM2clE3VmtkMzVyTS1xSVhocUNqTmstOVJVWnN5ZVZfeGwx
U01FcVpkNFVmSzRoSVpvVGVrVGphYVU0Pg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81cmQtVTIyVDNWRUtlOVhYZy1xT19ILXR6QUdyTUpTbjF2Z2NiLWhuTlM0UXEtMUx2SWpLYlNU
aUdxbFB5WjRHWC1TeF9BWnFGVlRDVXc1TVNEX1B0ME0tcmNrUUtNcDBUbmRnbUJPeFZraHA1bUxJ
T2F0WDhNdjN4T0Z3aVRYNjEyS2RpNGpmT1kzR0U4VWx0bzBOeHNVQXNIcl83amg+DQpGYWNlYm9v
ayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxd3JlaDVkSWxXZ3VRTWdUZlk5VTNBbVBLRUhBNmt1
X21JRnJUNUhvVXY2ZWl6eDc4VzdzYlVvQ05EeTU3eUVHS2VjS0lJRmJ2SnA4VUFlT3RiS0VaVndK
eFpFRzNGd0VfdnNXQ0UtNGZfejlaRWowSEJUV0c3TVYwS3dIbVVoNVhMRDNZV3I3eFlvNWFVUF9B
Pg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9rM2ZoY0s0ZU9NblBZbmVQNFEy
blk0Y1hVamxoVGZ1R28zRmxlZUY4MjBjek9kMTc4NVlZSklQdE4xUl9oV2tOQjI4cHk0QmtQTnZ2
RWliRmhfU0htMndvclhMSGZNNGdwZ1RKV19GM3RuLWFIOVVOaU85dURxRUk5V0dyb2JZaGNSajZn
U1NUSVlDZFpWbmRNZkpRPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBN
b3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBzYWxlc0AyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gIA0KYmVjYXVzZSB5b3Ugc2ln
bmVkIHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRhdGVzLCBhbmQgdGlwcyBhYm91dCAg
DQpHb29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0IHNvbWUgZmVhdHVyZXMgaGlnaGxp
Z2h0ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBiZSBkZXBsb3llZCBieSB5b3VyIG9y
Z2FuaXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0KcmVjZWl2ZSBzdWNoIGVtYWlscyBp
biB0aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVyZSAgDQo8aHR0cHM6Ly9teWFjY291
bnQuZ29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVuY2VzL3Vuc3Vic2NyaWJlL2d0L0FO
aWFvNXE4RGU0NU90TUI1SWkyWEZ5XzRhS2k0SHVFRzZJb1NmWVdUbXFOWGxOTHExeVJQMlVLdWdl
YUZycmJTeEJfbUVxd040UHVyNGpqUWs4Q29IeWktVTE4Tm5JbktWUXFlMEgzOEhGNmlaQ3h1MnM0
a3MyNlcxNVVaNWM5UFJIY2w5cXVlZUh5UzlMOWtBTGgzZ01xUXVDSjUtQVlBTTBmbExTQWluYmJB
SnFMcG1QRFdWaW95OWxQTkhyOENBUmd3bHNhUzNoZGFsTkdRZWh0TG02bVpXOEVTSXdKc2YyaFlI
TkFRa015ZWIxbmxHUkliaFBuTnpPTmM2Q1U5OHcxSW4zUHhCSTBVZDJCQzNqc1Z3YlkzZVFzN1dW
WThjMGEtT0o1YW51S191bFNuSW9pVThxN2ZncWZvQmNxQ0tIeXVDOHh2RmJxSHBlWkZlT1o1RVVV
UFJMMjRPOUczc3BvLXFoZUpDQT91dG1fc291cmNlPWdtJnV0bV9tZWRpdW09ZW1haWwmYXV0bz10
cnVlPi4NCg0K
--0000000000002e15ee063b63ec1e
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Edit Office files in Workspace</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">View, =
edit, and comment on your Office files directly in <span style=3D"white-spa=
ce: nowrap !important; direction:ltr;">Google Workspace.</span>&nbsp; &zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:18px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Google Works=
pace + Microsoft Office <span style=3D"white-space: nowrap !important; dire=
ction:ltr;">files =3D =F0=9F=92=AA</span>
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;"></td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:0px;background-color:#=
E8F0FE;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-email6-banner-whit=
ebackground-w1280px-h720px-2x.gif width=3D480 height=3Dauto align=3Dcenter =
style=3Ddisplay:block;width:480px; alt=3D"Google workspace and office files=
" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:17px; paddin=
g-bottom:0px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Did you know=
 you can view, edit, and comment on your Office files directly in <span sty=
le=3D"white-space: nowrap !important; direction:ltr;">Google Workspace?</sp=
an>
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:15px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; "=
>
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can easi=
ly switch between Docs and Word, Sheets and Excel, or Slides and PowerPoint=
 without the hassle of converting files.
    </td>
  </tr>
  </table>
   =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:26px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5pm-SbtdJzph-BFgr3GyRz0OS4ERvp7oWS-IuxWE7E4uIT3fn0uDqD1Zy=
_-YJZvB3VLMGu9jFVcBjsiolJTx7E2JWAB0qIclePdHgOGC4HIdeyPbPNRK7A8_7EO5Vdg5z-N7=
eYiKr2wsj82pYI1q3co4sHKEeh2gJs7JIQuG-rPWtw1GgxIjV4zia3rYES1NZ7G_vaL3GH6joMg=
4RJzMj96QdTJcPxgmWvDiCEIaAuSMj72-MFo-FYsLj1a79cj36sqM6LkRsodfh21KOGZmJTjzeS=
KSRspbRN4pMwtyT4yc04yjzjXm7BWmZmbmIaa3T1Gw8xWaZPrabo7bXFpabjIacMyLs62-zf7DQ=
" style=3D"height:50px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" s=
trokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Work with Microsoft Office f=
iles</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5pm-SbtdJzph-BFgr3GyRz0OS4ERvp7oWS-IuxWE7E4uIT3fn0uDq=
D1Zy_-YJZvB3VLMGu9jFVcBjsiolJTx7E2JWAB0qIclePdHgOGC4HIdeyPbPNRK7A8_7EO5Vdg5=
z-N7eYiKr2wsj82pYI1q3co4sHKEeh2gJs7JIQuG-rPWtw1GgxIjV4zia3rYES1NZ7G_vaL3GH6=
joMg4RJzMj96QdTJcPxgmWvDiCEIaAuSMj72-MFo-FYsLj1a79cj36sqM6LkRsodfh21KOGZmJT=
jzeSKSRspbRN4pMwtyT4yc04yjzjXm7BWmZmbmIaa3T1Gw8xWaZPrabo7bXFpabjIacMyLs62-z=
f7DQ style=3D"background:#1A73E8;border-radius:4px;color:#ffffff;display:in=
line-block;font-family:'Google Sans', 'Roboto', Arial, sans-serif;font-size=
:14px;font-weight:bold;line-height:21px;text-align:center;text-decoration:n=
one;width:265px;-webkit-text-size-adjust:none;mso-hide:all;padding: 14px 0 =
14px;letter-spacing:0.25px;" target=3D_blank>Work with Microsoft Office fil=
es</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:0px; padding-b=
ottom:10px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Real-time co=
llaboration in Office files
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:1px; padding=
-bottom:39px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Use <a href=
=3Dhttps://c.gle/ANiao5pZ6mvDFw9woANp6XJrw6Rzy9AP7sxmO6cmQbkP9Z72o40oB4d1RD=
-gzhe7EHWNM3PWhOQR5owdzN9hRYYuqON2LUBB2hx2gpXSxhaA8uxaAOLJcSlZ4ohyvTg0o1-fU=
1PWIoP7HghmkRzDsMZCHn4hOzWcZvPdcNLIIfpMN4QeQGMxEkoREy9fnt6Vc1YRnyBkx3GcVqD-=
bc7WLWzrUX8P4aV9PY6JOlKaii4jHbS-M0F1u04fGaSulHn4PzLKXPD7I9y5VlaeoVXFfcrI_MW=
neWoEMlv8u4kcvhglacbr3lFSVHgd6LWP1mGg_Ctp style=3Dtext-decoration:underline=
;color:#1A73E8; target=3D_blank>Google Drive for desktop</a> to keep your f=
iles synced across your devices. You can see who's editing Office files, kn=
ow when it's safe to make changes, and manage version history.
    </td>
  </tr>
  </table>
    =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5p8kMvlvoyX18sGQDZrusQXkjx76KprTUTPjsa=
cCUkm7MWqSsrYIHrpPwlWXqFyN27MuchuQBomBwS5GHiIi8nU5lO_Tj2gWZT-CFaTtJ69WsbYXq=
BdhPcgFVpvHgcKdUde27zQFP_9W3frxFY target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ovxG2tpOjr9rmZUl0_ERif13CWmLDUapRzO9p=
A2F-1C_zRItzX9TpXHVacdVHLNQQmhEJWl_teI4apjRPBLMoLocZqCIIFRDiift1vmDJNsbEkuu=
taVFNMUPjHvD0Txdtf-36ZKSIw-Q target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o3OpXhJQ1mCqrg23inwOFFEWffiByaoZjHMxP=
CX3Aw-sAY32A10Kf52a5pqY5ZZUJLt1zLTM03eNMxWxJEUZfT5styj64GT3-Y3UbyukgzOGYolq=
jNK_n9R4A0IwFrSJ5U_qe8c1TqBY7zPJHblADai_ZkXOsuwQA target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pOyZNRyJKffZUBK9hxrfMKPQTFfl4aeJymVEz=
ISIgf7T-_zJL4Zu8LXYNqvOuv3XBse1cZpmdvqFb8vlGxz8ASOl9g5V7qskAEgcNvQdR3vZj5m_=
wNJzzKpqWb4j6AsnRA6j9tvuZJBNaBZ3tmEQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rKEu_3oJOdsmZB3odmxNWLuGWXuQ_0Siszm9n=
15BaDFc9CFtIlj5xs1yCxmu-9ASbAp-f_OxuqfwhQReO1pQgjEQ0i8XA-oh98BFhE8Y4dT1oCgH=
UC3GUcnyaOkHE0DDrPV-YiwY5QDR_UlpzembyJzQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to sales@24hourwaterdamagerestorationlongisla=
nd.com because you signed up to receive news, product updates, and tips abo=
ut <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wo=
rkspace</span>. Please note that some features highlighted in these emails =
might not be deployed by your organization. If you don't want to receive su=
ch emails in the future, please <a href=3Dhttps://myaccount.google.com/comm=
unication-preferences/unsubscribe/gt/ANiao5p_UWBtDTyzrJdYvFsBuc53z8PYxb86Py=
el4QAUq-ovRt1ga9WAIPh5uB7jq5ifiDKBZDQOewI2GgmvB-d7ohf4qdh2MU1Ed-4ydYHpDfpYZ=
_Wt3Mafn1usLxTUh22hf7GUqzTEVtdnhVZgLfRKs8eRw0cTcMosARWF1CEVuiyepPUWaWjqiHqx=
pnSGersEZ03RbxOlC1J48iCewuoOkbwCLeIsHIoy5FbP1kLrhtn83rnTczBnUF3HHIoZRhLFIVY=
LpXgFZ9IaX8CxijwgKhyUBkC1kWJ1HfZljjNEOysTOXuqYTjthI4ReRLjMLjy2kzrjgj6Yci6ox=
KuWrj64s3pP1aNg3_-oacYQzh6Ow?utm_source=3Dgm&utm_medium=3Demail&auto=3Dtrue=
 target=3D_blank style=3D"color: #1967D2; text-decoration: none;">unsubscri=
be here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000002e15ee063b63ec1e--
sales/cur/1756883668.M897699P435520.premium320.web-hosting.com,S=24641,W=25418:2,000064000000060101151007557640020157 0ustar00Return-Path: <30eq3aBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id iBFjNdTqt2hApQYAVkXPrw
	(envelope-from <30eq3aBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 03:14:28 -0400
Return-path: <30eq3aBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 03:14:28 -0400
Received: from [198.54.122.200] (port=58690 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <30eq3aBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com>)
	id 1uthhN-00000001qAP-0aza
	for sales@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 03:14:28 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="QhP/hICH";
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 30eq3aBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com designates 209.85.166.199 as permitted sender) smtp.mailfrom=30eq3aBcKANIzIG6B2GGDFC3692-BCF2D9M4CC492.0CA@scoutcamp.bounces.google.com
Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGv4L3B2vz17S9
	for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 07:14:26 +0000 (UTC)
Received: by mail-il1-f199.google.com with SMTP id e9e14a558f8ab-3f29a0a7671so57856485ab.1
        for <sales@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 00:14:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756883666; x=1757488466; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Otud19Q8KHDolrYb0mmQB5JkafX0pC+gNqkPNiyZ+I0=;
        b=QhP/hICH2Sw35mgRZRYBChTNe2N6nqzwr6f5RfSd75XFCIpID1b8hL8F+IFu+YmYfC
         4GFKJeFnIUlK0EMc67YdMurXSmr5gmJZla0x+jAVWkz2EB9rHrpZYeANoNlvRhr1xzBE
         Z78aSgPv4rknubJ2ICGWzkjkzwkk3q/tp/tYDUSyKpm05aOG0N6+6WnkU9AaKaftXXxB
         f6Q0MhCMH5iuJnb7An2kCAb+xNYLu1JCKqUht+Ky6aB0XZ2Fj3O7yaW5h6UzhL0tLnga
         uvk0P/6hENkxLonfrs0/rzmNRTEV5W8vMZQY3q3nju8aXhUoK5mrpQpu5d25oOzNi12d
         RWuA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756883666; x=1757488466;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Otud19Q8KHDolrYb0mmQB5JkafX0pC+gNqkPNiyZ+I0=;
        b=qP8y34OW5b7zai4fe5GG7r7tvga1uX+vqfB4HTdyzNtE4SfWO7rUIlR+0chMFXpi3c
         jACMB1y2cYE3YAYy0UtN3pigbNdpUa61GjpfuSMK9wgWCqFTR2rexAyvo6LnLe8LedQR
         BdPsKlAxCy4PflZRjblyfYsOSO5EAqDDER5TPD6+tUtspJGPNP8rOx/graI6CHVbvy8W
         yPZxhefSUxhPPPRtfTDr5zXSTW6+FLXqJtuqyH2FjskA/tm2OuJ6zeyih7rp4sG1F+wz
         NZhpRlBLTYwrIb30tGwAFIB+yDrtZKdp9E1/wFtkWme0yO/EeUoupJXwQXis3h8CV0PW
         6Eww==
X-Gm-Message-State: AOJu0Yzk0An5DoMpNij5nni6LHeX+ZXWAXBX87clUfQvP5NClCaw5Zh2
	CihbU2JOBlc/LwmrFlIaB42zpQzh3NYX6gWof5DZ0VSAxCT3F92eUMZUKF8O
X-Google-Smtp-Source: AGHT+IHGC8+VyW72NseMCJWi1uAdeuQWOfqx8D7JLbG7tfVqkM2Uq1L/5p2B/gKjBuQHQv71E17EJDQ=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:2291:b0:3f6:6228:33ba with SMTP id
 e9e14a558f8ab-3f66228353fmr7999445ab.2.1756883665850; Wed, 03 Sep 2025
 00:14:25 -0700 (PDT)
Date: Wed, 03 Sep 2025 00:14:25 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: f65492bddaba0000
X-Notifications-Bounce-Info: AWoTSIH_wxqfHX5U_ZqmJzl5rM6iYyyUid7Uk8tfl-vpNw6YfGAIub2ve2PiNWTIZJktjrsNwdBDDbskW20PsTkjzwetmphd_zqMnND7O1bxJtQiqHtLbSs23ph8If-Mbu4xBPI1vFMc-JqqZ23K8feb4P40xj0X_58QcXbsURn8cEJgMXyg-v6Ufvd5BdJpZq_i2IlVhC1Xv7gTBtP8WkKRuJ7c7d_JbJGAabj6JwFvPunASsJGcx4NTgz-Sjty-ZqocZTVKFsjOU1yQP6yqOC10MhCTwpAU5Mi_341IUnL5-EHvwEkytxOxjjWGjFkyTAQNOfzZmLdVfxl-Dnlq_y8UfhvNdr8HBTPCvKcl3xO0UEFknWvoAJPs3At3WaNjsV_56lJQaNzggaO3MVg-lVO8QoUQnChRcNrMNirT8teu3olHIqY78yy-RYN0arop1lBEPp5XPZSUs9B3bmmcTIXDbVZqFxioKImxcZuGOu6_5IGFr4UXTcpBs4hCFdxRQaWpaTSOvAh-n6KlhMA9Wq-lnOI6iXQtSDsSHoBexrz6ROrDGyMzBnOhl04wuOiNZQJJsfrkyUZcmSJ9CIRqGF8si3bcvUltCzZzEVdq2nEg0qBx6D9qvEMLSc3T7ILNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <73dfcda5aa595aa63c5763a9c5bb844319099255-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000d0929c063de05af6"

--000000000000d0929c063de05af6
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/1183464125397786869/profile?trk=https%3A%2F%2Fc.gle%2FANiao5ruJEkGI_8hu6L-l7_DXKzn68Uw8ZhzeXBvfXd_3O-JQlqTZI3ZywOqaboALi6FVptp8HkmneHvfYoa-CAICafdaNG3NMYOpa0G4DKjHLXmo4T4S3y03ajSZ7o>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5omR4cKYfuMefPTUj7hHVRlWNSq6Qn92p2w9XZ2gEP8jxthl43E_fUFjfZsrDDg4lk1JsXt9FbDTKXk94NW4OD10F97QRqOIIEfIf7HpbO-dEAt2_2X6d38ii3N6yz2HU5-MC2Ml_8_bhu4dAX_gqBjZ9AR7YdorErA69gW7BE>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5oXA0uyJY_rXU2Ftplmxrnbv0YOhz0KgJ1OivaWYCb7YmMBYJDy5sfMP4hhV9gxqRSP_HwGFe6z5Ge7oPWp-wR-ocyatYrgzE2en8h26rXDu6se59sT0zMWQdt4rGhGs5Pujzrv-5V0YAUhOT7vwYIfAD_GTUGDID4swEhIIb9AQMbMHh-qcZSCblBTgcrQlpIzv3kYELwt-1rwxy66msB4JgTXTmdHy8t1JI8ASw>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qdNG_D---A67mwEkbJQQQmJPuBrnK-diOjBxkzezV-9YebCERSGctDzoftMw30co8W6v5sOxilf78uf9NYZCS58F_3ThAwMwZOA-6DUT1oKjJHgaHyr5KG0daWBsjgw4Fhnvs>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000d0929c063de05af6
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5oYJWAMowlY8nWhIpyiiJt9SLkad=
JmXZhf0Crdb7W22kePnixP1OLZPMGc4W-DvRvbWWj808oMwQoB3pVOBSCegWzco8877JRpl4uiD=
Cvd_cZ_VwT1iNtCiPFF0vIJ5ZMDbytqx6Il1Wu-itB0pupBZHvaZCytscpgMT1qk3gLgrrlW6XM=
LaOhbtQJuP24qdkAT5_LHGXXs4FWchY1rwGAXi3utyXfvrD_pEWjxaS1z>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
183464125397786869/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rxsjkQpXtFe_o9=
rcJyRmW3kjdbTgACI1OJkhHXW_oSLa1_EMP748b4HmazUA7DY3knVqCXWUygOrLyoGsMkC1b-wk=
NByWfqA-RDjmeuKQiVmSTSH4H24rRrr0wQA target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan>, your Business=C2=A0Profile has been suspended due to policy violation=
.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5rgpJN87sAqsGkPhzDX6ifbH6=
YFXd07CcUotHFFsuwNliE3wur9UIU96SWVHoLn9TgRsJ-kYpVoJsG2pbnVqj7YG1dAMCzvNFPx8=
FcfrH17DqhIS4CyWm3_sWdEbsVZNriN_KuqKJau_n1nYEBHdffIzbm60g8MdNMh1cOQXHxk0g t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oofVSsIXOaESpHqYWbDaMJKOeguFQTAhE6dKvbBgMFDBR=
-Xx_2SHRGM3MgLSDCQxT7TOLlRq7R1Sl2SCyCP7Ql4gH7oHv8kyLUoMjAgMMNQ3frDsRgf0jEsb=
IyC-prKgqNVLEuORfWpPbOkKyKMQUjtcyJPPCjIH-wesY9Ai2QRq9RZ78qdj3vx4J0afVhaLo0D=
K4lqBLdHJYzLMLf_gABUy-TpzZGhG5Oc2VpJotQ target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5oofVSsIXOaESpHqYWbDaMJKOeg=
uFQTAhE6dKvbBgMFDBR-Xx_2SHRGM3MgLSDCQxT7TOLlRq7R1Sl2SCyCP7Ql4gH7oHv8kyLUoMj=
AgMMNQ3frDsRgf0jEsbIyC-prKgqNVLEuORfWpPbOkKyKMQUjtcyJPPCjIH-wesY9Ai2QRq9RZ7=
8qdj3vx4J0afVhaLo0DK4lqBLdHJYzLMLf_gABUy-TpzZGhG5Oc2VpJotQ target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oofVSsIXOaESpHqYWbDaMJKOeguFQTAhE6dKvbBgMFDBR=
-Xx_2SHRGM3MgLSDCQxT7TOLlRq7R1Sl2SCyCP7Ql4gH7oHv8kyLUoMjAgMMNQ3frDsRgf0jEsb=
IyC-prKgqNVLEuORfWpPbOkKyKMQUjtcyJPPCjIH-wesY9Ai2QRq9RZ78qdj3vx4J0afVhaLo0D=
K4lqBLdHJYzLMLf_gABUy-TpzZGhG5Oc2VpJotQ target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qa5HMVXABGRwKMGn5bNLDkNBPLVtS2zXp9_n9ErQp9h7=
nDSKFV9d_SAutjdSwlBHGd3Lbcu89mauy-spP44qngV1usjJjKyFZWSygwZqmrAkG6Y5Gr70RGu=
IQcQeSesNOsZX5zJw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oyXtPw3jJhul0GOSqhIj87BFfB6CCH1Cex0tSvrOvA7h2SD04l2KnoZw6aMA8t_1=
Jc4x7lAkYp2USitdOerRcurAXBggFCgW_PFg83CaE_lydDNrBtLC2gGkm5DVPPgM6F_g.gif></=
body>
</html>
--000000000000d0929c063de05af6--
sales/cur/1754197723.M195627P3730889.premium320.web-hosting.com,S=24648,W=25425:2,S000064000000060110151007557640020354 0ustar00Return-Path: <32e6OaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Delivered-To: sales@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id B72JC9vujmjJ7TgAVkXPrw
	(envelope-from <32e6OaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 01:08:43 -0400
Return-path: <32e6OaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Envelope-to: sales@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 01:08:43 -0400
Received: from [198.54.122.200] (port=35571 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <32e6OaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	id 1uiQxf-0000000FeZ6-05Li
	for sales@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 01:08:43 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="AU3vPgF/";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 32e6OaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com designates 209.85.166.70 as permitted sender) smtp.mailfrom=32e6OaBcKAD4gzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f70.google.com (mail-io1-f70.google.com [209.85.166.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvnlZ3BqJzC240
	for <sales@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 05:08:42 +0000 (UTC)
Received: by mail-io1-f70.google.com with SMTP id ca18e2360f4ac-88177d99950so23229939f.1
        for <sales@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 22:08:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754197722; x=1754802522; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=wvFS7MQwH3yh5m/6BFuixuUPNPNsL/VGz9L0QcU6pF4=;
        b=AU3vPgF/LPlvjFTBVZ3Gh4qU/+TsU+tzYJhZfwCGEGcWZhkzxvViBWfl9GuWE3pghR
         IQeOSCp5DXuEtsMzab6J5Y023mygmDg12t3L3ZMl8Fd8Zgfigp0F/4m5nklqqBsVi3Xn
         P1sEZXQG+bpUFk/u9JIXp8bORkf/cjqOvy/Zmd/6ha9Jui6hukmoQl1ldqft5OAQGSvE
         5dKOwN0OtZTK3mRwPUFxGT9tUnGAEvsfXrjXzV8QXGhAWJUSbBTUFu2ig4RxfOvyUY32
         BlJiULdSyjCI6rBd4o82GuwanAepJB8JqB/1sLS4gX7tSiM6IwjBLgD9JiW3SeExkEVJ
         wHwQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754197722; x=1754802522;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=wvFS7MQwH3yh5m/6BFuixuUPNPNsL/VGz9L0QcU6pF4=;
        b=ggdalogrXnPzIXVwBlkOC8Ba/SP9tYIbQ38XlEFZOdnwOVRduonCztT7+bd5+yAILv
         MEftju9/kDaNCq14MQjNNJJAh6OlE5+J8mYEpJqNNCWee0hytgTI98HMEkInbTSBNS+J
         w31vOpgQk1rq/bgTEWCtOhL6j55EjR0LVZPkcEVCJjJzh0y2vr31VcB7TT8QJUTPbGBO
         oYLQfjOzsIJ3wkjd6EpTpFCVf1vTaox4NTXkl2t6JkzXHDKa5iczlrx87I4nM96X8kbz
         +SklRUnW2jRiRrijsdyHbzVxNIH5sQ6oYVUiKdblhGCWntG+AQB4lq9ugVvRNCjJfuSn
         q3jg==
X-Gm-Message-State: AOJu0Ywadylt/qpwp9sNGpFF3UGp3b74LuK8kfsRKwFO4218cV1imaEl
	9UsInIH4zzyJ+cEJzhXsskHQgKjTDqjMML1g8RdsSNs9O+mWAy3nYuBwAADt
X-Google-Smtp-Source: AGHT+IH/KIqur/jSHm1EFh5q8SN6b6INJtO4xXGm+ZP4kj1h9qB9+b4ekE+4oFTHvAnib8W8aXQRWK4=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:1c94:b0:86c:f3aa:8199 with SMTP id
 ca18e2360f4ac-881683a0e41mr750729539f.11.1754197721949; Sat, 02 Aug 2025
 22:08:41 -0700 (PDT)
Date: Sat, 02 Aug 2025 22:08:41 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: b052090eb5da0000
X-Notifications-Bounce-Info: AWoTSIGVOMXH62DRfA2LE1H4UlibCDqCrO_z5-orEP465NKOyv0Fch6k98BmeWg-l0M5qqwJPu83fB6hnJxzlaqJ_1smOE9mjZM--irs9mZ80tU_QyTqq3MrXMxaqN3y_KnWDDkx63W0oh0y4cufjIcQpONOnxmotKAlplVKgsJFy6UfCtQ4O4fpV6P02o4HyIsCaFi3vsN_NEq7XWN3vzx3oPIAy3Ya2QxM7iZxH4y4IPqfUxfDhRcGPZSil_ZSgQCQ----vM_pLT36Q-i0GO_fFqjt2qC6Rsv2WFfhi05m7QjNFm2IpuM_Cl8vQKgaDbpd2KPWufGnb4JVURE2Xb2MaYwMx9HyEI01AW0oVkb_t9YEygaxkBD-BCDVNkScLRSyY6vMcEH8tSHd-43TkGnYjX6HTe0eGVx1Hdj2rStJcod2OxRqGvdFKypXocI4g7StCwubjcBurTcSEr4JEdsxt9VBkA5Ayh4fK2yqha4wqP95xFQ8LtbeQ77M2eUfW8mGtxyxqUczTb_MGK3-FSk9e_eA61LBs-CdQ5bE-r_uwFYJxgKZDi0gSNeAXkLoNshaLmHcWkMyVxy22VOkBPSWSNO65nFZJILRogV_GbpS8dcfU-EOOUnuH2Ig6iDtNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <902ecc35923d6ae252665e27faee52c146310191-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: sales@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000152716063b6efc4c"

--000000000000152716063b6efc4c
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/17743422945505689040/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rRjQgztpJhj0Fueo2dpdp7RtPw8fk7JAPoQFosvPDcm0HLIuHQLwxOcLE4X_PAbYovYiEmXNHlDGezLNsrbDHRxj-o3GsRuiQK6nHbDVeeQgXNNMqKZikqHOo>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5qeh4-7HsPF4r4xQmReiBBSHm0lpOZ89D269FTRX0hN-wYmoSVGm1WC--UH542okkoZZQBO-s2oiDdT4l1ansxU8-RT7Rc7E7-aOgH9UFmz6eC6Bug-yr6useB7JqBQOazQnVbaDp4UutMOpsC4VeRcR81oQHKBwnWYgZDlaYM>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5q9jI7kjE9SJPVrSgalUVGSgWqfDpWeVt5AnxaL59C0A8yVfn1WGRJ6HN7jg_39-nf5bgcS7jO9LrDIORFXHnE6LAAnc-VwzM2ColzjKN0CupjdkDy1Vc_FiAr3vMycsDZVF-wbPCEEw_Nzijt_S9hHK4V1BRhbHulyrhu-8YXWWjosSBhQA4gQNPnN73bvC3o6chSpeFpWBPfFzOSNiKnvvgSixYOlsQggLTbO3do>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5o5svSKAGnQr1IFmi45j5T26ODwsXd1I6FWrbWsSmuntmvG9azTQtX-Ll5EsPU_7QA6AIxUdW-q_4BWLXtCWL3sYGKa5K-lDDM1A6Q77p2ycVEbMkOfYB_4p29qbtTs-jcMnsM>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000152716063b6efc4c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rrECpzg-aFOfVm3roY8jYys5knK=
p3kb59jb3yW_gmkHCBLO883qQXTCkHhyJGLdt-hjqpV52f6GK8idxuLeyibe4jhNPINrKNniYEf=
wl_Nu4vXh_VVfkgaX5PEqfpjYf1hb7NMJoyxP7waLoQilXH1UckSlRW_6MAIfJdND6dNhkBOBO1=
_Wrld1KxOkuvao7ENK9OFjwvdhPSTikjUzvB1n6eYpyx1tSiw8hWqURkvSA>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
7743422945505689040/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qBvDJeCeykzeb=
s7yWOL7e8cBU0r0bOaM8b72XSUzOAsZFdJPq3clwFLp14lBuh-hBxYlS8yb0TH7RW7i-lDphYEG=
gvj_DFNu1HnAGW9zdU9KzaWa4JBH06b3Fj3w target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span>, your Business=C2=A0Profile has been suspended due to policy violatio=
n.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5pLxlDIXMHF8w_WsBtU4NlRbg=
oX2tUQAqzITwRPN8nWI_tVujZibMhCFlwiStPFQfLuANT3WR4PTbjXzr2CfnPJ07AHbALokFLll=
aEg5UFMXKfnngGQx_pW4Py7YkMlqx813n727ECHfWwMUgV1D8EYARob8AEX4NGCIbzIRYu6RQ t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qhXAFJdm2rcI63V24SRN8k4jkw9zq0taqXAAVQLKq4iuX=
ESO4SnmwrMhgZQwLiR196ZLLd9og2ICzy42qtvFiEvwgMJQpnsrqCYu1IN12wsuhpybsxkjhTKq=
1BLts_8U4chBW5QBAzdTDRddrXOaAl959BFB29KafgkZKBRjf5PuqfI3KEZpF2NOPvZRAPbMrps=
6WKVO2oFYVyoSuqVRgH6tgDTbakQYKsHbTEYalDQw target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5qhXAFJdm2rcI63V24SRN8k4jkw=
9zq0taqXAAVQLKq4iuXESO4SnmwrMhgZQwLiR196ZLLd9og2ICzy42qtvFiEvwgMJQpnsrqCYu1=
IN12wsuhpybsxkjhTKq1BLts_8U4chBW5QBAzdTDRddrXOaAl959BFB29KafgkZKBRjf5PuqfI3=
KEZpF2NOPvZRAPbMrps6WKVO2oFYVyoSuqVRgH6tgDTbakQYKsHbTEYalDQw target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qhXAFJdm2rcI63V24SRN8k4jkw9zq0taqXAAVQLKq4iuX=
ESO4SnmwrMhgZQwLiR196ZLLd9og2ICzy42qtvFiEvwgMJQpnsrqCYu1IN12wsuhpybsxkjhTKq=
1BLts_8U4chBW5QBAzdTDRddrXOaAl959BFB29KafgkZKBRjf5PuqfI3KEZpF2NOPvZRAPbMrps=
6WKVO2oFYVyoSuqVRgH6tgDTbakQYKsHbTEYalDQw target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5rfPaFTpUsRQjQCzNXzRqdQ_TWmlWDRRJixd8FpfFd1kd=
g8tO2bKRu0HalmyLnS4puMB8X7C_ITpGGOSosyoPYJoTXf61h4H3zylIwwYuxADKmf0z5Bb8_aq=
Xn6LMxnRDEtcQlJyg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rqBmcqcQfQqXRY1Dcomxq0dTWJceewtDPRA1Wki7-h4COvv7yVFNXOWL5EuUmDxj=
MPd2ooJV0akgDLfJuuxhBYUQve-8J0wMRSCzzdu4-5JrrTmWFjCGKFjm5g-0wxiOC7Tw.gif></=
body>
</html>
--000000000000152716063b6efc4c--
sales/.Sent/dovecot.index.log000064000000000240151007557640012120 0ustar00(G{zhG{zh����x����@����$maildir����$9�|hG{zh�$/9�|hG{zh�$/9�|h�33���� H{zhL����sales/.Sent/dovecot-uidlist000064000000000063151007557640011710 0ustar003 V1752857416 N1 G7dddad07477b7a6832a72d005645cfaf
sales/.Junk/dovecot.index.log000064000000000050151007557640012115 0ustar00(G{zhG{zhsales/.Junk/dovecot-uidlist000064000000000063151007557640011706 0ustar003 V1752857417 N1 G7eddad07477b7a6832a72d005645cfaf
sales/dovecot-acl-list000064000000000000151007557640010743 0ustar00sales/.Drafts/dovecot.index.log000064000000000240151007557640012432 0ustar00(G{zhG{zh����x����@����$maildir����$9�|hG{zhn�9�|hG{zhn�9�|h�H3���� J{zhL����sales/.Drafts/dovecot-uidlist000064000000000063151007557640012222 0ustar003 V1752857418 N1 G7fddad07477b7a6832a72d005645cfaf
sales/dovecot.list.index.log000064000000004660151007557640012115 0ustar00(G{zhG{zh����<����@����list�������������@@����?INBOXSentJunkDraftsspamTrash���� G{zhL������������@?����|ݭG{zh2�-VEϯ}ݭG{zh2�-VEϯ~ݭG{zh2�-VEϯݭG{zh2�-VEϯ�ݭG{zh2�-VEϯ�ݭG{zh2�-VEϯ���� T$��yh���� @L����<����@����subs����G{zh����P����@?����|ݭG{zh2�-VEϯG{zh���� @�����8����@����7�|h��������@?�����ݭG{zh2�-VEϯL{zh����@����msgs��������@����hmodseq��������@����
index sync�����7�|h���� @0����D����@����1saved������������ @����������@?����ݭG{zh2�-VEϯJ{zh����@��������@��������@�����9�|h���� @|���������@?����}ݭG{zh2�-VEϯH{zh����@��������@��������@�����9�|h���� @t���������@?�����ݭG{zh2�-VEϯK{zh����@��������@��������@�����9�|h���� @l����8����@?������������@�����KINBOXSentJunkDraftsspamTrashArchive��������@K�����)�9�|h�
VEϯ���� T$�i|h���� @����������@������)�9�|h�
VEϯM{zh����@��������@��������@�����9�|h���� @�	sales/.spam/dovecot.index.log000064000000000240151007557640012147 0ustar00(G{zhG{zh����x����@����$maildir����$9�|hG{zh��9�|hG{zh��9�|h��a3���� K{zhL����sales/.spam/maildirfolder000064000000000000151007557640011425 0ustar00sales/.spam/dovecot-uidlist000064000000000063151007557640011737 0ustar003 V1752857419 N1 G80ddad07477b7a6832a72d005645cfaf
sales/.Trash/dovecot.index.log000064000000000240151007557640012270 0ustar00(G{zhG{zh����x����@����$maildir����$7�|hG{zh�$/7�|hG{zh�$/7�|h'�Y13���� L{zhL����sales/.Trash/dovecot-uidlist000064000000000063151007557640012060 0ustar003 V1752857420 N1 G81ddad07477b7a6832a72d005645cfaf
sales/.Archive/dovecot.index.cache000064000000001264151007557640013061 0ustar009�|h9�|h������I{zh9�|h4�|h9�|h9�|h4�|h4�|h4�|h9�|h9�|h9�|h9�|h9�|h9�|h9�|h9�|h9�|h9�|h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYsales/.Archive/dovecot.index.log000064000000000340151007557640012571 0ustar00(9�|h9�|h����@����@����cache�����9�|h����x����@����$maildir����$9�|h9�|h�9�|h9�|h�9�|h� �3���� M{zhL����sales/.Archive/maildirfolder000064000000000000151007557640012046 0ustar00sales/.Archive/dovecot-uidlist000064000000000063151007557640012360 0ustar003 V1752857421 N1 Gf229970239997c68e68b0a005645cfaf
booking/cur/1754134041.M942305P175440.premium320.web-hosting.com,S=10251,W=10399:2,S000064000000024013151007557640020534 0ustar00Return-Path: <3E_aNaBcKAIImuumrk2uxqyvgik-tuxkvr4muumrk.ius@idverification.bounces.google.com>
Delivered-To: booking@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id ANawNxn2jWhQrQIAVkXPrw
	(envelope-from <3E_aNaBcKAIImuumrk2uxqyvgik-tuxkvr4muumrk.ius@idverification.bounces.google.com>)
	for <booking@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 07:27:21 -0400
Return-path: <3E_aNaBcKAIImuumrk2uxqyvgik-tuxkvr4muumrk.ius@idverification.bounces.google.com>
Envelope-to: booking@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 07:27:21 -0400
Received: from [198.54.122.200] (port=40346 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3E_aNaBcKAIImuumrk2uxqyvgik-tuxkvr4muumrk.ius@idverification.bounces.google.com>)
	id 1uiAOX-00000000lwR-3DtO
	for booking@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 07:27:21 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=hSQmTuuO;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3E_aNaBcKAIImuumrk2uxqyvgik-tuxkvr4muumrk.ius@idverification.bounces.google.com designates 209.85.160.201 as permitted sender) smtp.mailfrom=3E_aNaBcKAIImuumrk2uxqyvgik-tuxkvr4muumrk.ius@idverification.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f201.google.com (mail-qt1-f201.google.com [209.85.160.201])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvLBr2MBczC240
	for <booking@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 11:27:16 +0000 (UTC)
Received: by mail-qt1-f201.google.com with SMTP id d75a77b69052e-4ab99d1a223so62802301cf.1
        for <booking@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 04:27:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754134035; x=1754738835; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:mime-version:from:to:cc:subject
         :date:message-id:reply-to;
        bh=fH/CqiuqsB+rs9zQRi1d2tYKDGW5C1R+0lrd26CJkwM=;
        b=hSQmTuuON+pz686EcR63T8Tuq13glGJYeg6yqmkFPUciszf237n31Jk85pKxbwsE/x
         sICnBxeZ5FaxSYrMA57kZc9+v0k/NnTQm2u1/ShJ6Kmus8g9V27SXfFI7CfIl+Y505Y4
         tAnsUH+Nr9YnUOF+oI7l11vlMT0v7xIzskKg9Ok3yJSOB01/Cq16Cdab8CKKrywVQBAK
         thY05V9DaaWLVxtT0qPI4sgaqRnyJsWPW1YzER0hXwKF1yGzSWMeRPtsTz7+S5dAkzu3
         wajADysgKofDHEbk8oCvOc8PWRHnYsTnkwdxhL9nDDvKmtcxZ51xaPFuae2NaBxRXz5q
         alBw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754134035; x=1754738835;
        h=to:from:subject:date:message-id:mime-version:x-gm-message-state
         :from:to:cc:subject:date:message-id:reply-to;
        bh=fH/CqiuqsB+rs9zQRi1d2tYKDGW5C1R+0lrd26CJkwM=;
        b=noNzN1AhRUQ2383kfH6Xtv4Sesv6XGweQisFzDvChvQIJYq4FFMbMo1OffIzbYS928
         pVQG9mqoODBzycjtT6a3aPgPVjL5b0VXtr1AkXMVSysq3bakEYUhStwdRq0yQQabThKh
         +G7gQtBW4L0hMyOsxNvaPg21qvBfzQGtGNI34Mn6nn1EUiM0dDZQABKGlJwjeiZZuMgA
         DgIPpk9LjexOSh94yZhqtSMcxSvCPV0ql9ypLKp7e+VWyVksUeHNLPpUbWuSu4+ieSKX
         jvjilqGZORfbGjtJu7DSgt6ZSN1UVx90ycT+IDvMeQwLekLeSD3LSRELo5JWEetiMFIE
         XREA==
X-Gm-Message-State: AOJu0YyUNmJAMLQ7kxkoLbdc5/Xc9RUZO0RL98nN2tTdDjFvHTL4YP1T
	bhXnA8NBiIcPKB5F/0u8mkCgri9RDp6zr8L1Q6MBMU+oRrV58TP1u82dZ6ioyc+k5eedfOs=
X-Google-Smtp-Source: AGHT+IFblM6oCanmZxSCF1z9TRq2DdcoiCoKV1Q/lxXtvPOLXD52afjGIsdodcDEUlSaTAF4x/mGorq2pHgVUA==
MIME-Version: 1.0
X-Received: by 2002:a05:622a:1988:b0:4ae:cc2c:f64f with SMTP id
 d75a77b69052e-4af10d354efmr41106451cf.60.1754134035597; Sat, 02 Aug 2025
 04:27:15 -0700 (PDT)
Message-ID: <autogen-java-9f388bff-f842-4863-8bf1-40a9f2359b6b@google.com>
Date: Sat, 02 Aug 2025 11:27:15 +0000
Subject: Verify your email
From: The Google Workspace Team <googleworkspace-noreply@google.com>
To: booking@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000148b64063b6028fb"

--000000000000148b64063b6028fb
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

VmVyaWZ5IHlvdXIgZW1haWwgYWRkcmVzcw0KDQpIaSwNCg0KVG8gY29udGludWUgc2V0dGluZyB1
cCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgYWNjb3VudCwgZW50ZXIgdGhpcyAgDQp2ZXJpZmljYXRp
b24gY29kZToNCg0KNTQyOTY0DQoNCklmIHlvdSBhcmUgbm90IHRoZSBvd25lciBvZiAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20sIHRoZSAgDQpvd25lciBtYXkgY2hv
b3NlIHRvIG1hbmFnZSB5b3VyIEdvb2dsZSBhY2NvdW50IGJ5IHZlcmlmeWluZyBkb21haW4gIA0K
b3duZXJzaGlwLiBZb3UnbGwgYmUgbm90aWZpZWQgaWYgdGhpcyBoYXBwZW5zIGFuZCBoYXZlIHRp
bWUgdG8gZXhwb3J0IGZpbGVzICANCmJlZm9yZSB0aGV5IHN0YXJ0IG1hbmFnaW5nIHlvdXIgYWNj
b3VudA0KDQpEb24ndCBrbm93IHdoeSB5b3UgcmVjZWl2ZWQgdGhpcz8NCg0KU29tZW9uZSBpcyB0
cnlpbmcgdG8gY3JlYXRlIGEgR29vZ2xlIFdvcmtzcGFjZSBhY2NvdW50IHdpdGggdGhpcyBlbWFp
bCAgDQphZGRyZXNzLiBJZiB0aGlzIGlzbid0IHlvdSwgdG8gcHJvdGVjdCB5b3VyIGFjY291bnQs
IGRvbid0IGZvcndhcmQgdGhpcyAgDQplbWFpbCBvciBnaXZlIHRoaXMgY29kZSB0byBhbnlvbmUu
DQoNClRoZSBHb29nbGUgV29ya3NwYWNlIFRlYW0NCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLQ0KR29vZ2xlIFdvcmtzcGFjZQ0KDQrCqSAyMDI1IEdvb2dsZSBMTEMg
MTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCg0KWW91
IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCBiZWNhdXNlIGl0IGNvbnRhaW5zIGltcG9ydGFudCBp
bmZvcm1hdGlvbiAgDQphYm91dCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgcHJvZHVjdCBvciBhY2Nv
dW50DQo=
--000000000000148b64063b6028fb
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div style=3D"display: none; max-height: 0; overflow: hidd=
en;">Enter the verification code 542964 to continue setting up your Google =
Workspace account.</div><div style=3D"background-color: #f8f9fa; padding: 2=
4px 24px 0;"><div style=3D"margin-left: auto; margin-right: auto; max-width=
: 580px;"><div style=3D"background-color: #fff; border-bottom: 1px solid #d=
adce0; padding: 36px 36px 64px;"><div style=3D"text-align: center;"><img al=
t=3D"Google Workspace" dir=3D"ltr" height=3D"21px" width=3D"166px" src=3D"h=
ttps://gstatic.com/apps/signup/resources/google-workspace-lockup-color.png"=
></div><div style=3D"margin-top: 24px;"><div style=3D"font-weight: 700;text=
-align: center;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif;=
 font-style: normal; letter-spacing: 0.1px;color: #202124; font-size: 24px;=
 line-height: 130%;">Verify your email address</div><p style=3D"margin-top:=
 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-sty=
le: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-hei=
ght: 150%;font-weight: 400;">Hi,</p><p style=3D"margin-top: 24px;font-famil=
y: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; lett=
er-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;font-w=
eight: 400;">To continue setting up your Google Workspace account, enter th=
is verification code:</p><table style=3D"margin-top: 24px;background-color:=
 #e8f0fe; height: 178px; width: 100%;"><tr style=3D"font-weight: 700;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 24px; line-height: 100%;">=
<td align=3D"center">542964</td></tr></table><table style=3D"margin-top: 24=
px;"><tr><td style=3D"text-align: center;color: #3c4043;"><img alt=3D"Infor=
mation icon" height=3D"20px" width=3D"20px" src=3D"https://gstatic.com/apps=
/signup/resources/info-icon.png"></td><td style=3D"width: 24px;"></td><td s=
tyle=3D"font-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, s=
ans-serif; font-size: 12px; font-style: normal; letter-spacing: 0.3px; line=
-height: 133%;color: #3c4043;">If you are not the owner of <a>24hourwaterda=
magerestorationlongisland.com</a>, the owner may choose to manage your Goog=
le account by verifying domain ownership. You&rsquo;ll be notified if this =
happens and have time to export files before they start managing your accou=
nt</td></tr></table><p style=3D"margin-top: 24px;font-family: &#39;Open San=
s&#39;, Roboto, Arial, sans-serif; font-style: normal; letter-spacing: 0.1p=
x;color: #3c4043; font-size: 16px; line-height: 150%;font-weight: 500;">Don=
&rsquo;t know why you received this?</p><p style=3D"margin-top: 24px;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;fo=
nt-weight: 400;">Someone is trying to create a Google Workspace account wit=
h this email address. If this isn&rsquo;t you, to protect your account, don=
&rsquo;t forward this email or give this code to anyone.</p><p style=3D"mar=
gin-top: 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; =
font-style: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; =
line-height: 150%;font-weight: 400;">The Google Workspace Team</p></div></d=
iv><div style=3D"padding: 24px 16px;"><div style=3D"text-align: center;"><i=
mg alt=3D"Google Workspace" dir=3D"ltr" height=3D"22px" width=3D"180px" src=
=3D"https://gstatic.com/apps/signup/resources/google-workspace-lockup-color=
.png"></div><div style=3D"padding: 10px;"><p style=3D"text-align: center;fo=
nt-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif;=
 font-size: 12px; font-style: normal; letter-spacing: 0.3px; line-height: 1=
33%;color: #5f6368;">&#169; 2025 Google LLC 1600 Amphitheatre Parkway, Moun=
tain View, CA 94043</p><p style=3D"text-align: center;font-weight: 400;font=
-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif; font-size: 12px; f=
ont-style: normal; letter-spacing: 0.3px; line-height: 133%;color: #5f6368;=
margin-top: 10px;">You have received this email because it contains importa=
nt information about your Google Workspace product or account</p></div></di=
v></div></div></div>
--000000000000148b64063b6028fb--
booking/cur/1754120893.M700477P3698507.premium320.web-hosting.com,S=92611,W=94128:2,S000064000000264703151007557640020701 0ustar00Return-Path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Delivered-To: booking@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id wN1CKb3CjWhLbzgAVkXPrw
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	for <booking@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 03:48:13 -0400
Return-path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Envelope-to: booking@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 03:48:13 -0400
Received: from [127.0.0.1] (port=57582 helo=localhost.localdomain)
	by premium320.web-hosting.com with esmtpa (Exim 4.98.2)
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	id 1ui6yU-0000000FWq4-1sAW
	for booking@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 03:48:13 -0400
Date: Sat, 02 Aug 2025 07:48:13 GMT
From: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Message-Id: <1754120893.h9RA9q32yAsKD5N_@premium320.web-hosting.com>
Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnGJv?= =?UTF-8?B?b2tpbmdAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu?= =?UTF-8?B?Y29t4oCdLg==?=
To: <booking@24hourwaterdamagerestorationlongisland.com>
X-iContact_locale: en
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-3701149-1754120893-0.694558450891336"

--mixed-Cpanel::Email::Object-3701149-1754120893-0.694558450891336
Content-Type: multipart/alternative; boundary="alternative-Cpanel::Email::Object-3701149-1754120893-0.96539042207311"

--alternative-Cpanel::Email::Object-3701149-1754120893-0.96539042207311
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Client Configuration settings for =E2=80=9Cbooking@24hourwaterdamagerestora=
tionlongisland.com=E2=80=9D.


Mail Client Manual Settings
---------------------------

Secure SSL/TLS Settings (Recommended)

Username:

booking@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 993

  * POP3 Port: 995

Outgoing Server:

24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 465

IMAP, POP3, and SMTP require authentication.

Non-SSL Settings (NOT Recommended)

Username:

booking@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

mail.24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 143

  * POP3 Port: 110

Outgoing Server:

mail.24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 587

IMAP, POP3, and SMTP require authentication.


Calendar & Contacts Manual Settings
-----------------------------------

Secure SSL/TLS Settings (Recommended).

Username:

booking@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

https://24hourwaterdamagerestorationlongisland.com:2080

  * Port: 2080

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * https://24hourwaterdamagerestorationlongisland.com:2080/calendars/booki=
ng@24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * https://24hourwaterdamagerestorationlongisland.com:2080/addressbooks/bo=
oking@24hourwaterdamagerestorationlongisland.com/addressbook

Non-SSL Settings (NOT Recommended).

Username:

booking@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

http://mail.24hourwaterdamagerestorationlongisland.com:2079

  * Port: 2079

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/calendars/b=
ooking@24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/addressbook=
s/booking@24hourwaterdamagerestorationlongisland.com/addressbook

A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE =
Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.

This notice is the result of a request made by a computer with the IP addre=
ss of =E2=80=9C119.156.108.28=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D=
 service on the server.

The remote computer=E2=80=99s location appears to be: Pakistan (PK).

The remote computer=E2=80=99s IP address is assigned to the provider: =E2=
=80=9CIPTV Pool on reserved Pakistan Telecommuication company limited Pakis=
tan Telecommuication company limited=E2=80=9D

The remote computer=E2=80=99s network link type appears to be: =E2=80=9CDSL=
=E2=80=9D.

The remote computer=E2=80=99s operating system appears to be: =E2=80=9CWind=
ows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.

The system generated this notice on Saturday, August 2, 2025 at 7:48:13 AM =
UTC.

Do not reply to this automated message.

cP

Copyright=C2=A9 2025 cPanel, L.L.C.=

--alternative-Cpanel::Email::Object-3701149-1754120893-0.96539042207311
Content-Type: multipart/related; boundary="related-Cpanel::Email::Object-3701149-1754120893-0.965544305173545"

--related-Cpanel::Email::Object-3701149-1754120893-0.965544305173545
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<body style=3D"background:#F4F4F4">
    <div style=3D"margin:0;padding:0;background:#F4F4F4">
        <table cellpadding=3D"10" cellspacing=3D"0" border=3D"0" width=3D"1=
00%" style=3D"width:0 auto;">
            <tbody>
                <tr>
                    <td align=3D"center">
                        <table cellpadding=3D"0" cellspacing=3D"0" border=
=3D"0" width=3D"680" style=3D"border:0;width:0 auto;max-width:680px;">
                            <tbody>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td width=3D"680" height=3D"25" style=
=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;=
color:#333333">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                            Client Configuration settings f=
or =E2=80=9Cbooking@24hourwaterdamagerestorationlongisland.com=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td style=3D"padding: 15px 0 20px 0; ba=
ckground-color: #FFFFFF; border: 2px solid #E8E8E8; border-bottom: 2px soli=
d #FF6C2C;">
                                        <table width=3D"680" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" style=3D"background:#FFFFFF;font-family:=
'Helvetica Neue',Helvetica,Arial,sans-serif;">
                                            <tbody>
                                                <tr>
                                                    <td width=3D"15">
                                                    </td>
                                                    <td width=3D"650">
                                                        <table cellpadding=
=3D"0" cellspacing=3D"0" border=3D"0" width=3D"100%">
                                                            <tbody>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v id=3D"manual_settings_area" class=3D"section">
        <h2 id=3D"hdrManualSettings">Mail Client Manual Settings</h2>
=20=20=20=20=20=20=20=20
        <div class=3D"row">
         <div class=3D"col-md-6">
          <div id=3D"ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #428bca;"
=20=20=20=20=20=20=20=20=20=20=20=20
            class=3D"preferred-selection panel panel-primary">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #428bca; border-color: #428b=
ca; color: #fff;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings
                (Recommended)
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSSLSettingsAreaUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSSLSettingsAreaUsername" class=3D"data wrap-text">booking@24hou=
rwaterdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaPassword" class=3D"escape-note"> Use the email acco=
unt=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaIncomingServer" class=3D"data">24hourwaterdamageres=
torationlongisland.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 993</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 995</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaOutGoingServer" class=3D"data">24hourwaterdamageres=
torationlongisland.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 465</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"lblSettingsAreaSmallNote1" class=3D"small_note">IMAP, POP3,=
 and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
         </div>
=20=20
      </div>
=20=20=20=20=20=20=20=20

        <div class=3D"row" id=3D"nonSSL" style=3D"display: none">
         <div class=3D"col-md-6">
           <div id=3D"non_ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #f6c342;"
=20=20=20=20=20=20=20=20=20=20=20=20
           class=3D"panel panel-default panel-warning">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #f6c3=
42; color: #333;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                <span id=3D"descNonSSLSettings" class=3D"caption not-recomm=
ended">Non-SSL Settings (NOT Recommended)</span>
              </div>
              <table id=3D"tblManualSettingsTable" class=3D"table manual_se=
ttings_table" style=3D"border-collapse: collapse; border-spacing: 0; margin=
-bottom: 0; width: 100%; background-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsUsername" class=3D"data wrap-text">booking@24hour=
waterdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsPassword" class=3D"escape-note">Use the email acc=
ount=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsIncomingServer" class=3D"data">mail.24hourwaterda=
magerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 143</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 110</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServerData" class=3D"data">mail.24hourwaterd=
amagerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 587</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"descNonSSLSettingsAuthenticationIsRequiredForIMAPPOP3SMTP1"=
 class=3D"small_note">IMAP, POP3, and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
        </div>
      </div>

    </div><div class=3D"section">
        <h2>Calendar &amp; Contacts Manual Settings</h2>
        <div class=3D"row">
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #428bca;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #428bca; border-color: #=
428bca; color: #fff;" class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">booking@24hourwaterdamagerestorationlongisland.=
com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">https://24hourwaterdamagerestorationlongisland.com:2080
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2080</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://24hourwaterdamagerestorationlongisla=
nd.com:2080/calendars/booking@24hourwaterdamagerestorationlongisland.com/ca=
lendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://24hourwaterdamagerestorationlongisla=
nd.com:2080/addressbooks/booking@24hourwaterdamagerestorationlongisland.com=
/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #f6c342;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #=
f6c342; color: #333;" class=3D"panel-heading">
                Non-SSL Settings (NOT Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">booking@24hourwaterdamagerestorationlongisland.=
com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">http://mail.24hourwaterdamagerestorationlongisland.com:20=
79
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2079</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/calendars/booking@24hourwaterdamagerestorationlongisland.co=
m/calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/addressbooks/booking@24hourwaterdamagerestorationlongisland=
.com/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
        </div>
      </div>
    </div><p>
 A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE=
 Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.
</p>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v style=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-t=
op: 2px solid #E8E8E8; padding-top:5px; margin-top: 5px; font-size:12px; co=
lor: #666666;">
        <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20
          This notice is the result of a request made by a computer with th=
e <abbr title=3D"Internet Protocol">IP</abbr> address of =E2=80=9C119.156.1=
08.28=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D service on the server.
=20=20=20=20=20=20=20=20
    </p>

                    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                            The remote computer=E2=80=99s location appears =
to be: Pakistan (PK).
                    </p>
=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
                <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                  The remote computer=E2=80=99s <abbr title=3D"Internet Pro=
tocol">IP</abbr> address is assigned to the provider: =E2=80=9CIPTV Pool on=
 reserved Pakistan Telecommuication company limited Pakistan Telecommuicati=
on company limited=E2=80=9D
                </p>
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20

=20=20=20=20=20=20=20=20=20
                            <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;=
">
          The remote computer=E2=80=99s network link type appears to be: =
=E2=80=9CDSL=E2=80=9D.
        </p>
                          <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20=20=20
            The remote computer=E2=80=99s operating system appears to be: =
=E2=80=9CWindows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20
        </p>
=20=20=20=20=20=20=20=20=20=20
    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
        The system generated this notice on Saturday, August 2, 2025 at 7:4=
8:13 AM UTC.
    </p>
</div>=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                                                           =
<!-- -->
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
<p>
    Do not reply to this automated message.
</p>
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>

                                                    </td>
                                                    <td width=3D"15">
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
                                    <td align=3D"center" style=3D"padding-t=
op: 10px;">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                        <img src=3D"cid:auto_cid_2140506619=
" height=3D"25" width=3D"25" style=3D"border:0;line-height:100%;border:0" a=
lt=3D"cP">
                                        <p style=3D"font-family:'Helvetica =
Neue',Helvetica,Arial,sans-serif;font-size:12px;color:#666666; padding: 0; =
margin: 0;">Copyright=C2=A9=C2=A02025 cPanel, L.L.C.<p>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</body>=

--related-Cpanel::Email::Object-3701149-1754120893-0.965544305173545
Content-Type: image/png; x-unix-mode=0600; name="cpanel-logo-tiny.png"
Content-Disposition: attachment; filename="cpanel-logo-tiny.png"
Content-ID: <auto_cid_2140506619>
Content-Transfer-Encoding: base64

iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAK
T2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AU
kSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXX
Pues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgAB
eNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAt
AGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3
AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dX
Lh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+
5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk
5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd
0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA
4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzA
BhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/ph
CJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5
h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+
Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhM
WE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQ
AkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+Io
UspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdp
r+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZ
D5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61Mb
U2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY
/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllir
SKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79u
p+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6Vh
lWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1
mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lO
k06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7Ry
FDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3I
veRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+B
Z7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/
0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5p
DoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5q
PNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIs
OpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5
hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQ
rAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9
rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1d
T1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aX
Dm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7
vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3S
PVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKa
RptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO
32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21
e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfV
P1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i
/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8
IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADr7aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8
P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4
bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1
LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6
UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5z
IyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5z
OnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1w
TU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0
RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAg
ICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3Av
MS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8x
LjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4w
LyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8i
PgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNp
bnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTAz
LTIyVDA3OjUwOjI4LTA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0
YURhdGU+MjAxNS0wMy0yMlQwNzo1MDoyOC0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAg
ICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3htcDpNb2RpZnlE
YXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmQxMDU0MzZlLWY5ZTAtNDkx
MS1iZTFiLTcwMzcxNDM4NTA4MjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRv
Y3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVmYTlmM2I1LTExMjAtMTE3OC1iOTIzLWZi
MjdlNDc0YmQzYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9j
dW1lbnRJRD54bXAuZGlkOjA4ZTkxZjNlLWU3MjQtNDYzNC04YmJlLTFiNzRlNzMwMTA3NTwveG1w
TU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAg
ICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3Vy
Y2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlv
bj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowOGU5MWYzZS1l
NzI0LTQ2MzQtOGJiZS0xYjc0ZTczMDEwNzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAg
ICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBD
QyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8
L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAg
ICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkMTA1NDM2ZS1mOWUwLTQ5
MTEtYmUxYi03MDM3MTQzODUwODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAg
IDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAg
ICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0
IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RF
dnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAg
ICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxw
aG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAg
ICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NEMxRkU2RTZCQzREMTFFNEI3MDg5OEZGODlDRkQ2RUU8
L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1
bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9w
OkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYt
Mi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8
L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlv
bj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0
aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29s
dXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVu
aXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAg
ICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAg
ICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8
L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ph0AdIcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkA
AHUwAADqYAAAOpgAABdvkl/FRgAAAclJREFUeNrs1s+LjVEYB/DPHe7EYjY2wsaPjaZBZDQLEZGF
hSwkNdlIWbC2UEr5D8ZGSX4sJJINaQjlNkn5lcVMSuSWaagZXImYrsU8N6fT6/JOkcV869T7nOc5
53vO83yf930rzWbT30aHf4AZklKYDQ6tKLvmODZiFpqo4CvquIlzmAQDz4KkHNbjcBv/HvTHGJ1u
unb9QcxmXEHX70g6UI30VNEZ6enN4ibxrWB9H/YWkczBPlzCYzyN8QS30YNlSfwo1mElNuFatt/O
n4WfwgJciIIW4QHmY14ydxeP4nkEDzGMRTG3NL1JJ862IYAaVmVz+ckbmCiW8FQxt2a+LyFLIc2T
OJ/4v8ftUuzH8sSupyQ7suCLOIJP0QMTkaa0oV7gPQbQHUpaG/Et3ElJ+hLHmzhRIyPuxdzEvoqD
MYrwDqfTmnRlaWoULNqS2UNtavg55Ps6JRlJApbgaPRGC1VsS+yP+IDVBZtfDjnfyAt/PUlZBcew
O2oyhBNYnGz2KvpneyaEMbz8lbrO4AAWJr7uRJY9IfMWBqPotTKv+nqcfKwgZrBA3rem+z2pYQNO
4TnG8Rb3sCbs8cj1/TIklZkfif+O5McA9Y1iuiAu5qQAAAAASUVORK5CYII=

--related-Cpanel::Email::Object-3701149-1754120893-0.965544305173545--

--alternative-Cpanel::Email::Object-3701149-1754120893-0.96539042207311--

--mixed-Cpanel::Email::Object-3701149-1754120893-0.694558450891336
Content-Type: application/octet-stream; x-unix-mode=0600; name="email-booking@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="email-booking@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIjsAYJKoZIhvcNAQcCoIIjoTCCI50CAQExDzANBglghkgBZQMEAgEFADCCDS4GCSqGSIb3DQEH
AaCCDR8Egg0bPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAgICA8
c3RyaW5nPmJvb2tpbmdAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudE5hbWU8L2tleT4NCiAgICAgIDxzdHJp
bmc+Ym9va2luZ0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0
cmluZz4NCiAgICAgIDxrZXk+RW1haWxBY2NvdW50VHlwZTwva2V5Pg0KICAgICAgPHN0cmluZz5F
bWFpbFR5cGVJTUFQPC9zdHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWRkcmVzczwva2V5Pg0KICAg
ICAgPHN0cmluZz5ib29raW5nQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlv
bjwva2V5Pg0KICAgICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAg
PGtleT5JbmNvbWluZ01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz4yNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgIDxr
ZXk+SW5jb21pbmdNYWlsU2VydmVyUG9ydE51bWJlcjwva2V5Pg0KICAgICAgPGludGVnZXI+OTkz
PC9pbnRlZ2VyPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJVc2VTU0w8L2tleT4NCiAg
ICAgIDx0cnVlLz4NCiAgICAgIDxrZXk+SW5jb21pbmdNYWlsU2VydmVyVXNlcm5hbWU8L2tleT4N
CiAgICAgIDxzdHJpbmc+Ym9va2luZ0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lz
bGFuZC5jb208L3N0cmluZz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyQXV0aGVudGlj
YXRpb248L2tleT4NCiAgICAgIDxzdHJpbmc+RW1haWxBdXRoUGFzc3dvcmQ8L3N0cmluZz4NCiAg
ICAgIDxrZXk+T3V0Z29pbmdNYWlsU2VydmVySG9zdE5hbWU8L2tleT4NCiAgICAgIDxzdHJpbmc+
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAg
ICA8a2V5Pk91dGdvaW5nTWFpbFNlcnZlclBvcnROdW1iZXI8L2tleT4NCiAgICAgIDxpbnRlZ2Vy
PjQ2NTwvaW50ZWdlcj4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyVXNlU1NMPC9rZXk+
DQogICAgICA8dHJ1ZS8+DQogICAgICA8a2V5Pk91dGdvaW5nTWFpbFNlcnZlclVzZXJuYW1lPC9r
ZXk+DQogICAgICA8c3RyaW5nPmJvb2tpbmdAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxv
bmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICA8a2V5Pk91dGdvaW5nUGFzc3dvcmRTYW1lQXNJ
bmNvbWluZ1Bhc3N3b3JkPC9rZXk+DQogICAgICA8dHJ1ZS8+DQogICAgICA8a2V5PlBheWxvYWRE
ZXNjcmlwdGlvbjwva2V5Pg0KICAgICAgPHN0cmluZz5ib29raW5nQDI0aG91cndhdGVyZGFtYWdl
cmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgRW1haWwgU2V0dXA8L3N0cmluZz4NCiAg
ICAgIDxrZXk+UGF5bG9hZERpc3BsYXlOYW1lPC9rZXk+DQogICAgICA8c3RyaW5nPmJvb2tpbmdA
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBFbWFpbCBT
ZXR1cDwvc3RyaW5nPg0KICAgICAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAg
PHN0cmluZz5jcGFuZWwubWFpbC5vcmcuYm9va2luZy4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0
aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlv
bjwva2V5Pg0KICAgICAgPHN0cmluZz4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lz
bGFuZC5jb208L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgIDxz
dHJpbmc+Y29tLmFwcGxlLm1haWwubWFuYWdlZDwvc3RyaW5nPg0KICAgICAgPGtleT5QYXlsb2Fk
VVVJRDwva2V5Pg0KICAgICAgPHN0cmluZz43ZTdjZGMwZC0yYzc0LWNjNjgtZjAyYi03NDJjZDBi
YjYzYjc8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZFZlcnNpb248L2tleT4NCiAgICAgIDxp
bnRlZ2VyPjE8L2ludGVnZXI+DQogICAgICA8a2V5PlByZXZlbnRBcHBTaGVldDwva2V5Pg0KICAg
ICAgPGZhbHNlLz4NCiAgICAgIDxrZXk+UHJldmVudE1vdmU8L2tleT4NCiAgICAgIDxmYWxzZS8+
DQogICAgICA8a2V5PlNNSU1FRW5hYmxlZDwva2V5Pg0KICAgICAgPGZhbHNlLz4NCiAgICAgIDxr
ZXk+SW5jb21pbmdNYWlsU2VydmVySU1BUFBhdGhQcmVmaXg8L2tleT4NCiAgICAgIDxzdHJpbmc+
SU5CT1g8L3N0cmluZz4NCiAgICA8L2RpY3Q+DQogIDwvYXJyYXk+DQogIDxrZXk+UGF5bG9hZERl
c2NyaXB0aW9uPC9rZXk+DQogIDxzdHJpbmc+Ym9va2luZ0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3Rv
cmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIEVtYWlsIFNldHVwPC9zdHJpbmc+DQogIDxrZXk+
UGF5bG9hZERpc3BsYXlOYW1lPC9rZXk+DQogIDxzdHJpbmc+Ym9va2luZ0AyNGhvdXJ3YXRlcmRh
bWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIEVtYWlsIFNldHVwPC9zdHJpbmc+
DQogIDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4NCiAgPHN0cmluZz5jcGFuZWwubWFpbC5v
cmcuYm9va2luZy4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20tZW1h
aWw8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogIDxzdHJpbmc+
Y3BhbmVsLm1haWwub3JnLmJvb2tpbmcuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdp
c2xhbmQuY29tPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxEaXNhbGxvd2VkPC9rZXk+
DQogIDxmYWxzZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgPHN0cmluZz5Db25maWd1
cmF0aW9uPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgPHN0cmluZz4yOGMx
MGUzNC00NmE1LWE3MzMtNzJmZi02YzhlNTg4MmNmYjE8L3N0cmluZz4NCiAgPGtleT5QYXlsb2Fk
VmVyc2lvbjwva2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9kaWN0Pg0KPC9wbGlzdD4N
CqCCE8kwggZMMIIENKADAgECAhA5embMJ1Y2Lg2qh8puq+OxMA0GCSqGSIb3DQEBDAUAMF8xCzAJ
BgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNjA0BgNVBAMTLVNlY3RpZ28gUHVi
bGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBSb290IFI0NjAeFw0yMTAzMjIwMDAwMDBaFw0zNjAz
MjEyMzU5NTlaMGAxCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNV
BAMTLlNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBDQSBEViBSMzYwggGiMA0G
CSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCWNl/YcjPv5I9Q9AJA5tlhyvEtMdh1/Vm0xF7th6pE
9LDKDPXqon1wBa1Y1Ny4gJz76nwNy3vM0bEKmqYS2qJ87s2+4Hl0RV7Fef1EUUfXYeb4209FCBcg
WPHoxIlw1a5U7dcYTnsvWYeVxBiP6DiGfL3RoWHZIJkIMRWQCNoQwx9g8q4KMe64X5vMcVv/2BXw
/356RwcQ0XadHV58ZZIrCd8blFrCWRpAOlG1lOYzrhMiy/+vtzIU7idKOzWMt1dh3PmrdrgvQ2hp
tl9t3FVv4JQQd8HRum6VlC0fVG/fx7+Uh0/s5NMiVmHo5gvo2HE/xKjT+yG3/gn2aogbFEVzT+kL
yy6Nr7BwhSdrQcGlcp9dMqnOCKz7OZcMvToBIl/kTgDb+b4enpvzix88DBDvrqsjrmaHnRLQOL0T
c+fZZxolz48guwGZimC2aBZNH15X2i18pFQF/MdQdxWBqu5v9eW4SlGVO1m51TnFsU3HH8OAytct
QA9ojrR9nrAD49MCAwEAAaOCAYEwggF9MB8GA1UdIwQYMBaAFFZzWGSV+ZIasBIqBGJ5oUAViCFJ
MB0GA1UdDgQWBBRowBIWGA6vzvaHpjJXo0ZRXcsHJzAOBgNVHQ8BAf8EBAMCAYYwEgYDVR0TAQH/
BAgwBgEB/wIBADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwGwYDVR0gBBQwEjAGBgRV
HSAAMAgGBmeBDAECATBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vY3JsLnNlY3RpZ28uY29tL1Nl
Y3RpZ29QdWJsaWNTZXJ2ZXJBdXRoZW50aWNhdGlvblJvb3RSNDYuY3JsMIGEBggrBgEFBQcBAQR4
MHYwTwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1B1YmxpY1NlcnZl
ckF1dGhlbnRpY2F0aW9uUm9vdFI0Ni5wN2MwIwYIKwYBBQUHMAGGF2h0dHA6Ly9vY3NwLnNlY3Rp
Z28uY29tMA0GCSqGSIb3DQEBDAUAA4ICAQBi04L0XL5OoQIXDjQiiykj3aQsaChJkY85JBcwGqaw
ZZlRDuu7HtyPV27p32sPoLzN7UHZ5COSsaQgv84XWzu9KaBhVp+xGhl38gdSuShC9fwVnBSyY+7t
qaAF9pjeD52rXHSM0YpvojoHN2XouAwP2rGn7eLsZA6d30nwsVKJ61jpniNQHNWg6jPyIBTzg4WH
YeEC6I/DVqLRWdjfxFMj7yR6kZZV8bF8FbPAf24iN6igh5qixUW8TxyZhQHhNIfl1TIPSMdy3b7x
x4oS0igVT8V8er+YNpWe9wMJle0iCK10wVB0xlpV6GY5vKFF0MPg1AKzSBoj0ACAWPgv1C2QBHOF
As3JF/zsqWf5hTSWAIav0cuDesY7yr5jimkuw526dBnpnE80Yh84Cls9V/mEJ7nwRnCJZ0cgyf2U
8/r4XjTjLw026BtCLEFt6v7HnfpatmEVkuMSSGnt8Vd/2vfas099vvhf9T3QF3LiXOnf5fW6SHUG
4zED8QSEOhM5LeXsAG9zsFhJC5tDbj3Q5x2QjNSHdnAOtqQxWttpPFQzanbg3p0H6ezbOm1YK9rq
PNavwhYogzHPEs+/kq3d48pxR2+QFT+yaq6NJzNPPNKMihHlCpADqU3VlFKe4chYK+EkSW2RidMA
fjVAnpIBY7roautQRLA39yBnMvgksSrPVjCCBpUwggR9oAMCAQICEQDSf7vB3jWeUhatYUlYYJnE
MA0GCSqGSIb3DQEBDAUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIG
A1UEBxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UE
AxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0yMTAzMjIwMDAwMDBa
Fw0zODAxMTgyMzU5NTlaMF8xCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQx
NjA0BgNVBAMTLVNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBSb290IFI0NjCC
AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJO+1TZSddgBI6AcR0JJ7mO2tyH9xJXVSCsm
fBRTENp5/Su3LaTULPrqMt1Jwrm9D0g9e1qYVK+eXTF0Twf8UCHdpM9oTxsSY20lmUwqmfNIMGH6
gXwepwhK3D4rHB8YTHGqNYyt+G7oO0rZ5ZQC1omEE6ptyE8zzFCWN5Iz3F+I559U2UjwmEPWZv2f
FzhDxQFRC9fjIw8UXVsU50u+3fTI2gM30dY5oSFRMIOwbdcwTpZbkfBwJKu/RYFkQw29ITovPOme
DcsgtUInzNpvm+5kMJA5zZNlgSExtSNQMzci4zjt+DEwzEX+YvnRXTJ5QoffasxWGUBNzqq7+bV2
SZTxJ/iRpYPlBrNjDoDc4BJVgKY7ZrQ5hy3I8NDRFOnkDU0O9l1XcsU7HEdWneLV+4FhjMxNgJA0
W7fXFHXc2ARIn8DBKIi06RzKp7HxVrd7SUxZ5SAVqIQCKfo4lGmaSQaPzR95FBcSDIN63h+xl+75
l3gopMhEkul9JgWmWHKbeRPYEV+uxThiNGiyhjCO+JBhnjJs9Qc2zaJMbuyKNu3y5pkVRHDDfLyc
OcC04Wv3gyUjV9kSgOVJ8HUP743rHJtUKLQhPPx8Cv/ve2t1/4sdoBkFq/r4K4FC6Di6u/uq/T3g
88rfTpeXKe3zGFbppZasvcOQmLLg+aLUpkdDfG3PAgMBAAGjggEgMIIBHDAfBgNVHSMEGDAWgBRT
eb9aqitKz1SA4dibwJ3ysgNmyzAdBgNVHQ4EFgQUVnNYZJX5khqwEioEYnmhQBWIIUkwDgYDVR0P
AQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMC
MBEGA1UdIAQKMAgwBgYEVR0gADBQBgNVHR8ESTBHMEWgQ6BBhj9odHRwOi8vY3JsLnVzZXJ0cnVz
dC5jb20vVVNFUlRydXN0UlNBQ2VydGlmaWNhdGlvbkF1dGhvcml0eS5jcmwwNQYIKwYBBQUHAQEE
KTAnMCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBDAUA
A4ICAQA6bwSJau2zFNHBQ0//T/fgbIApEYELNEugX+7yUpVjB8G8tFRr8QktIa24tCtgSDWWxG7F
bIKUKtOON9csqFZ9x5XaK4KtuEZXUQzjoqRGQ0xQfcAvR2LdbYRxdNF3htgvCgtaZcKBMygCIT73
nyPwt3E9An01ybhY1GyiIEsIzY8OmB7S4KMv4XefiS1JS3KP4MxV/6lm0+7RKrjjGKbDSlmY/Ey6
j6uszIhuDWun3hGbXumD1xqzFpU1jd+Nbw3nXPssUKkroO/RyVEHDmbOysg1s7ZmnkMbDxOPVFf/
F8K32bWWmMq7OBaQ/eGeEPHc1xi/PqhCY8YHM2u1uj0Tmgpbm2r3dVSj5vPmglu+7u0saUdkxRi+
pD3cbCshYo6XLp0eVe/bFMkTnzXc46wHBVmVyvLG2/RZZ8LlRuu+yS7/mVU1+QMS71uTgeM7ebkv
swetsCf1r/o1xgLbUgHCXnOIhYAlh0b3Yv4yaEs0S2t5xM8eqRSM3JUgp4dLtcQni3FAcqUoj4Gv
Fvuj5LqMkKvFParPRKMRuTb675crIcFEvcr3GURsOy45ceIyR/wYSD0fJCAQkI9b52vU84mTq8NT
n/IQ1GxyhRvT5vA6dr248/9iR9/ar8bITylZZRn6vuZJT5u8mUVGE4gjAG6sDXS/57KhdkZ58qef
F0UrSTCCBtwwggVEoAMCAQICEHJ3nL9b33wKKh/JOw4nSzEwDQYJKoZIhvcNAQELBQAwYDELMAkG
A1UEBhMCR0IxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBQdWJs
aWMgU2VydmVyIEF1dGhlbnRpY2F0aW9uIENBIERWIFIzNjAeFw0yNTA3MTgwMDAwMDBaFw0yNjA3
MTgyMzU5NTlaMDUxMzAxBgNVBAMTKjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNs
YW5kLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANcjRzy32NCaDX1H8Fg4/XLT
+eGmaBnn+cwBBtHZtLpRKbFuLrmIzwAnwIYlvHthP4ayLwP97MTKArdBGDlFp++ZmD7xCNZ6UEBH
SQW8W4/EHYrZdYeJNzljF6sdDosYPlx85BgOCsWnUopQUDtoipvVwvZKwDwcxGQQQlYgCd+MY3ra
hI6Mk/s3cKlW4tM0SdzhI01lr+dhv9yoZGK11ib5CVpo+c/L8zgisqJ6ZDai5mzPlcJ2/am2C0OS
dPeZBiQ3rs5rsuin1HitrVJLSJjRRYfxC25fnJeNTW3JXiA17oP+itfx2EGlUFPTnnbTSBT6taSX
mruqkJFpUldCmUkCAwEAAaOCAzswggM3MB8GA1UdIwQYMBaAFGjAEhYYDq/O9oemMlejRlFdywcn
MB0GA1UdDgQWBBSOs5kgDH0e815wGNvgmAaZtmP1+DAOBgNVHQ8BAf8EBAMCBaAwDAYDVR0TAQH/
BAIwADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwSQYDVR0gBEIwQDA0BgsrBgEEAbIx
AQICBzAlMCMGCCsGAQUFBwIBFhdodHRwczovL3NlY3RpZ28uY29tL0NQUzAIBgZngQwBAgEwgYQG
CCsGAQUFBwEBBHgwdjBPBggrBgEFBQcwAoZDaHR0cDovL2NydC5zZWN0aWdvLmNvbS9TZWN0aWdv
UHVibGljU2VydmVyQXV0aGVudGljYXRpb25DQURWUjM2LmNydDAjBggrBgEFBQcwAYYXaHR0cDov
L29jc3Auc2VjdGlnby5jb20wZQYDVR0RBF4wXIIqMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlv
bmxvbmdpc2xhbmQuY29tgi53d3cuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tMIIBfQYKKwYBBAHWeQIEAgSCAW0EggFpAWcAdwDYCVU7lE96/8gWGW+UT4WrsPj8XodV
Jg8V0S5yu0VLFAAAAZgfHDF2AAAEAwBIMEYCIQDQY5s3Wnr6gkKztaftAjmGuKFr4o4Kgx++mb1S
gcuIQQIhAMxctEYBlaaOH79S8DSdA06DCsdMlQZ3gI9J6Om7awgWAHUArKswcGzr7IQx9BPS9JFf
ER5CJEOx8qaMTzwrO6ceAsMAAAGYHxwxEQAABAMARjBEAiA9FiyJaBW/fIAcv2H237eb8ABe74r9
8G1A3J4fFeXUTwIgMJfAjYZzHzOZT+o+SfvVkApWh97G0aPmMUXWpzoOUIkAdQDXbX0Q0af1d8LH
6V/XAL/5gskzWmXh0LMBcxfAyMVpdwAAAZgfHDEOAAAEAwBGMEQCIGqa5aJFkxWDOc/1C8FgW2oF
Ce+AeHUiyfbMjG7yvB/VAiAnWvWb7ALgbjlGV8UQcUBBaBX72WoC5Vmx/J3UYSvdlTANBgkqhkiG
9w0BAQsFAAOCAYEAf5X2oY3oSOln2jDASQ4g80a3qKaWIiaAA7p/EJGxvUb5H8rmFIF90bBsMDCv
detq8udy0+UjMuW+HAaQycUSkEIEtGj1gxtGzkMqjt4hk4KYJUd4OZa7M5gMB8DTlFzbI2+xcFH/
4zoBuGtGuWmQf02AsyAO3BjBVA6QKzRNkeCuSKFCYjaLnx934MOEoc5KQnkbUssJlVxDCNZcaxP3
PjK1kuMWbzj4xss8PNO/Mn6yGSQj1xkpN3OcS4G/NQoyllTZ0x0jdr/sA/Ega6XBLJsyl+RW5AQC
5ucR9kXITPM1oxTVFTXV7qQQC940PQ7DWLnXh+0gz3s3kGqBjqLLf5M27Ai7y+WSFAVc1/9TtLZE
NnjnCM2LGjeub42bscJ4OeGeEpRG1gqSViVBqvS4624FaRH0j3a8ZByn1Ns7t+vtKl/JUOSwqAGk
X2g7KTFOHukZey247uJicQAdYmWP/efset56tG+5IPwoZsIlqnmLr75Mv2rKsB02MpG8o09+MYIC
hjCCAoICAQEwdDBgMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYD
VQQDEy5TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gQ0EgRFYgUjM2AhByd5y/
W998CiofyTsOJ0sxMA0GCWCGSAFlAwQCAQUAoIHkMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEw
HAYJKoZIhvcNAQkFMQ8XDTI1MDgwMjA3NDgxM1owLwYJKoZIhvcNAQkEMSIEIHDt0s3IeTOyRPmR
XSgglV44qZflpk36F5PCbDIqZcO+MHkGCSqGSIb3DQEJDzFsMGowCwYJYIZIAWUDBAEqMAsGCWCG
SAFlAwQBFjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3
DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMA0GCSqGSIb3DQEBAQUABIIBAJ8kIfWsomvD
4e3cBINs1v3CDkUpH5D3UJhCWWQ7yDcw1E42SZ5wJQRN3ovUqPHnG6VGZAdYLfycomp5kptFawf6
SsDSVVKVzJhD0H4Mt48mJuZIz+GvOCdyEue97WxznnL08RufvyfRUfJU9B9gI8aCWpJp2Zjp/fQ+
8e6Qkyonwpuj+0NGtmqGNHubVglmef6FN0KI/2jkM56lq6ihUe/2Vm9JlL6YKCjzblQyR1LRz69Q
3curEuKXn20LFZV6fOdJMoJnozgLv/3sNXxHID3iZTI1Wb1ccAltLmn5u/3dmgD8ywsoL8iwTGgJ
wQktDcWUc8MdtrG0E7JhXjIQXcw=

--mixed-Cpanel::Email::Object-3701149-1754120893-0.694558450891336
Content-Type: application/octet-stream; x-unix-mode=0600; name="caldav-booking@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="caldav-booking@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIfyQYJKoZIhvcNAQcCoIIfujCCH7YCAQExDzANBglghkgBZQMEAgEFADCCCUcGCSqGSIb3DQEH
AaCCCTgEggk0PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FsREFWQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+Ym9va2luZ0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFu
ZC5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5DYWxEQVZIb3N0TmFtZTwva2V5Pg0KICAgICAg
ICA8c3RyaW5nPjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3Ry
aW5nPg0KICAgICAgICA8a2V5PkNhbERBVlBvcnQ8L2tleT4NCiAgICAgICAgPGludGVnZXI+MjA4
MDwvaW50ZWdlcj4NCiAgICAgICAgPGtleT5DYWxEQVZQcmluY2lwYWxVUkw8L2tleT4NCiAgICAg
ICAgPHN0cmluZz4vcHJpbmNpcGFscy9ib29raW5nQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNhbERBVlVzZVNTTDwva2V5
Pg0KICAgICAgICA8dHJ1ZS8+DQogICAgICAgIDxrZXk+Q2FsREFWVXNlcm5hbWU8L2tleT4NCiAg
ICAgICAgPHN0cmluZz5ib29raW5nQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNs
YW5kLmNvbTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0K
ICAgICAgICA8c3RyaW5nPmJvb2tpbmdAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdp
c2xhbmQuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBh
eWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPmJvb2tpbmdAMjRob3Vyd2F0
ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1cDwv
c3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogICAgICAgIDxz
dHJpbmc+Y3BhbmVsLm1haWwub3JnLmJvb2tpbmcuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlv
bmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlv
bjwva2V5Pg0KICAgICAgICA8c3RyaW5nPjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+Y29tLmFwcGxlLmNhbGRhdi5hY2NvdW50PC9zdHJpbmc+DQogICAgICAgIDxr
ZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgICAgICAgPHN0cmluZz5lN2M3OTdkMy1iOTg5LTViYmEt
YWMzNi1kYzc1NDJlYTUzMzY8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVmVyc2lvbjwv
a2V5Pg0KICAgICAgICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KICAgIDwvZGljdD4NCiAgPC9hcnJh
eT4NCiAgPGtleT5QYXlsb2FkRGVzY3JpcHRpb248L2tleT4NCiAgPHN0cmluZz5ib29raW5nQDI0
aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ2FsZW5kYXIg
U2V0dXA8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkRGlzcGxheU5hbWU8L2tleT4NCiAgPHN0cmlu
Zz5ib29raW5nQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1
cmUgQ2FsZW5kYXIgU2V0dXA8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5
Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5ib29raW5nLjI0aG91cndhdGVyZGFtYWdlcmVz
dG9yYXRpb25sb25naXNsYW5kLmNvbS1jYWxkYXY8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3Jn
YW5pemF0aW9uPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLmJvb2tpbmcuMjRob3Vy
d2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogIDxrZXk+UGF5
bG9hZFJlbW92YWxEaXNhbGxvd2VkPC9rZXk+DQogIDxmYWxzZS8+DQogIDxrZXk+UGF5bG9hZFR5
cGU8L2tleT4NCiAgPHN0cmluZz5Db25maWd1cmF0aW9uPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9h
ZFVVSUQ8L2tleT4NCiAgPHN0cmluZz4yOWE2YmRmMy04OTBjLWE4MjgtMTczZi0xYWQ3NmY4Nzc1
ZWI8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICA8aW50ZWdlcj4xPC9p
bnRlZ2VyPg0KPC9kaWN0Pg0KPC9wbGlzdD4NCqCCE8kwggZMMIIENKADAgECAhA5embMJ1Y2Lg2q
h8puq+OxMA0GCSqGSIb3DQEBDAUAMF8xCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdvIExp
bWl0ZWQxNjA0BgNVBAMTLVNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBSb290
IFI0NjAeFw0yMTAzMjIwMDAwMDBaFw0zNjAzMjEyMzU5NTlaMGAxCzAJBgNVBAYTAkdCMRgwFgYD
VQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRo
ZW50aWNhdGlvbiBDQSBEViBSMzYwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCWNl/Y
cjPv5I9Q9AJA5tlhyvEtMdh1/Vm0xF7th6pE9LDKDPXqon1wBa1Y1Ny4gJz76nwNy3vM0bEKmqYS
2qJ87s2+4Hl0RV7Fef1EUUfXYeb4209FCBcgWPHoxIlw1a5U7dcYTnsvWYeVxBiP6DiGfL3RoWHZ
IJkIMRWQCNoQwx9g8q4KMe64X5vMcVv/2BXw/356RwcQ0XadHV58ZZIrCd8blFrCWRpAOlG1lOYz
rhMiy/+vtzIU7idKOzWMt1dh3PmrdrgvQ2hptl9t3FVv4JQQd8HRum6VlC0fVG/fx7+Uh0/s5NMi
VmHo5gvo2HE/xKjT+yG3/gn2aogbFEVzT+kLyy6Nr7BwhSdrQcGlcp9dMqnOCKz7OZcMvToBIl/k
TgDb+b4enpvzix88DBDvrqsjrmaHnRLQOL0Tc+fZZxolz48guwGZimC2aBZNH15X2i18pFQF/MdQ
dxWBqu5v9eW4SlGVO1m51TnFsU3HH8OAytctQA9ojrR9nrAD49MCAwEAAaOCAYEwggF9MB8GA1Ud
IwQYMBaAFFZzWGSV+ZIasBIqBGJ5oUAViCFJMB0GA1UdDgQWBBRowBIWGA6vzvaHpjJXo0ZRXcsH
JzAOBgNVHQ8BAf8EBAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHSUEFjAUBggrBgEFBQcD
AQYIKwYBBQUHAwIwGwYDVR0gBBQwEjAGBgRVHSAAMAgGBmeBDAECATBUBgNVHR8ETTBLMEmgR6BF
hkNodHRwOi8vY3JsLnNlY3RpZ28uY29tL1NlY3RpZ29QdWJsaWNTZXJ2ZXJBdXRoZW50aWNhdGlv
blJvb3RSNDYuY3JsMIGEBggrBgEFBQcBAQR4MHYwTwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuc2Vj
dGlnby5jb20vU2VjdGlnb1B1YmxpY1NlcnZlckF1dGhlbnRpY2F0aW9uUm9vdFI0Ni5wN2MwIwYI
KwYBBQUHMAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28uY29tMA0GCSqGSIb3DQEBDAUAA4ICAQBi04L0
XL5OoQIXDjQiiykj3aQsaChJkY85JBcwGqawZZlRDuu7HtyPV27p32sPoLzN7UHZ5COSsaQgv84X
Wzu9KaBhVp+xGhl38gdSuShC9fwVnBSyY+7tqaAF9pjeD52rXHSM0YpvojoHN2XouAwP2rGn7eLs
ZA6d30nwsVKJ61jpniNQHNWg6jPyIBTzg4WHYeEC6I/DVqLRWdjfxFMj7yR6kZZV8bF8FbPAf24i
N6igh5qixUW8TxyZhQHhNIfl1TIPSMdy3b7xx4oS0igVT8V8er+YNpWe9wMJle0iCK10wVB0xlpV
6GY5vKFF0MPg1AKzSBoj0ACAWPgv1C2QBHOFAs3JF/zsqWf5hTSWAIav0cuDesY7yr5jimkuw526
dBnpnE80Yh84Cls9V/mEJ7nwRnCJZ0cgyf2U8/r4XjTjLw026BtCLEFt6v7HnfpatmEVkuMSSGnt
8Vd/2vfas099vvhf9T3QF3LiXOnf5fW6SHUG4zED8QSEOhM5LeXsAG9zsFhJC5tDbj3Q5x2QjNSH
dnAOtqQxWttpPFQzanbg3p0H6ezbOm1YK9rqPNavwhYogzHPEs+/kq3d48pxR2+QFT+yaq6NJzNP
PNKMihHlCpADqU3VlFKe4chYK+EkSW2RidMAfjVAnpIBY7roautQRLA39yBnMvgksSrPVjCCBpUw
ggR9oAMCAQICEQDSf7vB3jWeUhatYUlYYJnEMA0GCSqGSIb3DQEBDAUAMIGIMQswCQYDVQQGEwJV
UzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRo
ZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9u
IEF1dGhvcml0eTAeFw0yMTAzMjIwMDAwMDBaFw0zODAxMTgyMzU5NTlaMF8xCzAJBgNVBAYTAkdC
MRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNjA0BgNVBAMTLVNlY3RpZ28gUHVibGljIFNlcnZl
ciBBdXRoZW50aWNhdGlvbiBSb290IFI0NjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB
AJO+1TZSddgBI6AcR0JJ7mO2tyH9xJXVSCsmfBRTENp5/Su3LaTULPrqMt1Jwrm9D0g9e1qYVK+e
XTF0Twf8UCHdpM9oTxsSY20lmUwqmfNIMGH6gXwepwhK3D4rHB8YTHGqNYyt+G7oO0rZ5ZQC1omE
E6ptyE8zzFCWN5Iz3F+I559U2UjwmEPWZv2fFzhDxQFRC9fjIw8UXVsU50u+3fTI2gM30dY5oSFR
MIOwbdcwTpZbkfBwJKu/RYFkQw29ITovPOmeDcsgtUInzNpvm+5kMJA5zZNlgSExtSNQMzci4zjt
+DEwzEX+YvnRXTJ5QoffasxWGUBNzqq7+bV2SZTxJ/iRpYPlBrNjDoDc4BJVgKY7ZrQ5hy3I8NDR
FOnkDU0O9l1XcsU7HEdWneLV+4FhjMxNgJA0W7fXFHXc2ARIn8DBKIi06RzKp7HxVrd7SUxZ5SAV
qIQCKfo4lGmaSQaPzR95FBcSDIN63h+xl+75l3gopMhEkul9JgWmWHKbeRPYEV+uxThiNGiyhjCO
+JBhnjJs9Qc2zaJMbuyKNu3y5pkVRHDDfLycOcC04Wv3gyUjV9kSgOVJ8HUP743rHJtUKLQhPPx8
Cv/ve2t1/4sdoBkFq/r4K4FC6Di6u/uq/T3g88rfTpeXKe3zGFbppZasvcOQmLLg+aLUpkdDfG3P
AgMBAAGjggEgMIIBHDAfBgNVHSMEGDAWgBRTeb9aqitKz1SA4dibwJ3ysgNmyzAdBgNVHQ4EFgQU
VnNYZJX5khqwEioEYnmhQBWIIUkwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYD
VR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMBEGA1UdIAQKMAgwBgYEVR0gADBQBgNVHR8ESTBH
MEWgQ6BBhj9odHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQ2VydGlmaWNhdGlv
bkF1dGhvcml0eS5jcmwwNQYIKwYBBQUHAQEEKTAnMCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51
c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBDAUAA4ICAQA6bwSJau2zFNHBQ0//T/fgbIApEYELNEug
X+7yUpVjB8G8tFRr8QktIa24tCtgSDWWxG7FbIKUKtOON9csqFZ9x5XaK4KtuEZXUQzjoqRGQ0xQ
fcAvR2LdbYRxdNF3htgvCgtaZcKBMygCIT73nyPwt3E9An01ybhY1GyiIEsIzY8OmB7S4KMv4Xef
iS1JS3KP4MxV/6lm0+7RKrjjGKbDSlmY/Ey6j6uszIhuDWun3hGbXumD1xqzFpU1jd+Nbw3nXPss
UKkroO/RyVEHDmbOysg1s7ZmnkMbDxOPVFf/F8K32bWWmMq7OBaQ/eGeEPHc1xi/PqhCY8YHM2u1
uj0Tmgpbm2r3dVSj5vPmglu+7u0saUdkxRi+pD3cbCshYo6XLp0eVe/bFMkTnzXc46wHBVmVyvLG
2/RZZ8LlRuu+yS7/mVU1+QMS71uTgeM7ebkvswetsCf1r/o1xgLbUgHCXnOIhYAlh0b3Yv4yaEs0
S2t5xM8eqRSM3JUgp4dLtcQni3FAcqUoj4GvFvuj5LqMkKvFParPRKMRuTb675crIcFEvcr3GURs
Oy45ceIyR/wYSD0fJCAQkI9b52vU84mTq8NTn/IQ1GxyhRvT5vA6dr248/9iR9/ar8bITylZZRn6
vuZJT5u8mUVGE4gjAG6sDXS/57KhdkZ58qefF0UrSTCCBtwwggVEoAMCAQICEHJ3nL9b33wKKh/J
Ow4nSzEwDQYJKoZIhvcNAQELBQAwYDELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1NlY3RpZ28gTGlt
aXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBQdWJsaWMgU2VydmVyIEF1dGhlbnRpY2F0aW9uIENBIERW
IFIzNjAeFw0yNTA3MTgwMDAwMDBaFw0yNjA3MTgyMzU5NTlaMDUxMzAxBgNVBAMTKjI0aG91cndh
dGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEP
ADCCAQoCggEBANcjRzy32NCaDX1H8Fg4/XLT+eGmaBnn+cwBBtHZtLpRKbFuLrmIzwAnwIYlvHth
P4ayLwP97MTKArdBGDlFp++ZmD7xCNZ6UEBHSQW8W4/EHYrZdYeJNzljF6sdDosYPlx85BgOCsWn
UopQUDtoipvVwvZKwDwcxGQQQlYgCd+MY3rahI6Mk/s3cKlW4tM0SdzhI01lr+dhv9yoZGK11ib5
CVpo+c/L8zgisqJ6ZDai5mzPlcJ2/am2C0OSdPeZBiQ3rs5rsuin1HitrVJLSJjRRYfxC25fnJeN
TW3JXiA17oP+itfx2EGlUFPTnnbTSBT6taSXmruqkJFpUldCmUkCAwEAAaOCAzswggM3MB8GA1Ud
IwQYMBaAFGjAEhYYDq/O9oemMlejRlFdywcnMB0GA1UdDgQWBBSOs5kgDH0e815wGNvgmAaZtmP1
+DAOBgNVHQ8BAf8EBAMCBaAwDAYDVR0TAQH/BAIwADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYB
BQUHAwIwSQYDVR0gBEIwQDA0BgsrBgEEAbIxAQICBzAlMCMGCCsGAQUFBwIBFhdodHRwczovL3Nl
Y3RpZ28uY29tL0NQUzAIBgZngQwBAgEwgYQGCCsGAQUFBwEBBHgwdjBPBggrBgEFBQcwAoZDaHR0
cDovL2NydC5zZWN0aWdvLmNvbS9TZWN0aWdvUHVibGljU2VydmVyQXV0aGVudGljYXRpb25DQURW
UjM2LmNydDAjBggrBgEFBQcwAYYXaHR0cDovL29jc3Auc2VjdGlnby5jb20wZQYDVR0RBF4wXIIq
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tgi53d3cuMjRob3Vyd2F0
ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tMIIBfQYKKwYBBAHWeQIEAgSCAW0EggFp
AWcAdwDYCVU7lE96/8gWGW+UT4WrsPj8XodVJg8V0S5yu0VLFAAAAZgfHDF2AAAEAwBIMEYCIQDQ
Y5s3Wnr6gkKztaftAjmGuKFr4o4Kgx++mb1SgcuIQQIhAMxctEYBlaaOH79S8DSdA06DCsdMlQZ3
gI9J6Om7awgWAHUArKswcGzr7IQx9BPS9JFfER5CJEOx8qaMTzwrO6ceAsMAAAGYHxwxEQAABAMA
RjBEAiA9FiyJaBW/fIAcv2H237eb8ABe74r98G1A3J4fFeXUTwIgMJfAjYZzHzOZT+o+SfvVkApW
h97G0aPmMUXWpzoOUIkAdQDXbX0Q0af1d8LH6V/XAL/5gskzWmXh0LMBcxfAyMVpdwAAAZgfHDEO
AAAEAwBGMEQCIGqa5aJFkxWDOc/1C8FgW2oFCe+AeHUiyfbMjG7yvB/VAiAnWvWb7ALgbjlGV8UQ
cUBBaBX72WoC5Vmx/J3UYSvdlTANBgkqhkiG9w0BAQsFAAOCAYEAf5X2oY3oSOln2jDASQ4g80a3
qKaWIiaAA7p/EJGxvUb5H8rmFIF90bBsMDCvdetq8udy0+UjMuW+HAaQycUSkEIEtGj1gxtGzkMq
jt4hk4KYJUd4OZa7M5gMB8DTlFzbI2+xcFH/4zoBuGtGuWmQf02AsyAO3BjBVA6QKzRNkeCuSKFC
YjaLnx934MOEoc5KQnkbUssJlVxDCNZcaxP3PjK1kuMWbzj4xss8PNO/Mn6yGSQj1xkpN3OcS4G/
NQoyllTZ0x0jdr/sA/Ega6XBLJsyl+RW5AQC5ucR9kXITPM1oxTVFTXV7qQQC940PQ7DWLnXh+0g
z3s3kGqBjqLLf5M27Ai7y+WSFAVc1/9TtLZENnjnCM2LGjeub42bscJ4OeGeEpRG1gqSViVBqvS4
624FaRH0j3a8ZByn1Ns7t+vtKl/JUOSwqAGkX2g7KTFOHukZey247uJicQAdYmWP/efset56tG+5
IPwoZsIlqnmLr75Mv2rKsB02MpG8o09+MYIChjCCAoICAQEwdDBgMQswCQYDVQQGEwJHQjEYMBYG
A1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0
aGVudGljYXRpb24gQ0EgRFYgUjM2AhByd5y/W998CiofyTsOJ0sxMA0GCWCGSAFlAwQCAQUAoIHk
MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTI1MDgwMjA3NDgxM1ow
LwYJKoZIhvcNAQkEMSIEILvDw/L128uYRefB+o1U/mAFxlUq63Y26aBDI6SaOxBIMHkGCSqGSIb3
DQEJDzFsMGowCwYJYIZIAWUDBAEqMAsGCWCGSAFlAwQBFjALBglghkgBZQMEAQIwCgYIKoZIhvcN
AwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEo
MA0GCSqGSIb3DQEBAQUABIIBAJn7f4AHDJY2jgIZMIt68SrjZxANdueezLH+LTNe/P3wwBdp/2Rd
mp0BdqkIwAe6ZSog7pKq5kRbl1GFvEZvVRDAn30F1NoAIbogA4XJ7gcl+5YSMkQen9OnfUenPKhH
5TZQLxMTKaI0x+H5YWEzofNiqmcB2/DCjO63vOxObR0Yn5FGHwXJIWFiqJSfyZOhgamhPlPbTXRv
XpzjJ7HstQvIDj1IKwR9nKplj+Tk7UwMWetHINEXlspmMXF2cDeeg2/amiUlTOS4N0+r4uskzH74
q+hY/wEbkJi41KS90V+fTfXRdqQS9ABlfvDScagO4MWix1TX/KA2pKN9TsWDvlc=

--mixed-Cpanel::Email::Object-3701149-1754120893-0.694558450891336
Content-Type: application/octet-stream; x-unix-mode=0600; name="carddav-booking@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="carddav-booking@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIe6QYJKoZIhvcNAQcCoIIe2jCCHtYCAQExDzANBglghkgBZQMEAgEFADCCCGcGCSqGSIb3DQEH
AaCCCFgEgghUPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FyZERBVkFjY291bnREZXNjcmlwdGlvbjwva2V5Pg0KICAg
ICAgICA8c3RyaW5nPmJvb2tpbmdAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNhcmRE
QVZIb3N0TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPjI0aG91cndhdGVyZGFtYWdlcmVzdG9y
YXRpb25sb25naXNsYW5kLmNvbToyMDgwPC9zdHJpbmc+DQogICAgICAgIDxrZXk+Q2FyZERBVlVz
ZVNTTDwva2V5Pg0KICAgICAgICA8dHJ1ZS8+DQogICAgICAgIDxrZXk+Q2FyZERBVlVzZXJuYW1l
PC9rZXk+DQogICAgICAgIDxzdHJpbmc+Ym9va2luZ0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0
aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkRGVzY3JpcHRp
b248L2tleT4NCiAgICAgICAgPHN0cmluZz5ib29raW5nQDI0aG91cndhdGVyZGFtYWdlcmVzdG9y
YXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ29udGFjdHMgU2V0dXA8L3N0cmluZz4NCiAgICAg
ICAgPGtleT5QYXlsb2FkRGlzcGxheU5hbWU8L2tleT4NCiAgICAgICAgPHN0cmluZz5DYXJkREFW
PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4NCiAgICAgICAg
PHN0cmluZz5jcGFuZWwubWFpbC5vcmcuYm9va2luZy4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0
aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkT3JnYW5pemF0
aW9uPC9rZXk+DQogICAgICAgIDxzdHJpbmc+MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxv
bmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAg
ICAgICAgPHN0cmluZz5jb20uYXBwbGUuY2FyZGRhdi5hY2NvdW50PC9zdHJpbmc+DQogICAgICAg
IDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgICAgICAgPHN0cmluZz44YjY0NTk4NS1jOWUyLWE5
ZDMtZDFkZi1hNWU1Mzg1ZjVjYmQ8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVmVyc2lv
bjwva2V5Pg0KICAgICAgICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KICAgIDwvZGljdD4NCiAgPC9h
cnJheT4NCiAgPGtleT5QYXlsb2FkRGVzY3JpcHRpb248L2tleT4NCiAgPHN0cmluZz5ib29raW5n
QDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgQ29udGFj
dHMgU2V0dXA8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkRGlzcGxheU5hbWU8L2tleT4NCiAgPHN0
cmluZz5ib29raW5nQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBT
ZWN1cmUgQ29udGFjdHMgU2V0dXA8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwv
a2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5ib29raW5nLjI0aG91cndhdGVyZGFtYWdl
cmVzdG9yYXRpb25sb25naXNsYW5kLmNvbS1jYXJkZGF2PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9h
ZE9yZ2FuaXphdGlvbjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5ib29raW5nLjI0
aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICA8a2V5
PlBheWxvYWRSZW1vdmFsRGlzYWxsb3dlZDwva2V5Pg0KICA8ZmFsc2UvPg0KICA8a2V5PlBheWxv
YWRUeXBlPC9rZXk+DQogIDxzdHJpbmc+Q29uZmlndXJhdGlvbjwvc3RyaW5nPg0KICA8a2V5PlBh
eWxvYWRVVUlEPC9rZXk+DQogIDxzdHJpbmc+ZTRkMjVlZmUtMTQ3NC0wZjQzLTNhYjktMjc1Y2Y1
NGY3ZTQ5PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFZlcnNpb248L2tleT4NCiAgPGludGVnZXI+
MTwvaW50ZWdlcj4NCjwvZGljdD4NCjwvcGxpc3Q+DQqgghPJMIIGTDCCBDSgAwIBAgIQOXpmzCdW
Ni4NqofKbqvjsTANBgkqhkiG9w0BAQwFADBfMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGln
byBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24g
Um9vdCBSNDYwHhcNMjEwMzIyMDAwMDAwWhcNMzYwMzIxMjM1OTU5WjBgMQswCQYDVQQGEwJHQjEY
MBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIg
QXV0aGVudGljYXRpb24gQ0EgRFYgUjM2MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEA
ljZf2HIz7+SPUPQCQObZYcrxLTHYdf1ZtMRe7YeqRPSwygz16qJ9cAWtWNTcuICc++p8Dct7zNGx
CpqmEtqifO7NvuB5dEVexXn9RFFH12Hm+NtPRQgXIFjx6MSJcNWuVO3XGE57L1mHlcQYj+g4hny9
0aFh2SCZCDEVkAjaEMMfYPKuCjHuuF+bzHFb/9gV8P9+ekcHENF2nR1efGWSKwnfG5RawlkaQDpR
tZTmM64TIsv/r7cyFO4nSjs1jLdXYdz5q3a4L0NoabZfbdxVb+CUEHfB0bpulZQtH1Rv38e/lIdP
7OTTIlZh6OYL6NhxP8So0/sht/4J9mqIGxRFc0/pC8suja+wcIUna0HBpXKfXTKpzgis+zmXDL06
ASJf5E4A2/m+Hp6b84sfPAwQ766rI65mh50S0Di9E3Pn2WcaJc+PILsBmYpgtmgWTR9eV9otfKRU
BfzHUHcVgarub/XluEpRlTtZudU5xbFNxx/DgMrXLUAPaI60fZ6wA+PTAgMBAAGjggGBMIIBfTAf
BgNVHSMEGDAWgBRWc1hklfmSGrASKgRieaFAFYghSTAdBgNVHQ4EFgQUaMASFhgOr872h6YyV6NG
UV3LBycwDgYDVR0PAQH/BAQDAgGGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0lBBYwFAYIKwYB
BQUHAwEGCCsGAQUFBwMCMBsGA1UdIAQUMBIwBgYEVR0gADAIBgZngQwBAgEwVAYDVR0fBE0wSzBJ
oEegRYZDaHR0cDovL2NybC5zZWN0aWdvLmNvbS9TZWN0aWdvUHVibGljU2VydmVyQXV0aGVudGlj
YXRpb25Sb290UjQ2LmNybDCBhAYIKwYBBQUHAQEEeDB2ME8GCCsGAQUFBzAChkNodHRwOi8vY3J0
LnNlY3RpZ28uY29tL1NlY3RpZ29QdWJsaWNTZXJ2ZXJBdXRoZW50aWNhdGlvblJvb3RSNDYucDdj
MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0aWdvLmNvbTANBgkqhkiG9w0BAQwFAAOCAgEA
YtOC9Fy+TqECFw40IospI92kLGgoSZGPOSQXMBqmsGWZUQ7rux7cj1du6d9rD6C8ze1B2eQjkrGk
IL/OF1s7vSmgYVafsRoZd/IHUrkoQvX8FZwUsmPu7amgBfaY3g+dq1x0jNGKb6I6Bzdl6LgMD9qx
p+3i7GQOnd9J8LFSietY6Z4jUBzVoOoz8iAU84OFh2HhAuiPw1ai0VnY38RTI+8kepGWVfGxfBWz
wH9uIjeooIeaosVFvE8cmYUB4TSH5dUyD0jHct2+8ceKEtIoFU/FfHq/mDaVnvcDCZXtIgitdMFQ
dMZaVehmObyhRdDD4NQCs0gaI9AAgFj4L9QtkARzhQLNyRf87Kln+YU0lgCGr9HLg3rGO8q+Y4pp
LsOdunQZ6ZxPNGIfOApbPVf5hCe58EZwiWdHIMn9lPP6+F404y8NNugbQixBber+x536WrZhFZLj
Ekhp7fFXf9r32rNPfb74X/U90Bdy4lzp3+X1ukh1BuMxA/EEhDoTOS3l7ABvc7BYSQubQ2490Ocd
kIzUh3ZwDrakMVrbaTxUM2p24N6dB+ns2zptWCva6jzWr8IWKIMxzxLPv5Kt3ePKcUdvkBU/smqu
jSczTzzSjIoR5QqQA6lN1ZRSnuHIWCvhJEltkYnTAH41QJ6SAWO66GrrUESwN/cgZzL4JLEqz1Yw
ggaVMIIEfaADAgECAhEA0n+7wd41nlIWrWFJWGCZxDANBgkqhkiG9w0BAQwFADCBiDELMAkGA1UE
BhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQK
ExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNh
dGlvbiBBdXRob3JpdHkwHhcNMjEwMzIyMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjBfMQswCQYDVQQG
EwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1YmxpYyBT
ZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK
AoICAQCTvtU2UnXYASOgHEdCSe5jtrch/cSV1UgrJnwUUxDaef0rty2k1Cz66jLdScK5vQ9IPXta
mFSvnl0xdE8H/FAh3aTPaE8bEmNtJZlMKpnzSDBh+oF8HqcIStw+KxwfGExxqjWMrfhu6DtK2eWU
AtaJhBOqbchPM8xQljeSM9xfiOefVNlI8JhD1mb9nxc4Q8UBUQvX4yMPFF1bFOdLvt30yNoDN9HW
OaEhUTCDsG3XME6WW5HwcCSrv0WBZEMNvSE6Lzzpng3LILVCJ8zab5vuZDCQOc2TZYEhMbUjUDM3
IuM47fgxMMxF/mL50V0yeUKH32rMVhlATc6qu/m1dkmU8Sf4kaWD5QazYw6A3OASVYCmO2a0OYct
yPDQ0RTp5A1NDvZdV3LFOxxHVp3i1fuBYYzMTYCQNFu31xR13NgESJ/AwSiItOkcyqex8Va3e0lM
WeUgFaiEAin6OJRpmkkGj80feRQXEgyDet4fsZfu+Zd4KKTIRJLpfSYFplhym3kT2BFfrsU4YjRo
soYwjviQYZ4ybPUHNs2iTG7sijbt8uaZFURww3y8nDnAtOFr94MlI1fZEoDlSfB1D++N6xybVCi0
ITz8fAr/73trdf+LHaAZBav6+CuBQug4urv7qv094PPK306Xlynt8xhW6aWWrL3DkJiy4Pmi1KZH
Q3xtzwIDAQABo4IBIDCCARwwHwYDVR0jBBgwFoAUU3m/WqorSs9UgOHYm8Cd8rIDZsswHQYDVR0O
BBYEFFZzWGSV+ZIasBIqBGJ5oUAViCFJMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/
MB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjARBgNVHSAECjAIMAYGBFUdIAAwUAYDVR0f
BEkwRzBFoEOgQYY/aHR0cDovL2NybC51c2VydHJ1c3QuY29tL1VTRVJUcnVzdFJTQUNlcnRpZmlj
YXRpb25BdXRob3JpdHkuY3JsMDUGCCsGAQUFBwEBBCkwJzAlBggrBgEFBQcwAYYZaHR0cDovL29j
c3AudXNlcnRydXN0LmNvbTANBgkqhkiG9w0BAQwFAAOCAgEAOm8EiWrtsxTRwUNP/0/34GyAKRGB
CzRLoF/u8lKVYwfBvLRUa/EJLSGtuLQrYEg1lsRuxWyClCrTjjfXLKhWfceV2iuCrbhGV1EM46Kk
RkNMUH3AL0di3W2EcXTRd4bYLwoLWmXCgTMoAiE+958j8LdxPQJ9Ncm4WNRsoiBLCM2PDpge0uCj
L+F3n4ktSUtyj+DMVf+pZtPu0Sq44ximw0pZmPxMuo+rrMyIbg1rp94Rm17pg9casxaVNY3fjW8N
51z7LFCpK6Dv0clRBw5mzsrINbO2Zp5DGw8Tj1RX/xfCt9m1lpjKuzgWkP3hnhDx3NcYvz6oQmPG
BzNrtbo9E5oKW5tq93VUo+bz5oJbvu7tLGlHZMUYvqQ93GwrIWKOly6dHlXv2xTJE5813OOsBwVZ
lcryxtv0WWfC5Ubrvsku/5lVNfkDEu9bk4HjO3m5L7MHrbAn9a/6NcYC21IBwl5ziIWAJYdG92L+
MmhLNEtrecTPHqkUjNyVIKeHS7XEJ4txQHKlKI+Brxb7o+S6jJCrxT2qz0SjEbk2+u+XKyHBRL3K
9xlEbDsuOXHiMkf8GEg9HyQgEJCPW+dr1POJk6vDU5/yENRscoUb0+bwOna9uPP/Ykff2q/GyE8p
WWUZ+r7mSU+bvJlFRhOIIwBurA10v+eyoXZGefKnnxdFK0kwggbcMIIFRKADAgECAhByd5y/W998
CiofyTsOJ0sxMA0GCSqGSIb3DQEBCwUAMGAxCzAJBgNVBAYTAkdCMRgwFgYDVQQKEw9TZWN0aWdv
IExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUHVibGljIFNlcnZlciBBdXRoZW50aWNhdGlvbiBD
QSBEViBSMzYwHhcNMjUwNzE4MDAwMDAwWhcNMjYwNzE4MjM1OTU5WjA1MTMwMQYDVQQDEyoyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20wggEiMA0GCSqGSIb3DQEBAQUA
A4IBDwAwggEKAoIBAQDXI0c8t9jQmg19R/BYOP1y0/nhpmgZ5/nMAQbR2bS6USmxbi65iM8AJ8CG
Jbx7YT+Gsi8D/ezEygK3QRg5RafvmZg+8QjWelBAR0kFvFuPxB2K2XWHiTc5YxerHQ6LGD5cfOQY
DgrFp1KKUFA7aIqb1cL2SsA8HMRkEEJWIAnfjGN62oSOjJP7N3CpVuLTNEnc4SNNZa/nYb/cqGRi
tdYm+QlaaPnPy/M4IrKiemQ2ouZsz5XCdv2ptgtDknT3mQYkN67Oa7Lop9R4ra1SS0iY0UWH8Qtu
X5yXjU1tyV4gNe6D/orX8dhBpVBT055200gU+rWkl5q7qpCRaVJXQplJAgMBAAGjggM7MIIDNzAf
BgNVHSMEGDAWgBRowBIWGA6vzvaHpjJXo0ZRXcsHJzAdBgNVHQ4EFgQUjrOZIAx9HvNecBjb4JgG
mbZj9fgwDgYDVR0PAQH/BAQDAgWgMAwGA1UdEwEB/wQCMAAwHQYDVR0lBBYwFAYIKwYBBQUHAwEG
CCsGAQUFBwMCMEkGA1UdIARCMEAwNAYLKwYBBAGyMQECAgcwJTAjBggrBgEFBQcCARYXaHR0cHM6
Ly9zZWN0aWdvLmNvbS9DUFMwCAYGZ4EMAQIBMIGEBggrBgEFBQcBAQR4MHYwTwYIKwYBBQUHMAKG
Q2h0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1B1YmxpY1NlcnZlckF1dGhlbnRpY2F0aW9u
Q0FEVlIzNi5jcnQwIwYIKwYBBQUHMAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28uY29tMGUGA1UdEQRe
MFyCKjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbYIud3d3LjI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTCCAX0GCisGAQQB1nkCBAIEggFt
BIIBaQFnAHcA2AlVO5RPev/IFhlvlE+Fq7D4/F6HVSYPFdEucrtFSxQAAAGYHxwxdgAABAMASDBG
AiEA0GObN1p6+oJCs7Wn7QI5hriha+KOCoMfvpm9UoHLiEECIQDMXLRGAZWmjh+/UvA0nQNOgwrH
TJUGd4CPSejpu2sIFgB1AKyrMHBs6+yEMfQT0vSRXxEeQiRDsfKmjE88KzunHgLDAAABmB8cMREA
AAQDAEYwRAIgPRYsiWgVv3yAHL9h9t+3m/AAXu+K/fBtQNyeHxXl1E8CIDCXwI2Gcx8zmU/qPkn7
1ZAKVofextGj5jFF1qc6DlCJAHUA1219ENGn9XfCx+lf1wC/+YLJM1pl4dCzAXMXwMjFaXcAAAGY
HxwxDgAABAMARjBEAiBqmuWiRZMVgznP9QvBYFtqBQnvgHh1Isn2zIxu8rwf1QIgJ1r1m+wC4G45
RlfFEHFAQWgV+9lqAuVZsfyd1GEr3ZUwDQYJKoZIhvcNAQELBQADggGBAH+V9qGN6EjpZ9owwEkO
IPNGt6imliImgAO6fxCRsb1G+R/K5hSBfdGwbDAwr3XravLnctPlIzLlvhwGkMnFEpBCBLRo9YMb
Rs5DKo7eIZOCmCVHeDmWuzOYDAfA05Rc2yNvsXBR/+M6AbhrRrlpkH9NgLMgDtwYwVQOkCs0TZHg
rkihQmI2i58fd+DDhKHOSkJ5G1LLCZVcQwjWXGsT9z4ytZLjFm84+MbLPDzTvzJ+shkkI9cZKTdz
nEuBvzUKMpZU2dMdI3a/7APxIGulwSybMpfkVuQEAubnEfZFyEzzNaMU1RU11e6kEAveND0Ow1i5
14ftIM97N5BqgY6iy3+TNuwIu8vlkhQFXNf/U7S2RDZ45wjNixo3rm+Nm7HCeDnhnhKURtYKklYl
Qar0uOtuBWkR9I92vGQcp9TbO7fr7SpfyVDksKgBpF9oOykxTh7pGXstuO7iYnEAHWJlj/3n7Hre
erRvuSD8KGbCJap5i6++TL9qyrAdNjKRvKNPfjGCAoYwggKCAgEBMHQwYDELMAkGA1UEBhMCR0Ix
GDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBQdWJsaWMgU2VydmVy
IEF1dGhlbnRpY2F0aW9uIENBIERWIFIzNgIQcnecv1vffAoqH8k7DidLMTANBglghkgBZQMEAgEF
AKCB5DAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0yNTA4MDIwNzQ4
MTNaMC8GCSqGSIb3DQEJBDEiBCBg32sEq2JpIzOfkclB4+2eMetc3TB+AmzW8FOt6Ch17jB5Bgkq
hkiG9w0BCQ8xbDBqMAsGCWCGSAFlAwQBKjALBglghkgBZQMEARYwCwYJYIZIAWUDBAECMAoGCCqG
SIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0D
AgIBKDANBgkqhkiG9w0BAQEFAASCAQAy4InO7gr6M93hdocTxHBFTTQI4D8c47XJvyMVrr6DDTP/
O/2eK1O8SabxfOOzFc8XaNnMDPyoUON66Gj1TX4Ijm+O2wRKg/h0ll70qDiGkNtZTs1w7iq3wUD7
zz24Pyxc67WyMgW7YLVL3Mtu48MMvaYYF5s6If350F+zoF1mzonEJu84Kydy0tocTHGXgEqPdTRi
AEg9WG3Z8z0X47/bLPExszxuSfIKjRC/XZW2mZkfomPhcGwHu3kLiVWeqK/mVpFTdCtt0xtMA+7M
pogmyb4YQxidr5yd6nCPcGJHPi92A/t9meGWJdQWxwDVeJylhG0McOAyfyIiCPyBeyT7
--mixed-Cpanel::Email::Object-3701149-1754120893-0.694558450891336--
booking/cur/1754134139.M227383P187743.premium320.web-hosting.com,S=31361,W=31955:2,S000064000000075201151007557640020572 0ustar00Return-Path: <3efaNaBcKAOgQYYQVOgYbUcZKMO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
Delivered-To: booking@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id EAZzDXv2jWhf3QIAVkXPrw
	(envelope-from <3efaNaBcKAOgQYYQVOgYbUcZKMO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>)
	for <booking@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 07:28:59 -0400
Return-path: <3efaNaBcKAOgQYYQVOgYbUcZKMO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
Envelope-to: booking@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 07:28:59 -0400
Received: from [198.54.122.200] (port=34552 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3efaNaBcKAOgQYYQVOgYbUcZKMO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>)
	id 1uiAQ7-00000000n7A-0GqO
	for booking@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 07:28:59 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=gmZrWPHg;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3efaNaBcKAOgQYYQVOgYbUcZKMO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=3efaNaBcKAOgQYYQVOgYbUcZKMO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvLDp2Vpbz17kr
	for <booking@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 11:28:58 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-86a5def8869so531871839f.0
        for <booking@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 04:28:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754134137; x=1754738937; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=GzxhXnh6pnE+ytO2KoZ0vf5uC30RPSRJfNcauSzt+UM=;
        b=gmZrWPHgtGfP/HXIhmmAWSZXL9jGwIprKHUFi7Cto6Ckw143DC2VGGhY4idwI+H0tp
         JJFc6bGQHOhlQC+RytdXMdhKrSIly97TLZB32KMqZV/SLDZhH29twO0AZ2gFjVDhpU0N
         ykVgYBeVr9dJ/OXeWNIc7jMRYuCLmC/isu7LGWadX6P3XBBZalG3hYcm8ouBIUfPcOOE
         FHU36l/dBQoZNfdYxT01ozhj5qmIIc/1MaiIEGjoU6ULIWkih4bblJFr/IYG2+eUG73X
         oUkyflrhev5zpZCUIVfGILg0X9WKnvGs16LRskVx2/FCNl+SC647rIbSbKKbnXzM5PAk
         QZfQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754134137; x=1754738937;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=GzxhXnh6pnE+ytO2KoZ0vf5uC30RPSRJfNcauSzt+UM=;
        b=O9NMjEW8ufMcG9gnVWmvaPBBxDDENmvnJ/5slonuOhF/hc6/9aVdd5C+EGJioWpMvZ
         LacT6x0ZZdJWS+o5QhhcE51Nb0OhiPT9e0cGX6Qw7EXYEQ+YDqhh/WswnTjzcJ8mXgfH
         JHKyWYMP6hrWuuy/WWaikVf0CMQA2hUPGToG2mSJdG9Q62mSgHtpUDvQEouCM1XcwEuO
         X8vx1rOaQeT60hT8bgFv1TKYMy9FOxbV8qcJNk0SD51t1CF8Sl5ADjk54v2Zmo9Sl5gM
         x0i/CuLkMzQ7FlQykLhan/vK2+15WBwK7KRq/jJHX1mvweLm17r+2QE4sv56JqaXZl8s
         4c5A==
X-Gm-Message-State: AOJu0YwuXYMXhGKamb0nu9uN/x8J7zJ+dXar52SU9NWqE/q0uD0NpY0t
	W0ke0QRN7dVkFBt88Rk2GC6fka2t99r3HrVvp0f6LVM5vFKGX9I=
X-Google-Smtp-Source: AGHT+IG3m+fV2Nt2DeJqvvfWZUzD39GZpdDyKtI/QwA4afGdkrPHAG6302+xpm1gTtBmm5dNrLKW2SA=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:27c1:b0:876:7555:9cb4 with SMTP id
 ca18e2360f4ac-881683118f2mr472278139f.1.1754134137877; Sat, 02 Aug 2025
 04:28:57 -0700 (PDT)
Date: Sat, 02 Aug 2025 04:28:57 -0700
Reply-To: Google Workspace <googleworkspace-noreply@google.com>
X-Google-Id: 4118893
Feedback-ID: P2542-0:C20184961:M110499870-en:gamma
X-Notifications: caac77d645da0000
X-Notifications-Bounce-Info: AWoTSIEAxYA0wQqQ5kpe3h6uKIIUUBLCL3JQaMG2q_7HSpfVo80L3cpaAxw6kESFOURgjREWZJNciVpGFyAgJVI7ren4nql3wnC1jAa3eyMUPr-7RJb4oIin5NyPXCSipemZlv5JV36yaj-QG7Na1yBpm6xq9DHCvvFDIQL17ylkDkCG5qi5FzH0ruk2d3rAqnqD2fUMyGgYh-OV6HU2fOaoiEHwRMTProP8uOldxWd8kJYHvlUbhf8nBb6HkPmoaIBPOlc05gVX1tKt1MkdEfaHFevo6yzF7ATVwZIwLEMpaU1Vb8ujVgshRJy38sncB-f8ljQKEGrppg4jeASgHv4b3gg_czefTJNGBTDaZaDkykDiR5lit_eB3FTpFEb2XVFULoIOgFbQfFBtkJScd9rcS8w1u1SS_x1ce57VzSAXcby5FlzRkt_LpXhWnhlAtoxaQrIy0108w26qkVKeMR7LwLIFuFG4zy1VMZtxMGS4TSsw6ASTMyEkHyCXIo5Ohq3FM_DxCsMV9HLFV6rAwMlcGoc5IlCsATG-DkhxYSJVyY3Oqr76Q9QSFV-Qa3U_RW4orG4p_F8bYJLJ05iy7U8PC-NIFG9WZCAgPANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <82c2e53e27382cd1f52165713e5d4018933ce285-20184961-111051900@google.com>
Subject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
From: Google Workspace <googleworkspace-noreply@google.com>
To: booking@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000002d3563063b602e8f"

--0000000000002d3563063b602e8f
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoyNCBob3VyIFdhdGVyIERhbWFnZSBSZXN0b3JhdGlvbiAsIHdlbGNvbWUgdG8gR29vZ2xlIFdv
cmtzcGFjZSBFc3NlbnRpYWxzICANClN0YXJ0ZXIhDQoNCllvdXIgc3BhY2UgZm9yIHdvcmsNCg0K
DQpZb3VyIG5ldyBhY2NvdW50IGluY2x1ZGVzIGJ1c2luZXNzLWdyYWRlIHZlcnNpb25zIG9mIEdv
b2dsZSdzIGNvbGxhYm9yYXRpb24gIA0KYW5kIGNvbW11bmljYXRpb24gdG9vbHMg4oCTIGFsbCBh
dCBubyBjb3N0IHRvIHlvdS4NCg0KDQoNCg0KDQpDcmVhdGUsIHN0b3JlLCBhbmQgY29sbGFib3Jh
dGUgb24gY29udGVudA0KDQpVc2UgR29vZ2xlIERyaXZlLCBEb2NzLCBTaGVldHMsIGFuZCBTbGlk
ZXMgdG8gYnVpbGQgY29udGVudCBhbmQgd29yayAgDQp0b2dldGhlciBpbiByZWFsLXRpbWUgb24g
YW55IGZpbGUsIGluY2x1ZGluZyBNaWNyb3NvZnQgT2ZmaWNlIGZpbGVzLg0KDQpTaGFyZSBhbmQg
Y29sbGFib3JhdGUgb24gZmlsZXMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cHZScXJ4Mm84bGxG
WHJHQ0VaWjkzV3ljZ0hSNVh0MDMyQnJ2YURjUjg2b3doLWZyRF9scGZoWTNjX3lxdG1FblRKbGV0
Qng0THlpYUpIM0NGUklGMWh2Wl8wNjFsSXJLNDNwS1lCaVd1WTJmWFVLS3kyLV9JaWcyN21oNGVq
VVZuT29aQTlqaGFkYkRsTXdOSlFWWkNVUFRFbWcyZWN2OWp4WUJnazI1ME5Eb2pyamNjTDhVR0FM
SUc4czVjUzJCN2pLR0NiUHhzYmVWenRQQjlDRUVESnVyazZPUWl5UTFrMXNnPg0KDQoNCg0KDQoN
ClN0YXkgY29ubmVjdGVkIHdpdGggdmlkZW8gbWVldGluZ3MgJiBjaGF0DQoNCkNvbm5lY3Qgd2l0
aCB5b3VyIHRlYW0gZnJvbSB5b3VyIGNvbXB1dGVyIG9yIG91ciBtb2JpbGUgYXBwcyB0aGF0IGlu
Y2x1ZGUgIA0KR29vZ2xlIE1lZXQgYW5kIENoYXQuDQoNCkhvc3QgYSB2aWRlbyBtZWV0aW5nICAN
CjxodHRwczovL2MuZ2xlL0FOaWFvNXBDVnQ0QjhnZHBSUmd2UkZMRnNGT3lZMEh4N0FZQ1pOMVJM
MmFTRjFjcnhQQVVTSDJXTVhIak82bXRrTWVYb0l5eTZqSF9PVjZ4V3NSc2U2UkF6VUloNnRGM1Yw
LUFOdmZma3dBX2YtdWlaaGJlX3ltNml4eG95ZEVCbjY3Nj4NCg0KDQoNCkludml0ZSBvdGhlcnMg
dG8gam9pbiB5b3VyIHRlYW0NCg0KWW91IGFuZCB5b3VyIHRlYW0gbWVtYmVycyBjYW4gZWFzaWx5
IGludml0ZSBvdGhlcnMgdG8gam9pbiB5b3VyIHRlYW0gYW5kICANCmNvbGxhYm9yYXRlIHRvZ2V0
aGVyLg0KDQpNYW5hZ2UgdGVhbSBtZW1iZXIgIA0KaW52aXRlczxodHRwczovL2MuZ2xlL0FOaWFv
NXJ4Tm1wUXctRjFDTlBHOU5fc2x0WGZlRExQckc5cjZwMzVvMC1ZbVNiNVRuNDV0M0RSNkVsSFEy
WDZieERJMXJoai1GWVdzcURTRXJhX2xZdVEyWGVibE5Seko1QVBZR1VXaGFJSTVtNVlORHBaMnJj
MDlPYVpoZ2drLWVGQy1NeFVwMU11NTI2RWRiVnhXdW1wUzE5Rlh4VHFzbXBNclhNbjZmQ2VuMF9X
V0lzOS1ESmQzdXcwWjBpb3hBPg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FO
aWFvNXFRMlhRWFhYNlR0Y3RSMVBkcHpZWldWV1A1WXozaTNxdlQ5YUpRQ01ZSnhvWVhGMzM4NzZ3
X19ud1lDOXNnRHY3YV9odERfNm5ETG1CeEVtaXZaOUYtSEdhS251bWVIUEhCQXN0Ym85MXB5RDJS
dVEwQlZvc0QyUmhhcDBfUEFUMjlraGgxalR3bERqTjE+DQpUd2l0dGVyICANCjxodHRwczovL2Mu
Z2xlL0FOaWFvNXJ4YmtmMmtraUtSRTl5NFB3NXRYMUJPYWNFT2EyWmdyMDlIQmlYQTZfd1BBOVNo
aGtnVl9KejlfVVAxZUtBUzdtM3lobTJienhLdnBsaE1TclRTQTl2Tk1pWXJQLWoxLVl1cHN2SVR0
ZEJiaWlzX2R3NG1hVV9xQlNkS1g3S0JkR0xrZmE0S2JvPg0KTGlua2VkaW4gIA0KPGh0dHBzOi8v
Yy5nbGUvQU5pYW81ckRULUF3eWJjcVRFdXg3VkNFOWxyMF9GcklfbG4yN0x0YVZRRjJGcGFJdVAz
N3hfZFpyQ0FyRHBieVpacXR3MUJYbmhmZEp0bkl6ODVSS0MxVTM3OHBQX002bF9xTmpwUXV5NXQ0
TU9Fc18wOWVhaGUzZHY4VW93UEk5VE1vSWtVRWpxRmZSRGZaMG5ZRTFkeVJTMjQwU2EtRGpNc0M+
DQpGYWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvemEzYzJXcWRWTklxSmY5TDhZTzVl
NTlFemFLM2pYdjM1ZUV5RVR6UVNuWFlwNlFYYk51Mk40b2RJSnFRUlE3U292ZDEydU5LUlVONEJ2
bFQ3aWd5bkV4SlllSVNvZzlQZUFTWU10YmVOYXF0b3pONm0wX2RrbS1mQUcwZy1zWDYxRVhzcUpa
TzdYcUpkQzUwPg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9uRjNWY21kNWJs
UTR5RzljNUF4Wk5zaFlsdEVjcVQ4ajBPeXZXWTlLUlpYanlXY2xQYmFhVlE0cGRNZ1o3ZGxaSGU4
SWExQ2FMbWVCcFg0UUdGcVJhMy1uMTFtLUNEdG16QVl6Ni1vT0xkQWV6UV91WE5pVS1pSU9mUnlq
NENReXh1M29NdDFLMlN6aVd5Q3l3NGFnPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQ
YXJrd2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KWW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBl
bWFpbCBiZWNhdXNlIGl0IGNvbW11bmljYXRlcyBpbXBvcnRhbnQgdXBkYXRlcyAgDQpyZWxhdGVk
IHRvIHlvdXIgR29vZ2xlIFdvcmtzcGFjZSBwcm9kdWN0IG9yIGFjY291bnQuDQoNCg==
--0000000000002d3563063b602e8f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Essentials Welcome Email</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;" cl=
ass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Get st=
arted with Google Workspace Essentials&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
   =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 wid=
th=3D480 align=3Dcenter style=3Dwidth:480px;>
    <tr>
      <td style=3Dfont-size:0px;height:10px;>&nbsp;</td>
    </tr>
    <tr>
      <td align=3Dcenter valign=3Dtop width=3D480 style=3D"width:480px;bord=
er:1px solid #DADCE0;mso-border-alt:1px solid #DADCE0; border-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dwidth:480px;>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:25px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
000000; padding-top:15px; padding-left:32px; padding-right:32px;">24 hour W=
ater Damage Restoration , welcome to Google Workspace Essentials Starter!</=
td>
  </tr>
  <tr>
  </table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
                        <!--[if gte mso 9]>
<td class=3D"desk_show"  align=3D"center" width=3D"480" style=3D"text-align=
:center;vertical-align:top;width:480px;">
              <v:rect xmlns:v=3D"urn:schemas-microsoft-com:vml" fill=3D"tru=
e" stroke=3D"false" style=3D"width:480px; height:160px; text-align:center;"=
>
<v:fill type=3D"frame" size=3D"480px,140px" src=3D"https://www.gstatic.com/=
gumdrop/files/gsuite-multicart-transparent-w960px-h280px-2x.png" position=
=3D"0,0"/>
<v:textbox inset=3D"0,0,0,0">
<![endif]-->
                       <!--[if !mso]><!-->
<td align=3Dcenter width=3D480 valign=3Dtop style=3D"background-image: url(=
https://www.gstatic.com/gumdrop/files/gsuite-multicart-transparent-w960px-h=
280px-2x.png);background-repeat: no-repeat;background-size:480px 140px;back=
ground-position: 0px 0px;width:480px;">
  <!--[endif]---->


<table class=3Ddesk_show role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D100% align=3Dcenter>
      <tr>
        <td align=3Dcenter width=3D100% style=3D"vertical-align: middle;bor=
der-collapse:collapse;border-spacing:0;padding:0px;width:100%;">
          <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=
=3D480 align=3Dcenter style=3Dwidth:480px;>
            <tr>
          <td align=3Dcenter valign=3Dtop width=3D480 style=3D"font-size:28=
px; line-height:36px; color:#202124; letter-spacing:0px; text-align:center;=
 font-family:'Google Sans','Open Sans',Arial,sans-serif; width:480px; verti=
cal-align: middle;padding-left:32px; padding-right:32px;padding-bottom:24px=
; font-weight:bold; padding-top:71px;">Your space for work
        </td>
            </tr>
          </table>
        </td>
      </tr>
  </table>
                <!--[if !mso]> <!----></td><!-- <![endif]--><!--[if gte mso=
 9]>
              </v:textbox>
</v:rect></td>
    <![endif]-->
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
     =20
             <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:0px; padding-left:32px; padding-right:32px;">Your new a=
ccount includes business-grade versions of Google's collaboration and commu=
nication tools =E2=80=93 all at no cost to you.</td>
  </tr>
     <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-space-for-wo=
rk-whitebackground-w956px-h450px-2x.png width=3D478 height=3Dauto align=3Dc=
enter style=3Ddisplay:block;width:478px; alt=3D"" /></td>
  </tr>
</table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
    <tr style=3D"margin:0; padding:0">
      <td height=3D40px style=3Dheight:40px;>&nbsp;</td>
    </tr>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Create, store, and collaborate on content</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-right=
:12px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-a=
doption-stay-connected-transparent-w734px-h173px-2x.png width=3D368 height=
=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:11px;">Use Google Drive, Docs, Sheets, and Slides to build content and wo=
rk together in real-time on any file, including <span style=3Dwhite-space:n=
owrap;>Microsoft Office</span> files.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;"><a href=3Dhttps://c.gle/ANiao5qvYjJVGa83651A_BahAOVQwETnQDLmS0_L2o0x98Q=
9niWhI8XiJ3gQ0vBq7HlpTOov5nnlXpz1SedSg31-gdm3t3ugGLLQYwLIrBtQeMtF1NFcUnFK3z=
e44McdithSZAkfVJRN6O1xZDFag-dvJfCwlZj-3sSwExAhhdE4GmCQONi5QXXNnbc6obpEcZsse=
NaG3cXB-w-HNxpzZ6_6nn_AiajedMAS8muaeu2k target=3D_blank style=3D"color:#1A7=
3E8; font-size:inherit !important; text-decoration:none;">Share and collabo=
rate on files</a></td>
  </tr>

</table>
                </td>
          </tr>
    <tr style=3D"margin:0; padding:0">
      <td height=3D48px style=3Dheight:48px;>&nbsp;</td>
    </tr>
            <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Stay connected with video meetings & chat</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-left:=
14px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-user-ado=
ption-create-store-connect-transparent-w734px-h173px-2x.png width=3D368 hei=
ght=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></t=
d>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:8px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans-=
serif;">Connect with your team from your computer or our mobile apps that i=
nclude Google Meet and Chat.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5q6WIPgLuo2cAcseF-yqjYARBvFaaMXG_XUo1sODYmjQmiYMAmssK=
exHgD4Ld2aTSsmO1anAkpYug1ZS3pWTtY5wDR_0wEGO8TsFBxF8W3vxwbkAtYTDIofEpYqeVUne=
WU target=3D_blank style=3D"color:#1A73E8; font-size:inherit !important; te=
xt-decoration:none;">Host a video meeting</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Invite others to join your team</td>
  </tr>

  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:25px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans=
-serif;">You and your team members can easily invite others to join your te=
am and collaborate together.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5q-Yb8T40DtCGI9TRMbl_MZEWRZKSAtfa6AdBgnQwRaxWGbK1PN_k=
rKcwbbDMUJk0T2C8tc5XRS3V-MBQftCKrM7mFYd60sWZhyvG3zwhucr2ZL8lWKgrpFjyIhvz9RF=
vk05YulOAydC2JamPzEg-uf3ftWNWnaUJC106j9l1AZexn2yuxcIYGe75SOck2- target=3D_b=
lank style=3D"color:#1A73E8; font-size:inherit !important; text-decoration:=
none;">Manage team member invites</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
           <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4 style=3D"bord=
er-bottom-left-radius:8px; border-bottom-right-radius:8px;">

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5psedGYnmJOusRbLRLD8nUTQ0ZLh-nu0sKIvBt=
Gtv2Ppm34_pA6VtJFcCGML6TbH6KhktU0AUPMb6Ojepd6kGl13tPIbqMNX50q_LGlSQ-XcbRJV0=
Cf8XKxYcNkJzD4vwp3zueuxfsrj_4fo1c target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o_nHAzSnWSLzopbY77BItqxqh4qH_ZfLaPGQ3=
euEd6tPubDCXV2a0MxWJpnOJNHMTvKn9JpGdoEtsho7-kJpd3eBqWrvleNkmays93Sv65yu6_fq=
gD_94_WdPq0EAVdfJDuZSgtBNnrQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o9TaClefk_KX4g2yTWj83IU6UUQxf_a18bgGZ=
bT08WaesY4z6LHghT2TH1oUqRpj7zKm1od2n1sN5mhZyCEa3KgaLD1d3xjSuAa7glvB8Xa_Nvvo=
7aViDcgFNr60CVtnLjcoCRbB-Q7BbE_hqpMBVCUAQxlxz76Rs target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedin width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q7usXbRI2tmrTS32QjOYrfANejDVy4fO0WfIr=
9ufFjCQcygaAqyXt2i9tFxhyvvnSGoiKS255fn-px9RxDXukaTkLprWL36GrLtmbegNFDAV9TsI=
EoNysIrCTV8eYc85ARBIzQqfwwTDOtuoJB7A target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qoKJm_1_2AnxNQppmmpPWSMXl2EZgF9F58VFd=
FuMzF-m3oq6WeBypcm_3v6PJX-x4vMh3lNu6BdeqCeG7zN5uGpN5_xeGPFqitiLjZ5wLaLz5NVg=
AprdGx7viduUypj2XDiRyIQhYToQxiWhgWbdAUew target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:16px; padding-bo=
ttom:19px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-famil=
y:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Amphit=
heatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Am=
phitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans,Ari=
al,sans-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans=
,Arial,sans-serif; ">
        <!--[endif]---->
        You have received this email because it communicates important upda=
tes related to your Google Workspace product or account.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>
        </table>
      </td>
    </tr>
    </table>


   </body>
</html>

--0000000000002d3563063b602e8f--
booking/cur/1754300744.M407887P493554.premium320.web-hosting.com,S=33209,W=34056:2,S000064000000100671151007557640020576 0ustar00Return-Path: <3QIGQaBcKAM8wFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com>
Delivered-To: booking@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id QPHKF0iBkGjyhwcAVkXPrw
	(envelope-from <3QIGQaBcKAM8wFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com>)
	for <booking@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 05:45:44 -0400
Return-path: <3QIGQaBcKAM8wFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com>
Envelope-to: booking@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 05:45:44 -0400
Received: from [198.54.122.200] (port=61611 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3QIGQaBcKAM8wFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com>)
	id 1uirlI-000000026bf-1hkK
	for booking@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 05:45:44 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=w2ONST75;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3QIGQaBcKAM8wFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com designates 209.85.128.197 as permitted sender) smtp.mailfrom=3QIGQaBcKAM8wFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com
Received: from mail-yw1-f197.google.com (mail-yw1-f197.google.com [209.85.128.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwWrc6g1VzC1m9
	for <booking@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 09:45:36 +0000 (UTC)
Received: by mail-yw1-f197.google.com with SMTP id 00721157ae682-71838151744so54434527b3.3
        for <booking@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 02:45:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754300736; x=1754905536; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=EXPTfxH46EfnVFO1Z68iAzNEnYLldOMghuR00TfH0KA=;
        b=w2ONST75hpzx+E8US27rl0UAvJopiwV3HlTu3/60pXs1cwlPQWdZPcWs+kfCIFz2Ko
         yL6qZbeOkXkNRAWklN3D0+KwfKjj8Sfmnf+mnc86nY88cCNUEfjoGGNfM/hi2j60hxND
         DWX6rK7her7S00DqLD71Ovy65Saq/cUCBSOYo0Bz7C4ZRPLuyzVzbbQXgMQYzmKMbi71
         o6Di+SWzdUDkJvqkpDzzzA+q47hn+ls09P7HrdbiYhMyK7LJ5SiZsNNWWcrIchKtfC/N
         RkKOanKf01nch6MT9HSQlS9Td7IznrqKt3/h8tF5HO//QkM0/AJQfLFY+uqIWjrqsw3B
         t8zA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754300736; x=1754905536;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=EXPTfxH46EfnVFO1Z68iAzNEnYLldOMghuR00TfH0KA=;
        b=em4z17uLygL+jrqbQdmCde8vmhDyKVBDiMIsFXsBdGS/kuVD8VtB1VCDp1wZ1N8Rv6
         /xA0KMOtgYtw0ZJ41nvEcFVzNDzlWzI42mMlk8lrHSgTG+7cDJXuirYuElkWt39Y0Lot
         Fv8IsIu2gLn9bnUzbw+W3L/CFLq5qrY25UfDQTOtDJBD64ld+x8yYwof59bh/d+vPPbI
         32FxoM0+LTYCegW0nOe0qpsPXLGBekQHtMUWFwPlKvghgxt/Ve0x/uL22nEP1xdTBIf8
         CIqGwF02kSwc/XpfD4FbFvUlwO+HuwDi5bbOoitU2J2fHcy5mclrguwaAgvP7EI8Qnse
         +6bQ==
X-Gm-Message-State: AOJu0YwXd1fQSR2OOEoVwc8DCf17tnf75fKiQAWweXSP/qmqOZnMCecA
	rHPqyVz20LXYaSEILGMUDxhJNizgfVLhFhp6CkmFUScP0UzjILg=
X-Google-Smtp-Source: AGHT+IGaoDdKZxBCabe128UDWLZeZ73JHzbLt59drcrCEkeb+lEaNFCZWJkgr9cvyMgSsqA2eyPd7tE=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:1b:b0:719:7123:ce3a with SMTP id
 00721157ae682-71b7f5e18a8mr135614867b3.2.1754300736484; Mon, 04 Aug 2025
 02:45:36 -0700 (PDT)
Date: Mon, 04 Aug 2025 02:45:36 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 6bada8011dea0000
X-Notifications-Bounce-Info: AWoTSIECydIFLcYHMz-TAnwxvYOhNQBWm_OJHzJmsugryKPP-OzKxExpectS666YObg2zv3_6YJtILWiJbDABw9rtLNw7BpqIEdHJ8Esmmx2QbRCYmnNvtCwkl5gTeNPnG4C1nIyULP0DIS_ac7PtconIoWAx0O0Ry2rV6aK3Xxtfavq1HRRXyVeX9HlcpNitE1l_-reCMYhdNL9ioqalKZPSugJznzwnBUAvwwT2Acl6nm0MDVhLIbBoN4iUljybxCkqBAqqZl2T_Orrd14USQZ2M9otYjlnyszrfG2ylFd0Q2LxIjwqyTu2PjydH2lOvAD85iGcUulX0u7x1jdxExRfezcs0GVnAhxaTk_nCRkLYJEei_IMQfhRgZKpq0G2xFRGwCGmuVNct_5QIsbNzp01KJIMJVMm3o8uA__Do11Iu2fk-IrJxmfO0hbTm9cnjobtt8CJc13rS3BA_bK0sr_-KZvdkomq7g98f0KsnQzmMo4-teaY9J-iKtCuHV1qDzqwrQJ8SqKelvwArgFqT_MbpzvJUsKAa5GFQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <437924adc9e0887971aba641b35d4f29a881f880-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island Houston on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: booking@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000003a35a9063b86f896"

--0000000000003a35a9063b86f896
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQoyMDcyNA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEzNDY4MTU5MzE0
MzM3NDEwMzg0L3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj0yMDcyNCZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXBydzNkQzUyNVZkLUh1dURhR1Z6RUlxR0pjUmlMUTlmS3NuS1dEbFBq
VVFQa0JQU3dyWHRhcVplUHlFaWx5NXFtNnB3R2RURHRGYzdtdm9JMU02UjhOYjJMSm8wUUdsSEpC
QnFUaGJiZVRRajdLSEF6eG9xVTFfYW1naXowPg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81cGtFRlBvclhL
R25ub2xYTmZwbzE4RmlXdEJzU2ktbElHeGJJX3luMnhUaUdoNnFTaGdJZHZubU9TUVZKOUZYcUFM
MkNRYVJjeWJDbVRVX3g1OEl0WkhTQmpYdXRpT005aDFyQnIzaDBLbUNxLW5iWU8tZ01ScjRWaUdK
c1RQSVlJS19rOHZsc2R3NjJXd2NnSWktZEVFNU9JPi4NCg0KMiBTaWduIGluIHVzaW5nIGJvb2tp
bmdAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIg
eW91ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBt
YW5hZ2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFw
cy4gWW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICAN
CmF0dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8
aHR0cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMTM0NjgxNTkzMTQzMzc0MTAzODQvcHJvZmls
ZS92ZXJpZnk/aGw9ZW4mcGluPTIwNzI0JnRyaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5pYW81
cU9wLVROTTZ2cDY1UmZvT29SQ3B5RmNyYkpWbTBXT3pYTnNZUDFicVBTdzZGT0JlN1NlVjJ0dEEz
YURsOGJDa2Z5Rld6LWZoUDZJUDFQRFhsbEFoMkJvRVVMV0NTekJuNGppQnJKOVAwMk1hR01rZXQ4
YWhHUzB1dzl6RWpKRHhzPg0KDQpWaXNpdCB0aGUgSGVscCAgDQpDZW50ZXI8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVwN0RtbUNSSGNYNk0xSk1JQjJVV0dNNHJoQll4a1B6QWppUi05MXkwNVNqUUM3eG9f
X3lVSE9Wczg2T0FfVThUb2ZPWDZudWJZQTR2NDN1bERaSTdtM2RFWTVTR0NoXzJDZzBuakZDTXkt
Qk5KaVRTMkM4MS0xcXJlN0wxaXZ5UmZudkhxSGtHOVVZZGx5cnhvd09mRWdHN3k3ZllkODJQXzdI
ZnFmbGJjPiAgDQp0byBsZWFybiBtb3JlLg0KDQooYykgMjAyNSBHb29nbGUgTExDIDE2MDANCkFt
cGhpdGhlYXRyZSBQYXJrd2F5LA0KTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCnd3dy5nb29nbGUu
Y29tICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBWcUdueVdSc1lVeGFxV0xLdGlrYnA2YUN1UTBl
M3BlMUM0ZVdRWmY2N0Q4Wl9fWDIyOGpYaXVZSV9MYmhKcUh4bEtTczN5LTZqNzRDcTBSakJRcy1o
WHFaX1RuMGpmdXZIa2pmeXhRR3RxWm0tYjNzTnRkcklCSFZqN0pTdzZON0pCem8+DQoNCllvdSBo
YXZlIHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hh
bmdlcyByZWxhdGVkICANCnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--0000000000003a35a9063b86f896
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/13468159314337410=
384/profile/verify?hl=3Den&amp;pin=3D20724&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5pkcW_L346hAi_2dcgVolB3GeVgPbejodSO98Ou7_miJbGm8ArK8-DWLCQP182Vau8A59u=
XITa86UjYBNcT9EDr4CZHaB_6J2R84lWQGhKvv4PktttCdWw>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">20724</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/13468159314337410384/profile/verify=
?hl=3Den&amp;pin=3D20724&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5peOyDhqKQGSB=
FWO_HesT8aS6iyx4dl3OPyMgZ0UwboXGAtJ83hKGokfNdWGOgW_SYbW5TdIuyFIYtZuvWzmNBE1=
a_VUPMv0Enn0gMrM7TEQPnIgqcuKZI49y_UTiovag target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/13468159314337410384/profile/verify=
?hl=3Den&amp;pin=3D20724&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5peOyDhqKQGSB=
FWO_HesT8aS6iyx4dl3OPyMgZ0UwboXGAtJ83hKGokfNdWGOgW_SYbW5TdIuyFIYtZuvWzmNBE1=
a_VUPMv0Enn0gMrM7TEQPnIgqcuKZI49y_UTiovag target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/13468159314337410384/profile/verify=
?hl=3Den&amp;pin=3D20724&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5peOyDhqKQGSB=
FWO_HesT8aS6iyx4dl3OPyMgZ0UwboXGAtJ83hKGokfNdWGOgW_SYbW5TdIuyFIYtZuvWzmNBE1=
a_VUPMv0Enn0gMrM7TEQPnIgqcuKZI49y_UTiovag target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5rYbWKw7qKknN5i1T=
q1TMN721OpTrmIF_Qll8UqYkcHMwazJtL34tFlTfcWjnq0jt6OuODPhEgfhqlyFyaO1P5Bs9zr1=
A18TxTdESC1-Ss0GyrMlB1sQNQzgz67njbu-ajt-mA9XFov8ojejEuBdJP7X53vVA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">booking@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/13468159314337410384/profile/verify=
?hl=3Den&amp;pin=3D20724&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qiY6o5WzjAvf=
GgGLCghH6XPPDI47XRJezoLEM34__7J4g6dCFtRVez6YnYdlb3WC8prNTm_gw3W79wSbKL7r9mu=
86WAPTNnS7a8-iLevY-x1e8QTQI5zvBw6KT4Xxcocd7Xg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/13468159314337410384/profile/verify=
?hl=3Den&amp;pin=3D20724&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qiY6o5WzjAvf=
GgGLCghH6XPPDI47XRJezoLEM34__7J4g6dCFtRVez6YnYdlb3WC8prNTm_gw3W79wSbKL7r9mu=
86WAPTNnS7a8-iLevY-x1e8QTQI5zvBw6KT4Xxcocd7Xg target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/13468159314337410384/profile/verify=
?hl=3Den&amp;pin=3D20724&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qiY6o5WzjAvf=
GgGLCghH6XPPDI47XRJezoLEM34__7J4g6dCFtRVez6YnYdlb3WC8prNTm_gw3W79wSbKL7r9mu=
86WAPTNnS7a8-iLevY-x1e8QTQI5zvBw6KT4Xxcocd7Xg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5qHiv2FoBqzPUKWDfxxWENKYNxTMpBXFM3uGCTU2LAWE64GZ-86MBOOx6rJt6RYb3LEz6t=
S9VfDJuTpuk3tHLHOLi9h4tJ1HqoX0ZFJKLG_5mBd13lUC-ctvQNnAJw0rJY78jAJYQpExZ0YhQ=
TBuG_zvuAcW_rP51TMgssAbTHnoA style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5paGY59_Q-4mVTEntf0AxibCi1aAFQHaShRMYp3J9ebzyJuPRKjuksALvGo4x87_TZs-oPmPId=
EbQiCp5zT1OINXTUKAtQG2w5aGXf8Phe5jnBnfAT_WIZLrjQRR24X7dbqRe2Rlg style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qJl5VCeRl5AU4e6qxOJwZw6ZBa7PH_6KeJRrzifZVI5QYILOPeCu45EGawVeD5Fs=
TlWuN2ryuddbc-cCjc-vWh_papJ0NNBbPGkQ0MLEzkV6bkTtZgg0TMkParHMRmPxJc8A.gif></=
body>
</html>
--0000000000003a35a9063b86f896--
booking/cur/1754236397.M479852P1508629.premium320.web-hosting.com,S=53627,W=54784:2,S000064000000150573151007557640020722 0ustar00Return-Path: <354WPaBEKAHw1twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Delivered-To: booking@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id YLEdHO2Fj2gVBRcAVkXPrw
	(envelope-from <354WPaBEKAHw1twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	for <booking@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 11:53:17 -0400
Return-path: <354WPaBEKAHw1twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Envelope-to: booking@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 11:53:17 -0400
Received: from [198.54.122.200] (port=59282 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <354WPaBEKAHw1twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	id 1uib1R-00000006Kho-1I7N
	for booking@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 11:53:17 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=lChmdOZU;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 354WPaBEKAHw1twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com designates 209.85.160.200 as permitted sender) smtp.mailfrom=354WPaBEKAHw1twpxufhj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com
Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bw43C5k1sz17wd
	for <booking@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 15:53:11 +0000 (UTC)
Received: by mail-qt1-f200.google.com with SMTP id d75a77b69052e-4aeb8b6acd1so49485971cf.2
        for <booking@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 08:53:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754236391; x=1754841191; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=2R8uh+iesAKpkHocD1ivYj//MkZJyv13RgzZ0n8ln/s=;
        b=lChmdOZUJXv5o+AAHDzw4ZLgF8XG+w/AHsWmr+SKz7EAUdFHuaWowc6vvPLuzAm0V7
         EBb8GeF38UaEA3o/pp8qtM/ORtvZMGPqApet+CRlmCE4j1iNXcYbwSGrQUYBFDq5YOLJ
         ybW3BKxpyAciwuRgqmw2tPV5aKzIHUuEuh425z7IkwEgFdQt32Ti9ZEdrei1BgNOiDHv
         NKZTr7FklAqSeNn0FGtBWCpHn1VV4F8PcfMG2sXpDb7KAJLQK1j1xLWUlF+n1VghJVez
         kgEkOISWPeVE9sLRFlLk2IKzkhSgWOoKDYH6BBbn3anzlXFzX1ukEYYfbcyDN8SaF4/q
         3FDg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754236391; x=1754841191;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=2R8uh+iesAKpkHocD1ivYj//MkZJyv13RgzZ0n8ln/s=;
        b=N4vFoz0if2Vh4VzeEs/k8gEBIHIJEqYzmBLRzXb8FD55nyRT+UwTveY/qaW8velk5n
         23D1RZ0E+enTU9BaGG0B1mTL/uXd01X7bL8YSvbXX5KujWq1zQ12Eep+9PFiiqeApDp6
         Ahen0k1EXuNy7GUn31NYATFL20dIQ9KsdVh3w1EjvoRHAEKGY6Imda6WXtn8AzIdNLzU
         PeZ5vu8hzzVFNFuHIdf2dURBJaOZzIigYRPV1YE0g7j4w1QhnMLevxxc/Uy7jf4LMXr3
         CdagwEaFOAJJ0EwWBoNvZTHkXSfVClMHWn6aAaAnTvUpbCEHQxvaRF+nJQ1V93UkALUq
         rAXQ==
X-Gm-Message-State: AOJu0Yw8Jasw+WQ/1a4xrhkh08G50hwj9xmTyf9+7DjCSaVmzdKyxELa
	cxl/IM7gxDKxReEUoDVWgKs83Vqj9WELqNp9U41vW58QTgafRWCBLraCfxoo
X-Google-Smtp-Source: AGHT+IEbUk7HmhLTKIKNF66wghHwjjVFgu3xQFVln4vkF1711nH7n2nuBxnxWviXwpSUgDSNv7F71fY=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:2614:b0:4a4:2c4c:ccb3 with SMTP id
 d75a77b69052e-4af10a4a6f8mr99961171cf.38.1754236391284; Sun, 03 Aug 2025
 08:53:11 -0700 (PDT)
Date: Sun, 03 Aug 2025 08:53:11 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140155
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5qEyXoV0PsZ1N0miYudyX6yDhKfg08TcA7NlRNYno283NeVh7kq3-mI6NHtWJg6GhtE1L6bH_qtDzsVBZo7cwkn8SapVoFKiGSCAQROBmv6VPeT0ruUBa3iHDLUJhjCBDted6P1OuxCsJ1NHdKytZA3J788Z1144mXLDd7vKXWHY8GzSyBXEiZR6gjqdEdz9qQvkljvkNgWiHeup5IYLjkx9NYnyXIxjvLOeOq8cofnmim0uYxYuiSj35NbDGoPkewXOTPrESidaOAbbdGoBKcFVtyJiXEkED0-yIUh-ooYAJXn_LwSLpESdWQ4-fzXe9D_Un9uBXaL42DgdtiWLBLhX2QwlSow98otehvZSRdL9EM?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509425-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 5f2178b0c25a0000
X-Notifications-Bounce-Info: AWoTSIF1-9jeoJ2Q_rbL0pfFhmaHHld5de2UG0NCRGfpZjz12y6I9vWuSZPfuh7-TzrBXWI0GTK_ouJLWMAh-tXLxlwTA2wzTKiRTDUgb6KMz0RmfKVYEMwab3ijYo4Te6YIjQNG82tvv_eUKCvz0NffgW5KPoUVyM8-CtmCgv7K7TNxINbm0pxoDybWD_zH2W1Z3WcvujJUmyckrZnqy9_e9iN9yNa7DP9q_OE_QKZd-rhM-SaTedH3RVeRAkSosITytcYtsmZ3dXtRttAR8s02ydtikWK9Y080NUacOxmBM2fenTAqMo90SZinkuRL0V2fS6y-SRjElgPwWOswhV07BtnQSa8xDFmnEQjwHYyl4QI-7-vqyNXhZcqDRL0yNIWwKOIkQcAycCVYiNOaGY2TNY8-VwROFjdNTSBw9WJf57b39MPF5hQkwYGyplhTP5gMpCFQYOQsnMH5oDpcHO0lPhsLG7N4EvgKm-CK9RosWRnscBsyw3OtMu1_-8cPxWcnz8Ifmhq6oLP6KazUZRyqGje1u9SeHbAGPqst-5Hx6wCY0MQzj34zpVhmt1USnVS1E7jo_Xe7m44PuV3xsf6stzsoaQ3MiJcVrVQdAg2M2_GIiO-lVcPTws94GKuGuDU9AeilMzi3sA1tZN8JzTYkxlYMr_4vTVE44gNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <0991eeee8b1ae16955b922915891666fa362cd28-20189259-111088867@google.com>
Subject: 3 easy steps to get started with Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: booking@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000f46244063b77fc26"

--000000000000f46244063b77fc26
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

SGVyZSdzIGhvdyB0byBnZXQgc3RhcnRlZCBxdWlja2x5DQoNCg0KDQotLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQoxDQoNCkFkZCBvciBjcmVhdGUgY29udGVu
dA0KVXBsb2FkIGV4aXN0aW5nIE1pY3Jvc29mdCBPZmZpY2Ugb3IgUERGIGZpbGVzIHRvIEdvb2ds
ZSBEcml2ZSwgb3IgY3JlYXRlICANCnNvbWV0aGluZyBuZXcgaW4gIA0KRG9jczxodHRwczovL2Mu
Z2xlL0FOaWFvNXJDcFQ4cDV5VTAxcFVQSDZuS1NGeFFqeXFNSmthTzdyZ2F6a00wWTBjYUNuRUNY
N0JZTlQ2cm9mWS1ZVEh0WlZFUER1T2FvNUNyRTBCWnRZQ1FmYzZXNGhBOEZlZTVSOXhqRUN5MDht
TmwwQT4sICANClNoZWV0czxodHRwczovL2MuZ2xlL0FOaWFvNXJBUjhDd29EVjBKRWMyU3Bjcm81
WVhSbEhHejY1T2lnWkFrQ0JwdDJldE5FNnpucVpEOXYxSktBYUN3TzAwYjYtbk12UDJabXV2TDYw
NVpib0dELXlKcUhPZXhxc2RHcHBjWTlzWFRGbW1WaUlld3UwPiwgIA0Kb3IgIA0KU2xpZGVzPGh0
dHBzOi8vYy5nbGUvQU5pYW81cnBObnYxOG8tbFNfRm5panZaUVd1dW1uWlU1RVRhMWFWU25nWXUt
QjRULWV4aEtXWDNhYzNnS1dfSzVROUR1aU9NV0doUXBLNjhLTnBsVGtCMldRZlZqOXlMd2JsQUdu
NW52WE5pc0FGV1ZYWjhGRVE+Lg0KDQoNCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0NCg0KMg0KDQpDb2xsYWJvcmF0ZSB3aXRoIHlvdXIgdGVhbQ0KU2hhcmUg
Y29udGVudCB3aXRoIHBlb3BsZSBhdCB3b3JrIGFuZCBhZGQgY29tbWVudHMgb3IgYXNzaWduIGFj
dGlvbiBpdGVtcy4gIA0KV2hlbiB5b3UncmUgcmVhZHksIGludml0ZSBwZW9wbGUgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81b292ZzVYbGxWdGl2QWY2UVF2U2lOZENkeFdRcC1JM1FCUk5SQUY4OVUx
WnpvT3oyNjg0SjlmTDhxUWdNTlJFaFdRS2h5V3A1SFVLSE0zR1NZSmFDYTNxUDZYOWE2eVd4b2pM
aTZrVDJKWDhlcTZFanM4VnRWeDFGWDNiRnJaaEcwalVkTnJqTmduaGZuakxxVGFnV1NEX1NGWVBr
eGs4c1RjYVBTZUVvNG1OdGNMYmQ5UVFRVkdGeDZQMUJzV2JxNk0yQnBiZGRGRmE4RC0tSWJwNk0w
NDZZUHk5RlNGQjVIZThESm5xbDEweENtNHd1SjV1R3NtcDM0eXZxcWNZNUNNUDE4Y1FUMWNkYzg5
Qzl4T2kxQnloQjhQWmtibGdKVT50byAgDQpqb2luIHlvdXIgdGVhbSwgYXQgbm8gY29zdC4NCg0K
DQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNCjMNCg0K
U3RheSBvbiB0aGUgc2FtZSBwYWdlDQpTY2hlZHVsZSB2aWRlbyBtZWV0aW5ncyB3aXRoIEdvb2ds
ZSAgDQpNZWV0PGh0dHBzOi8vYy5nbGUvQU5pYW81cG1aem5BWENqMFhGQzRwTkRqeWFFRThlSFNS
VUJ3Mkdva1VNNkN1LURuU3h6SGg3d1NGeDNNWTVINWV1eXFBNTItUnFpejh2WDljUTRVQ1lhTEwt
UXl4c3h3Z2ptaHU2R2c0UW81bHBaS0tuRF82Wmh3VmF0YWZSZ0pIc0U2SGpzbXljOXhxOXBpckFI
b3dxdDQ2STVFcU5BaWZJME5HTXRsVVRpdGdOWjcyWjZHbDVsQURjX3hxclVkQl9xNGQ1ZFBGYjlE
cVRoNnNPXzBLV1lhVFMzV29JckNoUG1hNWtTQm9NVld6emlaRC1WOFFhVVJCRWZ3WjMwektuMWNo
dl84RHhJT0s4ZWY2dzJOa0NhSXRpR1Q4TE0+LCAgDQphbmQgY2hhdCB3aXRoIHBlb3BsZSAxOjEg
b3IgaW4gU3BhY2VzIHdpdGggc2hhcmVkIGZpbGVzIGFuZCB0YXNrcy4NCg0KDQpZb3UgY2FuIGRv
IGFsbCB0aGVzZSBhY3Rpb25zIGZyb20geW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KR28gdG8gdGVh
bSBkYXNoYm9hcmQgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81clV2UmN5RVhBREhGeVRCR0pyYUh1
ZjRoSU5rV2ZNNlhVM3VqYllBWVAtenZOZmdUYTlDVXdTdTV4d0hrWHNfb1praHN0Yk5IbnJoeFJa
VzY0a0J4TkpjeVRNemdteWxVUnhaUzRkX3R3Zjk2SUhFUFFXZ0hiSVJyUGVGcXMzZTRNYWN0WTlr
RHVFOWQ3ZF9aN1V3MlVkV2FoVUVrWUFQVzM2dE9mS2lhcl9RcGZwWV96Mlg4MGhNQ1E5N3Q2RFE4
U1dEcnNzRDVoMjhTMFdkRk1QajZsQzh1QkhpRG5ZbDdhUEtiVDZXYmRZVkNNYmpUX1RFSXZIX0NB
bnhqU1JmZy1uZW94TEN2ZnBqV1ExR2ctaHhVRXFLN2pHbXVUb3l2RTJuQmNiS3lDX0xEcTFYNUk+
DQoNCkhlcmUgYXJlIGEgZmV3IGNvbW1vbmx5IGFza2VkIHF1ZXN0aW9ucyB0aGF0IHlvdSBtaWdo
dCBmaW5kIGhlbHBmdWwgYXMgeW91ICANCmdldCBzdGFydGVkOg0KDQpXaGF0IGlzIEdvb2dsZSBX
b3Jrc3BhY2UgRXNzZW50aWFscz8NCg0KQnVzaW5lc3MtZ3JhZGUgdmVyc2lvbnMgb2YgYWxsIG9m
IHlvdXIgZmF2b3JpdGUgR29vZ2xlIGNvbGxhYm9yYXRpb24gYXBwcywgIA0KaW5jbHVkaW5nIERy
aXZlLCBEb2NzLCBTaGVldHMsIFNsaWRlcywgTWVldCwgQ2hhdCwgYW5kIG1vcmUg4oCTIGFsbCBp
bmNsdWRlZCAgDQphdCBubyBjaGFyZ2UuDQoNCkNhbiBHb29nbGUgV29ya3NwYWNlIEVzc2VudGlh
bHMgYmUgc2VjdXJlIGVub3VnaCB0byB1c2UgYXQgd29yaz8NCg0KWWVzLCBHb29nbGUgV29ya3Nw
YWNlIEVzc2VudGlhbHMgaXMgYnVpbHQgc3BlY2lmaWNhbGx5IGZvciB1c2Ugd2l0aCB5b3VyICAN
CmN1cnJlbnQgd29yayBlbWFpbCBhZGRyZXNzLiBJdCBpcyBkZXNpZ25lZCB0byBlbnN1cmUgeW91
ciB3b3JrIGNvbnRlbnQgYW5kICANCmluZm9ybWF0aW9uIGlzIHNlY3VyZSBhbmQgcHJpdmF0ZS4N
Cg0KSG93IGNhbiBJIGdldCB0aGUgbW9zdCBvdXQgb2YgbXkgbmV3IGFjY291bnQ/DQoNCldlIHJl
Y29tbWVuZCBzcGVuZGluZyBzb21lIHRpbWUgaW4gdGhlIEdvb2dsZSBXb3Jrc3BhY2UgTGVhcm5p
bmcgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5pYW81cUI1QUlEV1IyYXpIU05CR2l4VlVVZXlS
dTd4MWJDUmkyelFhcThMejlKdUpmRWlQVVhXZG5ucU5OTm1KV25nc1M4VllJdFY2RTZUd3VJaXVL
ZV9RMExJV0hTb3ZRVzczaGdOMWRyZjdjNWYyWldPcGx2bm9XNVRjNTFKNmgzd0dtVUhVTDYxQ3BU
dnVrbDA1WkE5LWxDalBtbzlkSFRRdVVwX1pwXzN4bEtkNFowWlRPcVU4N2drVi0wVnYxWmczUW9f
OHJWc3BGUUt4RTdxaWh5Q2VXSkxQWUdHVU1heUZDclo2dXFhZnR0Qjk3X0JLLVlDX1c0SEdaQUZ6
S0dRWTE0aVozM1dId3p2NWF6ZW5DVmFZd1hGbGpyOXpneldVNmxjeU51Q282YjBoUTFpODdpNmFO
NFU3dnNnVEZpZlhZPi4NCg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NW9RVmpnbmZhX0F5YXNIWlVxejhCMXg5Q251LW82NnJRYXBmMG1JVUR2cmwxSjZIeVlXM3hNeU10
UmFYdGM2YjI4S1JmQnZhRGw4akdvX3lBNVFKZHBLX2RQTmpnbmZSTGpIdjdobHRPRHpOc0UtXzFC
THFGd2gyNkc0TFAtVklpQkNoQWNqekZUR1puaFg+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNXAtZEM0aXVNLVA5Q3p3a2VsSlYwdWg4RkNaeDg2ekIwVHluODE0bnZ2RjBOSExEbUxC
MEZWN2hsc1JDWnJ2MGE3NG9GMlRaSmt5c19rbzNjWUdOVS11WXd1UklOVmZ1ZHJhbE4yLWdSMVZ0
NTNYTzVCVFpuaEYyM3dENnhNZUE1aGNqeE1VOXd3Pg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5n
bGUvQU5pYW81cjJUcDlJb0pCc2VYYXNBb0tLeWR3NWxIV2FsMDVRMmt0R25VYnEwSWhvNWRoQUxG
YVJXbmVfOHN2VkpYQ1BvWDBDWmgwUENkLTV5WUQxbm5Lc0RpUmc1WkdKam1jOVVxTUIwczlaS2V3
NUhsZzNTUi1GZHFYME1BU1B1c2FWNUpseExJRnFtNWF3dy12ZnQ2X1BuNlVpRXdocVNLYXk+DQpG
YWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyWFd3UXNtd0NROEpxWGUxaDJVbEFhd1BE
c3JkZ0hFR19oN084dXF3bnBoLTZGNmVxMUZxbUtIdXlTVVY4OHRhLWxpcHFRNkhFaUtUbGpvZXFp
ZGZWRlZjdUtSMlJtZUxMZFJBMVlrR01PUGtzWkpOemZTTFBaZ0FSbHFLM2hST3U4c1VMSnJQTVZC
OWRqTlhzPg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9kbG9rVVpaWHVCYTg0
alVGVUtNWnZEeTViV2RkX05wVkcyRjF2cnhEaHdJTjZYcUJ3Q24tQmZuR216bVZBcVVfSmxNMExz
YmFvdUE4dkdzbHRZOGl2S09sQjdtbElwaEZCZUZYRmxJeGJUbjQxXzBOYU41MGNRb29NckgwSzF3
UlZsenE1LVZFeFdQU2w3VjVLNHZzPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJr
d2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBib29r
aW5nQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNl
IHlvdSBzaWduZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBz
IGFib3V0ICANCkdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJl
cyBoaWdobGlnaHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5
IHlvdXIgb3JnYW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2gg
ZW1haWxzIGluIHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczov
L215YWNjb3VudC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3Jp
YmUvZ3QvQU5pYW81cUMyREI4aXpYX3Z3UHg0X0oxWUhoaUE2SWtDNUhtV29SRUhjVE9YaXdwbEZt
OWZZTl9TWWJ1bUl1eE94M3llb1JMOHU3UEFyaGdhbHV3cTVnQzR4akx5amRyRkVMaWFfVUVqS3Ex
R3M5RnktdHBYbm1MUk1QMWg4NzVmc2V3bThYdTdyeFExcGdudU5vWTRZLTkzUDd2aWljV29pdjZa
SGlmcFhzZ0dZMW84ZWg5N0NvSlo2UDdCZXd4ZllFb05iLUZaLWhyWUY5TS1QVVpmMUI2MHlMQUQy
bEhjeE5nZS1USGpDYzJzU1VlZU1BUnJYWE93dm9ZNWdCanJ1UzczT0FHS3Utc25LQVBxMWNmU3hk
WHItZ1FheUlWRFduSk1DbkhNTXpUQktRUDZOTEw3Q1NkZHhoMlV6ekNRYTBXS29jSkM0LXJ4TDJk
ZUV0cy05NXU1YnZWSldKM01JLU9vR0EzVGdTMFY5ZmY/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVt
PWVtYWlsJmF1dG89dHJ1ZT4uDQoNCg==
--000000000000f46244063b77fc26
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Get started with your account</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Here's=
 how to get started quickly. Add or create content.&nbsp; &zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:24px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here's how t=
o get started quickly
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:13px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->1
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Add or creat=
e content
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Upload exist=
ing Microsoft Office or PDF files to <span style=3D"white-space: nowrap !im=
portant; direction:ltr;">Google Drive,</span> or create something new in <a=
 href=3Dhttps://c.gle/ANiao5pRDX0ZF0PfZmJABf9FQ9Tsvu_UFGHV3VxSYJsuP1Ml1-WXy=
poJ938FsTGp4T2_7AeW03fLU4BL5VGU5dHGeNNy3KGw6-86vUjLiRhae4XEAfD_ style=3Dtex=
t-decoration:none;color:#166FE3; target=3D_blank>Docs</a>, <a href=3Dhttps:=
//c.gle/ANiao5qfqXMgneeazkOq_uqQZqSBs-pSOv0Kb7vDzrpYsl_czNIcq1ibJfbV3JMDttN=
PdLlJRQvz6XQEDK6gJCmq7DtnB2zmHfe9kAet33nthaL-uGgQHRsIsA style=3Dtext-decora=
tion:none;color:#166FE3; target=3D_blank>Sheets</a>, or <a href=3Dhttps://c=
.gle/ANiao5qUl_ag9EjIZDCOeMxNFhNUSCg4Cyy8L4BwtTu8A3gW-ghvXP80vqA3lU4A_GIS8b=
GwUDOMSjZDqvFrzLpV3e9WsWCBpUrSpgQB-K6DjD2wtOux1gmdog style=3Dtext-decoratio=
n:none;color:#166FE3; target=3D_blank>Slides</a>.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D14 style=3D"height:14px; line-height:14px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:32px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->2
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate =
with your team
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Share conten=
t with people at work and add comments or assign action items. When you're =
ready, <a href=3Dhttps://c.gle/ANiao5pGt_2Lg47zkQC8Uu1ZG2DPbgFnP5tE90tGRX7T=
YmaznMEjHev9wSUQcDVplcLy_qtTY_N-S15_Q6ucDtya4e2Ez8NUB7deetItykNePPx79PEu227=
4L_mZzSSmK1SrCYBKdVWIfE4UuI4RZQ0e-AF1F5yIMrAnGu3GaQ47JJ7stLdOlQT2uf8tMRaYi2=
QTSXLcFl_bSQ7S5EgtPx-JYeVilGafEui6jke_fXQ2Gy06vhfW0pXvG6D-DPSCdXRKSYrcXjXCh=
IzlMq71gSoNAdJkqRV1AVyBjQmSGQ style=3Dtext-decoration:none;color:#166FE3; t=
arget=3D_blank>invite people </a>to join your team, at no cost.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D12 style=3D"height:12px; line-height:12px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->3
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Stay on the =
same page
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Schedule vid=
eo meetings with <a href=3Dhttps://c.gle/ANiao5ocnFEv_-IQ8WZXElxXQbpkviSeRP=
BTWVpupSdz5hIIQKZQ6N7kM_H1Mt5B15j7RaKD2rMvYZlBGxO7NLVcRvtDlU9NIUcIEJyayOqrF=
jmCNpbduj9mXh-u7FvSJypSqSR41MNmRTM1NmHZdGmcrpsdlgyrOA9kGO_3F8iflqNlzgj4IXdB=
1ubkfgB9w0BFLzR2gyS6l2bPlZA1P6eeDhphok7lG15s89kxCQGmYifi6Z97LccqZELjQdOVCr1=
QO3OH-Qmh-V-27VNhdGjO6G69MSNNnw style=3Dtext-decoration:none;color:#166FE3;=
 target=3D_blank>Google Meet</a>, and chat with people <span style=3D"white=
-space: nowrap !important; direction:ltr;">1:1</span> or in Spaces with sha=
red files and tasks.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
 </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:40px; paddin=
g-bottom:16px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can do a=
ll these actions from your team dashboard.
    </td>
  </tr>
  </table>
      =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5pIeC0RVyrdDnRAgfsXxll5MdYhHJkNA0roL7ljblW6ONsRz_ik8b3mQn=
DXJyMoPpQNkdAKVzucGkoMPPJ4IRunKmEphKTBkC74J3AJ-swRR2jTLf8hJTuexJUKBs-c5h1Or=
D0zqG8N47WRHf0BhQxIyXOshOxzNcrKDdMtimgaTR6mhzKg-vWTNvdgcWzofq9GF6HooD0UJ4gS=
kE9BPPb44aarpwo7r7WrNodTkmK7-sHqZ9oWb9oxyJIovcWlZyN9YOFHbgRlc9c-FIvXBpBS8vY=
UkDjSqgMvOfKszSYT_v7Dypgf5g" style=3D"height:50px;v-text-anchor:middle;widt=
h:210px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"=
#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Go to team dashboard</center=
>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5pIeC0RVyrdDnRAgfsXxll5MdYhHJkNA0roL7ljblW6ONsRz_ik8b=
3mQnDXJyMoPpQNkdAKVzucGkoMPPJ4IRunKmEphKTBkC74J3AJ-swRR2jTLf8hJTuexJUKBs-c5=
h1OrD0zqG8N47WRHf0BhQxIyXOshOxzNcrKDdMtimgaTR6mhzKg-vWTNvdgcWzofq9GF6HooD0U=
J4gSkE9BPPb44aarpwo7r7WrNodTkmK7-sHqZ9oWb9oxyJIovcWlZyN9YOFHbgRlc9c-FIvXBpB=
S8vYUkDjSqgMvOfKszSYT_v7Dypgf5g style=3D"background:#1A73E8;border-radius:4=
px;color:#ffffff;display:inline-block;font-family:'Google Sans', 'Roboto', =
Arial, sans-serif;font-size:14px;font-weight:bold;line-height:21px;text-ali=
gn:center;text-decoration:none;width:200px;-webkit-text-size-adjust:none;ms=
o-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" target=3D_blank>Go =
to team dashboard</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:18px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:27px; padding-top:56px; paddin=
g-bottom:24px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew commonly asked questions that you might find helpful as you get started:
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; font=
-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->What is <spa=
n style=3D"white-space: nowrap !important; direction:ltr;">Google Workspace=
</span> Essentials?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Business-gra=
de versions of all of your favorite Google collaboration apps, including Dr=
ive, Docs, Sheets, Slides, Meet, Chat, and <span style=3D"white-space: nowr=
ap !important; direction:ltr;">more =E2=80=93</span> all included at no cha=
rge.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Can <span st=
yle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</sp=
an> Essentials be secure enough to use at work?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Yes, <span s=
tyle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</s=
pan> Essentials is built specifically for use with your current work email =
address. It is designed to ensure your work content and information is secu=
re and private.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->How can I ge=
t the most out of my new account?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:40px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->We recommend=
 spending some time in the <!--[if mso]><br /><![endif]--><span style=3Dwhi=
te-space:nowrap;><a href=3Dhttps://c.gle/ANiao5rDRUhUQdq8ZkhJySpF4rf-U5NehS=
JDOdt-wjnwTOl7yi1egHUjIBdmwf9KW0zt5ZlGLBMd2vZMZn1WOJtDKR2UDlkC3nyvZmiPeGka8=
VGOu3FMxYG6gBx7HU_N57nJ5xZsIK1_eKo6JpSu0gZNhSnwnyAf93c7NmL6MVuRWvrieXcHPuMa=
8EYHWQdMA248O4MqljdfO6FxbfGuvSvnJfNA5s6QDJVPFSb2QcE46kLGoTS_HHx21ReS4lP8cJV=
5zF8LhWWMB7Vr3ONzosouZ7bFOe9qCQ7S9KZIhRkxqqLo5bF5FcTpJZ83kEDZVooqQcBXCA sty=
le=3Dtext-decoration:none;color:#1A73E8; target=3D_blank><span style=3D"whi=
te-space: nowrap !important; direction:ltr;">Google Workspace</span> Learni=
ng Center</a>.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pkkkJKDoPRazgHXRRCNm4RvZdvbxOwphsJ2d4=
SyKOBydOLRB1mpByrexWUjt6QPLTEetAhn_kim1a5P49mC_tIXaykM4OtTWMLfXL3Z2h_ye_32P=
KsE7JDqWISz7emsEmGQ9HNUNBWKnzmFyI target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ofAErX_gnT8wTS0bcZqLH_0xKSiLa2sxpoRNA=
6tS3Y9EsrigcscziEAoeBlrGPM3QhJeX3w_Ze5NnNQVZRTMTWoVshMa3J4ceiPk3E_j9k25wvmK=
ZWsiooDBozD-euvOOXAW-qlVkyNw target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pe4XRTAAGSAe0Zip4JN_V327cfMiKKNF1tZD6=
ohkt4mkU-6uJehKw586S7uwKsNzec0eqVACfJd1JOXm6GykX3RerGyN3NFh89rz1GwJ64xvwWam=
UM4h6nstr2QtNb7OQFRmDjH3n6xyt4Btb5u4u5GB2bi-e9YwY target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pgRApRVJK4kHVrlUEmrmwnxf5i5_X3PFKDk0D=
J8aR2dE2UrexmmBRkdozShQemdSTzj23-CTWE0HezrmJqTJf725iq4zXgQPqRzTmndBi_a3dIx9=
UMOhOG97ulUGpsT2A5DdcZY4c-s_FWga9yfQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r30OiL55BL1-iQ44OyAdnO7kczHiAl-RXd3d8=
2dT9OgawsA0VPReaGxyccCzEHOmXolGTo14OLTJrkfBKxcHVz61o41iiS154u9Gx_pkESMM69cT=
TaSV228dhoUSCr2Sm-kT_ILDnJje-e8yjKGGe_1A target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to booking@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5qEyXoV0PsZ1N0miYudyX6yDhKfg08T=
cA7NlRNYno283NeVh7kq3-mI6NHtWJg6GhtE1L6bH_qtDzsVBZo7cwkn8SapVoFKiGSCAQROBmv=
6VPeT0ruUBa3iHDLUJhjCBDted6P1OuxCsJ1NHdKytZA3J788Z1144mXLDd7vKXWHY8GzSyBXEi=
ZR6gjqdEdz9qQvkljvkNgWiHeup5IYLjkx9NYnyXIxjvLOeOq8cofnmim0uYxYuiSj35NbDGoPk=
ewXOTPrESidaOAbbdGoBKcFVtyJiXEkED0-yIUh-ooYAJXn_LwSLpESdWQ4-fzXe9D_Un9uBXaL=
42DgdtiWLBLhX2QwlSow98otehvZSRdL9EM?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000f46244063b77fc26--
booking/.Sent/dovecot.index.log000064000000000240151007557640012441 0ustar00(�h�h����x����@����$maildir����$��h�hϑ�,��h�h�O�,��h��3���� �hL����booking/.Sent/dovecot-uidlist000064000000000063151007557640012231 0ustar003 V1754120893 N1 G94ccd433bcc28d68947938005645cfaf
booking/.Junk/dovecot.index.log000064000000000050151007557640012436 0ustar00(�h�hbooking/.Junk/dovecot-uidlist000064000000000063151007557640012227 0ustar003 V1754120894 N1 G95ccd433bcc28d68947938005645cfaf
booking/dovecot-acl-list000064000000000000151007557640011264 0ustar00booking/new/1755532404.M28971P1498746.premium320.web-hosting.com,S=30639,W=31185000064000000073657151007557640020247 0ustar00Return-Path: <3a0yjaBEKANwUMPIQN8AC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Delivered-To: booking@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id SFY9AXRMo2h63hYAVkXPrw
	(envelope-from <3a0yjaBEKANwUMPIQN8AC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>)
	for <booking@24hourwaterdamagerestorationlongisland.com>; Mon, 18 Aug 2025 11:53:24 -0400
Return-path: <3a0yjaBEKANwUMPIQN8AC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Envelope-to: booking@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 18 Aug 2025 11:53:24 -0400
Received: from [198.54.122.200] (port=37210 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3a0yjaBEKANwUMPIQN8AC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>)
	id 1uo2Al-00000006IPd-3ZT9
	for booking@24hourwaterdamagerestorationlongisland.com;
	Mon, 18 Aug 2025 11:53:23 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=J4RAApyY;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3a0yjaBEKANwUMPIQN8AC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com designates 209.85.160.197 as permitted sender) smtp.mailfrom=3a0yjaBEKANwUMPIQN8AC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f197.google.com (mail-qt1-f197.google.com [209.85.160.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c5HLN2pvNzFwRN
	for <booking@24hourwaterdamagerestorationlongisland.com>; Mon, 18 Aug 2025 15:53:16 +0000 (UTC)
Received: by mail-qt1-f197.google.com with SMTP id d75a77b69052e-4b109c8804dso140291781cf.3
        for <booking@24hourwaterdamagerestorationlongisland.com>; Mon, 18 Aug 2025 08:53:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755532395; x=1756137195; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=/+32cPkUjaemlyRMsfnAvBYTL9VMzo/16IZA22mfaXs=;
        b=J4RAApyYMM1OsQmcka5nXmUiLZDRZTiebqOoq+tkVlgVk/J6lARTcNAL2wz1tqedSM
         SWCIsFaLT+tJoMvk9XaIkFMka2Bf4KBudEr9OlCar8AyFGBbTIZt/2b3jbflItbCvhGB
         K8VEsJO+xeQ1z3ODpXFCpVhuqWiezmQymoTZE4oaFlXWqpXi9mgsmJuTB702rv7+8Ay/
         ohoMsI4VozMzimXoPeHnNLLjMFlqeWraJ06SPFdY3yx/nDuaheO2CIsqEcYxt/Ki+ZGN
         zrc8KEe6zgCTfLjjnAZkKEDAVESCYCZ8OYpVrbOwSScukR+CWsb/3CuKsKPlDILbthiY
         5C1Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755532395; x=1756137195;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=/+32cPkUjaemlyRMsfnAvBYTL9VMzo/16IZA22mfaXs=;
        b=WK9BtN1SnlMrO3/cmzdobvsxYFOCXtMexi00ynFuwquYI7CxOQRzsm6HDanKd5eEOW
         +Jrm1e6r000h/D2/oIGgXM4anu3X/rvqv4KN4TlCzynKHpTwoYrvJmesGncxuISovvNl
         rfNR7lCtXLNY2QLVW/Z6SKrvBsj6y5gZaE6rCByj7hyDaLPQKb3myn6eu+G4toO0Mwri
         k5SFPF2mNLb9MmhsN5rj4hebvBe75f+t0maDI6hqmni31RzH87h318ay1rX7Za8cX6Ty
         yzccnF8rQIv0YfxAOHS2V7ECefIqWffRFrQpNcGF9Cwm5QsV//AL4FF7clBqGBszBZ5l
         57kQ==
X-Gm-Message-State: AOJu0YySADvOGHULktRkZ4skUa6+wJ5bjuLZ/thYbgyVgxY2jMFHOmaW
	IcgL4BFHJxwscHKWdJmXdxBU/tj+RBBi8GbqJMFFHROnRtmcef98aTe/MrtG
X-Google-Smtp-Source: AGHT+IG9+nliTj1c8WW2GAIWvCcozt2JmSPiOzpRIvTCBFT3AMXBPThAuSRtqmAR1mgdfOYItIRNOXw=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:58c3:b0:4b0:64f9:decf with SMTP id
 d75a77b69052e-4b11e218326mr178837311cf.41.1755532395777; Mon, 18 Aug 2025
 08:53:15 -0700 (PDT)
Date: Mon, 18 Aug 2025 08:53:15 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140164
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5o9MRYqLg_3o06nJZhcxwVDlXiJG4JqkehWH4yKSErwpItywv0N_ukGlDPuV-N-3jrBiF10wWEoqoeF2339JjiURq0bJNjsz-_px0N133FWKgsbCKF0bsPQB87MuCsGHDcxbnHyE1HZbfr1WHdf5Ysu1xY43dEalWPfb_GrFlp4xQplefSIrf0bUxUxKwr1Tar_fKDs9lB5z1P6Dkj6ebZP2EYDNja5Gl_ANub9uWIMT8y2Im-r8IiYQtmY8GohTdPLd8AXsfJDbaZLOVcb3ErCFliIPRYrnU-tmm9LisQN5F5Q8bnMlWRrDicDK8I7ezFqzgsXneaaEQuUls2AN3BISx3NCxkclRYO6EqpiquY13o?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110504489-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 67386f28ea5a0000
X-Notifications-Bounce-Info: AWoTSIHhBnNT_J9JtCGda7FNUicK4udCKv36R3DZmCzuSS643Wgru09C3PLj0EFeLl8Cgf5HAI8BUDAKuk18YNFgzDXJEl6TUoEX_krZMaaKJmi7Qe5UP8mNm5g_nNzUcpnYmw55nXvB_-knQ7e1Qb59UzIEKdDu2FKxBPohnmzQJsElLx4z72dXeZFMVymcrakGLP6GaUtSFLtV_SZvf5PKmHg9BJ4FXD4Pgpd3EV4y5jMaoLze6wBPAVwBOZ1zLI5ScSgEsIfJfxOiuMuiOX46mDwAYOTKw_fkNWZpMYjO1W6qTsKH5Y_GYkHZX_-_W4DYwglNoPaFo-bGEYtI-CzqcB7TD310zM-MWiakuMANFv1BXxje_EV6aZ5vQQYaZ6uSjKXHNgXCoDwtOS5ip4bWpBv2z1c51itToMPz4iWLAQ3OuRmo8Qs85oLOmy6bH0Yg4cLvHCzxUUL-TaF_tc4l-Fo1rEyTEsL6ddViWAmpio-_kbAG7JQi4i6JiZdW33J13ALjaqt4vfegX7Cx75yaZ3TIJ9m4KntTnJJ3VuvKWuqgOCiJQVrml6zIGDev-Tc8UvZe7b5VuHF_PD-iPFEXoRnsBSTc7d5xD0nI4LSd-zPfK_lysU0sgkl9ywCXYi2WEVemrJAJZmk2GQKPr_cW_FtdgdSnfPxBYQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <712991b41f91500083fb35ec4a235cd342454ca4-20189259-111088007@google.com>
Subject: Invite colleagues to your Google Workspace Essentials account
From: The Google Workspace Team <workspace-noreply@google.com>
To: booking@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000d78e58063ca5bcf5"

--000000000000d78e58063ca5bcf5
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpJbnZpdGUgdGVhbSBtZW1iZXJzIHRvZGF5DQoNCg0KR29vZ2xlIFdvcmtzcGFjZSBFc3NlbnRp
YWxzIGNhbiBoZWxwIHlvdXIgdGVhbSB3b3JrIHRvZ2V0aGVyIG1vcmUgIA0KZWZmZWN0aXZlbHku
IFRvIGdldCBzdGFydGVkLCBpbnZpdGUgeW91ciBjb2xsZWFndWVzIHRvIGpvaW4geW91ciB0ZWFt
IGZyb20gIA0KeW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KSW52aXRlIHRlYW0gbWVtYmVycyB0b2Rh
eQ0KDQpXaGVuIHlvdSBpbnZpdGUgcGVvcGxlIHRvIHlvdXIgdGVhbSwgY29sbGFib3JhdGluZyBp
biBmaWxlcywgdmlkZW8gIA0KbWVldGluZ3MsIGFuZCBjaGF0IGNhbiBiZSBzaW1wbGUuIEV2ZXJ5
IHRlYW0gbWVtYmVyIHlvdSBpbnZpdGUgY2FuIGNvbnRpbnVlICANCnRvIHVzZSB0aGVpciBjdXJy
ZW50IGVtYWlsIGFkZHJlc3MuIEFuZCByZW1lbWJlciwgdGhlcmUncyBubyBjaGFyZ2UgYW5kIG5v
ICANCmNyZWRpdCBjYXJkIHJlcXVpcmVkIHRvIGFkZCB5b3VyIHRlYW0gbWVtYmVycy4NCg0KDQoN
Ckludml0ZSBwZW9wbGUgdG8geW91ciB0ZWFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJiX2pZ
eVRtb3NtZDY5S0FQZ2t4ZUk3RkM0QzJYTUtBT3EwTERaYzh6ZWlVQjJpUlZad2F3ekRQNU5Ba3lS
NVk2Y09NMzNrQkhUeDcwb2g4cmg0WmVTMXNMbEFzRW15OTlLbGJsSTZJM2J0cnZWSWN1OGRqUHl2
NUd5WXhRMGFJQlp6WHVlak4xZUxmY3lacWgyUVRVbGJCcnVCWkZNcWV1Y3RSemtGV1p0V3NLWEpW
M3RpT3hIRnNHQ3VmZ3B2SEF2VjNPdlc0S09PdHBsYmhaSVJhNFpnVHMyNEJEZWpJSDFMMUdESC1o
SC1jeXdYajl1N0tPSnJxb2N6aFhyc3FYU0g0UkFOY19uUldkNThEcC01em81TmtCdy1jQUVDU2t1
a3JhREdCTTZjeUNORnhUYTlLazhBbVZpSlZpRWlTU292dz4NCg0KDQoNCllvdXR1YmUgIA0KPGh0
dHBzOi8vYy5nbGUvQU5pYW81b2dLQ0FIVGtYX0dGU1g3T0JtRGJXcXpPSmRyMmhPRHdaSVp5NWlv
OTNGNGlVS1JBSGQ0SnNTSjQwb0hlSGdMWW1Zc2E5em14U1F5NUVTUThnYmItQzNOV1I3OVZMdHZO
RlJraElxNnc2d2t6c3JBYzNmZ3FNY2JER3F4RFVaOVA2LWExWlpxQW1ILWF6cT4NClR3aXR0ZXIg
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81b2lGYlhkbVJqdzVsQndlY1ZVQnRXWHlpb2lkNFhrcGZu
VW5tcEo0TGg4d3FmcnZHNGRhbV9rdDVkcHBjdEMtd3V4SHY1UzRVZm9OZGRoYXFPc2lCbm1YQkJJ
RmRQR043U0lsdFM4QzJoWXpBTUdENGgtNVRZd1FIQVQxOHlzWU5DYWN5aUF3N1U+DQpMaW5rZWRJ
biAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvYVpvNW9ldFAxYjdjV01uSXppU1ZSel9vN0RvNWh6
TE9EV2FjQWpndG1HMU9IWjVzTmxfR1dKZDl1VzBQR3pHSHpuRGNranZLVWdsRzBIem1qSi01cFcy
SEpIYkJua1NFcUZYYmNyanBnNHRDWlNCbWVpR01kXzc2S0JLN0I0YnUzc0ZuNTlVOVdrN19Jd1k3
QU9Xd2RhRTEzWXJyTj4NCkZhY2Vib29rICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9DTUppdFA4
TlNBZFVaQmRxSjF3b2xqSFI5Z0tWOUwwVW9sc2FZX0J2aERpYjdBWlppNjdENktyNVZzVEk4NjI0
LWRhbTRIU1d0b1pDRDM5dVNOYmptazIyMWdOVGNQbnpLWkZYRXhuZGtNYWxTa2lCcWFLWnVJSTdC
Z3NYM0JQMTdsREhScEFyUnF2aklYZW8+DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81cHlNQVlQb25uWDhqdVdibzVoVGpia2R2dEdQSS02MGl6ZjlhUW1vbHR0a0dtVHRoaTg4MVlL
VkhzUEg1ajlrdWkyc1JYc0pqWjhmd29mNl95VGZIaEd0bUJycEtOZEZpSE5UVnBDdl8xbm5BZzZl
WUsyM3pyTnI2RFVFelhEY2l2MjBWdUxCbUVTLVd2Mk8xMHJSeDg+DQpHb29nbGUgTExDIDE2MDAg
QW1waGl0aGVhdHJlIFBhcmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWls
IHdhcyBzZW50IHRvIGJvb2tpbmdAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tICANCmJlY2F1c2UgeW91IHNpZ25lZCB1cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3Qg
dXBkYXRlcywgYW5kIHRpcHMgYWJvdXQgIA0KR29vZ2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUg
dGhhdCBzb21lIGZlYXR1cmVzIGhpZ2hsaWdodGVkIGluIHRoZXNlICANCmVtYWlscyBtaWdodCBu
b3QgYmUgZGVwbG95ZWQgYnkgeW91ciBvcmdhbml6YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRv
ICANCnJlY2VpdmUgc3VjaCBlbWFpbHMgaW4gdGhlIGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJl
IGhlcmUgIA0KPGh0dHBzOi8vbXlhY2NvdW50Lmdvb2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVm
ZXJlbmNlcy91bnN1YnNjcmliZS9ndC9BTmlhbzVwSXpxUjRkRk4zWU93SV96ZVg2UTZLbksyY3pG
NnNoSzlxUjVzNlllLWlYR0hydEpsMmRjZVZYdDczeEZDdmpCek9NMFRPZWs5RlpTUW1iX1QtQ1lW
bC1qRk5oOWV1Rm1lcGdHc3F2UUI2QS00WHMtSGlJWHcyU1NmQ2kzdHRQcEppbGljUXlma2huX0Z5
UGUxTEQ4TUVmd2pjb1dzQ2VsVXR6S3NocklsWnpLQmk0cG9fUF9KbTQzMER3ejlFTWhJVFBCdTZD
SWJUWkVmSFdsRVR5Q2gtX3VqM3ZacEpMNHJweG5DNExjN3Yzb2UyTUpMNTl2ZlUya2pyNXdOSFJC
Z1dEdHhBbW5LUml1NGNydksyVGVRdTZNQWFBNmZfNTlsOWZHSnp3YUJUU1k2Y3YtMExOZ2tiTWRR
OTNQdFFvdWxobHRCbWhFdktrZUxYVTV5Rm0zZ1YwSXUtdFZJTFpVbTU2T0g5UVMzXz91dG1fc291
cmNlPWdtJnV0bV9tZWRpdW09ZW1haWwmYXV0bz10cnVlPi4NCg0K
--000000000000d78e58063ca5bcf5
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Invite your colleagues today</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top: 19px; padding-bottom:9px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Invite team =
members today
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px;">Google Worksp=
ace Essentials can help your team work together more effectively. To get st=
arted, invite your colleagues to join your team from your team dashboard.</=
td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:4px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email7-new-transparent-w920px-h483px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Invite team members tod=
ay" /></td>
</tr>
</table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:32px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; p=
adding-top: 56px; color:#3C4043;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->When you inv=
ite people to your team, collaborating in files, video meetings, and chat c=
an be simple. Every team member you invite can continue to use their curren=
t email address. And remember, there's no charge and no credit card require=
d to add your team members.
    </td>
  </tr>
  </table>
   =20

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:56px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5ryhC0POkCUwwBFbeLVOczW_-GYFdyw_ovZ4i71uSPpS_vrUpFUnHYJEp=
35Z-iYel0oleEiRGHFcod_mevmm1MmiYLNIK1_YOJgu6RVghIdah_NMvQLLvRxxCWk9xUrMnz_n=
ORZN18MNNCMzViB4iMmLqiqmNGm4QBlqGAjnSpumHHA2YgJuDmH4uKZOAj2deLr-GWFPskY-nf9=
YBdkiV_mCYX67rLk5FsL3vVYhMserwTbu0umrEnSgQK8bZiTeGhmaMgowXesYHI8NQjx3DG62sO=
4FA5YhO5yUStLWRTdo2EaQnB1xLno5f_6ohWMFsWd6RIb" style=3D"height:50px;v-text-=
anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D=
"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Invite people to your team</=
center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5ryhC0POkCUwwBFbeLVOczW_-GYFdyw_ovZ4i71uSPpS_vrUpFUnH=
YJEp35Z-iYel0oleEiRGHFcod_mevmm1MmiYLNIK1_YOJgu6RVghIdah_NMvQLLvRxxCWk9xUrM=
nz_nORZN18MNNCMzViB4iMmLqiqmNGm4QBlqGAjnSpumHHA2YgJuDmH4uKZOAj2deLr-GWFPskY=
-nf9YBdkiV_mCYX67rLk5FsL3vVYhMserwTbu0umrEnSgQK8bZiTeGhmaMgowXesYHI8NQjx3DG=
62sO4FA5YhO5yUStLWRTdo2EaQnB1xLno5f_6ohWMFsWd6RIb style=3D"background:#1A73=
E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;line-he=
ight:21px;text-align:center;text-decoration:none;width:255px;-webkit-text-s=
ize-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" t=
arget=3D_blank>Invite people to your team</a>
                                 </div>
                              </td>
                           </tr>
  </table>
   =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5poBc-5xT-IYAs_NMBZKTQOfALCT4JXbPV1jMC=
WCtdYo_unQEa0MEBhdgswFknXwkXEBVIU9AcJ0LW12o8Co24kepINC8Lvc_isAoz9Ix_QL6NuD9=
ewZw7tEQotfHtN9qC0rsoOsDtY-UFO1sw target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o3hfMkWpK4echoiI_AaK_BT6j24Hl4R_G4nVM=
F4GSMYfI81Un0MwLeSyzRHe-0HugJJp7_beDLuBGc0eC9Jk2FjNfpSxyKuwsntuO5SMC1BpFifH=
BTJXuw_70LD6PJLlk0cgcP7XT11Q target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5poqhqxDY19Sb9GBy-98cRfd7Wg-to2bhXKfKi=
W2ixZ_Y56o7xodPvgDWfvawnntL-NaHF-8VDMt3Jb5CrwwyIhe_UQeZ3iYYsE_1EB_At5aX6yvQ=
4uA63b7TxwXvUmOwTbcLG-67ordbkFbwtc812voF_N9Qt803s target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r_WgPb8u-0g_lK5qjuOYDATC5wOcaHrm1l9Ni=
OzLXA1H6_tsoMtUQebmENlgKSQDG_qS3YN8m3XcRf75oVgrKWPrKyrMmMe4ZYmgFe4zwdMAxTec=
JFFMOGo28Ejq0g9aoR6ZFMqQYKFaaoHUl6Jg target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qtEQo-Ct5S3x2OQzUmlWTf3LtsJB9oxOnyr85=
pnpU3AwJ8v6FWNii5z0Gei8UfH98UzleFx-15GOXvRuRD4W-u2WqasMjpG7goFbjN4Ty9Kq7VVj=
heb7qpn1aqDAbBE-DlQTjOyeiEjUtaNfpinAcrpQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to booking@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5o9MRYqLg_3o06nJZhcxwVDlXiJG4Jq=
kehWH4yKSErwpItywv0N_ukGlDPuV-N-3jrBiF10wWEoqoeF2339JjiURq0bJNjsz-_px0N133F=
WKgsbCKF0bsPQB87MuCsGHDcxbnHyE1HZbfr1WHdf5Ysu1xY43dEalWPfb_GrFlp4xQplefSIrf=
0bUxUxKwr1Tar_fKDs9lB5z1P6Dkj6ebZP2EYDNja5Gl_ANub9uWIMT8y2Im-r8IiYQtmY8GohT=
dPLd8AXsfJDbaZLOVcb3ErCFliIPRYrnU-tmm9LisQN5F5Q8bnMlWRrDicDK8I7ezFqzgsXneaa=
EQuUls2AN3BISx3NCxkclRYO6EqpiquY13o?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000d78e58063ca5bcf5--
booking/new/1755791602.M771144P3509678.premium320.web-hosting.com,S=45679,W=46593000064000000131157151007557640020343 0ustar00Return-Path: <37ECnaBEKAFcLDG9HEz13-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>
Delivered-To: booking@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id GMFdLfJAp2iujTUAVkXPrw
	(envelope-from <37ECnaBEKAFcLDG9HEz13-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>)
	for <booking@24hourwaterdamagerestorationlongisland.com>; Thu, 21 Aug 2025 11:53:22 -0400
Return-path: <37ECnaBEKAFcLDG9HEz13-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>
Envelope-to: booking@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 21 Aug 2025 11:53:22 -0400
Received: from [198.54.122.200] (port=44604 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <37ECnaBEKAFcLDG9HEz13-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>)
	id 1up7bO-0000000EjIj-2T9u
	for booking@24hourwaterdamagerestorationlongisland.com;
	Thu, 21 Aug 2025 11:53:22 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="AGe/LquP";
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 37ECnaBEKAFcLDG9HEz13-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com designates 209.85.128.199 as permitted sender) smtp.mailfrom=37ECnaBEKAFcLDG9HEz13-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com
Received: from mail-yw1-f199.google.com (mail-yw1-f199.google.com [209.85.128.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c77C06H3Xz15w4
	for <booking@24hourwaterdamagerestorationlongisland.com>; Thu, 21 Aug 2025 15:53:16 +0000 (UTC)
Received: by mail-yw1-f199.google.com with SMTP id 00721157ae682-71d605c1c11so13155197b3.3
        for <booking@24hourwaterdamagerestorationlongisland.com>; Thu, 21 Aug 2025 08:53:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755791596; x=1756396396; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=C2MdXHMo1C3EHYRMDiVB1vBWTACjhNUXDSFxUASITPw=;
        b=AGe/LquPKpSkXUlmxngrY+ah/m1FuZufA2Lb///4US3RTxDw5MW/Ddjszgr+eAINmI
         741eHLYzyfXMMCxSAJQY8ApYTsjmT7s8nRHHMf0AUaRiB9vrCXmPGTNz0gdA/QXIbNdl
         1vzJqUqUU/1AjJeN177U38S0lWzHAkot/BkGYTVdIZcwWUsh8yLIs5jy32Iyt9z2Degz
         8bbIayIqIceIywbuwUqkQmiHM+S8EJRF9iovJu7zZ+Kxc6bR4M1Q2GzM7WYUG4KuEUig
         svt43JBjDpG1ymbpmxREe1hg/rEVjYY7lziKSbDaFIeYBtHemYTlkvJuLPSjXlCiMeYJ
         f88g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755791596; x=1756396396;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=C2MdXHMo1C3EHYRMDiVB1vBWTACjhNUXDSFxUASITPw=;
        b=hu1uI1J3ufMjPHF59g9yh9OpiZ+zM7FN1/kf3FHVIeeBrX/RLwonaElMrdxp+/Um87
         mma8eTfuQXFOc2z+VnU7kN4iLmmYaJBUSe0telNDFDMa6P7GPo9CARJibTEApb5hdIV3
         AOWMBJ/E1ulMzUvV7e9QBcQLBNKn4KZrIXcBD+Muwh0w8tM7SitW51HWc/EgYTO1FLoD
         vHPGF8Q8Ivorf2wmoZ07bmMFpEiv+mo/6LHIiZic8rMY/xHxaR50m13NqVNhKdwZcNIv
         X7R6BaMrdqWS37vtVlVANC35spH7MnHYkGeiPuzMJYUkGtnpZ2wQqDnN8nb9sMPa8o44
         vJBg==
X-Gm-Message-State: AOJu0YzmfYvpXO2gTJFKD74LCjCXX3AWEP3CjrxCWA5CftsoBrK17WQo
	+SFRfi/9TGXC8F0aV9fjvFDbLH71OmXRL5t8Oovqc+bSFOojWEM+8FaGP6fI
X-Google-Smtp-Source: AGHT+IESl7DS05pFiV3whBC7hGQgn3q9rFBvhGKLrfI0Zyc+nRPROYdE47z9TxD2eq63SfU563rXKgU=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:8102:b0:71d:5640:4b14 with SMTP id
 00721157ae682-71fc889932dmr24688657b3.16.1755791596429; Thu, 21 Aug 2025
 08:53:16 -0700 (PDT)
Date: Thu, 21 Aug 2025 08:53:16 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140167
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5qW9X1CbL7WlxLFOjGWQBa8c1C4rFQO9MorbwqiR44IhvcVFjVUoKvo5MMZWWIunH6GxxLVfqP87A8WfoqVPJ_uCoU0axqXJXszgnmrtC2GnyxlnqqWCdh81NEEDRtSWWb6qrYrY667sDkaWGAL6DCPqaqiVP25yhBlRCad58BbVuaIt5q8XqJwM9uBL9q6j_2GKudkH_IaG-ak4zbacW6K8aOw-ombAyG_h9FaKLSbYwRV4OY48WygFLwX8mMkCTijz0T-PdWiA1IjpIqpEMsAs48804nsyqcTGlBsrQZvrfh32AuixXLYzmpbgEWXgnIO0pdAnH0nsQABCbMqz7BERLTMXVBbfYPsp9XETr_FCnw?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509819-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 7ac64b1d2e1a0000
X-Notifications-Bounce-Info: AWoTSIGF_q3fuoNvgtWBXwEsypZndJN9zpyqKso6CrafZFpBcu0JYOJsBBqKTD8xlcupZQVins0cynX5mUS_PpZOIzcuY6lfPV_T3T_YGrzfy_3n4lAmc6tGUut0LlZuLx0qO3e_V0OvLc-9vAidh6W8yIu78WWUBoRM5gr6_gCLbHx8r5qhP2oPLWrcLeR7m8p2bcXYtFuoHooxjGFA79BFkdfpFCWJz_4Wpt7AIQ_bnF6ZQ_p-sfcosGaktkunC2Ze5yQfLYS_RMoGAWsGRMOL6BdyGVpJ0xBYSQ-VR1wVU-tMIGB8Oxc-90A-_fu4cO-MoEFQkYR86nDXniy0JW1j1RcNDaU3aK3m0aASZkxqmDeXi0jq8wPj8azlRYzvsOHvBikvOGI2EqmzD2_mbUa9HMt7Asbyb883a35xPe8343s0X1WQrzEDBvDii9ykYvGkfxnsjHLF4ssQjy3iEuW6QyVBuEpvudsbrVQ1s6YGXol1Oe2m7cMU8yMLNdJtLgAn-9ykEfa6YqhJQv9Nx3WLw4wO9Ll3lFSOhB3u4vA5K2cuguf8s6ciieZvlPedciAzJjV26t2y_wJctPOn-OWe0u65vWpP0GOyY8MWwSF7aCr6mo1AqM9a4kyDZxCMOubVHPdsycBRA7wqcJnmgF_g9C2sowimB-7c8gNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <9176d3aa2a8ad31de9adb424ff62aeb4a4c9b6b4-20189259-111085056@google.com>
Subject: 3 tips to take productivity to the next level
From: The Google Workspace Team <workspace-noreply@google.com>
To: booking@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000067a336063ce2161f"

--00000000000067a336063ce2161f
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpUYWtlIHlvdXIgcHJvZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNCg0KTm93IHRoYXQg
d2UndmUgY292ZXJlZCB0aGUgYmFzaWNzLCBoZXJlIGFyZSBhIGZldyBwcm8gdGlwcyB0byBjcmVh
dGUgZXZlbiAgDQptb3JlIGltcGFjdCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UuDQoNClRha2UgcHJv
ZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNClRyeSB0aGVzZSBwcm8gdGlwcw0KDQoxIENv
bGxhYm9yYXRlIG1vcmUgZWZmZWN0aXZlbHkgd2l0aCB5b3VyIHJlbW90ZSB0ZWFtcyAgDQo8aHR0
cHM6Ly9jLmdsZS9BTmlhbzVvNGN2Nl9nR3k2TUQ3UEZfWDF3SHlhQ2ZldFZLa1pHaHNHbWhodFRw
TENlYmRVUjFWcmt5NkFfT09iMHBTZGlKb29DMVNJS0M1WWNSWEtQYXZ6Qk4tQUxwRk9TNVN2SW80
bW4wUkpVQkNyM0dDRFpDWFZnM1l3bnlUV21rR0Jjay1KOGplVk9iSW43M2xqczF4cjFSNDJGZkwt
SlBNYXJjTE8wbXFHemFDMlJ2S3E0NWlUOGE3Tm5lYTd2X0VuVXRVOU5pQUN6R3lONXR0R0FKVDBV
U2UyZTR0czRqUUd2UjRXTUMyWWdneElYSktrR2MwYWFuUFJRTWZhWnM1WEEtQm13aVl5R0xNT1BH
Y2tUS0xoS0dkOU9VZC1maHpfSldhazVJWE9ybXphZVVBLUd1MXNIeFJSTmRrVXNndGstc2tBU2ZP
ZXRnYzRYTkdtU2xRNEdvS082VFk1X2l6aUJyRkQ3WEU2NzQ0UTEzVT4NCg0KMiBXb3JrIHdpdGgg
cGVvcGxlIHRoYXQgZG9uJ3Qgbm9ybWFsbHkgdXNlIEdvb2dsZSBXb3Jrc3BhY2UgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81cFN0aDg2TDY0MVkzODFLTEN3N21sY3RvMHNlQjYzODF0ajFvOHdHeVB1
ZTBNZVRkN1NlMUJ5aDZad1RDZXc3aFJhdVAxTWpwdGR0bkxHaEN1Z1BENVV6cXh4dnhxekZ1T0xi
V1RGSUlQd0pvalJuQ1lwNmhLTUY0YWtYQk9jcHJlXzZPVmkyYmxlaEJXMlNjdE9oTVVGZUNaOG5J
TkRaSXp5OXQyZU5hWl9mU001dmNqOWM4em5XSjA3WVF3UHViTGdudW93eGNGeDQ3SzRnXzhYNWgt
UVlCRGpVSDVBaXYzckJJdml3dTFrNjlRVDdXM0pxa3RsUHpnbVhRSXRIZ2g1VTQzb3FFcmhIeXk1
ZHN0LUtPSzdiTGp3NFhQcV9vVXJCN29Qd1E3VGo5ZGtXMUw0YmtkYkF1N1R4U0xHRzB4Xzdlcmly
ZWNwTkJVM2RsRk5tWFlGSUdJcXpGM3NDRnBoS2c+DQoNCjMgUnVuIGVmZmljaWVudCBwcm9qZWN0
cyB3aXRoIHRvIGRvLWxpc3RzIGFuZCBwcm9qZWN0IHRyYWNrZXJzICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNXFZTktiWHhmbl9aRTNCZXJ4ZTBMVlVEWTB2ZmxqMkJDQTNyRGozN0hzNUlJVFJ1cTV0
LWlDUDkyWF85RVdqU0RqeHlFVlFIYUlRaDhHQ0hvVUFOM2xRUFNfSThEaDVkbm9obUEyUDd6Y0pj
VlpaMGduMjRzNWZaRHdUMmJQNkdkRkxyZFZqbm1Cd2d0VGlNSHhxYTdROHkxMXZ2X0w5alR1WmVF
Y29CVDVoYUtFR3YzRi1jVFE0R2JVS2ZNeWE2RFZNNlBwY3FBdGZnekpJTnJjdWVLR1lISHg5OGlT
LTRGcGw5cUwxOWE4SDc0S2pfNjhFcFhmVkh1dDlYZ0ZtOUo4V2E3WUc5aG4waHhxSUp4Mm0xMUFY
VjdFVm03VERMV3R5bnk0Z0JkZjlfdTE1TXdwLS1EWG9mdEktQTZSeTBadFBsTFdjeUtGZXJlLXNJ
LUN2RjRqSVNia1BUUHpfbENTVHdvQVBSc0Q4MU5QQ3NEbGI5clBtUXVjWTc1V0h1ZWsyWEE+DQoN
CkFkZGl0aW9uYWwgaGVscCBpcyBhbHdheXMgYXZhaWxhYmxlIGluIG91ciBsZWFybmluZyAgDQpj
ZW50ZXI8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxYTZGdzhMcmZHMTdFaGhwYjFYMkNNbU5jaWk3c0ZV
ZVZJV09XVjVPUWhDUUpyUXNsYnlOd1Nqd2tSNWUxaTJWRVJ3RldsT0RHUmd6VEhZQ0FXWHpjNjdC
MERZcGtPSTI4cGFPS0F5ejRiN3V5YV8xZkV3M3UyaEkwQ0tUbzNtSlQ0QWJMbDVZT0d3N0FHM3Fu
V1JDUzlrcnVhd2hoYkFOY09tZmxjZUxHWlBjTWdJMTVQOTRaLWFsZFpYNkhzdWJWOUdxdkVRWjRw
VGp6SFBWaU9PQVdPZlRidlpPNlpKTjVhd3FUTW45ZkNWQkNwUlpQWl82ZzU5X0dQQmRFNkdMY21a
RFdRMDZUYWpJTzE0bFdCZ3dBWmVPN2ZFR0sxeWI3Z0JKcDEzdG40MWs0cHNvcVZnSU0xcnFyVGJX
YjNneHZFbTI4N1Rsc2gyemZPWHRWam5wamQyWTA+Lg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6
Ly9jLmdsZS9BTmlhbzVvZzlrWVZETG9YMUFBQUIwUVpPUjFoU1doNVFnd2tyLTVQU3lSUzlRR2FB
M1M2WG9YalFwNG5VTWRkd0lnV0Zfc1JBSFE0N2xyeHBzVFhXMl9ad3FLSTYzcEhMV194QTl4T0Iz
T3V2UFNhWnNPdlBySGp3dUMwOWJhN0M1YlhCQkJOdENZUmVabUZSdFowPg0KVHdpdHRlciAgDQo8
aHR0cHM6Ly9jLmdsZS9BTmlhbzVyWGY0UHFyR2pzQ3J5SUltZ0tmTFVrbFpEX19od3RXQVl3cWdI
UzZvNlhoNjB3TUpPdzQyejdPa3g4YTFfa3dJb2dJb2dtbWRnY3BwSU01ZnZtc3JTUktHQ2hlMnB1
RUxSdTVQMm9fSHNaSDFiSVI1Z05zdGdzNXdHbmJyQk5DaHJoTHN6NGlBYz4NCkxpbmtlZEluICAN
CjxodHRwczovL2MuZ2xlL0FOaWFvNW9YY204OURXaTRtYzEtZEt1T3pObFVpVWljTHNwS0xEUEZu
d2N0eUNSYnNMZEh3WGFxUGdiYnMzWVpIbFlOdEhiVVhXWE5MQzdjdWRSX2NrVm1UTnRYaW10Ynpx
ZFBWc0Q0WmFmVUUtem04a3VFYUZFcm9zeS0yOFZLNWE1M1ZvbmQ1cWlCX2tlVnJLZEFYd0xGQUZK
djNkMktFTGUxPg0KRmFjZWJvb2sgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cGpYWjBDRWFTb0c4
MFRtcXE1OGwxS1JfNFNqOE9jQmJTNVZvNmltNlF1ZTNOcE9zUDBGQzhCZGMtZXZUVTQwbkloanB0
VUoxclZ6b0FCYWdSVTQzZmNmTzZPNzJLUDh3Rkp6cXNJYUVjYzNoTy1zaVd5SEdCSGU1U1pzTUJv
dElMb0pxUUZ3eHFxTEZaRlBEMD4NCkluc3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVy
ellNSXhCR2oxU2pjQXFoZDN3dThDOHhhRWdKMDl0eDhLOGFYOTFPSFFvb1ZkbjJMSTFIQk5rakd3
NlJicmxjRHNqNWlzN3BkemJ3RnllOWtIV3BrTUd1S3JFXzJTbXpXcUtabXE1SG45X1dlcTdyRkRE
QUtfZnNtOFMtUVpLSXM5TGhoRXNrbF85allmV214dXZSND4NCkdvb2dsZSBMTEMgMTYwMCBBbXBo
aXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2Fz
IHNlbnQgdG8gYm9va2luZ0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5j
b20gIA0KYmVjYXVzZSB5b3Ugc2lnbmVkIHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRh
dGVzLCBhbmQgdGlwcyBhYm91dCAgDQpHb29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0
IHNvbWUgZmVhdHVyZXMgaGlnaGxpZ2h0ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBi
ZSBkZXBsb3llZCBieSB5b3VyIG9yZ2FuaXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0K
cmVjZWl2ZSBzdWNoIGVtYWlscyBpbiB0aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVy
ZSAgDQo8aHR0cHM6Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVu
Y2VzL3Vuc3Vic2NyaWJlL2d0L0FOaWFvNW93WW9tYnRuQ1BLNFFnZUh4T0tLdjRUVWpLcVlwNERv
NzBiY1FXRHJ4VFNHRmE5U1V1VTZjVWYxYUhNbGJ1ckp5Q3dfRmU3RHVKcm5aY1Q0LUtPcEpxaXh6
cmYwcjBsejk3UzhUR2kyaWRXbmp5YkVWRzVVYjJHOHdoeUh0aUgxNlNaYjdDeFJ2Z2J5d0taemcz
a1UtaVp1ZlVucVgzNmZ4cm9qWExUcVp5SlN0T2g0WGZBVldaN1JBODVZZU05aW1NT3NudFhuTEU3
dGMyVTYwUV9fbUZWaGlkZ2NwSGVSc043SmdxeTQxdEJyRXRxLW1xTHA1X2F0TkVhUDRTSFNvRTVX
b2xGa242T2ZhVFltSnBWcWJINkdaUjV0dlp6cFdkSGR0UEZMM0ZzYWhmUExyR3dTVlZ4Tjh4NUlp
Y0ZMYzFobWhvN2pwMTRSdWNPdkFYY04zNVBDb0twWDRhYmZ2ZEtKNlN4ekg1P3V0bV9zb3VyY2U9
Z20mdXRtX21lZGl1bT1lbWFpbCZhdXRvPXRydWU+Lg0KDQo=
--00000000000067a336063ce2161f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>3 pro tips for productivity</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:18px; padding-bottom:10px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Take your pr=
oductivity to the next level
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px">Now that we've=
 covered the basics, here are a few pro tips to create even more impact wit=
h <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
19px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:19px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files//g-suite-end-user-adoption=
-email-8-new-transparent-w1578px-h860px-2x.png width=3D480 height=3Dauto al=
ign=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Take productivity to=
 the next level" /></td>
</tr>
</table>

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:24px; padding-bottom:24px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Try these pr=
o tips
    </td>
  </tr>
  </table>
   =20
 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   1</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5rtcF4DgCKvNn3AtBoOMzDDcWPOnGsMZEp=
uz3rKgOYsKBUPhZMAEe0ZzTupYjWLcbgtOZtSUFJvu23bQKngCshTU4qioVCVtt5K7HIMs283lA=
705YMKktOWar4zsGn5XxPNciXIQRYZZVSnsHGhHNwfltTEdPdT_kp6K2mtcCb7r552JPFqOGZt5=
zh5D5mLxAtB01gvhqE1Z59hhFIjclowtRnfe8Okp6e_aRnC2lYi1igAQCBoljCLgKxniFcbCQhe=
vIVwC4cY9Y1H2eIUc1WkXlRtKI_ltclnz87qjnLuDHqlTIJCib2dmOoIRIHhsOLZLuV3dQMgu9h=
sgVqlQXWa8YkjtJ5gPrgGBM7iNW1b95n1YA class=3D"" dir=3Dltr style=3D"font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:=
24px;letter-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-=
adjust:none;text-decoration:none;display:inline-block;" target=3D_blank><!-=
-[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate more effe=
ctively with your remote teams&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5rtcF4DgCKvNn3AtBoOMzDDcWPOnGsMZEpuz3rKgOYsKB=
UPhZMAEe0ZzTupYjWLcbgtOZtSUFJvu23bQKngCshTU4qioVCVtt5K7HIMs283lA705YMKktOWa=
r4zsGn5XxPNciXIQRYZZVSnsHGhHNwfltTEdPdT_kp6K2mtcCb7r552JPFqOGZt5zh5D5mLxAtB=
01gvhqE1Z59hhFIjclowtRnfe8Okp6e_aRnC2lYi1igAQCBoljCLgKxniFcbCQhevIVwC4cY9Y1=
H2eIUc1WkXlRtKI_ltclnz87qjnLuDHqlTIJCib2dmOoIRIHhsOLZLuV3dQMgu9hsgVqlQXWa8Y=
kjtJ5gPrgGBM7iNW1b95n1YA" target=3D"_blank" style=3D"text-decoration:none;p=
adding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Collaborate more effecti=
vely with your remote teams" width=3D"24" height=3D"24" style=3D"width:24px=
;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
;padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5rtcF4DgCKvNn3AtBoOMzDDcWPOnGsMZEpuz3rKgOYsK=
BUPhZMAEe0ZzTupYjWLcbgtOZtSUFJvu23bQKngCshTU4qioVCVtt5K7HIMs283lA705YMKktOW=
ar4zsGn5XxPNciXIQRYZZVSnsHGhHNwfltTEdPdT_kp6K2mtcCb7r552JPFqOGZt5zh5D5mLxAt=
B01gvhqE1Z59hhFIjclowtRnfe8Okp6e_aRnC2lYi1igAQCBoljCLgKxniFcbCQhevIVwC4cY9Y=
1H2eIUc1WkXlRtKI_ltclnz87qjnLuDHqlTIJCib2dmOoIRIHhsOLZLuV3dQMgu9hsgVqlQXWa8=
YkjtJ5gPrgGBM7iNW1b95n1YA target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Collaborate more effective=
ly with your remote teams" width=3D24 height=3D24 style=3D"width:24px;heigh=
t:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
 =20

     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   2</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5qiuqTgIBaRhOjCPphddw1gYrZaVWO6cYM=
UOanF7FCYJtYeUr57mBKfPBLiZaX-z_lom-Sx4QdGoCmqVoROHfxrTToZ5TuYtYRQVUllacXDej=
msOVg7q5b3g8v_tp7Z2y6fnoauXuKl0MrnkCuawLPbFVLH5jpSh0pHJEzRDO-ysXw80MlKUBZYC=
Lrbqox_dIIDb2XORx4Zyt9RjtyaRDXl7CMSepHc_tFl9GbMVXm_nWrd1OUbOk5IfmrFB-8kDbSG=
40jwIsazGdVvYcnT9jJHwQg-VQ3qO6ym-uUAUiy7pTQId1pLgUojBfMXpJouxiO4ai5kZW_NoTQ=
GeaAdBIoIB7k7h-7HDdieli44 class=3D"" dir=3Dltr style=3D"font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:24px;lette=
r-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-adjust:non=
e;text-decoration:none;display:inline-block;" target=3D_blank><!--[if mso]>=
<font face=3D"Arial,sans-serif"><![endif]-->Work with people that don't nor=
mally use <!--[if mso]><br /><![endif]--><span style=3Dwhite-space:nowrap;>=
Google Workspace</span>&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5qiuqTgIBaRhOjCPphddw1gYrZaVWO6cYMUOanF7FCYJt=
YeUr57mBKfPBLiZaX-z_lom-Sx4QdGoCmqVoROHfxrTToZ5TuYtYRQVUllacXDejmsOVg7q5b3g=
8v_tp7Z2y6fnoauXuKl0MrnkCuawLPbFVLH5jpSh0pHJEzRDO-ysXw80MlKUBZYCLrbqox_dIID=
b2XORx4Zyt9RjtyaRDXl7CMSepHc_tFl9GbMVXm_nWrd1OUbOk5IfmrFB-8kDbSG40jwIsazGdV=
vYcnT9jJHwQg-VQ3qO6ym-uUAUiy7pTQId1pLgUojBfMXpJouxiO4ai5kZW_NoTQGeaAdBIoIB7=
k7h-7HDdieli44" target=3D"_blank" style=3D"text-decoration:none;padding:12p=
x 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Work with people that do=
n't normally use Google Workspace" width=3D"24" height=3D"24" style=3D"widt=
h:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px; ">
  <a href=3Dhttps://c.gle/ANiao5qiuqTgIBaRhOjCPphddw1gYrZaVWO6cYMUOanF7FCYJ=
tYeUr57mBKfPBLiZaX-z_lom-Sx4QdGoCmqVoROHfxrTToZ5TuYtYRQVUllacXDejmsOVg7q5b3=
g8v_tp7Z2y6fnoauXuKl0MrnkCuawLPbFVLH5jpSh0pHJEzRDO-ysXw80MlKUBZYCLrbqox_dII=
Db2XORx4Zyt9RjtyaRDXl7CMSepHc_tFl9GbMVXm_nWrd1OUbOk5IfmrFB-8kDbSG40jwIsazGd=
VvYcnT9jJHwQg-VQ3qO6ym-uUAUiy7pTQId1pLgUojBfMXpJouxiO4ai5kZW_NoTQGeaAdBIoIB=
7k7h-7HDdieli44 target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Work with people that don'=
t normally use Google Workspace" width=3D24 height=3D24 style=3D"width:24px=
;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>


 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D";padding-bottom:16px;padding-top:16px;width: 100%;mso-margin-top-al=
t:0px;mso-margin-bottom-alt:0px;" width=3D100%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;mso-marg=
in-top-alt:10px;mso-margin-bottom-alt:10px;" dir=3Dltr>
   3</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5oZPqY9RjdPVZzL9ng8MHQLUW6W25PwO4i=
wldkRgKz6VgsU9JBWoCtsPiAmRHxekxhzQGwukeejF5t-Qu2QMieWBdNXH99KPPAxgQNsYh-Dpa=
WNKnQ1k6ZB7wpadTntnTavqQOzoqi9kUIaIM3eVbOlU-99w0xtCPbhWsrtGL3SADYbERhpmTdUC=
foJzWBFo6NLLuf7K8m61tyfg17Ps4htfUoMj8vW6e-Py6BZSVbVM72T8DYoUZ0wdz7EvJy4yCjR=
iHfJUgcVI0ufIWJPBrJY0TihUbOHD9hIULNlYgQtGHuRkgLsjaJFyp8vj0Q_EetKJHnGX1iUKZZ=
MrllSG3M79zzpqorfKGJG_K40t11YX5GTnBUIqaFgt3m6VOdXXzoRwYSx class=3D"" dir=3D=
ltr style=3D"font-family:'Google Sans', 'Roboto', Arial, sans-serif; font-s=
ize:16px; line-height:24px;letter-spacing:0.1px;color:#1A73E8;font-weight:b=
old;-webkit-text-size-adjust:none;text-decoration:none;display:inline-block=
;" target=3D_blank><!--[if mso]><font face=3D"Arial,sans-serif"><![endif]--=
>Run efficient projects with to <span style=3D"white-space: nowrap !importa=
nt; direction:ltr;">do-</span>lists and project trackers&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5oZPqY9RjdPVZzL9ng8MHQLUW6W25PwO4iwldkRgKz6Vg=
sU9JBWoCtsPiAmRHxekxhzQGwukeejF5t-Qu2QMieWBdNXH99KPPAxgQNsYh-DpaWNKnQ1k6ZB7=
wpadTntnTavqQOzoqi9kUIaIM3eVbOlU-99w0xtCPbhWsrtGL3SADYbERhpmTdUCfoJzWBFo6NL=
Luf7K8m61tyfg17Ps4htfUoMj8vW6e-Py6BZSVbVM72T8DYoUZ0wdz7EvJy4yCjRiHfJUgcVI0u=
fIWJPBrJY0TihUbOHD9hIULNlYgQtGHuRkgLsjaJFyp8vj0Q_EetKJHnGX1iUKZZMrllSG3M79z=
zpqorfKGJG_K40t11YX5GTnBUIqaFgt3m6VOdXXzoRwYSx" target=3D"_blank" style=3D"=
text-decoration:none;padding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Run efficient projects w=
ith to do-lists and project trackers" width=3D"24" height=3D"24" style=3D"w=
idth:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5oZPqY9RjdPVZzL9ng8MHQLUW6W25PwO4iwldkRgKz6V=
gsU9JBWoCtsPiAmRHxekxhzQGwukeejF5t-Qu2QMieWBdNXH99KPPAxgQNsYh-DpaWNKnQ1k6ZB=
7wpadTntnTavqQOzoqi9kUIaIM3eVbOlU-99w0xtCPbhWsrtGL3SADYbERhpmTdUCfoJzWBFo6N=
LLuf7K8m61tyfg17Ps4htfUoMj8vW6e-Py6BZSVbVM72T8DYoUZ0wdz7EvJy4yCjRiHfJUgcVI0=
ufIWJPBrJY0TihUbOHD9hIULNlYgQtGHuRkgLsjaJFyp8vj0Q_EetKJHnGX1iUKZZMrllSG3M79=
zzpqorfKGJG_K40t11YX5GTnBUIqaFgt3m6VOdXXzoRwYSx target=3D_blank style=3Dtex=
t-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Run efficient projects wit=
h to do-lists and project trackers" width=3D24 height=3D24 style=3D"width:2=
4px;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
   =20

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; colo=
r:#3C4043; padding-top:31px; padding-bottom:40px; padding-left:38px;padding=
-right:38px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Additional h=
elp is always available in our <span style=3D"white-space: nowrap !importan=
t; direction:ltr;"><a href=3Dhttps://c.gle/ANiao5roGglcZnp5Ma7BAoYuYSTWeEiD=
DA0xwD7CCu041pk4Jk6hCsex51wAdjBRqQt95SsjCgmnvFp56gHynwx5pR6Ckd9Nyq7TJwW6u0y=
7xZhcqc0lRE7ZhGB_Dm26TrbbFwFR1eVw3LRDJ8z7Mmi9IjTGZI4sERFUxEUVScf4wYbfSxJYIE=
INyc9T3DUhARDH9jtQkSS3GCh2ylRmScopmNHlN78UN5G_G6DcORgRKdJXCowmXvQ-cBKV1VT37=
rW50pO73OK_XIl1kxKOgEGLior4LmnoL_b3b72aFzCNvhXJMdaIFNHlWiGRDq5FgyGFMuwwOemq=
ytOXa8gNCCaJrIK-kdPFHA style=3Dtext-decoration:underline;color:#1A73E8; tar=
get=3D_blank>learning center</a></span>.
    </td>
  </tr>
  </table>
 =20

                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rE0R07PFOpo8RMuaSwc9SQ895fs0108AWkPlt=
4sl6x1N4XOJSgx0C9qOd-fed7DUVVI63no3EZsXfJrhyier32So_TUjSV31NtvGO74iBS6W6k8c=
qYbgO1iQB3lzJbPWOoj4h6u3Sv8LWyAl8 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ooMN9bgZFV8qt7ubRuFhFg8mNq-6qjXY1Fezy=
mgsRKm3uhzsgcgMbpx_6zHS6OhSB2nlP2HWRcQRIvFEAPpqm9q1E862YNnmxzyXD6kPmkt7GVsg=
c4fQvZm3g73nHQl7A0LdaMjIrkJw target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ojRMlJDUlquYIXcBDePT62UcgWWUzyFtKCoRq=
sM1ZbVWfSqwrDjLv5iCCSc3aE0CU08X5iFQ9iNJlDepr_7YKA2ZpmbMw2kGSTB9t-jZtOsaXTzx=
-04xwBfeyXxw5QBB-JBx1wz-2HUPvLF5G56LZRVXZJHPEOXsk target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oLgn6VALxOI3JbeGiucMxRD_Pk8RlbBhqSl8d=
zcYcbyY2QtLZyNQ9PoHRfyephqxcgzp5UP70NG3gRnOi5Ac2v3PyPpvkWl8iiKQa2xEeAe8aRks=
Drz7Z54aA3rCxVjrEoFhu98i8z28-WHrSmXQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qJsW6jpOW9O7e_8EilHjnCx-rPEu6bXT9hH8d=
m-fnLxwfoDoE23Jw2Zyw2G6_Ow-_FXBuNEurENS3fs5iWbLx5o449KVXIK4wYE_YvNN_Rw8zbHp=
xRZf_57AklGz9_wjjAAVAyZdQCMNiGM3Skh5NOdA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to booking@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5qW9X1CbL7WlxLFOjGWQBa8c1C4rFQO=
9MorbwqiR44IhvcVFjVUoKvo5MMZWWIunH6GxxLVfqP87A8WfoqVPJ_uCoU0axqXJXszgnmrtC2=
GnyxlnqqWCdh81NEEDRtSWWb6qrYrY667sDkaWGAL6DCPqaqiVP25yhBlRCad58BbVuaIt5q8Xq=
JwM9uBL9q6j_2GKudkH_IaG-ak4zbacW6K8aOw-ombAyG_h9FaKLSbYwRV4OY48WygFLwX8mMkC=
Tijz0T-PdWiA1IjpIqpEMsAs48804nsyqcTGlBsrQZvrfh32AuixXLYzmpbgEWXgnIO0pdAnH0n=
sQABCbMqz7BERLTMXVBbfYPsp9XETr_FCnw?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--00000000000067a336063ce2161f--
booking/new/1754754798.M628070P2295094.premium320.web-hosting.com,S=43001,W=43795000064000000123771151007557640020326 0ustar00Return-Path: <36G6XaBEKAG8jbeXfcNPR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>
Delivered-To: booking@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KGLTJO5ul2g2BSMAVkXPrw
	(envelope-from <36G6XaBEKAG8jbeXfcNPR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>)
	for <booking@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 11:53:18 -0400
Return-path: <36G6XaBEKAG8jbeXfcNPR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>
Envelope-to: booking@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 09 Aug 2025 11:53:18 -0400
Received: from [198.54.122.200] (port=48945 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <36G6XaBEKAG8jbeXfcNPR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com>)
	id 1uklsl-00000009dyW-0MY9
	for booking@24hourwaterdamagerestorationlongisland.com;
	Sat, 09 Aug 2025 11:53:18 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=KWX8OrRP;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 36G6XaBEKAG8jbeXfcNPR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com designates 209.85.221.199 as permitted sender) smtp.mailfrom=36G6XaBEKAG8jbeXfcNPR-abeRcYlTbbTYR.PbZ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bzlmS68cxzFx5s
	for <booking@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 15:53:12 +0000 (UTC)
Received: by mail-vk1-f199.google.com with SMTP id 71dfb90a1353d-53969861722so1216756e0c.3
        for <booking@24hourwaterdamagerestorationlongisland.com>; Sat, 09 Aug 2025 08:53:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754754792; x=1755359592; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=BD6nhrEzbaXCpHzwJpCdUSsbs6wEp4Jq2NVgqXrooL8=;
        b=KWX8OrRPbaz04LQ442HKRe6KuqTD4pVlSJF5cqWRbVi5lmyBN8ovRaBqTXp3a+S6Zl
         vZeJaGddR4ANJyl7W9QliXEiMvTmJ5p0+5NQXzB57fnzGQgXwj+4kCW1giloNh8q8QQ5
         qGQ48TzepgIycUb4wVcgK+2G/cXNi/MUI0bHsYZVWRzi+PLXJyBKf/fDI6VzwX5k4qHV
         Ooj3njiYPyUMVHLzbA7P1uHyeIY5anXUxuC/nF7fKbZwWRpvxuuroh801CU2uhNyfn0e
         S+irLwzr1YdtGTTgQDixvB5e4R8HKskhZcgC/iUvyzjGWOTl+7YwKoL8ixwBZuxh5CLt
         NiMQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754754792; x=1755359592;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=BD6nhrEzbaXCpHzwJpCdUSsbs6wEp4Jq2NVgqXrooL8=;
        b=ZDlV5p90A71ePpY//1haQLFhyBkk9l7w+SUx1KnniS8vVM6YnREp3VOMeWhB0JsU77
         rARdDycJQ4LMUqu69cvSyOfd4AdzmuJI8iweQSX0YAI3lvI5NLc0LCyOwmGHVBSfebF+
         M0WPHdUdd5cWdGxNhvwsgG0Hr3F1QktOOJNXKMqC1fxs4b3NJ0LEfADVkajLtDCHBvR+
         sKB+7FLDWG2Hy07LFPaqjHtUKJRdSrLK12BW1Q1ixUCDOc2GfzFpypR/5a8M9rUJmi4z
         yW/0+uv/JZGkHdYMsNwmti4bUk/wJhcG3/z4lYyeEPUfrbwJKdlJqrMfZzaizQ3+DX0Y
         Xd2g==
X-Gm-Message-State: AOJu0YzuPvnQz1wqW4qZKFnMu4O4S8GdRfni5cRsyavcrNZnqYlCOrZ8
	rekApTDwH96Y10RlNO0e1+kFwLutwU9c88ouz3quNPihpTAtz0gPahl+jG47
X-Google-Smtp-Source: AGHT+IFUCceDVwxbvip39OEA//DGwtcDE7h/rrFUBHlIveW5OaTJzU4su+sr8Z2THxxqHorxpu6zq40=
MIME-Version: 1.0
X-Received: by 2002:a05:6102:5e82:b0:4fb:f2ff:dd16 with SMTP id
 ada2fe7eead31-5060eae45e7mr2659268137.17.1754754792244; Sat, 09 Aug 2025
 08:53:12 -0700 (PDT)
Date: Sat, 09 Aug 2025 08:53:12 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140157
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5ogazNLST-ryNCeqdaWLFG8xjpSu6-STIxSv6rY7cj95bxs7WPmc2fnU8bChS0Jat2ml3Ue2XqVTA46fkahvZBoXp32hyvqNpcAFP4yXGQcGn2f2j6ZgsUrQtNcY9mXOunr8pVqzp0i57T8sFZLg-igUY9i2rTvdAimj3Ul3xgif6jDy4FQq2IULG6s7YMiRAMf6KV0AYCOD1NcPGLFQQQ748W-6k_h4hif-RGDauFuvx5eKvQbiOM4KxQf59SlKv4mcs-WFDVrh8dueIT80KBQJfow_YN7isb7Z1yHyG6admwtfFmCl-erAEv8n-H0ue180NeE_unY9JBdi74y7v_AjzcnQB81AdW9KdkvULosxqs?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509315-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 910ac8331caa0000
X-Notifications-Bounce-Info: AWoTSIF7dGDXsZi4gJqHWS-lYjsbgFeG3L9xbzJLrCZ9cXKmgji5OhKsfc6q58opCombniqds5i-z-YeBCLZb_mstTqZu_-woZSrsZqCjc-Wxk6bI8o1z6-wM6zjzfZ1gQeuBXF7sqZAlcAz-u4FkIW6yUoqg-BLbDO1IjTQAxU9SeT6TBYECe8LWvatlFTlQeosI7NEOYDHh60R0n3YN-W-zlev8y7Zmlk1kQ6oWjMt1doTzsYfeG1sZtKxxQic_WjLCz0JTFs3K2IsKODNIwsAjm0YvAjPOvh7D--GYbb6SXH5FHNJxVIJJ6ch3xBoSBAn3lannf_i50AX0RfyVo6dDbpcLEetoavkKgP-QqAKrrYRcmyRUTpBvD_d7_rfZakdzQvCfdPt9ImMAEGgmFtb8jgndlL7Wr9QKYbEWCQ3v7-v8R-SN3BdfJKhanHWxu0NujGuL04LZ0GsvyBojhndCCzPN5vKmLFKVKVU3622T712T7Jwd3h9eiru-GL3LWm8qlHBcE9IEFAa-2NxnaWcRZUM-udmdm-NBIlBRNj1KOotfZckwzsNI-eRtY4UPspe7Bpi3WiIEuiIgOafblpSxxyZPBQQ7PtrndGg_PgqeoQiFfDUXHhmDBxhIZVGqS8QIBK4i6zgbfjorectY3NyQR9RoIz6DX5sngNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <69160a0bacadcfec3a18ba4fa6966a849fe60a71-20189259-111085104@google.com>
Subject: Collaborate more effectively using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: booking@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000000f44f5063bf0b066"

--0000000000000f44f5063bf0b066
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpNb2Rlcm4sIGNsb3VkLWZpcnN0IGNvbGxhYm9yYXRpb24NCg0KDQpXaGV0aGVyIHlvdXIgdGVh
bSBpcyBicmFpbnN0b3JtaW5nIG5ldyBpZGVhcywgYW5hbHl6aW5nIGRhdGEsIG9yIHByZXNlbnRp
bmcgIA0KYSBwbGFuLCB3ZSd2ZSBnb3QgeW91IGNvdmVyZWQgd2l0aCBhcHBzIHRoYXQgY2FuIG1h
a2UgaXQgZWFzeSB0byAgDQpjb2xsYWJvcmF0ZSBhbmQgZHJpdmUgaW1wYWN0Lg0KTW9kZXJuLCBj
bG91ZCBmaXJzdCBjb2xsYWJvcmF0aW9uDQoNClRpcHMgZm9yIGNvbGxhYm9yYXRpbmcgbW9yZSBl
ZmZlY3RpdmVseToNCg0KDQotIFF1aWNrbHkgc3RhcnQgYSBuZXcgZG9jdW1lbnQgYnkgdHlwaW5n
ICANCmluICJkb2MubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81cG5uMU5hOFJrWHZHMDF3RkZyMjdT
cXcyOE51VjhZTzNzRTJIVm9SNlZpRFBSSzEyemFfT3ZJdmZrbzBwZUo5OEFXUjIyNEllajI5Uzlp
eFR4Mm5XaTZnSENUc1ExVFd2NTdHYnJxdU0wU3J1dGc1RU0+IiwgInNoZWV0Lm5ldzxodHRwczov
L2MuZ2xlL0FOaWFvNXA0WjF2UDZzb3ltLVJveXptRE9UejRabTdsUXB3amlzOWlkOUxFN2pTUVJX
SkVxeDJKbTRXY3UwRVFPdjVkY0F2NU8zOFpWbTJ0MkVBV2Qzb09kTE5ENDY2VGRmYWEwWEdWUFRO
VXZLSzMzOVVDb0tseFFaND4iLCAgDQpvciAic2xpZGUubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81
cC1PTlpiaHppN1RPakFIVkx5dlRyMHNBZmxLb0ZYakYtSWZtUXRxMmtnSGppUV9yNFp5azFhQ0tu
WUlqWHJobXRQdlptYU56SUt3anBHckJNOWI0WURPdTlIdlA0QlZBemtnUGwtSDJ5eEFEYm5hOUQ5
aEVzPiIgIA0KaW4geW91ciBicm93c2VyIGFkZHJlc3MgYmFyDQoNCi0gU2hhcmUgZmlsZXMgd2l0
aCBwZW9wbGUgd2hlbiB5b3UncmUgcmVhZHkgdG8gY29sbGFib3JhdGUNCg0KLSBBZGQgaW50ZXJh
Y3RpdmUgIA0KZWxlbWVudHM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwZmp3V1NZaGpJZGxXNTVVdTJZ
Rm9tc2t4UEI1TjVERFlvbTAyeFNSUllOV1lxUVdjVjFpbUUweGFlcDJSNFNmelJwMG1WR2dVamtk
SWg5b1BJZ3UybWk1eVhNNzljRE1VeUdsUi1hVFNoNW53aG9RSGlGanBzUWxYTDJ1VmVuX29vQjht
eGtPWlN2Wm9PZjU1bmhEeVFPZUJKd1gxZnZPV2lnTm5PUnZjTzQ3VkZ3cG5xTkxDcEJGbUhhNTdE
MVN6MURrSjZKcFdLekppVDllX2tFUmFidTlJQVcwOThWbjZETEI3WGhWcnZaZ3JPTW5QcEdqbG1Z
cWhKaVNGWXJJbFJMX2E4RlJUclZDQ3g3RExHMXVJWWxRUXdlVnRGYmFmNXRVMmx6bU1oTUtzcmlP
aGFhbWlWVlJpRkVEbzFZX3VjSzU1Slp5ZUVwMFlMbTVTazJhbWZGaF9QRzVRTkFnZGFXTzJNRzZQ
QUZTTEtkdXFYc2xfQTlIcEt4bWo4eDJnUjN6eUNRZlZrRjRrcGJjND4gIA0KdG8geW91ciBmaWxl
cyBsaWtlIHNtYXJ0IGNoaXBzLCB0ZW1wbGF0ZXMgYW5kIGNoZWNrbGlzdHMNCg0KLSBBZGQgY29t
bWVudHMgYW5kIGFzc2lnbiBhY3Rpb24gIA0KaXRlbXM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVydm9C
NEJ5UjY0NFdUWXhIQjlTMmowWmhlbkhrQjhmTEhHZlM2eVk0M01sSkdBbzh6a2ltN19NWkUza196
ZTkwaG55YTViamJiYUNjX0M3Rkt1UExzTFUxaEswQjN5RW1SOHI0NE1KenVKeUJCa2p4bTV2QjlS
Y0thYVBOcHZ6LWwtc1lvbUtQNVZQYXc4WW50VnJ6dTl5N1V4d2tJb1dqUnVLWU0xNHNCZG9LR1du
ZTBDR1d6cGEyQ0g1Y2tuamNFN3M3a1g5TzZ0U2otQXY1eER0aWlTZXRWLWpkTldxazZuUG5uQlIw
VlRZZ3JiNi0zNWZjMDFVXzFuNmRKdTJwOFZLdndJVVFNTjhrQXFfTERoV2VUMGpkU0FLUUxRQS0y
MnduWGM5MVBXQlJhcE5hVEl5RkEwT253cjA4ZFY1UlVEeGhvbjhSSENMYTdGUVBUOG82eElzNzB6
UEh4SDNHbldud2FiX2hqeT4gIA0KdG8gY29sbGVhZ3Vlcw0KDQotIERvd25sb2FkIEdvb2dsZSBE
cml2ZSBmb3IgIA0KZGVza3RvcDxodHRwczovL2MuZ2xlL0FOaWFvNXF5S0FMeTJ0dFBZLURVM2J5
bUNuVkF1c2tyWUd6UDJYRkI0NnpRRTVRZlAzLVFQU2JsOXZpel9NVU9TQTdJZi02SDBUaUlRVjl1
VHVkc0J3UFhqOGEyQUl3QXhqbXJQTVVsaHlrbnBMZU9iZWxvVERnRnhFOXlJeFlqNVJHZmtHelhk
SGQ5em9tU3pMdk5IazNkNGstMmwyVEdnckU5SUdoRG1vY3FQMUZRZlNOS242UVdzLTNpOWlyTENZ
YzgxNGh1MEpUUjhWTFlHeTJOZ3dadWdRT0JMZy1TUlRrUVYwemNxQjR0RWM0RlRUczM2N2tEMHVi
S0VJUlByeVh4WHVKOGphVGNRZEtYdloyS3RnM0lEbzFiR1VFcmJnZFllRHlmR1VURlBzXzl6T3JB
NmMzRVRDd05JSUQ4R0xrZ2JkaF9NeVpSPiAgDQp0byBzeW5jIHlvdXIgY2xvdWQgY29udGVudCB3
aXRoIHlvdXIgZGVza3RvcA0KDQpWaWV3IG91ciB0b3AgY29sbGFib3JhdGlvbiB0aXBzICANCjxo
dHRwczovL2MuZ2xlL0FOaWFvNW9tV2c3T2ZYNVVWNXlzVlBReDNXdXluaVNBb04tTkNlSzRvcXZG
RE1KeWRtU185SHNNMlZJWVJ0ZmRnUjAxeWhpX2pNcGJDaGpYdkdYdnk1WmluQTZFWjU2OWhnTjB1
VWFPRV9ROFpkVEl6WDdJdU9BMl9TUERmNFQtRTlLSUVscDNhYkdkYm5MZUJFTzNnendZOFl3bk5J
OW1aUFFGUUFGR0R1WXJpVFFKQWhXSmFmNndRTUNYSWtBa3RvS3F1Q1poX0hwX3hTX0llcDNyRmJm
S1ZYbVBXR3poRDJXem5OOEEwNC12dXhmYnNLaEFvZUNxWmpnVjNWWUZBamdZZ2hRM0xwRkxnXzhx
ck85am95eTBIZVZkX2V4aUdSNkQ0cDdhOVd0UG1VdzhlWHhHS1VXZlV0Smt6Z1ByTkRSRkhkVnNv
MjQ5aERvRjFiTT4NCg0KDQoNCllvdXR1YmUgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cDdqUXhf
WndmWUx3Mk1OMlJwMTBjYkttaklaVGlNM3BnRmdEU0Z3aGVBNFdVRDVWSXhsbVUxSkZ2UlE3N0hV
SHRpWjJ1UnBjZ2pITmRvNS0wRk1fMjRPU2hrX3VZc0FxRmRkdk5jUG1EMFd2eDc3VTRFZVFsdDRr
Y1JxTE1KeUFxZmJxVDdSWFZWV1NiLT4NClR3aXR0ZXIgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cmJpZGl0amtQUjJCUHlyM1NNNGI0WE1aeTNZQkJMV0NrY3RRY2ZNYnlrTEgwZk1iUVJUTDF4Q1Nh
N0tmcEYxR3E1YVpteTFqSkFZLUZFLVdId1VBN3Q5LUN3VUl6UmF3WVpFM2hwLUFYa2FnM1NndFNZ
dlRucGUxdmhzcnNCNVlXWl85a1pPekE+DQpMaW5rZWRJbiAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlh
bzVwQ3hqb3JzLXVrRFVVM1RJM2VJcko0Sm9MU1haUlliM0VIU3h5b1hMb3RYYUZiX2phc0NEeVRS
RFBGRjVjcG4wY0NaNHJOWGdEN1BDUkxpRElIYlZSUFNnb3E5WVl4NU5sR0RDQTV4T3B2cVJhS3Vm
SDIwLVJ2eTFTVUhWc2NkREhfdHJ6ajFUVjFTU1RmVWhabVB1Mlo1bEIycVJFVj4NCkZhY2Vib29r
ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXIyU0xFRUpzck1yZl9ENU5QMFU1TG0tZGdZQll0Z1VH
QTlDUjFfUHNyWnBYVERJRGEyQVhRSmhncTFEa2ZlYUpiRDl4NGVjU1NRcEZIMFN4d1JiVVhObEJK
YWVabG53Q2ZyQjBxSy03b1oybDh3VWNLdmtqb3BTVVRURDd6R0lUWjRvaFhFT2VMUEpsUVQ1b0k+
DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81ck5wZWs4aXNRc0taY19zMGZyRVlT
ZHRZc0U4SWlKRDlnVTU0Nnl0dkdCZlpIWkpVRWd3LTh1QmQxejk0VnZua2FlOG5VMVlNMTdXUEl2
bGJ3MjZmeWZYcVpGS3lxcW9uRmJXbGhXa3V1bmd4bUxRRjBoNTZEVVZ2YnJZa1FmX19mSHJuRVpa
YUE5TWhJU0pXZVNZY2c+DQpHb29nbGUgTExDIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1v
dW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWlsIHdhcyBzZW50IHRvIGJvb2tpbmdAMjRo
b3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tICANCmJlY2F1c2UgeW91IHNp
Z25lZCB1cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3QgdXBkYXRlcywgYW5kIHRpcHMgYWJvdXQg
IA0KR29vZ2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUgdGhhdCBzb21lIGZlYXR1cmVzIGhpZ2hs
aWdodGVkIGluIHRoZXNlICANCmVtYWlscyBtaWdodCBub3QgYmUgZGVwbG95ZWQgYnkgeW91ciBv
cmdhbml6YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRvICANCnJlY2VpdmUgc3VjaCBlbWFpbHMg
aW4gdGhlIGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJlIGhlcmUgIA0KPGh0dHBzOi8vbXlhY2Nv
dW50Lmdvb2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVmZXJlbmNlcy91bnN1YnNjcmliZS9ndC9B
TmlhbzVwUUZKc2R3cVBaa0d3SG1UN2tvRGx0Yl9oSVBRaFJSR1FrWnhYMXhvdEswdnppQ0dSZy1Q
bUVSaHJrRC1MVUV5MVI3cUU5NS1ScVFZRXh4MHlxWkt2by1JblZSeXM0cm5Oa2JDU29aN2dvTVhD
SUs1UlRHOGZkRnFkVVF1cWdyWWNxbHpRc1gySUlPUVNhcjVhTlE0NEtvTFNMTHFhVG5vWlR0SmJl
U3FEcEVSSll6T29tUU9sZXY2UVEtbHVUUkw5eGJsd2N6VjRPZFlWZW42Z3h5YzRPMG43R0tlb25o
b2RwZzlIRlRYUWRvTFh6ZU5EbFhMVDJhMS1OM3hQVTktdENSQWRlQ1NoOVRnWFdwRGtmSThVMm5T
YnJFTWRTU0xDcF9tZHRkTG55OGFQNXROUTk1VFBJMkxvX1NJRnVOYVN1T1Y3VkZxWXVQMGdPVWxj
eFFXdmx1WXlnMG1XVGNLODNEMVBwV0U2ZT91dG1fc291cmNlPWdtJnV0bV9tZWRpdW09ZW1haWwm
YXV0bz10cnVlPi4NCg0K
--0000000000000f44f5063bf0b066
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Tips to start collaborating</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">We've =
got you covered with apps that can make it easy to collaborate and drive im=
pact.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Modern, clou=
d-first collaboration
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Whether your=
 team is brainstorming new ideas, analyzing data, or presenting a plan, we'=
ve got you covered with apps that can make it easy to collaborate and drive=
 impact.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
12px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email3b-transparent-w956px-h600px-2x.png width=3D480 height=3Dauto align=3D=
center style=3Ddisplay:block;width:480px; alt=3D"Modern, cloud first collab=
oration" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:17px;padding-left:17px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Tips for col=
laborating more effectively:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:10px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly start a new document by typing in "<a href=3Dhttps://c.gle/ANiao=
5pHEfSQdqpqxpAVNsvR2UshKSvHPzwCTwO_lkA06E52c70KFl07Cpc6_sKDjK6w1WEaOAyT8qcx=
rcDtk228wnr76QKboqV0pZGWl1JTBTLgD5iJMIXu-w style=3Dtext-decoration:underlin=
e;color:#1A73E8; target=3D_blank>doc.new</a>", "<a href=3Dhttps://c.gle/ANi=
ao5rhXPWwTu7f1AjvH5OV8t0kRMTjeJcVTB9Jj-Dxji-eAuDFErrCU3-qdoUhwU08KWarhEX_Ck=
0b6nojHgUd7hpYeXWxbiITcGM_C2-bfueA9lo7jZo2xb2kWw style=3Dtext-decoration:un=
derline;color:#1A73E8; target=3D_blank>sheet.new</a>", or "<a href=3Dhttps:=
//c.gle/ANiao5qYbESZIHGoKpUzkzrg5f86HBPI2DzpzpHp7pWdQtbxr_yXRRuCf2TCI0-5YyG=
wk4vxnN1woPbM0cKIP8VFRR7HBCj2ERIlSmvki4FmbnWeK7qq-GLImVQ7Xg style=3Dtext-de=
coration:underline;color:#1A73E8; target=3D_blank>slide.new</a>" in your br=
owser address bar</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Share files with people when you're ready to collaborate</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:7px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add <a href=3Dhttps://c.gle/ANiao5rAmRmdpzU6GLDtwTg2P7k7FSvMxCIfG_pMF8we=
g1wVzDNgzTEHV0zb_WstulZ4aKTQFBMhHm11APhbrvPMLE0JZw3VLIhWb6Jm7Zea_PU4dOLaMeM=
taiC9e4RrwbgxyksSCOJimpl4JzlLQXWaCBvcwE97WcLzSNCesMq5JAHdOjkvQfvDHSfvMSrA_o=
W9VqngULNo7Bn6N9e3xHihIzPKZHj4YS6g83Ju8lgvltjillrYugxJgzLYjE5ucE8Kz7h0NPV7s=
4JkdrGcCIKZbes6lgO7pGIe6J6s_g-bTwB641CWg-cFrY3o1WRTDGD08VBfZF-q1o12aMP3v446=
Hjd4zT4REXXUV1NnNEa8DFEncdT7H4BaO12QEz-Rb4qKy119jp-i89T1ZRtgP5f_yg style=3D=
text-decoration:underline;color:#1A73E8; target=3D_blank>interactive elemen=
ts</a> to your files like smart chips, templates and checklists</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:9px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add comments and <a href=3Dhttps://c.gle/ANiao5o0YDv4gQEY9CBfQ-DGjlvHT8K=
-vZbamTOw30t2eE0y5Isxqt1h20xzfFixqOXiRTik13YXq9DSSB5RqAyeSYKejStXa0gQ9LQhhe=
kWOPm_7HVO7c02cXQRtchW7a6o-NTYNqCoPWbWkbJYPs-t3i5aPhcgyzTWknq0kF4tmeEradmGU=
4xxGZf4q6hl_gooO_hpgyhJPiLrUBltplyzBCl_-d_Cgo5Gfm89XZqNeyBlTZrRyxSIc_p3sUfx=
oUi7V8rjCeb2VFIu-VvsrNNrSbH3v67d2ch4CrqsPRsHPioKLP0-Z5WOZTZyabGOVKr84PuAOoX=
J99zcajga3L5yTwILwI2b5OleiofOphGItN3Zfms style=3Dtext-decoration:underline;=
color:#1A73E8; target=3D_blank>assign action items</a> to colleagues</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   <a href=3Dhttps://c.gle/ANiao5rdEuafc2Pb4rBaOs3ZwbuK_Rm4dGPA8jDQot7cbSdK=
phelG2dgSizRwzbUl415u4QqtC2nYe01o0WteXBMJV2mQdJ2ZnxRXF4OAd-3Nc6DZGV1Gt0Yp-Y=
PQJlSG3-ifh_M2KkHWN_yTNq-g0rQJVLHDxo55h5Oah6chyrZmS_Dd-BRx619fimVr5kX5tjdRT=
ES3fbft_h5RsM-wi-_SZgUVgyGBNR_47dxsjoT5EqpSsMM-c7ctDx707lO5r8JiQewlc3dqtP8Z=
7P5Jz_vZ4cItUZIO7BBdRtqSKGTtYha-NiHaDtK1E4HISv9jXQu6qvi07meezY style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Download Google Drive =
for desktop</a> to sync your cloud content with your desktop</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:40px;padding-top:26px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5qNIHxOkWMDNoydv8EVBcrYyv6Zwi6OZhOhW_Y7dZ7dsl9saxTQCbzm0F=
1Zn_mszvjVhKdZVvmBks8rLXUOaHCAScUCT83O7bwiAZYJ8vEey4dpgweFRPSozxyben9ULEtYc=
ZtLs7QA7A9h2cX5rRJiADe8ycVA0vicFwAmsDBrWYR4j4m1fXJcbn0E1jp3xyOUSunVMU5hoMdA=
2sWfPpoudtJtU6lOr38Zy5v5bGeX-JdcCDK8-_i9ug0N3p_OmeEo9_JkNpI7brVeGR6__YK_u_e=
baL1XG7Q28Uw8OQL613DJDUFm2rh7KTk_Al1XDRxS38stmlBTBo5H8g" style=3D"height:50=
px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E=
8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">View our top collaboration t=
ips</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5qNIHxOkWMDNoydv8EVBcrYyv6Zwi6OZhOhW_Y7dZ7dsl9saxTQCb=
zm0F1Zn_mszvjVhKdZVvmBks8rLXUOaHCAScUCT83O7bwiAZYJ8vEey4dpgweFRPSozxyben9UL=
EtYcZtLs7QA7A9h2cX5rRJiADe8ycVA0vicFwAmsDBrWYR4j4m1fXJcbn0E1jp3xyOUSunVMU5h=
oMdA2sWfPpoudtJtU6lOr38Zy5v5bGeX-JdcCDK8-_i9ug0N3p_OmeEo9_JkNpI7brVeGR6__YK=
_u_ebaL1XG7Q28Uw8OQL613DJDUFm2rh7KTk_Al1XDRxS38stmlBTBo5H8g style=3D"backgr=
ound:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bo=
ld;line-height:21px;text-align:center;text-decoration:none;width:255px;-web=
kit-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:=
0.25px;" target=3D_blank>View our top collaboration tips</a>
                                 </div>
                              </td>
                           </tr>
  </table>
  =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r490abxRReMJNQJ5XPgDfxQU3CpOK5WSSQPSn=
Y6rHIYqG--nt_-_1btGoEXKgK7PR6R04Wf20d7S8y_kZfS4FAPq1Qt2krU4nlhrG13HRaq8Evx-=
0dmQO9uf_GkNUrgubeVyeguOAKo3V4OHM target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5plXzdyXEFSKp8DAPXDcBAc-VDUf82t_blI1w6=
sGHVF0jryUwscfdzb3P3vHAeQczOUNxKa6q3NEwEJC3eyv6evxGnriPFyuyoTTDduXWNc7cFpQO=
E-TBtJ2axs20QEo8SNqguSwlO8gQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qAF6qMUSGuT0KTiDHDkK2N4f24sgUdPNxv0wg=
oZaILZlPy0pXnhAKJVBv0vkAfwTHKJeVlXgwzzPAR6PPtP9WxO6LOQxQw7PERT5UdipAm-ESpzd=
6SZMslvvMudKTRzUirauC7i3zFJiN6CWBHV7UXFX0eRlzH1xA target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qI5Pe4MvgF2dG117oKMFdjlfh1lOFUBZWx3-5=
gkVrsawj9X2oxZXPeYb20HXz1ojP-hCdJZKFYmO15FdmJkgT0RMUsWQ9ez5cH4W4FQLeabsZuPh=
-wMxo8JavAXfWXK_2fU05cnXAtWSR9_vbuYg target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qctXOVLVj_U61rBW1gPUN0Z4AfxCFlxbDwp7g=
M8UqozZsK7ZlTmq3HK5Z2AJUoc6v5OUc6xP-Q5QeVrRGpCxWqBIBjWP-y1aBR06gCuPRYCBXCMQ=
MkHkpgnZm6zGRGMgdTwqBUuDL6J7AmJMonjDkFwg target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to booking@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5ogazNLST-ryNCeqdaWLFG8xjpSu6-S=
TIxSv6rY7cj95bxs7WPmc2fnU8bChS0Jat2ml3Ue2XqVTA46fkahvZBoXp32hyvqNpcAFP4yXGQ=
cGn2f2j6ZgsUrQtNcY9mXOunr8pVqzp0i57T8sFZLg-igUY9i2rTvdAimj3Ul3xgif6jDy4FQq2=
IULG6s7YMiRAMf6KV0AYCOD1NcPGLFQQQ748W-6k_h4hif-RGDauFuvx5eKvQbiOM4KxQf59SlK=
v4mcs-WFDVrh8dueIT80KBQJfow_YN7isb7Z1yHyG6admwtfFmCl-erAEv8n-H0ue180NeE_unY=
9JBdi74y7v_AjzcnQB81AdW9KdkvULosxqs?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000000f44f5063bf0b066--
booking/new/1755273202.M280944P3558588.premium320.web-hosting.com,S=33952,W=34573000064000000102240151007557640020312 0ustar00Return-Path: <36lefaBEKAGMXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>
Delivered-To: booking@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id mBh8D/JXn2i8TDYAVkXPrw
	(envelope-from <36lefaBEKAGMXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>)
	for <booking@24hourwaterdamagerestorationlongisland.com>; Fri, 15 Aug 2025 11:53:22 -0400
Return-path: <36lefaBEKAGMXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>
Envelope-to: booking@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 15 Aug 2025 11:53:22 -0400
Received: from [198.54.122.200] (port=37289 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <36lefaBEKAGMXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>)
	id 1umwk6-0000000ExxH-0Tes
	for booking@24hourwaterdamagerestorationlongisland.com;
	Fri, 15 Aug 2025 11:53:22 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="HK4I/ZFf";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 36lefaBEKAGMXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com designates 209.85.222.70 as permitted sender) smtp.mailfrom=36lefaBEKAGMXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c3RTl3ZF2zC22j
	for <booking@24hourwaterdamagerestorationlongisland.com>; Fri, 15 Aug 2025 15:53:15 +0000 (UTC)
Received: by mail-ua1-f70.google.com with SMTP id a1e0cc1a2514c-89018fc89dfso3894139241.1
        for <booking@24hourwaterdamagerestorationlongisland.com>; Fri, 15 Aug 2025 08:53:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755273195; x=1755877995; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ACk+FTtrZwb2/jUEcvD3QobaAG66knS7u5bEqhIv0ZM=;
        b=HK4I/ZFfKYxZD9gTgEBZCBwftSsJahVLHY0Gu2l/1HH6BwfK1xdM/O5AteFi5hq/BN
         FQWND4HsA2wFaqCAC4P9DwIIde8wf0rQZzhO1sZvoytWqvBVFg1zPxdnSKbwzdK4hj7D
         hqroL++0KIXPRkp11Tm8aWH4VPVhgDo0djcsCyg4qfnKr2lX+D9OuDCYPMhaK6Z3IfsJ
         kLe+FIy7Nb/MX+kq5WZ7V251ojW8jl52zQOWN3j01/J5kfYo73Lr071++5h+rzGWesXG
         a7J3dLoI91xAGuCC1c8FmBMS4PmojWtnL+i/FZkb0Nyqh3lr6aG4KUF+tiw1XCSiN4Kd
         GBaQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755273195; x=1755877995;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ACk+FTtrZwb2/jUEcvD3QobaAG66knS7u5bEqhIv0ZM=;
        b=Rw4+XShc6sbA9l+dHaUCnQOYcojW/LvXaIIoGOnRrlB7xcYh3FFzLjV6lSs9+2rCbU
         18LKCEyc9nJy+GqTyrIlpkpzlwJCdOQaiQarAnQrbH7wu1PG9cY/jabPx6SHiCptgbDl
         0FIQzjzCOg1Huv5nQ23JefEO+lBKsrHokgHxaeOYaDPDWIWNjIQQ74OK1B0oqFwiTx1C
         37gzNicb9pgTbwhGz/zQTRbYxtskpgURnmCfh7KdC8JxCZAuUIBrtwXZKQhD/Au5BIBZ
         QpYWMo04G6au1RQiaaDQOVGLk64Dl0VANsCNJYP7+d9Y1UF5F3Ye83cdsIdkvQrU+dmX
         yBrg==
X-Gm-Message-State: AOJu0YwczVpD4bw65jdAr/vyhlOy0ynXDDAkC/hgCd6gSBB7z8Yc3bCw
	RSWnSG8LpjgiRpukRAQ4NBybRJDOJas23j0vm7RGQqNIEUFiiceijiwLkvsD
X-Google-Smtp-Source: AGHT+IHmzqYJ8H9fSgyWJTLYBRg8NYeF0bN0M5ZWKZ47i7ipKxSUk7KRBMqonJSbI6CT/5mAI+q7FnA=
MIME-Version: 1.0
X-Received: by 2002:a05:6102:3582:b0:4ec:c60d:bc11 with SMTP id
 ada2fe7eead31-5126cb4dd8amr968099137.14.1755273194937; Fri, 15 Aug 2025
 08:53:14 -0700 (PDT)
Date: Fri, 15 Aug 2025 08:53:14 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140161
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5rD-LdRGSOVHgxGwReFSB6wXBpIB0-O85dLSRFQwyPmfdFqeN-4ahw6YJkXX9AIPyizAJHunoaqsgvh2nr_ScwGKPX-3zm3_qhrtNta_s44rGooCFyVEUkhFtBm8Zg95epWTOksgtaC-wkdLoNyFzX4WWH89SRcUfQ-bMqozpla9okYMkKSAKdarAUwNJxUV0TJfurN5Y0E6JqlqIVAt6u0jMG9FeCfeVoKxF0PCPqc9uUUsEXQ0dIFzMeaLekF2xlImuSkl1LittHE-kLRNj4HhTi-2Kp-jh79vpY13xxwni4GPkgYTCdcDaETMe7pffMENsRKDvZrus69E49Qjp8By1STcziULuFnKlUE4XO9aew?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509411-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: bcdea365981a0000
X-Notifications-Bounce-Info: AWoTSIF42_iNPNEqgUQfxMRb-ZdyDUuMKdnnKs4CKOgUj9BPgP6NPE4VvdZiea3H_tywkaHF1U9Ex2UUFOFBql7B2WvoaEycxn0XfDC36ANq055LPiGyrNpZWmbA49ZcvO7IowfSPZG0JKJ2GA-ETmCiBuJbE92QBmW7-JcqGhk6TC5mT8NkEAdACNwFKeqp7Wcxfd9to5u-8Ko7WurcGwavy4gXznGzNPb1JSAeAbbgWg94pfzcakwWg8Rtz8fpj06BqQk_Rr5bBi5tfcgJRhXQrjo3ZXhDqDQX94QDTZSGEOFqgGo8cgXOZTm1S-key8rIrJmSbklp4C6RALIKvFD2TgqDmZ47be4-f9e-Bp07Kb9krsMC90YsWo5wzfWTJy-TadYS8C4grf1Rg_xpEW5zwKcpDgicMD0cdD2-WpaAMGTMlVwXLJR_fhpdHEc8sot6TYigWyWtmPxbCGeHHTh1G9EClwS-uvRUcubbarbEq1EGyi50Ni_4qAFeDHrrQOvNnw0oUnsityKamzkuq10KnRcBS3XjIHZGiPv9HNnNSL4HbzbCzVvvHSmH5LDK-8Wqa1YX-QWxHm5iWs_8jjQCShuPHEPNYVoXhGdmWAutqVI53Vyq-Hulzc-tsHKA8JpkLwKuZAb4mT_xGwOUmASaNSRg1dzGDbuE_gNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <e0c75d9848c67b96203abd43b4025dfda6c06afe-20189259-111085107@google.com>
Subject: Use your Microsoft Office files in Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: booking@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000449d96063c6963a2"

--000000000000449d96063c6963a2
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHb29nbGUgV29ya3NwYWNlICsgTWljcm9zb2Z0IE9mZmljZSBmaWxlcyA9IPCfkqoNCg0KDQoN
Ckdvb2dsZSB3b3Jrc3BhY2UgYW5kIG9mZmljZSBmaWxlcw0KDQpEaWQgeW91IGtub3cgeW91IGNh
biB2aWV3LCBlZGl0LCBhbmQgY29tbWVudCBvbiB5b3VyIE9mZmljZSBmaWxlcyBkaXJlY3RseSAg
DQppbiBHb29nbGUgV29ya3NwYWNlPw0KDQoNCllvdSBjYW4gZWFzaWx5IHN3aXRjaCBiZXR3ZWVu
IERvY3MgYW5kIFdvcmQsIFNoZWV0cyBhbmQgRXhjZWwsIG9yIFNsaWRlcyAgDQphbmQgUG93ZXJQ
b2ludCB3aXRob3V0IHRoZSBoYXNzbGUgb2YgY29udmVydGluZyBmaWxlcy4NCg0KV29yayB3aXRo
IE1pY3Jvc29mdCBPZmZpY2UgZmlsZXMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81bzlCaU0tVGJr
Tmt1ZV8yNVdiU0tkSGJ3eGpWV2pPWmk5VDhKY1lNS2N3cWFoU3EwU2UtR19HaGNVbWM1eGdTcXdw
TS0xRzVpOUtCVDh6THg5dzNWa2Q3WjdCTmVKMWtzQ2hEZmp0MkxEUUJBY2FDU2gtOEtldkdZNjVT
WVpIcS1EQ2VmZkZscmlrYXFjYkZpS0FkTEktQXNqSlhlRWpOUTBhVGMwX0x1NWo2Y2Z0WXp4aE93
ZDNfX1FFNVNQdWVLb2hxZGJGc292OGVnRFRheVNDUGtHLWs1djZsVXc4Uk5HZmF6Um5wUjVrOUpp
bmdvWWdaaW5RQmE3Tkd1T3pEdWE1SUhvQ054UUZ0aXdUNzdUZ0ZWbGF3Q1F3c3I2Z3BvQXdVenpM
YW5Za0N5SGtaZVpjOS1mMUV5ZHVEYXZnZ0o1WDYycDFzOFR0VGRFcFFtekc5T2U4dnFyemt2eEU2
R2s+DQoNClJlYWwtdGltZSBjb2xsYWJvcmF0aW9uIGluIE9mZmljZSBmaWxlcw0KDQpVc2UgR29v
Z2xlIERyaXZlIGZvciAgDQpkZXNrdG9wPGh0dHBzOi8vYy5nbGUvQU5pYW81cmtLeHFQbFpTcUZO
RzVUbF80NzZsSG9HMDYyZ3hfTmx4MWNSYXZlRG5EWG1LOU1wYi1yNXU5LTM4N2ZjWHMzSU9jY2ZP
SUFGbldXbVliTHVRd2pQWUxkeU9UUmt4T005c0pMMmdib2dhT3dtUEVBWVZUaXoxekVvY2xwb2p6
b0dOZ1B3c005TFkyYWpVS08wTkhOcHFFQUNLMFI4VDFLSXRHcjBGanM5dkw3UUU5T0VmX0RrdTND
R052UGRySktSeHJSVkJ5UXRkU0MxMENrejk1b29BM0ZYMGtNNnZqUE1Kajd5ZzN5TDh6WTM3Y1Vl
UEh1cmVUQ3hPbTZVQ1M1QlFfRkZDaUZLTlFRZ3FsU0VJcmJMMmRxalBaTFJQT256YW1ZM3htQzB4
ZzhYXzlQSWlYYXFnVVRoUzBUUT4gIA0KdG8ga2VlcCB5b3VyIGZpbGVzIHN5bmNlZCBhY3Jvc3Mg
eW91ciBkZXZpY2VzLiBZb3UgY2FuIHNlZSB3aG8ncyBlZGl0aW5nICANCk9mZmljZSBmaWxlcywg
a25vdyB3aGVuIGl0J3Mgc2FmZSB0byBtYWtlIGNoYW5nZXMsIGFuZCBtYW5hZ2UgdmVyc2lvbiAg
DQpoaXN0b3J5Lg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9YdEN3
NzlqN2pNZ0hSdEpRSEx5aHk4LXU1SE80MDdzQkhNdWpOdFJnSkZFSFp1Ukk0QWlfS2Y2ZEtoWkdX
cHBIQ05mVFFXeVgyUl9teGJ5QmZDUDhmUllfcTR0RF96a2loeFZnSnJ1X0tSOWlvYTIxbUhtNGxU
aFpncWsydjhRbF82ZU9Fem1iWUQ0Y1Q+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXAxZmlGMWx1TXNjMnJqeEJtRml2b2wzV0xrUG43TG96RUVOcVF6QmQwZ3ZxeWdKRXg3aTlYei1k
UkpOa3kzLWlaemFNdUlCLWN4ZkFSS1RjY3RwalMxdkw1bFFIVnJFcTEtMGtuTHFYQ1Q0QmJZTkx0
YXU2WmhVTzBxOFFjUU9SamxvUXJCYll3Pg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81cU5rV0RvU0EzMi1maGZZckRreEpjN1MzRHVrRC1UMXdOd1hNWlNaOElFSEh3dG9aUTdhSXFy
RUd0UFhzb1Y2YndGRjRtOUkza0VyWktPdDQ4R2VuWHA0ZVdLd3k3WTlUOVRvYWVrcHRpcGN4UjNL
QUhDcDNtejQ4SnRtdEh5a3N3Tko2bkJHQXptcG81X3NYaklWbTlGRWN1d0VtOFU+DQpGYWNlYm9v
ayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxR2xldHNHOXpneVVXbFpSLVVkc2FIemlHcUstdnBx
VGR4LTk0dWRRMmZXcGM1aEJVbExBUGZYMlhDaUduQWJxM3p2QlhlYmUtRE1lc0tQQjl6TFNqNTBt
a0xYVGo3V1VUYmhwRmRZOGp5RnY5Q2Jrb21YdU5ScnkwZDdfY3AwaTdHNFhFUkRaRGJVek9mMmY0
Pg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJpY0x5bUlXZ0wyWmstYml1LTcw
d2ZEdDVMUU9oVUd4RDVYQmgxaERDV1NYTldZUDYyRllfeGNmUGtPeVFFcU1jdXJFbjNMa2ZxR3Ba
TGFsYnlLU2ROMHp1cmJ0VnRja0ozNk5SMTVXbXNWMXR1MTB1VzYzWDRlVFpkSjNpUTcyX0lXRGZE
dG1rbXFhM3VTX3FkUm84Pg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBN
b3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBib29raW5nQDI0
aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNlIHlvdSBz
aWduZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBzIGFib3V0
ICANCkdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJlcyBoaWdo
bGlnaHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5IHlvdXIg
b3JnYW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2ggZW1haWxz
IGluIHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczovL215YWNj
b3VudC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3JpYmUvZ3Qv
QU5pYW81cG5qTEdnMlhBQUFEWEg1VjVkT09HcS1xdEhxVTZyU2x0Nk5nYlhyN0R0SlNvZHFTS21r
dlBUdTF0MEhLd3BBWllhcDRyMzhFUUZfemc0N1BHYVRNSTVQbWJYcWxNWUIyTGxOblMtZnhEZ0t2
ZzVRQ1RocElNSjdYVDhMZFoxaW9Qb0hid2UtTHF0UWVuTzRwWWY1MmE0d0xXaGVRMmJVU3JXTzBH
dDRGbHZSTTNnN1NDSlRIc2l3NWhtRDJKQ3VZUjd3emwydlhhU0Y0OUdSLW1xNXJlb0JlUzBFTFJm
SEoyYU9sLXFiM1dPaUZRa2FFZlhJYmZXZEJNaVNSRGlGc3ptb05XR0xneW5KazRnY0trNXNWaUJR
VDVOVTNzREpLdHo1YWlmWW5NY1g3NU9xNWR2LTJnMXpBTVRRWjBHeXFUMWZybFc2QjVwaVdHS3dT
bGdOajBnSGZqTVZ1V2pqelNhUWZWSkFydjc/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVtPWVtYWls
JmF1dG89dHJ1ZT4uDQoNCg==
--000000000000449d96063c6963a2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Edit Office files in Workspace</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">View, =
edit, and comment on your Office files directly in <span style=3D"white-spa=
ce: nowrap !important; direction:ltr;">Google Workspace.</span>&nbsp; &zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:18px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Google Works=
pace + Microsoft Office <span style=3D"white-space: nowrap !important; dire=
ction:ltr;">files =3D =F0=9F=92=AA</span>
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;"></td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:0px;background-color:#=
E8F0FE;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-email6-banner-whit=
ebackground-w1280px-h720px-2x.gif width=3D480 height=3Dauto align=3Dcenter =
style=3Ddisplay:block;width:480px; alt=3D"Google workspace and office files=
" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:17px; paddin=
g-bottom:0px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Did you know=
 you can view, edit, and comment on your Office files directly in <span sty=
le=3D"white-space: nowrap !important; direction:ltr;">Google Workspace?</sp=
an>
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:15px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; "=
>
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can easi=
ly switch between Docs and Word, Sheets and Excel, or Slides and PowerPoint=
 without the hassle of converting files.
    </td>
  </tr>
  </table>
   =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:26px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5rByVGL1m8o7D-m6opTvT71i8WyP-sl83EPMUMqpjRnE5jroDnv2eCe7F=
bneKoVq8XOAUQ-nmpBDrXc2b9qmPn0E9G1BId9yGZdyabtSxMw1UV9AuYvwmkTYq9_3ko3RrPnq=
CDRN3fMoYYd6z31Dt2TNmYPASniFmfsNc9R_Ubdl-Yh-4Osaxt_db5lKA_n_bFbTJmr88rHin7m=
kmOQWKEhkTHjV--NGAyAhfHnKtBuIZdmEKEI7BlTOVV4v6AZ2NaaAteysPUQ5X4Eub76eK84dWs=
TRUuaOwPx2rlkdlrp-vBfKcgtuW-Lu0XG9Lf5YLOu90cfMcUA-M4FNST8Bu8gWcQ6Xnj6tUTGjg=
" style=3D"height:50px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" s=
trokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Work with Microsoft Office f=
iles</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5rByVGL1m8o7D-m6opTvT71i8WyP-sl83EPMUMqpjRnE5jroDnv2e=
Ce7FbneKoVq8XOAUQ-nmpBDrXc2b9qmPn0E9G1BId9yGZdyabtSxMw1UV9AuYvwmkTYq9_3ko3R=
rPnqCDRN3fMoYYd6z31Dt2TNmYPASniFmfsNc9R_Ubdl-Yh-4Osaxt_db5lKA_n_bFbTJmr88rH=
in7mkmOQWKEhkTHjV--NGAyAhfHnKtBuIZdmEKEI7BlTOVV4v6AZ2NaaAteysPUQ5X4Eub76eK8=
4dWsTRUuaOwPx2rlkdlrp-vBfKcgtuW-Lu0XG9Lf5YLOu90cfMcUA-M4FNST8Bu8gWcQ6Xnj6tU=
TGjg style=3D"background:#1A73E8;border-radius:4px;color:#ffffff;display:in=
line-block;font-family:'Google Sans', 'Roboto', Arial, sans-serif;font-size=
:14px;font-weight:bold;line-height:21px;text-align:center;text-decoration:n=
one;width:265px;-webkit-text-size-adjust:none;mso-hide:all;padding: 14px 0 =
14px;letter-spacing:0.25px;" target=3D_blank>Work with Microsoft Office fil=
es</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:0px; padding-b=
ottom:10px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Real-time co=
llaboration in Office files
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:1px; padding=
-bottom:39px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Use <a href=
=3Dhttps://c.gle/ANiao5rNwP6fR2kavzdS_3_6MZO-feLNadO5d8Xl_ZdJxPLdN8IWzORXYe=
kMhFRV6A3hXBfSUuZ3JU4Nitnra_oYDGNSoCHJNw6tBM5WWX9Rje-etMXyA63ywiH1iLWDL7Ix8=
t-mdaY6VdZGuJC9s7ndHHewGpsocChIKCGjkIM4rbUwhZbERJL3-KsTY2TIRg87MwIUpwQLA4Te=
hY9Gdq0dXvCa30DDyHqRXj4K-Ua6S7sv41tzq39nNeGn-FDxrVNiK2CLeGZz4lOfRSXyCi2eMbl=
3E7uuXFalOIhx_DUqduZvY0Vh0Xb4RvgbPM2xkKUY style=3Dtext-decoration:underline=
;color:#1A73E8; target=3D_blank>Google Drive for desktop</a> to keep your f=
iles synced across your devices. You can see who's editing Office files, kn=
ow when it's safe to make changes, and manage version history.
    </td>
  </tr>
  </table>
    =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rsrGXA3z_lGWjyAIcn3PYGUIZ3Bdcwo6Bovq1=
m5by5Mz6yfTTuURXwS1x2hcLR1uzXWb6qJvEkdAbicEjo-LuKI-TKDVVdQcFi75DD4aNdpJa7sh=
R5fnflcdXI70uM62uMIoCwosBUDffZQLw target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5orVmLBzV-tQEDMMcCvY3GdDX9hG_8LuXwyTIo=
kuywMsrsJWZFYbWPd2q3knKpc_HzevGOHW0uxfL87J3nVzrkCCwbs5G_D6hqwBqRgOxNhxVIU4f=
ZkUePkyH2gR_hGBBhsRCjhS40EOQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o_Ku8r3jJHIWRg18Fj18O8AZ5Kxt2gftxNmiK=
Q4aO8XdBzClAb5e9mfVX-mR4W_y0_X37sJnpQE84GI2RFZ6hgwQc_xy8R5YjMwKlrwqcL-dpLat=
SdY9T5X8amGvFEAxkM46F_hr5LehPIql3IOqaXY0kKUvgPMOg target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q_mmEQ1QniksZG8_VzAZFS7fJpagN_BXqGnmU=
7e_sT3-HYJY3_9avt5aCvY4URZVvV4aMM6TYRN4xJzTEGebm1BHs9xAvP1sRok9tLUfFm0nXPmM=
_-lDtcPY53V_twG__irrM1k7XcBvRiDk5KwQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rckinP6-K_AxD_TN8YZvXhJw-9kmoQ8eV4Lcc=
xIPNpPg18fs1yf-MXh6AXNtjttsxScRridSWANAfPzySrvMHX_SQwfWBlpLWxQ3BV-gb7vRqeVX=
vCd8k7dhiW0SDCCw9itm6l27_5Bd7D_gZAMR_Pfw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to booking@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5rD-LdRGSOVHgxGwReFSB6wXBpIB0-O=
85dLSRFQwyPmfdFqeN-4ahw6YJkXX9AIPyizAJHunoaqsgvh2nr_ScwGKPX-3zm3_qhrtNta_s4=
4rGooCFyVEUkhFtBm8Zg95epWTOksgtaC-wkdLoNyFzX4WWH89SRcUfQ-bMqozpla9okYMkKSAK=
darAUwNJxUV0TJfurN5Y0E6JqlqIVAt6u0jMG9FeCfeVoKxF0PCPqc9uUUsEXQ0dIFzMeaLekF2=
xlImuSkl1LittHE-kLRNj4HhTi-2Kp-jh79vpY13xxwni4GPkgYTCdcDaETMe7pffMENsRKDvZr=
us69E49Qjp8By1STcziULuFnKlUE4XO9aew?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000449d96063c6963a2--
booking/new/1754914026.M653362P2452695.premium320.web-hosting.com,S=24805,W=25582000064000000060345151007557640020312 0ustar00Return-Path: <34NyZaBcKAE0q97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>
Delivered-To: booking@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id ggBNJurcmWjXbCUAVkXPrw
	(envelope-from <34NyZaBcKAE0q97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>)
	for <booking@24hourwaterdamagerestorationlongisland.com>; Mon, 11 Aug 2025 08:07:06 -0400
Return-path: <34NyZaBcKAE0q97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>
Envelope-to: booking@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 11 Aug 2025 08:07:06 -0400
Received: from [198.54.122.200] (port=44544 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <34NyZaBcKAE0q97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com>)
	id 1ulRIw-0000000AI3R-2NRx
	for booking@24hourwaterdamagerestorationlongisland.com;
	Mon, 11 Aug 2025 08:07:06 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=tTPd2KG+;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 34NyZaBcKAE0q97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=34NyZaBcKAE0q97x2t77463ux0t-236t40Dv33v0t.r31@scoutcamp.bounces.google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c0tfT1JZnz55p2
	for <booking@24hourwaterdamagerestorationlongisland.com>; Mon, 11 Aug 2025 12:06:57 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-71839bc5591so62276587b3.2
        for <booking@24hourwaterdamagerestorationlongisland.com>; Mon, 11 Aug 2025 05:06:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754914016; x=1755518816; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=McTbpEwiWsP9dBhNo76vCY0YsfdZEYHaPcvCiq7jKmA=;
        b=tTPd2KG+clhq9LDrA88IR266jkZsEh8SN8SFDDJpHk4QFMWcpmc7aGk1WA2xnePJOO
         xjQuxBq4Ri/Az1Q360EmRHxZt1T8rr87t/ml3KHS7ri9i/rge029DmfZ83EdvLgufS/i
         yTqrjGV3akI16vI8zb0O3TfL7ncHUhlMf9n6eD0sduA2U/3SBr3+kR6kGsTkomSOzyCz
         FrtT1heVh5UrfT4Foyvxea6PWHlM1ZwNMI9SBQ8AH6AEmrKFh2JNN9avHm9gi9nDiRAF
         6GZ+r9AV4ALzBp3153ZQOXDQnn+Pk9RzBKn2MLItwDgXesSOTjjOZeALQCPW1BJ/I0UC
         aZJg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754914016; x=1755518816;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=McTbpEwiWsP9dBhNo76vCY0YsfdZEYHaPcvCiq7jKmA=;
        b=qsgFT3KYC8u4VKa4VPUZ5xRmfLmLZ4P54obEWqi5wrLlQn/XJduwngQpO75iVeKs4P
         +ROaEBxdFeb6jTzSN6UA81Ol32WxUHQhjk/8tH0vM3Jylli/5JRym8MA3zC6BZA9seMk
         7TKB7tFG8grO2XXqyHM5lz6xdy7JiS2HMb6/qm9N4ERwcTdmni/xHIe0NqyzJnQ0Aiex
         dyqRmNDmZzjA/oAZp4VzmOacKeJ6wUQeynbprtrcytcFYp7G8vADwWuHJ3JX8svKZjHb
         2sD2r3tdmcJcTiNs+BVmncvGdAZYedVy7PEPNK/sbsfSjTBXt26frEaHP1wKOPB+CrEh
         /akg==
X-Gm-Message-State: AOJu0YzP1as7xWSLck0YRRehT6OQ8sQaSBN4gbXnMAnz+IQCWSisdKm2
	xRDGBk2VYUcvUgqD6JfsSXC+kvEprJmgdY8A52KHgFE7jU0Trs4mofF6WIqF
X-Google-Smtp-Source: AGHT+IFGx4a8z8FZ4rc4hw/kjBI9h4mf5og3/unCLeoAzr8Ik4SOtmnNjYFoRYGSHOQsC8gOV5MOh+Y=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:6808:b0:712:cc11:af8 with SMTP id
 00721157ae682-71bf0e09bc3mr151270317b3.27.1754914016591; Mon, 11 Aug 2025
 05:06:56 -0700 (PDT)
Date: Mon, 11 Aug 2025 05:06:56 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 09f815204fea0000
X-Notifications-Bounce-Info: AWoTSIHg7S-tv24t2tE_if-llEYmF9XlLCHhrc62IK4gcgVW-8oGlOQacW-yQubwdaT_fRteZcWph_Nx7dyST1bjQ83hziO5ar0AXNcjermQu45gWuceCTKDaM5obgAqDKlW3bQN68zfTKKH6QZwS_FbjsTHSWAzfQavVn1Z7lQ2VJJQbSlNcvxQBK-nTryQOcHWwlxcp3_UPYRZhZ6so3MMpAQYmLiJcpo6k9GXRTFWDYp3f65R72gPGXzXs6BtGzaZ3Q-N5P9gCZ0HxeGTRBvIQLL8nviJXJy2kB-WaZRGYFtgCB7PjrAJkVSVNEGhQmkZlwUA8yhndwdEHL8G0-ze4NYgQ-8QJ1Kwq1uxmUk_vNcuzAkMGTpNvn44sXvEBcWcqWfW5Z_218PB39hd6uVLyaPDkJCA250zJEclyrM2A0ziIbPx4f657hOlYL6MGCQosPTN2gsWoTFY5Xg8tg4WrbPCDCoyLW_WnjdRjCefifFhh1FIDKFkU5zC1kD8o-4uRjnRFWZnbJeFQNs5bGuZKxQ-I4ijmw9wbHrPyzegVBp2UMHIwRur04oDjmlE6PE0TZ_2SHWOWcVF1YEEesKD1VVuZRZMJjuc3IwCjEMGyGAQkCD2hMpKdBpGCeuTjaENjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <d6c5394ccfa6112d39f21818e2c9af0bc5d109fa-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island Houston, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: booking@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000091fe7e063c15c2e0"

--00000000000091fe7e063c15c2e0
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long Island  
Houston<https://business.google.com/n/13468159314337410384/profile?trk=https%3A%2F%2Fc.gle%2FANiao5qYElYM3B5nJDfzxUsrlA9Z8OF361OjuJBL9OwhQwCfkri1VgtAEI2HqkiVLm985DNLA21BUYpYjYpyXeEsyywAtRpMWtJ8Ainbjq0B_17bzeaszSq2qbwfKRs>  
at 3810 Link Valley Dr., Houston, TX 77025, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

Learn more about our suspension  
policy<https://c.gle/ANiao5oRfihtJfk9_a1NsVZUZFvNYvXhAG6yTntCODkIOHUF0-1PNA6R2pOJqPh8H4wo8p1HD4LlGPlRC8r4iNG9VJmv9nRG4Mtqkqzu9ActuNy5jtyICaQJuq599N2I0DOJ15prU3FdQd_dkbVj8vrU82317LY_LnVu5ELA9xjBQ5Mi>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5oU9xoR8cb4BQeyJPq9yG_dHYT9oo8hRgYwBSEmAVGT7yFAkAIqJ4roxxOshu81ZSWjVrmpnbTPW5BsnpN3W2C-snxUcCDfo0plJ9UBsDqr7qwm1dOBoqg3M-JdbsEtv0Bu-dXaYZNDTwWcSopuX09JlE_TtzVtsDVe-ywkB0Ni36V0z8F6w-3X7DWcwiuooRxsU1XuU3sgHJNv12K1IUZRHuQFVI_4CNCQlD8ZsW8>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5ocnS49XwxwJqcVtBlPiD4x4c_svX_8JgCcHCCkwN__mlsG4mRrQ5SGbbm17gk08-AG5AYmhOJMaH3LePt1VtEeC9ALP7J7bqk91VFn9QO4P_tD5JveRIMz00OW74HNFne8ik4>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000091fe7e063c15c2e0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5pCiDaP2CAdeW8uyrhT1mvVeRNjK=
LUk9tK-THq25DorSWS9J_-PxwEa_5IxUEccx59L0pUjyy9mqMzAjkY0YEAXjeTtna5fEXMiYUvK=
tOs-vrCt1flGsIqOFysgjWhd6bUnfO9LzhtV9ULd3Mct2NVswoCKyK_q6uC6L1x5bGVwVxw7YJH=
GUjKGIqT97J3o6O2PwYvlpiHgfo8FNRNbR_jg5wWjx_TTJf0hM_czchvysg>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
3468159314337410384/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qsmaFAw4qMhVW=
Mibcp6doFjrQ7f_l2y7nuEiv0aY9K0ygKgR0dz4BIqn-hXJlTgq_7F6Hi9W_p2lLGlfraAHaoXY=
PV--IlJ-5Hynf22XQwA3Ht5LgdKG0dlU6d5Q target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island Houst=
on</a></span> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-d=
ecoration:none;font-weight: 500;">3810 Link Valley Dr., Houston, TX 77025</=
a>, your Business=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5pe8DRWZoVSFHgRos2vpyr8Oi=
cZzRR-RPNfZo_aVnQMO3UGcW9OrAFHEjxz9YprYZS_xQ47MgQOSDHtWvL7rZrK6qbl59YZJwkEJ=
0fk_DZLzahcLlX6Uz4xunXPOSTSjrkO7O_vBZi-XuEIDqqMUm-fIUZYfFW6pe4DwkCemgJ6lf8 =
target=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension p=
olicy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qISekiD_qj5ZkVFTXf6uU7rAACDyz5SmmwXaXo0zuNL5L=
-oTx9MRHl290VKZJY__JYpiPKUP_WkALrWTFF00bG3xrX_B1d0m2plVGAM2lN_ZPT1kWrCEGdJl=
jSXwvAxO-LwP9oTPAbk0-d-nunYokF_trJLQ6Aoq_rjDK-XeuKXlAGj14bTNZfKUrocaeEd7pp8=
X49xC8q3qj3n5wm6mtLInSePWpvlKhOXLRo8JUT7Q target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5qISekiD_qj5ZkVFTXf6uU7rAAC=
Dyz5SmmwXaXo0zuNL5L-oTx9MRHl290VKZJY__JYpiPKUP_WkALrWTFF00bG3xrX_B1d0m2plVG=
AM2lN_ZPT1kWrCEGdJljSXwvAxO-LwP9oTPAbk0-d-nunYokF_trJLQ6Aoq_rjDK-XeuKXlAGj1=
4bTNZfKUrocaeEd7pp8X49xC8q3qj3n5wm6mtLInSePWpvlKhOXLRo8JUT7Q target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qISekiD_qj5ZkVFTXf6uU7rAACDyz5SmmwXaXo0zuNL5L=
-oTx9MRHl290VKZJY__JYpiPKUP_WkALrWTFF00bG3xrX_B1d0m2plVGAM2lN_ZPT1kWrCEGdJl=
jSXwvAxO-LwP9oTPAbk0-d-nunYokF_trJLQ6Aoq_rjDK-XeuKXlAGj14bTNZfKUrocaeEd7pp8=
X49xC8q3qj3n5wm6mtLInSePWpvlKhOXLRo8JUT7Q target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5o0W4qFCVPz8OnFR-FRiy5cABWp4UPdQjfexLk4VKIu9t=
IxB7ndLQzAU9sElm_DRJcdlQXqQVOtqaT2dVbhgRmcuqUwGtZ_q8RJM7EYRW30I46tCzU8JVJbS=
LuRDKlrI4vaXMb7Gw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pALQXnatTpJHhKt3Jl6F2fbjZbtfMgqLQu290MCJGFozEwN1b8oGW0uRoM0TICTR=
rcCk4c3YH9zkTfZ-zpMhEptZ9gGWtOGlVLNksffSJsf-Tey2dJ0ha2ajqGLfVFQxCuzA.gif></=
body>
</html>
--00000000000091fe7e063c15c2e0--
booking/new/1755014000.M472876P3248359.premium320.web-hosting.com,S=36000,W=36652000064000000106240151007557640020265 0ustar00Return-Path: <3aGObaBEKAOcfXaTbYJLN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com>
Delivered-To: booking@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 8NSrG3Bjm2jnkDEAVkXPrw
	(envelope-from <3aGObaBEKAOcfXaTbYJLN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com>)
	for <booking@24hourwaterdamagerestorationlongisland.com>; Tue, 12 Aug 2025 11:53:20 -0400
Return-path: <3aGObaBEKAOcfXaTbYJLN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com>
Envelope-to: booking@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 12 Aug 2025 11:53:20 -0400
Received: from [198.54.122.200] (port=51924 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3aGObaBEKAOcfXaTbYJLN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com>)
	id 1ulrJQ-0000000Dg3G-2e4J
	for booking@24hourwaterdamagerestorationlongisland.com;
	Tue, 12 Aug 2025 11:53:20 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=R5oqrm3T;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3aGObaBEKAOcfXaTbYJLN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=3aGObaBEKAOcfXaTbYJLN-WXaNYUhPXXPUN.LXV@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c1bd46hSGz55p8
	for <booking@24hourwaterdamagerestorationlongisland.com>; Tue, 12 Aug 2025 15:53:12 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-71c42b0045bso8284007b3.1
        for <booking@24hourwaterdamagerestorationlongisland.com>; Tue, 12 Aug 2025 08:53:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1755013992; x=1755618792; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=hhmAq/FTLLOpYw2oujZEPsb0g4aiuV6BweQ9s9sOA+A=;
        b=R5oqrm3TS3vu1KqF4PBk4o3XyShyknCwyBgwo6RsR5gQqSwb6X0CLCYhjWaKbzG9Rm
         k3wmsff8jojmIE/Libaj6XFs1xJY1lUjsMNHh49DEGrV7CXJ7EHaeZvf9PRW3x2KXJj6
         frTknKW563dETKR8shQmDUGAvPHBpKluojAf/W4FwZhL+MEaVnq9v/6+Q3pWogiX9LHh
         KBVj4tlYBDwkKUrJR0MNqcfu1juOJs5XfoZ4+k9iY317/meujmfj2YuUa2zHR0zaRn4L
         ykJkavNgUo9mLSQzIebb0VpRkD196lJiqVzqEsf0xK92bioRrEHXyslR9dZNpNUyUvyk
         lndg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1755013992; x=1755618792;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=hhmAq/FTLLOpYw2oujZEPsb0g4aiuV6BweQ9s9sOA+A=;
        b=gyg+nfzjPXbWtZ0OPTtL2PeIrTD/IPeV/lmSggTd5AEAO+i0vwauR/eo72hacuE6WQ
         uHLuGtaTuYF7AxRkX5lSTCy6XJOYUBPUexrOl99KeBmAAVZWgvsPbF0SiG8W4IuP9iEi
         dv+vyUaPbqBLZFEbOYpL59M3zV+C/SpwDvsWx4gnq4Png8UAJ3Yi+Lzj8ovsHR5PGIZW
         jlO8Vr7CvUoriPalruME68JV4rUFCdWad2i0PUVeHTAo0qmFua0umrWt3ArDmIzo8zHX
         a6sc2qFpPPlwkwM2wr09HmtPpC5iXDyX+F7CkarPDe7jyyr26Lq2Y89DQLEQPtFgrpFp
         rXuw==
X-Gm-Message-State: AOJu0Yyb/MWxKGpu8kSVU8pIdKEjfqNNWgGyXNy8A9wfoilSwFEPzqL9
	RMcCniSM4JUKKqAPYmyCcEQkp6otFIskipziBoxQ34Mp0vJuAg/Jbt37Ouj4
X-Google-Smtp-Source: AGHT+IEhAEmwuQVdtPzu8Tg0F3/tANceyVNQN/qARLXPNianilbZuCnRp1l5OAJsmqWqqJkZ0mRtqE8=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:a92:b0:719:a34b:5e50 with SMTP id
 00721157ae682-71d4cddc91fmr544857b3.21.1755013992389; Tue, 12 Aug 2025
 08:53:12 -0700 (PDT)
Date: Tue, 12 Aug 2025 08:53:12 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140159
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5q9yPBeRiqsCT-alg5f2vGrFL1TPhDqBoAEh-0IRH5RxFzAsUS4C9vjB4B916EHiT9lsNagoa_HlaOIO32pqD8w64kcp3Q-I0vcr6YrK1dksCk222TY2sjKaZOSikP0A0vETe3QZpZMwEFgyzgIfgpjeokoNVw9CUCMbU1ryAERmoOGdYqSQYzDixwurQp6HzI_lnmUdxjMZ2JXnact_Mmnwcf4GXvUm8rKYrhBvK4KgB2h-v22HyT4q0PTSM50IFvUt4j2vWzyDJNsFCgAWjt0J7Er9deSGh-4Ip27wL0NQ-gcNEp4bwQwMvW1-q94bJoosMWtVggcVvAjzA89pVk7wc72SuH3twz-xrLFMbjq5pc?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110511039-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 8502357dfcaa0000
X-Notifications-Bounce-Info: AWoTSIFKU9dKuvdYJILfidU5PVgj_M_z9DZ9klQIsM6LaevMAqzFHhpPT5l1H7KlbmonIwZX-se8JOsEDQpKP2SAPjXZLnPT-7_QPjt2wl_R6ORz7iNld3TKC6ITITQ8OgIT4FSABcroEVDfLMas374GYehpZ3LHzEgZQ_4Mdqkl-v97yXgS-6Vx2YGAmSS1gapkj9m1_lRVt1M44YRRIXUwNCzmZhG3mi6nr2jhs5IM9VV1i1nZDqOCDhaEqXfuaTI0nmcd9w8JTxsAEX-RfRKgkDGcpXiUB4iqVNWQAFdLs3pEWcchD81fP1uvwNWZEoFqzW1od1sPeOlo9XZ8b3cQnMcXGieCTqtIZ_zR1JF2c13op87NenEfmA2fOO3ItdMPQMeR-P-8ZRVOtflM5NX9FHYxjwZr1KO_98dJPm4uc-00ESqHW7WAVrYlhogxUy6JQ1iNNrSLLTLT306bv_ASl0Wy1A7VnZsXTRu_h8WBGXeW0NrAtwvnx3JnkmIsl3yGIAThDYp2SJpLFBqqSapaxjb_D0TSdj0B2rD2F9euhYvj-S3x0s_OIDkPmuLuM2j2xy5vbx35XQgWIvwT8bd5dit7baEXu0o-MdzTsiIZA_A9O2BxqHrt_8Meqnal1_olAdBeGzwjjcwUxKClDpTBT0GuvAL1dJBOxQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <44a766533b5f4f02cdc29e36415cce44e12c276d-20189259-111088891@google.com>
Subject: Connect with your team using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: booking@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000979d79063c2d09a5"

--000000000000979d79063c2d09a5
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQpHb29nbGUgV29ya3NwYWNl
IEVzc2VudGlhbHMgYWxsb3dzIHlvdSB0byBjb25uZWN0IHF1aWNrbHkgYW5kIGZsZXhpYmx5IHdo
ZW4gIA0KeW91J3JlIGluIHRoZSBvZmZpY2UsIGF0IGhvbWUgb3Igb24gdGhlIGdvIOKAkyBhbGwg
YXQgbm8gY29zdC4NCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQoNCldoZW4g
eW91ciB0ZWFtIG5lZWRzIHRvIGNvbm5lY3Qgb3ZlciB2aWRlbywgIA0KTWVldDxodHRwczovL2Mu
Z2xlL0FOaWFvNXJpd09YdVdheE5aX013WGJodUxIZVVPM1ZJNWc4ZFRESFZuX1pfX1FFX1ZENHpa
RWdDZm8weDl6T3B6UlFlRjE4eko0OGpmOXBNLWtKeVF2SXEwdHJmaktQVmtGcHRlSVhfbEdBRUJx
VlRUNXJlbWJzZm1qNEJVUTA5OWZHdHNjTUlnZWNsOGl4S19mellIcnRiUFhVNVpqUzBlaTgtdDhK
Z0NHb2o0akZWMEJlUGdoTnVoY3ozRmVGNmk4ZjlvemFaLTg1anlIT0dvZFJPd0sxTFBJbUtZZnlB
SURQd240ZUY4SUs5cmxsMlE0SGVDUDRTanlCNVotc3V3bHBqVjY0b0Z2TjBBQUlydG03YlFQUC1U
a3h3ZlpvPiAgDQpjYW4gZGVsaXZlciBzZWN1cmUsIHJlbGlhYmxlLCBhbmQgaGlnaC1xdWFsaXR5
IHZpZGVvIG1lZXRpbmdzIGZvciB1cCB0byAxMDAgIA0KcGVvcGxlLg0KDQogRnJvbSBkaXJlY3Qg
bWVzc2FnZXMgdG8gZ3JvdXAgY29udmVyc2F0aW9ucywgIA0KQ2hhdDxodHRwczovL2MuZ2xlL0FO
aWFvNXExeTFEY1FISGxKLWpmcVc2ZFl2a1ZWdjM5b19SajluRWlCMUdPcGJranNzQkY5dngwTHlQ
Z19VVk9FLWpyN2pGMEhuTjFfOU1jS2JXaU5WVHZSWS1qVGhTLWl5TWxUZnR6eC1Ja1ZoRWpoSy1P
Vk9hR3l6aDNjbU0yYXJUdzZaS19iTmpQU01kam9Ia2FIX2xHOTE4THhlTl9QaXNpT2FWRGlza21C
NmtGN0hCZDNnaGg1M29BZUtUcVVyVlVVaHlBWE9YY25saERTN3RjUVVrRU9FY0pVUzNxSXN2OFlp
YlFieC1DX3pOaW5pNXh5WXBmMC1mVkFIVDdxck5wS2F3Sl9mYlVxMXAwekhYaVh0dElFazRCajQw
PiAgDQpoZWxwcyB5b3Ugc2VjdXJlbHkgY29ubmVjdCB3aXRoIGNvbGxlYWd1ZXMgYW5kIHRha2Ug
Z3JvdXAgd29yayB0byB0aGUgbmV4dCAgDQpsZXZlbCB3aXRoIHNoYXJlZCBTcGFjZXMsIGZpbGVz
LCBhbmQgdGFza3MuDQoNCg0KVG8gaGVscCB5b3VyIHRlYW0gY29tbXVuaWNhdGUgbW9yZSBlZmZl
Y3RpdmVseSwgdmlzaXQgb3VyIGxlYXJuaW5nIGNlbnRlcidzICANCk1lZXQ8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVveUVzYmc5a2k5Q20wTHVuTkVjOGRYVjVPSUpMMVV3UnhEQ1RsV2tGazdaSGx0OE43
S3g3X2ZYR2w0ZXZnMzBNbjdnS3FKbHlXazk5cjktZmxSYmdQWnA0R1c3bEZQTXRCcmRCVDZXUUtu
dHBkNXlBX00wNjViOHMzSGNkUDJ2RS0tWkxyOW5TdUdwNU1jdXFXR1poeUt1c2JfdWhhckItTEFz
aDFmMFVnTDZoODFDSkUwMVdncUswdW1WclpMQ3E4SFhKNmNtMDhfMzJDWW5USnJicXM5dVdTcHYz
aHFKLVdzZUZDY1JaWXZfMjloTzlPUDJRbTBlcXNkTHhna0hWc1hPQjlHV0UzWVNPNHlBRDBQbWNa
M3NMNno0Q0s0RWdTQlQ4cXdXT01DX0FQOEpLcG5ySkJ5Mkp1bXdvUDh2bHJlM2pGZTI0M3MxY1p0
X0NlUVFiRHFqbFk+ICANCmFuZCAgDQpDaGF0PGh0dHBzOi8vYy5nbGUvQU5pYW81cDFhdmFLWjZ3
VTgwRm5kTXp6U3NGOWlfWkhWUWxrMmVQRWJFMHA5X1lkV29fd3drcllwOEdDV1NBeWRaODVucmhj
RVF0am4xSkhNMzdTUEJVZm5YWHhfS2V4N2VkckhXZEtubFktNkhxRi1feDQtcDRTVGtUOUcxMVFo
eDdJRnhQRm5hbkVXYWZHQmcxTGcyZWxFeTk3N1lweF8zQml5cTh5RDNCSHB6QmN2SHZpc29UUHdF
dDlIR2s5a2VHaV9EUnNVYTg3clZQNmVVWk5uc1FuNUVEb2tIb1ZkakhnSTYxbENQVUZNSGpOMERr
aHQtQnBfMmNtUWpGR3A4Y0VveVR3S1hmYmQtekhnZXdZY0NrMDZoUzBSQmdPYTlGcHUxakxrbU8t
b3hWbEhZOVVNd1dYNnJmenN6b0hKYzc0YTR6d2JtaHNnYURGYjEtS3dZTEZaUnJaXzNFPiAgDQpw
YWdlcy4NCg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxbDcyNUpMVklw
N2hqLWM0VTNzUjVvck5CWlI5SkEyWUlXVUY0V3gzdlF0anU2b3VNbDgwRmVLZ1UxQzAzc29rTGpo
WTM1MVY2LXlIdEtQWC1kSmhWRXZuMXFwcXZlNHprOUdxSzI5YkcxSTJnWG9BcTFuMElDVFV0NXZJ
bThUdm9WVF8wUWstdFhycy0tPg0KVHdpdHRlciAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVveXRY
bGgwVWVmZElHd0xCMWRoNV9sdUZfVzFXMmFXSUZ1Y21XUndTVnZQWlA3cjgyeWoxanZKMi1vbXRz
UVJaTzdkT3Y3dGdPc1h0TnhHZ2ZuRzFvMGFIMnJoNlZHVTV5bm80SDJyc1hQRU52XzF6WTUtZXFZ
dWdsWHR2UFFVMXMzWFFhYlZ0QT4NCkxpbmtlZEluICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFO
dldGek42ZWtZem5pM3NCQk1Zd1hxOXBKbzFfSnRIRk9HSHljaUN6VkllVmYxNmwzNmJ0M19QVG1G
anlabEFobkxYQUQyZm96ODVqWGgyYVplOElEaDZyQkJOUUNjRU9MMVlHY2hrVndjcWZUc1JyN1Fy
dHBwRkVieVQ5aS1JTExzbTA0cUlrd0c0RW9oUmR0ZFBvWEliREFEQWZGPg0KRmFjZWJvb2sgIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81cFBiQU9wdnhDSFc2Y3J1MnVMODU0d3lJeWFLTV9kY01iQVJU
V3ZiNVVxWWxmbThsN3JuN0t5eEFNRlVTYlpEVzk1MmpyY04zTDlwNVJWUUxHUjJURFM4SnJVdVRK
VlFnY2d3NkFRcUtkQ2s0a1ZXaER3QlVDR0llSjN0VWpnNFpwSFNYQkVTVThnOERXcVJFTT4NCklu
c3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwSkxmSTdzbkJUOVZrZ1U5MmVxYXpPZk9Q
eU1WYWZZWVIwcWlWeXhjMUhiX0J2TXB5ajdHeXdmUTJRSk1INE94VmU0d2l1bTJzTzZPdC1KYnBp
SlVmajdwRGxreWtHYXFidUtKUlIyTlZPSzA3b3hpWktCUmJ0aU9HTC1XWFp4SG44bzRUdGVmODQy
U28yVi1lWGdsRT4NCkdvb2dsZSBMTEMgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRh
aW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2FzIHNlbnQgdG8gYm9va2luZ0AyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gIA0KYmVjYXVzZSB5b3Ugc2lnbmVk
IHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRhdGVzLCBhbmQgdGlwcyBhYm91dCAgDQpH
b29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0IHNvbWUgZmVhdHVyZXMgaGlnaGxpZ2h0
ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBiZSBkZXBsb3llZCBieSB5b3VyIG9yZ2Fu
aXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0KcmVjZWl2ZSBzdWNoIGVtYWlscyBpbiB0
aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVyZSAgDQo8aHR0cHM6Ly9teWFjY291bnQu
Z29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVuY2VzL3Vuc3Vic2NyaWJlL2d0L0FOaWFv
NXF3aUZHNURNV0VLUjlqRVlGNGstb1pXXzZXQWxWWEcwUE0wUnp2MXVGaXR4QUVSazN2eUhjblRF
TUVUeUxnNDVwTzNoLVM2VW1sTHJPUzNHUXAzaHdMZnZYaDA4c05mU0QzQ1lHNUpubTNEc3dFRDh5
eUJCc1FsaXFLaW9FcVZYcnU5cHVTZTJkT3V3eHE3U3JMYjJfRjFqRjJGWDZhOUo3NFpEYUFfRFVN
Qzdnd2RDSmlhVXU4akJUcEd0aGtmMDhMME9Scl9fZUgwT1BrOHRnQWFMTFI2d2Y4SzJXeHFNVkRI
X2U0VTBYVlkxOWkxOEgtUkdLTXlPMzJ3bjNMSU5rdEZyRW9EVkZhTzlRWmhMYlRSMHpPdUQxM1ho
M3h1YjIxN3RaekFWdHVFMTlQc3JKd1E4dzkwMXdnQlVOb2lJVjZQNmZWY1FfMmt6V3g1dXhsRnhP
aGZhdzZWSWEwbk9rT2NVUHUwT2txP3V0bV9zb3VyY2U9Z20mdXRtX21lZGl1bT1lbWFpbCZhdXRv
PXRydWU+Lg0KDQo=
--000000000000979d79063c2d09a5
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Fast, flexible communication</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Connec=
t quickly and flexibly from anywhere, on any device =E2=80=93 all at no cos=
t.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Fast and fle=
xible communication
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Google Works=
pace Essentials allows you to connect quickly and flexibly when you're in t=
he office, at home or on the <span style=3D"white-space: nowrap !important;=
 direction:ltr;">go =E2=80=93</span> all at no cost.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
10px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email4-gw-transparent-w1730px-h1058px-2x.png width=3D480 height=3Dauto alig=
n=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Fast and flexible comm=
unication" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->
    </td>
  </tr>
  </table>
   =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-meet-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dmiddle align=3Dleft style=3Dpadding:0;pa=
dding-top:0px;vertical-align:middle;width:64px;color:#3C4043;padding-bottom=
:19px;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
meet-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:24px;letter-spacing:0.1px;padding-top:3px;" dir=3Dltr>
    When your team needs to connect over video, <a href=3Dhttps://c.gle/ANi=
ao5q4z6MDhqvVW7jJMnvNkBg9nmJBxCAH2_fvAxEOjlPg7vCHe0PjSj4PDa-xcyo7ExVKbqq5kT=
q0M0whpPbo5E-z-3gsQjTAB70WAkenPpqMCUTb8XoB_tdrx1sf8FQsyLPKGauFHXp61xLSc6to3=
HPVGbzSFzEqpmZ9VHhoizri3OM59PqyFsbz6yjLTXPyM-cvCJXI2JWAh9iYEhDv0E24J43bv5GR=
J58tHmoQb0EDz70Zw-Ff9vUfHtQD1uTLGgI8Bnq9wx9d7lLgY0XuNJVhmONw5g style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> can deliver s=
ecure, reliable, and <span style=3D"white-space: nowrap !important; directi=
on:ltr;">high-</span>quality video meetings for up to 100 people.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-chat-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dtop align=3Dleft style=3Dpadding:0;paddi=
ng-top:17px;vertical-align:top;width:64px;color:#3C4043;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
chat-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:0px;letter-spacing:0.1px;padding-top:0px;" dir=3Dltr>
    From direct messages to group conversations, <a href=3Dhttps://c.gle/AN=
iao5qTWRFFkK5x_VssN2vlGmS0Z1oilWwe4MntgvvF7_5syO7zPg_um4brKYiDoiC84Hf6l914_=
THGL4vQUMQbvuiADJoxgYF0bVEYuayaRKGQO0WxyRnk-zjEYGI4YUchXHUf44CxGUJJv7kdVwe5=
S9qJuOsYPxB7CRfxSnlfmUQ1Qmqh24vVPcUpgbBdf3j6QzEY6qO2puauaACu_DxEZI3tDqB-C5c=
iWpdB6U0nZRAwwyY10jqW1n-1lxzF5bcwldW6cQZ6l_T2N7XGKcw65OxnZ5MFjw style=3Dtex=
t-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a> helps you se=
curely connect with colleagues and take group work to the next level with s=
hared Spaces, files, and tasks.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:40px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->To help your=
 team communicate more effectively, visit our learning center's <a href=3Dh=
ttps://c.gle/ANiao5oLLPlK-P6dCKFQ_mwunA29J6KmpFoeTUuVhVGMDdQssgjFfJakNE-WUf=
t2gXtMNRb8kQeGvb6MHTxeJfPto6kzs-ZzCwhgKDqQDjwb-Xdtl2QfliorrEihD5EA9I47VtVEf=
OHwCcCA9Httq_9Y5KA8NiQN7KilAAt200p2SOzIod5v9u17Rzyx1IZBUOUs7sZ9LthCMFR5PDTG=
9vq8YR0B4-NsJPw1n4Yx4nVzJ2UQ61R_tH7XG_Bxw-6MGbZ-l478kGDCEslu_5Fyt-ZUjQyRhmM=
UqvR1sh7U66Ys-Qb6isbL17zrOIcLtpUK6jLcMxLl-mHEbo-9zcX44PGCsI1At6qf6g style=
=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> and <a=
 href=3Dhttps://c.gle/ANiao5raT3yvVNfnZ8RkhrRCulEOpTDL67e5PzvBRSZb_U9MQH3Z1=
stBV8IXNQmyArAxurvGPuqbNPqVA6ca8BzNJWG1ezPftfkDocCxv1rvlJzvCpVfjAAxzuWwhIT1=
nVvhhzCVip_3nbVmb_BfZmdU8f4LXpteeHGaOqQNX6beTvM562yLZ5kVI4wMW28cPFoA-_-i7nM=
lh6Rnc0mJZwXC1hliCTPnJtB9ANRIIbdx3ykM7WdhJX1SbWP0V3WoCVEP0qIpjck9DSIZx2Mn1b=
t8jZSLanXdOh-KvsE1VUOCOzkl7eHsoeY_XUwSKKIB6BvNIP830QEt1EbCRXx7I45opAEv4uCiJ=
w style=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a>=
 pages.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rhXruMFv_vAAjCG04xPu6WEFQo5UOcOax14O6=
xeon-he7cclWgVeEPzyXGpTZ_1A9GRTbJUAwrhc2DntwxhfGqgUBjXfT-d7xyxP3i_B4XducsWv=
uo_X8p3wGexhbt_3CsgxOdoWbHg9pdRgM target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o6WxBPzz4oe6XLfWPXgYvtiOIoB-Cv-6WUhaS=
I6uBrLwBHqrvCXlMJi09AeccwU8j-VIMnVZhKFUlVuY1ZtDXoQMj9Ydn6_x5DUblyVwew2qyR5p=
jnpChZgDjDka1dzsrAWbbRRXWwFw target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rM37yZK9sJRzddoe14wE0M8_l1VD3vtpjkxEP=
dddICLwomEgSEA97028rVc5CY7EB_VZmw0G5WEd1TPcYCZU3SMbkwvNzyulSzfOrJ4POOh-lW_I=
zuvifUDt85-W2yWddikcAcW6Cj3soLl7-ymLJvvSL4EEX17qs target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5p4tFkcaw9MgKViwOQiEPWxkBkN3_YDMc6g0NX=
mziO-dPwPvQG8lZGRFAIj8kLLur_JFhW_CisOPLuJxtYASpI2DEPl9xbOA_kO6chpXwMoD4P1hX=
Sv9mbbhEVF0eISCCvurIfO_98GrE5DJi1pnw target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qL20Rxm-_SLTNMsswXSYzLg-lBw8lYpYXXkMC=
sJmXpCr-5BbIB7DU50-d1-IWKTlMnltiVazzmuspTmiEk3rtaV1G0kvmH3H_BqgksVzgi-Xe1OY=
kITEX3Ke17vSyBCyl4UG-SfxZumoy1PgcoOJqGVA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to booking@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5q9yPBeRiqsCT-alg5f2vGrFL1TPhDq=
BoAEh-0IRH5RxFzAsUS4C9vjB4B916EHiT9lsNagoa_HlaOIO32pqD8w64kcp3Q-I0vcr6YrK1d=
ksCk222TY2sjKaZOSikP0A0vETe3QZpZMwEFgyzgIfgpjeokoNVw9CUCMbU1ryAERmoOGdYqSQY=
zDixwurQp6HzI_lnmUdxjMZ2JXnact_Mmnwcf4GXvUm8rKYrhBvK4KgB2h-v22HyT4q0PTSM50I=
FvUt4j2vWzyDJNsFCgAWjt0J7Er9deSGh-4Ip27wL0NQ-gcNEp4bwQwMvW1-q94bJoosMWtVggc=
VvAjzA89pVk7wc72SuH3twz-xrLFMbjq5pc?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000979d79063c2d09a5--
booking/new/1754495600.M66844P2034256.premium320.web-hosting.com,S=37101,W=37799000064000000110355151007557640020227 0ustar00Return-Path: <3Z3qTaBEKAPQskngolWYa-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>
Delivered-To: booking@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KB1sA3B6k2hQCh8AVkXPrw
	(envelope-from <3Z3qTaBEKAPQskngolWYa-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>)
	for <booking@24hourwaterdamagerestorationlongisland.com>; Wed, 06 Aug 2025 11:53:20 -0400
Return-path: <3Z3qTaBEKAPQskngolWYa-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>
Envelope-to: booking@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 06 Aug 2025 11:53:20 -0400
Received: from [198.54.122.200] (port=46900 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Z3qTaBEKAPQskngolWYa-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>)
	id 1ujgS8-00000008YJ0-0zWR
	for booking@24hourwaterdamagerestorationlongisland.com;
	Wed, 06 Aug 2025 11:53:19 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="hTad2/z6";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Z3qTaBEKAPQskngolWYa-jknalhuckkcha.Yki@scoutcamp.bounces.google.com designates 209.85.160.198 as permitted sender) smtp.mailfrom=3Z3qTaBEKAPQskngolWYa-jknalhuckkcha.Yki@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f198.google.com (mail-qt1-f198.google.com [209.85.160.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bxvvr3yCqz55Zl
	for <booking@24hourwaterdamagerestorationlongisland.com>; Wed, 06 Aug 2025 15:53:12 +0000 (UTC)
Received: by mail-qt1-f198.google.com with SMTP id d75a77b69052e-4b08898f776so1099751cf.1
        for <booking@24hourwaterdamagerestorationlongisland.com>; Wed, 06 Aug 2025 08:53:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754495592; x=1755100392; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=0KUhcLc+YvAAzcEwOQrpgxNKFbakS3YbT1pBPyARmxk=;
        b=hTad2/z6VXLBptsi5nDPISdY4waqA75RFBIkuuHMFyjh5VN/CvR6zrIxII41piavfM
         YweWjsMtQNXKrBRwZjtAxkvtvA0Go+/zNBXRqWActOECo61d07h3SubN0PEjv5wqVi4B
         2brWRJu1CLtRYhyPZjovV+YWKYXEyXmKbnVpnDF0Juh5qDqFofNxXh4WhlYBpYK4xNxt
         r6e7ag4otqVRkivPfNaoPaJy9aEBD1KzXxkz2a0JZI0g5jX48ks4xu4MnCmdpbDUX4GE
         0caPiiYYmfbAjaZSOsl6xiIudzyj2EdZLvCJAResn5mk8aM1NM8nYQqCL1OKgqtzueby
         UkOA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754495592; x=1755100392;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=0KUhcLc+YvAAzcEwOQrpgxNKFbakS3YbT1pBPyARmxk=;
        b=oNfm/KF7MIrsSFQ9xer15hrefpSW11s5I46HVaDcdNFwzrzJWS+v8xz30bNfarNJtq
         MEtuxaYoYvr/Rmsf7+pdeismjA3zGX3eGqfdPaz7SBWpN/W7Qty7Z6XlZ6krWLU/JOij
         HxcO56gHnFV/EnwKemZpuh43Xt5Iemp2XgFUG+F/d41rcMfFy1BVbKUfwBlClX/Cs4fI
         qFmSlu5LMDs9en7FkI/Ks+iZ0EMTzKzOQyZwE5taH1YWDwEugvkkJmE3krYVCljCWCh3
         2DfMjzNQ+ZYMpKcEPbI/9ms4E+fEQZgGOgH8r5SH9njPV0KI9AaKBxoKTrfO/IFOGKse
         LKvA==
X-Gm-Message-State: AOJu0Yzm43Zav/AqjNaEqnEZ/BiK6E+XcpyGfPRpxhoKyzqQju+BZ2p4
	QHz2Utvt253rfhxigHg5+N8YLslHDJW9MJXKLwtA09+XyYPJRDiijwpfpVoA
X-Google-Smtp-Source: AGHT+IE944WgFW20tQjb1Js5wnA5ekItunQAdSfaa+Kzf9Kk7V9RYuFgkLt3uFtug1b/7YBOS8FWcTY=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:5a0d:b0:4b0:8890:105e with SMTP id
 d75a77b69052e-4b0912cb7cbmr54014501cf.2.1754495591763; Wed, 06 Aug 2025
 08:53:11 -0700 (PDT)
Date: Wed, 06 Aug 2025 08:53:11 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140163
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5qtt0UZeos6djaeDc5eSoF53MD98UWrNmrDf9UH_FWCiYuTisHum1LLwf1_2lVMAujKkDCj7paBCPTLIxHJ35ZD-d6D1kor8fx0T7Qrf9LdfceGkeCc7RORqS-n4cd5CFsxXRSNMPh1IzDGCRgrGcnPzBLeAaXRPIDbDCGA4x06j2t6gdO-JFblgYW_XAjHxLaEyjjhyz0fXouadCqUTfarEOcHjkGGSsJZsbSwsB-rbmo9LiHHqKqi0Ce8Pze99GcOlM0MtT4XDcl50yDAMPSgAHJZuJHrI5WSt0qFFVZspsFWE9jFD2cflTSv1ghMZ3RSW2yfxwhLjy-5t9H2eYNyaWv-x4sSH0j-lksV4cEoImY?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509348-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 1eac0715a25a0000
X-Notifications-Bounce-Info: AWoTSIGgXOqWeIj3HFv3fnX_QBLY_urijYAVLngUmhKBTJcSCtbC96J_ci4Be9QnuuSb8TXjEn3a-iWAZXuciM4FlspG-HKS2Jf4DyDM94wCml_tZDgErJIWClq1xrGfpPWWJDIeO3vXwL0dfVC3TrrEUFrADIZLmWLM39mRnA5q0oAScDHrQB9L7ehzntDI3alA5RYlrenVp9zNYMomEic8DGatHiCZIYkbXn_8GxcYNPyZijRzX-oa7yP_ZX7Zq9cumpwPZBruyRH43o49579D7eD6GD8Bn39dZ9RKZ-sQnDiW6Ney-l9Z5zlIr3V1oAC8As52MtUR5CaC8MoNMaeKDPheXoKqaZy0ajGrpf5XQH-ZK7-SZFfn7UtN0MXvChvoBwBOQ6UEhRDvrQoLxduxAFzW68RBmhJzs-Hh5rhkmvGwsROmIrYEM8eVgcx7KDrwSa_QirHOw9aNO_7OZ1OMElq5aGBU1JtawqLRrCbxUSoql06FLJh_9mG7PZM7eUPNLI6DbxpEn2MY-FXBYaaNaSo1l_7ZiuIu3c-JhLypdk18z2F4IncWseqD4V4bCROBtJmtThkSm4djPJTtgwt7YPVzTmiUEc2OwaBvu0LyepCQygQnsb6XP1tQ4pl4RJjUZIJfDc1rXuPeUYh6RiJ-yWlDilKCP0CergNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <aac27a70dbbdc849f99e7cd648637149cf512783-20189259-111088031@google.com>
Subject: Collaborate and connect with Google Workspace mobile apps
From: The Google Workspace Team <workspace-noreply@google.com>
To: booking@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000081cf15063bb456d7"

--00000000000081cf15063bb456d7
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHZXQgc3RhcnRlZCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UgbW9iaWxlIGFwcHMNCg0KDQpTdGF5
IGNvbm5lY3RlZCBhbmQgb24gdG9wIG9mIHlvdXIgd29yaywgbm8gbWF0dGVyIHdoZXJlIHlvdSBh
cmUuIFdvcmsgIA0Kc2VjdXJlbHkgYW5kIGVmZmVjdGl2ZWx5IGZyb20geW91ciBtb2JpbGUgcGhv
bmUgb3IgdGFibGV0IHdpdGggR29vZ2xlICANCldvcmtzcGFjZSBtb2JpbGUgYXBwcy4NCkdldCBz
dGFydGVkIHdpdGggbW9iaWxlIGFwcHMNCg0KSGVyZSBhcmUgYSBmZXcgZ3JlYXQgd2F5cyB5b3Ug
Y2FuIHVzZSBHb29nbGUgV29ya3NwYWNlIG1vYmlsZSBhcHBzOg0KDQoNCi0gUXVpY2tseSBhY2Nl
c3Mgd29yayBjb250ZW50IGluIERyaXZlDQoNCi0gRWFzaWx5IGNyZWF0ZSBvciBlZGl0IGNvbnRl
bnQgaW4gRG9jcywgU2hlZXRzLCBhbmQgU2xpZGVzDQoNCi0gSm9pbiBNZWV0IHZpZGVvIGNhbGxz
IG9uIHRoZSBnbyB3aXRoIHRoZSBjbGljayBvZiBhIGJ1dHRvbg0KDQotIFN0YXkgY29ubmVjdGVk
IHdpdGggeW91ciB0ZWFtIHRocm91Z2ggMToxIGFuZCBncm91cCBkaXNjdXNzaW9ucyBpbiBDaGF0
DQoNCkdldCBzdGFydGVkIHdpdGggbW9iaWxlIGFwcHMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cU5iXzNvbzdUSkxHZlNJN19PaF93U0NzbENVaVFrU1hSVEtWb285VmlWMnRFRzVKLTFERFNHXzBS
M2RqNjBSUE5UNXd4V2E0QWZsY2hYMERyMThmWUhlTmZadXZRUkh5NDBaV2hvVTRuV1VUQXg3dVRs
OERWdEU2WS1NNzJ3bnNlU1k1akhodEliUWUtSWN0M2JUVnowT0JQeWE5T1hNZ2MtN2hYX2dsZldW
dlBBTmN6dVlzMWE4OVFTR2FwcmpleEpzQk44LTdtU0RzVURmaGxLejRtSE5iazMzSE03VDJ3Ymw0
Y0h1Tmt1VTU4ajNpRnJRd3FlUjVKN2U0Qzc0N29sZGtXVkxqY0I4eG1SaWpaTlVVYmFDMm9oYUhT
OUNtbDNOR3BFZ2tlR0pqeTVEWmNiaW5BWTZlTmpITHdxU2dTVkhVbWhkMFNFPg0KDQoNCg0KDQpZ
b3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJBQlNuQ0Y4Q1NOcDlQdFpGZjFrTlZXMGFn
TFJYRXVnaUllYVZfSVlJVGtMSVRTa0lXVENxNjVxc2JhYUxSdXlQazQ4Q1BCTkxzNklybHpPdGZw
ZUptOGh6VW53d0RVdlNXOWpxNlNGUXNmdThrdkpNWm8wT2hMSUFFTHdLbDZNLWM1LWhNek9vcEFo
djk+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJfZnVXZV8zNzNPNXRNSkRXU0st
NzUtSlRlckxvT3BJOUJVUDJoRzAzY0IxVngwMVM2X1VGT1RlYXU1VnFPbnhiOXNCcExIRlFIOFpV
and4SGwyZWR6RnNsRXo2dERNWmtIV2Z4d3dtMW45czhiX1pTMEt3V3IwS2NEUmtkT2tMOHkwZXoz
ZEhNPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cHRYWEJycHluOFdmYmRHVU5t
RXM1aWJSNkZ2VFpWR2tDblhDZC1wNXQxSF9ZZEN1VUI1dmNLMEktY2FBMm1oUkdranZWdWVmd2VX
aHNVdVluUHFlQ20zWUNhVlBLaVAyem5vQXJtZDZ0T3l2T2l6Ty1MOXM1bzktVGtiR0ZMbkgwQWhh
VkdQOGJUekdrQVp3QlZMaEVMN0Q0RVZEZGg+DQpGYWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9B
TmlhbzVvTTh3OFQ0SUdLSWQ1OTh5OXo3R01KUUtTc0R0OXJ5VENfSkJCSjRSUnNjODJOd0J0LVhY
RE9FNUR2aVBJbHdQMFZLTWtuRDgwbjFGSWxxdjQxWEhTTlpmM0FIS0RVb0IybGgzbnk3NUpQRmRH
Mk9EQzVUc1Q1bTBUZDBiOEdCb3ZTYllsTXl2SDE1bGlDWWtzPg0KSW5zdGFncmFtICANCjxodHRw
czovL2MuZ2xlL0FOaWFvNXBCRlJkbWE3MFZJSXZMNU9qQ3JVWjdBYjlCNUlMNE5VNjR0OFlUUTNh
X0l3THpRWEp0Y215U0tvbktWTXBWWnV5bUVGd0VkRTNIOEFwVmxfT0lzSVRXcUF0M2FVQWpfd09R
dTd3UmFIOUk4aFdfdXBZV0kzcjV2MU5tbDFZUEI5NFNyLVM0YU1XajhNLVpGYm8yTGZrPg0KR29v
Z2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0
Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBib29raW5nQDI0aG91cndhdGVyZGFtYWdlcmVzdG9y
YXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNlIHlvdSBzaWduZWQgdXAgdG8gcmVjZWl2ZSBu
ZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBzIGFib3V0ICANCkdvb2dsZSBXb3Jrc3BhY2Uu
IFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJlcyBoaWdobGlnaHRlZCBpbiB0aGVzZSAgDQpl
bWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5IHlvdXIgb3JnYW5pemF0aW9uLiBJZiB5b3Ug
ZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2ggZW1haWxzIGluIHRoZSBmdXR1cmUsIHBsZWFz
ZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczovL215YWNjb3VudC5nb29nbGUuY29tL2NvbW11
bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3JpYmUvZ3QvQU5pYW81cllZWkk3ampnNVdDcmFv
Z0dGcm5BTFo5T013eXdkSW54VnBzbHMza1pJRDhncGRqNXdIVExvcXp0em5wdUFSTThTV0FDRXJ6
WU9HVVdEMUc1bUFfRURNWGRXNUF0MXJmSGlIMUQxbzNmdzR4LTctMXBOVDItQnBlc2dPMHRXNS01
VHV5UHhWM2tWN3pTcG5HdmFaMnQ2QTJ4Rk83X2I0MUhOcC1JN1FlQ2MzQ2cwN2VQZ0xzejBjWkF0
OGFxVEw5UjVEOHhwcXY5cE9EZXU1eDhEMkUyRUw4UEs2RTJ6QVpDZ01wWUpBTHZUOXA5dzJ5YXZ0
MnVXa1JKZDByeTFHZFItQnJYTTRmVWtZcjNENFcxS21admN1QjRmOWxtN2l2ZWlPVFhLc3RqYjlv
bE1raWZXZ0JrNW5zZHdMSmE5Y0R5TGVzd2xOLXlMSzZ0Vy1Ca3R3RXJVYWQ1R3RpV0IzVG1VZlNr
YTVhSU8/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVtPWVtYWlsJmF1dG89dHJ1ZT4uDQoNCg==
--00000000000081cf15063bb456d7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Collaborate with mobile apps</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Work s=
ecurely and effectively from your mobile phone or tablet with Google Worksp=
ace mobile apps.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Get started =
with Google Workspace mobile apps
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Stay connect=
ed and on top of your work, no matter where you are. Work securely and effe=
ctively from your mobile phone or tablet with <span style=3D"white-space: n=
owrap !important; direction:ltr;">Google Workspace</span> mobile apps.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
16px"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:6px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email6-gw-transparent-w1600px-h946px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Get started with mobile=
 apps" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:33px;padding-left:33px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew great ways you can use Google Workspace mobile apps:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly access work content in Drive</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Easily create or edit content in Docs, Sheets, and Slides</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Join Meet video calls on the go with the click of a button</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:3px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Stay connected with your team through <span style=3D"white-space: nowrap=
 !important; direction:ltr;">1:1</span> and group discussions in Chat</td>
  </tr>
          </table>
     </td>
  </tr>

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:55px;padding-top:28px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5qR1rOwT-dvcuOfHkFi6I8BTkQqKX0n2d5aVvMS4HUf7M8X2YukF0O0gQ=
440ozu3hQhyrqIbKJoHhVu-VxawvvmNkBU9DwMPpg2fGqk954lKKQZNZC_suwEijCXpw8mIl0-0=
rnqSGg_E47M28RbMzaZzIoOrVJS6nCp0CaRjwhgUS_oDdrdpn9_K7uuDBG8DBA2aEHre3A2oAFx=
TWa7ABb5yQq7zt-zMlHwiXmMNA0S2qtpXmGCl-nqXaPtUjiBP9F0dO3k6Og2WtH24SEVitrxIso=
4GqxgifKmacTxUUQCJE0xvv7Nx-jM_ZmogRiucKvYBhOsmwvHpL8" style=3D"height:50px;=
v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" =
fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Get started with mobile apps=
</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5qR1rOwT-dvcuOfHkFi6I8BTkQqKX0n2d5aVvMS4HUf7M8X2YukF0=
O0gQ440ozu3hQhyrqIbKJoHhVu-VxawvvmNkBU9DwMPpg2fGqk954lKKQZNZC_suwEijCXpw8mI=
l0-0rnqSGg_E47M28RbMzaZzIoOrVJS6nCp0CaRjwhgUS_oDdrdpn9_K7uuDBG8DBA2aEHre3A2=
oAFxTWa7ABb5yQq7zt-zMlHwiXmMNA0S2qtpXmGCl-nqXaPtUjiBP9F0dO3k6Og2WtH24SEVitr=
xIso4GqxgifKmacTxUUQCJE0xvv7Nx-jM_ZmogRiucKvYBhOsmwvHpL8 style=3D"backgroun=
d:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:=
'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;=
line-height:21px;text-align:center;text-decoration:none;width:255px;-webkit=
-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.2=
5px;" target=3D_blank>Get started with mobile apps</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20

 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pTM-Z49JzayweYSf5URYZB8VBlbKqmcsYzkOy=
3_lE1Q8KFvfnPlhvEjlREnD2rOJ_GV3Sp58bpT8_WPignLekb51rCvNBHPW4_KquQljjA93gbJM=
V1gOBIp81Kxe0dAUedFNs2EOzZI-we3oU target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qX3KkVfxNVEP8JYmUdXKIBeinjIe13ySCWZ2k=
0Ysue3y7-nA7nBhfPMYdHULzIPiWJRBu7ufrbbNKEupykpNNtpjKK_KRZ2Aj7wW_WN46LmdGhKd=
6rv_9174o6-jpzn9njw5hKBBe5Lw target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q8zmn9pD22Efde4ns5l5fj-cM1IRp-6VyU53E=
RLFYfXL-NPOwu4DJCcGcaNBNsYbI2jJeiH4_pkPj2lsJD_4o6RHy5lc5rPpxFzjBiAwP9a3xYh1=
qvuy0ggOdnVrhbMSmjA4VPxXtLLriTdg9VL4uciah7ZTv2NfE target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q5rzzQHqnFGp-aSYkubRzQGF0AlpQhksII2yw=
4GzCZG6Dkb_LKVaEBtC5O4P7aXXrOgJ2dI5i6mQvAFL8VDn8gD-8w7ZDaU8QDqkD19SzUBnRyTb=
GBTOTuKQf1ctjLzj52tu_W1rA-vIU60W1Wew target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ojm6p5Ob8PuvdhpvXNKMt4dT1bIfbzx2y5MRH=
LbWfO4gICoYcoO4OOZfSxbJwEZo6htXaACyjkJfiYdVhelf3LnC5FNPWt6EuABCY-Qh2wQoa6uK=
vaKpR_rg8T5Qq8wz9uCUYO6LXIG0iby0M3lCa5zw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to booking@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5qtt0UZeos6djaeDc5eSoF53MD98UWr=
NmrDf9UH_FWCiYuTisHum1LLwf1_2lVMAujKkDCj7paBCPTLIxHJ35ZD-d6D1kor8fx0T7Qrf9L=
dfceGkeCc7RORqS-n4cd5CFsxXRSNMPh1IzDGCRgrGcnPzBLeAaXRPIDbDCGA4x06j2t6gdO-JF=
blgYW_XAjHxLaEyjjhyz0fXouadCqUTfarEOcHjkGGSsJZsbSwsB-rbmo9LiHHqKqi0Ce8Pze99=
GcOlM0MtT4XDcl50yDAMPSgAHJZuJHrI5WSt0qFFVZspsFWE9jFD2cflTSv1ghMZ3RSW2yfxwhL=
jy-5t9H2eYNyaWv-x4sSH0j-lksV4cEoImY?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--00000000000081cf15063bb456d7--
booking/.Drafts/dovecot.index.log000064000000000240151007557640012753 0ustar00(�h�h����x����@����$maildir����$��h�h�O�,��h�h�O�,��h�<3���� �hL����booking/.Drafts/dovecot-uidlist000064000000000063151007557640012543 0ustar003 V1754120895 N1 G96ccd433bcc28d68947938005645cfaf
booking/dovecot.index.log000064000000010220151007557640011451 0ustar00(�h�h����x����@����$maildir����$�h�hϑ�,�hX!*|���� �hL��������@����@����cache������h����x��������@�h��������� T$@��h����X����@$����$��h�hϑ�,��h�ҧ8����� @�����H��������@�h���������X����@$����$��h��h���8��h�hϑ�,��h�ҧ8����� @p����h����@$����$��h��hps���h��hps���h�ҧ8����� 0���� @�����@����@�h����<	����L����@����modseq��������8����@�h�����
����8����@�h�������������X����@$����$��h��hps���h��h����h�ҧ8����� @`����X����@$����$[��h��hps�[��h��h����h�ҧ8����� @�����X����@$����$[��h��hps�{��h��h��{��h���
���� @0����H��������@�h���������X����@$����$[��h��hps�텏h��h��텏h�eU���� @�����x��������@�h��������� T$�ގh����X����@$����$<��h텏hX#�<��h��h��텏h�eU���� @�����h����@$����$<��h<��h��<��h<��h��텏h�eU���� 0���� @8����X����@$����$A��h<��h��A��h<��h��텏h�eU���� @���������X����@$����$A��h<��h��C��hC��h%�텏h�eU���� @����X����@$����$A��h<��h��H��hC��h%�H��h�߶����� @�����x��������@�h�������� T$@0�h����h����@$����$K��hK��hY��K��hK��hY��H��h�߶����� 0���� @t	��������X����@$����$K��hK��hY��K��hK��h�H��h�߶����� @
����X����@$����$V��hK��hY��V��hK��h�H��h�߶����� @p
����X����@$����$V��hK��hY��pz�hK��h�pz�hq�e����� @�
����x��������@�h����� ���� T$@Ӓh����X����@$����$V��hK��hY���n�hK��h��n�hK>�%.���� @�����x��������@�h�����%���� T$�ǖh����X����@$����$V��hK��hY���ܙhK��h��ܙh�;'w���� @�����x��������@�h�����*���� T$�j�h����X����@$����$V��hK��hY��pc�hK��h�pc�hk(������ @x
����x����	����@�h����	D0���� T$@��h	����X����@$����$V��hK��hY���W�hK��h��W�hJv�
���� @X����x����
����@�h����
t5���� T$���h
			����X����@$����$V��hK��hY��tL�hK��h�tL�h��PS���� @8����x��������@�h�����:���� T$@��h


			����X����@$����$V��hK��hY���@�hK��h��@�hc��.����� @����x��������@�h�����?���� T$���h


	booking/dovecot.mailbox.log000064000000000060151007557640011776 0ustar00{����	!��:"�G��h�¼����J�b�B3���h��booking/.spam/dovecot.index.log000064000000000240151007557640012470 0ustar00(�h�h����x����@����$maildir����$��h�h�P�3��h�h�P�3��h{��3���� �hL����booking/.spam/maildirfolder000064000000000000151007557640011746 0ustar00booking/.spam/dovecot-uidlist000064000000000063151007557640012260 0ustar003 V1754120896 N1 G97ccd433bcc28d68947938005645cfaf
booking/.Trash/dovecot.index.log000064000000000240151007557640012611 0ustar00(�h�h����x����@����$maildir����$��h�hϑ�,��h�hϑ�,��h�L63���� �hL����booking/.Trash/dovecot-uidlist000064000000000063151007557640012401 0ustar003 V1754120897 N1 G98ccd433bcc28d68947938005645cfaf
booking/dovecot-uidlist000064000000001635151007557640011250 0ustar003 V1754120892 N1 G93ccd433bcc28d68947938005645cfaf
1 :1754120893.M700477P3698507.premium320.web-hosting.com,S=92611,W=94128
2 :1754134041.M942305P175440.premium320.web-hosting.com,S=10251,W=10399
3 :1754134139.M227383P187743.premium320.web-hosting.com,S=31361,W=31955
4 :1754236397.M479852P1508629.premium320.web-hosting.com,S=53627,W=54784
5 :1754300744.M407887P493554.premium320.web-hosting.com,S=33209,W=34056
6 :1754495600.M66844P2034256.premium320.web-hosting.com,S=37101,W=37799
7 :1754754798.M628070P2295094.premium320.web-hosting.com,S=43001,W=43795
8 :1754914026.M653362P2452695.premium320.web-hosting.com,S=24805,W=25582
9 :1755014000.M472876P3248359.premium320.web-hosting.com,S=36000,W=36652
10 :1755273202.M280944P3558588.premium320.web-hosting.com,S=33952,W=34573
11 :1755532404.M28971P1498746.premium320.web-hosting.com,S=30639,W=31185
12 :1755791602.M771144P3509678.premium320.web-hosting.com,S=45679,W=46593
booking/.Archive/dovecot.index.cache000064000000001264151007557640013402 0ustar00��h��h�������h��h�h��h��h�h�h�h��h��h��h��h��h��h��h��h��h��h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYbooking/.Archive/dovecot.index.log000064000000000340151007557640013112 0ustar00(��h��h����@����@����cache�������h����x����@����$maildir����$��h��hX����h��h x���h�G$3���� �hL����booking/.Archive/maildirfolder000064000000000000151007557640012367 0ustar00booking/.Archive/dovecot-uidlist000064000000000063151007557640012701 0ustar003 V1754120898 N1 Gc3c2e0031ef68d681dd102005645cfaf
service/subscriptions000064000000000022151007557640011036 0ustar00V	2

spam
Archive
service/cur/1753891008.M185404P695897.premium320.web-hosting.com,S=33950,W=34571:2,S000064000000102236151007557640020623 0ustar00Return-Path: <3tkCKaBEKAKshZcVdaLNP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id YVQjCsBAimhZngoAVkXPrw
	(envelope-from <3tkCKaBEKAKshZcVdaLNP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 11:56:48 -0400
Return-path: <3tkCKaBEKAKshZcVdaLNP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 30 Jul 2025 11:56:48 -0400
Received: from [198.54.122.200] (port=37069 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3tkCKaBEKAKshZcVdaLNP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>)
	id 1uh9Ad-00000002v1p-48gM
	for service@24hourwaterdamagerestorationlongisland.com;
	Wed, 30 Jul 2025 11:56:47 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=nuzqj1SZ;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3tkCKaBEKAKshZcVdaLNP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com designates 209.85.166.70 as permitted sender) smtp.mailfrom=3tkCKaBEKAKshZcVdaLNP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f70.google.com (mail-io1-f70.google.com [209.85.166.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bscK24myMz18Fn
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 15:56:38 +0000 (UTC)
Received: by mail-io1-f70.google.com with SMTP id ca18e2360f4ac-87c13b0a7beso692615839f.1
        for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 08:56:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753890998; x=1754495798; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=scVCspPFAiLlJqNTg+c+BYbgGk556VYhXx66HL7Vd9k=;
        b=nuzqj1SZA5rGLMyG714ujp5Hgu0Sf/7dtzun8Kl9CkQF31AhG1wJ76Mj0WFEt6KJFw
         vZNmSLgOjRa7zFv/uCH/wrtv5WPqJxExCNtKPWyKWO8YRSFJxJJ7+Lmpo6cbegbc8lK8
         6Vj4KU2LKh5EptIQq503wB5bRmtggBmagW9VW3Oy3P8KOcJr87HD1v6KqxgW+JZd0uOu
         mGJoQFd7ZVyVx/55ZLOIaZBh4oicQLfU/ITANxzNLswjtl7hAkVI8/X1Owr4cOlwCCei
         AOtP+CPQTSSSdlWKkQT75N89SVifP7aAFhAu/zE9xoKAit+mmHlDvEPwdyh2Af4OWlD1
         Ftww==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753890998; x=1754495798;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=scVCspPFAiLlJqNTg+c+BYbgGk556VYhXx66HL7Vd9k=;
        b=KHDQU3Rz8yP5zyQKa4N28H2e1IvjvuczzjD1SvHhsIa2/dKogKrVnJoUbeWp8ZQl3i
         kpvcKSfZXe3/SETtpCTW1LanbOazMP5CrU90Y3SsYmOEEvser97WuOxb2FpSqZBRGgXL
         NUFUNuvkg3fDsXskxj/f8VLLmpy5fip6Mnfi8h97WzvnZmHcFto9Y5lQfJsFXNFBkoB8
         ywGVi2kq1/LHb5B2LjqGV9qdecWMLGJq1dnpkAhi7Stn8yWIQoRlPgEchZxqeXF+e9ae
         6rWuiFVogwJ0Dx7CDAh6dTXSVmJpprU52Ye8SnPvHEDCb+MTxcOX7JeZq48XyEx1okzj
         4nVg==
X-Gm-Message-State: AOJu0YyeCu5mmfk5mp64hUXpiZG/6HhQmhh3Y6Z+Hqr35amWt/dOP72G
	NoOgUMUPLv8HiefUbzuOxlaO2Rp1lS8sQ5dg2rryPdgnkCC0Zkp6/6bYdAqR
X-Google-Smtp-Source: AGHT+IEUO7gq6utKJLRF8jKtGT/VLx4NnkCZRpFh1j/7JdnATOtKuLVClYpW/teK1cOSF7b1c/o1zqw=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:2b0a:b0:876:c5ff:24d4 with SMTP id
 ca18e2360f4ac-881374bb3c2mr793046739f.4.1753890998158; Wed, 30 Jul 2025
 08:56:38 -0700 (PDT)
Date: Wed, 30 Jul 2025 08:56:38 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140161
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5oqOikpXKrCkM45m6UPb64MAIAdbFxUKHcuFkzVc0R6AcNKBsLu_3MZ7byutaIkMIwa7r86ZtWjQn24eI221qaisff4BsCdiqU36HCI8RkeEWzaPOrxLfXHL3Gu_UxbBlB3DYCRxU1kQD-fdI1MieYMwQSmhdQXEVAI_l2NRgT0YmAuo8stQ8XaEqiIp7LC9q9nSA3uhqHpXlDfkMAi8iu7ALwWHDccfujrF58D9XBMoLlGt83TwXWY88HEiAbORZ-2JzLZE09wPdMQacDnYYbvxpOhtc6I3bOk-q7OBanM2uyk0z1eT0gR-BPfRWh-34I9g_u97Uvcfxal66l_H5Ff50a_VuQbu-fsmLpTu3h0woE?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509411-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: c254114836da0000
X-Notifications-Bounce-Info: AWoTSIHYXpNpW0TtD7692F9zclqJTd-U-GU3EOTScZmWVCdbLt5VsptG2wULeb2LyhJlQIdTipzSIJMoSW8L6GbanMlyyC52uB5q9n01Hy7nFM-dNrs1cK_-gDB6MC4RTmTdlGX7KO8yfZw2vmWnqz1cams2sKTgZY6cfCtTxJVcQxrT9RzWpDpCu640oXeYBSm0KFN5LfcSQJQhuM5fWcbAnvBZFdUclBQ2427nyLa4SaaTc8o4lWzTNCtUg2NhYLXx4E1ws-jHuSVAxpVmZc22Wa8f3grFRUNLGHbbcv6Hg_1gDXbmagZsPSJP-1WO5zTEdg9rR65XRNoZSjNOaBIuVYpJXNAPF2pt-VmeHt0xB1jrbvb3VtCSIPDZWbaXB98-LWtA0Bqs4QFFigTZSw6G63wQNxtUGwEUi81LDvkdon8QJnI6P9bOX48m1_O-ITIoTjrgeJ4T_AE9rpZl-ZN8XzxHCdHVQvI8yzE-yoXCtV4n2RLNptuWhypBlnHGG4w9AF19LZmv-0P-EO29nTaI24OwbBtCRvKJXxIY76dSoNfkB_HbjJzrcWf7I9vg7Up2P6n50YCHZr0HVBz6k5OtzCgQAcFT7ezBu1ZqqQnVTMzMPCO7cyn9K1h1M8t-Cg1Z9IwIYxdhCD798VpCJLUPedDVr3kAP1BAlwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <8f6c7c9521d2c50e6d421b66232ba46bda8dea13-20189259-111087995@google.com>
Subject: Use your Microsoft Office files in Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000eb86fe063b2791d7"

--000000000000eb86fe063b2791d7
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHb29nbGUgV29ya3NwYWNlICsgTWljcm9zb2Z0IE9mZmljZSBmaWxlcyA9IPCfkqoNCg0KDQoN
Ckdvb2dsZSB3b3Jrc3BhY2UgYW5kIG9mZmljZSBmaWxlcw0KDQpEaWQgeW91IGtub3cgeW91IGNh
biB2aWV3LCBlZGl0LCBhbmQgY29tbWVudCBvbiB5b3VyIE9mZmljZSBmaWxlcyBkaXJlY3RseSAg
DQppbiBHb29nbGUgV29ya3NwYWNlPw0KDQoNCllvdSBjYW4gZWFzaWx5IHN3aXRjaCBiZXR3ZWVu
IERvY3MgYW5kIFdvcmQsIFNoZWV0cyBhbmQgRXhjZWwsIG9yIFNsaWRlcyAgDQphbmQgUG93ZXJQ
b2ludCB3aXRob3V0IHRoZSBoYXNzbGUgb2YgY29udmVydGluZyBmaWxlcy4NCg0KV29yayB3aXRo
IE1pY3Jvc29mdCBPZmZpY2UgZmlsZXMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cnlFQy1vMzl2
WEJpS3MzM0FpMFJZNEZiZHZiZ1BvUDM0NW1SMkV4WlBsMEdUZGM3RW9QZmFGbUdfRVE5YU85YjRK
aUM1UDVLMXdFYUgzSl9GYTd0Rl9rczZGbDY4a1FncllPbWhCT2w1X2x1VE1XM2FMQ1dmbjU2Tm5L
WExQbzMwWkhFcnNtZnoyYl92c1lNem1xdFU4dnZPZWxJTGRFZExpSnA4emxUY2VyU2xFN29PWm9t
TDVzVUI3WlcwcXZRWG5TTjd1bDUzOGU0c2FBWnFOR0t4Z1U2dDlKU0xmR2ptcVhmVW9NQ0dGODVr
R1FWcjcwV3FrWEwteU50OU5IcVZEcnpVUGdkN1NYTFNFWHcycTc5OEVpamoyYVFrN3Y2cVNHcDFH
anMxcUw3Rnl3YlFvaXM3R3BNZVFRaUVVbjJkOUwtUE9wdUJQU1BRR0I4T3ZzNEhQYzdLT2loV3Qz
Tm8+DQoNClJlYWwtdGltZSBjb2xsYWJvcmF0aW9uIGluIE9mZmljZSBmaWxlcw0KDQpVc2UgR29v
Z2xlIERyaXZlIGZvciAgDQpkZXNrdG9wPGh0dHBzOi8vYy5nbGUvQU5pYW81clJCXzA0bU9hemV6
ajVMRmVMSndJeWFqTEVPZ29zX1M0cWF6NFJFVTJISGg3OUp3X2JpVS12LVdHM0tzSElHUkJ6MUVv
TTJzcDk2LVZERHZFdjlaVEttX1B2YkhnY1VVaURadmJCcG1uckVnOG9CdDhSNXdRb3JpZW96eXJu
XzhnTjRsbHV6dmtQSXNIdzJveFhNMGNJZjItbUwwdFZuSnNhakJXZk5odXZTVUUtS0FKR0thT05u
bzQ3czJGc2F3OVdmNjJIajdKSkpwX0ZjbXFaVXgyQWROa0NlNlZEN2Q1QXB4dmZvTFc2enBuNmU1
bUtiaDVWb2VraGhTaGFVZll4XzduRTlQUkdTeW9GZ0JlUWx1TVFKbk15WFdqY3RzOFpBakVVcUJt
a19KMmNSM3NFem1RZkExa3Q1QT4gIA0KdG8ga2VlcCB5b3VyIGZpbGVzIHN5bmNlZCBhY3Jvc3Mg
eW91ciBkZXZpY2VzLiBZb3UgY2FuIHNlZSB3aG8ncyBlZGl0aW5nICANCk9mZmljZSBmaWxlcywg
a25vdyB3aGVuIGl0J3Mgc2FmZSB0byBtYWtlIGNoYW5nZXMsIGFuZCBtYW5hZ2UgdmVyc2lvbiAg
DQpoaXN0b3J5Lg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXFDeUgy
OXlEMkhJTjBTQjhXSF9adHdoSm8xMlItYjlfRDRWUmJBV09SOGFLQ21melB6elFMb3V3eEk4ZTdU
NWVzcjRwV3p2SE91TVJaTEVualRoS0Npd1g0VGdaVHRidW9LNWlWQUVrRGo1aWEwN1o5S0NDME5o
NXU4cWpuSXlxTTAzX3BNSGNoQkM5NlY+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXE1bDdtVVJKaElsNUlPT1FrLXRFWF8temN4UXowRVlNOWdZXzg4cElvVnVtdkRCamFTZ2lfWGNn
OGhVT2x0eE9pOWxwaHVuR2VSVE14QWtEbHpPTE5JSC1sN2tuRFZZcU9PQkR4eVBDVldNZWIzdlMw
dE5kQW13RHNycVdxQ3RDU3NuQ2dYbV9rPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81b3BOcng4UjlIZTVpalVBQWlya3FyRjlEN3dxVUcxRl9FM1JyeVE1VU1pQ3lqVVA1dzRscXFM
WFc0S1VSYzR4NkVsTkpxcFZOdmRiZkcyU3RBWEZ3eDZOSFBFRDF6eElWNVc4U0s0N3FadzhoZkdo
Z2h1N0JNMmQtam0yS2xyaF9FMHVKX1AzLWx0a0tkb1IwNjRTMHpxMFRKdkhPUGc+DQpGYWNlYm9v
ayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwN0hPSW1QdXJHRkN0RzM5SHFvOE41enJkeWtLME9Q
RHRxekhvX1RVdV91Q1o2dzhsbmlzdWgwQ2FiejNheXdnLUNRelNaLXQ1ZF92a0tia3M0RE0yWFlS
MFZlZVJBN0xtOHlyRTN4NVVwTHZIdmN0dmhrR2pja0pKV2NVM2h6UU14NjNEYzJmM2tDbnFKZWxj
Pg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9xTUQtakVBWHlpQkVYb1VwMG5W
Y0RzRl9MZ0EyaDlpSlNyMlFnM1huNHhjSG9QaG5LREZXemhjRW5PN1dpSXJDV2ltU1ZCeGtQb1RO
dEhZak5ycDJsZWRLWVNTRkFXYTgwNjdtSEx6T1g2NmtBQnBvUHpTSWYzT0h0WWV0MFN2U1N3Qm9T
dFJOSkdUZHM3UXlkbzAwPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBN
b3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBzZXJ2aWNlQDI0
aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNlIHlvdSBz
aWduZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBzIGFib3V0
ICANCkdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJlcyBoaWdo
bGlnaHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5IHlvdXIg
b3JnYW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2ggZW1haWxz
IGluIHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczovL215YWNj
b3VudC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3JpYmUvZ3Qv
QU5pYW81cDF4Q091Y3k3SDB1cUNDRDcxLW5PY2o3U0FSbGpwUDJnbUxWY3FNaDRNYTRPdmRGcU5E
emhsUTRCem5MN0xrc2NvQWlnM2h4VjN0X1lQbUxDQXFGaEJDbHNJN0ZGcWItdlEyTzNqdkd5c2VB
RFh1bnVHVGZLYU15QU44aXV5LThXemFhTDllSk5aV09KQl9iN0pyRGZ6VGRyWWplblpvY2NvcUFw
YmV1ZkhoTk1IdlplX3NONVE2QTRCQWY4b0tYTEptRzRvdWdOM3hOSmJSaXZTTHdkaTY5WjdtLXpR
Qy10UnRnUnlmcXpGN2dycTlHSE5tYzBfWDcyQ2c5ZFlQYWFhSlRvVFQ5cFpBRUhSaGtSVnJUaHdr
VWRiV19hNF9oSG52WWYyN2FFZnJCd0ptSzQ0eVZ2TzNvQzJ0Yi10ZjI1alF2QjZQN2N5RmdoZE1i
V2xlQVBHYVVvcFAxd04zNXUtdF9aMjZrbVg/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVtPWVtYWls
JmF1dG89dHJ1ZT4uDQoNCg==
--000000000000eb86fe063b2791d7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Edit Office files in Workspace</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">View, =
edit, and comment on your Office files directly in <span style=3D"white-spa=
ce: nowrap !important; direction:ltr;">Google Workspace.</span>&nbsp; &zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:18px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Google Works=
pace + Microsoft Office <span style=3D"white-space: nowrap !important; dire=
ction:ltr;">files =3D =F0=9F=92=AA</span>
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;"></td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:0px;background-color:#=
E8F0FE;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-email6-banner-whit=
ebackground-w1280px-h720px-2x.gif width=3D480 height=3Dauto align=3Dcenter =
style=3Ddisplay:block;width:480px; alt=3D"Google workspace and office files=
" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:17px; paddin=
g-bottom:0px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Did you know=
 you can view, edit, and comment on your Office files directly in <span sty=
le=3D"white-space: nowrap !important; direction:ltr;">Google Workspace?</sp=
an>
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:15px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; "=
>
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can easi=
ly switch between Docs and Word, Sheets and Excel, or Slides and PowerPoint=
 without the hassle of converting files.
    </td>
  </tr>
  </table>
   =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:26px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5rwEOsjV5QSvS0lpmBOx8OofVoMOLs-Skq-SONBn0KsOi-DaKYWtWwyvq=
W4V6cm91d9IaL0-AgkfE2xjOihQNKOIdch563IFR5m68oSEgFy42uN-jIcEU8wjhZPMKTpHqMEr=
p-Pkrg56lHhPZlPa-ka9OZU3GZEZXeaZPtwaWBZQ22LvloyPPijClYMwpK5Rp_yb36wY39ATozu=
CvBATOsNLg0fKckNAcG8O631pJLyfXppZ5ix3ddo1SlhKAQmvottt6gQvDCCniW8Zkl3rLt5Gxe=
gsehA8_nhtXxl3sH49U-lUDhfl6mWv5MPeKjv77uY4iD1EcOpoX4hw-UOw1HnTVAeI3PTB9LAhw=
" style=3D"height:50px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" s=
trokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Work with Microsoft Office f=
iles</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5rwEOsjV5QSvS0lpmBOx8OofVoMOLs-Skq-SONBn0KsOi-DaKYWtW=
wyvqW4V6cm91d9IaL0-AgkfE2xjOihQNKOIdch563IFR5m68oSEgFy42uN-jIcEU8wjhZPMKTpH=
qMErp-Pkrg56lHhPZlPa-ka9OZU3GZEZXeaZPtwaWBZQ22LvloyPPijClYMwpK5Rp_yb36wY39A=
TozuCvBATOsNLg0fKckNAcG8O631pJLyfXppZ5ix3ddo1SlhKAQmvottt6gQvDCCniW8Zkl3rLt=
5GxegsehA8_nhtXxl3sH49U-lUDhfl6mWv5MPeKjv77uY4iD1EcOpoX4hw-UOw1HnTVAeI3PTB9=
LAhw style=3D"background:#1A73E8;border-radius:4px;color:#ffffff;display:in=
line-block;font-family:'Google Sans', 'Roboto', Arial, sans-serif;font-size=
:14px;font-weight:bold;line-height:21px;text-align:center;text-decoration:n=
one;width:265px;-webkit-text-size-adjust:none;mso-hide:all;padding: 14px 0 =
14px;letter-spacing:0.25px;" target=3D_blank>Work with Microsoft Office fil=
es</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:0px; padding-b=
ottom:10px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Real-time co=
llaboration in Office files
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:1px; padding=
-bottom:39px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Use <a href=
=3Dhttps://c.gle/ANiao5pbqKfUNzjHBpxrln-lfVV3Y9hqkioCfADTu41BW3XdLw1LfEA-bX=
3HuNLaiEVmmiTttnsm6UR-hz1lAGQAMvntzFyoDXyIRuZ7KybvO7quWITKGfChUL0m2YXGBDlDX=
kcP7Mam5vzr1RjeGR5siB3BZ-IyrwmGckqjSgv4bUI4zTrcB5HllcmEao7n42J9WmIQfQ_NzerY=
A705qZofVir2lzji2cxCJ1sDKw9-WcHbt1uMVvBUSpYOr0J0WP8P6vPknfqz6uDd042HmR1M3Xj=
M4rv2jopBCrGUuZKPK2FJjpIsahlmED91RqbJmKcE style=3Dtext-decoration:underline=
;color:#1A73E8; target=3D_blank>Google Drive for desktop</a> to keep your f=
iles synced across your devices. You can see who's editing Office files, kn=
ow when it's safe to make changes, and manage version history.
    </td>
  </tr>
  </table>
    =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oxklXt49l8pSLZHX2lX1eTIuBx8bCdPyIKepL=
b1h8b2Rpd2tdwoUrdxsGdP6nX2cLm-WyR7UMU0T8NcrOVecXZtgJjD49OcTKnCniwu22krrXFdc=
bh-tVdoXY7Oy2sPL8b-D8k52MT7ennGXg target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oypFsMLCMXhKho5oevy2i6Vz0mqUru502F-gY=
nb7Oe4BHecOq_tDgj1v_LhJAOH_2fgmDg9sGyDo3oD1-vvR0nq3fU2Lb2plheJsbI3Torp-jrgy=
OknM5o7rSHq6ch0TtN8EydQtdq-w target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pL0_IdsshE7XfptVkPdcC6kaCrbWR4RVku5K3=
BveEj07bg9rb4PsmAiBepAcYGnj03U3T_Ix22M0dArQjl2ejU3l6G9iP0KAd-238QhCq4O9-Zli=
du3oJMdng9Sfbeu9WRFMBl9FP1hwS-0hPYgK1AnbKTTyT-nHg target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qwIbF7h2k9BJYx4bPmK2vpvFm3MDfzAs56yok=
s3rT3O1mu13aJzMId-shTHFdUagGg7hArSMLd_d_RPTUkL6VB68ypYcmW1SiQNN4qglVAdvQgkI=
ZyKuBJfu2ZZv369QDZn9Ptjauy_8byaDuPYw target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5p4YYQNDhVqoOWmQP1Reyf8MqVuAMJoit6uYWS=
oTD6F2Nl-6VIgUskU4Irdp-2-WTWVxry4uSTkJju2nKHemJ1NxidRnzccTesvwekBL5rf00TzMd=
loATRJbG1zjRaq0DOGXKMMuV9GqFvJ5b9jHDxTCQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to service@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5oqOikpXKrCkM45m6UPb64MAIAdbFxU=
KHcuFkzVc0R6AcNKBsLu_3MZ7byutaIkMIwa7r86ZtWjQn24eI221qaisff4BsCdiqU36HCI8Rk=
eEWzaPOrxLfXHL3Gu_UxbBlB3DYCRxU1kQD-fdI1MieYMwQSmhdQXEVAI_l2NRgT0YmAuo8stQ8=
XaEqiIp7LC9q9nSA3uhqHpXlDfkMAi8iu7ALwWHDccfujrF58D9XBMoLlGt83TwXWY88HEiAbOR=
Z-2JzLZE09wPdMQacDnYYbvxpOhtc6I3bOk-q7OBanM2uyk0z1eT0gR-BPfRWh-34I9g_u97Uvc=
fxal66l_H5Ff50a_VuQbu-fsmLpTu3h0woE?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000eb86fe063b2791d7--
service/cur/1753113404.M242726P2191416.premium320.web-hosting.com,S=53644,W=54801:2,S000064000000150614151007557640020646 0ustar00Return-Path: <3NGN-aBEKAD8xpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 6PkADjxjfmg4cCEAVkXPrw
	(envelope-from <3NGN-aBEKAD8xpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 21 Jul 2025 11:56:44 -0400
Return-path: <3NGN-aBEKAD8xpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 21 Jul 2025 11:56:44 -0400
Received: from [198.54.122.200] (port=34662 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3NGN-aBEKAD8xpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com>)
	id 1udsse-00000009INc-0IX2
	for service@24hourwaterdamagerestorationlongisland.com;
	Mon, 21 Jul 2025 11:56:44 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=SLQQIxF2;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3NGN-aBEKAD8xpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com designates 209.85.160.198 as permitted sender) smtp.mailfrom=3NGN-aBEKAD8xpsltqbdf-opsfqmzhpphmf.dpn@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f198.google.com (mail-qt1-f198.google.com [209.85.160.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bm4l85XjgzC2F9
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 21 Jul 2025 15:56:36 +0000 (UTC)
Received: by mail-qt1-f198.google.com with SMTP id d75a77b69052e-4ab758aaaf3so175845431cf.2
        for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 21 Jul 2025 08:56:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753113396; x=1753718196; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=H2acyQsKqklBoFMWi46z3I1dj7tMd/j8SmJzIuRDXoY=;
        b=SLQQIxF2pY606MMmycwjwzXR3yiXVYQRiubCkB5yFVYVSBWs+Qfm2Ew/fwQ2tsKaw6
         weWWWTpgxOcpSndAEQVaIgeRjVRlQWbubSnB9tPmsN7J0v9dDEKmNfrh9v9thUNNgDeQ
         tbW1SX690Ar4XdcAbrZP2xQfkLEx1iemykJYBhkHoJE0B/8kj6PB+i9jmGPYDmD9p1Ql
         pptGVvDGOLQ9adiTMDiRu8vMnOYdeEFx4obAyxtsP5JSpWnrJQr65Mfkr/RiLOTCJoii
         NPeUSuyhWK9w93iChnWDL9dkU0ZrbXf2Hv0GN1lf2Nz6N7clYQF8D+4cA8ApM/6cxuSd
         jVBw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753113396; x=1753718196;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=H2acyQsKqklBoFMWi46z3I1dj7tMd/j8SmJzIuRDXoY=;
        b=Ctk38APu2vq8EWa6ZWG1OeqxsvOj0+Grhan96Ry7d9QWN6zu6HvqcDNxi1pAdewGn2
         vnP2m9B6t9eDVc0+yexyJoZA6R+dnHlHTUtlJE8a7xY1owH02ZOXCA4VjPkcBkZBq2Lz
         W9KPG7CF+mt1wp9jEb16FGRzh8ttS9JAGv7ieuaRDxAmXR+JG7PShd93HVr/TvKsFjPz
         d0Pqoe0YSuEmsTB2yvE4MF3r0yaNeb+Khk3+LIRKM58rJ68Vv522RJCgLN07rY1YiU8G
         HpxxpLl7F99+pphFu8V77ipQBCoQczIw5QgNHjp04Gj3s39jIf1cWtu0ktwuWcDpkmRr
         6a5Q==
X-Gm-Message-State: AOJu0YwJ9zG6+6/GYriNy5iy5f1MMMjz6bd7LshAb4ZqRZppfF47sK34
	eVgMpio/UV5dVm+9RMF+DGnv6yMYb/x6dYUbe8y3GKG+b9Jo/aiP6FzZyI05
X-Google-Smtp-Source: AGHT+IH/OYcG8gruOjqN2sn+sBV4g+9oqsamEP5Elgs3yshKdTiYw/OomU9s0CLlWQQC49aqHOli/L8=
MIME-Version: 1.0
X-Received: by 2002:ac8:7f8c:0:b0:4ab:69e3:420f with SMTP id
 d75a77b69052e-4abb2d8f272mr198643891cf.37.1753113396241; Mon, 21 Jul 2025
 08:56:36 -0700 (PDT)
Date: Mon, 21 Jul 2025 08:56:36 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140155
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5pv5okw61Ex7xbpgEjp4PXHX-D2c8EIA-dS8c-zL1FQeW5YpxbWvJv0O6UI6HaZ7K45E1tn08SOUHgGPfaKAEVwV44kL1WCP5pBPQwSegL9lLsKQXhTvakPRkPHYDGSb9cjo3cqta1Bgc-908VB3auhTTgBD9m8RQkzyZ9Hk-NQ6iBnioQBz7Z-BF9YRxnGGVVcUAmnk5i8It-Fbre9ad2u5fHUCdlXCvDGRUQLhm-TegYYn_STAVJSoHsMqR3VQrg2bqmJJbShaCyPyB-v_5Wp4kb8yf7KL9XinKiwP20l5TBNUnfzfsB_ClgbWHXdmatHTXP_R8ZN10zkuXZIfulajBIllbx8EuspYKPZjvARgVAIq3bu?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509425-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: ec5aae3fac5a0000
X-Notifications-Bounce-Info: AWoTSIFbk4N-g9FWheOs2ApN443Txv0ZTnOcH2pwqZNT1EqTpkyvbbpnqEk4ncP6TK2RXMFn0M8N0_Aq4eFT3LAYZQ-2ITXiKk7UA1x8Os_U0wHQp6AezfrqaTxIznDh3IutLFF4p5qAV_YDqd8yuluU5zz8Y-GNlzbF7sjFhB0R2HifyrHGguaOCc-lSzBGBmxS-BbP8ZonsPFTdF8dUl50UO_Ft2eWDyadYN-Fy93iyC199z2z1ytAsrSfTaJj4HCvt8wKoZGUpXIGiZQND-hKEWYX6QQuThllfZK8yha7iETC-ilLe3M-kxcJMI7Gm137HyULc5N2wVZpVOSZCHqzgMGyDWWwZ-Nlt-BdZVLfxo6X-SSSJ-OSWSy7O9jbTPaCui2Y_K3nxosCiw9hLw2Nj3rU8Uf-nW3pNofYL38OjflKM6wD_bM52RcQktwzt_12P-OBAq15jqmM85_zVBQSN7kjNXvVVma_-RVvxc0BBL-mLvjoIV0Xlm3itxyg7KILt9vt8EDaVgL6VFy9O-stHwtCvA6L3tp_5M0IZ8c5Pi0ihrcjgdhZ06BkHxSfQMiPltB9PH_QMZjBTnEWCBanCRCe1HRbyCg-poAMEIgFlUhg8wO9u-vRbah3NPWn9CMAZayooH7cXpdfes3_nwWTaA5lsmNC2rKY6gNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <d2417c4bb211f4e64d01eea06692eea3c6e8650c-20189259-111088885@google.com>
Subject: 3 easy steps to get started with Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000003be45d063a7285b7"

--0000000000003be45d063a7285b7
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

SGVyZSdzIGhvdyB0byBnZXQgc3RhcnRlZCBxdWlja2x5DQoNCg0KDQotLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQoxDQoNCkFkZCBvciBjcmVhdGUgY29udGVu
dA0KVXBsb2FkIGV4aXN0aW5nIE1pY3Jvc29mdCBPZmZpY2Ugb3IgUERGIGZpbGVzIHRvIEdvb2ds
ZSBEcml2ZSwgb3IgY3JlYXRlICANCnNvbWV0aGluZyBuZXcgaW4gIA0KRG9jczxodHRwczovL2Mu
Z2xlL0FOaWFvNW81eTBqM01YaFVzekZ4VWstX0VIVlp4WkhiVzNydVRNZmhWQ2FiQ2l5NmhELVFM
cjNsRy1GcDJYRnRnZ1dkQnBvLVc0ZzNVb1I5ck0tLUFUbjNnVmZpSmc5YlRZcVlyR2dkYUdkSEdC
WHJOdz4sICANClNoZWV0czxodHRwczovL2MuZ2xlL0FOaWFvNW9pb001YTRBbTVwRGptLTFxVTNF
WDZLUHZMZVZaM0NfMGo4Z0MwZHNnQ3NLVDI1THQ0ck1ZT1hYek81OXREUE1LenNsZWhIR2U0Szlj
WV9NLW9lYUdTcVExNV92VF9BZllxbWY0WDBVWnA4SVVXUS1rPiwgIA0Kb3IgIA0KU2xpZGVzPGh0
dHBzOi8vYy5nbGUvQU5pYW81cmZ2UTNRMFkxVDl5V0pKeXB4UVAyUjJQaWRKQ2JoUmI1SE1QVGIy
WXZ5OWVhYVBxbzNEVDdPdTk3SXJyWHZfSEFuTV9sRE1JTUpLWklSQlUzUjZIZUlqQVQ5MFRFaC1j
by1leGMtVnBCdDR0dnprcXc+Lg0KDQoNCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0NCg0KMg0KDQpDb2xsYWJvcmF0ZSB3aXRoIHlvdXIgdGVhbQ0KU2hhcmUg
Y29udGVudCB3aXRoIHBlb3BsZSBhdCB3b3JrIGFuZCBhZGQgY29tbWVudHMgb3IgYXNzaWduIGFj
dGlvbiBpdGVtcy4gIA0KV2hlbiB5b3UncmUgcmVhZHksIGludml0ZSBwZW9wbGUgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81cEI1Sjl0TW10TWtkdXNjTW11Wkh1OGdDMkoxeTFOWTBvR0Zxd2psejN3
V3A1eHZwdVhYaENibl9NUFFfcHhzY1FVWXByd3oyTFFsRFdGU0xPMEZqSnctRWJ6WmNnS3F0WTVr
eHk1SC1HZjE2S3FQLXJzTVJMVTY1dllZcGY5MDZZMDQyZjV0N3dwb0VjWXdtM2tFbC1IWDBGdUZB
a1B6WHhiVGFnZHo3QndBYUkxMGVJWmtaYUt3bjdsUE05VWtWWkJuRVQ1UEZtNHkzeXZsSjI4b0gx
UVdtd1VxNjdncHhOMFhhbndLdDA0eHlzU0s3UWlSYmVzdWJHN1g4aUExbFVCOW1sMXppVzNzSzRI
Wm4wSGVYWEpwZTBtaVEzSHU0UT50byAgDQpqb2luIHlvdXIgdGVhbSwgYXQgbm8gY29zdC4NCg0K
DQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNCjMNCg0K
U3RheSBvbiB0aGUgc2FtZSBwYWdlDQpTY2hlZHVsZSB2aWRlbyBtZWV0aW5ncyB3aXRoIEdvb2ds
ZSAgDQpNZWV0PGh0dHBzOi8vYy5nbGUvQU5pYW81cTc4cTNaazV2UHo1RzlCYm5oSmcxZWotQnlJ
Q1Ewci1WbDVmaHctUW80c1Rfb2xCeEp5YmFNSm1wd3ZNN2VhSnRtSHoyQWJOVU5JeUxXS05KYzFC
X2QxQ0pkbU50c0t0QnRkbVpsOHJGblZrbnJLNkc2UjZ3NGVIblNnUzZVQzExZjhjeGF4dlp1ZGph
MDVfUllaOVctZDF5cjNoTXdLcEVGMVF3NnoyNWVyQ1U4MHNrUXBtX3NoNjRaWUs3UnUzaENwb3U3
cG9IREJBVTk4bjdYMnNJTmpGVHNWVDlEYkFlenB5SHhHai1YSUJWTXhoOUREQ1VLWDl3UEZWRFJP
RGxtUEVtTFRmM2NuYTU5emRtQVFiUGpObjA+LCAgDQphbmQgY2hhdCB3aXRoIHBlb3BsZSAxOjEg
b3IgaW4gU3BhY2VzIHdpdGggc2hhcmVkIGZpbGVzIGFuZCB0YXNrcy4NCg0KDQpZb3UgY2FuIGRv
IGFsbCB0aGVzZSBhY3Rpb25zIGZyb20geW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KR28gdG8gdGVh
bSBkYXNoYm9hcmQgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cHpsZWE0aGd0YnlVOXdzTkJMeW5p
YVB3YUd2WG9BSU9kXzZPRjNTbktGVVhjY0JldDJDVUlyaTB2ZUpJUFh1OE5ENnY4NWk1UnNNTjNY
bmV3Z2JONEs4LVR2cU9kVENtbWJnelBSMHlGblMyUzRoMTJoOEZRbHViR1lhZkN1dDZpVC13S3h3
Ri1ac0ljeDdoa3NHRFRCNWdVaWZHS3JhQlItWVowNHpmWm5yRjZ3TEMyMnh4RmxxVWppOURBbzlU
Y1puSVl6NGoxSGlBLUgzZm5UYlpPcWZpUDVlTjJsOExBeTRoYTQ0WGs1STNCODYyUzdqc3hBQ2di
TV93UWl2cGVRSjZTeFFTclRIYVNQOG1KVGRBUENzaGxKaE44NTA0ck1xd3QtR0oxOGpNWFdlNzg+
DQoNCkhlcmUgYXJlIGEgZmV3IGNvbW1vbmx5IGFza2VkIHF1ZXN0aW9ucyB0aGF0IHlvdSBtaWdo
dCBmaW5kIGhlbHBmdWwgYXMgeW91ICANCmdldCBzdGFydGVkOg0KDQpXaGF0IGlzIEdvb2dsZSBX
b3Jrc3BhY2UgRXNzZW50aWFscz8NCg0KQnVzaW5lc3MtZ3JhZGUgdmVyc2lvbnMgb2YgYWxsIG9m
IHlvdXIgZmF2b3JpdGUgR29vZ2xlIGNvbGxhYm9yYXRpb24gYXBwcywgIA0KaW5jbHVkaW5nIERy
aXZlLCBEb2NzLCBTaGVldHMsIFNsaWRlcywgTWVldCwgQ2hhdCwgYW5kIG1vcmUg4oCTIGFsbCBp
bmNsdWRlZCAgDQphdCBubyBjaGFyZ2UuDQoNCkNhbiBHb29nbGUgV29ya3NwYWNlIEVzc2VudGlh
bHMgYmUgc2VjdXJlIGVub3VnaCB0byB1c2UgYXQgd29yaz8NCg0KWWVzLCBHb29nbGUgV29ya3Nw
YWNlIEVzc2VudGlhbHMgaXMgYnVpbHQgc3BlY2lmaWNhbGx5IGZvciB1c2Ugd2l0aCB5b3VyICAN
CmN1cnJlbnQgd29yayBlbWFpbCBhZGRyZXNzLiBJdCBpcyBkZXNpZ25lZCB0byBlbnN1cmUgeW91
ciB3b3JrIGNvbnRlbnQgYW5kICANCmluZm9ybWF0aW9uIGlzIHNlY3VyZSBhbmQgcHJpdmF0ZS4N
Cg0KSG93IGNhbiBJIGdldCB0aGUgbW9zdCBvdXQgb2YgbXkgbmV3IGFjY291bnQ/DQoNCldlIHJl
Y29tbWVuZCBzcGVuZGluZyBzb21lIHRpbWUgaW4gdGhlIEdvb2dsZSBXb3Jrc3BhY2UgTGVhcm5p
bmcgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5pYW81cHprMmpPNi1WYjI3aUFaWEctOGJjcHY4
NXFVVlUtVnhvVF9jSGlhdXN2c3BMaDV6V3czNzVaU0tLQVMxQWJfWjZqWHc5S3RyVnFOZHdfUl9v
Z1pQdlRlSGhIaXMwRkx1eGdWVFpMQUtUaTV2dlBCMjR0eHdYZC1FR2FaLWlsWmZSSzY0SWszVWdB
Y2dqWk9JT2NaQXA5SzdwSkl1VFFtdDBGcnJpVUZ0aHh6bE8wWXB4UW1HQ2l5bFZiUHNMWlI2YzJq
dUJTYm1MZzVTenRsM2RLNzNrVWg5ZS1qa2JtNzdIT05EQWV2bG05RXZtTXhvMWg4RF81ZXRDMjFJ
Y3VPVEY2Um9sSEdLbVgtWlkxT3laLUJTUlRNWW4xTDQzTFdYTU1WREh6N1c5M3lxSlBad01HOEEx
ZDF0Mm9WQXJ5c2tZPi4NCg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFv
NXBUVUpZNXY0NTlJV2hfeURpczBFNFNVRjVkQVBobUd5bmlhY2h6SUZPX285OXI3bVJfRTdHMnRU
aUZRLTZFb01JWU1zN0N2eFJtdzNSQmxlUnlZNWM3Nms2S3I4RU00WmQwNXNweHFTMDdDbUM1anZM
Z0VyYjZoZ1JmVnZKRmYwazBlSHN4NkNRUzFWUG8+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNXBYUkdBVXRUS2pYUTNpdnBFeHlEV3NUWEVPVHcyQzNhTmNKaWNFVmRNeWZTUHNtV0Z5
d1VlMDlGR2R5T2JUUldvYnQ2em9wVTBTWFF1YTNwWkxSMlMxakZXR19ZNW9TR3paZDliQnEwR19t
N09RYnJTM2U5cTN0VWI1R2kyZWFRY3IwWWdtZjdjPg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5n
bGUvQU5pYW81cHdtYUZuME9TRzZEdmJ6Sjgzd3VuUTlFSUNDYnJqYVlfZ1Z1alp4YlY4cTRfUjB3
bTByeVlkbTRTdlpBcGl0bXdHbjdvTXQwN3E2RXRkREpCMVd2RUllbmVja0JnSmN5MmNqT05wOHJt
WEU5MWFoTU1pVmpVVlM3NGk4RW1La3JhVDJ3OVRuYmVZUTdURklDb0RBREZzdUdtNG9ITUc+DQpG
YWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvYWkyd1I5SmxIc1hUYll4UW5wV1JDVlhk
ekt1ZktFZmltak1oUkszRk52czAwTVZMWDlHR1lfRkxMYTQwWFRlelJ5bU1XSmZFbTlVUnQtZFNG
LW5VSXUzTEdSM19PM1R5NFlCTHEzZGZqUElpQWNzbHZsUDlsNGRGVHNYSHBwOF9CcTdXcUg5X24t
OTUwMy1JPg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXIwMHJNcWNRcTBNakE3
TE5SaU53WGpTUzJNaUg4UlBqTjBVN1o4N1YzcWFGTEpoTXluVGpqdTJRMDIyMElhcW53WmdmSjFi
LXdpNnlTSTVseFZ0aWFTOHJnZGY1b0RWeGV0eUhlaGt4anVVLWQ2OElMMXdXcXY5S19OYjB0RjEx
aC1qNDFQVndXNDhJTEZGd09Pcm5rPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJr
d2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBzZXJ2
aWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNl
IHlvdSBzaWduZWQgdXAgdG8gcmVjZWl2ZSBuZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBz
IGFib3V0ICANCkdvb2dsZSBXb3Jrc3BhY2UuIFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJl
cyBoaWdobGlnaHRlZCBpbiB0aGVzZSAgDQplbWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5
IHlvdXIgb3JnYW5pemF0aW9uLiBJZiB5b3UgZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2gg
ZW1haWxzIGluIHRoZSBmdXR1cmUsIHBsZWFzZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczov
L215YWNjb3VudC5nb29nbGUuY29tL2NvbW11bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3Jp
YmUvZ3QvQU5pYW81cElYUHB3R0hEbENTRUxaVWpKTDRWZHlkeWxEaW5Ta2xuM1ZfellseTBlUHMw
VUVTcE1ENjJZYmZueXZpbGJ3Vk9XcmpMdmVpVlV0bFJFSV96TTVNSzlnNWp1YTZlUlRPMUNJUC1w
LWxxNDJvSTU3M2M4YktaeUJfd1VXX0hScUJSUzBUZTJkSWhPeE1lRGs0OFNFcFo1aldBV3lFeFY5
R1JHd21lTUZoSkNSbTNQLXZwYS0xOXcyWTRfMHNibGFrSUNaU1JlSTRaOGpmN0c4SlRZX21IVTZM
U2t1WEE4TDI4SW5nTWJXU3VKNmUzdFJtd1dtVWVRbkVsazF6S2Y4UlI5bURTMjJaRGxLVGtSLWNU
LUgyZ3NIT3pfNVZFbXpNM1Vhbi0wa1JHYWFWTXdLTFhYUjd4Y0V0cXJsVlZvMHhsaXM0a1ZYaDc3
VEY1R0dlTUF2OGJlLVZ1eXNJMkNjcEZyUnljSjRidzBscXBlRXc/dXRtX3NvdXJjZT1nbSZ1dG1f
bWVkaXVtPWVtYWlsJmF1dG89dHJ1ZT4uDQoNCg==
--0000000000003be45d063a7285b7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Get started with your account</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Here's=
 how to get started quickly. Add or create content.&nbsp; &zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:24px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here's how t=
o get started quickly
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:13px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->1
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Add or creat=
e content
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Upload exist=
ing Microsoft Office or PDF files to <span style=3D"white-space: nowrap !im=
portant; direction:ltr;">Google Drive,</span> or create something new in <a=
 href=3Dhttps://c.gle/ANiao5pEtP8HfmB7zHT5fpdcBBFznwDMl19dJR8-OxgRVnbqoNHbJ=
kT24u_ajfCJz4v_tXcSjM-ZnnizjfeO0OkuRqD7tfWCtD4EHqAPUToU2HjcfBNQ style=3Dtex=
t-decoration:none;color:#166FE3; target=3D_blank>Docs</a>, <a href=3Dhttps:=
//c.gle/ANiao5osUr7UFld74ZRheOJdgQGVecAZL8kJpGp_a7--E-F3TpA9meOgmVt0WRk9ACV=
Ao_8ys-RYgKH1Ajg9QEcBHH0gNyt87q7Yjof4zHVEhnw7v5rzD2kgxA style=3Dtext-decora=
tion:none;color:#166FE3; target=3D_blank>Sheets</a>, or <a href=3Dhttps://c=
.gle/ANiao5oeFdSKU_R1VRSkBhogbKUDECkxxTVDfidv7ZFquQwx_GhSE6Su3rQebMzEftlXPR=
IYqdfbB21jIQUzZxZ2oYFc-nxDJnF7RionMQ6RKmlCMOZOvtH27g style=3Dtext-decoratio=
n:none;color:#166FE3; target=3D_blank>Slides</a>.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D14 style=3D"height:14px; line-height:14px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:32px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->2
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate =
with your team
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Share conten=
t with people at work and add comments or assign action items. When you're =
ready, <a href=3Dhttps://c.gle/ANiao5o90MGO4hr7FBFxBdMyILPlqnA_d0YzTdlzZjVm=
h6X926-UmHeLGQVn_oi255nPkHmPD1WjnSSEc5csr6DeGhExxosd2j9KEKSX3fWNJ4ZLQdeH8XK=
C-VsmNX14SdjY0Eed1oQLTeiP_edxuDkROUza3g_BBtFrri46NoReRT7XJvlxYziXSh56wU4jEi=
wpGmFNjbRooejxh5VkRR4ecsZOckkxZDZAe0-g9is8_eYYa7i8plHsN3S875lhfs7uvXyEh-ddN=
wTEUvHYoIcCMOCpc8Ng_JjqDcjCWw style=3Dtext-decoration:none;color:#166FE3; t=
arget=3D_blank>invite people </a>to join your team, at no cost.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
    <tr>
      <td height=3D12 style=3D"height:12px; line-height:12px">&nbsp;</td>
    </tr>

    <tr>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
      <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 padding-top:16px; padding-bottom:0px;background-color:#F8F9FA;border-radiu=
s: 24px 4px;">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
          <tr>
            <td valign=3Dtop style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;" width=3D86>
            <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspaci=
ng=3D0 style=3Dwidth:100% width=3D100%>
              <tr>
                <!--[if gte mso]> <td align=3D"left" class=3D"" style=3D"ma=
rgin-top:0;margin-bottom:0;margin-right:0;margin-left:0; padding-top:0;padd=
ing-bottom:0;padding-right:0;padding-left:0; width:86px;text-align:center;p=
adding-top:25px;" width=3D"86"> <![endif]-->
<!--[if !mso]><!-->
                <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:86px;text-align:left;padding-top:21px" width=3D86>
                  <!--<![endif]-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                    <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#1A73E8
; font-size:56px; font-weight:bold; font-family:'Google Sans Display', 'Rob=
oto', Arial, Helvetica, sans-serif; line-height:67.2px; padding-top:0px; pa=
dding-bottom:0px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->3
    </td>
  </tr>
  </table>
                  </td>
              </tr>
            </table>
            </td>
                 <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
; padding-left:0px;padding-right:34px;padding-left:11px;">
                =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:22px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:33px; padding-top:0px; padding-b=
ottom:0px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Stay on the =
same page
    </td>
  </tr>
  </table>
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:2px; padding=
-bottom:16px;letter-spacing:0.1px; letter-spacing:0.1px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Schedule vid=
eo meetings with <a href=3Dhttps://c.gle/ANiao5onsSW6lRl8MMzH7g4nxlUvWNqHp2=
NXtmL5SEiMz1JVlUZdILnNR7RtkvAIPvFhV9vwhumg6tHedj8GBWaBfE4owD5uqnAznrkaUL9f8=
hddZJEZ6-ALHSb8UZ7rFurnnveernyELV8SaG5yWXPJXVNzq5VEU8p7A0bxLIw7qeWvgVJL0vSk=
5pIpFpj-IJfvVxRr0GIDTDUv-Z8iwhLndZMisIdBjwZ9cfXMWcNhMN4CX2ZDbOtfOxU1nHbmkbN=
50xhetoPcdVg7Bc4NXrVhfj7FOwjHkg style=3Dtext-decoration:none;color:#166FE3;=
 target=3D_blank>Google Meet</a>, and chat with people <span style=3D"white=
-space: nowrap !important; direction:ltr;">1:1</span> or in Spaces with sha=
red files and tasks.
    </td>
  </tr>
  </table>
                   </td>
         </tr>
        </table>
      </td>
      <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:24px" width=3D24px>&nbsp;</td>
    </tr>
 </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:40px; paddin=
g-bottom:16px;letter-spacing:0.1px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->You can do a=
ll these actions from your team dashboard.
    </td>
  </tr>
  </table>
      =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5op9NHwTG631QSwc7SzHpofLuUTGMptOG5jhVe9Xyrax9toPkNs4Hp3hH=
ICdF1Xj89olUVhlUU2XtkvrdQ9oAbG3UXZqAIqATA4QY3A_WFc9OYnjTcrG9jgSkTgsMvVhHFvG=
bqUqCiWGZodrAphDVPLEL0V6sHBMGKvQM4IeXzQiPDnBH6ENLv5VxzakORIclgmqaTHrGS9cxTT=
KEPCS--6I0uUl5tk7U1cM0taR9Afuz7p_2Nn5e-UM93hiX9NocatiTEuz1QQ1xr5TZw4ae8gIbs=
7UiuFLIlX7ApsCkgq_OauOT36Pg" style=3D"height:50px;v-text-anchor:middle;widt=
h:210px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D"t"  fillcolor=3D"=
#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Go to team dashboard</center=
>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5op9NHwTG631QSwc7SzHpofLuUTGMptOG5jhVe9Xyrax9toPkNs4H=
p3hHICdF1Xj89olUVhlUU2XtkvrdQ9oAbG3UXZqAIqATA4QY3A_WFc9OYnjTcrG9jgSkTgsMvVh=
HFvGbqUqCiWGZodrAphDVPLEL0V6sHBMGKvQM4IeXzQiPDnBH6ENLv5VxzakORIclgmqaTHrGS9=
cxTTKEPCS--6I0uUl5tk7U1cM0taR9Afuz7p_2Nn5e-UM93hiX9NocatiTEuz1QQ1xr5TZw4ae8=
gIbs7UiuFLIlX7ApsCkgq_OauOT36Pg style=3D"background:#1A73E8;border-radius:4=
px;color:#ffffff;display:inline-block;font-family:'Google Sans', 'Roboto', =
Arial, sans-serif;font-size:14px;font-weight:bold;line-height:21px;text-ali=
gn:center;text-decoration:none;width:200px;-webkit-text-size-adjust:none;ms=
o-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" target=3D_blank>Go =
to team dashboard</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:18px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:27px; padding-top:56px; paddin=
g-bottom:24px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew commonly asked questions that you might find helpful as you get started:
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; font=
-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->What is <spa=
n style=3D"white-space: nowrap !important; direction:ltr;">Google Workspace=
</span> Essentials?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Business-gra=
de versions of all of your favorite Google collaboration apps, including Dr=
ive, Docs, Sheets, Slides, Meet, Chat, and <span style=3D"white-space: nowr=
ap !important; direction:ltr;">more =E2=80=93</span> all included at no cha=
rge.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Can <span st=
yle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</sp=
an> Essentials be secure enough to use at work?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Yes, <span s=
tyle=3D"white-space: nowrap !important; direction:ltr;">Google Workspace</s=
pan> Essentials is built specifically for use with your current work email =
address. It is designed to ensure your work content and information is secu=
re and private.
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; fon=
t-weight:bold;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->How can I ge=
t the most out of my new account?
    </td>
  </tr>
  </table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:40px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; ">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->We recommend=
 spending some time in the <!--[if mso]><br /><![endif]--><span style=3Dwhi=
te-space:nowrap;><a href=3Dhttps://c.gle/ANiao5ra0juakCd4YAq82A2_p1huXD2xhT=
FvZ2icxX_TaVqLpW2i4UDpeMurkhgsrJHRntU27Ewi7KGXWZwptNYZhxI3ghJposvM_thNRjEdv=
eJPQR9NXFF2LWH0tbcKGMH9Mx0a7y2dOZof5gam8yojSizAly5G82pWODBsnbO_nealfgC7ANnH=
CwCs1uqF_VFKSDGye4pqmGRdA-k4zzUOObkNa4Fl3zj9YffpXEwoif8gkSnZg9KRgVw14_UrQQl=
dEAIvOT_pe_mvFJq4YiV3_iDi_ixA24q6Lf_3_51naVoMficAnO6GjHKwgWkO8Kye9i69CA sty=
le=3Dtext-decoration:none;color:#1A73E8; target=3D_blank><span style=3D"whi=
te-space: nowrap !important; direction:ltr;">Google Workspace</span> Learni=
ng Center</a>.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pQ4zYodWJH8sfT64TT_MbTSz0aQj-q9BYE172=
GGFfQwjvzyzRTzcV6Mn-HdgszSorNlyTXMA70FWra_YAlognm1fa4sHPa6scjk8zWhKp5pebFdX=
4iosJBnzNFHDuRBDmDFpnPW-10RrIBXm4 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o-iAXPJ-V7s36QnWvjK0NCQF1ikpmGfJx6SOC=
N9DeCZ4aCf_5avm6aYdeeuQXd1AtO-7Ud3ERaQj_KGZYm1qT965AN0KpusA94khq-bKZkTWTH_W=
Epl7OBx2iayF4wuDDvMfYH0ax_FA target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o7VVtrUMxfOKoBuJLLyt42PlLRAmFOqgVTfm-=
DaIdzcnkIBMHdT4buTghDjE4SUOrCA-tjeQ-0J7fybZbTGctefzVH3oQno-Y4r9tb1EU5W-1Vvv=
Vcwt7lgPtQ-OtRSe5ypUi-D_0IipEbUkOtUF7ChEFQxtn8Zi4 target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qds3HgTHKNTbwXlDd8j8WpnNo4GWMzG6FC4R-=
j_vFKMqelLFXRtcrrqV0F8VZpSIFG_TRyuHfV5g97SxohxbDq2m7wOxEGRt1-KTrrOCx8S4Rj4U=
WuyaUEXlhGEe5rkwmzf28BfCdNR9KkUizacA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oU4TRbWHbb9A6YoDiLbWrcCq6Jrr92wudeGfL=
0z3MdGwH32mFj2ecHr-LnFYcDmKt13W2WRyybcOP_wsMUslhE4YnJkI-EvZgH0R-bkNMmmBvLOI=
yAoADduZpIqiVcrf-99aJ9oWKOGC9MQNgmzlX6vA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to service@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5pv5okw61Ex7xbpgEjp4PXHX-D2c8EI=
A-dS8c-zL1FQeW5YpxbWvJv0O6UI6HaZ7K45E1tn08SOUHgGPfaKAEVwV44kL1WCP5pBPQwSegL=
9lLsKQXhTvakPRkPHYDGSb9cjo3cqta1Bgc-908VB3auhTTgBD9m8RQkzyZ9Hk-NQ6iBnioQBz7=
Z-BF9YRxnGGVVcUAmnk5i8It-Fbre9ad2u5fHUCdlXCvDGRUQLhm-TegYYn_STAVJSoHsMqR3VQ=
rg2bqmJJbShaCyPyB-v_5Wp4kb8yf7KL9XinKiwP20l5TBNUnfzfsB_ClgbWHXdmatHTXP_R8ZN=
10zkuXZIfulajBIllbx8EuspYKPZjvARgVAIq3bu?utm_source=3Dgm&utm_medium=3Demail=
&auto=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none=
;">unsubscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000003be45d063a7285b7--
service/cur/1753768833.M166723P3103940.premium320.web-hosting.com,S=21835,W=22521:2,S000064000000052513151007557640020660 0ustar00Return-Path: <3eGOIaBcKAKsMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id SD95CYFjiGjEXC8AVkXPrw
	(envelope-from <3eGOIaBcKAKsMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 02:00:33 -0400
Return-path: <3eGOIaBcKAKsMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 29 Jul 2025 02:00:33 -0400
Received: from [198.54.122.200] (port=61473 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3eGOIaBcKAKsMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>)
	id 1ugdO4-0000000D8xJ-4APv
	for service@24hourwaterdamagerestorationlongisland.com;
	Tue, 29 Jul 2025 02:00:32 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=S4dPtWus;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3eGOIaBcKAKsMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com designates 209.85.160.197 as permitted sender) smtp.mailfrom=3eGOIaBcKAKsMfdTYPddacZQTWP-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f197.google.com (mail-qt1-f197.google.com [209.85.160.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4brl7Y1l5XzC1mD
	for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 06:00:25 +0000 (UTC)
Received: by mail-qt1-f197.google.com with SMTP id d75a77b69052e-4ab844acca0so119526601cf.1
        for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 23:00:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753768824; x=1754373624; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=NxhiXPhT0pxv6Z9m6YD6jwszolFWuo2z5lyF+05oGIU=;
        b=S4dPtWusiD5u3ueWjMqizmFTUP3mI6MyX2C8Zg+US0WhMcTsb5gjPoRSm11+NoIx4v
         U+o27g2lkQQ53sROfkUCuRYw2ItYFs1ixJWBspKKsNKjTW932tqEch1iZJZomJP0kWRC
         mAvrCU4Rh9opzW6K8t5+lvcAEiMem6Y6HCtwGWPdvZUz3ViQpPMUlRwCoZUbZoMO7ec8
         O6LU4dTDh9z45rpK2mOlbuqFb99pQ7NHrOucmS/h6BWBUYwnaoWIUuEaFGs//sDYiCh/
         4d0KEb0xXDF0WkuNdK532fddTtnu0Yl6YrR5LfmXzCO02H0giXkMmLkeiJIS2KqjDBJH
         PNHg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753768824; x=1754373624;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=NxhiXPhT0pxv6Z9m6YD6jwszolFWuo2z5lyF+05oGIU=;
        b=CEyp8TOD2H9/autwWxazMMPWUTNlfTsNgWL98yHwZa09p5aYKBq208RqlD/KWUXI/Q
         hglON1kibk9DeoYkX5lNOMd+5Vu9BnRmH98GGp745/LD6zBqzLPECTJ4JcTSMwv7I0Ju
         yr2ojPDQP/yl8q0J7IffB6vkNmY59//Kz0fx0f6APpHyoAckyfdCP1/eHvZeSYpSEJkO
         T+WfDCpLsT7Xnjy3KEf10jXzi4m0kkxVLAuNX7g9hfFoX3Hsc1Y/9zLEeKU1XEIAAme3
         m+pgZw29jPbkf3enw8r53YEWo4Z8bzkmfmEt2/y519p2iIii/10g66FEFYoowKaSFQnd
         /TrQ==
X-Gm-Message-State: AOJu0YwmW/82x6yIarZ1gOXU5ytm4pgipexQE4sdomA2S8GIYuBGtQZI
	VRVl1qGeVJek1WCD2wTS4+7QB4FXnp2/UUPZdnAhEn1rgZ+DquewMkTHZN/p
X-Google-Smtp-Source: AGHT+IHemduaqipRHQQXHchLQfUpxlTp2+46h31RN/TZkoR6zdf6Mp9t13ACQLy6ci3YRIliUgo7KuM=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:1f0e:b0:49b:eb1d:18ad with SMTP id
 d75a77b69052e-4ae98e6b5ccmr195707951cf.41.1753768824739; Mon, 28 Jul 2025
 23:00:24 -0700 (PDT)
Date: Mon, 28 Jul 2025 23:00:24 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 35760703af6a0000
X-Notifications-Bounce-Info: AWoTSIHJ6oaH4Msr-seUg5eR26JLwTdcaMbLT6CeGNnPtbhKi2vU1Bmc1PP_lzg49hLBaULJwlAcoQBhSbmNbRiX06Rb_wPZSSqqwEg0-kVFEJrIr3b23DumVfDEfju2D2OGJm-bBWLPNX74Sq2ubjNYTEH7gvxJT0aYmPR7aBnm_uilyq7wOzYHi2uAKMvncnXnqlSluaiODLnGTiIVqdfQkQv04IXV51d6luhvhebwvnR7SxvQKoKX_w0r9tktkXjI__AvpBsjrB2tRYKw0zMfVrqGMPGy4R88E8QgzbmtfyqOFoSXRhsQYdijDAObMXUgoKaKNnsw4cqHqm-xK7XMg0hwDaLBd3A0eDdUZhnOIVxzteMN8M7WhDIM1nawDgW4E-nvaXiNvliieVni8zmyy-4N2PQqjldXH4lgSBresz2mEzeIdGBGZge534iXM8jHs4ldl6sjcGoCrApzThDgPrf3IUcy0LgRB9U2TnDiwuSbsUeH1CUhW-Tt7ePzkHkMf5HYMNe8sJGZppLoWFhop1CoEFTQK4xZSapaK0iEFHEpJV45L3xrmRooGKfTmeM_pV-1jixQBdYozOd1yExPbJOQDdDpv95Jc4J-jNb6hS--mwu8ZnuhUWbEIXvscXUNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <20f3e5ec3a352b3bd81b4960b6b717fbbf73fd52-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000d11685063b0b1fbb"

--000000000000d11685063b0b1fbb
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/9765811874325767970/profile?trk=https%3A%2F%2Fc.gle%2FANiao5oIX8d6IruCiNd7xxDfKWRVgRCOuSeEImcN5dd47uOB3IzPTgyXDhmfJR7fbO-fC0Z_GwwjUVUozRmr0dRU3yUa42_4zLf6JOi9NTYgIHWZboynEYBnIbXIre0>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5ptWKv5rml16A8COKPT9lTptJAgYd9GEKNAbE6Z_Xxqp7iP-khnDX78sFjX6a1DIHZQIXUbMIpZ9YQn1_w48TvfgwhBjU0QMf3VnEpIqqW4SgoUTVBtN1bkUwNo9pvi5EEEHjEh3Mk-u1dt-hhpLduhBmWzrGCdh3UcSu2mf4995g3-Ldo>

You can see the status of your appeals  
here<https://c.gle/ANiao5q1C2ijhOgEerHc0DvDKyw88Um8DiBrVioKq5VKOkhueH9IWqYGxfYwdf7IXPaghHJINMJjoD_-Zx2jtlxIAPG6do2fbhOLF0GYKQOotxpfAo7NaumaV6kIv1QE70A1vvL8CC8hxse_6_m7V_lbKFe6WTbGx1z5ete90BHDznAeeZfNuqZC0400RV8F0TmMxi8GcXqMR2ErLlUfmZWVvHCYOCLrX3Af7HIkWuqb>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5rrvdCMt9jakEF1hW0nCN-yRJxVPcwSqysvil-2_mu3AtX7wzWNNF3Yaw-bovG2Ofegs1FVdJonPjXIZmsfI6mvUZPG13szq5y-NkSC4AfoHnSSVsfXP6WkqBJ9RtDa4zPLSpw>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000d11685063b0b1fbb
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/9765811874325767970/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5rbI8fDUkRGvsoJnbkIjJWAMp_I1CdmVxkIMCLMZjToxK4y4m=
476Tf-RiqAxf46IXPPdybicZTEP5EIh_7yNOfq23gLF8qvsQInjTbhWnQp9TE_3Uu4f3QM8EjdA=
w target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5qAYDZtLozd9yKUXKALFLOHbWLRR7Gpb0ttdkrH2uxdeXI=
dsV_EPDgwpfMg85Dfnuau282TO38TGjqmsoOXDQYEfeqSC70cQuY4Vvb1vtl0xPD_MtrNr1GBBt=
03xYVlJzprsPBqoGrXxITiv-NFXWNcFlNhDCuWJEi__ef1a8a80hwll9jiKQ target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5r8OalI=
jVeVCc-WFfp8vPuV5qqYhS22R_CQMHYuYilWbc22r0T574UdqL78sxsxJGCh8nd3SZlOA0tTgTN=
Fs_OAH38YmXAoRWBJDeuVP2rQoiclzGM6GYb8OAKrmTzax3TUs8lS0YRIufFyGWh0oaxe_spP9Q=
pR-YrA7WsIlGWNtVcRJVgO24BDNcnhwq4yv-j6yypor_d8a5HNQ2NYdkhFqK_da5Oay4qIvLSzJ=
MY target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qhbIH-aRzg8yCEBio_62jQk9rZrl3ObEjVNiAmM_6Lt-=
zcoCIzdBvwdJRkf2uWoOYl3RpkT9awSC4OtJZ3Hz-wD8AP4Bu4_HnCs7CMzw-JdbLEgoaYLWWEm=
Wfzhc6sh-QrtIaqzQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oLcGL27Imq5zxLrkiqShpKazwqNmy94dJV2qiN2maZBRoc7T4Y_Z1TXX5PmBPUls=
N9ZL-uwt6JkaF_9RpG-pafwmni4NwMpeqj1qI4baDOWFSN7JtMnslithhj2D9VSdTPAA.gif></=
body>
</html>
--000000000000d11685063b0b1fbb--
service/cur/1753372605.M192317P3964026.premium320.web-hosting.com,S=42995,W=43789:2,S000064000000123763151007557640020717 0ustar00Return-Path: <3tVeCaBEKALgumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id AIb7Cr1Xgmh6fDwAVkXPrw
	(envelope-from <3tVeCaBEKALgumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Thu, 24 Jul 2025 11:56:45 -0400
Return-path: <3tVeCaBEKALgumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 24 Jul 2025 11:56:45 -0400
Received: from [198.54.122.200] (port=42668 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3tVeCaBEKALgumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com>)
	id 1ueyJJ-0000000Gdlz-2vOe
	for service@24hourwaterdamagerestorationlongisland.com;
	Thu, 24 Jul 2025 11:56:45 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=BeaznDr2;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3tVeCaBEKALgumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com designates 209.85.216.70 as permitted sender) smtp.mailfrom=3tVeCaBEKALgumpiqnYac-lmpcnjwemmejc.amk@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f70.google.com (mail-pj1-f70.google.com [209.85.216.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bnwbn4tv4z55nl
	for <service@24hourwaterdamagerestorationlongisland.com>; Thu, 24 Jul 2025 15:56:37 +0000 (UTC)
Received: by mail-pj1-f70.google.com with SMTP id 98e67ed59e1d1-311ef4fb5fdso1333252a91.1
        for <service@24hourwaterdamagerestorationlongisland.com>; Thu, 24 Jul 2025 08:56:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753372597; x=1753977397; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Fl+HwUC2iTmgYuDvAgHGg/WSfI1lu13NHC+7E90XGdo=;
        b=BeaznDr2iIZQGr+vTk3UbVSo9KhTNLnMLVZQXj0IulCrc53u9GLMTnApKzIM2/WVc9
         kgQB2+Uq1hhcYRPcGkp42xK0rZUXCpS+yrTAQO3cU0AEFhlWwTNxSshj4Tlc9OK5eqdg
         wkWYGus4GD015Cf40ZyjzIA8gFcQJILr/5v/yxiNInhWZ9uq/HuiFa2STIahB5CJfLO4
         SXcJ63evMo9aOJzfoRZMPJKUnQDUWFvDQ+O/kazhLv3gIdvXs6srQg/MT8LGtrM5zX3l
         fd3nUzODD4fGedrp2mad9FWgUM20fzL7pBLRlTI+xQ9WxtagBW+/HWiObDown8Xmh3Pi
         5eow==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753372597; x=1753977397;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Fl+HwUC2iTmgYuDvAgHGg/WSfI1lu13NHC+7E90XGdo=;
        b=C0JfFhP9S15buwuWWWOP9ehHmrGFlGKPgbYZBZJALcU79XuvvnYkSRNjZCHJSI6bZL
         55SETmEszmUBAUBebnFqNrgOHseadpoKNolgzODlNJNDSgY4MGUZwaXLTB0Ddxw52m/F
         2pgOmQjRZXyp+XNSVtDwUGkDopdMY7817XrHKV/mD8Qw5lW39+61iYq3ORTL2qj89n6P
         FUkz4jelSxpopXsZ1Q3DEeVK9GrFgBCaTBozBzlrFyR60pmJOGnGHoO0YDmXM1Quaabu
         VtUtelo+/o5sfiV/Wz9sgaWOcv4CmaRvtLspmpc0mE4Np0UxI3PqlCi/2nIbG0t0yV3D
         /KPw==
X-Gm-Message-State: AOJu0Yy0UL0tnw9PsF8bZMNGo+n3vpQyoQBOHDMMCPTBHQQSXQXI+5Nl
	kMkWwNo/YbsRO4MKyOCCav0hAvXG+gwpG2s+T41Osue5jKjqhqjOlN+dPwde
X-Google-Smtp-Source: AGHT+IHZ76Y+0vHJ1heakrHV/x86Ek5siWRLzx/qQHnAKYjBgTULQmR3WYVldg7n/cYj3YKNtv9XxFo=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:3c90:b0:311:d3a5:572a with SMTP id
 98e67ed59e1d1-31e5071cc94mr11130128a91.8.1753372597137; Thu, 24 Jul 2025
 08:56:37 -0700 (PDT)
Date: Thu, 24 Jul 2025 08:56:37 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140157
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5o_QH3xMWJVQ1H4UTm2tShUrAX_eLtsXdTLqY5n0NFmNLIiNQnxcfBJosyozudS3vx3js2nBcgw-DITMomEjJTiayihoR4kYOwPGGLL5q5PQ0FG_0hy115rNxUFP5y33yeayb_ex4hEQpk8SSQHP6IfZMq_pFvgFHIn2oXSu-ctnHo5l4cCKwRWWA7fhahV31T1YoB1YRerYTNJtFYnak-hotFJWDvSXsUmBpFYc9Zja1uvbvXByhmKWDvFzx00kaSiO7h1T3kiNsb1FNSmXELuIrfF5EPUg52Hs4j0-CAaSLoCFyg8KIWHDEb_n2FUcTyVO9lxUXAtdJl4va-a665tAbQ4tD-3uLAaBqwlwU7pc64?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509315-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 71891e9ddf5a0000
X-Notifications-Bounce-Info: AWoTSIGStpXhwZmgoRh8oBq3OONOP1R8BWgyxtE5kCHpa0pcz7_j4ayWsqW_Miy7xRRrtox1KIEDJnN0TSxkbrMloSWG6eEHKAcA5Z7WKBQFyX5_sOL3nXDbk4XYFev7zhHjMYXxqlp7J1SLNBb0skCS3ecVwhDisuDoyDzwIAYwytVwvz37_IG52jEKW9ycBXUw_5RrKqo_PplQzSKsqF8sjLsm8sgU-kxBCiaNJdyg9Z9KCv7XC5IAehd6aznHJs-ULL4oyrDdOYX1BHl3Fs3EaECX877zrRMzDoyIF_bIwEkPM8YlTAn9JikTH0W4cqpXnXhT6l1cBrktA-xf4At3_fUniW2-9tvhbvp2wQIumQjCgnCUET-FRYFC2h7plJiddqu6rrw3sYobjKtrZo8B-ewk_1z8EKDbgrDBiMl0lGFKNDOrBHnsHb2fNPiRSuj47eviNnjFFlbvSRKmsdYbxLmonX98TuIQM-qHwk1s0NmHje1z_MXzfHVuhGlAb5Q-nb3jS-Jlcg0TZvEnN7eEg7Ky4bjjxdZ0udVhTf7__a7Qqq1xBnCdh14HpODu6IDVNVjxJtgVN0_9QqsbpdVdhch7s_dqL4h2UdjRB_ZL6HpMHNrnQz49LL4pL-Yb6xLeZlOIuDSei8Z4LeAeKwJNQzhJaLOw_TQfLwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <a6fa06d57b3b78f7deb94a6df6837f4bdf2ca2aa-20189259-111087992@google.com>
Subject: Collaborate more effectively using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000cfb0b7063aaedeff"

--000000000000cfb0b7063aaedeff
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpNb2Rlcm4sIGNsb3VkLWZpcnN0IGNvbGxhYm9yYXRpb24NCg0KDQpXaGV0aGVyIHlvdXIgdGVh
bSBpcyBicmFpbnN0b3JtaW5nIG5ldyBpZGVhcywgYW5hbHl6aW5nIGRhdGEsIG9yIHByZXNlbnRp
bmcgIA0KYSBwbGFuLCB3ZSd2ZSBnb3QgeW91IGNvdmVyZWQgd2l0aCBhcHBzIHRoYXQgY2FuIG1h
a2UgaXQgZWFzeSB0byAgDQpjb2xsYWJvcmF0ZSBhbmQgZHJpdmUgaW1wYWN0Lg0KTW9kZXJuLCBj
bG91ZCBmaXJzdCBjb2xsYWJvcmF0aW9uDQoNClRpcHMgZm9yIGNvbGxhYm9yYXRpbmcgbW9yZSBl
ZmZlY3RpdmVseToNCg0KDQotIFF1aWNrbHkgc3RhcnQgYSBuZXcgZG9jdW1lbnQgYnkgdHlwaW5n
ICANCmluICJkb2MubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81cUpHZ1JyRFVUbE9xNFNVVm02WFpP
VmpEUG1mbUZPZWItdzlnRlBrUkNwRElWcEptUEZHM2p6QjJQMmFhbmE3OGprRWRqTDM1T1d5eWNa
VmdnUjlLYXlKbloyY0hkeU9zc2RiM3hSZm9oTmhKeTRiWm8+IiwgInNoZWV0Lm5ldzxodHRwczov
L2MuZ2xlL0FOaWFvNW9ZUHZuaDhZTkw2anYtR2Y2QnJrN3g1eG5OUnFnT2wzNW5xZ25UUmI0NkVz
aHhQOXFhNjhIOGJKbWhXbWtaQ0cybVd1Q29pa2dGdVdQSjZRdUpkdDV6bG1MbzZZRlk5TEZva2ZG
RU1KUVJVcDg5eVl5WTZQcz4iLCAgDQpvciAic2xpZGUubmV3PGh0dHBzOi8vYy5nbGUvQU5pYW81
b01tbXJzSFpUeFZCMTJ6YXdBY1gxT0dDOXg4RWdOclg3d3h1d2otQWc1S1dZeXdlSndVV2FLeHFM
cEpOdUMyVjhrcHc3aURCeXI0TlFMWEtIR3dPblFIdUM1cHVCbmZUMEE3T0lHSzF0elQyTVdlbHli
ZlJBPiIgIA0KaW4geW91ciBicm93c2VyIGFkZHJlc3MgYmFyDQoNCi0gU2hhcmUgZmlsZXMgd2l0
aCBwZW9wbGUgd2hlbiB5b3UncmUgcmVhZHkgdG8gY29sbGFib3JhdGUNCg0KLSBBZGQgaW50ZXJh
Y3RpdmUgIA0KZWxlbWVudHM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwSVZPUVdIZ2JYandUdkFoYVMz
Q25tUXEyQ2RYYUVabVoyWl9xLUVnU2FrNHE5VW5idG1JTTFZM0s0VlZKc3JXUXpoWDJ3NDF2dk1K
NXNYREQwVThDT09MWndvTkg0dFpWeDhmLXJoWk8xaEpSS2pLWXdVMGl0c0Z4LTNacVdLZ2ItVG9v
NjZLNFlsM1ZVd2tqTHhpZTl4eVFxVjEyV3VzRWJmNkhENmJIU29wVFlnTVltdEF1LWQycmpxT0Yw
NDZwSHhDXzhMbUhJWmpjVl9EX0VlT1dHLXpyS0RxeU5YeHE1MUlDclpCU1FvQVNXN2N3NG9CYXNJ
QzR0U25faEF2c2NyX00xUTlPaTNXZU9rS0E4YTdLOXp1WkVKUGFJNElMTWNaemFnZnFJNlAtSVNW
czZfYVdtNGNENkczZ3pNWl9adkVmQ29WYXYxM09TR0J3VS04WmtBbUg5eVJIcHNDbkJHVHEyVzZT
LUpobnRiMVFINmc0R2xhdFN2VHpiaTRZdS1uWno2dTRuQVp0SWRuYz4gIA0KdG8geW91ciBmaWxl
cyBsaWtlIHNtYXJ0IGNoaXBzLCB0ZW1wbGF0ZXMgYW5kIGNoZWNrbGlzdHMNCg0KLSBBZGQgY29t
bWVudHMgYW5kIGFzc2lnbiBhY3Rpb24gIA0KaXRlbXM8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvc2NR
cnNRd044Ym5mX1E4dXBSb0t4YmRnZmRVSTZ3SXM0bF9uZ2xxZ3BBM1I4WVk4ZFJlNkxsdkhsWXVP
YjMwSWpvQWFlSWNRLUlaWkR4di1qb2FqWTMtUFFfWl9aNVZRdTRJVnQ5VjhLQl9QMnFZTFg3X3RU
UWtiRzZiQTYzT1BWTFJEODFLZ1NmckN2cFZGTDZNdG05cnVuNjBaNG90djRjcGJ6TUVJZHRHU2ln
a2ZjLWV6ODVpYTlYeVA0d2dBWldwdWNaZGdHQUdOX3B1QjlRMDVUdGowV1puZmxhS21Xcm9sclRP
ZW9IVXBucUROSjN6aVY5RFJraEk1czBuUHBacWFzREpqWWtmUTFqUTQxUFZWbGE1LTVELS1ZT0wt
ZUlVUE0wWEtkTEFmTU1rY2ZxRHYxRDEzbjY5TVFxMDVzRjdORndheWNTUVljS0NIR00taFdOb3o5
X0xpbHctWFRURTd0Y0xleT4gIA0KdG8gY29sbGVhZ3Vlcw0KDQotIERvd25sb2FkIEdvb2dsZSBE
cml2ZSBmb3IgIA0KZGVza3RvcDxodHRwczovL2MuZ2xlL0FOaWFvNXFfbmRfZW1SVzY4UzNhcm9f
VXB0MzFBS0V4dnVRNDNLN3ZQYnBxY2FKeElpWkdPSzR0YWZ5Z0t2Mldnc1Y1dnpuS2xnaWQ0Mkxx
NjB0Wkdub1lLblVUeFNHd0ZZaDVTZjAzZEdHREVGTjBadUE5Q2tRVmNrQlozcDMzdnNXbE9URGRX
SDlyLWhGbnRCLUU1a3I1REhQNl9IWFFJY2FncDJyYXJ2bjdOVFQ5eEVHdHdjZmRHSTExQ0FONkM1
SzZ0amJZT25OVDctbldFVDJwemUtZk1qZnhnRGRaYTNmUnBHUmpJWnJDNEdqemFJWVBkREhQTFpR
RzRRUWdrdEhORGpIRHlibEVoTmRlNnNFal8tLVRWb29pVXM1LTJ0VTZLc0p2a0piclpzY0tjV29y
V1dpUnlYTDF5RTBLekZ6NGlIREc4aXU5PiAgDQp0byBzeW5jIHlvdXIgY2xvdWQgY29udGVudCB3
aXRoIHlvdXIgZGVza3RvcA0KDQpWaWV3IG91ciB0b3AgY29sbGFib3JhdGlvbiB0aXBzICANCjxo
dHRwczovL2MuZ2xlL0FOaWFvNXBDWEwwMzVMV0VCS3FMdzh3WVRxOUdjMG1CSlpULV9tWHlYaXNJ
cWswU3JoakxJVlphSGlxTmNqd25rUjd1UE9GaW1YaC1oMVVaYXQ3VDJ5bkVUeHpYdVdsd195MUY2
UzdadW4yU3k4a1pWTUVjaEpMdzdPWWRTZi1LOFlRdFN1emlCXzZyUWZMYk9WRWFLcm5MWEFKelBh
NnAwbHBJeFlKaHJWMDhSWEQyMUtwNEZlYU5qcnFSM1pTMDY3amhYRldaYjlOajc5MVU1dWg2RVhJ
c05KeHBTWEo1Ny1WcnpUY3JuLUVtWlB1TDk2MmJBUHY4MVBkd0JoOEs3cGhsbnNhNUthTmtiRllV
QzVYZHRXRGFlclY4TEVNVHA4aGlDT2MwNjN1M3NXM2Y2VHNJc055Q2tfYWhxRnhjQm51UDZDM0V6
TTZpVzhEU1NEWT4NCg0KDQoNCllvdXR1YmUgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cEdtbkNs
NUVBVmhmZUk5LUE0blZsNU1aTC1OdTdOTXpoa2RveWdRM3ZGbUhoZkxjZGpxQ0lETnV2bzRvS0dq
VWJQVDYxdWx3bTVVUDZUMXRyTmRpTVlEWjBTY2UyQ0ZfNXgxZllUQWxCdV92eC1OX1ZVNHNvcmM2
cGZNZGI3X3RmMzRWQ3I3ZlpVX0wxbD4NClR3aXR0ZXIgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cXU0d09qUm1nWjVJWFZQUVFHLTlrMFVXWm9RZTYybkFuelo1U2gzYW4yOHZVNGZCRGJocG54VTFv
Z05JRy1SaEdJOG1xSGRrY0ItbWd2OVhKZE52VVBiTDUyakRkRW92UDlFZ0lQUGVXSEhndzF1aFc3
MXA4TkljbmNoZHJOcUpCU05hTjRHeWc+DQpMaW5rZWRJbiAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlh
bzVybFZQR2VNbzI1eXRTajlOcVdNdHRkRVpRWkxrb3ZzNU9DS0tnM3kzdFVUOThza1haYWNMYlhQ
YUMza25Tc0FKVlREcjBjRzNyTkpxNDVFVjZ5dGptUlB0VGQzZ19QMXlrcVN5T0F1cTZIY2tBVl9k
WGRnYTREcEhWSDVFTlg5ZTZuUktyWDZERF80T3hzcFhhNEItbHlqeTd6UkR0Yj4NCkZhY2Vib29r
ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJZWEtSVk9wcGwwWXU4TlVtODR0NzFGUzR6NXV5bmtZ
dkNrc0lGZGRNQTUxSVo5aFRIS2VrY1Z5LVZvTXAwcEJKMG1xN3FVb0ZaWUk4MkZIUE8wQTBwT1hO
THRNcEs3RFRJdTJWVmpRdkxhZ1FmT3ZVQVZIWWpCRldaWWsxZ0o4TGdaSXUyN2NnZlVvd3RXZ28+
DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81ckpDSGR5YnRsS00tS25PbjBkTGhD
UlpWTEpkYjhlMG1ZUWR0UWdKTUpPaEpyeS10WWl4QTNQS1BSd2liQVVqaDBwemtGQUk2S3lxeFFY
YW9CN2RSZnFsb3gwb1hJRlA2cnVVdUlGaUxrSDVkMy1Cc0psRW5ZMENWaFlsREg4Yko1VVZEYTc5
TjFEaGx2QkljOFc2XzQ+DQpHb29nbGUgTExDIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1v
dW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWlsIHdhcyBzZW50IHRvIHNlcnZpY2VAMjRo
b3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tICANCmJlY2F1c2UgeW91IHNp
Z25lZCB1cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3QgdXBkYXRlcywgYW5kIHRpcHMgYWJvdXQg
IA0KR29vZ2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUgdGhhdCBzb21lIGZlYXR1cmVzIGhpZ2hs
aWdodGVkIGluIHRoZXNlICANCmVtYWlscyBtaWdodCBub3QgYmUgZGVwbG95ZWQgYnkgeW91ciBv
cmdhbml6YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRvICANCnJlY2VpdmUgc3VjaCBlbWFpbHMg
aW4gdGhlIGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJlIGhlcmUgIA0KPGh0dHBzOi8vbXlhY2Nv
dW50Lmdvb2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVmZXJlbmNlcy91bnN1YnNjcmliZS9ndC9B
TmlhbzVwYzE0N2p3SWRXX1l3QWNBRWFhY0lNaUtpejR4dVFaUW1FWHQ2QlVRVWlaclhhZW5HT3o0
dk12RWdpd2h1UFl0c2pKSmd3WmRqTWJJeGVTNlg1Zkdab2g4Nm94X2dCZTNOX1ZmUGxUWXcyd2VM
Zmt0MGEzdXZOVXl1RWxKV0xRN3AyTnZZNDdjTXE4RDdNUi1WTEZyT2NYSE45bXdqekp4Zk1XOS1S
WDM2d2pSTTRQSHIyMUtuUHlvM3h2b0U3QnY4blRlZWkyVnB1aDZtRmtBc3ZsamJ1NjJocmJla1lw
MUlQNEt2Z0JCVlFFRWxodUJ0UjZ1aG9FRXJOTVdqVzd1ZjkwTnZsdm16c19JOWVIWDZrNmpZdkhN
dkJfQnh4ZGlsT2Q1WkpKQUN0WURpcE5GU2VZMU9ueDNiVmlEd0VTazR4aGFIZFBSWmswVmFCZ0tV
aFVDYnJrZDdoVXo0alA3Tkc1MnlrWWtrXz91dG1fc291cmNlPWdtJnV0bV9tZWRpdW09ZW1haWwm
YXV0bz10cnVlPi4NCg0K
--000000000000cfb0b7063aaedeff
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Tips to start collaborating</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">We've =
got you covered with apps that can make it easy to collaborate and drive im=
pact.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Modern, clou=
d-first collaboration
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Whether your=
 team is brainstorming new ideas, analyzing data, or presenting a plan, we'=
ve got you covered with apps that can make it easy to collaborate and drive=
 impact.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
12px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email3b-transparent-w956px-h600px-2x.png width=3D480 height=3Dauto align=3D=
center style=3Ddisplay:block;width:480px; alt=3D"Modern, cloud first collab=
oration" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:17px; padding-=
bottom:11px;letter-spacing:0.1px; padding-right:17px;padding-left:17px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Tips for col=
laborating more effectively:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:10px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly start a new document by typing in "<a href=3Dhttps://c.gle/ANiao=
5okArPVInltbtvLnuK5uLjaZGfxb83iYHWmxpf9oESw8eTKjDrIQuZtPc0eZ4e5crXK2Rw8ysSu=
WKWOpD0eJjBsZrDvpbiS003M9CEqWLXuUb8Cuwr0fg style=3Dtext-decoration:underlin=
e;color:#1A73E8; target=3D_blank>doc.new</a>", "<a href=3Dhttps://c.gle/ANi=
ao5qWGeBV6oH030v8rZMuzLU0cM22qjgScn9eqFufN8fZeFBiMi7Zos1d9VPUgvAvG1N9WQEfEl=
2pNZ0v5wC6IEiXbfUd77XRKGc0T2CT2w-J8yaobUJZr39Otw style=3Dtext-decoration:un=
derline;color:#1A73E8; target=3D_blank>sheet.new</a>", or "<a href=3Dhttps:=
//c.gle/ANiao5r1ap173EAOqgIN_hGFJawXjk1r0THpRiP24DFzPKOrhCcvZCZXFIilajFuWdt=
f9IbLXDSb-tXjBhGavbxYKavF8sVIakzDVegxsfVp53E33pCeXYLbAEmI-A style=3Dtext-de=
coration:underline;color:#1A73E8; target=3D_blank>slide.new</a>" in your br=
owser address bar</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Share files with people when you're ready to collaborate</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:7px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add <a href=3Dhttps://c.gle/ANiao5rTnig-XkOZH5d0fK39ASIvCkhGKjd0M-gNX43f=
H6zWIIBGq6s70GL8puAFdpN8HVxIZDeqKm-_A6gcE9bv7uoqY2GM6BH1Bm2R-8k1bAHCUJ-dt9I=
JMcuFlO0SwsYmJwBe2l0IeB1k7BvV-XFWLrw3ixWyJZzSPkjLiF4Ctd2n0sLVVJhJx0IeVLdH4O=
LXIXLY07iRH-D0vwjTIy_b6HqrUSGuyZccjapVNP2BR7b5u_azSv5xFAaYbvhdI69UvZ-_ASBax=
wAuH-wr3o4OYVbp3XTY9b8Tgciu5kTFrQr1lkPxaI3kQgtv0n7Qavb6d_tw9cKYBEoJ9_hWaNvS=
OAFQn2aFHIZxjc92Aqo3WX8c1NCpskXX0TW0uYVEHGmKkGT5Q4NhshZ_-OBUt-p_Vw style=3D=
text-decoration:underline;color:#1A73E8; target=3D_blank>interactive elemen=
ts</a> to your files like smart chips, templates and checklists</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:9px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Add comments and <a href=3Dhttps://c.gle/ANiao5qmksF5fL6ErTrFcpFq-HmxiVS=
-gunhKU0RVy1h_JTZKMDpb-kZ_HFACcGaDulPfC9J-jIHqlALf2-JR1QDcuWyf_fmsadcBiakH6=
JsnijL9dVOOZWKoacRifaPqks2oyD8VaVCB0LtA3is2fge6cPlRLe1PPlnI0ZcXss9BloB2vpqa=
jBqumwHbKZsa3aUc6hTtVDGdd3Da7GMDvlh04tz5sb-A_FZ7j8IEurxtywbbfXkiemhI9KDu0TL=
zt4y2oV8sNygt5b6q3lJ4R7hPCY_l5PZ0JGdUj-Smc2smF3LKpVYKMllmfbDvmumNVyBW41sfxf=
FkX-njE3G5RYLrBeqtRK4fOKqkPHALTEszW0R-fA style=3Dtext-decoration:underline;=
color:#1A73E8; target=3D_blank>assign action items</a> to colleagues</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:40px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:0px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   <a href=3Dhttps://c.gle/ANiao5pRkHpq_fMiJyFIGik9frfAN1dLSY6mrI0GxPdoYPw8=
Ep0uGc_Xre0kzpVjaGcx9MnYY1MuAuGK6zcgP2r3vz8tnkvrbe0lXjYiHJfr8DIEXSJADNZxsSe=
lE7yUoujmpdFRFEnpRjvvywddTi6XTHGTl05_LjXzk8FLZ5hG15_N4lYanCAmUuvPc7d-JW8thn=
BKjQYRSPjGL70ebdYN1dAZIO5TqCl6Eth3LhhQWhrkpZqPL8PTqVUF2lg3yKezXiXvmG7_nR5SS=
poAlF1FmfZP8620oNjpsXETaTe3C-QUUGflvG16IHtZZ0dLbtuT2GWXSh6xj3U style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Download Google Drive =
for desktop</a> to sync your cloud content with your desktop</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:40px;padding-top:26px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5qttsIcylnS5zyFJTc9b77ta-3t96zoOTPt8gWghmcsBuSHJDpZhXwCf3=
46igcCmACC55HN_K67MntMP9xcxHD1NqJGwq8fEEyevEg5xNbZ184tWqf7AlBcQBRPc4imp0B5n=
KFD-hO4kXyGvEsJWVNHnOnQNVYQdCBQfqxKZ7i9TBKU0yqeTbDzkkmaYvJp6Dr2xQGnYOpaq8ht=
2CXuq1LNajyZ3M900H8bqCZk3mObRxNoHqK1RYn-3AbZVjt5VSUQjMPS13a4Ki-YwY2qERsYmCX=
3JHLwcX5soBJsSnECSpXE8FZzsBQsoQQkeOSWI40XrDaZKlDu7LK9Gw" style=3D"height:50=
px;v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E=
8" fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">View our top collaboration t=
ips</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5qttsIcylnS5zyFJTc9b77ta-3t96zoOTPt8gWghmcsBuSHJDpZhX=
wCf346igcCmACC55HN_K67MntMP9xcxHD1NqJGwq8fEEyevEg5xNbZ184tWqf7AlBcQBRPc4imp=
0B5nKFD-hO4kXyGvEsJWVNHnOnQNVYQdCBQfqxKZ7i9TBKU0yqeTbDzkkmaYvJp6Dr2xQGnYOpa=
q8ht2CXuq1LNajyZ3M900H8bqCZk3mObRxNoHqK1RYn-3AbZVjt5VSUQjMPS13a4Ki-YwY2qERs=
YmCX3JHLwcX5soBJsSnECSpXE8FZzsBQsoQQkeOSWI40XrDaZKlDu7LK9Gw style=3D"backgr=
ound:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bo=
ld;line-height:21px;text-align:center;text-decoration:none;width:255px;-web=
kit-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:=
0.25px;" target=3D_blank>View our top collaboration tips</a>
                                 </div>
                              </td>
                           </tr>
  </table>
  =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pneUlDTXsf1MQoF9tFJ51-Nwe2daIf5Td6fhA=
ki-KvQqMv51miXRplK2KjfRc9wiBRl0QfsV_rjVTTb9cXtw-SnGfLIJUIu6r2lJs7xo6RProvaa=
I46uyGDP_o8dCbpt8-HDFfh3Q8ciPn6ak target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pMQRTtBlzAlDW10ELdStADGjXxJ-x5U6voVgf=
98vowtt8FYzFwe5GsfNMyguMyR_rM0iFiUyicTLk5kKIBgQ8h4ZCv6k1hW3oUqIZUMkV8MT3IFJ=
2ZySDRPyYNHeeYp-rF2OehPJlvLQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rdKE-WtNm_flLq-bvHtb-c0wH7eba4fgkhSlO=
sRz-zxvkarv4NO8lPxWu7jv4K2nGA9N0I7tEdtI4QZX4iaG51RQWNQsZuKIqgzsYfbedqbwXpCQ=
iN0pkLaXa-QsSn7kzKtlfDxEv_G68_klLJvTkAdCkUApCqles target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pOL-mlxnCsDNQZKW62oqYQDJgtbVBbQaKJw6M=
CCRtrQGYJwVMGrropGDg7VMeD1Ex6U0UbE12u137fbGhvTtIRWn7EFKVd1X7badR_4sX6MyhdWY=
ybwdmYH2gsBgGgCCKtpSPLxRH6rY4Nwn32pg target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rpYcQyY7ggVNT_f44J7yFpnakvEo-Thg7CGvj=
qYxPoqu8nPH92e48kAWFZBYpGxxFjZynw8rMobQKkD_Xf-Vg0bO30gCY_5Drd700TFkKQWzypN1=
aG2F-KpHymptWkMeqjpakvtwO131vvIspU1-ppUA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to service@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5o_QH3xMWJVQ1H4UTm2tShUrAX_eLts=
XdTLqY5n0NFmNLIiNQnxcfBJosyozudS3vx3js2nBcgw-DITMomEjJTiayihoR4kYOwPGGLL5q5=
PQ0FG_0hy115rNxUFP5y33yeayb_ex4hEQpk8SSQHP6IfZMq_pFvgFHIn2oXSu-ctnHo5l4cCKw=
RWWA7fhahV31T1YoB1YRerYTNJtFYnak-hotFJWDvSXsUmBpFYc9Zja1uvbvXByhmKWDvFzx00k=
aSiO7h1T3kiNsb1FNSmXELuIrfF5EPUg52Hs4j0-CAaSLoCFyg8KIWHDEb_n2FUcTyVO9lxUXAt=
dJl4va-a665tAbQ4tD-3uLAaBqwlwU7pc64?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000cfb0b7063aaedeff--
service/cur/1754150204.M509577P1027296.premium320.web-hosting.com,S=37096,W=37794:2,S000064000000110350151007557640020673 0ustar00Return-Path: <3NjWOaBEKACUXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id +P/kHTw1jmjgrA8AVkXPrw
	(envelope-from <3NjWOaBEKACUXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 11:56:44 -0400
Return-path: <3NjWOaBEKACUXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sat, 02 Aug 2025 11:56:44 -0400
Received: from [198.54.122.200] (port=52197 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3NjWOaBEKACUXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>)
	id 1uiEbE-00000004LFJ-1NRj
	for service@24hourwaterdamagerestorationlongisland.com;
	Sat, 02 Aug 2025 11:56:44 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=zWQ8NXL5;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3NjWOaBEKACUXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com designates 209.85.222.69 as permitted sender) smtp.mailfrom=3NjWOaBEKACUXPSLTQBDF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvS9f5xSdzFydv
	for <service@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 15:56:38 +0000 (UTC)
Received: by mail-ua1-f69.google.com with SMTP id a1e0cc1a2514c-88bb8b8f7f5so1584991241.1
        for <service@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 08:56:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754150198; x=1754754998; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=cSv8cgS55UQC5bUMER3r2u3doejKmdRORb/y/nkSpjU=;
        b=zWQ8NXL5IV/SkLQCH0sFjJhzmLhY+p9HDeDi/cNMyXTEFONDMXvkehQuM2yho9+tCS
         GLc0DT2/BM5jScaHetj8EII+Ki8t7hbVzDEzlnMED2yZK4sBL/WsTeHLJqU4wx6wSZlu
         RhP/VAiNWQ0rsvvrpJ+CN6m1G6bnfgHwuoOAjbmxb8aSv23R+Z1CcBta3ScjIcJYegLt
         ks8oNJ+JawS8dvspJoXNA1KM9IGafygQLwBBgLZerQNvbPj4EtB5NYieVvVCUhYszy7e
         bOLVo2L/3zKGDuwFS+P7F7oSl22RCg+va8k24KVD5A+BeJsxmGXjiXjIu/snW/xz2+lp
         T+VQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754150198; x=1754754998;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=cSv8cgS55UQC5bUMER3r2u3doejKmdRORb/y/nkSpjU=;
        b=mDs+LA0/AIHRzF1ukawIHl6+m5sSGE5wF+2jpo8xJIv16JoDbvMa3LXu/P3SHILLpf
         6he8m3bSpNlu/eFPrB29oygTYEzKeL3zympVjbbh/JY3SHVrIWlvhIK4bJXIXaIdoCHU
         2A/Q6sW/33B+bNfVW8Ud9YrVPy5lHTqUIQv7/7VoTcBYzKuPwzmHRKCrr33JV/ZnmQlm
         cQjt94vjvvQDJaDqY8M2oJaFFNh+hKlEiBxT/JTvSLnFHBwDU6jgyC1/rdUEnrRmLlcE
         3bF2fo9zQRXqvs04004r4qdLHvQKufURHJde0zyJ6zrImiMSR5gH/GVp5HMn6/VqhF7i
         4gXA==
X-Gm-Message-State: AOJu0YxFvJZYVLEUudx5Yxj5QMsb0+B44j367oIcIuDLGR4ZQFQQ8Vop
	q8Na+Iwz3mb1XmTYzgRxCpfRQ88qjxCb8rBbOXSiYarnuawWKiNVanOCn1k+
X-Google-Smtp-Source: AGHT+IHkO2etqGiIHYrbyMBxm+jS1iaXz7z0JlA282d4b5LdUGcv92m19cPBr22M47V9O6nZXzSqwzg=
MIME-Version: 1.0
X-Received: by 2002:a05:6102:160a:b0:4e9:d847:edab with SMTP id
 ada2fe7eead31-4fdc3a2b3b9mr1441142137.14.1754150198188; Sat, 02 Aug 2025
 08:56:38 -0700 (PDT)
Date: Sat, 02 Aug 2025 08:56:38 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140163
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5obPTXX9CkIUVdfreKxtgXn4wicc5orBbO8NJHrhMmeQkRjSpvdSbvgwQ0V_Ec65IlKp8nM6ycAqRz6OTkMkwZ-1bbOvXFSFES3-Kk6V9YAJYDlRGEfF7Sf2lUf2jqKt8gi-QqogTjXPztLuvxR1egE5zYFaKBaiG6eT5FPAUGV2OJaxkRPV7jnwewCZhcqL682XOGfibjrpmiz4DYt-81CK4CfvaWSzqlPTb-MhI4nrN0D_qzjL1KwUxqRQ24TOpSdvltUZZJF33gj5leRqsgKWzMZouW_Q3X-yJZ8t2_34Th-WZOiiizoq1VH9TyjLiDmoea9HZ3TtAClU5IlifPv9AMyfH9hjlbuFhi4BwktdXw?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509348-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 74c0539674aa0000
X-Notifications-Bounce-Info: AWoTSIH33aojHjFjMn-sn0TsHidtI4hC1VXTBcLEwRpXXyA9igYpuLfebixzxBm2hXPQrFhv2tT7viKcj9N0dfCNsu2Wje25EXQmUGykYjmtw-qYLZfR8nGhtm7KOQQT2BlGmrKwnU8csIk2JGe9--8mYZNf0qbeZSM0nQ_y11X8pbfwVuN9txq_h7O4oh00kXG63q4w8JR0OhPejJfa0GR7hy2xViCefX7lgWW5M_5UZhp4zyhLEovKlXktDwPtA74wfU4o-uI1_4HjQO4DhHVyY40ZznRV1eg6ENuBm-Vj73qn8dSrO-p6lfd5a3vHtDXI4KAlZ9wsefc31H-jeMhlEc7P6v-p0ilPfowmH8AkyMOX4LEuNrAuWiGOgeZ6qPpos8EeQHC0p5LRZvpJCG802Ma6tmYz9ar6tSuOabEIdI1Lv6lMZ-FWDfbRKp8ddwD-V3Sfh9YSXh3SlxIi-ZWSRe_NKYQucASBAH8QrZJQGHU-0yYyGnWKnV3kVSD_IlCJ5baqYULnoWHlEr0fMu97nXbNvljm412prtFG5uUHyGjTc2ADX1suVak2dBLcZULFzvOmqyA-c_QxgbTUaVLz8HdLj6W79RbuuBeElrNup76_C8CfjhUccM3Q9ujl-GcSYOSfrSrPKeSFnBsW5f-MqCZydK5R7ZhIvwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <4cb2c3af9896698366205c8d299052b0e9e06975-20189259-111085098@google.com>
Subject: Collaborate and connect with Google Workspace mobile apps
From: The Google Workspace Team <workspace-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000721c9b063b63eb43"

--000000000000721c9b063b63eb43
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpHZXQgc3RhcnRlZCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UgbW9iaWxlIGFwcHMNCg0KDQpTdGF5
IGNvbm5lY3RlZCBhbmQgb24gdG9wIG9mIHlvdXIgd29yaywgbm8gbWF0dGVyIHdoZXJlIHlvdSBh
cmUuIFdvcmsgIA0Kc2VjdXJlbHkgYW5kIGVmZmVjdGl2ZWx5IGZyb20geW91ciBtb2JpbGUgcGhv
bmUgb3IgdGFibGV0IHdpdGggR29vZ2xlICANCldvcmtzcGFjZSBtb2JpbGUgYXBwcy4NCkdldCBz
dGFydGVkIHdpdGggbW9iaWxlIGFwcHMNCg0KSGVyZSBhcmUgYSBmZXcgZ3JlYXQgd2F5cyB5b3Ug
Y2FuIHVzZSBHb29nbGUgV29ya3NwYWNlIG1vYmlsZSBhcHBzOg0KDQoNCi0gUXVpY2tseSBhY2Nl
c3Mgd29yayBjb250ZW50IGluIERyaXZlDQoNCi0gRWFzaWx5IGNyZWF0ZSBvciBlZGl0IGNvbnRl
bnQgaW4gRG9jcywgU2hlZXRzLCBhbmQgU2xpZGVzDQoNCi0gSm9pbiBNZWV0IHZpZGVvIGNhbGxz
IG9uIHRoZSBnbyB3aXRoIHRoZSBjbGljayBvZiBhIGJ1dHRvbg0KDQotIFN0YXkgY29ubmVjdGVk
IHdpdGggeW91ciB0ZWFtIHRocm91Z2ggMToxIGFuZCBncm91cCBkaXNjdXNzaW9ucyBpbiBDaGF0
DQoNCkdldCBzdGFydGVkIHdpdGggbW9iaWxlIGFwcHMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81
cUg0N3hNWXJzaW1QNURtdUtjSW5LNVpYeEdBazFmZDV6NXdQMVJfOE80MlB6MEp0TWlYYXFZS2dR
TUxTRDdtZ2twcjlPMkluVEpfRmRsS19WeW9xQ0hqNzBjQTA3Tk5pNlFxNFFxMHd1Yy1CVXpTdG5U
RWlwSGU1V0c3SWltclhsYTg0Qi1qZmI1SFZMZ0czMGNiMmUxTTk5alpwSXJSQzZEaVhidjlHVHlR
OG1XNXdPZ3k0ZVh1bTJRNlpfbXR5TEo4VVJMRGl1Q29YdjNPeGNYNmlsT21sX2dxT0t6QjlBdTNP
cnlPbzl6YXlsZXVXVXo5WGNZcWViSEhDS2M0cGpWWUxCOElPUXVqUjlPSWVCY21kNEY1TndhRUha
R093cDBTWFRaOU40OGJfUWFrYmZ0V3J1Sm9SZXk5SGtEZ2pKVDExT2JhVmJLPg0KDQoNCg0KDQpZ
b3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBZOVNGSWZEZ2YzSUxJLWRORFg3dEdkenp1
eWtYTnZSNHZ0UnVTaHh4ZDV3a3FZTUhRSlJCOG80Tk9vS1VqSlZoQzVMejBDU3A1QlRMc1ZETmQ0
VG4yUzJaNng2MGs5ck9TMzdtVkRfYUt4MVJuR2I0Vk1tUGhNY2kzanJ4S3ktSlJMcWxObVBDRE1r
RzE+DQpUd2l0dGVyICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9LZjZRRFN3a2JUQ2FGTEl0UkJB
Y1hpcWtsbWR3M0lfMHprZ3ZkT1ZZMTlIb3N4cFN0MUVrMVRmRC1vMUJKaFlIVXJFb2RNUHA5T1lf
SkRheTBXSV9GNUgyUl9UdEJWV0NSRTRKdWNFWE5LMWgzNXRmUkpOaGdxMHlkcG9hV3g4OEszM3Qx
ZmI4Pg0KTGlua2VkSW4gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cTI2VG1udmN1a1FKbmE4U1F4
dWJvd2JjU01fcHI3U2pnRzY2LW9XT21xamxHNnFvdlhObUlKeExpZDFuYjQ1bmhjdDg2VEUyVzRH
a09tYU5sRE5GcExNVE9KOERNVVFqMzFlVks2RkVQZDlDWXNVYUVuWHdIN3RaNkxEVzlJYWl5dUFV
aUJiM0xpM05ObF9jc2VKaElqSC0zRVc3Nno+DQpGYWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9B
TmlhbzVwaFkwalV2WmVCbnQyVEtZeXF6T3R6ZkVzdVZSb1VVNkJ5Q0MzUkl5UTRPcllHczlRR3Zj
ZXk0TkprMHlnaF9nSXNZV1JVVzczQVNaRnJUWEpBRjNVQ3FDVnZIdjMzY01nblFFMkxzdWR6WV9N
Q1dfRVBURVlZeS1VWm9zVkdyMHVacmJaUGtIcEVweVhoN3lVPg0KSW5zdGFncmFtICANCjxodHRw
czovL2MuZ2xlL0FOaWFvNXJYSHB6X2JBRFkxNFN1MzJlT0VpUVNmazZtUHZ1TmZDcjFQejdwY0dI
QUp3RTgzVjFsVjV0YjB4R3FEaVpJY1NFdHF3N0RWeDY3YU5mVHQydzRhbmoxdFRBRXU1NTBwS0VT
dm9HT2V5OXdQRjJyRE9OZHh4MmdzZFk3QW1QV2dZLXY5THY1TUN1Mnd4eEJydGp4dXFrPg0KR29v
Z2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0
Mw0KVGhpcyBlbWFpbCB3YXMgc2VudCB0byBzZXJ2aWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9y
YXRpb25sb25naXNsYW5kLmNvbSAgDQpiZWNhdXNlIHlvdSBzaWduZWQgdXAgdG8gcmVjZWl2ZSBu
ZXdzLCBwcm9kdWN0IHVwZGF0ZXMsIGFuZCB0aXBzIGFib3V0ICANCkdvb2dsZSBXb3Jrc3BhY2Uu
IFBsZWFzZSBub3RlIHRoYXQgc29tZSBmZWF0dXJlcyBoaWdobGlnaHRlZCBpbiB0aGVzZSAgDQpl
bWFpbHMgbWlnaHQgbm90IGJlIGRlcGxveWVkIGJ5IHlvdXIgb3JnYW5pemF0aW9uLiBJZiB5b3Ug
ZG9uJ3Qgd2FudCB0byAgDQpyZWNlaXZlIHN1Y2ggZW1haWxzIGluIHRoZSBmdXR1cmUsIHBsZWFz
ZSB1bnN1YnNjcmliZSBoZXJlICANCjxodHRwczovL215YWNjb3VudC5nb29nbGUuY29tL2NvbW11
bmljYXRpb24tcHJlZmVyZW5jZXMvdW5zdWJzY3JpYmUvZ3QvQU5pYW81cWMyQ0JvWjFydTIyczRH
WDFjMXkwZFF1X3EzUFV5R2ktbTFxY2xyQUZkdlNQQU9ScURLcDJSTUZDUVVjMzNSZ3ExQnpYY3hF
d2ZjRXJZTzhsVFNBUFpVYWdVbEtldTdBdFpaanh1WTdXZ1BISDNNVjZVQVFhQ3VQb0tqbVE2czNx
QldwTWlSUkNuNUtTVHUzdWJQaTNVTE1Dano5SjBqRHNrdktWUmNCc1hCWW4xMlU3OHhSc0IwTVQ4
M2lYMHlhaGxtNmozRGl1X3hZYU0xdWJzVzBKSkxIUTdOWU1yRll2V3IxWXZEQVRpUldIQk04N2Rp
aXc3eDB0VHp1UUNXQkZMUmUtSE9pTXV5VV8zbExBQm5xcGFKaVhmb3hpMmZKaHl5WENTcGR5NDNy
T3ZfNnp4QWROWVUxWUczODYxTjRIRkhoTFBFSzF5MmtGSUlwa1hSeEY1b0lrMk42ZS1Qei1QVEMx
RnZsbTE/dXRtX3NvdXJjZT1nbSZ1dG1fbWVkaXVtPWVtYWlsJmF1dG89dHJ1ZT4uDQoNCg==
--000000000000721c9b063b63eb43
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Collaborate with mobile apps</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Work s=
ecurely and effectively from your mobile phone or tablet with Google Worksp=
ace mobile apps.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&=
zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwn=
j;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&=
nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbs=
p;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Get started =
with Google Workspace mobile apps
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Stay connect=
ed and on top of your work, no matter where you are. Work securely and effe=
ctively from your mobile phone or tablet with <span style=3D"white-space: n=
owrap !important; direction:ltr;">Google Workspace</span> mobile apps.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
16px"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:6px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email6-gw-transparent-w1600px-h946px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Get started with mobile=
 apps" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; padding-=
bottom:8px;letter-spacing:0.1px; padding-right:33px;padding-left:33px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Here are a f=
ew great ways you can use Google Workspace mobile apps:
    </td>
  </tr>
  </table>
   =20
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Quickly access work content in Drive</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Easily create or edit content in Docs, Sheets, and Slides</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:8px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:3px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Join Meet video calls on the go with the click of a button</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td bgcolor=3D#ffffff style=3D"padding:0;border:0;padding-top:0px;color:#20=
2124;padding-left:32px; padding-right:32px; background-color:#ffffff;" clas=
s=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"" style=3Dpadding-bottom:3px;>
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"7" valign=3D"top" align=3D=
"left" style=3D"vertical-align:top;width:7px;color:#3C4043;line-height:19px=
;margin-top:4px;padding-left:15px;padding-bottom:10px;">
 &#8226;
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D8 valign=3Dtop align=3Dleft style=3D"font-family:'Go=
ogle Sans','Open Sans',Arial,sans-serif;padding:0;padding-top:2px;vertical-=
align:top;width:8px;color:#202124;font-size:15px;padding-left:10px;">
 &#8226;
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:21px; padding-=
left:10px;" dir=3Dltr>
   Stay connected with your team through <span style=3D"white-space: nowrap=
 !important; direction:ltr;">1:1</span> and group discussions in Chat</td>
  </tr>
          </table>
     </td>
  </tr>

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:55px;padding-top:28px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5r4pkUSWaAZkBE2GZV6vL51gau17pbFHpU2QwiWOBLFAn9gbjy66jyvxN=
0Z8TTvscePg5lbI3HblZP98PdiL0lycr0y-4jjh19hLW-Zxt1pr8XNuTwbS1b6G7JkJr3-kdbZ9=
NJaVMunnQgPv3lqXlrdffgTm4_rslEeekVRl8qZ8hsvvJgD82mvN7SzE1UBrvvtyqLFYwxFng6t=
p3sU9jkE_F68gx9sTT126Q5DaJY9ZE0YNBRfy0TOQdUjfB_1Mu05uL23QU8E3SCOcHsQAvihnvI=
JGcmJY9BlTf2qhFKzWpQi1DC4VcJjGVtiqc2iaPf5wIWl8FJ_AVk" style=3D"height:50px;=
v-text-anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" =
fill=3D"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Get started with mobile apps=
</center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5r4pkUSWaAZkBE2GZV6vL51gau17pbFHpU2QwiWOBLFAn9gbjy66j=
yvxN0Z8TTvscePg5lbI3HblZP98PdiL0lycr0y-4jjh19hLW-Zxt1pr8XNuTwbS1b6G7JkJr3-k=
dbZ9NJaVMunnQgPv3lqXlrdffgTm4_rslEeekVRl8qZ8hsvvJgD82mvN7SzE1UBrvvtyqLFYwxF=
ng6tp3sU9jkE_F68gx9sTT126Q5DaJY9ZE0YNBRfy0TOQdUjfB_1Mu05uL23QU8E3SCOcHsQAvi=
hnvIJGcmJY9BlTf2qhFKzWpQi1DC4VcJjGVtiqc2iaPf5wIWl8FJ_AVk style=3D"backgroun=
d:#1A73E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:=
'Google Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;=
line-height:21px;text-align:center;text-decoration:none;width:255px;-webkit=
-text-size-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.2=
5px;" target=3D_blank>Get started with mobile apps</a>
                                 </div>
                              </td>
                           </tr>
  </table>
 =20

 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rCTJm6-jhVo1DQO1OJpiMLkcSKdIpIOxp50F0=
7JD2-u5Qy0Z2mOuGZXCQaLkXro6OE6YF8S9ObbWVhoB6KFteraeB5svBEBjIf8dyUj_CttTDbpg=
FsI0nRgnIYeJ7UOwyEXCbIc40Y8EZNHqo target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5o4WoHyMBEGHLkRrtopjTKGG-Pt0JTz8kXAh98=
UbLGGLZj_yc24wJLy9uXEakqqcp4S67BiV1UvGAZ6zZluQfGYTzIASO4x5wR1zx8zSFuZoIpekN=
b2RSlrTjZoiC9AAIb7-G7ehCxjPA target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oIaIbU3VdHKe29q2AOrMJ0PlYQb0PZxxTveOA=
QAHg1TzdVXVsRishNLfIbNiKU1H1uOHEvHuQfWh9uJH9dOt3ltsyNdR3bIIShu6pKsIk8HhiUEl=
pjLu2t1-sWruIEgxZgLXQJL09die9EmLKR3nvYvAM8DufMANU target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oXKxMzT6XbCtVvqptWSBnG4NFg0oLlgBuDJzN=
zRDu3DO2qmNiMvTzfbMQsjVMUgz_tgEGQQ2VYGcuQPTcgqJBa5o0z__LexGdKG4otwZd12aljaj=
hIBaigbxge2VatoKZNZYi76YGqA1fQPg_jMg target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qV6Q4ccdYIS7pzJbOGCGqApTQklR60eVyyiz6=
WD6JAktaozH5BKsNbU8aAcfJpc7SH_sMh2LXDK3u4mC9JQ47wvyJUjHnaZxl4l1lc8OKRE1Jd1_=
wy54qk_A2B-C7XDnjKc1f3hNLAMA-tttL-qob2Kw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to service@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5obPTXX9CkIUVdfreKxtgXn4wicc5or=
BbO8NJHrhMmeQkRjSpvdSbvgwQ0V_Ec65IlKp8nM6ycAqRz6OTkMkwZ-1bbOvXFSFES3-Kk6V9Y=
AJYDlRGEfF7Sf2lUf2jqKt8gi-QqogTjXPztLuvxR1egE5zYFaKBaiG6eT5FPAUGV2OJaxkRPV7=
jnwewCZhcqL682XOGfibjrpmiz4DYt-81CK4CfvaWSzqlPTb-MhI4nrN0D_qzjL1KwUxqRQ24TO=
pSdvltUZZJF33gj5leRqsgKWzMZouW_Q3X-yJZ8t2_34Th-WZOiiizoq1VH9TyjLiDmoea9HZ3T=
tAClU5IlifPv9AMyfH9hjlbuFhi4BwktdXw?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000721c9b063b63eb43--
service/cur/1756118886.M715002P3909012.premium320.web-hosting.com,S=33192,W=34039:2,S000064000000100650151007557640020654 0ustar00Return-Path: <3Yz-saBcKAN4BUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id CM0oKmY/rGiUpTsAVkXPrw
	(envelope-from <3Yz-saBcKAN4BUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:48:06 -0400
Return-path: <3Yz-saBcKAN4BUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:48:06 -0400
Received: from [198.54.122.200] (port=58036 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Yz-saBcKAN4BUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>)
	id 1uqUkA-0000000GTIs-2Gtz
	for service@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:48:06 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="rNshGwz/";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Yz-saBcKAN4BUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com designates 209.85.219.199 as permitted sender) smtp.mailfrom=3Yz-saBcKAN4BUSINESSPROFILE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yb1-f199.google.com (mail-yb1-f199.google.com [209.85.219.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9SF15S8jzC26y
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:48:05 +0000 (UTC)
Received: by mail-yb1-f199.google.com with SMTP id 3f1490d57ef6-e952a588594so2750619276.0
        for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:48:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756118884; x=1756723684; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=01awObQa/fqPgBunj1vEKCbl2rU7EopJbitCla5W2EI=;
        b=rNshGwz/GMvyo23sRT41BOs6lkd82DNz/kJ6KZMUWJGGd+HV/sopcJ3GCPyEkuq0AP
         O+9tUcYFnFjW1UqeOyQu3okQVSqgfOtJfyhNbqDg3LlvtPq7sxz/m3agFteFbpY06ePc
         AgG3UKW9eGT0XnGIumR6KVr2M5mSTqux+DBwBwx6XBS9LtvNq41WySaA7RJyP3zifg50
         ctGBiGdM33wCP+6HHGKzQ+QYS6qABeAqvRlpY9AXylC6/BooQcZAakUNKWmGcCqNWGxJ
         Wb04oz/Fok5gkukBLOpkSDsMYRtLES+poIXtOvXkV7iLUEGU3qJPCHaltfhDC9cuXdNs
         IUQQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756118884; x=1756723684;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=01awObQa/fqPgBunj1vEKCbl2rU7EopJbitCla5W2EI=;
        b=G16qEn7W0vIRyJQEf09ZyFH1jIhOgOdIcsKlMsc23RAp6t0eHLreaJbb/Jg+rKxGxp
         Dz4eWpCJUazjs0HbyCQScBGAHIb8ASGgMz9GVo+d5KB4m/hJETb4TKrcef5KmwEE7us9
         srTTyLgY2s8mBqb+fClvZQ6hJ8kg/2ej6AH7ryl6gUX1DdN6WIvMpH4qlUHt2XEXpIGQ
         c5f8q2a54NbNVcipOkbFUyIuN0+qbkcT8mb5czjGYN4hhSlJ5O52OvWpCuz7su5NsAmi
         zQrCUGW24DxHKkTn9WaWV2/DCquwcVj65TZwuLga5Litz73ha6oio24Y/OUizsboXynk
         +m2g==
X-Gm-Message-State: AOJu0YwxO9CBOb0gjb/DDCqbdpnTO+6GpikUVsB3gXGA06h++q/YFd9d
	gqkGPkhCk0Rg80UCoytzK2Bz2me3gz93ZBC8JrjFxJjwSHZdhTI=
X-Google-Smtp-Source: AGHT+IEagHTaQ4DavzZB9aLUGRF8sAxc+FFuXivmrow6LBNuBl2xnjiNb2yC2U9McVeDYgtI25fcjlQ=
MIME-Version: 1.0
X-Received: by 2002:a05:6902:2b8c:b0:e96:5bcd:f33a with SMTP id
 3f1490d57ef6-e965bcdf5bamr3949559276.27.1756118883971; Mon, 25 Aug 2025
 03:48:03 -0700 (PDT)
Date: Mon, 25 Aug 2025 03:48:03 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: caa79d6fb51a0000
X-Notifications-Bounce-Info: AWoTSIH65_rxnmco7lTtHiLOo8hn85-YHsPIdsUafyeHuxs3TvC3BPU1e0Eh3d45bUWHkhjeacssTDqiIqBraUEe_HCEcaViH5ooBni0eqPLn30nJETBOvs7RrQulmXaVaoa4B7VUeyq0qHOsJbIZ0Rwu7eEHmsFqdkpizSwnxGtRRXMc7ejz_iJEizJu0GhFEYIiAx7U7rTB_CXdP00Va8G-YijEhkmJYlOeiuoRb1dL6lHsbqa8gfLmIrx-uk5wmnlDRBkNIjIxBdwRiLklTFtH5Por8QPGCwVi3AWPSAeEhubfZLwZpWvin9BGc8lWjo1t5djlZz16cfMTOAPwR0F9FZ3hPZLf37wU3WB7WC90eH3PdpXDFKc4cDsgYH2pAr_BWGyek01FqLWpNqp4mul4NQbsPJMS1lYLCuVywTulEM4qfDXvqRTinXVzlj4xSh7rO4504K-t27XLtEO8TOtguqB-eXsZk_4rakhWf14m1dFxGn4ApK8B6uC9N6YPLZLQuODxRGMPb8k43iQo6ZDwdVD0DR8fRAhjQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <8191aab8894a7158cff55715493cc3d44567bae1-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000004332a1063d2e4a5b"

--0000000000004332a1063d2e4a5b
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo0MjE3MA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE3NzE2NzY3MTk0
NTI5NDQyMDMvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTQyMTcwJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81b0hmdnJnNUJROHdUQmgyNUFaNlA1QnFuMjFUbU1DZ2RyZ2JZeWM2T21x
U0JSYWpndmhLOVBPeU05MkNqSDdtalZYZkNCSVhjcFgtVkhDdlpBbFQ5QWUxbUltNUtYWnNhS3p6
dFlGc082dEl3LU1IQWJnV3BoeURNZ3V1cW8+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxRGlOSVJVU1Bq
R2JxbVFGMk55QmdmbmJJSTBPeUx3ZFkydFNsQmotclN6ZlUyMVJjbVMxeGZNVTdRVDM4cjFLd1p0
dmJ2WlEwWllOTXl6MmdYd2NhbDFXNGhlSjdaVnpaTFQwVzRWblB4QVhIc3RqTzJGRWw5ZFdDTFlI
R0lLZmxPNHMyX0FscUoyN00tRWNtZnJIT1M4OU0+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgc2Vydmlj
ZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi8xNzcxNjc2NzE5NDUyOTQ0MjAzL3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj00MjE3MCZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXJV
VjZmTjNnMkEycHBWOXhPTHFGR0VNWkV0MjBUeEFiQzFoTHN5ZE8wdy1XXzJoX0pWbnZHcWpoOGw3
UHEtN1pNcFc2S2lBdUtNSG1TbjM1OXlHZ0VIUlhYakV0anV3bVZYVFdadHd5aExsWnVEa1NhQ1cw
VzM2UGhycXRFUGFidz4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81cWRTdTd3a0t5bkd0Q0RFSWNZcWNwMzRoN3N5Q0VfMWFhNTVjLWVUN21vMkxHNmtkVWE0
bTJncFUxdDRiZHNXXzJuOHhNa0lUdzhJZFVkNl8zSk93LWFRRVZFMm9FTHFZc0NCN09jYnQ4V3JG
NTlNTGpMSEJzUFhONkI1UEgyRHVtNWNEQ2hsN2R3c3llc3N5SE12Zl9vWlRxUHdZWHdnQ01Gejds
eGFCQT4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwUmRtaXpTSDBsMVhLVUF0TUxPNTU0LXJKbXNhZFAz
NWN3dnc5S1VlcXJ6T3hEeldZdFR6U2JzSnh1S080Qi1TNmpKS3pEZlF0MF9TQy1HZ1ZZVFNyV0pn
Y0Exek1IX3c3TWhLNVJqdWxOcERiN29BQjhrTUhRb0RXU0NtSU9tdjRES2Q4Pg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--0000000000004332a1063d2e4a5b
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/17716767194529442=
03/profile/verify?hl=3Den&amp;pin=3D42170&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5r3ZFWDbg3uQKR0nnSTg58xuDoXB3njemKCWnoFUgdkjEwNhSjBY12-pPzL2trX2-YQlqKd=
nUz-upjUpTEmdfLmqC0rEpn9QlytYTBaS8nSlwv5zB_ENag>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">42170</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1771676719452944203/profile/verify?=
hl=3Den&amp;pin=3D42170&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oIGt_o0cvmP2n=
GDRLpUpjDqz96DtuKiVyT1IqULyL4MOstB5ZOoAh1gXqK_qrVCKimAjMnjwRaXJgHFE7U0XZpeV=
yOSjIVrotVqxJzestpcQl4WnAwfynFvDp6c_mk2Q target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1771676719452944203/profile/verify?=
hl=3Den&amp;pin=3D42170&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oIGt_o0cvmP2n=
GDRLpUpjDqz96DtuKiVyT1IqULyL4MOstB5ZOoAh1gXqK_qrVCKimAjMnjwRaXJgHFE7U0XZpeV=
yOSjIVrotVqxJzestpcQl4WnAwfynFvDp6c_mk2Q target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1771676719452944203/profile/verify?=
hl=3Den&amp;pin=3D42170&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oIGt_o0cvmP2n=
GDRLpUpjDqz96DtuKiVyT1IqULyL4MOstB5ZOoAh1gXqK_qrVCKimAjMnjwRaXJgHFE7U0XZpeV=
yOSjIVrotVqxJzestpcQl4WnAwfynFvDp6c_mk2Q target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5rlqMlAvkxHlz-5tq=
MCiouqnAb7re7mFfL6pKlJIxI-fBq9V6kNRImu-VPFYE9zZyzdt7ytm-vFWHwNL2IXDYGg_IK3K=
olrpcBaDeh0WwEFv3W5HH8CYCMZKf-95ZRwIwSwYeMvgbE2UrCr63BXZeXZyybvvQ style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">service@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1771676719452944203/profile/verify?=
hl=3Den&amp;pin=3D42170&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oXwo65Hv3w-oM=
wTUEAHl_pg6q5RvbtTqGQC7sNhPa_6aOCq1msXAIhcrIu9HCDrUEUctRRHj_l9isJx0BcOHGnph=
8-MozBWIqzREby_gO-OuVtjV52EQfM4JM4ZtjHxWFOvw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1771676719452944203/profile/verify?=
hl=3Den&amp;pin=3D42170&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oXwo65Hv3w-oM=
wTUEAHl_pg6q5RvbtTqGQC7sNhPa_6aOCq1msXAIhcrIu9HCDrUEUctRRHj_l9isJx0BcOHGnph=
8-MozBWIqzREby_gO-OuVtjV52EQfM4JM4ZtjHxWFOvw target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/1771676719452944203/profile/verify?=
hl=3Den&amp;pin=3D42170&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oXwo65Hv3w-oM=
wTUEAHl_pg6q5RvbtTqGQC7sNhPa_6aOCq1msXAIhcrIu9HCDrUEUctRRHj_l9isJx0BcOHGnph=
8-MozBWIqzREby_gO-OuVtjV52EQfM4JM4ZtjHxWFOvw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5pcgz1NYTAcrcxUzfs4g_mWZewOVpwRsMkwDjqKv9fy6h2BRiWXv5rFAVwLwCAjgP6SGD-=
zyFOXkzcusW5ejAoJAMNjNZORk-kECpbnV6uopTEDvrp6fAzFHXk2lh0hKGGLlssPgPwYrHgcd4=
N4RpV_OHjQZHTw2G1MhP4wm5s3uA style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5oe3eMV9tNzPvlVr6SY9TJ4kZ3LTnC0nqBeoH8iXX6_5ul2jx5xnGQvzZbql8KYFROHhnRP4oD=
FgNtoapWDKURw-XzuSMALOeuSI0_txW0XswHgXQl2sUk7_XxVo4Qa1g1rMJ8Whg style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qQXoDJ3sIMhV0cf-tj41BdzF4-VNjK9MjPmUiJtZayGefoSH1hgMlRgMIHuJUSvv=
Z5AEbTaMoiP_QBURvvR72s-7Owp31NhsdJbCSAJ0YZtBD6tBJ_9Pl1VKPhtaXNrJVKCQ.gif></=
body>
</html>
--0000000000004332a1063d2e4a5b--
service/cur/1753631804.M60410P785433.premium320.web-hosting.com,S=35998,W=36650:2,S000064000000106236151007557640020530 0ustar00Return-Path: <3NUyGaBEKADIkcfYgdOQS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id AJMUAzxMhmgZ/AsAVkXPrw
	(envelope-from <3NUyGaBEKADIkcfYgdOQS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 11:56:44 -0400
Return-path: <3NUyGaBEKADIkcfYgdOQS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 27 Jul 2025 11:56:44 -0400
Received: from [198.54.122.200] (port=47086 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3NUyGaBEKADIkcfYgdOQS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>)
	id 1ug3jv-00000003KPA-3kOC
	for service@24hourwaterdamagerestorationlongisland.com;
	Sun, 27 Jul 2025 11:56:43 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=ytr+Ybyt;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3NUyGaBEKADIkcfYgdOQS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com designates 209.85.219.70 as permitted sender) smtp.mailfrom=3NUyGaBEKADIkcfYgdOQS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f70.google.com (mail-qv1-f70.google.com [209.85.219.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bqmSQ2qQgz25V6
	for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 15:56:38 +0000 (UTC)
Received: by mail-qv1-f70.google.com with SMTP id 6a1803df08f44-70744318bdfso14412426d6.3
        for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 08:56:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753631797; x=1754236597; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=aCUAJpy4TWjbBQjewQHJybvVa5PMrqmPe81GWxHp870=;
        b=ytr+YbytO1TMrpiFeMcSH8pvGYFbc+Z+2VpkNJuj0li90OjdPEo56w3m4vNoP3Gx0O
         m7TqnjaBza0CVT2oViuLy9oRjByEHUau+fqqaq5ufsw5Rb7puB7+QWBwLX0Dn7q05/DQ
         iJD1HNbtecvaD15xifGiEkMeABHczhEC+RcZw6EQIbnSvSJwKBdoAIy+T5orruaRMqmQ
         qjoLBls5EcDsCsk0Qa2op8OSxSKX3AYeg9ZsC98wbLrE2jbJtwYdm64O/zCtJ4CNTttq
         dh1fw9rQ3b15RXG6+5qopQGI12ZlmleZMu7TQmfSXstV9pB+e+QectlHm2y3XjJL+P9i
         bRKw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753631797; x=1754236597;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=aCUAJpy4TWjbBQjewQHJybvVa5PMrqmPe81GWxHp870=;
        b=FLpyQBcpekAczte6xR2fMwm9FhWWHVKWRcHHzXohcYQZtz3L1wBeGAx11eJb96gG5O
         pLQgFp0pM62ZJkLGChtra0yxtUuBQ+qGibsii7BGC8roGvMc4wBB3furD/kb6Ln8/weQ
         MlexhNjbhydcZuTWQ1xWsHmRUJU0yW+t74GcZJ9ci5MpGW0jIOPInrUjp+xebuwQYG1i
         /HXiA6Hz33nlHEz0pTzWd5z+gigL/BRAgjjgb6Wej5jFfRPt5BomkLxsC07jqSKbSLEx
         2s/k6pqH9btr8gWcQEoO2XBy1gnlGh331nnK83xuBAJ9xMy/hup82hOiIDjq32SdaKrh
         VGOQ==
X-Gm-Message-State: AOJu0YzIbBc5l+oG+e+HTX7jUr31TGO+a/z5ki56DRYzIMOD86UJhD89
	lcFBJVxljQYsfcl2t/nsie3p41Yy9Vt8JTyw/XgX/p1fBZ6DMfI39vKrKKWp
X-Google-Smtp-Source: AGHT+IEMkaNUXGWrHusleYb1l8Zi93brJ/+8YBJYwp52lkL/T5bhhJkfWSPye9R3w6WL3zXsEiijN6Q=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:f05:b0:707:471e:af95 with SMTP id
 6a1803df08f44-707471eedb2mr23822856d6.46.1753631797725; Sun, 27 Jul 2025
 08:56:37 -0700 (PDT)
Date: Sun, 27 Jul 2025 08:56:37 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140159
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5rvvULpebN69ZJAPHDBwwU8tCfh9rnV41zDZqE67RB7ZBiZ7TMxwTR31IsiokivhhywHJeeru47J7br9ywG2I9Xsm8Q_vwb0feim7KcSRNfIXtlycAsMfSS8obVLPOv4zn9gFtVXOWl0IMmv_cLIjRA1gkFuqpAPii2ePvgYfWkTUTY4Q_OMbWGY25T83Awft1Km_f_usDrkOxTdAQ4hH1lepwWuc9Pi14L83T7gPf65dflAF074XLM93tkmEzI1X_kNqDSL5dmnH2gU3L-deOSymziaOAxWtJ0t-hGiIyPneFJ48SQfhGSdxGPdOe3WhylA6r4ZTSkjLTm28QcwEHtk3RSZlyALPZ9fOVQk0HKeqM?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110511039-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: d359a479476a0000
X-Notifications-Bounce-Info: AWoTSIHeChU8HYowkj3xNxcSlyJXVaD24vnQ-ZhRpewe6NeGF2QXI_nyY8Xk4S04kjkjD8_jVIWZafN62ario54jDG3ny4a5_jnr14XrLQr74O0GCau3BpsoxSbJz0jTTh3Vjj_LFDEkBHbeZCO50aVD445101EAUmb-WAIN-0pVpxg5syK8Scyel4-Lq6rB_3RUN8nNnmyN0j0BbZGd6_9Zj1qRfAQTSN99jVS5l8rbiOkXXblYdpbM7QAuc3xn1xBI0LphSIbWNVZQ9ZrSJO8EFT36ykb8iAgP2ZrXm6kAql2jsZtE8pOE5Aztf31dENQ7zXcYCzqf8XC4egd6c51OGs2S9pUREXWsXIH5iv8RimeH4wRLX91pSaPP-3fXSmQ8UvxbfMUeSbzxtmeU47qBXmg8_iBZ8M2B2SSFjAuTQDlHQt9BarTVCLdAyxDwFmJkdzoLt53sKwueZ3FG1HmZ4X5vNF8t8xgvNiqwd--5Fj3-T8oV_7p7mcN7BW5dLhYbun1AGxfFkzCzW0Voinvp5vpoReS9r6HC88p67ANEQf05lrClNA8UQeSw_p-frHoMzoh-aTjKk_4vG4yWYrE_GH9LQk98T2J_BFzttmGEnI4arI48jwfHK7Q6wKytJK_T3Q4Hj6K2y48Z54yFh9L5KyavpUDFMO2CowNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <eaf7134baaaa4ff1f9739771ece6ebf18d07c1e6-20189259-111088864@google.com>
Subject: Connect with your team using Google Workspace Essentials
From: The Google Workspace Team <workspace-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000005eca13063aeb383a"

--0000000000005eca13063aeb383a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQpHb29nbGUgV29ya3NwYWNl
IEVzc2VudGlhbHMgYWxsb3dzIHlvdSB0byBjb25uZWN0IHF1aWNrbHkgYW5kIGZsZXhpYmx5IHdo
ZW4gIA0KeW91J3JlIGluIHRoZSBvZmZpY2UsIGF0IGhvbWUgb3Igb24gdGhlIGdvIOKAkyBhbGwg
YXQgbm8gY29zdC4NCkZhc3QgYW5kIGZsZXhpYmxlIGNvbW11bmljYXRpb24NCg0KDQoNCldoZW4g
eW91ciB0ZWFtIG5lZWRzIHRvIGNvbm5lY3Qgb3ZlciB2aWRlbywgIA0KTWVldDxodHRwczovL2Mu
Z2xlL0FOaWFvNXJMXzJSVHVfbDJLZFUzbDVPUnlIQVJuSWZhb1JrdDRVaVpxTVpDczJpWndjTTFz
VHdDOU4zYzZ4R3QyclZGMm50dVQtbUJFRWFLMmNFS25rbWdyT0E4SVRSdzE1d0ZSZ3pmeVQyWHJP
dHF3ZE90MHhNd25fdGlJZUU1U0pKWkswbVVJR25sSnZHVGlwT3dNM3J3aHk3dXE0czdZMGZtbWd1
S19LQWNzeklJZk9YY20zMTVFQmpuVWlhaXJYVS1pX0dlZ0tLcXNaVmtJV0pFRjlaR2F6STBYM0Rz
TmlJVU1KX0ZOdW1MY19kNS04RVQ2MXZuaFhuRHdwR1d6TzJ3YnVHenBTYTNlbWlIQzBkdGpVdERa
dTQwMUk0PiAgDQpjYW4gZGVsaXZlciBzZWN1cmUsIHJlbGlhYmxlLCBhbmQgaGlnaC1xdWFsaXR5
IHZpZGVvIG1lZXRpbmdzIGZvciB1cCB0byAxMDAgIA0KcGVvcGxlLg0KDQogRnJvbSBkaXJlY3Qg
bWVzc2FnZXMgdG8gZ3JvdXAgY29udmVyc2F0aW9ucywgIA0KQ2hhdDxodHRwczovL2MuZ2xlL0FO
aWFvNXFEbDJINzE0NFdrb290R3otZGpicVVIQVQ3b1BpQUhxN2w5OUh6QkN0aUU4Tmk0bGRVSjNl
djNmM1Uyc0lfemlXT05BMzc3Tjh1Q3Z4UmliT2VBLVplVXB0Q2dob0RDUU56aEJQaHZzS190QzhE
QUJZTEtVWTkxU0tKSmJzWkZPR0owWmJ3RTY4aTlpQkE4VU1LZVZFQVNOdlowSklUcG1oWks2RUhO
R1hZZEtHZ2ZuQ0pQWFBUcnNhWUdHZTBKZTlQcHhEQXo2ZEZCVjZrYURyTjZBWGotdTh2Y1Ffb0tM
MXhoaE9KdGQ5UXp6U0ROZFJ0NDNINFRBbXNCSUxvVlM2RzhIQmQzT1ZOMk5mSnpHV2dnRjdFTFhr
PiAgDQpoZWxwcyB5b3Ugc2VjdXJlbHkgY29ubmVjdCB3aXRoIGNvbGxlYWd1ZXMgYW5kIHRha2Ug
Z3JvdXAgd29yayB0byB0aGUgbmV4dCAgDQpsZXZlbCB3aXRoIHNoYXJlZCBTcGFjZXMsIGZpbGVz
LCBhbmQgdGFza3MuDQoNCg0KVG8gaGVscCB5b3VyIHRlYW0gY29tbXVuaWNhdGUgbW9yZSBlZmZl
Y3RpdmVseSwgdmlzaXQgb3VyIGxlYXJuaW5nIGNlbnRlcidzICANCk1lZXQ8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVvRkhRYUhUNi01UzBYcm5EVkV0NGFUOF85VWJuMkc1RVRwWDE5VjNid1ExSWtzQlR0
QWhVeWM5OHJTMnBEbHB4dWtlWE5zT1ZoYTRYbTd6UEY1dXlyMVZhNzdrU3BJU2lkd0RtU3FrNnBN
WUNEZFZ1cnhzRXE0S0l3ajQwZ3JfWkF0VVk4UUNtUWliTHMzdjcwRGJpY3JKRVF3QmxjbDJMNUp3
bjRYQzZ5ZHg1b0FELS0zMEFVTDdNLU5rZk1Zc0cya3ZMdF9xcVVrWktHYWJUM3Y5cUJtWXgwUmY3
YnFleDlzNG84bVc4cERPNnN6U214eGFNOGljZHEzTV9pamotWGJueWZpNVd2Q2dhbXVGbWNSWm1t
NHZ0cmNFeks2NmIwaWJ3eTBndkVjU01MaHhNVVFQWVNmRDltZlJQamNCRkgzeGhzTUtuYW1FSWJO
UzJEaTlrUDYwNms+ICANCmFuZCAgDQpDaGF0PGh0dHBzOi8vYy5nbGUvQU5pYW81cjYweFVMYjFz
MEJTRnh6V1pLdU5URU5sVk5mY3NzM1JhLXo4WXpkbGItVTREakRSOXJLU2duZGFaRUlGQTI0WkhP
VkxEc0g1aE10MFBkZl93Mm1uelRUeDNpNGhYbThyUGdsWmI2Tk03UG0zUl94Sm4yaVdfdTh5ZWFX
R0tydG1PcFVUR2ZJSWpjWWZGMTg4SE94enc1Zl9FNkRkTlU2cFBhaWJDWUlPT1JSOG9BdElGTkpJ
Nll1SEt6bzhtQzRGRWYzT284LUdKOXFxeTJkSFpNWkI0QXNQZ0xiSW9xeWd2VFQyd0EwN2JSVG9B
cUF2X0JwLWcxTnpPUE9LVGZlUU9hQ0dmVHNxUlJRMjFUM0dZWEh1UUlUQ2xQNmx6VWhFU0NZZDN0
aS1KdC1PSDlxSlc1dHNiYzlfZDM4VWJtR3llby1acDFuR1k4Y1I0eGhSVUlEQUdCVEJzPiAgDQpw
YWdlcy4NCg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvNlpNQTEzaTk1
ZTNPaG5ReFo3MVVRQ0dpb1RlNnBrU3J1ZGtZVk9zaDdrcDNUcjIydGRmTnc4MkJuRFViMTdLUHlU
XzdxMXBuM0JKakpHNktDai13RkVwZXB0LXFQcHRkRUlLSVpIV0JTMWJnM1haMl9iblAwUTNmNmxD
SVNWLVdoS1cwdmxLYWpHelEwPg0KVHdpdHRlciAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxMXpy
TXFPbjhaSGp0X3U0UjVMcWh2SkJGbnpNUm1qOEhPOTRQY05GM1NvWVlsa1VMbHkzbTlSR3ljclc2
TVdra0lwQ2hIenRuVTFkeDE3T1hkQlRYc2lEYkZaYW04dFFvMDdTd014Y092S3psVmxYVFZUM2JU
bmFYZVB1dWc4XzMtV0VkUWdsTT4NCkxpbmtlZEluICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9D
d3hEUHRRTHFCX2gwZ0xXa1EzRFpuXzRqb0Vyd2xNNFd0U3VZaVZ0ajNvUW9mTTUxaXBObXBQVFJI
ekNJanJFa1ZfRTZhM1lmM3U3emZycXBSN3hUQUE3bDZiVWJTZkJXbDB2QlhpVG5TV1k2Yk5hWmNT
TGJ0bnNLZXdxSHR4QVc4YzhxZGkwTU82ZXZhM2Z5ZXJMVUdQNFB5MVc0Pg0KRmFjZWJvb2sgIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81b0RnUmhGR0hJaWZOTnI0ZzZOdG9TcmJsOVhfbzNYb3JaZGdh
TTA4bzJQVEpYWEx1SklOM09VZmpDUGxUc2s1V29pd09EMWVQelRycWhadXZZSTQ5bHMxOG4zN0hp
OU52REdCVHFpMzBXdjkyWGxlcFE2YUh6QVJ6WE8tdGZWT2ZHSFM5VEF1RjkzZU84SVozYz4NCklu
c3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvMEZaZ3dId0pOSkZ6VHp1QWxMalBtc2Fh
eU1pQXVydjdwTzU2cjBoQWxLaF9ZYUEyNHFFeEtxUEhaOC1UV2FlZ3Ixak54NnAyd28yTTJZQVN1
Q2xwblhyNkllNmNKT0x1el9KU0hscjJkSXphUXhkTjJYa1ZDZHJwVU9NNmdqcmlZLTY2TlZYX09l
WXotc3UxaVdFaz4NCkdvb2dsZSBMTEMgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRh
aW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2FzIHNlbnQgdG8gc2VydmljZUAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gIA0KYmVjYXVzZSB5b3Ugc2lnbmVk
IHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRhdGVzLCBhbmQgdGlwcyBhYm91dCAgDQpH
b29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0IHNvbWUgZmVhdHVyZXMgaGlnaGxpZ2h0
ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBiZSBkZXBsb3llZCBieSB5b3VyIG9yZ2Fu
aXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0KcmVjZWl2ZSBzdWNoIGVtYWlscyBpbiB0
aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVyZSAgDQo8aHR0cHM6Ly9teWFjY291bnQu
Z29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVuY2VzL3Vuc3Vic2NyaWJlL2d0L0FOaWFv
NXB2LTJvcXlMRW5YQXptZGdELUlxei1Fclc4MnFCcVBWQi10dUxXYlZTckpLa2lZVlI3T3pvS1Bj
cEVlMHVfLU56aXF5cGZGV1FtU1psTHdpUnhxZjNnTGJoYWpDek4zX2o5ZXRDRXlRTktSTnlZU2tJ
MkVkVDRlU3FTT3ZEUktKY3dvanJaUTdQQmhFTDcxRHpxNG53Ynk2cG81MnY4dE1IUDZKeXFqMGtr
WWRZOW9NNndDdnBmMkg1N1F3LUZ1OGx4MFdQY29uQ3MxNkVfa21EbnNMZVVUZkpWTDVETFdGU2l3
eU43MHJDc2VsRWlHd01WSVBqQm11QXU4SU1ERnVVakxoT0lzcUlsSVZNNmJEenFPN0xjSjVfMVR5
bVV1LW50YnAybVd3NGIyZWRNWHktTUhiOWxfMnhmS2ppR0FFOS1JVEt1U0ExT1dBaUdKbW4xQ0tx
WXQ5cy04WG9LZ1pWcEthN2ZxV2oxP3V0bV9zb3VyY2U9Z20mdXRtX21lZGl1bT1lbWFpbCZhdXRv
PXRydWU+Lg0KDQo=
--0000000000005eca13063aeb383a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Fast, flexible communication</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Connec=
t quickly and flexibly from anywhere, on any device =E2=80=93 all at no cos=
t.&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:16px; padding-=
bottom:12px;letter-spacing:0.1px; padding-right:40px;padding-left:40px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Fast and fle=
xible communication
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:32px; padding-right:32px;">Google Works=
pace Essentials allows you to connect quickly and flexibly when you're in t=
he office, at home or on the <span style=3D"white-space: nowrap !important;=
 direction:ltr;">go =E2=80=93</span> all at no cost.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
10px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:12px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email4-gw-transparent-w1730px-h1058px-2x.png width=3D480 height=3Dauto alig=
n=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Fast and flexible comm=
unication" /></td>
</tr>
</table>
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->
    </td>
  </tr>
  </table>
   =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-meet-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dmiddle align=3Dleft style=3Dpadding:0;pa=
dding-top:0px;vertical-align:middle;width:64px;color:#3C4043;padding-bottom=
:19px;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
meet-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:24px;letter-spacing:0.1px;padding-top:3px;" dir=3Dltr>
    When your team needs to connect over video, <a href=3Dhttps://c.gle/ANi=
ao5rUGpLzDi1ppVva1eR0q-YkP9pTfI49LSLLLCwWQ1dfpQbMXSiSVEX9PWmcYhy5UByOm1kjJi=
oBVkMl4K5jPRPs1c1Lf0lT0jA9WVDnBAAke9a5bUwlXCftf2OxK99-cmrXTUj0pOA-0PxUm3piG=
7FMdmwhy1h14W6KNSN3SuLpB5pcIfQx8736J1_X723oo5FB3PlfiDjbp_e4nLccm5IH97UkIK8q=
PcbN56eNI2zM1jXWjpersk03-uwm1qfR0s25xBmp9n7J6dFTOsMOByBe51W_UQ style=3Dtext=
-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> can deliver s=
ecure, reliable, and <span style=3D"white-space: nowrap !important; directi=
on:ltr;">high-</span>quality video meetings for up to 100 people.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20
      <tr>

<td style=3D"padding:0;border:0;padding-top:0px;color:#3C4043;padding-left:=
32px; padding-right:32px;" class=3Dleft_pad_null>
 <!--[if gte mso 9]>
                         <table class=3D"" role=3D"presentation" cellspacin=
g=3D"0" cellpadding=3D"0" width=3D"414" align=3D"" style=3D"width:414px;">
                            <![endif]-->
                            <!--[if !mso]><!-->
                          <table class=3D"" role=3Dpresentation cellspacing=
=3D0 cellpadding=3D0 align=3D"">
                            <!--<![endif]-->
      =20
          <tr>
 <!--[if gte mso 9]>
                         <td class=3D"" width=3D"64" valign=3D"middle" alig=
n=3D"left" style=3D"vertical-align:middle;width:64px;color:#3C4043;line-hei=
ght:19px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-chat-icon-transparent-w128px-h128px-2x.png" alt=3D"" width=3D"64" height=
=3D"64" style=3D"width:64px;height:64px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D64 valign=3Dtop align=3Dleft style=3Dpadding:0;paddi=
ng-top:17px;vertical-align:top;width:64px;color:#3C4043;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
chat-icon-transparent-w128px-h128px-2x.png alt=3D"" width=3D64 height=3D64 =
style=3Dwidth:64px;height:64px; align=3Dleft />
 <!--<![endif]-->
</td>
 <td class=3D"" align=3Dleft style=3D"font-family:'Google Sans','Open Sans'=
,Arial,sans-serif; font-size:16px; line-height:24px; vertical-align:top;fon=
t-weight:normal; color:#3C4043; padding:0px 0px;padding-left:24px;padding-b=
ottom:0px;letter-spacing:0.1px;padding-top:0px;" dir=3Dltr>
    From direct messages to group conversations, <a href=3Dhttps://c.gle/AN=
iao5qNOqqPjCCmcAs9_GU3oBDIIrrIRZqVY858bGg4Efnugkf72azJIkPHykeqyfzB28qQP9_2r=
y6xd-vIBjWpyXb5D2cmUuGm8m8Wkmn05fKTd2ARpUulYbUTyMs8biLOJHrknovs_q-h90xvCXnx=
KIWVfYT-YVvpAgL3ZrC6gKod2hesp_D6yfovfpjhR4yqqYSRHcyf5GQQrbl3eoP1bcIuvssAUAx=
AlbBz_YOY_-h2ohw5kGYYlr5VnbX4G0iyuLJ2igNiEvtTq2SZDkR8elFudV5grA style=3Dtex=
t-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a> helps you se=
curely connect with colleagues and take group work to the next level with s=
hared Spaces, files, and tasks.</td>
  </tr>
          </table>
     </td>
  </tr>
 =20

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#3C4043; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:24px; paddin=
g-bottom:40px;letter-spacing:0.1px; padding-right:32px;padding-left:32px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->To help your=
 team communicate more effectively, visit our learning center's <a href=3Dh=
ttps://c.gle/ANiao5pdqbruzlLZVpL3A_bm4Xzi-NmH7Lqwt-SORWHXUTxcOA1e4_57Dd3j9s=
qalnTduEsebErTUTNX_BNYuYMsX9T7Qi-MvPXSJOmIXasabczj2QXkiBGsrZYajqSd1q-IL8oHK=
nrfaK_fuyIvFiam6ZpPBCWjseVbWMRCrOA6Mt0x3lKyjRlKST8SmIlhb8ydPmK9tN5R6sF4ruOB=
DPdZZLSYjbaOfaeiQyTHBi25Hsibc5K5A4RxJzXm3To6QJmbNamfrjqR8NraeZ47gTouDFEUWDh=
Yf2QFZkdCpuxEgcBVsbImx51U2gi0M_XXqweUmu1IiWZGiZAScLe2igrM9NaXVsrElA style=
=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Meet</a> and <a=
 href=3Dhttps://c.gle/ANiao5p64aJRCHAjSsCjQI1QsKGdH_1rqwmPG4Q2puNvP-hJEKu9R=
GjUYICpPbNHgVTvCWdeQsic45mC1TUDjYQoRnm4Y0PHE7Gn0tcwk5vsEr6rKOEt6uKndndiZsG9=
DACG-pUL8ps5ddTcb7QFJZPnVK5zP8aRDKLVwht_j5Pnmf3u7wpwF3Jw7fly8PtN6n84Bl5c55Y=
UrSCcapAEK5unmX5JDHZSEm46PCn4bHXe8_wE5-GJw4LofKjpCJu-HVd8P3RZDRndyz7ZVLozgs=
UIanHy4zL7g1yahw2ZMoyG6w0EcIsg-Qs_qpzav_OEqFRbSGfAQlDU7eAHHvuFwHaooFkqzoHjj=
g style=3Dtext-decoration:underline;color:#1A73E8; target=3D_blank>Chat</a>=
 pages.
    </td>
  </tr>
  </table>
   =20
 =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rTHuwe0T9qLruoLma8Z2240lfY9hPDcBuG53T=
34jpCnYnaHwgHxFjoIzsPybr-woPRXENj5XHg4sT9ggQKNgyWcOvdyIFpkZOIVTmkqgT2E6chqE=
5WinAtEgrPIkvIW9D_k9G9D1lQjL7iVv4 target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r9XDVedBob2XAVNDH3hgcXpJAqHfmZSC5YS8C=
OlZSqi7SnguSxFY0zKPzXjno-JbNf96WQrxOwxjOYcy8zYZnw__yauuWgK3hJd9ePe7lVGrE3tE=
ArDYP2gJyjG6WNmFAcueeQzGuiSQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qz92TKAHIuZsHSgjBT82CMIS96xYlnwUsBnAi=
Gt9S7nohogAuK3aScuuhFHvo7aGkt9J9cXjmSiNpw0rPymnbWH9HLiN3puNANEVAB-Fmy9458wx=
U4MHCVq8vuOF5Sl2Ca4ZFt8oe3A92BM2wCcI-OdsZ7sQVQ8PM target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qFrIu-Ph3RU2So51MWDkpSF1VO12hS270wTXl=
I6noH5WtYgp85kYD45Ew-0ubBeCRao6vngp1QPLFgo7rH5Gu5NFVkc2a7uGWbvKhPzJN5mltnMG=
lLjRzU-ntFyr8wF48MbrVx6vcggAlgrBm0bA target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pbiuJvkP-psslPruV_LUdy0tw1PH91I2LW3R4=
u1VIdlh1HWdaCTCyxxjisa-bvcvdictxWi-DwClGqEZ9zoeIaoCNuYlEO8wI_XQZIf6BpRD9pTI=
KpeX--ip9iQ_x0EI9Tsps4PxDHlekcJGA2AQykGQ target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to service@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5rvvULpebN69ZJAPHDBwwU8tCfh9rnV=
41zDZqE67RB7ZBiZ7TMxwTR31IsiokivhhywHJeeru47J7br9ywG2I9Xsm8Q_vwb0feim7KcSRN=
fIXtlycAsMfSS8obVLPOv4zn9gFtVXOWl0IMmv_cLIjRA1gkFuqpAPii2ePvgYfWkTUTY4Q_OMb=
WGY25T83Awft1Km_f_usDrkOxTdAQ4hH1lepwWuc9Pi14L83T7gPf65dflAF074XLM93tkmEzI1=
X_kNqDSL5dmnH2gU3L-deOSymziaOAxWtJ0t-hGiIyPneFJ48SQfhGSdxGPdOe3WhylA6r4ZTSk=
jLTm28QcwEHtk3RSZlyALPZ9fOVQk0HKeqM?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000005eca13063aeb383a--
service/cur/1752857405.M698739P2988390.premium320.web-hosting.com,S=90561,W=92051:2,S000064000000260701151007557640020724 0ustar00Return-Path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id gDYvKT17emhmmS0AVkXPrw
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Fri, 18 Jul 2025 12:50:05 -0400
Return-path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 18 Jul 2025 12:50:05 -0400
Received: from [127.0.0.1] (port=39008 helo=localhost.localdomain)
	by premium320.web-hosting.com with esmtpa (Exim 4.98.2)
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	id 1ucoHd-0000000CYEB-23JP
	for service@24hourwaterdamagerestorationlongisland.com;
	Fri, 18 Jul 2025 12:50:05 -0400
Date: Fri, 18 Jul 2025 16:50:05 GMT
From: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Message-Id: <1752857405.sP3a1SjMmxOamgY2@premium320.web-hosting.com>
Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnHNl?= =?UTF-8?B?cnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu?= =?UTF-8?B?Y29t4oCdLg==?=
To: <service@24hourwaterdamagerestorationlongisland.com>
X-iContact_locale: en
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-2991483-1752857405-0.175020390257682"

--mixed-Cpanel::Email::Object-2991483-1752857405-0.175020390257682
Content-Type: multipart/alternative; boundary="alternative-Cpanel::Email::Object-2991483-1752857405-0.863297616367582"

--alternative-Cpanel::Email::Object-2991483-1752857405-0.863297616367582
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Client Configuration settings for =E2=80=9Cservice@24hourwaterdamagerestora=
tionlongisland.com=E2=80=9D.


Mail Client Manual Settings
---------------------------

Secure SSL/TLS Settings (Recommended)

Username:

service@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

premium320.web-hosting.com

  * IMAP Port: 993

  * POP3 Port: 995

Outgoing Server:

premium320.web-hosting.com

  * SMTP Port: 465

IMAP, POP3, and SMTP require authentication.

Non-SSL Settings (NOT Recommended)

Username:

service@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

mail.24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 143

  * POP3 Port: 110

Outgoing Server:

mail.24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 587

IMAP, POP3, and SMTP require authentication.


Calendar & Contacts Manual Settings
-----------------------------------

Secure SSL/TLS Settings (Recommended).

Username:

service@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

https://premium320.web-hosting.com:2080

  * Port: 2080

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * https://premium320.web-hosting.com:2080/calendars/service@24hourwaterda=
magerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * https://premium320.web-hosting.com:2080/addressbooks/service@24hourwate=
rdamagerestorationlongisland.com/addressbook

Non-SSL Settings (NOT Recommended).

Username:

service@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

http://mail.24hourwaterdamagerestorationlongisland.com:2079

  * Port: 2079

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/calendars/s=
ervice@24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/addressbook=
s/service@24hourwaterdamagerestorationlongisland.com/addressbook

A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE =
Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.

This notice is the result of a request made by a computer with the IP addre=
ss of =E2=80=9C72.255.7.70=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D se=
rvice on the server.

The remote computer=E2=80=99s location appears to be: Pakistan (PK).

The remote computer=E2=80=99s IP address is assigned to the provider: =E2=
=80=9CCyber Internet Services Pakistan Cyber Internet Services (Private) Li=
mited Cyber Internet Services Pakistan=E2=80=9D

The remote computer=E2=80=99s network link type appears to be: =E2=80=9CDSL=
=E2=80=9D.

The remote computer=E2=80=99s operating system appears to be: =E2=80=9CWind=
ows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.

The system generated this notice on Friday, July 18, 2025 at 4:50:05 PM UTC.

Do not reply to this automated message.

cP

Copyright=C2=A9 2025 cPanel, L.L.C.=

--alternative-Cpanel::Email::Object-2991483-1752857405-0.863297616367582
Content-Type: multipart/related; boundary="related-Cpanel::Email::Object-2991483-1752857405-0.483708342185569"

--related-Cpanel::Email::Object-2991483-1752857405-0.483708342185569
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<body style=3D"background:#F4F4F4">
    <div style=3D"margin:0;padding:0;background:#F4F4F4">
        <table cellpadding=3D"10" cellspacing=3D"0" border=3D"0" width=3D"1=
00%" style=3D"width:0 auto;">
            <tbody>
                <tr>
                    <td align=3D"center">
                        <table cellpadding=3D"0" cellspacing=3D"0" border=
=3D"0" width=3D"680" style=3D"border:0;width:0 auto;max-width:680px;">
                            <tbody>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td width=3D"680" height=3D"25" style=
=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;=
color:#333333">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                            Client Configuration settings f=
or =E2=80=9Cservice@24hourwaterdamagerestorationlongisland.com=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td style=3D"padding: 15px 0 20px 0; ba=
ckground-color: #FFFFFF; border: 2px solid #E8E8E8; border-bottom: 2px soli=
d #FF6C2C;">
                                        <table width=3D"680" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" style=3D"background:#FFFFFF;font-family:=
'Helvetica Neue',Helvetica,Arial,sans-serif;">
                                            <tbody>
                                                <tr>
                                                    <td width=3D"15">
                                                    </td>
                                                    <td width=3D"650">
                                                        <table cellpadding=
=3D"0" cellspacing=3D"0" border=3D"0" width=3D"100%">
                                                            <tbody>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v id=3D"manual_settings_area" class=3D"section">
        <h2 id=3D"hdrManualSettings">Mail Client Manual Settings</h2>
=20=20=20=20=20=20=20=20
        <div class=3D"row">
         <div class=3D"col-md-6">
          <div id=3D"ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #428bca;"
=20=20=20=20=20=20=20=20=20=20=20=20
            class=3D"preferred-selection panel panel-primary">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #428bca; border-color: #428b=
ca; color: #fff;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings
                (Recommended)
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSSLSettingsAreaUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSSLSettingsAreaUsername" class=3D"data wrap-text">service@24hou=
rwaterdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaPassword" class=3D"escape-note"> Use the email acco=
unt=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaIncomingServer" class=3D"data">premium320.web-hosti=
ng.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 993</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 995</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaOutGoingServer" class=3D"data">premium320.web-hosti=
ng.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 465</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"lblSettingsAreaSmallNote1" class=3D"small_note">IMAP, POP3,=
 and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
         </div>
=20=20
      </div>
=20=20=20=20=20=20=20=20

        <div class=3D"row" id=3D"nonSSL" style=3D"display: none">
         <div class=3D"col-md-6">
           <div id=3D"non_ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #f6c342;"
=20=20=20=20=20=20=20=20=20=20=20=20
           class=3D"panel panel-default panel-warning">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #f6c3=
42; color: #333;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                <span id=3D"descNonSSLSettings" class=3D"caption not-recomm=
ended">Non-SSL Settings (NOT Recommended)</span>
              </div>
              <table id=3D"tblManualSettingsTable" class=3D"table manual_se=
ttings_table" style=3D"border-collapse: collapse; border-spacing: 0; margin=
-bottom: 0; width: 100%; background-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsUsername" class=3D"data wrap-text">service@24hour=
waterdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsPassword" class=3D"escape-note">Use the email acc=
ount=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsIncomingServer" class=3D"data">mail.24hourwaterda=
magerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 143</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 110</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServerData" class=3D"data">mail.24hourwaterd=
amagerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 587</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"descNonSSLSettingsAuthenticationIsRequiredForIMAPPOP3SMTP1"=
 class=3D"small_note">IMAP, POP3, and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
        </div>
      </div>

    </div><div class=3D"section">
        <h2>Calendar &amp; Contacts Manual Settings</h2>
        <div class=3D"row">
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #428bca;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #428bca; border-color: #=
428bca; color: #fff;" class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">service@24hourwaterdamagerestorationlongisland.=
com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">https://premium320.web-hosting.com:2080
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2080</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://premium320.web-hosting.com:2080/cale=
ndars/service@24hourwaterdamagerestorationlongisland.com/calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://premium320.web-hosting.com:2080/addr=
essbooks/service@24hourwaterdamagerestorationlongisland.com/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #f6c342;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #=
f6c342; color: #333;" class=3D"panel-heading">
                Non-SSL Settings (NOT Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">service@24hourwaterdamagerestorationlongisland.=
com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">http://mail.24hourwaterdamagerestorationlongisland.com:20=
79
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2079</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/calendars/service@24hourwaterdamagerestorationlongisland.co=
m/calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/addressbooks/service@24hourwaterdamagerestorationlongisland=
.com/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
        </div>
      </div>
    </div><p>
 A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE=
 Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.
</p>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v style=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-t=
op: 2px solid #E8E8E8; padding-top:5px; margin-top: 5px; font-size:12px; co=
lor: #666666;">
        <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20
          This notice is the result of a request made by a computer with th=
e <abbr title=3D"Internet Protocol">IP</abbr> address of =E2=80=9C72.255.7.=
70=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D service on the server.
=20=20=20=20=20=20=20=20
    </p>

                    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                            The remote computer=E2=80=99s location appears =
to be: Pakistan (PK).
                    </p>
=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
                <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                  The remote computer=E2=80=99s <abbr title=3D"Internet Pro=
tocol">IP</abbr> address is assigned to the provider: =E2=80=9CCyber Intern=
et Services Pakistan Cyber Internet Services (Private) Limited Cyber Intern=
et Services Pakistan=E2=80=9D
                </p>
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20

=20=20=20=20=20=20=20=20=20
                            <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;=
">
          The remote computer=E2=80=99s network link type appears to be: =
=E2=80=9CDSL=E2=80=9D.
        </p>
                          <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20=20=20
            The remote computer=E2=80=99s operating system appears to be: =
=E2=80=9CWindows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20
        </p>
=20=20=20=20=20=20=20=20=20=20
    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
        The system generated this notice on Friday, July 18, 2025 at 4:50:0=
5 PM UTC.
    </p>
</div>=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                                                           =
<!-- -->
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
<p>
    Do not reply to this automated message.
</p>
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>

                                                    </td>
                                                    <td width=3D"15">
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
                                    <td align=3D"center" style=3D"padding-t=
op: 10px;">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                        <img src=3D"cid:auto_cid_2140506619=
" height=3D"25" width=3D"25" style=3D"border:0;line-height:100%;border:0" a=
lt=3D"cP">
                                        <p style=3D"font-family:'Helvetica =
Neue',Helvetica,Arial,sans-serif;font-size:12px;color:#666666; padding: 0; =
margin: 0;">Copyright=C2=A9=C2=A02025 cPanel, L.L.C.<p>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</body>=

--related-Cpanel::Email::Object-2991483-1752857405-0.483708342185569
Content-Type: image/png; x-unix-mode=0600; name="cpanel-logo-tiny.png"
Content-Disposition: attachment; filename="cpanel-logo-tiny.png"
Content-ID: <auto_cid_2140506619>
Content-Transfer-Encoding: base64

iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAK
T2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AU
kSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXX
Pues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgAB
eNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAt
AGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3
AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dX
Lh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+
5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk
5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd
0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA
4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzA
BhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/ph
CJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5
h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+
Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhM
WE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQ
AkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+Io
UspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdp
r+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZ
D5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61Mb
U2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY
/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllir
SKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79u
p+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6Vh
lWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1
mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lO
k06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7Ry
FDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3I
veRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+B
Z7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/
0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5p
DoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5q
PNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIs
OpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5
hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQ
rAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9
rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1d
T1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aX
Dm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7
vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3S
PVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKa
RptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO
32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21
e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfV
P1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i
/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8
IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADr7aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8
P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4
bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1
LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6
UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5z
IyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5z
OnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1w
TU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0
RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAg
ICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3Av
MS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8x
LjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4w
LyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8i
PgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNp
bnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTAz
LTIyVDA3OjUwOjI4LTA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0
YURhdGU+MjAxNS0wMy0yMlQwNzo1MDoyOC0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAg
ICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3htcDpNb2RpZnlE
YXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmQxMDU0MzZlLWY5ZTAtNDkx
MS1iZTFiLTcwMzcxNDM4NTA4MjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRv
Y3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVmYTlmM2I1LTExMjAtMTE3OC1iOTIzLWZi
MjdlNDc0YmQzYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9j
dW1lbnRJRD54bXAuZGlkOjA4ZTkxZjNlLWU3MjQtNDYzNC04YmJlLTFiNzRlNzMwMTA3NTwveG1w
TU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAg
ICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3Vy
Y2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlv
bj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowOGU5MWYzZS1l
NzI0LTQ2MzQtOGJiZS0xYjc0ZTczMDEwNzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAg
ICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBD
QyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8
L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAg
ICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkMTA1NDM2ZS1mOWUwLTQ5
MTEtYmUxYi03MDM3MTQzODUwODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAg
IDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAg
ICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0
IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RF
dnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAg
ICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxw
aG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAg
ICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NEMxRkU2RTZCQzREMTFFNEI3MDg5OEZGODlDRkQ2RUU8
L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1
bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9w
OkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYt
Mi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8
L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlv
bj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0
aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29s
dXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVu
aXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAg
ICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAg
ICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8
L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ph0AdIcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkA
AHUwAADqYAAAOpgAABdvkl/FRgAAAclJREFUeNrs1s+LjVEYB/DPHe7EYjY2wsaPjaZBZDQLEZGF
hSwkNdlIWbC2UEr5D8ZGSX4sJJINaQjlNkn5lcVMSuSWaagZXImYrsU8N6fT6/JOkcV869T7nOc5
53vO83yf930rzWbT30aHf4AZklKYDQ6tKLvmODZiFpqo4CvquIlzmAQDz4KkHNbjcBv/HvTHGJ1u
unb9QcxmXEHX70g6UI30VNEZ6enN4ibxrWB9H/YWkczBPlzCYzyN8QS30YNlSfwo1mElNuFatt/O
n4WfwgJciIIW4QHmY14ydxeP4nkEDzGMRTG3NL1JJ862IYAaVmVz+ckbmCiW8FQxt2a+LyFLIc2T
OJ/4v8ftUuzH8sSupyQ7suCLOIJP0QMTkaa0oV7gPQbQHUpaG/Et3ElJ+hLHmzhRIyPuxdzEvoqD
MYrwDqfTmnRlaWoULNqS2UNtavg55Ps6JRlJApbgaPRGC1VsS+yP+IDVBZtfDjnfyAt/PUlZBcew
O2oyhBNYnGz2KvpneyaEMbz8lbrO4AAWJr7uRJY9IfMWBqPotTKv+nqcfKwgZrBA3rem+z2pYQNO
4TnG8Rb3sCbs8cj1/TIklZkfif+O5McA9Y1iuiAu5qQAAAAASUVORK5CYII=

--related-Cpanel::Email::Object-2991483-1752857405-0.483708342185569--

--alternative-Cpanel::Email::Object-2991483-1752857405-0.863297616367582--

--mixed-Cpanel::Email::Object-2991483-1752857405-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="caldav-service@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="caldav-service@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIId/gYJKoZIhvcNAQcCoIId7zCCHesCAQExDzANBglghkgBZQMEAgEFADCCCTcGCSqGSIb3DQEH
AaCCCSgEggkkPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FsREFWQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+c2VydmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFu
ZC5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5DYWxEQVZIb3N0TmFtZTwva2V5Pg0KICAgICAg
ICA8c3RyaW5nPnByZW1pdW0zMjAud2ViLWhvc3RpbmcuY29tPC9zdHJpbmc+DQogICAgICAgIDxr
ZXk+Q2FsREFWUG9ydDwva2V5Pg0KICAgICAgICA8aW50ZWdlcj4yMDgwPC9pbnRlZ2VyPg0KICAg
ICAgICA8a2V5PkNhbERBVlByaW5jaXBhbFVSTDwva2V5Pg0KICAgICAgICA8c3RyaW5nPi9wcmlu
Y2lwYWxzL3NlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogICAgICAgIDxrZXk+Q2FsREFWVXNlU1NMPC9rZXk+DQogICAgICAgIDx0cnVl
Lz4NCiAgICAgICAgPGtleT5DYWxEQVZVc2VybmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPnNl
cnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+
DQogICAgICAgIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogICAgICAgIDxzdHJpbmc+
c2VydmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJl
IENhbGVuZGFyIFNldHVwPC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZERpc3BsYXlOYW1l
PC9rZXk+DQogICAgICAgIDxzdHJpbmc+c2VydmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0
aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIENhbGVuZGFyIFNldHVwPC9zdHJpbmc+DQogICAgICAg
IDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4NCiAgICAgICAgPHN0cmluZz5jcGFuZWwubWFp
bC5vcmcuc2VydmljZS4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208
L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogICAgICAg
IDxzdHJpbmc+MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJp
bmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgICAgPHN0cmluZz5jb20u
YXBwbGUuY2FsZGF2LmFjY291bnQ8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVVVJRDwv
a2V5Pg0KICAgICAgICA8c3RyaW5nPjM2ODlkMTc0LTFmYjQtMDIxZC04ZWYzLWE0MmJjYzhlZjkz
ZDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICAgIDxp
bnRlZ2VyPjE8L2ludGVnZXI+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBheWxv
YWREZXNjcmlwdGlvbjwva2V5Pg0KICA8c3RyaW5nPnNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2Vy
ZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1cDwvc3RyaW5nPg0K
ICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3RyaW5nPnNlcnZpY2VAMjRob3Vy
d2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1
cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+Y3Bh
bmVsLm1haWwub3JnLnNlcnZpY2UuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tLWNhbGRhdjwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4N
CiAgPHN0cmluZz5jcGFuZWwubWFpbC5vcmcuc2VydmljZS4yNGhvdXJ3YXRlcmRhbWFnZXJlc3Rv
cmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkUmVtb3ZhbERpc2Fs
bG93ZWQ8L2tleT4NCiAgPGZhbHNlLz4NCiAgPGtleT5QYXlsb2FkVHlwZTwva2V5Pg0KICA8c3Ry
aW5nPkNvbmZpZ3VyYXRpb248L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICA8
c3RyaW5nPjJhODgxMjBiLWYwNjQtMjQzYS0zYmEzLTE2MWYwODI1YzZiZjwvc3RyaW5nPg0KICA8
a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogIDxpbnRlZ2VyPjE8L2ludGVnZXI+DQo8L2RpY3Q+
DQo8L3BsaXN0Pg0KoIIR3TCCBhMwggP7oAMCAQICEH1bUSa0droR23QWC7xTDacwDQYJKoZIhvcN
AQEMBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYDVQQHEwtKZXJz
ZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMS4wLAYDVQQDEyVVU0VSVHJ1
c3QgUlNBIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTE4MTEwMjAwMDAwMFoXDTMwMTIzMTIz
NTk1OVowgY8xCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNV
BAcTB1NhbGZvcmQxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBS
U0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQTCCASIwDQYJKoZIhvcNAQEBBQAD
ggEPADCCAQoCggEBANZzM9bXPCDQANIXRbjWPgeiP8dB7jIwybBs/fSfyxKYDy0/jU0BDIIPF39i
Lum4SHn7FoNOrdcyJZO3B7+5UD+pTMNAKuk5/9mByh8WMkHagCa5I3qHIB7j/yCaPJVEb4d1BpBA
tDKTFgkQCCM+0t2HD29dURRqCmnFTwFyac/Tk0xtBKCjG4J+sZq57cWexTd4n5oINPtWLljECQ4G
ZFu8N9zxnyhoqFawkqNcn7uImAgbJB2rMIWur7AunnqdwcBCHOIC8OrgStLvkA60wUAW8G+FQkpk
96QwoP6/LqMnWo6LWLitwxkXhGPtb1b9g8tgNMR0vuad2+Hk5coMXxUCAwEAAaOCAW4wggFqMB8G
A1UdIwQYMBaAFFN5v1qqK0rPVIDh2JvAnfKyA2bLMB0GA1UdDgQWBBSNjF7EVK2K4Xfpm/mbBeG4
AY1h4TAOBgNVHQ8BAf8EBAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHSUEFjAUBggrBgEF
BQcDAQYIKwYBBQUHAwIwGwYDVR0gBBQwEjAGBgRVHSAAMAgGBmeBDAECATBQBgNVHR8ESTBHMEWg
Q6BBhj9odHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQ2VydGlmaWNhdGlvbkF1
dGhvcml0eS5jcmwwdgYIKwYBBQUHAQEEajBoMD8GCCsGAQUFBzAChjNodHRwOi8vY3J0LnVzZXJ0
cnVzdC5jb20vVVNFUlRydXN0UlNBQWRkVHJ1c3RDQS5jcnQwJQYIKwYBBQUHMAGGGWh0dHA6Ly9v
Y3NwLnVzZXJ0cnVzdC5jb20wDQYJKoZIhvcNAQEMBQADggIBADK/Yb0OSMNPx7pHTficeBkB3BMd
gG/8w3C0UpoxM5pXUvsxnmuk71SqiY1AF2j4ERB80sqx8VWGx+6zNpGG9jlRv0a/D6C6tPd+ScQq
Nhee5Gg5eq+UTlZvsns7vwqGvc3FdxwDuDixoh9fftuK3EZItmgKz7K1tOI05GepOGYJXtK4/J0o
OhdAJ8JyTin9ITx8zxP7lizFMUT9E+3Vm6lpaHd87uH/pPk2OAhTOaKENJwZ874OrNUkN+sjqHjQ
0+fvkkdkYjki78b3Eb4ihcZmRCQmjhAyjciTrgeegz4v2fn1Ro5jvsHmtNymzSGohgqV2S6FJhr9
/LG2V0JtldEz9jkUBoJBOPWPWNyAW6TVfZV4/aeb//3FqGmrJuenpAWHW6m3uKMgC5epRYXds4vl
iTeOKQ38Bhf2OEAOQuQSBvt788YRaGLf45j0E9gVT4uxadkQYLxkKuoxt+S1ozoUmybjC3v9Ao62
mcE4l1k29qh0ooa2XuvGZOrPoKP5bp66LRG2hpgIWC3JrCVk8l51tDjBrn9aRoPqUcq28ZkRNWul
anvGALDn+L5ksq3IwvGs41HqpJPgecjhgUDJClvhEjzBYCrjl8CJQsqUz0aYEmm7mNDC0w1yS0du
5ZPEMihjh0PksDI+CtNLvyObFClBK5oEH5Mt8cc5SDytWhJ/MIIFgTCCBGmgAwIBAgIQOXJEOvki
t1HX02wQ3TE1lTANBgkqhkiG9w0BAQwFADB7MQswCQYDVQQGEwJHQjEbMBkGA1UECAwSR3JlYXRl
ciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRowGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRl
ZDEhMB8GA1UEAwwYQUFBIENlcnRpZmljYXRlIFNlcnZpY2VzMB4XDTE5MDMxMjAwMDAwMFoXDTI4
MTIzMTIzNTk1OVowgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYDVQQH
EwtKZXJzZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMS4wLAYDVQQDEyVV
U0VSVHJ1c3QgUlNBIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEFAAOC
Ag8AMIICCgKCAgEAgBJlFzYOw9sIs9CsVw127c0n00ytUINh4qogTQktZAnczomfzD2p7PbPwdzx
07HWezcoEStH2jnGvDoZtF+mvX2do2NCtnbyqTsrkfjib9DsFiCQCT7i6HTJGLSR1GJk23+jBvGI
GGqQIjy8/hPwhxR79uQfjtTkUcYRZ0YIUcuGFFQ/vDP+fmyc/xadGL1RjjWmp2bIcmfbIWax1Jt4
A8BQOujM8Ny8nkz+rwWWNR9XWrf/zvk9tyy29lTdyOcSOk2uTIq3XJq0tyA9yn8iNK5+O2hmAUTn
AU5GU5szYPeUvlM3kHND8zLDU+/bqv50TmnHa4xgk97Exwzf4TKuzJM7UXiVZ4vuPVb+DNBpDxsP
8yUmazNt925H+nND5X4OpWaxKXwyhGNVicQNwZNUMBkTrNN9N6frXTpsNVzbQdcS2qlJC9/YgIoJ
k2KOtWbPJYjNhLixP6Q5D9kCnusSTJV882sFqV4Wg8y4Z+LoE53MW4LTTLPtW//e5XOsIzstAL81
VXQJSdhJWBp/kjbmUZIO8yZ9HE0XvMnsQybQv0FfQKlERPSZ51eHnlAfV1SoPv10Yy+xUGUJ5lhC
LkMaTLTwJUdZ+gQek9QmRkpQgbLevni3/GcV4clXhB4PY9bpYrrWX1Uu6lzGKAgEJTm4Diup8kyX
HAc/DVL17e8vgg8CAwEAAaOB8jCB7zAfBgNVHSMEGDAWgBSgEQojPpbxB+zirynvgqV/0DCktDAd
BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF
MAMBAf8wEQYDVR0gBAowCDAGBgRVHSAAMEMGA1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwuY29t
b2RvY2EuY29tL0FBQUNlcnRpZmljYXRlU2VydmljZXMuY3JsMDQGCCsGAQUFBwEBBCgwJjAkBggr
BgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2RvY2EuY29tMA0GCSqGSIb3DQEBDAUAA4IBAQAYh1Hc
dCE9nIrgJ7cz0C7M7PDmy14R3iJvm3WOnnL+5Nb+qh+cli3vA0p+rvSNb3I8QzvAP+u431yqqcau
8vzY7qN7Q/aGNnwU4M309z/+3ri0ivCRlv79Q2R+/czSAaF9ffgZGclCKxO/WIu6pKJmBHaIkU4M
iRTOok3JMrO66BQavHHxW/BBC5gACiIDEOUMsfnNkjcZ7Tvx5Dq2+UUTJnWvu6rvP3t3O9LEApE9
GQDTF1w52z97GA1FzZOFli9d31kWTz9RvdVFGD/tSo7oBmF0Ixa1DVBzJ0RHfxBdiSprhTEUxOip
akyAvGp4z7h/jnZymQyd/teRCBaho1+VMIIGPTCCBSWgAwIBAgIQET6hpw38VgI5ZVXm8ggGWDAN
BgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3Rl
cjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5T
ZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBMB4XDTI1MDMxMzAw
MDAwMFoXDTI2MDQwNTIzNTk1OVowHDEaMBgGA1UEAwwRKi53ZWItaG9zdGluZy5jb20wggEiMA0G
CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDENNxxcx3GjD2KDzzPhJlAJQCn6sY/m0x5VHJeZWdL
j0tk3DAskQ10DzhNhLJfT4nXF2SyAXOQEGLT+A2ytGHHbn+YZa3iq0MusPGcX/JmD6W8RDoVl6+5
wFhqzfvfhXi19T4z4/ap+UAwM6I2XKjdecmAQLKOHgeDSjzsCj6A/9Ht/3jfFPpE+zya9nA+WZ6p
yjkokufT1FFcNehlZYskhbpjht75pJtJGNFQW0efIal93cKQKNyi8lGAT7KRnxznaJ3K/sCyXEZK
RdVFpu/JFC/80OuVlxOXdRv4qY1ujDhdADecitASYchoY3nkuIxgu1V+zcKT17CNx58V3toTAgMB
AAGjggMFMIIDATAfBgNVHSMEGDAWgBSNjF7EVK2K4Xfpm/mbBeG4AY1h4TAdBgNVHQ4EFgQUzgkr
0zIEwf6XB3khsSM8oTbZrfAwDgYDVR0PAQH/BAQDAgWgMAwGA1UdEwEB/wQCMAAwHQYDVR0lBBYw
FAYIKwYBBQUHAwEGCCsGAQUFBwMCMEkGA1UdIARCMEAwNAYLKwYBBAGyMQECAgcwJTAjBggrBgEF
BQcCARYXaHR0cHM6Ly9zZWN0aWdvLmNvbS9DUFMwCAYGZ4EMAQIBMIGEBggrBgEFBQcBAQR4MHYw
TwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1JTQURvbWFpblZhbGlk
YXRpb25TZWN1cmVTZXJ2ZXJDQS5jcnQwIwYIKwYBBQUHMAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28u
Y29tMC0GA1UdEQQmMCSCESoud2ViLWhvc3RpbmcuY29tgg93ZWItaG9zdGluZy5jb20wggF/Bgor
BgEEAdZ5AgQCBIIBbwSCAWsBaQB3AJaXZL9VWJet90OHaDcIQnfp8DrV9qTzNm5GpD8PyqnGAAAB
lY9dGdMAAAQDAEgwRgIhAP2NOldJLiUn/zGMvQO4nljgGAojoDISmwVBTJY7e7kFAiEAnK13EohJ
tqt0A3OJxtrDfW6VkP4QSFjpzlZ3msM87FkAdgAZhtTHKKpv/roDb3gqTQGRqs4tcjEPrs5dcEEt
JUzH1AAAAZWPXRlnAAAEAwBHMEUCIFxkb6XyT/wIwr0855CfYF8HCZ/m8dCkjv7gl402JeZYAiEA
ha8iYwRS3NQl9nS7D1/m5Uxp7qTU3vo51sWD78gev7YAdgDLOPcViXyEoURfW8Hd+8lu8ppZzUcK
aQWFsMsUwxRY5wAAAZWPXRmUAAAEAwBHMEUCIQCmmMm+z/9x9jpBqwmZHYSx0pjuQq3o5L74bD5y
QAkCSwIgc3xqTPWo0uHOZRnGurRF6AvmI01SbQ3rm0zqj8QZ87gwDQYJKoZIhvcNAQELBQADggEB
AGhRZGcgtNxjxCyo1g2zWpofwgm809xIVyxnohmY4yoPVUwIKcoOKSxOFcuJiXxqThSSzCLd1SbO
+lpqJVwhLXx9AzIovsOQk9TJwfhn9tHSZp44IOr2flvHZJl1+ZbeFRN2uqBRC0mbv3ngckLWP1Sp
0S/4t2p9XZKJfJbbr3+6PLTKrtDDHXGX7u1kBgadg7hJ58d9PtxoZnbg/9ojzqnFgkURiXWdBbqe
WRPc5jkR4vcgunEQpGqrDqvuHoGLlFnwSX08v1TFcG+kHoBrlVPVFDMC5dWmYtIXhNUl03v9gnvq
JvMw2/88bLKyxOHB2ZG72bTp5zXjsiQFNjKMsqcxggK3MIICswIBATCBpDCBjzELMAkGA1UEBhMC
R0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UE
ChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlv
biBTZWN1cmUgU2VydmVyIENBAhARPqGnDfxWAjllVebyCAZYMA0GCWCGSAFlAwQCAQUAoIHkMBgG
CSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTI1MDcxODE2NTAwNVowLwYJ
KoZIhvcNAQkEMSIEIG9YixHGB+rX8E6opQmBHk0kH3HRwBW7wHj86BV234vQMHkGCSqGSIb3DQEJ
DzFsMGowCwYJYIZIAWUDBAEqMAsGCWCGSAFlAwQBFjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcw
DgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMA0G
CSqGSIb3DQEBAQUABIIBAAwNLwqjzr5/i184yNEEAawjoMkhZRKVwdzQjVllmCyKEDS258E+03Jb
lqhYLzJiAL00cpI0RokxW/l7bk14ZeFecYUf3DK9a0q6Jjh6sUM5c9zWCL8ItxLWFSTrGGsJB56O
9oYiw+HF2GfLpXZQQbskiHxYCjuz6/5Yuc7eZu1hwHuQJQeLVxHkcbRVVhRCg5xevXOHEYAf1QUJ
jHSsURVXsM9eNWUPWnjD96OdT8Xhq+x8aexF7oquo/eGyd8HLT+bsb9uUPb/tQgeL7XFV+41LQ6p
1Z4HxqmT4JbCNJevEFPJz722hl/hoEPZ0uNi9MB7IMIjg7xds/0gzOh33g8=

--mixed-Cpanel::Email::Object-2991483-1752857405-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="carddav-service@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="carddav-service@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIdHgYJKoZIhvcNAQcCoIIdDzCCHQsCAQExDzANBglghkgBZQMEAgEFADCCCFcGCSqGSIb3DQEH
AaCCCEgEgghEPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FyZERBVkFjY291bnREZXNjcmlwdGlvbjwva2V5Pg0KICAg
ICAgICA8c3RyaW5nPnNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNhcmRE
QVZIb3N0TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPnByZW1pdW0zMjAud2ViLWhvc3Rpbmcu
Y29tOjIwODA8L3N0cmluZz4NCiAgICAgICAgPGtleT5DYXJkREFWVXNlU1NMPC9rZXk+DQogICAg
ICAgIDx0cnVlLz4NCiAgICAgICAgPGtleT5DYXJkREFWVXNlcm5hbWU8L2tleT4NCiAgICAgICAg
PHN0cmluZz5zZXJ2aWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNv
bTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICAgICAg
ICA8c3RyaW5nPnNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRE
aXNwbGF5TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPkNhcmREQVY8L3N0cmluZz4NCiAgICAg
ICAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNwYW5lbC5t
YWlsLm9yZy5zZXJ2aWNlLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNv
bTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4NCiAgICAg
ICAgPHN0cmluZz4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0
cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVHlwZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNv
bS5hcHBsZS5jYXJkZGF2LmFjY291bnQ8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVVVJ
RDwva2V5Pg0KICAgICAgICA8c3RyaW5nPjQ4ZjEyYWM0LThiZTAtZTdiYy1iMzI4LWNlODczZDFj
NjllMDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICAg
IDxpbnRlZ2VyPjE8L2ludGVnZXI+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBh
eWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICA8c3RyaW5nPnNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1h
Z2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5n
Pg0KICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3RyaW5nPnNlcnZpY2VAMjRo
b3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDb250YWN0cyBT
ZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+
Y3BhbmVsLm1haWwub3JnLnNlcnZpY2UuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdp
c2xhbmQuY29tLWNhcmRkYXY8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9r
ZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLnNlcnZpY2UuMjRob3Vyd2F0ZXJkYW1hZ2Vy
ZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxE
aXNhbGxvd2VkPC9rZXk+DQogIDxmYWxzZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAg
PHN0cmluZz5Db25maWd1cmF0aW9uPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4N
CiAgPHN0cmluZz40NzNiMDhiMC0yNTlhLWQ1YTEtZWE2Zi01YzQ4N2YwMmMwMWQ8L3N0cmluZz4N
CiAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9k
aWN0Pg0KPC9wbGlzdD4NCqCCEd0wggYTMIID+6ADAgECAhB9W1EmtHa6Edt0Fgu8Uw2nMA0GCSqG
SIb3DQEBDAUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxML
SmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNF
UlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xODExMDIwMDAwMDBaFw0zMDEy
MzEyMzU5NTlaMIGPMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAw
DgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3Rp
Z28gUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0EwggEiMA0GCSqGSIb3DQEB
AQUAA4IBDwAwggEKAoIBAQDWczPW1zwg0ADSF0W41j4Hoj/HQe4yMMmwbP30n8sSmA8tP41NAQyC
Dxd/Yi7puEh5+xaDTq3XMiWTtwe/uVA/qUzDQCrpOf/ZgcofFjJB2oAmuSN6hyAe4/8gmjyVRG+H
dQaQQLQykxYJEAgjPtLdhw9vXVEUagppxU8BcmnP05NMbQSgoxuCfrGaue3FnsU3eJ+aCDT7Vi5Y
xAkOBmRbvDfc8Z8oaKhWsJKjXJ+7iJgIGyQdqzCFrq+wLp56ncHAQhziAvDq4ErS75AOtMFAFvBv
hUJKZPekMKD+vy6jJ1qOi1i4rcMZF4Rj7W9W/YPLYDTEdL7mndvh5OXKDF8VAgMBAAGjggFuMIIB
ajAfBgNVHSMEGDAWgBRTeb9aqitKz1SA4dibwJ3ysgNmyzAdBgNVHQ4EFgQUjYxexFStiuF36Zv5
mwXhuAGNYeEwDgYDVR0PAQH/BAQDAgGGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0lBBYwFAYI
KwYBBQUHAwEGCCsGAQUFBwMCMBsGA1UdIAQUMBIwBgYEVR0gADAIBgZngQwBAgEwUAYDVR0fBEkw
RzBFoEOgQYY/aHR0cDovL2NybC51c2VydHJ1c3QuY29tL1VTRVJUcnVzdFJTQUNlcnRpZmljYXRp
b25BdXRob3JpdHkuY3JsMHYGCCsGAQUFBwEBBGowaDA/BggrBgEFBQcwAoYzaHR0cDovL2NydC51
c2VydHJ1c3QuY29tL1VTRVJUcnVzdFJTQUFkZFRydXN0Q0EuY3J0MCUGCCsGAQUFBzABhhlodHRw
Oi8vb2NzcC51c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBDAUAA4ICAQAyv2G9DkjDT8e6R034nHgZ
AdwTHYBv/MNwtFKaMTOaV1L7MZ5rpO9UqomNQBdo+BEQfNLKsfFVhsfuszaRhvY5Ub9Gvw+gurT3
fknEKjYXnuRoOXqvlE5Wb7J7O78Khr3NxXccA7g4saIfX37bitxGSLZoCs+ytbTiNORnqThmCV7S
uPydKDoXQCfCck4p/SE8fM8T+5YsxTFE/RPt1ZupaWh3fO7h/6T5NjgIUzmihDScGfO+DqzVJDfr
I6h40NPn75JHZGI5Iu/G9xG+IoXGZkQkJo4QMo3Ik64HnoM+L9n59UaOY77B5rTcps0hqIYKldku
hSYa/fyxtldCbZXRM/Y5FAaCQTj1j1jcgFuk1X2VeP2nm//9xahpqybnp6QFh1upt7ijIAuXqUWF
3bOL5Yk3jikN/AYX9jhADkLkEgb7e/PGEWhi3+OY9BPYFU+LsWnZEGC8ZCrqMbfktaM6FJsm4wt7
/QKOtpnBOJdZNvaodKKGtl7rxmTqz6Cj+W6eui0RtoaYCFgtyawlZPJedbQ4wa5/WkaD6lHKtvGZ
ETVrpWp7xgCw5/i+ZLKtyMLxrONR6qST4HnI4YFAyQpb4RI8wWAq45fAiULKlM9GmBJpu5jQwtMN
cktHbuWTxDIoY4dD5LAyPgrTS78jmxQpQSuaBB+TLfHHOUg8rVoSfzCCBYEwggRpoAMCAQICEDly
RDr5IrdR19NsEN0xNZUwDQYJKoZIhvcNAQEMBQAwezELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdy
ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExp
bWl0ZWQxITAfBgNVBAMMGEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczAeFw0xOTAzMTIwMDAwMDBa
Fw0yODEyMzEyMzU5NTlaMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIG
A1UEBxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UE
AxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEB
BQADggIPADCCAgoCggIBAIASZRc2DsPbCLPQrFcNdu3NJ9NMrVCDYeKqIE0JLWQJ3M6Jn8w9qez2
z8Hc8dOx1ns3KBErR9o5xrw6GbRfpr19naNjQrZ28qk7K5H44m/Q7BYgkAk+4uh0yRi0kdRiZNt/
owbxiBhqkCI8vP4T8IcUe/bkH47U5FHGEWdGCFHLhhRUP7wz/n5snP8WnRi9UY41pqdmyHJn2yFm
sdSbeAPAUDrozPDcvJ5M/q8FljUfV1q3/875PbcstvZU3cjnEjpNrkyKt1yatLcgPcp/IjSufjto
ZgFE5wFORlObM2D3lL5TN5BzQ/Myw1Pv26r+dE5px2uMYJPexMcM3+EyrsyTO1F4lWeL7j1W/gzQ
aQ8bD/MlJmszbfduR/pzQ+V+DqVmsSl8MoRjVYnEDcGTVDAZE6zTfTen6106bDVc20HXEtqpSQvf
2ICKCZNijrVmzyWIzYS4sT+kOQ/ZAp7rEkyVfPNrBaleFoPMuGfi6BOdzFuC00yz7Vv/3uVzrCM7
LQC/NVV0CUnYSVgaf5I25lGSDvMmfRxNF7zJ7EMm0L9BX0CpRET0medXh55QH1dUqD79dGMvsVBl
CeZYQi5DGky08CVHWfoEHpPUJkZKUIGy3r54t/xnFeHJV4QeD2PW6WK61l9VLupcxigIBCU5uA4r
qfJMlxwHPw1S9e3vL4IPAgMBAAGjgfIwge8wHwYDVR0jBBgwFoAUoBEKIz6W8Qfs4q8p74Klf9Aw
pLQwHQYDVR0OBBYEFFN5v1qqK0rPVIDh2JvAnfKyA2bLMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMB
Af8EBTADAQH/MBEGA1UdIAQKMAgwBgYEVR0gADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3Js
LmNvbW9kb2NhLmNvbS9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDA0BggrBgEFBQcBAQQoMCYw
JAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNvbTANBgkqhkiG9w0BAQwFAAOCAQEA
GIdR3HQhPZyK4Ce3M9AuzOzw5steEd4ib5t1jp5y/uTW/qofnJYt7wNKfq70jW9yPEM7wD/ruN9c
qqnGrvL82O6je0P2hjZ8FODN9Pc//t64tIrwkZb+/UNkfv3M0gGhfX34GRnJQisTv1iLuqSiZgR2
iJFODIkUzqJNyTKzuugUGrxx8VvwQQuYAAoiAxDlDLH5zZI3Ge078eQ6tvlFEyZ1r7uq7z97dzvS
xAKRPRkA0xdcOds/exgNRc2ThZYvXd9ZFk8/Ub3VRRg/7UqO6AZhdCMWtQ1QcydER38QXYkqa4Ux
FMToqWpMgLxqeM+4f452cpkMnf7XkQgWoaNflTCCBj0wggUloAMCAQICEBE+oacN/FYCOWVV5vII
BlgwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNo
ZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UE
AxMuU2VjdGlnbyBSU0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQTAeFw0yNTAz
MTMwMDAwMDBaFw0yNjA0MDUyMzU5NTlaMBwxGjAYBgNVBAMMESoud2ViLWhvc3RpbmcuY29tMIIB
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxDTccXMdxow9ig88z4SZQCUAp+rGP5tMeVRy
XmVnS49LZNwwLJENdA84TYSyX0+J1xdksgFzkBBi0/gNsrRhx25/mGWt4qtDLrDxnF/yZg+lvEQ6
FZevucBYas3734V4tfU+M+P2qflAMDOiNlyo3XnJgECyjh4Hg0o87Ao+gP/R7f943xT6RPs8mvZw
Plmeqco5KJLn09RRXDXoZWWLJIW6Y4be+aSbSRjRUFtHnyGpfd3CkCjcovJRgE+ykZ8c52idyv7A
slxGSkXVRabvyRQv/NDrlZcTl3Ub+KmNbow4XQA3nIrQEmHIaGN55LiMYLtVfs3Ck9ewjcefFd7a
EwIDAQABo4IDBTCCAwEwHwYDVR0jBBgwFoAUjYxexFStiuF36Zv5mwXhuAGNYeEwHQYDVR0OBBYE
FM4JK9MyBMH+lwd5IbEjPKE22a3wMA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1Ud
JQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjBJBgNVHSAEQjBAMDQGCysGAQQBsjEBAgIHMCUwIwYI
KwYBBQUHAgEWF2h0dHBzOi8vc2VjdGlnby5jb20vQ1BTMAgGBmeBDAECATCBhAYIKwYBBQUHAQEE
eDB2ME8GCCsGAQUFBzAChkNodHRwOi8vY3J0LnNlY3RpZ28uY29tL1NlY3RpZ29SU0FEb21haW5W
YWxpZGF0aW9uU2VjdXJlU2VydmVyQ0EuY3J0MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0
aWdvLmNvbTAtBgNVHREEJjAkghEqLndlYi1ob3N0aW5nLmNvbYIPd2ViLWhvc3RpbmcuY29tMIIB
fwYKKwYBBAHWeQIEAgSCAW8EggFrAWkAdwCWl2S/VViXrfdDh2g3CEJ36fA61fak8zZuRqQ/D8qp
xgAAAZWPXRnTAAAEAwBIMEYCIQD9jTpXSS4lJ/8xjL0DuJ5Y4BgKI6AyEpsFQUyWO3u5BQIhAJyt
dxKISbardANzicbaw31ulZD+EEhY6c5Wd5rDPOxZAHYAGYbUxyiqb/66A294Kk0BkarOLXIxD67O
XXBBLSVMx9QAAAGVj10ZZwAABAMARzBFAiBcZG+l8k/8CMK9POeQn2BfBwmf5vHQpI7+4JeNNiXm
WAIhAIWvImMEUtzUJfZ0uw9f5uVMae6k1N76OdbFg+/IHr+2AHYAyzj3FYl8hKFEX1vB3fvJbvKa
Wc1HCmkFhbDLFMMUWOcAAAGVj10ZlAAABAMARzBFAiEAppjJvs//cfY6QasJmR2EsdKY7kKt6OS+
+Gw+ckAJAksCIHN8akz1qNLhzmUZxrq0RegL5iNNUm0N65tM6o/EGfO4MA0GCSqGSIb3DQEBCwUA
A4IBAQBoUWRnILTcY8QsqNYNs1qaH8IJvNPcSFcsZ6IZmOMqD1VMCCnKDiksThXLiYl8ak4Ukswi
3dUmzvpaaiVcIS18fQMyKL7DkJPUycH4Z/bR0maeOCDq9n5bx2SZdfmW3hUTdrqgUQtJm7954HJC
1j9UqdEv+LdqfV2SiXyW269/ujy0yq7Qwx1xl+7tZAYGnYO4SefHfT7caGZ24P/aI86pxYJFEYl1
nQW6nlkT3OY5EeL3ILpxEKRqqw6r7h6Bi5RZ8El9PL9UxXBvpB6Aa5VT1RQzAuXVpmLSF4TVJdN7
/YJ76ibzMNv/PGyyssThwdmRu9m06ec147IkBTYyjLKnMYICtzCCArMCAQEwgaQwgY8xCzAJBgNV
BAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGDAW
BgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBSU0EgRG9tYWluIFZhbGlk
YXRpb24gU2VjdXJlIFNlcnZlciBDQQIQET6hpw38VgI5ZVXm8ggGWDANBglghkgBZQMEAgEFAKCB
5DAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0yNTA3MTgxNjUwMDVa
MC8GCSqGSIb3DQEJBDEiBCBsPqo26vBH2sPPLbNQNM8zZhMi1YuBmPVjnDJspawuMTB5BgkqhkiG
9w0BCQ8xbDBqMAsGCWCGSAFlAwQBKjALBglghkgBZQMEARYwCwYJYIZIAWUDBAECMAoGCCqGSIb3
DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIB
KDANBgkqhkiG9w0BAQEFAASCAQBEQPjUKKA7ZEGUlP9GyUGdWBJ8mKNauh6DTNaz3fh9G/K7jCf6
M1GrS/bXM4rNzZgzKh5lfN6zsohzL3rAzu/qhr5pV9j41T8sfu/ZxAEiNP5E/maWACKMyrNvBpMz
7V2+7Mw3u8oi7G6raB8Fr2LoevMDfOi6++yShyWEUZCOEeh/f/KNZVrOk2k5PvG6daDRmCikLVMg
hZ27GCYt2mwASnTaySleNUc2+kbPsI6ePlXwAx3H8ReQt7SlkZX9bujFEbcfjk6CA7/uq/WhzIxh
+UU/D7Xgfbq2/dIqzWQ6xNHLOE54gE/vJ+1BNzPy/cbp6vPx1FUIUeDLQIpOkcG9

--mixed-Cpanel::Email::Object-2991483-1752857405-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="email-service@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="email-service@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIh1QYJKoZIhvcNAQcCoIIhxjCCIcICAQExDzANBglghkgBZQMEAgEFADCCDQ4GCSqGSIb3DQEH
AaCCDP8Eggz7PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAgICA8
c3RyaW5nPnNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudE5hbWU8L2tleT4NCiAgICAgIDxzdHJp
bmc+c2VydmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0
cmluZz4NCiAgICAgIDxrZXk+RW1haWxBY2NvdW50VHlwZTwva2V5Pg0KICAgICAgPHN0cmluZz5F
bWFpbFR5cGVJTUFQPC9zdHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWRkcmVzczwva2V5Pg0KICAg
ICAgPHN0cmluZz5zZXJ2aWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlv
bjwva2V5Pg0KICAgICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAg
PGtleT5JbmNvbWluZ01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5wcmVt
aXVtMzIwLndlYi1ob3N0aW5nLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxT
ZXJ2ZXJQb3J0TnVtYmVyPC9rZXk+DQogICAgICA8aW50ZWdlcj45OTM8L2ludGVnZXI+DQogICAg
ICA8a2V5PkluY29taW5nTWFpbFNlcnZlclVzZVNTTDwva2V5Pg0KICAgICAgPHRydWUvPg0KICAg
ICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJVc2VybmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5z
ZXJ2aWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5n
Pg0KICAgICAgPGtleT5PdXRnb2luZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlvbjwva2V5Pg0KICAg
ICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAgPGtleT5PdXRnb2lu
Z01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5wcmVtaXVtMzIwLndlYi1o
b3N0aW5nLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5PdXRnb2luZ01haWxTZXJ2ZXJQb3J0TnVt
YmVyPC9rZXk+DQogICAgICA8aW50ZWdlcj40NjU8L2ludGVnZXI+DQogICAgICA8a2V5Pk91dGdv
aW5nTWFpbFNlcnZlclVzZVNTTDwva2V5Pg0KICAgICAgPHRydWUvPg0KICAgICAgPGtleT5PdXRn
b2luZ01haWxTZXJ2ZXJVc2VybmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5zZXJ2aWNlQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICAgICAgPGtl
eT5PdXRnb2luZ1Bhc3N3b3JkU2FtZUFzSW5jb21pbmdQYXNzd29yZDwva2V5Pg0KICAgICAgPHRy
dWUvPg0KICAgICAgPGtleT5QYXlsb2FkRGVzY3JpcHRpb248L2tleT4NCiAgICAgIDxzdHJpbmc+
c2VydmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJl
IEVtYWlsIFNldHVwPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5
Pg0KICAgICAgPHN0cmluZz5zZXJ2aWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbSBTZWN1cmUgRW1haWwgU2V0dXA8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9h
ZElkZW50aWZpZXI8L2tleT4NCiAgICAgIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLnNlcnZpY2Uu
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAg
ICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4NCiAgICAgIDxzdHJpbmc+MjRob3Vyd2F0
ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICA8a2V5PlBh
eWxvYWRUeXBlPC9rZXk+DQogICAgICA8c3RyaW5nPmNvbS5hcHBsZS5tYWlsLm1hbmFnZWQ8L3N0
cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgICAgIDxzdHJpbmc+ODdjMmM1
ZjEtODNmZC0yYWY0LWI5OGEtOWJiZDYzZWRlOWQ5PC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxv
YWRWZXJzaW9uPC9rZXk+DQogICAgICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KICAgICAgPGtleT5Q
cmV2ZW50QXBwU2hlZXQ8L2tleT4NCiAgICAgIDxmYWxzZS8+DQogICAgICA8a2V5PlByZXZlbnRN
b3ZlPC9rZXk+DQogICAgICA8ZmFsc2UvPg0KICAgICAgPGtleT5TTUlNRUVuYWJsZWQ8L2tleT4N
CiAgICAgIDxmYWxzZS8+DQogICAgICA8a2V5PkluY29taW5nTWFpbFNlcnZlcklNQVBQYXRoUHJl
Zml4PC9rZXk+DQogICAgICA8c3RyaW5nPklOQk9YPC9zdHJpbmc+DQogICAgPC9kaWN0Pg0KICA8
L2FycmF5Pg0KICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICA8c3RyaW5nPnNlcnZp
Y2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBFbWFp
bCBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3Ry
aW5nPnNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNl
Y3VyZSBFbWFpbCBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+
DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLnNlcnZpY2UuMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0
b3JhdGlvbmxvbmdpc2xhbmQuY29tLWVtYWlsPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZE9yZ2Fu
aXphdGlvbjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5zZXJ2aWNlLjI0aG91cndh
dGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICA8a2V5PlBheWxv
YWRSZW1vdmFsRGlzYWxsb3dlZDwva2V5Pg0KICA8ZmFsc2UvPg0KICA8a2V5PlBheWxvYWRUeXBl
PC9rZXk+DQogIDxzdHJpbmc+Q29uZmlndXJhdGlvbjwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRV
VUlEPC9rZXk+DQogIDxzdHJpbmc+NTQwZDYyOWQtOWM5MC1jYzA3LTg4NGYtNGNkOTcxMDQ1Mzcz
PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFZlcnNpb248L2tleT4NCiAgPGludGVnZXI+MTwvaW50
ZWdlcj4NCjwvZGljdD4NCjwvcGxpc3Q+DQqgghHdMIIGEzCCA/ugAwIBAgIQfVtRJrR2uhHbdBYL
vFMNpzANBgkqhkiG9w0BAQwFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkx
FDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAs
BgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTgxMTAyMDAw
MDAwWhcNMzAxMjMxMjM1OTU5WjCBjzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFu
Y2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYD
VQQDEy5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBMIIBIjAN
BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1nMz1tc8INAA0hdFuNY+B6I/x0HuMjDJsGz99J/L
EpgPLT+NTQEMgg8Xf2Iu6bhIefsWg06t1zIlk7cHv7lQP6lMw0Aq6Tn/2YHKHxYyQdqAJrkjeocg
HuP/IJo8lURvh3UGkEC0MpMWCRAIIz7S3YcPb11RFGoKacVPAXJpz9OTTG0EoKMbgn6xmrntxZ7F
N3ifmgg0+1YuWMQJDgZkW7w33PGfKGioVrCSo1yfu4iYCBskHaswha6vsC6eep3BwEIc4gLw6uBK
0u+QDrTBQBbwb4VCSmT3pDCg/r8uoydajotYuK3DGReEY+1vVv2Dy2A0xHS+5p3b4eTlygxfFQID
AQABo4IBbjCCAWowHwYDVR0jBBgwFoAUU3m/WqorSs9UgOHYm8Cd8rIDZsswHQYDVR0OBBYEFI2M
XsRUrYrhd+mb+ZsF4bgBjWHhMA4GA1UdDwEB/wQEAwIBhjASBgNVHRMBAf8ECDAGAQH/AgEAMB0G
A1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAbBgNVHSAEFDASMAYGBFUdIAAwCAYGZ4EMAQIB
MFAGA1UdHwRJMEcwRaBDoEGGP2h0dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FD
ZXJ0aWZpY2F0aW9uQXV0aG9yaXR5LmNybDB2BggrBgEFBQcBAQRqMGgwPwYIKwYBBQUHMAKGM2h0
dHA6Ly9jcnQudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FBZGRUcnVzdENBLmNydDAlBggrBgEF
BQcwAYYZaHR0cDovL29jc3AudXNlcnRydXN0LmNvbTANBgkqhkiG9w0BAQwFAAOCAgEAMr9hvQ5I
w0/HukdN+Jx4GQHcEx2Ab/zDcLRSmjEzmldS+zGea6TvVKqJjUAXaPgREHzSyrHxVYbH7rM2kYb2
OVG/Rr8PoLq0935JxCo2F57kaDl6r5ROVm+yezu/Coa9zcV3HAO4OLGiH19+24rcRki2aArPsrW0
4jTkZ6k4Zgle0rj8nSg6F0AnwnJOKf0hPHzPE/uWLMUxRP0T7dWbqWlod3zu4f+k+TY4CFM5ooQ0
nBnzvg6s1SQ36yOoeNDT5++SR2RiOSLvxvcRviKFxmZEJCaOEDKNyJOuB56DPi/Z+fVGjmO+wea0
3KbNIaiGCpXZLoUmGv38sbZXQm2V0TP2ORQGgkE49Y9Y3IBbpNV9lXj9p5v//cWoaasm56ekBYdb
qbe4oyALl6lFhd2zi+WJN44pDfwGF/Y4QA5C5BIG+3vzxhFoYt/jmPQT2BVPi7Fp2RBgvGQq6jG3
5LWjOhSbJuMLe/0CjraZwTiXWTb2qHSihrZe68Zk6s+go/lunrotEbaGmAhYLcmsJWTyXnW0OMGu
f1pGg+pRyrbxmRE1a6Vqe8YAsOf4vmSyrcjC8azjUeqkk+B5yOGBQMkKW+ESPMFgKuOXwIlCypTP
RpgSabuY0MLTDXJLR27lk8QyKGOHQ+SwMj4K00u/I5sUKUErmgQfky3xxzlIPK1aEn8wggWBMIIE
aaADAgECAhA5ckQ6+SK3UdfTbBDdMTWVMA0GCSqGSIb3DQEBDAUAMHsxCzAJBgNVBAYTAkdCMRsw
GQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoMEUNv
bW9kbyBDQSBMaW1pdGVkMSEwHwYDVQQDDBhBQUEgQ2VydGlmaWNhdGUgU2VydmljZXMwHhcNMTkw
MzEyMDAwMDAwWhcNMjgxMjMxMjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBK
ZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdv
cmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0G
CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1k
CdzOiZ/MPans9s/B3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLo
dMkYtJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/Fp0YvVGO
NaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2VN3I5xI6Ta5MirdcmrS3
ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT79uq/nROacdrjGCT3sTHDN/hMq7MkztR
eJVni+49Vv4M0GkPGw/zJSZrM233bkf6c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1
XNtB1xLaqUkL39iAigmTYo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNM
s+1b/97lc6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4eeUB9X
VKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeEHg9j1uliutZfVS7q
XMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo4HyMIHvMB8GA1UdIwQYMBaAFKARCiM+lvEH
7OKvKe+CpX/QMKS0MB0GA1UdDgQWBBRTeb9aqitKz1SA4dibwJ3ysgNmyzAOBgNVHQ8BAf8EBAMC
AYYwDwYDVR0TAQH/BAUwAwEB/zARBgNVHSAECjAIMAYGBFUdIAAwQwYDVR0fBDwwOjA4oDagNIYy
aHR0cDovL2NybC5jb21vZG9jYS5jb20vQUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNAYIKwYB
BQUHAQEEKDAmMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5jb21vZG9jYS5jb20wDQYJKoZIhvcN
AQEMBQADggEBABiHUdx0IT2ciuAntzPQLszs8ObLXhHeIm+bdY6ecv7k1v6qH5yWLe8DSn6u9I1v
cjxDO8A/67jfXKqpxq7y/Njuo3tD9oY2fBTgzfT3P/7euLSK8JGW/v1DZH79zNIBoX19+BkZyUIr
E79Yi7qkomYEdoiRTgyJFM6iTckys7roFBq8cfFb8EELmAAKIgMQ5Qyx+c2SNxntO/HkOrb5RRMm
da+7qu8/e3c70sQCkT0ZANMXXDnbP3sYDUXNk4WWL13fWRZPP1G91UUYP+1KjugGYXQjFrUNUHMn
REd/EF2JKmuFMRTE6KlqTIC8anjPuH+OdnKZDJ3+15EIFqGjX5UwggY9MIIFJaADAgECAhARPqGn
DfxWAjllVebyCAZYMA0GCSqGSIb3DQEBCwUAMIGPMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl
YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0
ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIg
Q0EwHhcNMjUwMzEzMDAwMDAwWhcNMjYwNDA1MjM1OTU5WjAcMRowGAYDVQQDDBEqLndlYi1ob3N0
aW5nLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMQ03HFzHcaMPYoPPM+EmUAl
AKfqxj+bTHlUcl5lZ0uPS2TcMCyRDXQPOE2Esl9PidcXZLIBc5AQYtP4DbK0Ycduf5hlreKrQy6w
8Zxf8mYPpbxEOhWXr7nAWGrN+9+FeLX1PjPj9qn5QDAzojZcqN15yYBAso4eB4NKPOwKPoD/0e3/
eN8U+kT7PJr2cD5ZnqnKOSiS59PUUVw16GVliySFumOG3vmkm0kY0VBbR58hqX3dwpAo3KLyUYBP
spGfHOdoncr+wLJcRkpF1UWm78kUL/zQ65WXE5d1G/ipjW6MOF0AN5yK0BJhyGhjeeS4jGC7VX7N
wpPXsI3HnxXe2hMCAwEAAaOCAwUwggMBMB8GA1UdIwQYMBaAFI2MXsRUrYrhd+mb+ZsF4bgBjWHh
MB0GA1UdDgQWBBTOCSvTMgTB/pcHeSGxIzyhNtmt8DAOBgNVHQ8BAf8EBAMCBaAwDAYDVR0TAQH/
BAIwADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwSQYDVR0gBEIwQDA0BgsrBgEEAbIx
AQICBzAlMCMGCCsGAQUFBwIBFhdodHRwczovL3NlY3RpZ28uY29tL0NQUzAIBgZngQwBAgEwgYQG
CCsGAQUFBwEBBHgwdjBPBggrBgEFBQcwAoZDaHR0cDovL2NydC5zZWN0aWdvLmNvbS9TZWN0aWdv
UlNBRG9tYWluVmFsaWRhdGlvblNlY3VyZVNlcnZlckNBLmNydDAjBggrBgEFBQcwAYYXaHR0cDov
L29jc3Auc2VjdGlnby5jb20wLQYDVR0RBCYwJIIRKi53ZWItaG9zdGluZy5jb22CD3dlYi1ob3N0
aW5nLmNvbTCCAX8GCisGAQQB1nkCBAIEggFvBIIBawFpAHcAlpdkv1VYl633Q4doNwhCd+nwOtX2
pPM2bkakPw/KqcYAAAGVj10Z0wAABAMASDBGAiEA/Y06V0kuJSf/MYy9A7ieWOAYCiOgMhKbBUFM
ljt7uQUCIQCcrXcSiEm2q3QDc4nG2sN9bpWQ/hBIWOnOVneawzzsWQB2ABmG1Mcoqm/+ugNveCpN
AZGqzi1yMQ+uzl1wQS0lTMfUAAABlY9dGWcAAAQDAEcwRQIgXGRvpfJP/AjCvTznkJ9gXwcJn+bx
0KSO/uCXjTYl5lgCIQCFryJjBFLc1CX2dLsPX+blTGnupNTe+jnWxYPvyB6/tgB2AMs49xWJfISh
RF9bwd37yW7ymlnNRwppBYWwyxTDFFjnAAABlY9dGZQAAAQDAEcwRQIhAKaYyb7P/3H2OkGrCZkd
hLHSmO5CrejkvvhsPnJACQJLAiBzfGpM9ajS4c5lGca6tEXoC+YjTVJtDeubTOqPxBnzuDANBgkq
hkiG9w0BAQsFAAOCAQEAaFFkZyC03GPELKjWDbNamh/CCbzT3EhXLGeiGZjjKg9VTAgpyg4pLE4V
y4mJfGpOFJLMIt3VJs76WmolXCEtfH0DMii+w5CT1MnB+Gf20dJmnjgg6vZ+W8dkmXX5lt4VE3a6
oFELSZu/eeByQtY/VKnRL/i3an1dkol8ltuvf7o8tMqu0MMdcZfu7WQGBp2DuEnnx30+3GhmduD/
2iPOqcWCRRGJdZ0Fup5ZE9zmORHi9yC6cRCkaqsOq+4egYuUWfBJfTy/VMVwb6QegGuVU9UUMwLl
1aZi0heE1SXTe/2Ce+om8zDb/zxssrLE4cHZkbvZtOnnNeOyJAU2MoyypzGCArcwggKzAgEBMIGk
MIGPMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdT
YWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNBIERv
bWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0ECEBE+oacN/FYCOWVV5vIIBlgwDQYJYIZI
AWUDBAIBBQCggeQwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMjUw
NzE4MTY1MDA1WjAvBgkqhkiG9w0BCQQxIgQgjoAULKHs1qwyYF+Dg+zrSBhb3wKAF9C6/f8WTwt+
PiwweQYJKoZIhvcNAQkPMWwwajALBglghkgBZQMEASowCwYJYIZIAWUDBAEWMAsGCWCGSAFlAwQB
AjAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYI
KoZIhvcNAwICASgwDQYJKoZIhvcNAQEBBQAEggEApyuYhpXY7lOIMMORhjkK07vjgNBPaWhr+mp7
YYSmjK9wWg4P+UClpjB6nSFhJ4gvcblJlDMgnH/j59tA3rjUY6SX1rZReUKrNBtjGjyG8ZtO+1h9
xfHF1vDz+1m9MOsIRn8qDjAxIMewnGRyCNHLfCQICmOajQhOHXiPY9NEc+6Mb8qxoRRQp5QRaLxq
3Oyp9LbGvsb5WMqL/ErvfwknJYwWuTQVsf2rq/mZHl4I9jaCFovltxTPdxZIbHijtLVvDelAEyTr
SOIczgn63UeF5GkZhJzbD4sW5b0xZgDhjXnuN+V8B9+0rdwnJ7pxz8YUYXYz/1jEVVcIeIKprrDn
jw==
--mixed-Cpanel::Email::Object-2991483-1752857405-0.175020390257682--
service/cur/1754196649.M78946P3681720.premium320.web-hosting.com,S=24651,W=25428:2,S000064000000060113151007557640020624 0ustar00Return-Path: <3p-qOaBcKAAQfywmriwwtvsjmpi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 2BlGBKnqjmi4LTgAVkXPrw
	(envelope-from <3p-qOaBcKAAQfywmriwwtvsjmpi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 00:50:49 -0400
Return-path: <3p-qOaBcKAAQfywmriwwtvsjmpi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 00:50:49 -0400
Received: from [198.54.122.200] (port=53817 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3p-qOaBcKAAQfywmriwwtvsjmpi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>)
	id 1uiQgK-0000000FSrJ-3n6R
	for service@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 00:50:48 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=hsX85Wrf;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3p-qOaBcKAAQfywmriwwtvsjmpi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com designates 209.85.219.69 as permitted sender) smtp.mailfrom=3p-qOaBcKAAQfywmriwwtvsjmpi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f69.google.com (mail-qv1-f69.google.com [209.85.219.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvnLw13Csz183M
	for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 04:50:48 +0000 (UTC)
Received: by mail-qv1-f69.google.com with SMTP id 6a1803df08f44-70748301f71so54681296d6.0
        for <service@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 21:50:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754196647; x=1754801447; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=8UqGz4oiOU2R3zpJzdt9lE7SnY6NRNnvyfsrZicaoMU=;
        b=hsX85WrfjX2lQCSmkPu4lDJZSUBxkDs9109U7JYc2yaDO94G5jFgvxMHkJ/z0vaUw3
         WkTLvU3E/5DB4gVpY7K/0E7rGxHeMGQCUCDofN+3NeJa0dWXXHRv1s2ykj9pnsMB+Y5y
         t3xKVnP9Lx9HQI6HfwOpTr8nO3OdhYVMisvSVBEcIoPVzTNdiqCsGl9IMqri/vGAv8YA
         NYI28erlDLs7H3e4R9tv+dSiXD2uQVFPBRvm6vEl5TaoWTY2upy1+etNoIrzfWJY3uqN
         ABfBDV1dT2TsAhD8bd12VFSqSN/zQgfUJ47pPFIzB2AX9wDdX6wrwcO6ac601p43X7jZ
         dFEw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754196647; x=1754801447;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=8UqGz4oiOU2R3zpJzdt9lE7SnY6NRNnvyfsrZicaoMU=;
        b=bzmDDH4kQf0bGEd5kH7G9aBq5Dw3RbDTJCODTSDWiiuklkJjoZMe+OQqoyWEZSUbnA
         Gue1o2Ek+jzYR3xVlaAMWH6hIx/krNVzfYHeDiO+A5ynFKG2X9qE9P2aQ4jzpiE+1ujD
         EVO7beNWC5a0gTXt9xeQBQW1xzPh9JnvpATvJBzcxKxijioUI2wYKOkfMfO66in0MT81
         ll24dg5q3yXSea1J2cLuc0360P7dhkjY1ib3NL10Enz1KqoQScRmCpQNMiRCkw3m5K+W
         8asBFIFztD5YzOq59xtHwSyRWgiR5WCpA3FTYtVJzO0CbGFvaQqDDq7Uu9c5fILUn/zk
         QYSA==
X-Gm-Message-State: AOJu0YzKtNIyam0H2bldh/XfAfNoJxzIXlS7a6RhMqTQcK6g5DTmKnAE
	yfeS11OdHxNUqKPUzLrIybbQ8FrzgHfnuLaBDTcpdBg5RI4TpipCI5CutS7o
X-Google-Smtp-Source: AGHT+IGscGnI6UCYEWlOcdvXSratWInhWDM/5bTzjo78O3RbjPoilOAIUrhp4xYWEPrZCoCdzCkzFYw=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:dab:b0:707:1b3c:4124 with SMTP id
 6a1803df08f44-70935ea93b7mr68245466d6.6.1754196647531; Sat, 02 Aug 2025
 21:50:47 -0700 (PDT)
Date: Sat, 02 Aug 2025 21:50:47 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 678a84bef5ea0000
X-Notifications-Bounce-Info: AWoTSIHVBXL80rSq0WURWBS-qjTR3PqD3aFgu4o4fgg-pydlDI1iwHsCwM3J0oqs2i1aeSHXBaHSjik5M0GkNhswzNaoosPsttPBz0pbmio5FNIVDEHBMXslY4lPfrhpiZHSqHpkPWRzeo09vwce47PdlRlWge1mkOniF95h1X85LDHdAj-Mx7KKpx90ooJFnxHbCmsqwtrGfohFevFGmaEKKTo9dFAYqeERl3NkxxSh11MYLj_ZqXAxAH59aw5cLS4zpz-sPGNi7C1I5_4y3IJaD-VgO7090Z62QBabsBq3xwgx3E2JQmgXo0pXAD_giyMEqzgq0cxo7CzTeWr0aahiIYtX4Cgb-lw6Zmnb1zUT3dkGKhYgedZ4gbKMYQn8w4wcQmug3ZevxmO5CKw7XDAqBZqRTcSRMYE1X_MqeXtP7b_TO2CYk3k6OisjtiT7CdFfMAA-WivnMtHopnqt4-nVeM1g9wFWzMvYdz5SyXNXqzPgKMJCDo7oDAMmCMGA86PiyZUbdEwGPwAfEYPQjbVA0BGJ6ZhoXLsNdXd64ocNWFcpib1odfMKwkAMjNA2I5kTa4_FCEpP56EIXq5tmAB4dc2QfvinA5VPGcIv9h35OvRBV70QqNLSZyRHDV8IKQ4NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <5434a32ffdbc99d0ade35c91a96e56fc4fe4e93a-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000000ad576063b6ebc62"

--0000000000000ad576063b6ebc62
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/4564275217540115565/profile?trk=https%3A%2F%2Fc.gle%2FANiao5p1OICT4unsOkMXsF5P2jrLFLLbgZfe3gl2oEGrcB3xuprjZgH7HOxKw4zCyMKb5GUquMDvcqjzmVB0oHw8nEWfdFxS8LdVN-_N1LRBiBFubXMi_tTo4E_jfvs>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5pHR3IeOVvqcXe44Sr2ziAWj8H4RAaoN53yjH7uuOyEFetrry4K_JnrrHd2J_qjtEXc1WK6Se9VdYt00oPO8G3ns2Pa0k_9_EYWV5lJB8vunaNaEORk7-351bwjy2irbZQDkSYh-GjzCcs7JOSIw1C16qW3wOZpffN2iG8Z_BY>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5qGFqQ4zwdGHwfF8YxY-hP_xCFCPagnnbTkpbZS7OIwMJx7ayc3kGzak5IgeqRrpT1A_0cQQe0r6H1OcmY7cwksobKQAkfVqg4WQ_lE7wetJiNi8PuLz-CJv4nC2d7PImffRlzCynZcdRtaJNsY7Xw9gLYc0NLIijI56LvbLB0DqNZol-0pZTsaXbB_1OsoCyE9OLQcsPIyXcOI59XVGwC0407oYWF5N1RC4DF8zA>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pj0zRkQpm3jhKsUMMrOAWJS2_V9Ud-oxfPk5x-shGFk-X-YDbMxrBJ0Lmv4uLSDk4M1ViRmJtjJWF7g3sf3WvaUx1Z5EPD0fdp3Fp7s5ABcAonBBbg2YyYe4JdXCqVA8NmweM>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000000ad576063b6ebc62
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5qMTXqZOhw7vpIh-1R5C3oIILrKI=
XuK86XsgzIR84AcCDqKhZR8XPlmTH9JTSTJA8Yh5OjxPjFO4al6zNW7DXGqh5og5gVIe2C2bYoi=
YgSrG42pZowwwwaIowI0YURPiMMJGT2XHQtbWnEpiYy7rdrp6Tp0Tel4T9KQHTfQtA_KYlPJvpF=
NMeziufgSNQ6rwX-sV7I2BO0XWmZO3nbBpY5HVWJeAXOSG56MvV6kyNq1>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/4=
564275217540115565/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oFpwwe7aoZMFNE=
ZZ8cjFrdvxFqz5kXYnYmGxrDJC28EvMDKn7a1-SnSD1_488JoChExHfDySnjsxZS_FrNUC_83_q=
Y_lhScRDXWMZVSbSvXAK-XrglUZjd5SZwHg target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan>, your Business=C2=A0Profile has been suspended due to policy violation=
.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5p-2dEFQXg1TSx6HG25Gbr1ud=
SKdzzQAjmhg5kM3FlNKEkQlq3Cs9EBWW1rWTTQ2id5a7C22LpRAAdfaQcs2lQMWeczQvBWLYOw9=
tovsjNxUCunFXlsPbyGdJd2Gw2pv7m9WcSGuuv1viEd7kofuOKSktP02MiPgr0fYo4onGq8IA t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qq06hKdLfaefGIWny8kom-eUrocuy-ANma0fZYk4e7JXP=
rPkbG1Y02Z6Zp1uZRLdSFfHwmK4v7ruVPJlwvpdliUWY8lj6tl_jSYJKG37ItUF03Q2JMaQp7_h=
bNGCbQMfV9dNRskezmPFdx5nT7B1MdFQD1UOLo3JBKpmqziERcYs1WcmD40DOdss2BUqw44IUwO=
ka9_tEk2q93OBQzAd_Amd5in9T802mYJ2jnWGjC target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5qq06hKdLfaefGIWny8kom-eUro=
cuy-ANma0fZYk4e7JXPrPkbG1Y02Z6Zp1uZRLdSFfHwmK4v7ruVPJlwvpdliUWY8lj6tl_jSYJK=
G37ItUF03Q2JMaQp7_hbNGCbQMfV9dNRskezmPFdx5nT7B1MdFQD1UOLo3JBKpmqziERcYs1Wcm=
D40DOdss2BUqw44IUwOka9_tEk2q93OBQzAd_Amd5in9T802mYJ2jnWGjC target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qq06hKdLfaefGIWny8kom-eUrocuy-ANma0fZYk4e7JXP=
rPkbG1Y02Z6Zp1uZRLdSFfHwmK4v7ruVPJlwvpdliUWY8lj6tl_jSYJKG37ItUF03Q2JMaQp7_h=
bNGCbQMfV9dNRskezmPFdx5nT7B1MdFQD1UOLo3JBKpmqziERcYs1WcmD40DOdss2BUqw44IUwO=
ka9_tEk2q93OBQzAd_Amd5in9T802mYJ2jnWGjC target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oqZPfg-cVV73-rZW-do_5JJpLqIQTopPToLuyRkvwhXE=
HCF3f_XC_KlXU7K90r9c_VOJX7ZpOiK5MQcOu4gkZQEkQim4VGAbDqrAfZxX23o8SldKyZ9MUCk=
g6gf_VuNEH0wIU92Q style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pgJNVh3QKSIWvnLhMw34cwCDASfCx8t5KtJlvC3334Uz8sfiV2wz7jrsju0ibY_B=
lVF9bFphnEkvB3eC-FYaFIEv072H7fnqDgs2QNM0tzOV5DDrSB4z_nCPnlIK1qTgPvsg.gif></=
body>
</html>
--0000000000000ad576063b6ebc62--
service/cur/1754196577.M64671P3681720.premium320.web-hosting.com,S=33186,W=34033:2,S000064000000100642151007557640020607 0ustar00Return-Path: <3WuqOaBcKALUWpndiZnnkmjadgZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id iJFWA2Hqjmi4LTgAVkXPrw
	(envelope-from <3WuqOaBcKALUWpndiZnnkmjadgZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 00:49:37 -0400
Return-path: <3WuqOaBcKALUWpndiZnnkmjadgZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 00:49:37 -0400
Received: from [198.54.122.200] (port=43651 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3WuqOaBcKALUWpndiZnnkmjadgZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>)
	id 1uiQfA-0000000FRqk-3l7J
	for service@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 00:49:36 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=jZ46ujlI;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3WuqOaBcKALUWpndiZnnkmjadgZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com designates 209.85.216.69 as permitted sender) smtp.mailfrom=3WuqOaBcKALUWpndiZnnkmjadgZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com
Received: from mail-pj1-f69.google.com (mail-pj1-f69.google.com [209.85.216.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvnKR2C51z27pN
	for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 04:49:31 +0000 (UTC)
Received: by mail-pj1-f69.google.com with SMTP id 98e67ed59e1d1-315af08594fso2750075a91.2
        for <service@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 21:49:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754196571; x=1754801371; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=b9b4XDHPGYQItsPGTCJAIINzebZeael040uVvK+oF3A=;
        b=jZ46ujlIZlTln7J16H9HtCqPXX1i+2N/dbsikxqUIbNjzrDDQssT4i82BXe3crEoVz
         ymA4mSKfVwabauohP2YfiCiS6I4gGmsH8MC9PLl9a4ecrI4ufJ4/gOk0OdrbEssZ/Bbl
         BSy3iFa5QwwFV5CQclg8DvLwrhzJ1p7QwHCbN0F1Pq9cxH5fRn1yv6fVRQfQ+p2ABN0t
         7TYH57olBk4TKaK1q86u3IIIbS0W8gWgkObWNuEsvY76gt7djmpSXUHpuRrTOBTztueY
         FtdTpyTMSUTVoW11ub0tGq4B/3fzmApQuZ5DGBHQ1P8OOBdGG6BxYB3m8EA98UW2fayw
         v8oQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754196571; x=1754801371;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=b9b4XDHPGYQItsPGTCJAIINzebZeael040uVvK+oF3A=;
        b=U3IwghrUb+/9WYCBuMia8VLef3Bre7K4wV7v2OAc7jFsXvy+3ibCjZha63oYuv0fhh
         G+SL9WIDrqUTYe/j7RVMATWzxdhw45z0QvB8KSd4aWiipJpY4/EYxh6D+3U+LlZutMde
         l/ZCxMETomde5kTLyh7X/nVs80jtAVeKUpNofhqrZUa7nsevRGPjItZch4eBx/YyAefK
         UoLIHTL5HN7gmVnHkhi3u3nvDdzffg1yp0oNwrMJPsd9dCRhamZHAnN68ATWSxVWa7/o
         kYdol1v5eD+GyNamBtcMHxSXGO4wiDiASqkXfAoRfoLMD02gIY6YI0hlh1CiL92OYr7U
         z20w==
X-Gm-Message-State: AOJu0YzK3mKMcwI8mcvX+YT2vOsA8qCc6KPbK78Z4RhnflPhq0Fy3vcS
	Ud6zTRiDNHj/ofIlHui6o8AYd0F6ODHmDgvoMsStFvCFHZJ7ixA=
X-Google-Smtp-Source: AGHT+IFDPB19MQ9aSrZzgZvLwMG9ru+e26y45euqAb8R8RbPuXDtAph8n6bQ2TqfrOpXPgTzhqfTQqQ=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:2e8d:b0:31f:336a:f0db with SMTP id
 98e67ed59e1d1-3211620ad0fmr7516777a91.10.1754196570826; Sat, 02 Aug 2025
 21:49:30 -0700 (PDT)
Date: Sat, 02 Aug 2025 21:49:30 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 7871533ef5ea0000
X-Notifications-Bounce-Info: AWoTSIEH845tRkIymtyoBDem3ZRLGO7UsU8RQrEzvmCjZRwYGYSzUa0IOCRiWcviaB-apUQuA-70j4vCrBF1bOsEj2GM7cmrVM6k1kaPh50HeNLqeUHU8Gc-MFx2tvX55jH9EMRrP8gOhizWK3CMLyDuxm4bL1GoWPI5TfbEOMzaawonnn5VKZR_OWztR40LyzjmWBFgsciKyR05Rcemw85wz9_g3pYOdC5RPruaKRqbxlHeBj2UHl3WO9FFhLuBeQp4LLIrmC0BL9m2FBYm9R5TuxWzv0lsaWyfApS2Oa2LSuoyFARjnaxYhMIAaTpVokj2g777QOsVc_WD8dFF4TkQQG5hbJGqyLRV_V71dmlU4BjLL_qdiZbGnTYtH_p3au5yYCH0awqagvR7FTNasjVX-RtVasG2G_suKM3s9D4ewOAKzgpMvNW31mCGgQTVEvBj6rdl5R_lUKN32hkpIfCK0tuo-zZdnef3-9C90JQ7xqeGQWKrHgoaMELQF8d3_ZJXB7idv0utjk4KU4S5WiabliBPyLx-Qk4wQwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <b1d01520de7133bffad544fd3fd2d2825bae65a7-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000786680063b6eb700"

--000000000000786680063b6eb700
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQoyMDE1OQ0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzQ1NjQyNzUyMTc1
NDAxMTU1NjUvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTIwMTU5JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81b0FBNUdLYnlKMWV1RlJ3VkpvQ3VYZl83a1pEQTRUd3FlZW5yb3B3VG9U
dktyVTlWZlc2YVVSQlpXeWk3ajRnUUhsOEpzSkZPUldsZndQaHRoWW5KLVphWG02UnpKV2V6UUFS
OTRpSXAzYjNOaVl1b1ZtWGtITnRnY2U3aUE+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVydDNDY2VHUjBs
cGw2LW9HSEYzcDR0blpfTF9kaDNyUWFtYVJPWEI1RkN0b09pa3JiYVhWMm5JNVZmbk92eUFlREM5
T1RPVllrTkdFeG1CbjdXcW9RWWgzSkhpaWM1Q0RJSTNIYlhGdlczcklZN1hMRDJaemJPNWZBYXdx
YVVGNS16RjRvQXNDa0h1bFE3TmxNUnJ5Y0VUMVE+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgc2Vydmlj
ZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi80NTY0Mjc1MjE3NTQwMTE1NTY1L3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj0yMDE1OSZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXA1
ZmVXb3c5ZTkxSHJxVmd5NmVaM1hVOGg5dHJoX3h6UThfc2dfTXJ2TzdvUWJvRkllMVdvWXBPVDlB
cTk2aUcwN1RMYzBGckNleEpjQjlDcXVMcU9ERElBRnpxRzZwVXFTOXRkcUlWbm5aUE9sc20yU1ps
MkJrU202WUVGeWdoVT4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81cmxsaXBKLTdjRVpPcXJNZFdEWWMxOV9Sd3JVWmRybEFXQUdVakdUY2g1TzhXb2VPU25v
RS1yMlNBS3Y4ZGdiRlY4YUhFME9tY0psOXJXMF96UnpVV1ZBSldST1c2dGZNVng5QXZoMVNkYkt0
S2xCVUY3ZVFEYnFna3VSelR5UGpYSkRHLVpZWnlOWU5Rc29lUzlzbDlURDlxU01reE5POVd1NmlJ
dkRYcz4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwYVFRYXd5bW1WemtQekE5X2dUclBreURxTGF5NFdO
bWNxNmZLOUh3TUI1VE1FZ2NvV3VyR1YzekRPdER5NmdKVlJRT21HWm9PaEkxamhmSG8tV2tET0l2
eHY4OTVXV0NGWFRkRHYwNDJQcl9XU01oTlgwVm1ud3BkdnlVenA1Rzk4aVdnPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000786680063b6eb700
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/45642752175401155=
65/profile/verify?hl=3Den&amp;pin=3D20159&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5qy5Nv1ri7vvQbDr5U9xEq0wZXXU1Ffze_uY8gQhbGvOM2xVfocVMdPJb2MkW9ttpxk7Lz_=
2YFHn8_Lz_SOlF0tbo400QB0SZAdMzseA4CziAkrX3qUorg>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">20159</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4564275217540115565/profile/verify?=
hl=3Den&amp;pin=3D20159&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q1jsaL-ypgabG=
3fUWIgIxHxIKnoMOq4BhaTsAgplpCeB_RKxeP6Xj_3m_F_P63OvxyTIpJ4S43Bdp3KCtEA-JlZX=
61q9Y3FV7ZN62EY0PIDhsAV_2cvjczU8UF0iRI-A target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4564275217540115565/profile/verify?=
hl=3Den&amp;pin=3D20159&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q1jsaL-ypgabG=
3fUWIgIxHxIKnoMOq4BhaTsAgplpCeB_RKxeP6Xj_3m_F_P63OvxyTIpJ4S43Bdp3KCtEA-JlZX=
61q9Y3FV7ZN62EY0PIDhsAV_2cvjczU8UF0iRI-A target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4564275217540115565/profile/verify?=
hl=3Den&amp;pin=3D20159&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5q1jsaL-ypgabG=
3fUWIgIxHxIKnoMOq4BhaTsAgplpCeB_RKxeP6Xj_3m_F_P63OvxyTIpJ4S43Bdp3KCtEA-JlZX=
61q9Y3FV7ZN62EY0PIDhsAV_2cvjczU8UF0iRI-A target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5rtwv1H0FGPDSrQi2=
lYMOH3Wky9q-GTJudD8TA2vmJk9GlotSevxi-SIAJ6btJNvxUYughDrX0SnSgSY9N5nS4wjh0g_=
_5EhNl_GzBubLiRNXD91y6OD4U5sN4bBgBR_8hrXMvkIuqwdT_rO41bWcXkJ8NdqA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">service@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4564275217540115565/profile/verify?=
hl=3Den&amp;pin=3D20159&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qC4GQdwU59NXg=
QkkLiNk1KT6WI3V4qV5zNodctORitAbnKDFDfor7BysYqVZKgomk7lhQFx5Vtg2-7e-amOGJasQ=
6wUBBGPViudFj_L4ltns-75rtxtqet_XquortV_6Twdw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4564275217540115565/profile/verify?=
hl=3Den&amp;pin=3D20159&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qC4GQdwU59NXg=
QkkLiNk1KT6WI3V4qV5zNodctORitAbnKDFDfor7BysYqVZKgomk7lhQFx5Vtg2-7e-amOGJasQ=
6wUBBGPViudFj_L4ltns-75rtxtqet_XquortV_6Twdw target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4564275217540115565/profile/verify?=
hl=3Den&amp;pin=3D20159&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qC4GQdwU59NXg=
QkkLiNk1KT6WI3V4qV5zNodctORitAbnKDFDfor7BysYqVZKgomk7lhQFx5Vtg2-7e-amOGJasQ=
6wUBBGPViudFj_L4ltns-75rtxtqet_XquortV_6Twdw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5qOsQYX5Wi_IjpGSEYQf4WBffnLQpl0jF_7n4J_p2BvLRePyC-elZzSxRQxg7xhwvhS631=
1VuTnku71lc3XGRTGnEpC2EiB3bjlqIN9af3WB7lHHPqAgjOvSQcwmIWBPzuqQLHqmo94eHTCUy=
qvRav4KWOGM7UdeWzFlAh8CsBJ9g style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5pdGpm7pEPh4pCTEmxm0k5ESmrC5eCEoB4hDf5GtELRGhn7-BJ8puSrGQ4ruW4vXjtCW9Ao3z_=
E2vf6ywsCP3EZZDibc248UMO94T6hCuUTwIO__OLIhtb-yVazcI9eQ6m_cidYVQ style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rTu0Qh_3Glo-rRukb3P-lKv_s1ygBDKas5FF2A_faWK6oIvr7T_UpopXH_ww0YLM=
xxColHdl0Lcw5Eq_diFHCHTdsLKgWR-lyN5XFfS1_Etjv7mSw-QDFw3C4aPI32z7CKPg.gif></=
body>
</html>
--000000000000786680063b6eb700--
service/cur/1753688041.M922038P3432020.premium320.web-hosting.com,S=24653,W=25430:2,S000064000000060115151007557640020641 0ustar00Return-Path: <35ieHaBcKAJ08RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id yLnYNuknh2hUXjQAVkXPrw
	(envelope-from <35ieHaBcKAJ08RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 03:34:01 -0400
Return-path: <35ieHaBcKAJ08RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 03:34:01 -0400
Received: from [198.54.122.200] (port=54822 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <35ieHaBcKAJ08RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>)
	id 1ugIN0-0000000EPYO-1iHy
	for service@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 03:34:01 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=acd+8Qsq;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 35ieHaBcKAJ08RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com designates 209.85.219.70 as permitted sender) smtp.mailfrom=35ieHaBcKAJ08RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f70.google.com (mail-qv1-f70.google.com [209.85.219.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br9Fz0g3dz5210
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 07:33:59 +0000 (UTC)
Received: by mail-qv1-f70.google.com with SMTP id 6a1803df08f44-7073f12d826so35228576d6.0
        for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 00:33:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753688038; x=1754292838; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=zwtIZQ1NbntsFxXmA1tucHH26T0mc4DjgelVhD0fBp0=;
        b=acd+8QsqyF7zHu6vpVVmMcFW04d4PKw7pjjS7p9CCw1QKt256dcVb0wZcU2qcf2bPQ
         MtH8UCrKYOymQlfWgxb0vGtvudbBz8/y8WLlNlUY065zE89PNAIneES415ibZYeXFqgx
         tHOX7R9wXL42YF/c8HPA13b0tqkzZWR/TBzRu7pVGtjONInR4ne4ElWVrnM/jRvo34Mf
         8llJwzN9xlOj6Hj8jnXf+iMbj9ImDl6TgcWykS4doKTO8dqAyM0Po+Cf5kepe8/LGYzm
         Mxl9zhNJ5CIaAL2/NkfwV/Htko/MdlRc/IjWqdjzxgY3b1pZuK1rgHItUPsWQiAmSJgl
         vqpA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753688038; x=1754292838;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=zwtIZQ1NbntsFxXmA1tucHH26T0mc4DjgelVhD0fBp0=;
        b=KVAe0+nHxxh+emUAtj9iovwIs+00zs+tQODVVpHq75lui9D+dHQm2TbK4r4X7NGuWg
         RyjMxmhD+hRtczOqeOYa3GVhoOkkzVldKtagyj5MoKTjrgrn6DPeBnLOzk78sIBUUwsG
         hIekcn1FoqvP9v/16S9koFYmius6LwrDm4/HeyTCqhnEzxqf499tbexGYwKXWdKyVHSk
         SRY6IjZJ8TA6TpwGOvsw0FOcFlbZJTSsRfsIrvWXgzoOeeJcmdntONbumFluUrE2TFyl
         zeSkrgy4drSaE1B3bK/0VdCqK1Q1nbP/yHGKFRHNGwa+EGaENYkblu20JcLjTTD2fSSq
         rkjw==
X-Gm-Message-State: AOJu0Yxr9y0DMxztmQ3bY1AMl75zZzcLXpcl/r9gC1XG+XKKZ/wyMvnT
	aJjtukVCvmJDhbLH2gpSxyXVoXvwVKfD9wIzbE1Ixf9cIHa46Bs8aO8R7uT/
X-Google-Smtp-Source: AGHT+IFII9XSL1atJEioTQXlI4OpUJ9nRfzgdd5+gKChSPmsMjyrhfHjKQZ4FCRq1pd1Fh5S1YL2Z1g=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:2a48:b0:704:9871:495c with SMTP id
 6a1803df08f44-707204a2798mr145014566d6.2.1753688038488; Mon, 28 Jul 2025
 00:33:58 -0700 (PDT)
Date: Mon, 28 Jul 2025 00:33:58 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 404e0aa2976a0000
X-Notifications-Bounce-Info: AWoTSIHgCcKUcAbsyDClns83W6eN3GwsCs7GzM1inuaKmP51sYQBNLLt85dyL8XrT3uilAdeCaAkJ9XMcK6Dslih4zKbVBcwYoKiX-DlNiwWBAhCsUKMa3T8Ow6GvAwcdFsTPUqpgKvPgTTrH5Nffw4TwsxnsSZstRG6sksNnq0vte5GsjJmNed0T258y4_TRHJwr_kYEF38umBQJaMjlmK3sJgS1CDq8Woa7zFbTVT2ZG0OI5oihTHH0es5Vqhnz5-LzDZhii02iCaFvRk6J3G37RFGNpaQRj9TX6D6w7OeGBn-JkemkW1Cn64VCrIDNYyD6xtzrsfcaXASWuOW2wFX-qrv-zrhtn3TeQXmw8K8zK6xLxerD5N_pAIDgxSZaoau-fySf6L3d2AIwMbEbb9mPf3ct5SSXVyox4H4bPb4psGl0cT_ExQ31XHBpnryYn0UYLdHi1ypRy8Z3EQaDFW_OYBYpEo562bM-kyoAVTa9LipLhlxK_W_c8hJCubRF3fqdh-nO7wXWFf6HNVyh9ozp7wr7-6OR-8FhNP03GJzxBcodyctEYui38d8WAsGmF16r4iQfK32vYYqVpk2KP98NfnSZTA31v4GD3phSUXlumCVh7ukYsT3F-KruzQRQpwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <b1c3fde4fddbbab709aff8a9cdc919cbd1ce0132-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000094bb24063af8505b"

--00000000000094bb24063af8505b
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/9765811874325767970/profile?trk=https%3A%2F%2Fc.gle%2FANiao5qL751RFKAwz9IUEi2LH_FKcvbxw2Ot6VbYTZLBS6-W1Z8TK5Z-kKcr4QXT4ykpLAkSZlJqXGWesvy_NVK-vb5Peju05Vtbkf5PGQhifOEKURzkt1f9RNoShT4>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5ps3ASs0Q3azduyN0oBEPYK5BoTYt3IhoDU3s9t66riWUvTbfkAxP3fEGv8teV5YYHTjRtvox-T8uHAH1SH8n5r2EzrHPxdiPw59qicExh93x5nffjIX6BgSA3A49ePkOXx7uNvLRe2WLUG7ug54p7m3Ru5nWwLmXCUSftLzmQ>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5op7s-XATgP48mbZWnduhTg8bAVoUqXmNaLpkyLRUQbRY52zIZrFbr9ry4sAilLK5FqGTqTpgVDzykir1JpqAKIT8aajcao8hqq_GSYbM6-9zuess-cHkWLFH7hnI9iloa1SU2bpTWrwb9XSibMSoo-OJcqkDKpwnrLx8Sji5b7Vumo2G_rmAxxp1qRPi6cuKbUUYfQKo_yGa5YurUSosrwfzvEKnUUJAGYO9LjAg>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pWTG-S_CldbM_QAVWi4JukJlrcE6c3bFxbIRdo2Xm_704l8M6dYMgcHG0t4vBM5lIJjz1EL3-gJWHiQUNV7F3X-d49o9jQxU-7ts7SI0TXFoP_1nN1UlRTRNy5ijf0nSnY05w>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000094bb24063af8505b
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5pPukqu_d_ZUSV6XOxJh9S5hBJeq=
gM23RJqo8GfNYUBvryTTB2I4FAo1iHuAA4-ylUtwCHmMuDGUBuWWVUQ6gE3KSyQzfBfrVumtBZp=
HXeShJJeSM3ZzDAW0PYkD-Nsrf91LC3___gpbZa4Uigelzxn4sQZSdp3YLN9plWDondKi1Gik3A=
8gI6HgW_cKUjzQO1jbYHjuDnTKzczdjwbbwCDT59kIipRLWTh3mDkW_ch>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/9=
765811874325767970/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oySJtPOQxUzUjb=
Jo53U4Lbcj6wXr0fuAw-jhA6ZU0eqvnM7K2yeiz0SevtisW2MSa5MRkmoVKkBz6iIlx9T1njgH5=
gIVS7k4SFlagitbNp8g3Z15W0mLrHkYmG8w target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan>, your Business=C2=A0Profile has been suspended due to policy violation=
.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5qH9x3WElMrskpVF2RAWspuPi=
Xly_IDeYlHdofha7sBrSgFYaVSjVOD6DokLlQ2AqGspCl9dmeDSUCXMeZlBJoJ6gFJxsdZl_9xV=
EF1jWuqv4n_G2SruH7DM6VgBM604UXYi87eGfgrmACKNXPNyiKvbzK_jEdNO50jf4fOdACnFA t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5pP-o-YYgqzIu7oltKysv-nguiBn3fjVfVsyn-IHWblkZe=
tN9wRancv8pAGdX46FlHcKA6cfncAG01G5zN2R2e_syNraiCSbG9iuUzk691InDxQhS0Vs9KZ_d=
DNwg34tM6bbp1mM0o9WwkA3Nudcy6Nhi2GblTs-AMDECVJEYxT-fBZnyEc45oF3nFs82AdPBTAw=
gliJUsd5Q-sreirHzMSdzUhcjOTuWdazOSTlcZL target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5pP-o-YYgqzIu7oltKysv-nguiB=
n3fjVfVsyn-IHWblkZetN9wRancv8pAGdX46FlHcKA6cfncAG01G5zN2R2e_syNraiCSbG9iuUz=
k691InDxQhS0Vs9KZ_dDNwg34tM6bbp1mM0o9WwkA3Nudcy6Nhi2GblTs-AMDECVJEYxT-fBZny=
Ec45oF3nFs82AdPBTAwgliJUsd5Q-sreirHzMSdzUhcjOTuWdazOSTlcZL target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5pP-o-YYgqzIu7oltKysv-nguiBn3fjVfVsyn-IHWblkZe=
tN9wRancv8pAGdX46FlHcKA6cfncAG01G5zN2R2e_syNraiCSbG9iuUzk691InDxQhS0Vs9KZ_d=
DNwg34tM6bbp1mM0o9WwkA3Nudcy6Nhi2GblTs-AMDECVJEYxT-fBZnyEc45oF3nFs82AdPBTAw=
gliJUsd5Q-sreirHzMSdzUhcjOTuWdazOSTlcZL target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5rY7yKYRoFDPPY7KrmIIsgonDZmOJLhyi2cOyBwyrNA0j=
FdqKHtzljXMWzU-R82HJxAhfSKeQqo1PEPvnQOXUTslv6BL307D9Askvl0VBil6OPTiRwRuI0pW=
eJ251FI2JQe6uH9ow style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5puVI5dj2QxaD_r8LcGRf8xvpG4Wv9yj0ZNnFiXmZT8f2z_YrynnSLqU7CvxSv8ew=
hoeVs1PolnzPN7Wm9vGi45841ZcLHXI8du67CCENiHlK3wEl9WIrTTTPKkrk1w570c3Q.gif></=
body>
</html>
--00000000000094bb24063af8505b--
service/cur/1756882687.M195414P354834.premium320.web-hosting.com,S=8930,W=9061:2,S000064000000021342151007557640020456 0ustar00Return-Path: <3-Oa3aAcKAPEghkXierZhhZeX.Vhf@identity-reachout.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id SGcTC//mt2gSagUAVkXPrw
	(envelope-from <3-Oa3aAcKAPEghkXierZhhZeX.Vhf@identity-reachout.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:58:07 -0400
Return-path: <3-Oa3aAcKAPEghkXierZhhZeX.Vhf@identity-reachout.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:58:07 -0400
Received: from [198.54.122.200] (port=58281 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3-Oa3aAcKAPEghkXierZhhZeX.Vhf@identity-reachout.bounces.google.com>)
	id 1uthRW-00000001X8j-46oC
	for service@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:58:06 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=CngstdgU;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3-Oa3aAcKAPEghkXierZhhZeX.Vhf@identity-reachout.bounces.google.com designates 209.85.166.198 as permitted sender) smtp.mailfrom=3-Oa3aAcKAPEghkXierZhhZeX.Vhf@identity-reachout.bounces.google.com
Received: from mail-il1-f198.google.com (mail-il1-f198.google.com [209.85.166.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtjP2CGkz16y9
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:58:01 +0000 (UTC)
Received: by mail-il1-f198.google.com with SMTP id e9e14a558f8ab-3f0b5f6aa32so75963705ab.3
        for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:58:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756882680; x=1757487480; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:reachouttracker:mime-version:from
         :to:cc:subject:date:message-id:reply-to;
        bh=IwLuj6MDiUj0oBzVcL9O8Nk24ioFQpNx27NHhamUU+c=;
        b=CngstdgU4+1LrzOcpGdBzkX3pwN5fTytPV/PZ83uB1UbzK89BYlX6qleadiRE7QG9O
         XPXfDx7aQUbuomlCy1YoTsWbIQsP9YSMkGkmVHUtRtIVhdUsz/RheaZP7NNaKBN1aZun
         6Ejb9yUQhfZKBvYzxQu4yAQxVt20yfTOMD5DWIUgtSZQlId1KBrkzP+auRYcnipGSgSj
         qA2askUaZko2Lrx0m8clfnevrYnv/8KCY9EVEl/5VWpwlcP8ioDsGseKCne3iMWslSH0
         A4x9eoqYTHJErj13UIMOG9tfNE78Gdd5FPCQnRm1lsSaeAwdPQtloiD5Nk9N6Q+8fZXe
         t0GA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756882680; x=1757487480;
        h=to:from:subject:date:message-id:reachouttracker:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=IwLuj6MDiUj0oBzVcL9O8Nk24ioFQpNx27NHhamUU+c=;
        b=NXt9ZovhpH4+w5g4+VAzdQKMdBlPv10ILYf8sE+Dtbi9vdfPySrL0iNUv12RlyUTpd
         6Q3NborQTNuov+IN4CrOWdBab7odEqBY+6cJW29QTnYX0UYikWcA1AC4fcB+wXWmJo9z
         sXy+3FAOV+dirDLc8hqBm7MogWicJ4OJHsXeXdpv2NeiD//KzRliAdH8P0jPp9uUTF4J
         gfVhU4E7wa4V0ub0K0y+OV+PjbVNEc82LEPnj7nW+R93vtMI/DB2bOpU8UhksGjd+xCJ
         xQqLLF+hdZ3amTCsqUzEGOpGV+dfU7yPDes/3PxfEQDpewsBEHSp6i+dPhYSw58HVNEL
         OMAQ==
X-Gm-Message-State: AOJu0YyISiqvc2HjBDOlm3abZD/p2wVtWMjdQ7ZV2INi1NhGHPW54Bqq
	dxdraxY/5ddQCDCzCzwkKHUcYwQB7rBfDMgMF8wd/iq07WbKwIcqXGGRO4NeTT2qL6Co+u4XJSJ
	TYPrglcTzXeJZBt8IXxCWdkghmOGn9A1vXV7P4+SIm7ueMZtxkDVZ1HbBj82JfQDgZdNHWk2nTk
	hKHltGd/9fpOh4SxPymkyXmLTvJCd3OTy4Isasx5s5FrdiF4c7uOq6tAY=
X-Google-Smtp-Source: AGHT+IEtP3CK/VvACvp2apCmNAdvOvITKrmEdRd3r4f3Oy3etFNTAJNBS9+Mf5x2bKmDU9lVNghpD03k2hxPoy4cyg==
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:1b0d:b0:3ee:3ac4:deed with SMTP id
 e9e14a558f8ab-3f40028afd9mr229154615ab.9.1756882680520; Tue, 02 Sep 2025
 23:58:00 -0700 (PDT)
ReachoutTracker: AXiFLV7k7uPk3uhHD6Q5bv47BV4y6sFtuSrKsWBvPSODMQFZPakmXlxZpGzIQeFaEW44Wxyfgd5x2SKP3K1zS0oLGTDxmw==
Message-ID: <autogen-java-14c84d59-b6b9-46ed-ba00-1b2be3977b88@google.com>
Date: Wed, 03 Sep 2025 06:58:00 +0000
Subject: Google Verification Code
From: Google <noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000167402063de020a6"

--000000000000167402063de020a6
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

R29vZ2xlIFZlcmlmaWNhdGlvbiBDb2RlDQoNCg0KDQoNCg0KDQoNCg0KDQpEZWFyIEdvb2dsZSBV
c2VyLA0KDQpXZSByZWNlaXZlZCBhIHJlcXVlc3QgdG8gYWNjZXNzIHlvdXIgR29vZ2xlIEFjY291
bnQgIA0Kc2VydmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20g
dGhyb3VnaCB5b3VyIGVtYWlsICANCmFkZHJlc3MuIFlvdXIgR29vZ2xlIHZlcmlmaWNhdGlvbiBj
b2RlIGlzOg0KDQoNCjYxOTI0OQ0KDQoNCklmIHlvdSBkaWQgbm90IHJlcXVlc3QgdGhpcyBjb2Rl
LCBpdCBpcyBwb3NzaWJsZSB0aGF0IHNvbWVvbmUgZWxzZSBpcyAgDQp0cnlpbmcgdG8gYWNjZXNz
IHRoZSBHb29nbGUgQWNjb3VudCAgDQpzZXJ2aWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbS4gRG8gbm90IGZvcndhcmQgb3IgZ2l2ZSAgDQp0aGlzIGNvZGUgdG8g
YW55b25lLg0KDQpTaW5jZXJlbHkgeW91cnMsDQoNClRoZSBHb29nbGUgQWNjb3VudHMgdGVhbQ0K
DQoNCg0KDQoNCg0KDQoNCg0KDQpUaGlzIGVtYWlsIGNhbid0IHJlY2VpdmUgcmVwbGllcy4gRm9y
IG1vcmUgaW5mb3JtYXRpb24sIHZpc2l0IHRoZSBHb29nbGUgIA0KQWNjb3VudHMgSGVscCBDZW50
ZXIuDQrCqSBHb29nbGUgSW5jLiwgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4g
VmlldywgQ0EgOTQwNDMsIFVTQQ0KDQoNCg0KDQo=
--000000000000167402063de020a6
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:=
 600px;"><tr><td><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellp=
adding=3D"0"><tr><td align=3D"left"><img width=3D"92" height=3D"32" src=3D"=
https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_188x=
64dp.png" style=3D"display: block; width: 92px; height: 32px;"></td><td ali=
gn=3D"right"><img width=3D"32" height=3D"32" style=3D"display: block; width=
: 32px; height: 32px;" src=3D"https://ssl.gstatic.com/accountalerts/email/k=
eyhole.png"></td></tr></table></td></tr><tr height=3D"16"></tr><tr><td><tab=
le bgcolor=3D"#4184F3" width=3D"100%" border=3D"0" cellspacing=3D"0" cellpa=
dding=3D"0" style=3D"min-width: 332px; max-width: 600px; border: 1px solid =
#E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-ra=
dius: 3px;"><tr><td height=3D"72px" colspan=3D"3"></td></tr><tr><td width=
=3D"32px"></td><td style=3D"font-family: Roboto-Regular,Helvetica,Arial,san=
s-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">Google Verifi=
cation Code</td><td width=3D"32px"></td></tr><tr><td height=3D"18px" colspa=
n=3D"3"></td></tr></table></td></tr><tr><td><table bgcolor=3D"#FAFAFA" widt=
h=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"min-wi=
dth: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px=
 solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-botto=
m-right-radius: 3px;"><tr height=3D"16px"><td width=3D"32px" rowspan=3D"3">=
</td><td></td><td width=3D"32px" rowspan=3D"3"></td></tr><tr><td><p>Dear Go=
ogle User,</p><p>We received a request to access your Google Account <span =
style=3D"color: #659CEF" dir=3D"ltr">service@24hourwaterdamagerestorationlo=
ngisland.com</span> through your email address. Your Google verification co=
de is:</p><div style=3D"text-align: center;"><p dir=3D"ltr"><strong style=
=3D"text-align: center; font-size: 24px; font-weight: bold;">619249</strong=
></p></div><p>If you did not request this code, it is possible that someone=
 else is trying to access the Google Account <span style=3D"color: #659CEF"=
 dir=3D"ltr">service@24hourwaterdamagerestorationlongisland.com</span>. <st=
rong>Do not forward or give this code to anyone.</strong></p><p>Sincerely y=
ours,</p><p>The Google Accounts team</p></td></tr><tr height=3D"32px"></tr>=
</table></td></tr><tr height=3D"16"></tr><tr><td style=3D"max-width: 600px;=
 font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; c=
olor: #BCBCBC; line-height: 1.5;"><table><tr><td><table style=3D"font-famil=
y: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #6666=
66; line-height: 18px; padding-bottom: 10px">This email can't receive repli=
es. For more information, visit the <a href=3D"https://support.google.com/a=
ccounts?p=3Didv_pre_em&amp;ref_topic=3D2364467" style=3D"text-decoration: n=
one; color: #4d90fe;">Google Accounts Help Center</a>.<br>=C2=A9 Google Inc=
., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</table></td></tr=
></table></td></tr></table>
--000000000000167402063de020a6--
service/cur/1756118973.M788892P3928516.premium320.web-hosting.com,S=24659,W=25436:2,000064000000060123151007557640020604 0ustar00Return-Path: <3vD-saBcKADkWpndiZnnkmjadgZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id UBqULr0/rGjE8TsAVkXPrw
	(envelope-from <3vD-saBcKADkWpndiZnnkmjadgZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:49:33 -0400
Return-path: <3vD-saBcKADkWpndiZnnkmjadgZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:49:33 -0400
Received: from [198.54.122.200] (port=36123 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3vD-saBcKADkWpndiZnnkmjadgZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com>)
	id 1uqUlZ-0000000GU6W-2Y0g
	for service@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:49:33 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=0FrwmzHC;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3vD-saBcKADkWpndiZnnkmjadgZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com designates 209.85.222.198 as permitted sender) smtp.mailfrom=3vD-saBcKADkWpndiZnnkmjadgZ-ijmZkgtbjjbgZ.Xjh@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qk1-f198.google.com (mail-qk1-f198.google.com [209.85.222.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9SGj0Vsnz22yp
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:49:33 +0000 (UTC)
Received: by mail-qk1-f198.google.com with SMTP id af79cd13be357-7e8705feefaso1152355385a.2
        for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:49:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756118972; x=1756723772; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ZFJip/RPswmDUEXveOzELDSHrO6NVMNmMMQ6IPTpyCo=;
        b=0FrwmzHCmP7txDPk18Ee8UTFK4D6DHWWOjuCrlONOYlnT4xesqPYsvNNquerZmVrUT
         hY/vvAFGMjrwdKBSK3X9/5CJaysM5ywXrJlQvcUFPIDlsZorWPwL9vwyYI/j4t6qvUOO
         ZMH/E99X7ogh8EUlLS6tk44zOn7okdXVuei0MbdR09CyE0OOYN3V/NUr9TOoaBUFEsI+
         AcyBA+s8RavnxtoUaLTtNKOkLGc6n6ZKr2EwrpEr9rqqLRl5SroCi1ouxryCiKxtIlIF
         OE3XzMEGKJLuoDy0h1XNHYPsOopClEEF+OZzoYeJ5ZuU0Zov927iA6mCxPtS0XkH+Nta
         CIUg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756118972; x=1756723772;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ZFJip/RPswmDUEXveOzELDSHrO6NVMNmMMQ6IPTpyCo=;
        b=SeGfjqA8lESuO+VPkVsB3dlIX8MKabfJ6H09CVFrqhdxNC6Gp2Q35to/Ul9SmTkWb9
         NBQZ0xubK/QldBoJCC/WR4SGAS3hRVCB9hjKN9SE6//SaozKih7euC8vq7H1xAxAW+Ht
         zuhYYB0IzYEftoR5BO2ZhFz9ye/8IFOGniaI/o38Mx+/uvN3ppw0Mznp7AF4BEPnAHh8
         XAQ6DnqrLzs+3uIzILrSqmqduiwhkXxglqdeeWQFuoVt5GjxO2Yd/pDL3/j8YH8fFUkS
         s2cBXfciUMiq2ehAlZdzWFG2v2eKh6ny1NptXqcIi/D+S1ucZDDpqd6s8dDFRPXX5Nre
         l++A==
X-Gm-Message-State: AOJu0Yy3dkM06Wx+NsyTk/7btB/wJnrtR3lVEBMs/hJMCGntPL83GXoB
	/5AXTim+tuR34FsW0ceSqkB3hHVdwHA8SQvcOiANmie4NU0kzIuYepeUN9H1
X-Google-Smtp-Source: AGHT+IE0+gJ3bSk9QONNv221vGD5RebW+ds3dXHhPPbe9VqIXz9AkUCXuPQ4w3P9EwJG0XnJlN3piRc=
MIME-Version: 1.0
X-Received: by 2002:a05:620a:a808:b0:7eb:2008:6f07 with SMTP id
 af79cd13be357-7eb2008716emr874208685a.77.1756118972499; Mon, 25 Aug 2025
 03:49:32 -0700 (PDT)
Date: Mon, 25 Aug 2025 03:49:32 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 0602607bb51a0000
X-Notifications-Bounce-Info: AWoTSIFcMbvvbwRrQ29B-cC0c_bNldoU16pAx6lEpglgZToPnVX3KS8_vmbWXhhaoRPedpzRRDU6TYBgyhqpzxGj4jcRuRpCQVbKgwsn2HaptbSvqAadhSrWutcn58cidDnOOPZJ6wZuNe_0DYnefxsZa8cnJpaf52ASSzVpC8kDnU4o1fBIzuoYeArlVrkPIe6SuGjCLkb8bAoURe0lqBtdi73hqrZd2j1gp1BbbIpphYCCs72Brrc0C2mF8zOBPKflh2mY9DUpSsD8nG6OpH9VxSc2uShII-cAkFrak6WzewQHP-Wj0oli-LWLY9mWKcPdsRSggcGCfCfQ_7vs7MGARErdEd-Dfg5pEY1IFrEgwIQHr3R4Lj9eI8GRSzMfaXBw_BRUp7rVmVrG7dKCg0zd3DDvIMACzk43QltPLo6KBjBLZv_fPITiIuSunL9vMp0IH1UBqNnXr_DvA8mg71smdUr1KylZNZn9eTTl1GDCTgK7PmsXDR_g15LSXVKzAGpTsmhAuuMLLT2pSq6r9K6l92WM08JuQG51D_io3sxW9Tj_pjBq7h5IaDpryp1ucAlHe9DNplWMYWZTMpnjUDr9s8kZoJpdtfcn-BaFkPBw0OBHZlpFbBQGj9OzaIZ7928NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <bdd6406552625f7ffe87b7fcd78c1d1dde018de8-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000008a05a5063d2e4fcd"

--0000000000008a05a5063d2e4fcd
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/1771676719452944203/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rgRwNawcLL6810vS-H8hGAPL1433d_x3IxHkUVj32IHwO44-nkalMrWygL7QrBbY_BWUl3SkpYo0_DXAods1M-KO0LRsbDYLt1m-clZ4KMnkiINTZcU_4NbSw>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5q7zBZ22LmYsifPlFhVccn4mYt6KAT7X-3TlXRlDIRgHEf9Adcq2YCcqfDFQJC6g2sAaOQ5GDJBuEDBn1MXwOJHfAh0e8GTNbsxvJlVMtZ9VOEGQ7JK-zvHKrBPm1N8pfgKRvjdi4y3ZKbKCFF0r01y9l7Aq-mkyw50gCCh14s>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5qNCqSGKKCS44ZWhzJTTiphd49vW0vkZf2ImJctkeAYb-ZY0AtBETARG9bKJnNMQXxd7kfCmj1dSdZy23jR-o9UOsjJVotnF5nPEagDc9u5IqO0mZ6h8nOYL6bjzrrReZGPFQOdx0wnM-xY4lspFI8glxU2Iwlc_nCC2JCE9KgMxvtmVWkBZhz6wodL1plROLKCM20mCspRsus_1-KjN-mZEAdKS0NcydqldxbIHg>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5rWcuuJKq88rxRBi_NRZgucXRL8yt8blEDLSf6splpfZTqf6zoUdZy2jbeL-oZkYotRxHOU3inWsx5b7F14LUvsUMb1p3qd-IeM6Ds8wvhse9mR8bIWcEvCUxeF1MpgDHOfM4A>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000008a05a5063d2e4fcd
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5qbWiCl_1MGrfz4LD0TzwhiIsv28=
YrgRwB7z6JJc25lGkMR_tdTMbLgC8RLLqCQSdtuVQjSqnZpQnj0-x7fKJzI4k8XyYN-Ldvy3xBm=
sMHsgFuxDIrtfPdJyeItqyWBtZgDNcFqY3wEkmrzCS6wWFJ9CibCO030_XegRQ1_iLv0ZxkwrDo=
gSIfIepIsOCdedXMj-lk1KIWtf4MCzcaEG13N5516aaOnaagZKpRCecLx>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
771676719452944203/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qVlmYGFGYQkyPK=
AHfFrODLZOPk1r21iO31bGtJBAtDw4s6bxHW-5HS-Da6htBkXyBiEbuLBClugcJtn5rjnOTPoXA=
d5b_GGLdczWPoI_Un9Vu434cta9kg9Fx1OQ target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan>, your Business=C2=A0Profile has been suspended due to policy violation=
.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5pDTAAMszONjMuVtupudaA88V=
IKRNSxMqdH6mKRsdo3VIWYdTL1SWMaYAnUZoqK2UqDDK62JSI7n3Y4l7Ie-PjfEm0fRhm7Fxh7y=
9Uit2zYxPsL6yw19kamN8YGlLQgJJTmC3mjbJNukmPP7DeJNGmWc82Kt5uk_4zwMCL8r-zQ-g t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5ro6MKYAa81HAl2RyH4BN62-ysiIqWENnD7QqGyFKRHuAn=
ll_gEvOXTFIxhRIpKZlECZDIugdwN2pDDMUJyohGD46sCGZxuXScAZ71umOHgq4f_FUIXaoLWFM=
doqSp-N7J0KNWmjxXtfBZVTtXGS3AJjyb8e0CQ8srUbrhyMf0rWzUgp8QwCnunEViRI_Jv0Es-9=
uCZ1yAAZQCsRKjeFHRybxWNWaeYmo6Sebtwh7-Y target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5ro6MKYAa81HAl2RyH4BN62-ysi=
IqWENnD7QqGyFKRHuAnll_gEvOXTFIxhRIpKZlECZDIugdwN2pDDMUJyohGD46sCGZxuXScAZ71=
umOHgq4f_FUIXaoLWFMdoqSp-N7J0KNWmjxXtfBZVTtXGS3AJjyb8e0CQ8srUbrhyMf0rWzUgp8=
QwCnunEViRI_Jv0Es-9uCZ1yAAZQCsRKjeFHRybxWNWaeYmo6Sebtwh7-Y target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5ro6MKYAa81HAl2RyH4BN62-ysiIqWENnD7QqGyFKRHuAn=
ll_gEvOXTFIxhRIpKZlECZDIugdwN2pDDMUJyohGD46sCGZxuXScAZ71umOHgq4f_FUIXaoLWFM=
doqSp-N7J0KNWmjxXtfBZVTtXGS3AJjyb8e0CQ8srUbrhyMf0rWzUgp8QwCnunEViRI_Jv0Es-9=
uCZ1yAAZQCsRKjeFHRybxWNWaeYmo6Sebtwh7-Y target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pRwMU75ncDQ1qsSYq0mvYwJekKcwenbl0r7EW0pQPJgz=
sXNDBQpxqLf_VG7rnafFxp3NkN6xHpqrpJxhorh2LNTfhr5iqEdxUlG9r8lRpT8DegIgRvhbuKm=
4ji1wc1EApWKJU8NA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5paFuTGXkpq9-Si-mhCwS0BQMdg1Kd6Gm-IWPUfOfZmSK52DMm1rjhXqXg_SqiUQW=
W9RVBtAQVb-rxSBKQdNWx78qiTXpu25vCSBl69W8FlsSNwNB3ng5V-pkoxyoMoalpoSA.gif></=
body>
</html>
--0000000000008a05a5063d2e4fcd--
service/cur/1756118477.M677446P3901011.premium320.web-hosting.com,S=8930,W=9061:2,S000064000000021342151007557640020521 0ustar00Return-Path: <3xj2saAcKAD8opsfqmzhpphmf.dpn@identity-reachout.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id kPXyJ809rGhThjsAVkXPrw
	(envelope-from <3xj2saAcKAD8opsfqmzhpphmf.dpn@identity-reachout.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:41:17 -0400
Return-path: <3xj2saAcKAD8opsfqmzhpphmf.dpn@identity-reachout.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:41:17 -0400
Received: from [198.54.122.200] (port=44664 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3xj2saAcKAD8opsfqmzhpphmf.dpn@identity-reachout.bounces.google.com>)
	id 1uqUdZ-0000000GNsZ-268m
	for service@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:41:17 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=i4KPs7pP;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3xj2saAcKAD8opsfqmzhpphmf.dpn@identity-reachout.bounces.google.com designates 209.85.222.200 as permitted sender) smtp.mailfrom=3xj2saAcKAD8opsfqmzhpphmf.dpn@identity-reachout.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qk1-f200.google.com (mail-qk1-f200.google.com [209.85.222.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9S535mCszFyG4
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:41:11 +0000 (UTC)
Received: by mail-qk1-f200.google.com with SMTP id af79cd13be357-7e8702fb9e1so1103442685a.0
        for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:41:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756118471; x=1756723271; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:reachouttracker:mime-version:from
         :to:cc:subject:date:message-id:reply-to;
        bh=F4GR+ves0Ctwxq8FVke6aMfct5I+B0zXMweJDu7pwW4=;
        b=i4KPs7pPQbJqMRDsKUjwx4CvMLPh272mAeDWEuwRvbF20vOQ8l0IFSxrv9AQqZO3us
         GPEyZe81MJNMHRCNBwMg3gxXrMHHtmKmfjkPswNLL2bYUMJl14NFgTaz18o9U9P7a8NQ
         AeV8nkQ6mNk/QJe6PLJgl/YZTYzI6G8s2aMlMQ1KPWeG5+vTbtlKAGqX+7fCtuW0tFxq
         Q1tTqpsVpzo1UDaKUqFFd0s0J+znkHVv0pe9hnzIoSPtvQ2d4qUK1i1loKXxYweNeE0x
         O+grWufhJr28S6wb5RBAJjWWlr9WeeymMjv5ZdMt+roGxDJw0osXhH4ibx+H5kJfTtrv
         MnOQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756118471; x=1756723271;
        h=to:from:subject:date:message-id:reachouttracker:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=F4GR+ves0Ctwxq8FVke6aMfct5I+B0zXMweJDu7pwW4=;
        b=XGqYwjNCcM+HCe7SaJvcd2jJHYwyaozrycvGXvhmMff3KGYnC55LhtWem0QWe2BnB/
         G3pjQNOfhni8JoMsPSMw5JYTllqIgYPgZhUvcDgrecFIB2LKV8Ykp7NMeM1D4124pCsx
         9n1idj1doTd4HGUtzeqrt8sbyv7ExhHUB5CD+b0oBx7Nsb+9II4X9XLbP9PNXzh5k1YH
         0viGLz4hkCFsOODy135fd1rBJPJ47TEkQ2BG2hQAL/qlC/4Q8m7S0KhGAhiYggoDCauo
         1lKCq+JMCGS3nviteaCAKOpbbDUglRIBTPLIFUHVcm7JN5NOZaV638oIdM3lHCX6l911
         t/0w==
X-Gm-Message-State: AOJu0Yz+8sJpUhrR6aJxr9CCZlO1UAjldE13cNKqIg7MfZjAqicyMcaA
	5YJ4bzNSsVJJVby9EOlRGalIXpZu1yX3pCwc7ivHy9EhpZeGXNKJyXgm94+8L6Z3cnCFdv+CclV
	sjS11G2GzWD6wckUiKkAw9ia6ssO8Y1pqfTHqqd3jJrIf74Y6Wwft15tLlAuDj85e0NU5B6sRo2
	fEUfURrMMzpLPeDAjAU3MzaBlcLLua+OHRDd3/79njJCYteQOUkO7oM3k=
X-Google-Smtp-Source: AGHT+IHFUC24Y8RQfrafZH2WHz69fCg21H/Hhl2kT89ICvc41DIHApWxvuqcJUDBCsF9CSDtJ2RB8oaB/1QJ3t6R1A==
MIME-Version: 1.0
X-Received: by 2002:a05:620a:c4d:b0:7e8:2cb:b9a2 with SMTP id
 af79cd13be357-7ea10fb1579mr1176565085a.38.1756118470901; Mon, 25 Aug 2025
 03:41:10 -0700 (PDT)
ReachoutTracker: AXiFLV5P+w90EBqAQuLXA+QB8bkFhr9YfrjOJEEKeR7AohTzl/EUyT3mgbLOr9hRHq7U/ZbwIZjLrcWhvEYdeEn4g448fw==
Message-ID: <autogen-java-1e799c3e-57d3-4a82-9157-105283f172f3@google.com>
Date: Mon, 25 Aug 2025 10:41:10 +0000
Subject: Google Verification Code
From: Google <noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000a54db5063d2e31e0"

--000000000000a54db5063d2e31e0
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

R29vZ2xlIFZlcmlmaWNhdGlvbiBDb2RlDQoNCg0KDQoNCg0KDQoNCg0KDQpEZWFyIEdvb2dsZSBV
c2VyLA0KDQpXZSByZWNlaXZlZCBhIHJlcXVlc3QgdG8gYWNjZXNzIHlvdXIgR29vZ2xlIEFjY291
bnQgIA0Kc2VydmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20g
dGhyb3VnaCB5b3VyIGVtYWlsICANCmFkZHJlc3MuIFlvdXIgR29vZ2xlIHZlcmlmaWNhdGlvbiBj
b2RlIGlzOg0KDQoNCjQ5MDg1NQ0KDQoNCklmIHlvdSBkaWQgbm90IHJlcXVlc3QgdGhpcyBjb2Rl
LCBpdCBpcyBwb3NzaWJsZSB0aGF0IHNvbWVvbmUgZWxzZSBpcyAgDQp0cnlpbmcgdG8gYWNjZXNz
IHRoZSBHb29nbGUgQWNjb3VudCAgDQpzZXJ2aWNlQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRp
b25sb25naXNsYW5kLmNvbS4gRG8gbm90IGZvcndhcmQgb3IgZ2l2ZSAgDQp0aGlzIGNvZGUgdG8g
YW55b25lLg0KDQpTaW5jZXJlbHkgeW91cnMsDQoNClRoZSBHb29nbGUgQWNjb3VudHMgdGVhbQ0K
DQoNCg0KDQoNCg0KDQoNCg0KDQpUaGlzIGVtYWlsIGNhbid0IHJlY2VpdmUgcmVwbGllcy4gRm9y
IG1vcmUgaW5mb3JtYXRpb24sIHZpc2l0IHRoZSBHb29nbGUgIA0KQWNjb3VudHMgSGVscCBDZW50
ZXIuDQrCqSBHb29nbGUgSW5jLiwgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4g
VmlldywgQ0EgOTQwNDMsIFVTQQ0KDQoNCg0KDQo=
--000000000000a54db5063d2e31e0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:=
 600px;"><tr><td><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellp=
adding=3D"0"><tr><td align=3D"left"><img width=3D"92" height=3D"32" src=3D"=
https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_188x=
64dp.png" style=3D"display: block; width: 92px; height: 32px;"></td><td ali=
gn=3D"right"><img width=3D"32" height=3D"32" style=3D"display: block; width=
: 32px; height: 32px;" src=3D"https://ssl.gstatic.com/accountalerts/email/k=
eyhole.png"></td></tr></table></td></tr><tr height=3D"16"></tr><tr><td><tab=
le bgcolor=3D"#4184F3" width=3D"100%" border=3D"0" cellspacing=3D"0" cellpa=
dding=3D"0" style=3D"min-width: 332px; max-width: 600px; border: 1px solid =
#E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-ra=
dius: 3px;"><tr><td height=3D"72px" colspan=3D"3"></td></tr><tr><td width=
=3D"32px"></td><td style=3D"font-family: Roboto-Regular,Helvetica,Arial,san=
s-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">Google Verifi=
cation Code</td><td width=3D"32px"></td></tr><tr><td height=3D"18px" colspa=
n=3D"3"></td></tr></table></td></tr><tr><td><table bgcolor=3D"#FAFAFA" widt=
h=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"min-wi=
dth: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px=
 solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-botto=
m-right-radius: 3px;"><tr height=3D"16px"><td width=3D"32px" rowspan=3D"3">=
</td><td></td><td width=3D"32px" rowspan=3D"3"></td></tr><tr><td><p>Dear Go=
ogle User,</p><p>We received a request to access your Google Account <span =
style=3D"color: #659CEF" dir=3D"ltr">service@24hourwaterdamagerestorationlo=
ngisland.com</span> through your email address. Your Google verification co=
de is:</p><div style=3D"text-align: center;"><p dir=3D"ltr"><strong style=
=3D"text-align: center; font-size: 24px; font-weight: bold;">490855</strong=
></p></div><p>If you did not request this code, it is possible that someone=
 else is trying to access the Google Account <span style=3D"color: #659CEF"=
 dir=3D"ltr">service@24hourwaterdamagerestorationlongisland.com</span>. <st=
rong>Do not forward or give this code to anyone.</strong></p><p>Sincerely y=
ours,</p><p>The Google Accounts team</p></td></tr><tr height=3D"32px"></tr>=
</table></td></tr><tr height=3D"16"></tr><tr><td style=3D"max-width: 600px;=
 font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; c=
olor: #BCBCBC; line-height: 1.5;"><table><tr><td><table style=3D"font-famil=
y: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #6666=
66; line-height: 18px; padding-bottom: 10px">This email can't receive repli=
es. For more information, visit the <a href=3D"https://support.google.com/a=
ccounts?p=3Didv_pre_em&amp;ref_topic=3D2364467" style=3D"text-decoration: n=
one; color: #4d90fe;">Google Accounts Help Center</a>.<br>=C2=A9 Google Inc=
., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</table></td></tr=
></table></td></tr></table>
--000000000000a54db5063d2e31e0--
service/cur/1754445418.M828172P3624659.premium320.web-hosting.com,S=21903,W=22590:2,S000064000000052617151007557640020701 0ustar00Return-Path: <3ZLaSaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KKDUMGq2kmjTTjcAVkXPrw
	(envelope-from <3ZLaSaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 21:56:58 -0400
Return-path: <3ZLaSaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 21:56:58 -0400
Received: from [198.54.122.200] (port=47122 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3ZLaSaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com>)
	id 1ujTOk-0000000FE45-2kv4
	for service@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 21:56:58 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=f80AX929;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3ZLaSaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com designates 209.85.128.197 as permitted sender) smtp.mailfrom=3ZLaSaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f197.google.com (mail-yw1-f197.google.com [209.85.128.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bxYLs11LBz17s1
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 06 Aug 2025 01:56:53 +0000 (UTC)
Received: by mail-yw1-f197.google.com with SMTP id 00721157ae682-719a3eafea4so79602937b3.3
        for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 18:56:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754445412; x=1755050212; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ZIsvE9Lj9/bO0sBlICmMoBqtKmZXVfzPduM199mVh8o=;
        b=f80AX929e0XduJLZyiXYFLSiEEiZ2j3y+uIN9SvJxEEVXWD4rzBUPB4w8iEH857qZW
         hYQpm79rj3JuBuLCI9+lgRYtn7WK4ZTvUUCCFJSBcCdB1HHM3Y0lCQ9JfoPSNLZhW6Nq
         KO05M3SsIQWzAohT16CRr4y9bK5SYPmtB47B5zIcarq3C7UkZEY51UcZxsbVVGvEe/9G
         6rHVgHVujxkbdp77FRkTIUNY1BCogWULSvp/dD3FxPMYXceRyG/QjGpXs1PsDXJkyRhF
         bYx+LmrU9ua6/TLK9f9roqjZdH3TWPegcM8VcIQShdSkB3CHXbL4CY5GWaPKpA9xc+wo
         jGjw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754445412; x=1755050212;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ZIsvE9Lj9/bO0sBlICmMoBqtKmZXVfzPduM199mVh8o=;
        b=nF8DZ0vx2oC2kI84rVdyecpGC7+tajwWMjSo9Li4g4S0FAW7u7ERzNnGURJdzgRtsC
         tSYasISZAL5srqyMlD4bxCETBlqeAMXZTGXlevxaodZ9+2Mh1P95wQW7+MQpa1aVjoYE
         urydMDQjQ6ET/qEZCuj4sfvjvRvHp0M0P7vAzSceNYHZht12URGHuF0B8aTFA0lZH0i/
         T6mrRxxb0/ZiimfSIdHd9udj/wWs8qhKApBr9r8drDYwTOz3eRImcxDofavdduPRpFPd
         yVMRGak3oqD7XHjQ7wsjPE/pZieLeChaZ9m13KQDtbQLtI6/l2DOT8Vpl1Lb8tHUODSA
         tsBg==
X-Gm-Message-State: AOJu0YyJ3WpDgp2Sv38Dqc0bUoiHHN9OwUu1QEK4Z7tzHlEGi4kIlFED
	BDiEp3uIWsIp0DkD4vK7KanvfBgIYkbKg53A4D8D0RzYugTCRrO4y65CgauH
X-Google-Smtp-Source: AGHT+IEHukNFB0WUAoTD+WIsTTFTlOif+1jmChy7tdE2lcwVcVmzPqZFER7nJ1KCa2Yab2UCkMDsOco=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:9b08:b0:719:f1b0:5c29 with SMTP id
 00721157ae682-71bc9801284mr19321517b3.3.1754445412707; Tue, 05 Aug 2025
 18:56:52 -0700 (PDT)
Date: Tue, 05 Aug 2025 18:56:52 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 6289011f33ea0000
X-Notifications-Bounce-Info: AWoTSIGwI-j2ySg_vG2-LGug1P-mg9Q5Xydu3QZjKH6IRiP2dDBgI-VCrY1405WZP5-plWTJpQf-Ta7ZhX6gf0cYkJmiBi0J-ujDyMZIkGzbfdGHgvMxt2tKyfPHrYLxgXOuSIduApmeX9vyr4X7g5tMmqe_P9v6efUOu4eXH_KTcmPycsPEH2JUmyt9GKzeqO65Ad-yty1eAaiUQIHi0s51BwVxL1CPl8jtytUqt2qtWmSWKe67TWVEBHXjWVw6Mn25Ln6oFuGwYA6d5N4TiJrJsBVPjmFLpcxm1UAvP2kMkoNjWz5F8ZEuFJQZ0qnIAnl82t9Y4GqRdDCMiU3tkRqthQHv_uzFX3ThCl0_3krL9vD-IzID1rdBwTRb_hAWDS58MZrdPtFyOKtGNTrSiTW_jUOThVQ6pUia8VznamaKv0VCbYe-5snmKn1ZJeUv31DZGbGtDW1oRHhZ8fc3r5ZS1XA6lh2PHsXQaW-eioa3ujmiPK8mFKqqXjo5jjVnMJ89zUSLXp799-w6PtTr4-TDg2SV5vgMVKoMs3TnhMoo5OCWf0Xy8o4dN1nD7UoZ2ynUHTqA47vTvDNj_qWcNisR1P5fAOpVFiWNJGSo2eiiSabh3RLTVIUTLEzQP-LCqUYNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <9bebfd5a73b3d6ad6994fb183ee4333b6e1f60df-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000009a2f9e063ba8a767"

--0000000000009a2f9e063ba8a767
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/3338926753958363853/profile?trk=https%3A%2F%2Fc.gle%2FANiao5oDFRJSmWl2oue-hI6lQl3Suq19EzcCZn8UmJgqz3MsI64ilTlaHIs8f19UfRuCbP5kxn2Rpl5k3aumrJDc1_2AbmNdh9jbJUcCIzC5PpD_yYleRJHoFu486G4>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

See restriction policy  
<https://c.gle/ANiao5rlG7Ei3VMnYkgPP6F4ySTZ6xyD2f9arszWHeQ0wv8JeaicDFuxbNFnY-8F9sqPhoxombW2j953xYONppW9hcgnS9zsis6Isbs7msCGhmSVr4UzAQHs340FNPHJlGRaZQjuIP5O2CIr8a-GtTchP5wyDp1swuQuxqADt9ad9qHRQRGI9g>

You can see the status of your appeals  
here<https://c.gle/ANiao5pb153q7jp9W8IWzZWmzG7ZBQ7Upi2R7juNYN2fhAA5sWUEVcGOFekBxgOYKJeKmOAYmryO6w_PZSyGbaGcDav30l43jeRu2r2vpH1i57kzb7UzzF6Yr04ZmhfU67Jx4BXgYGvC0AuE3UpYx7QDu2yMFnZosjnqBkclARoMRF5RhfLGHrXO3_ArTFipnDCJrtBgrJq7CkPG59s8pmUIZiHkechNuY0EokE86IlO>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5r0Acod5PvO-uITXaeiNmNlyMzeEaKiVQjLtHCosq5STqsGjdlXUjVV5ffKqiF7CyEmcxgkDvXKNgcJnJtCPsms0SYnyVflESGQXGSNYSnStBvV6y6-kcxIdlZflWk-O3N5TGA>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000009a2f9e063ba8a767
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/3338926753958363853/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5pG9Qk-z4ZzjQJOJwDvms3PGUxixqChruDKg3WhhARkJPYohk=
9grw52LHgBwI4PRMZHNKcGsui_Jah3zEzoUp-KnNfwdccvwSnGM9wStLKr8-LYY1qrGP0x3kxqs=
w target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5p13Jwy18QnQovZMIzhZX-lgAw729Q-g2HOluu8i2l-46s=
ZI0bHNKVMRXRsfnLCiXUjscqjWZLJmaufXOg7CUHiTKu3iWvqdF_lyDALDs29-JXtHp8Kvx9C65=
esP-kR5bX6NtDxy3fkl4k-ySZJkMHhyEB5V66ZFKPirB6KEC2S_uqyyy-w target=3D_BLANK =
style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5oaCED4=
c_n6xvhby2NPBT-bHcrycw2LhxhjWOdVjhTsjWw5Ywj7LUjz_9RvBlKr2Axs7zF2WMD9eh3NjhB=
PufXEyojfAOCYXGSVZJtTv3W8xXUgquFPoNKlAYPzNHrxxD7aFX0siQb9N_wkyyTGYPdcFBFLMH=
C88LvSDRxLZlCGSXBgVnXf44EAwiIRHpBM4AG2OjiEBEQaTbU1S6-5F_Cz80AfYtKKbetiGCG-H=
6k target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5q9wERThVv5HRcTM0m6Q7cLKs8AY8TuPH2Og1J8l-SbRS=
JpYyp2pjQFCJLBnU2-5d8b9ZTd14y2_w2rG35IXK0bpgxKh_BdVM4WuTgihGplO6CY0i-hDOAZu=
SX5xw4_1NN3nKnrLw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5ruAyb3ReifnO510nLg3pS5YqANQ7DbxiYvtU6-5Bka_v9FGW5sh-hwnuRO7CrR2F=
tEjlYTMg3yFpyKfKv8RVA3v13Ct83jDECDvj_gGyOMJdrvwCw_cd1dlZDV1WX6rtDGxQ.gif></=
body>
</html>
--0000000000009a2f9e063ba8a767--
service/cur/1754668607.M370443P2141040.premium320.web-hosting.com,S=45670,W=46584:2,S000064000000131146151007557640020665 0ustar00Return-Path: <3OB6WaBEKABkLDG9HEz13-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id YBR8FD8elmhwqyAAVkXPrw
	(envelope-from <3OB6WaBEKABkLDG9HEz13-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 11:56:47 -0400
Return-path: <3OB6WaBEKABkLDG9HEz13-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 08 Aug 2025 11:56:47 -0400
Received: from [198.54.122.200] (port=57079 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3OB6WaBEKABkLDG9HEz13-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>)
	id 1ukPSZ-000000099IP-3UIU
	for service@24hourwaterdamagerestorationlongisland.com;
	Fri, 08 Aug 2025 11:56:47 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="PTI/ULP4";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3OB6WaBEKABkLDG9HEz13-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com designates 209.85.216.72 as permitted sender) smtp.mailfrom=3OB6WaBEKABkLDG9HEz13-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f72.google.com (mail-pj1-f72.google.com [209.85.216.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bz7tx3V86zC2B5
	for <service@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 15:56:41 +0000 (UTC)
Received: by mail-pj1-f72.google.com with SMTP id 98e67ed59e1d1-31eac278794so2294574a91.3
        for <service@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 08:56:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754668601; x=1755273401; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Wd9JDIbRfRUaKw53a3HGUY3wI4p4HJueaLvx8FForHI=;
        b=PTI/ULP4VLOO/uq7SSvT7oRfsCDO9vciHl4Kuzy/yLLMDjV2syaC9ByrtpTHqQzQAg
         SypLMN3+6ItNMO3jLNN1PrY42qJW1mMnuoxsGuuai4YZ5EOgu07p6z88Ly3DoJzC7y/p
         zQox1uimey38EOsHUC/81Nk3pDu3u6xMexw1VaZdew7qmV5Z2qvb9YXkz/rgJq5SzMXV
         f7TF9WyVdvKBKSo4/TDpeBVGhyI4kuA43n7rCnJ5la6gkwqj0MNwf4lbEJMZHzpCfiUs
         fnyUYOp4UTjel3hKSMyPS9BwFuUbQpUAGGQ9ox6G5JOLlWwhqeS2ZQZv5OdTbahiBWmx
         Q/sg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754668601; x=1755273401;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Wd9JDIbRfRUaKw53a3HGUY3wI4p4HJueaLvx8FForHI=;
        b=c22sW8hnpB4GaOQKaFVyZz753tyjKiPRDOicGSPCWvHAgh7Pnrl+lrbcUAWcuDzF7a
         fNGbHGzLENUHLvs8JXIl8K1wglQmt2+aFLC5tQrMMJZwRhb3Z1VG/rkhfjrISk4a5byc
         s0868L32R7vk9TlaAmAGvMQ3rrvF6sQL1O35cYXPPpcq1oj8dFur2r3o71Yzy4vC8kHa
         jFKgNzWaSe2wWtSf4LID7T4bynCMFs4NGNUXo3y91/zijR2utFsuCAV+0xsrZThluaZZ
         hjfaHuAiGlMbTsQFgSw+gH11ZRkUD2JenTtTK0f4QCoLMwL5t62BioBuRLB8xNCrjTc4
         fshg==
X-Gm-Message-State: AOJu0YzLFvH8eE6nhbtarUzzbJnpXZnMRmii5gtAjXFKSdEjDJNs7OB2
	UiGAsS8Mtm4T2Q4eI31ExlFibDm5cn1pPhI7AmLpa2e9N43CipQMvayd1PX3
X-Google-Smtp-Source: AGHT+IGG0VJtb5GZI0Qfa3cgk4dq3C6ah7Nl9JVQYNovElXX0FFGPICWLLw5RsSbrxXwSKHVjlWs5e8=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:52:b0:321:59e7:c5c2 with SMTP id
 98e67ed59e1d1-321839f14a1mr5284590a91.9.1754668600968; Fri, 08 Aug 2025
 08:56:40 -0700 (PDT)
Date: Fri, 08 Aug 2025 08:56:40 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140167
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5r4dIRRx-AW57GAscRx1J6cFz6cn1Y4T6ZCxW-3lcZD4u-67zq3lIY3NvsoeKK4zBJhSFWNty3ADU4Nb0JaH2huX_kOA8grlzXotJJfyovei1kfoBUbriiZLdTY5spT3J5oARythNsM0XH_Yvn1oEw7tPpq__jzLemAs4lOA4upG2513tc44H5Zust0sKgR4cMAjNVhJlNq8eW7eZaW0jqRAAvF_6XD1iW3kcIgdvyDkz0UqyvWaqHLriNU5MOhxBgqbVlWKY3s-eKMG1RFlLxeLoYumiyKuFuTdnCLQqJ8vU15j23WhiWkHDAuCoSxKX7ubTZ-C_elZ-N-ae1bOnImrAGe5peumi1D4Ft9kwLoKUE?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110509819-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: 23bc0434903a0000
X-Notifications-Bounce-Info: AWoTSIE6g_il8GiuMy85Myo9jPcr3lmZuhWv2N90uxr1VRBv_8kIh0X7X74-SHyrFRNxB7onTmMACiqVST8exoRyPAVtEco055LqwThOz2eU1Teo-51yS1B3p4XpKOSpRKMOaDlBaVG7LJ8teDQDqQQwo7YOwydXJ0XeyYtRRQgy9bBGLo3kOxuW6anpGq_mGPiRvMOEFC0HSCBaFrVpoNYAe4rY1L85ZCBe4HiDPdVQ68d_KhyNTFEDITfayfG_L6uqH3tSY9gVivmCLMXqlVhyVMx6a7j1TuzRK7iFnD1z_i0Mw6h1WxCbAdryFQwc874u4wtpN3CmtP1LqPg-0BwQRnKJpHPP13UeflbCwuupK8omUnPwIguXUgIWJ3RfHMnfZpBJRpJNsrJDXSzlN80BrozGekzN9yXniOrE_r4JsB3vaX8YeZRR9lcLoSuXWx928U6Evo3B8uxvkovYWAJrbEDMspJrYWihZ5OaD-X3d4nemGstWU8OgPrPOMMB2BvhJcQpgV-znN9NoUXPdGAvbwigkfKabvUapBB89j18t6kcUrbbvHzbcSVjrhHUA5kr7S1IMsEJG3POYazA9gcfsHZhc_8qav3uWvJF2fAU86_cm0O1RY6kr4fFtR1fblCVWN40LgpZAmPBGyVmaDTgD8rpkwdbLpwIhgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <dd9bada6fc6c755ca8608cbd9a8b357705c2f6f0-20189259-111085101@google.com>
Subject: 3 tips to take productivity to the next level
From: The Google Workspace Team <workspace-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000a8c7aa063bdc9e10"

--000000000000a8c7aa063bdc9e10
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpUYWtlIHlvdXIgcHJvZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNCg0KTm93IHRoYXQg
d2UndmUgY292ZXJlZCB0aGUgYmFzaWNzLCBoZXJlIGFyZSBhIGZldyBwcm8gdGlwcyB0byBjcmVh
dGUgZXZlbiAgDQptb3JlIGltcGFjdCB3aXRoIEdvb2dsZSBXb3Jrc3BhY2UuDQoNClRha2UgcHJv
ZHVjdGl2aXR5IHRvIHRoZSBuZXh0IGxldmVsDQoNClRyeSB0aGVzZSBwcm8gdGlwcw0KDQoxIENv
bGxhYm9yYXRlIG1vcmUgZWZmZWN0aXZlbHkgd2l0aCB5b3VyIHJlbW90ZSB0ZWFtcyAgDQo8aHR0
cHM6Ly9jLmdsZS9BTmlhbzVxZWQ3RFNucXExcXBkYjVQTXlzNFlqSWh6YXgtYW1teVA3SnAtaXBT
X3gtZ1E3VmxlNXFvR2JyX0dNTFZKd2NoZk1qeFZDR1IxY0hNY0xnWkF2X2RraVQxU1hsRnRhUmZU
T0M3OGpIenZxOUVlMTFfcTlvR1FGeUk1RjlGeFp1aFpMekRrZ3FrenNrZ29UTG5IbV83ZEcydG9Z
Q3d4ck9EUG9ZT0VwLXdwWS0wQjdUZUVBcjNscE9WTkJrLVRSdjRaRUx4X2VhVDJTOXgzWWExU00w
ZFE5ajdCd0pPZW5SSXgtYnhvR0U0V0RqRDJMcWFrLUpuTXRxbDZ1U1l3eHo2VVNMc1I0aXVHVXJf
NURES3FKZmQ1eUZIa2xva1pUbUtLTGpEdmdvOHpaSkRVRk10MExNU0tpdjdxVWhhVWxKUVJZYWN4
QkxfdUh3YUZSMVJKNC16SEZlNlRLaE1PNGFLTjhwNGlLTXRnbExvdz4NCg0KMiBXb3JrIHdpdGgg
cGVvcGxlIHRoYXQgZG9uJ3Qgbm9ybWFsbHkgdXNlIEdvb2dsZSBXb3Jrc3BhY2UgIA0KPGh0dHBz
Oi8vYy5nbGUvQU5pYW81cXVRektnN0ZOZDk4aXNMVFJaYlh2bUJ5ekVGd2p6ZE9OWWtlVlRhYlYt
NzQtQzN0cXZwQ0JiRUo4U3hGNmZyQlhUU2VwaHduZ19QLXZCZV8ya29DN210UnFxSERVamxCem5U
TU9mUXRvOWxTUE00Rm40YVJlSlEzYi1DSXRSQzh4MlZUOHFaUjU4N3g0a1pGT25DX1lhTmxHQ1Ju
cjB0LWMzd2swRmNEM1BFMWFLMllVNlB0ZzFrb0pMcXU1TWgtVWUzYTU0SlNaSF9HRTNpVGZnUDFx
TEN1cTZVMHhYTXFwWU1HT0JkdTJ3ekJCNWgybmRZb0FPX1pmdWJJTHNFMTEtc2J1TU5lWW4xWV84
M3lxR01OMzdHWDZTYW5LMXRjTEdUV0J4X1lFLTRkWTJtVEo1V2g2T3FlMXRoZUVkWG1pVzhxdmZa
Z2h2eG56aDlJV1h5RDRudGdKZnFnbmpyOVFod3c+DQoNCjMgUnVuIGVmZmljaWVudCBwcm9qZWN0
cyB3aXRoIHRvIGRvLWxpc3RzIGFuZCBwcm9qZWN0IHRyYWNrZXJzICANCjxodHRwczovL2MuZ2xl
L0FOaWFvNXA5LV9janJZSE5zMVNHdTYtRjdRWjdrUXRhV1M0MExRT0hsMVVFNmRDaXlLRjZnckJj
VFUtckp5VDd6Vi1kTWJiZE1zU0dFMTNhQlRnV2dEaGtGVW84RVlKMjlSZUZ1cWlLOVFKS1B5SGpE
UU95S3ZNTVNUMi0xM21vVjRuMDR0bUJUQ3NaSVlkZnRwZ1Y1TC1TTG4wZ0tEMzhOQ0gxdWZzeXR1
X3FFZmVxcG5jaHdVRThKUTByNUttUTdEVkhzWTBIdmRmT3B5QTROVy1DWS1Oc2oxbUxYOEZsalA3
SThqcG1Lek5aR0RqMHNFTkh5T0VuNmQzcVk1MHNCZDBFR20xcnVsaFZmay1JaUdmc0NGRUFuT29k
YWNOM0YzWmNLZ25WTDh0S3JHUmZGbW1XU2ZIRl9iWHZLVXJrdExKdldLeFVjbVIwV2dZSnNWMk1N
TUowdWtnOHlFbFlNUTNGSGxqcDJsYzBVNG1PZk5QNEw2TjBBUDNkYlBIVVJUWEh1VGV1dWc+DQoN
CkFkZGl0aW9uYWwgaGVscCBpcyBhbHdheXMgYXZhaWxhYmxlIGluIG91ciBsZWFybmluZyAgDQpj
ZW50ZXI8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwMVNfNktZeTVNdGp4QWdaTzRjMWNrZ3lxN0VCUHFC
a1VmUE54LVZjRG1ZSGo4MkNRNXl3YmN6ajE5QzZCZW5NNGVEX3UyWDV2QmkyRERsLVVnc1FibFBX
VFh0WmhtVDNNaldXUGU3LVB0UmFLZmJBUlcyTGRocjJNcVZxZTVDMXpoZ21kcFRKc3oxdzFUdzBI
dTBpcjZGWHJ0SkZHX2YwaWdoczh3aDZaejAzdlBMNzU4aElVMTBTM00yWTRQYXJvaWthVnB5djFG
YS1ybGwtZmJpUEY3ZFc5c19WNndNLTJoemVMQ3lNX1RJc2lfMzA1RGplM0haNkRvV1pnVUlMZ1hL
bDZ3NzU2UEtKdW9NNExrUTJlWVlpZmpmcGN3eWxLWnEtUk5wdUg4SWY3ODg2MkxGakx1VHZ5NkZN
dGFlS1VjWnpwd3k0Yk9sRm10SVk5M2dudC1fcHc+Lg0KDQoNCg0KWW91dHViZSAgDQo8aHR0cHM6
Ly9jLmdsZS9BTmlhbzVycDZsaHo1NGl0RXNLVkllQ0dWanUwbk1mOXhuX2poajRnQ2FNRFhpVzg3
azBlbC1BTW1OQ3NWVFFPZk5sMjlxb3hjTjI2YUZKUkZST2Z3OUloM0NjR3YwYWJfck9HekVMMVFD
cGcyTWdYQXZHRk5sMDUwVDktYXgtc2U0clZRQUx2Wk1BNkdJWC1ydkhtPg0KVHdpdHRlciAgDQo8
aHR0cHM6Ly9jLmdsZS9BTmlhbzVvMGhnTjhzWF9LNDJ2ZkM2YXpBSVA4Q1MzQkZhSlZaTkRjeXNm
YUt3c3luTmZhcTAycF9nWFhtcFhOenRKR3NUSUc5YzJ6b3B5S3l1TmNtaU14dWJoTzNPNEF4UlZV
Mlp2bzFzNkxxOWhoVUQxc29SRlBWMkZ0SXk5ZDFFdFQ4UTdvY3lmZXdvWT4NCkxpbmtlZEluICAN
CjxodHRwczovL2MuZ2xlL0FOaWFvNXBveXh3MVA4ZWhaU3BZMWh4TFJIeTIwM3FzX3JQcWZJckQz
TjhNTXE0YXF4T3B0MVVGenFhWFBLcFJMOU4ybE5XWU04a2s0MHdGLWRSYzRKdTlaQUpKMHBHQ0hy
UkZUTnpBbVpHcENSSldpaDZLSjJhRHU2RnYxMXdjcmpIQlVybHRIVFAzZHJsQnJrV0tzcjZUQllx
c09RUzBIX1hQPg0KRmFjZWJvb2sgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cnRaSzh5M2Z5WE1m
SlNFdHR0WVVqX3pqeWUzQXlTaFo0VmZrSV9WeVNlb3BwLWc3ZlZpQzNQNjc0THlaUHRLT2RZWWJ0
MFdfeUJGTzdDdHZnZmpqYjladUlLNVB6eXFENjZZTHNnZ3QzWHV3UUdFUU8ydGVreFYtd3ladlQ2
QVMzS24wM1dLb0NsOWFEc29MOD4NCkluc3RhZ3JhbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVv
TUpDV3E0TUFkUllBbEhPM2tJUzdZemMtV2lueDI3eVhvN3B4SUlCUmY0WC0yUnVoQUQ2b1NBd1Vj
OTJPQ09CNVU1RGxpSzQwTzE2Qm5RLU55c2drVE41aXE4VWwzMzY5enlkWXphZWxQa2dacmR5NER6
SEhic3hvYXZ2RnZrQ0JOaTI0VHRaQ2M4VG81cUcxaFkwbz4NCkdvb2dsZSBMTEMgMTYwMCBBbXBo
aXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNClRoaXMgZW1haWwgd2Fz
IHNlbnQgdG8gc2VydmljZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5j
b20gIA0KYmVjYXVzZSB5b3Ugc2lnbmVkIHVwIHRvIHJlY2VpdmUgbmV3cywgcHJvZHVjdCB1cGRh
dGVzLCBhbmQgdGlwcyBhYm91dCAgDQpHb29nbGUgV29ya3NwYWNlLiBQbGVhc2Ugbm90ZSB0aGF0
IHNvbWUgZmVhdHVyZXMgaGlnaGxpZ2h0ZWQgaW4gdGhlc2UgIA0KZW1haWxzIG1pZ2h0IG5vdCBi
ZSBkZXBsb3llZCBieSB5b3VyIG9yZ2FuaXphdGlvbi4gSWYgeW91IGRvbid0IHdhbnQgdG8gIA0K
cmVjZWl2ZSBzdWNoIGVtYWlscyBpbiB0aGUgZnV0dXJlLCBwbGVhc2UgdW5zdWJzY3JpYmUgaGVy
ZSAgDQo8aHR0cHM6Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9jb21tdW5pY2F0aW9uLXByZWZlcmVu
Y2VzL3Vuc3Vic2NyaWJlL2d0L0FOaWFvNXJJSjJYMGVXMUU5MXo4d0FqMmFsLUlfZ1FQQ09GMWNs
c3h6ZFpReVRkWnN2Ujc5Y2ZRTE5XTjl4eGljVDB6UFg5S2lUUkpYTnhzMFFCclo0R3JjNVFPc2Z0
VzF1cjN4M0NWUXF4eUtDXzRFZWMzWWgyU2o3RmVOR0hpeXBlYnVra0VEcHZZWFZBU2lKVW9IWmZF
eVlNb1ZGeVdVR0xLZFRfNXdVdFN0Qk0yVVNIb29MVWpLZXJtVDh1dWxHbHdHTFM3SkFDaUt1eGVL
clBBU2dWdktLLUlGdEU0QThSa0VXVlI5cFlyb0l2RUpaOXplbTJDd2wxcjN2SjhDSWRva3V6ZXpZ
cXUyX1dUaUN3Z2E5VDFmZWt4SmRnME1HdFR6bWxuSWlnNmRGMDJobEdiSk1mUUgtY2p3RC1uTzlG
RE0zSVBFa2ZZS2xxUjNhczBZWURDOHBVd3dpLVQyVjBQWDdyZ2FFNV9PZGhOP3V0bV9zb3VyY2U9
Z20mdXRtX21lZGl1bT1lbWFpbCZhdXRvPXRydWU+Lg0KDQo=
--000000000000a8c7aa063bdc9e10
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>3 pro tips for productivity</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->
 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:18px; padding-bottom:10px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Take your pr=
oductivity to the next level
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px">Now that we've=
 covered the basics, here are a few pro tips to create even more impact wit=
h <span style=3D"white-space: nowrap !important; direction:ltr;">Google Wor=
kspace</span>.</td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
19px;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:19px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files//g-suite-end-user-adoption=
-email-8-new-transparent-w1578px-h860px-2x.png width=3D480 height=3Dauto al=
ign=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Take productivity to=
 the next level" /></td>
</tr>
</table>

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top:24px; padding-bottom:24px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Try these pr=
o tips
    </td>
  </tr>
  </table>
   =20
 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   1</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5ro79gzeCP61ovrrdt918y1n6pm0XJ1O-s=
5grrK2L_wXRN8Ps8l75ZkOMta1kegVxRYm0lV-Iw0aWc_EPLMzEvBtrGpnfK0Se-jz2UZoeKc9P=
o_D7i-1n_fdkEX0tTZMSBzVNXWRGnhKycOj6goXszUECmankmlttGQIewNkLtGA4y2eFvEoFx_S=
GTTcZoEc5O-7pLfgyJIvinn5LKG7eUSloGL6XSUlgXxdEdWF2Zg4QGK2-so3F6n6FmAdWlLWszF=
jtvVDIws8JpHz-cVRFQXbUAMYB_dWdRr_dCtQMgAs2dIbchgK0_8UMplXEoYqF_eEXm2nvvQi7Z=
npBCEwKNd5-yLql2N__ce9o24pl2ryIkUWA class=3D"" dir=3Dltr style=3D"font-fami=
ly:'Google Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:=
24px;letter-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-=
adjust:none;text-decoration:none;display:inline-block;" target=3D_blank><!-=
-[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Collaborate more effe=
ctively with your remote teams&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5ro79gzeCP61ovrrdt918y1n6pm0XJ1O-s5grrK2L_wXR=
N8Ps8l75ZkOMta1kegVxRYm0lV-Iw0aWc_EPLMzEvBtrGpnfK0Se-jz2UZoeKc9Po_D7i-1n_fd=
kEX0tTZMSBzVNXWRGnhKycOj6goXszUECmankmlttGQIewNkLtGA4y2eFvEoFx_SGTTcZoEc5O-=
7pLfgyJIvinn5LKG7eUSloGL6XSUlgXxdEdWF2Zg4QGK2-so3F6n6FmAdWlLWszFjtvVDIws8Jp=
Hz-cVRFQXbUAMYB_dWdRr_dCtQMgAs2dIbchgK0_8UMplXEoYqF_eEXm2nvvQi7ZnpBCEwKNd5-=
yLql2N__ce9o24pl2ryIkUWA" target=3D"_blank" style=3D"text-decoration:none;p=
adding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Collaborate more effecti=
vely with your remote teams" width=3D"24" height=3D"24" style=3D"width:24px=
;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
;padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5ro79gzeCP61ovrrdt918y1n6pm0XJ1O-s5grrK2L_wX=
RN8Ps8l75ZkOMta1kegVxRYm0lV-Iw0aWc_EPLMzEvBtrGpnfK0Se-jz2UZoeKc9Po_D7i-1n_f=
dkEX0tTZMSBzVNXWRGnhKycOj6goXszUECmankmlttGQIewNkLtGA4y2eFvEoFx_SGTTcZoEc5O=
-7pLfgyJIvinn5LKG7eUSloGL6XSUlgXxdEdWF2Zg4QGK2-so3F6n6FmAdWlLWszFjtvVDIws8J=
pHz-cVRFQXbUAMYB_dWdRr_dCtQMgAs2dIbchgK0_8UMplXEoYqF_eEXm2nvvQi7ZnpBCEwKNd5=
-yLql2N__ce9o24pl2ryIkUWA target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Collaborate more effective=
ly with your remote teams" width=3D24 height=3D24 style=3D"width:24px;heigh=
t:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
 =20

     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D"border-bottom:1px solid #DADCE0;;padding-bottom:16px;padding-top:16=
px;width: 100%;mso-margin-top-alt:0px;mso-margin-bottom-alt:0px;" width=3D1=
00%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;" dir=3D=
ltr>
   2</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5rHJxj0o33h5uj9aFuRUJB5ylvNLVgF1dp=
_I3cTQvTanI9i6vzp8nvKwsDoMxicBKMKQb60oRsHMRLgIq3yMIOaB6S47--P1ubpJbouiRUL8c=
9ys-Cr4Z2xyzZXd3g37zF0gQNbFrWZ9vx_KqMrro3zY8IK0s_lITjI0LkXSq2LN9s6yxdOPG_D8=
7e1JON_qF_ELLz42D5X8mDbflgGOtf4LqKfEv9S6EkSl7CQXQWR74ITpa-5Rsuc4s_YJRyHjBCL=
CP7SzikeirFq0EbKnFJIhDDqOeVK-nZ94q-jagrO6OC6Cu4daK8qxlQG78qHCQNtIMkgWZKCG2N=
YMC59l_O-CYg_KfufAFOaaZLz class=3D"" dir=3Dltr style=3D"font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif; font-size:16px; line-height:24px;lette=
r-spacing:0.1px;color:#1A73E8;font-weight:bold;-webkit-text-size-adjust:non=
e;text-decoration:none;display:inline-block;" target=3D_blank><!--[if mso]>=
<font face=3D"Arial,sans-serif"><![endif]-->Work with people that don't nor=
mally use <!--[if mso]><br /><![endif]--><span style=3Dwhite-space:nowrap;>=
Google Workspace</span>&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5rHJxj0o33h5uj9aFuRUJB5ylvNLVgF1dp_I3cTQvTanI=
9i6vzp8nvKwsDoMxicBKMKQb60oRsHMRLgIq3yMIOaB6S47--P1ubpJbouiRUL8c9ys-Cr4Z2xy=
zZXd3g37zF0gQNbFrWZ9vx_KqMrro3zY8IK0s_lITjI0LkXSq2LN9s6yxdOPG_D87e1JON_qF_E=
LLz42D5X8mDbflgGOtf4LqKfEv9S6EkSl7CQXQWR74ITpa-5Rsuc4s_YJRyHjBCLCP7SzikeirF=
q0EbKnFJIhDDqOeVK-nZ94q-jagrO6OC6Cu4daK8qxlQG78qHCQNtIMkgWZKCG2NYMC59l_O-CY=
g_KfufAFOaaZLz" target=3D"_blank" style=3D"text-decoration:none;padding:12p=
x 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Work with people that do=
n't normally use Google Workspace" width=3D"24" height=3D"24" style=3D"widt=
h:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px; ">
  <a href=3Dhttps://c.gle/ANiao5rHJxj0o33h5uj9aFuRUJB5ylvNLVgF1dp_I3cTQvTan=
I9i6vzp8nvKwsDoMxicBKMKQb60oRsHMRLgIq3yMIOaB6S47--P1ubpJbouiRUL8c9ys-Cr4Z2x=
yzZXd3g37zF0gQNbFrWZ9vx_KqMrro3zY8IK0s_lITjI0LkXSq2LN9s6yxdOPG_D87e1JON_qF_=
ELLz42D5X8mDbflgGOtf4LqKfEv9S6EkSl7CQXQWR74ITpa-5Rsuc4s_YJRyHjBCLCP7Szikeir=
Fq0EbKnFJIhDDqOeVK-nZ94q-jagrO6OC6Cu4daK8qxlQG78qHCQNtIMkgWZKCG2NYMC59l_O-C=
Yg_KfufAFOaaZLz target=3D_blank style=3Dtext-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Work with people that don'=
t normally use Google Workspace" width=3D24 height=3D24 style=3D"width:24px=
;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>


 =20
     =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 sty=
le=3Dwidth:480px width=3D480>

          <tr>
                  <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 style=3Dwidth:100% width=3D100%>
<tr>
            <td class=3Dmob_left_right_spacer style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>
             <td style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
">
               <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 s=
tyle=3D";padding-bottom:16px;padding-top:16px;width: 100%;mso-margin-top-al=
t:0px;mso-margin-bottom-alt:0px;" width=3D100%>
<td class=3D"" width=3D24 align=3Dleft style=3D"font-family:'Google Sans','=
Open Sans',Arial,sans-serif; font-size:28px; line-height:36px; vertical-ali=
gn:top;font-weight:normal; color:#202124
; padding:0px 0px; letter-spacing:0.1px;padding-top:6px;width:24px;mso-marg=
in-top-alt:10px;mso-margin-bottom-alt:10px;" dir=3Dltr>
   3</td>
 <td bgcolor=3D#ffffff style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 background-color:#ffffff; padding-left:15px;">
            <a href=3Dhttps://c.gle/ANiao5rEPN8uWI-S-926W9ia3Mk8LrvI6-nP_kH=
QXfFDNueRZrU_1r-c9BwjZn7N965vcR0iXYWUAXUNiaL4_pNydEVXPO68jVsCYW4ti28Gg7InqR=
hec8udfUIHze8M8VxKjOSgo035ILjkYMV3UNdt-PAcje3Z_Fvg8l7PKRfqXQL-TtTqRkzHxfn-E=
ZPuiloM8xt9TiT8KDZfGX7K_YPKjFYUmpSQbx2FStCOegOlWCo4l63MhKAEDHXdUy_qQdFTiZ04=
tKKo_3pQKJp8Zi15MCNwoBKLujBfOxsmQK1MeRRYUD2k9pK0tv17V7C-saKuM_t5zyHcwDztm5Z=
8URps4uGYqUl9_VO66uO8Vdb_whVqiCEX2FHkB9Z1M019m-AhbqdaQQRs class=3D"" dir=3D=
ltr style=3D"font-family:'Google Sans', 'Roboto', Arial, sans-serif; font-s=
ize:16px; line-height:24px;letter-spacing:0.1px;color:#1A73E8;font-weight:b=
old;-webkit-text-size-adjust:none;text-decoration:none;display:inline-block=
;" target=3D_blank><!--[if mso]><font face=3D"Arial,sans-serif"><![endif]--=
>Run efficient projects with to <span style=3D"white-space: nowrap !importa=
nt; direction:ltr;">do-</span>lists and project trackers&nbsp;</a>
      </td>
              <!--[if gte mso 9]>
                         <td class=3D"" width=3D"24" valign=3D"" align=3D"r=
ight" style=3D"vertical-align:;width:24px;color:#202124
;line-height:19px;padding-left:10px;">
<a href=3D"https://c.gle/ANiao5rEPN8uWI-S-926W9ia3Mk8LrvI6-nP_kHQXfFDNueRZr=
U_1r-c9BwjZn7N965vcR0iXYWUAXUNiaL4_pNydEVXPO68jVsCYW4ti28Gg7InqRhec8udfUIHz=
e8M8VxKjOSgo035ILjkYMV3UNdt-PAcje3Z_Fvg8l7PKRfqXQL-TtTqRkzHxfn-EZPuiloM8xt9=
TiT8KDZfGX7K_YPKjFYUmpSQbx2FStCOegOlWCo4l63MhKAEDHXdUy_qQdFTiZ04tKKo_3pQKJp=
8Zi15MCNwoBKLujBfOxsmQK1MeRRYUD2k9pK0tv17V7C-saKuM_t5zyHcwDztm5Z8URps4uGYqU=
l9_VO66uO8Vdb_whVqiCEX2FHkB9Z1M019m-AhbqdaQQRs" target=3D"_blank" style=3D"=
text-decoration:none;padding:12px 12px 12px 12px;">
<img src=3D"https://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption=
-icon-right-transparent-w48px-h49px-2x.png" alt=3D"Run efficient projects w=
ith to do-lists and project trackers" width=3D"24" height=3D"24" style=3D"w=
idth:24px;height:24px;" />
                            <![endif]-->
                            <!--[if !mso]><!-->
<td class=3D"" width=3D24 valign=3Dtop align=3Dleft style=3D"padding:0;vert=
ical-align:top;width:24px;color:#202124
; padding-left:0px;">
  <a href=3Dhttps://c.gle/ANiao5rEPN8uWI-S-926W9ia3Mk8LrvI6-nP_kHQXfFDNueRZ=
rU_1r-c9BwjZn7N965vcR0iXYWUAXUNiaL4_pNydEVXPO68jVsCYW4ti28Gg7InqRhec8udfUIH=
ze8M8VxKjOSgo035ILjkYMV3UNdt-PAcje3Z_Fvg8l7PKRfqXQL-TtTqRkzHxfn-EZPuiloM8xt=
9TiT8KDZfGX7K_YPKjFYUmpSQbx2FStCOegOlWCo4l63MhKAEDHXdUy_qQdFTiZ04tKKo_3pQKJ=
p8Zi15MCNwoBKLujBfOxsmQK1MeRRYUD2k9pK0tv17V7C-saKuM_t5zyHcwDztm5Z8URps4uGYq=
Ul9_VO66uO8Vdb_whVqiCEX2FHkB9Z1M019m-AhbqdaQQRs target=3D_blank style=3Dtex=
t-decoration:none;>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
icon-right-transparent-w48px-h49px-2x.png alt=3D"Run efficient projects wit=
h to do-lists and project trackers" width=3D24 height=3D24 style=3D"width:2=
4px;height:24px;padding:12px 12px 12px 12px;" align=3Dright />
 <!--<![endif]-->
</td>
                 =20
                 </td>

                    </tr>
                </table>
            </td>
                           <td class=3Dmob_left_right_spacer style=3D"   Ma=
rgin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 width:32px;" width=3D32>&nbsp;</td>  =20
  </tr>
     </table>
   =20

 =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
                  <td align=3Dleft class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:0px; padding=
-bottom:0px;letter-spacing:0.1px;padding-left:32px;padding-right:32px; colo=
r:#3C4043; padding-top:31px; padding-bottom:40px; padding-left:38px;padding=
-right:38px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Additional h=
elp is always available in our <span style=3D"white-space: nowrap !importan=
t; direction:ltr;"><a href=3Dhttps://c.gle/ANiao5pFchG8S5hA2C3d1tOxiDt8rveT=
fNAdCIQZmMaDDhsm1stZyWA1TYI0tQaRSnk8CyRxMS0WRr8c-6w2sX6QKPI8Qth_v56vyKhrIa3=
WAFBvJAmeFt597C5jO0bDLZUVxLaGEEkf56dGwWaBXKt9JXC2a6PeqEDALad57t-7PCTctaP0Zp=
14P3e7hEbYSthgTFgB7NgFBhmiqAtJ3Hy-Uot6zIPmjHQdNN6WR2cm1LVk-1OiFBWWv2l6TRBZo=
g1LMZ34BvmtCJFTPhBUP79BuHO-V7tpybTX7kAXFwqAcovmtZNRS1tq2R2yfwg5dZne6QCGbweC=
vZUQ0DnL9Ij-t4H64eNxww style=3Dtext-decoration:underline;color:#1A73E8; tar=
get=3D_blank>learning center</a></span>.
    </td>
  </tr>
  </table>
 =20

                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qa-3ov8yDN4soIDCYLsZBAgr1YY_qQ0SUv2Yv=
sN7iKjl8T9huakcrXnreEOet_Bvs9e1Xft6WEsXlcK0qiY0XpEBcPPLvfIEa8zyY8KGCOkxbJH4=
wT0RZFIas8fxzDGriPJK90OiqgrsJ70-o target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5psN3rPsZg3yoZC4Ya2Vh16sWApRgFnsALLpPc=
F1gZ33EyhhVaehb6Mv2tu36_MPoTFYbhFZDlf5rPCZyjvMpB7xKSAVj_c-SBiqWDO7vtTRJGKVy=
xq4MphVpY_rqRjQlTesVwfSXC34Q target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q-IjegDxKnPAy1KG3C9Ufas8iamPSlYFy-slj=
p-Tv3NO6_5S5dM2hL5bIRfRXuFlndNiwWjA7isQThAcCpSY4K63IOJA0agt9isbUTlmuHPlDe-X=
kPyHZdTqmWoiIRYD90T40QX5OqzxDcpKdKXjbfwxJpKYs54hA target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oKfQv4byOv2jaY7lRutFA2zhofZ0CNm5FkNIG=
gsVDdEBK022Z_CCNkpJRTlMb2kOZfPhD-ocr4IecYm2rSzIo_-wpLsjpC2Ud7vnVY6E48f22eUw=
G8MY42bLVTXp0IkgxOpAf7YeJ3gwlKtKLntQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qvR6pDmuXZGwjvyg67sW1FeKznjqC8w_ptBve=
VbkinbKA-zorWsRuyAGW92k-py6dFjWuWmaYBD1rmYUr-FcBGlUPpWVmBsgCTAtxbabFpeMm26s=
N0ABqFj8lHs1k0bcyPcC5iA9fOR31XSFqc1WNaSA target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to service@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5r4dIRRx-AW57GAscRx1J6cFz6cn1Y4=
T6ZCxW-3lcZD4u-67zq3lIY3NvsoeKK4zBJhSFWNty3ADU4Nb0JaH2huX_kOA8grlzXotJJfyov=
ei1kfoBUbriiZLdTY5spT3J5oARythNsM0XH_Yvn1oEw7tPpq__jzLemAs4lOA4upG2513tc44H=
5Zust0sKgR4cMAjNVhJlNq8eW7eZaW0jqRAAvF_6XD1iW3kcIgdvyDkz0UqyvWaqHLriNU5MOhx=
BgqbVlWKY3s-eKMG1RFlLxeLoYumiyKuFuTdnCLQqJ8vU15j23WhiWkHDAuCoSxKX7ubTZ-C_el=
Z-N-ae1bOnImrAGe5peumi1D4Ft9kwLoKUE?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--000000000000a8c7aa063bdc9e10--
service/cur/1754373449.M539993P4142408.premium320.web-hosting.com,S=24657,W=25434:2,S000064000000060121151007557640020701 0ustar00Return-Path: <3SJ2RaBcKABUwFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id aJ0WIEmdkWhINT8AVkXPrw
	(envelope-from <3SJ2RaBcKABUwFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 01:57:29 -0400
Return-path: <3SJ2RaBcKABUwFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 01:57:29 -0400
Received: from [198.54.122.200] (port=62893 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3SJ2RaBcKABUwFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com>)
	id 1ujAfx-0000000HQ6F-1XWY
	for service@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 01:57:29 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=fRFzA+oj;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3SJ2RaBcKABUwFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3SJ2RaBcKABUwFD38zDDAC9036z-89CzA6J19916z.x97@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx2kw5d9gzByqQ
	for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 05:57:28 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-71a4742ddf2so60697207b3.0
        for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 22:57:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754373448; x=1754978248; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=tVwkHVsynj/CfOLWtRO1XiG9zTm4CTizR6npvBywK6A=;
        b=fRFzA+ojMGjFHb+bBH3E5475urZu620tL6cXcwuJDUNH5fE8JTXbGNz0X2RpkjgVrX
         eT73B8vFHuLP4oZGf/qSbxlAPQCm55wzt6pInJeqNdt/oe6VBapxKtn/LJM7hmS9bpYU
         pOqWpZbMW5a3K8ATi0Wctl+BkqZJn6JTYVn6HM72KHcXKR7uq6Tm0K8mICNC5ySOu3MT
         SZGD9Rg+Q8WE4tzxphxPoIOXSZQw5EPQNRYNqat9XXa4SIPT6k3IxICzmcQeWT7/dHC2
         yy7Al+TsOYHCbcS1M/8MJHTPNkrRpcP0wnzyoYaERHQhhgDFYTNo/atitP+7tuELuYgm
         nc2Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754373448; x=1754978248;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=tVwkHVsynj/CfOLWtRO1XiG9zTm4CTizR6npvBywK6A=;
        b=oegJerToZr7ShQTgjU8up//UP2YRFYbvQpFu9Bsm0RgrH8Qb9GfNwsHyZ/oJUHwGD8
         s7nLOVwHfm+vs+P+1e2lBqmLkcNWyeYQ9gDpuGUG0DVTbgWl2zI6QEp+kMalbsCDRITy
         ygo2E1OJL81nZawjJ7tWLZL+NexJkLL5dqxWbvChUjZ+qD79QO4SLH2gebUs1b6Su894
         tkVVIW1JavcIVcpEJObsCGC/txZL5jrftrDG+f+3ykDmEjEaDN2seG013iBGdHqqZ2za
         +MH4e2QUmDlctANvD9XWiLiFw7+2gDrWxxyizpPOj18ca4/3wKB3jaSsy7Nx+CSiBsp4
         TBXw==
X-Gm-Message-State: AOJu0YxLiL0RsM/atNEjf1z982crCjuVLEsa5XaDOaqRqEujwAt07284
	HhrE/kBuVJVvoiMm4VZbecXof/L8p4MKCoS6pq55zhESz3rzoghypVa+CCDJ
X-Google-Smtp-Source: AGHT+IEfy51MERNeQ2PCSch3RA1bxKl4UYf6rJiVH0JGdSHbeovqNz5/g/gOZjkEYVTQdXgNEapX4hw=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:dd3:b0:719:f77b:9395 with SMTP id
 00721157ae682-71b7ef23ee6mr150387207b3.1.1754373448369; Mon, 04 Aug 2025
 22:57:28 -0700 (PDT)
Date: Mon, 04 Aug 2025 22:57:28 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: e1f80b4983ea0000
X-Notifications-Bounce-Info: AWoTSIHUUvunOAmBR_9W6FuKMpwgUTvuRVRU4tVhXAPD65-L75DS7asI6FGKAw-_GuVggx3fwc2TMFfm5eEddgQdnmaOm9svtBDSzxj4mkASOqmu2PjfKQZ8Rk1hg3KmH8Xk7Chy5R5k0-3z9IHVpATP8hBAlw9LwaUjEXAbzUbmfmXSeJe3rkeVWTce9LRIx0c7SLh9Kf9eZsiC1VS2IzMxBU1y6aSgmZiQK1prr9H5k4ycwJTu8rpIriXbQU4R0jvnGsFhP7n-BszbSf5t-W4wyEyct93EEM8OxG3gJ9tUramuFXyVAeSXzFW7NY8futI86K4roIw3fFattT5ykBp9r1FOKHOuWkhnVLQn5hNwZCwhlz7VZ3CCsqo1pxZURaI8OwS8Du7nzBnoxyRT_tjYzkxbSvx4bth6Ld4joML1BSAb1h7JMSW7sADmVAmpEevk3GbKjqQiNVqtq2ST_aTEhZkqY7t6UVmoCHJNSso6UktLrt8yhalfTJRHiFmIXsxU8Ps4Z3aldna4di5RveU9oS4tvSGOAh_s60KNDDem2BN8laY5t9Pp2IrhHMBfnY1mG-y_H-56QklN6grgWyeVSVl48Da0GUhUEmfTd97QEXCFitAiJpC7HipzFHiyKd4NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <617e15ecfa94936da2c69656677b78adc983e6e0-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000318648063b97e6f7"

--000000000000318648063b97e6f7
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/3338926753958363853/profile?trk=https%3A%2F%2Fc.gle%2FANiao5puagrKlii14lLP7YY81S14p9olGMSjXmr3TSvILucro-3adfpnW21Ksl-EMlRBeGnMlNDyZuydDS6BMWAyrN4RCvC05GDrwTLYEszkUOTjJ2l3t9TiEoUQni0>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5pW77KLLdeq6XqLBnnhJmosHQlj9MLhDvDh9w1-b_GjuYVS-5P4GDkLAh5ZOhxfC18ojhoVYKYE-hCQwmmg6cMPKX43zCtIhs-YryIu05PIpRsBmjxxvX7Uw2qIWxTnBQ5641INo6OX5rlZgTBRJdIETZej1AqBiLBGsZlY7LY>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5pxd7ANp5lx8CAo_mgImLzz2MV9uw511zQ-0AG8ITjigx77CyZOs8ex9O-e_dfG74uFNQvkOiHqOJHTWqb9aZRFYc3rYenm7VSS_FTRyzsMovEsnM-B0Avc_BWUi4dmF47yS-nPxybY-apMIMsa9RgSTfZbVB6D9bcC8MZNO3xthrUMYallrysC5DQFI7qf5Jp5J80WBSDnUgVVJ_VS-VUz7mn3_jW5zRirk18Pxg>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pd9qIhTIeQkUEoIMpPAXx-ocKv8Yc4icsVebRz6w-ENfTPMPEO-yomKEuttxnb2qvi2ZLpX-F-MaELPb8eDLsmxkcqKoZNA1woES-e-FP39geUSf3QBTN-ykbTb3N1SVv3fJQ>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000318648063b97e6f7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5pNupjAr0O6wbiCzo_SItTLnyePb=
rMK43IYAfzXFzno_e5k1NxqV4oal2zcYDxi7fcnMkCWK6nlBnHOsgoK9_QOpzQLYeSQ5coJNWyZ=
Cs2SbzhhLSbl-ucktIEfAK5nKL8gEWdDRhDDp_LuYKK1iPvHqbm04w3AwkkZJdTd0pkIp5vrdpX=
hj04TkLROlflELlNDNqPggsnIi5r23Did-8WC_7lQxsk0RRkNIu8clnJz>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/3=
338926753958363853/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qoaRS0Czc7cUp_=
d5b2i30P8MIlhfyaCRsGwIzbs5r6dI0Zp6qq7iP-tlhxcsX2x33zKuVKmB9-EGaTL8ThwtAf8Vf=
EpaTIb0Vo1jS2wMC4WOwP2lUZ1H2beG1oDg target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan>, your Business=C2=A0Profile has been suspended due to policy violation=
.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5oJHJEo0qj-ZHzE84dH5MX1oZ=
ac_ZcZWu1ZKowCMEyBl-fvmi_ujK46dVaBwlORpc5drGfG61IWohyzsLq88Gk2WAyPakR1YYnA5=
sXCOu735poHCs9PWBx2lrAPYuB4ru-GKiclw8aO-d0AgpK1TwUYuJ4GNMdYMtku3cM19TpQ5w t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qdt7T7R0p7il6XiBDz47snl14tABwWSH2nko82BKXcf9I=
TNWjQSuZ-q84xZ-4iBrrUr9RTmBGwMtjbuzbTkpwHwm5AQPbZ65qY_UkUtI6A8tQTFsssCVa9J9=
uUf2onV94td_2vxgEtD8KgQXRu1PDtdcQsOux6Cs0EXZRtZBiaqs-67pUeMbd6xLOTxMxoYnp1j=
nipNsCc_37E-qssmRiC0yvnRp2xHX0Gi6aLf09P target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5qdt7T7R0p7il6XiBDz47snl14t=
ABwWSH2nko82BKXcf9ITNWjQSuZ-q84xZ-4iBrrUr9RTmBGwMtjbuzbTkpwHwm5AQPbZ65qY_Uk=
UtI6A8tQTFsssCVa9J9uUf2onV94td_2vxgEtD8KgQXRu1PDtdcQsOux6Cs0EXZRtZBiaqs-67p=
UeMbd6xLOTxMxoYnp1jnipNsCc_37E-qssmRiC0yvnRp2xHX0Gi6aLf09P target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qdt7T7R0p7il6XiBDz47snl14tABwWSH2nko82BKXcf9I=
TNWjQSuZ-q84xZ-4iBrrUr9RTmBGwMtjbuzbTkpwHwm5AQPbZ65qY_UkUtI6A8tQTFsssCVa9J9=
uUf2onV94td_2vxgEtD8KgQXRu1PDtdcQsOux6Cs0EXZRtZBiaqs-67pUeMbd6xLOTxMxoYnp1j=
nipNsCc_37E-qssmRiC0yvnRp2xHX0Gi6aLf09P target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oO5PfwC7XLyDHW-TU96aeeC-pmIr3vQcLTT98kk5n_Vt=
cyFfUQRAs_e2E_BgYKqIPsv91d2rYsGGKDN3mdgXorTxJG9RpXbzxNLY53MifxofdPcNkvm1oS8=
-QbgioBLv3OQZf29g style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pbpAOkkCiIU80Ei4MNpCy1Ex77NaUGG4KzIiRPV3_Zmg0_r5UXig_gAGju_Rs21D=
NQ3FX99KCFrUr7LVkYlSyq-43mVsfwKx6m_ODRVEoLI7tNmbC5CxqEEMEhekXTka5wtg.gif></=
body>
</html>
--000000000000318648063b97e6f7--
service/cur/1752996022.M637431P681278.premium320.web-hosting.com,S=31360,W=31954:2,S000064000000075200151007557640020605 0ustar00Return-Path: <3tZh8aBcKACQGOOGLEWORKSPACE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id WF/hJbaYfGg+ZQoAVkXPrw
	(envelope-from <3tZh8aBcKACQGOOGLEWORKSPACE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 03:20:22 -0400
Return-path: <3tZh8aBcKACQGOOGLEWORKSPACE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 20 Jul 2025 03:20:22 -0400
Received: from [198.54.122.200] (port=49669 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3tZh8aBcKACQGOOGLEWORKSPACE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com>)
	id 1udOLP-00000002sPX-0LFp
	for service@24hourwaterdamagerestorationlongisland.com;
	Sun, 20 Jul 2025 03:20:22 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=SjCo8U3d;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3tZh8aBcKACQGOOGLEWORKSPACE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com designates 209.85.166.69 as permitted sender) smtp.mailfrom=3tZh8aBcKACQGOOGLEWORKSPACE-NOREPLYGOOGLE.COM@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4blFKx5RQVzFy3b
	for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 07:20:21 +0000 (UTC)
Received: by mail-io1-f69.google.com with SMTP id ca18e2360f4ac-86d1218df67so341913039f.1
        for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 00:20:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1752996021; x=1753600821; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ucBBWdbKRd6NQiYPfwj/cb7J7qe5XlOyjuLAxBTTdKI=;
        b=SjCo8U3dwMC404IC5wJpfIiw/JyGhaWtK50TtsWVmdDd7QKYeOYXRZzxTy68gUWtCl
         P41isf4Jm8bsJk6C3C45Ci2qnw7rrIzMVP94uIo0RWgYQ5Pkietw61wZKhrtp2UcV1wX
         yzvmtm/5Sfg3ouZ9Rr2AOUEnvha4eNtinihWMQSDWMTgr/3J2EzB/pRrWaRwZJ2sNigk
         428TNN+wURRmeMeEMdeQ3H0OXgLGeG/TEZAaOfXu6TLmvvDmheo449MNjbsi5KzcMGcU
         8tlEwRsbrkf5e6BQ1yy/c0GSF+gaXrg94jjn6dEEyj2UPnPWJBQubZx8K0dvqFr2VNqj
         e6XA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1752996021; x=1753600821;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ucBBWdbKRd6NQiYPfwj/cb7J7qe5XlOyjuLAxBTTdKI=;
        b=CR7SmXL9UmyGZQ/7UYzLJqi8F3aH6UIXklNC0Xn+vZfiSHb6SMf5d4IhI7UNBUNpX2
         qVmKuKXdU+Y5HlYMKfbD+BUbsPdTrOG3NRQdQM0eH3GqSnO+cs5B5PcTf6b0swvz9HH3
         qknGIc3GCj2HVOaEd9bzY1UpBNzPyb6EafFDwqKAgVRURrTACP3ePEvFoufEliKOigkW
         KPKhxk1DD4JruLnLcI7pLEcAYS0p2uI8wGIBfiZFnbPLX6fzQQ0rJaX68frWzVtBrv/o
         +SGinow3YKKnniOmu1o7Trs/42bB4GPAOjWv3OmBvxaGpdzTCmzX1PqZoE8nppWjYzmk
         t7LA==
X-Gm-Message-State: AOJu0YwA35rlh2nIPeuXIUIICVAgSBm9OE6lRJuWSlG2Usnt4deMoX2G
	FjstV/yFZXpw9pTTOKn4agau3LerYDQWX99R6FKBvLZkea2ZQYA=
X-Google-Smtp-Source: AGHT+IGFU7I4gx88MkSRB8cHNRWWcYlkgGzjvDBRQKs69UcSWmQwJwhznc9BkkaczI+FSHSLnUzjLhA=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:2dc6:b0:87c:d3b:a358 with SMTP id
 ca18e2360f4ac-87c0d3bbe1fmr974821739f.8.1752996021281; Sun, 20 Jul 2025
 00:20:21 -0700 (PDT)
Date: Sun, 20 Jul 2025 00:20:21 -0700
Reply-To: Google Workspace <googleworkspace-noreply@google.com>
X-Google-Id: 4118893
Feedback-ID: P2542-0:C20184961:M110499870-en:gamma
X-Notifications: 293f750e955a0000
X-Notifications-Bounce-Info: AWoTSIG8zZD7wCUDmLBUUsyXa4tyhqPiCIQps3BRMbXDNN4LfERplVoqXjfS_7MlyKga69RhzngQnvn6-2ldeBM5ooS5tRP7OF7MyyxgiH_Gz8ROvmbilq3x88U9IXDTHbPflrE3rGLVfstTterwL4l0quiVCdiwd8Wb0Wet3KaHAtoxPe-1qE9a7tJ4STTNvu67j9BSGWAdH9ZbdRZrQWrDA6F8Y0SeTN9RqS9S5XUY_hjCA1r0IJnYBw5Ar0i8bN0_xLjPQH20S0i6llYl4gyUE2TCBF6IqfUQ3KFgGOBdmnUqGRLpq6SrWacZvMiui4o8w-TDGJXAA2GZ_vlxDZtIs8dhcvw6If999Vse3dkRMEEL266j5e7YRGbw57oiAwdhyGvZU6TZr0hvhQZJVUzk7reZ01mMFUc96GRJXu-m_BZuAd_3Q9sTjwcATH0fXQATvFvlh3YM7EG7JioVQgHxxhNMmlTBOJCE8M05XKjnPSLwIImE0PQOGaB7DFCWSVkphyks0wMdFD4-n8Qu7a48RfEMCbEliHZbJpYhT0dlN4eaO0mgmticCIUg52f4M7zZZxbnH-wz8Qgz3FwF9mvRlS3gUf5ES8kT1wNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <c08c269c7a4c8d2c3e54da871bb22dfbf20bc195-20184961-111051900@google.com>
Subject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
From: Google Workspace <googleworkspace-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000242346063a5731aa"

--000000000000242346063a5731aa
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoyNCBob3VyIFdhdGVyIERhbWFnZSBSZXN0b3JhdGlvbiAsIHdlbGNvbWUgdG8gR29vZ2xlIFdv
cmtzcGFjZSBFc3NlbnRpYWxzICANClN0YXJ0ZXIhDQoNCllvdXIgc3BhY2UgZm9yIHdvcmsNCg0K
DQpZb3VyIG5ldyBhY2NvdW50IGluY2x1ZGVzIGJ1c2luZXNzLWdyYWRlIHZlcnNpb25zIG9mIEdv
b2dsZSdzIGNvbGxhYm9yYXRpb24gIA0KYW5kIGNvbW11bmljYXRpb24gdG9vbHMg4oCTIGFsbCBh
dCBubyBjb3N0IHRvIHlvdS4NCg0KDQoNCg0KDQpDcmVhdGUsIHN0b3JlLCBhbmQgY29sbGFib3Jh
dGUgb24gY29udGVudA0KDQpVc2UgR29vZ2xlIERyaXZlLCBEb2NzLCBTaGVldHMsIGFuZCBTbGlk
ZXMgdG8gYnVpbGQgY29udGVudCBhbmQgd29yayAgDQp0b2dldGhlciBpbiByZWFsLXRpbWUgb24g
YW55IGZpbGUsIGluY2x1ZGluZyBNaWNyb3NvZnQgT2ZmaWNlIGZpbGVzLg0KDQpTaGFyZSBhbmQg
Y29sbGFib3JhdGUgb24gZmlsZXMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81b29zMUVRMm5KOVVK
WEVOdGUzLTVadjFMb05CZVF5ajlUbkJCd2NxTDFIZnNQMi1GQXNvQ1pRNHVjcGYxaE0xYkRTSHN3
TVV2a1FtaFBRVDRDSlA3S25PVlZKaDhFdWx0SjgwTnhBWkdINkJicTRENHpQMEVBWElrQlBSeUUw
eGFZaFRlSmhJbzQtc0dpTkRCVmM4d09iNDlHZ0ExOEVMN0ptTkJoQXFJUkxldTRiYXBLQWlKbV81
bDNYd2NCdVJ6VzRxVVJUMXZYMUtJSko4b1d6TWxRS2J2S0pBMlE2QXJsUG1BPg0KDQoNCg0KDQoN
ClN0YXkgY29ubmVjdGVkIHdpdGggdmlkZW8gbWVldGluZ3MgJiBjaGF0DQoNCkNvbm5lY3Qgd2l0
aCB5b3VyIHRlYW0gZnJvbSB5b3VyIGNvbXB1dGVyIG9yIG91ciBtb2JpbGUgYXBwcyB0aGF0IGlu
Y2x1ZGUgIA0KR29vZ2xlIE1lZXQgYW5kIENoYXQuDQoNCkhvc3QgYSB2aWRlbyBtZWV0aW5nICAN
CjxodHRwczovL2MuZ2xlL0FOaWFvNXBKbjFCX3RwcllydnRBMThLYnp5SWIta1lSV3Y3alg0YWdK
UXdNV1lGX1NNMUphRXQ5LWJMQWlGbkw0bjJMVmlxRHcydUd1NmdoNV9tYzZNWHl5ZUFHMGVFejlt
RFBIbEpCdk1ERWdoNEx6UGVyZEZRaWZiQkdnSXFkek5QQz4NCg0KDQoNCkludml0ZSBvdGhlcnMg
dG8gam9pbiB5b3VyIHRlYW0NCg0KWW91IGFuZCB5b3VyIHRlYW0gbWVtYmVycyBjYW4gZWFzaWx5
IGludml0ZSBvdGhlcnMgdG8gam9pbiB5b3VyIHRlYW0gYW5kICANCmNvbGxhYm9yYXRlIHRvZ2V0
aGVyLg0KDQpNYW5hZ2UgdGVhbSBtZW1iZXIgIA0KaW52aXRlczxodHRwczovL2MuZ2xlL0FOaWFv
NXE1YVFibVhTQmQzZWxxWl9yVTFLTTlhdWVNcXo2VWZXTDcwdU9PRFdDT1Z4ajZGNVFhV1l1ZlFj
NktiSkZvR3VkbFh6ZXlUc0QtYTktalo2dWRiZ1pGTmpnX3JrYTNHUU54cFdCTEpYRzUwVndHQ3lM
b0RkUFdoYW1fMU1mWWpHTGRNNzc3UXNpRFhRZktZV2RzWG9zUDJWRWNBb0hodTM4clJyaVpUTEh4
WTl4S3hjWUpnN3pWbzQyV05nPg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FO
aWFvNXAwLVpjWGF2T1U5RmpoaGlQRGNhbVFCcFd6OVdqSDQxRFRjMTVqNDkxbUJWa2lNMTBPZ2hD
N0c1UHBaeFBNNnVaN3ZmUTB0S2Nsdk1qNGJmZzNvV2xFNXZiaVkzZ2xZaXRKV0FDck9RaDU1N2ps
S0ZiSVh5aHBCai1DNGhtOUlnZHpOZndWakNKY3dZT0o+DQpUd2l0dGVyICANCjxodHRwczovL2Mu
Z2xlL0FOaWFvNXJCZUczLURmS1VaSXk3UVc5akl0WS1wVldfN0gtZ3VtRExnMEdON1FYZkZwZ1ox
QUlOU1hRYzRseHBUZjNYek9wd2RlME9IY2U5SGw5QjVJdkVsb3J3Sm5GSElzWkhOX1VaNTh6ZXNL
M2g4cnZKZk5QM2dkS2R5ZHlWZGdJeUZrNXRjQ0tKcENzPg0KTGlua2VkaW4gIA0KPGh0dHBzOi8v
Yy5nbGUvQU5pYW81cm9ULVJRcURDdkl4VHlYcGlqREhrUjItTjVjQ28ta3VhSVhzM3JtRVpzRTFB
TFh1Q19XMWVuYVpxOFJ5amppU1pVRHdweElFcExmalFjNWZzOUFJY1hUdUpGSU5XdnNHWXhraWpJ
OWRoaEJJWXBjQ0J4TmlwUkNFOUVvYzltejZKenVhS195S0tOMWxyeEJaY1RJUkhQeTlqUTRLTjU+
DQpGYWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxN1otWUZzTG1COXU1WHRfZnlzVkt5
dTJRN1BRYW95VEYyOUJnQnhqS0lKM01SY01qX0FVQy1acGVqOFd5YkJGUk5zZ1h4SWxLYWs0S1RW
ZTVWNExpcWhSa0M3dnVRZXEzSTg3UnFRWFVNQW1Uek4xSGc5dTEzcWdlNkRCbGlhbHZBVG01TzdS
MW5RaE12eVFFPg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJOYXRqM1Vwb2hp
aFIyNXNPbjFQSlRfajVLYTZKSmtOZjMxaGswYzl3bkhfS0tzWEtYbG5fUS1mcFhGWU9oVjNFUWEw
b0xCOERaWWZKZmo5anZhUkJmOEdNV0FzVm8xYU5VTFFua1J2MDMyeEd5SWZJazRfWXAwQ1hualBJ
WXNrdU80b29FNjBHQnhRdFNEME0wdnVzPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQ
YXJrd2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KWW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBl
bWFpbCBiZWNhdXNlIGl0IGNvbW11bmljYXRlcyBpbXBvcnRhbnQgdXBkYXRlcyAgDQpyZWxhdGVk
IHRvIHlvdXIgR29vZ2xlIFdvcmtzcGFjZSBwcm9kdWN0IG9yIGFjY291bnQuDQoNCg==
--000000000000242346063a5731aa
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Essentials Welcome Email</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;" cl=
ass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Get st=
arted with Google Workspace Essentials&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
   =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 wid=
th=3D480 align=3Dcenter style=3Dwidth:480px;>
    <tr>
      <td style=3Dfont-size:0px;height:10px;>&nbsp;</td>
    </tr>
    <tr>
      <td align=3Dcenter valign=3Dtop width=3D480 style=3D"width:480px;bord=
er:1px solid #DADCE0;mso-border-alt:1px solid #DADCE0; border-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dwidth:480px;>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:25px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
000000; padding-top:15px; padding-left:32px; padding-right:32px;">24 hour W=
ater Damage Restoration , welcome to Google Workspace Essentials Starter!</=
td>
  </tr>
  <tr>
  </table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
                        <!--[if gte mso 9]>
<td class=3D"desk_show"  align=3D"center" width=3D"480" style=3D"text-align=
:center;vertical-align:top;width:480px;">
              <v:rect xmlns:v=3D"urn:schemas-microsoft-com:vml" fill=3D"tru=
e" stroke=3D"false" style=3D"width:480px; height:160px; text-align:center;"=
>
<v:fill type=3D"frame" size=3D"480px,140px" src=3D"https://www.gstatic.com/=
gumdrop/files/gsuite-multicart-transparent-w960px-h280px-2x.png" position=
=3D"0,0"/>
<v:textbox inset=3D"0,0,0,0">
<![endif]-->
                       <!--[if !mso]><!-->
<td align=3Dcenter width=3D480 valign=3Dtop style=3D"background-image: url(=
https://www.gstatic.com/gumdrop/files/gsuite-multicart-transparent-w960px-h=
280px-2x.png);background-repeat: no-repeat;background-size:480px 140px;back=
ground-position: 0px 0px;width:480px;">
  <!--[endif]---->


<table class=3Ddesk_show role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D100% align=3Dcenter>
      <tr>
        <td align=3Dcenter width=3D100% style=3D"vertical-align: middle;bor=
der-collapse:collapse;border-spacing:0;padding:0px;width:100%;">
          <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=
=3D480 align=3Dcenter style=3Dwidth:480px;>
            <tr>
          <td align=3Dcenter valign=3Dtop width=3D480 style=3D"font-size:28=
px; line-height:36px; color:#202124; letter-spacing:0px; text-align:center;=
 font-family:'Google Sans','Open Sans',Arial,sans-serif; width:480px; verti=
cal-align: middle;padding-left:32px; padding-right:32px;padding-bottom:24px=
; font-weight:bold; padding-top:71px;">Your space for work
        </td>
            </tr>
          </table>
        </td>
      </tr>
  </table>
                <!--[if !mso]> <!----></td><!-- <![endif]--><!--[if gte mso=
 9]>
              </v:textbox>
</v:rect></td>
    <![endif]-->
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
     =20
             <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:0px; padding-left:32px; padding-right:32px;">Your new a=
ccount includes business-grade versions of Google's collaboration and commu=
nication tools =E2=80=93 all at no cost to you.</td>
  </tr>
     <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-space-for-wo=
rk-whitebackground-w956px-h450px-2x.png width=3D478 height=3Dauto align=3Dc=
enter style=3Ddisplay:block;width:478px; alt=3D"" /></td>
  </tr>
</table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
    <tr style=3D"margin:0; padding:0">
      <td height=3D40px style=3Dheight:40px;>&nbsp;</td>
    </tr>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Create, store, and collaborate on content</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-right=
:12px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-a=
doption-stay-connected-transparent-w734px-h173px-2x.png width=3D368 height=
=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:11px;">Use Google Drive, Docs, Sheets, and Slides to build content and wo=
rk together in real-time on any file, including <span style=3Dwhite-space:n=
owrap;>Microsoft Office</span> files.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;"><a href=3Dhttps://c.gle/ANiao5p7rOYHuZYQS3IWd6Gx6TUUL1YekyWbYOgamoDd_Eb=
S4q0nVx3pyvryN47BeMQbQvPXKuBY1ASMptNT0NLg19dkys2FpmnufXlTv0WWYTIts8B6JcHI2w=
1XIJIJ8tRuWboBRYqoifPoX2bOn9aAMLoQ23JA6BJSybv4eccaJC5vbYdnw6ejoMGChzU0qrmFh=
irknIaAx7M_zFv7sfc1wm-SDlJQL6N-Dx29FZOu target=3D_blank style=3D"color:#1A7=
3E8; font-size:inherit !important; text-decoration:none;">Share and collabo=
rate on files</a></td>
  </tr>

</table>
                </td>
          </tr>
    <tr style=3D"margin:0; padding:0">
      <td height=3D48px style=3Dheight:48px;>&nbsp;</td>
    </tr>
            <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Stay connected with video meetings & chat</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-left:=
14px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-user-ado=
ption-create-store-connect-transparent-w734px-h173px-2x.png width=3D368 hei=
ght=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></t=
d>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:8px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans-=
serif;">Connect with your team from your computer or our mobile apps that i=
nclude Google Meet and Chat.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5rKUUqmUqE4WjuLEQ9LKGgzc_zBlBMxpdyQjBEV4potusNd8OpdR9=
LTM5n_PbAC948bDG5vG-gheuuIAMiFSbmqiJ2REENUZ3694JZ34xugIPa2jGiF7Z4IG_OXgTk85=
hA target=3D_blank style=3D"color:#1A73E8; font-size:inherit !important; te=
xt-decoration:none;">Host a video meeting</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Invite others to join your team</td>
  </tr>

  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:25px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans=
-serif;">You and your team members can easily invite others to join your te=
am and collaborate together.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5oEDxPmy79pClgqjGRFYav5oJ8iEHOy6_uZQiZtOgNsi-6W4qQDrb=
7x986mjoFMP9uMZGGLb-i6GIWfP3PTNvZxoMYUr_WyXvXWin_FohwTVpFdgKmZHbQ2vNxb5YYDb=
L65o4qf9iLGvORK06wN8U83e0-OZJJBBhg8ORd7PSJiezWvAXV7ohtSyx0EmX6D target=3D_b=
lank style=3D"color:#1A73E8; font-size:inherit !important; text-decoration:=
none;">Manage team member invites</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
           <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4 style=3D"bord=
er-bottom-left-radius:8px; border-bottom-right-radius:8px;">

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qWZGhCuusHwRXf0B6dtnxDj_bM7IZPewHH6RA=
_rgisQlvKnp8C6pZhkAYdLbMb_HHTkp59nn266b1tgJSZdBcLNAZYZWwI8_dB0gZwt1K2miiILg=
q01QAvOdO2SEuRz47MYWLk8dGM4rS81WI target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pNtKijink-f9U1uECP1DwOruizPMVehirIdPt=
e1WgofJeMNSveNcb2XCfZPFEd3FmcV2KR-MyuZUIt60olzmCL0ES1rNQP_ob0lWoF-7XaeFlzfk=
Zfs2QzL90jI_Xj_Q0T7gwbtNBKcQ target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oWKKQ4YayqQ0ux196IQnSD3htgQaX4LpwcMqm=
M467eNwm4Eq-YcCqBOh9s1ugG7o6vRJmDJc0pzoSxFnJHbeWEfhfIAHDq-Nc91TdieEVrdb0BJ5=
_jmBqZf5g6VjxGZJDVLdFkCPRcqnmFI5NjQFyBVtcGKrWvfw4 target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedin width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5ow5HotsapA83vxeBfNXnqGjTyypdnvmOW5N4e=
hexgYE3u8hbZZQ8o5vPxNoUw4cD4Vve_SF7zooArfaiiOeg7zOtug7F5CrDCt5dUxZi8FwfhLWx=
PYZTBtq-26XZ1qtx7fJ-8n4jTXZJ7W17_7TQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5qq01Of9ZJDY3HNOyk4XPacp7lCwEhqrEKoZt8=
vrq5nTq1ohL0E-0rt9cXYFsbqaekefNPv9CP93fLPPWqdvnvhadkn7amMeFVKnyHKedqKXgFLrj=
6_WvRwS-u97STjsDhVSjlnRuek5qOiLCwadeiJ8A target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:16px; padding-bo=
ttom:19px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-famil=
y:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Amphit=
heatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Am=
phitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans,Ari=
al,sans-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans=
,Arial,sans-serif; ">
        <!--[endif]---->
        You have received this email because it communicates important upda=
tes related to your Google Workspace product or account.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>
        </table>
      </td>
    </tr>
    </table>


   </body>
</html>

--000000000000242346063a5731aa--
service/cur/1754049512.M235641P110538.premium320.web-hosting.com,S=21832,W=22518:2,S000064000000052510151007557640020555 0ustar00Return-Path: <34quMaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id YC2NDeirjGjKrwEAVkXPrw
	(envelope-from <34quMaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 07:58:32 -0400
Return-path: <34quMaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 01 Aug 2025 07:58:32 -0400
Received: from [198.54.122.200] (port=39544 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <34quMaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com>)
	id 1uhoPB-00000000Zcr-0578
	for service@24hourwaterdamagerestorationlongisland.com;
	Fri, 01 Aug 2025 07:58:32 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=jCM5lkGI;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 34quMaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=34quMaBcKALcYrpfkbppmolcfib-klobmivdlldib.Zlj@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4btkxG43RkzC1yx
	for <service@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 11:58:26 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-70e5e6ab756so17885187b3.2
        for <service@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 04:58:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754049506; x=1754654306; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=UW9b7XD8Lly0RG1Mk15grUOloFUBdZPn/RK9iiLqsIM=;
        b=jCM5lkGIb88QM9lQ3Y8MPqWNu1JjfNf+d2rZyCmE22OmzEmTOh8/zyrlYsvkrwSI0p
         4Grdo9IbgSagK7OB81+KTzdnqI6kb+s/z2n1KQTEtYFzDFTHljuEm03bLQMGq1dlGuio
         QZB1r60mTWBvpH6D7iygdUW+Q47suQRFg5TQE72a5g+fqvQgyM3Zh8Jl3TpItBVv6oCa
         IIccokuK7v7l73xy4AreN+s8H9K3qxJGCMYJDZ+TRAs8H4Qj3s1MUj/5cuFIZ5QZjcUP
         7RuCdUP7f2VfLSsQ2rterHbRxh4nvXHa/8J/6sjV/jzxLj3ZoS6EvDO7UP2esKTMDJGb
         etrA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754049506; x=1754654306;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=UW9b7XD8Lly0RG1Mk15grUOloFUBdZPn/RK9iiLqsIM=;
        b=BSn3wvcTOonigiMhWiRdVHSltHnlCCNLuPchFb5Y7fjqFP/SBHRZUubtDlyHXRFvTu
         KjSIF9MUhI9OYDfhUeVFfotVItqufxmtiYoVLm+6Iwd1Fi1oMY37UpXwrjl3kJoFlnk/
         3TeZaEAX2lXDSToIqLbEVT/NKj9/jN1CawTh67HAYoiJkdKcApOQeighyNTDWrNTtklE
         VU6ueM8wEQ7VUfal1ubEObk/eNqkxQ9CGmT8xLWqD2g0bypiUpnwtTeb2kysCLiBLZw8
         eexQPirr9N9fMJDRZS5mr7njIKFajdeHyeUHxCuiME8JgfrZXRGN+Ui/psXVfxX4h8VL
         Pwmw==
X-Gm-Message-State: AOJu0YwqBT6COZ66ymj/LSDUo73V7PIX0hHqkqQy4PTP3gPBiUkuxwpa
	q6228qZEZ7We+HM2ekjyAp7I3xDnYkQHACxQVZk4fElTq6t+TdBsmFrZSLBu
X-Google-Smtp-Source: AGHT+IEIGP+GEj9vq0LJ5GQy701gJXnLZ1p3hbNXEFTJX1u2joKx4eQifE9zij+jwm7f0+lwhWP3UIE=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:f14:b0:71a:35e1:e1cc with SMTP id
 00721157ae682-71b6d7edc1amr34210297b3.28.1754049506111; Fri, 01 Aug 2025
 04:58:26 -0700 (PDT)
Date: Fri, 01 Aug 2025 04:58:26 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 07eb4e1b85ea0000
X-Notifications-Bounce-Info: AWoTSIEOKXr18OxRkCGNSsRFVw8pSr2jUlkrlg5ptYaNQMXQnncy05kLJBZNr6i_B5tz3p04A7DrXzPdM62S5iY7-z1Kb_p5jbu7Fjk2WiuJx1SELgt_GQKue4n0ZPP1IABaq_OJW2zB6L25BQ5YZC-we_4qk-nMEQ8nF162MZWAZtCg_BUCN6x3zeiplSrlSdMRaTfxKuuxUpS9U_yB1mP53eHGgqc2Ict9fCr_6PAwDMzMS_6PLz9iwccBzP2VTWq-pkDPCXr2_O7mz_LZ_UFy0jA20gavCb7aayj3dogsFHxjHEZPQoCAia8PMDyIf_RUQamQkEn9zNRYGHlTm7YZiGz0bAWFtbmB0tkwKmW_J1KOYgzsoXBbVs48jTj1DINmt_tZ2z76wW-TYmbIkGxWspihGuLIIPuyy2vWMak_5AkhIARZbfE_lY68-QohcZ4bYBLW2-LVuvpMeLGIboDNReMJXjIWv3W73PN4y04bQHVqJE84dcw_7XDA1ojakv1gDfxUgDNoTZN0cWtXS3lvq4noyVhEDqxQ3GpRezP_v2nOcTokxo-uUWJkaCMwfLnkcd6fsneLddF2gERyovINw83dOSm5HbqfLZnnBvUkJfaE4bJ-6ZxDgn2egsQTTzMNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <64433a64950f914f88fd2c8c82783b17b475c0d9-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000baf12f063b4c79d2"

--000000000000baf12f063b4c79d2
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/3697950507899058510/profile?trk=https%3A%2F%2Fc.gle%2FANiao5pj2l-bA35LcyZb_UoaHFFphENZk4noTvHpHc_Dr2afAipJgisRbg39HTzdOEsKUasRNnhTSFs5zC52w1Z0oanbP6b1SOU1o1fN6EuMzf6C3cs4KdSQZMAmB3M>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5pK_PGnI7XKj04L_PxOhF1P3i4Sn1cnOT5kZv0EMFjyVXv5gQ24aj_y8mMd8R9Qy5qdnqQ5AiATaBzS-sLWujeFz3lbD_qGE-OVDqlEEzDUIvG0tfUYYerHKhxw_-smsuQicKe3KRxKBd0ziFxFpzhbKEyMyqljE4WNllToFomlR2dx9UM>

You can see the status of your appeals  
here<https://c.gle/ANiao5ogxziQJqwEF8OMxnhfsjYrjTRThgzPdo9Vtic0t4PuJt6aCZlHDZZyCEztAkuNftiqKj3jzZpazyG6eZDzIH9vCPYdRNK2Yx1R81g9FSd9bt-yczajfpFMXb0wyWQdAdjwU3Ru8N1DD93Vm2nCkSYyxnOB3t4KbNU1_CFSj3vYsKiuQCP3Sya8sSrm7KwktVJd-sRrbAYUenR47usuenxPTwMf9C0hXGd6vulc>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pBwXIG-mI2snyAIsKW9yHrXUQcHZKr_GWedCnllpjZu4Zh0VxQe4fo3-LnBUIHhg8lXsdXE1Z091xlmIDNU_RQKRSyuDHaSkmvuWb5iFzTJyLSyUTZmOvKM-aOixe-TzCd07Y>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000baf12f063b4c79d2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/3697950507899058510/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5osKSlLORtqxRZksFLisKmwo2ksXxzJKUM9Iz69exyVnXPPXu=
FbBHBDERAwpnPULcyI9HZJRIh_2IR63aTMjNxx4s4_krT84TF8_sUj9EDs5d-vOBERhL34OdWj3=
A target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5qrrlp0oQq1Z4Jc3FmmI1YPDcZmaEAGmkXsMR03otcDyLX=
j3OwexE4mGxfeWoGLh7stkZdnglXqXPjPbABSNkivAwmgvhLGHNAbvgQA-qgjFMh4Hs6Jgkv6ne=
IQTFlZQeOQTQOuJfqBx_jo_yXQSwSByaOoAYhUSzm2anJr7BbEG5bXU3hBVw target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5rl2TOu=
pIRC48aHpNMjYkSEkMZjODJlR8tN1ov4mukjzE9JHVgvXbVkH2sQbBdxqjMsfOj0UdH9GIMBAC4=
0KLK3QEw7jLzmvcysVWJNmRYP5hZs8qWJxVaekR1jtRma7FqiNMG9vtpEzDTK4cBrt-fe_8dCMt=
rPbT7MPzNHhEN4bzDffkJzoJQfV1LWzBQG7RnpzewDorECu3pwvcbo5NTr5FBT4CMMIl616LdnD=
A4 target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pFGDPR0fLgZ6oEBLuF4EFakODB56sVIX-kYIxtrQbVPO=
viQFSBUpmzHXQhQNVYOK81fBMWMl80MaHCiOGGGqAldXGn7XuiLoyEEy5mG_U7Jv7kxzyHjMZXs=
-rVLjqHQ2T3qbwTgA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pUQPkO8tkoSL40wD8JwkFv8EEAAcmlCAQDpIwrjPfWpWrsgBfkamJM1gPbf3uEk-=
tdv8m9NPlSZLYYSxk1F2ipLbswwHJ8qdA5v60BRTBGWUpKptm8j5-FdDGa27wCX7A9Dg.gif></=
body>
</html>
--000000000000baf12f063b4c79d2--
service/cur/1754373365.M757043P4142408.premium320.web-hosting.com,S=33184,W=34031:2,S000064000000100640151007557640020647 0ustar00Return-Path: <375yRaBcKALogzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id iJmsLPWckWhINT8AVkXPrw
	(envelope-from <375yRaBcKALogzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 01:56:05 -0400
Return-path: <375yRaBcKALogzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 01:56:05 -0400
Received: from [198.54.122.200] (port=47311 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <375yRaBcKALogzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	id 1ujAeb-0000000HP7u-2Tx8
	for service@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 01:56:05 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=ZbobVeyT;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 375yRaBcKALogzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com designates 209.85.166.70 as permitted sender) smtp.mailfrom=375yRaBcKALogzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f70.google.com (mail-io1-f70.google.com [209.85.166.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx2jC6VbszFrjd
	for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 05:55:59 +0000 (UTC)
Received: by mail-io1-f70.google.com with SMTP id ca18e2360f4ac-88178b5ce20so413640539f.3
        for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 22:55:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754373359; x=1754978159; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=7ut+Klq9gXXgKs8uEOWG7JXsYLOQvb406PFNY7FUDEA=;
        b=ZbobVeyTJFz5rGfbGZRd0q3RinFBLUWTyonOeSBb5u9PJyQMY8f36MAISb2CsdOQrh
         t//3+37JWdlaLGxxSrmYDiyrf3KAUwHeQ/CUZbug52EUhtOKGldbnxZJZUYO4xGAlaWw
         8ZspecEVCMtJRF8C+y4Y3RpaN1hhG4XQsrHJoHFFokKiXNbhZqgMzRhrzxHcGcmoNWdW
         AeZvXgYEIKejOrMKoGhKuBIlw+EysuXSpllLcZnFWKwDq2rl4ZLzQvafWlHI4CzcCSkU
         B6X7ZSZLRYTrq82rdWl/8eQ5gO3qhMWq58s4hPCoXxxLkYvzOj75BZFpPQzDJtDc0tJZ
         EYjw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754373359; x=1754978159;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=7ut+Klq9gXXgKs8uEOWG7JXsYLOQvb406PFNY7FUDEA=;
        b=Xp8pRK0hlK0avV4jvI4NvZJ9UtEtFaShBSKZ1Yndn2M2eO7o77UsuXME9ANY7hoLb/
         XVzor2RyKQZyGCpYLohjwHkoAIKRPrpBFn5qx9iO5v9KBdZVSPLlM0tQHWLAP1sf1FPS
         AkN6jRrE+aFeIWMWN2lNa5nnij7ftKF1G+ZcQxPJ6ZtXip3NTtq94oMpD7hIftO0++Bh
         AbhnjqnMdxwHYELGmIhqKa4wSMOTSKn6Y+K+IKBfq5QMlA7vW2BWJSchOgb8D7VuiAeV
         aTWS1ggb/Q3nYnhsdBq85J4Yfct6vrFpDOxh7qmQqoSbEg/nQuayVWxW0vdnoOf5yZP7
         OCDQ==
X-Gm-Message-State: AOJu0YyYYvJOIrbZYN1B++VIEn/XALKwTFWl23O01BhPUAM0iBaLcTNj
	3IND8O6sLfPrMepl/ytPqoXyo1eRNoqCjtMN4FJ5UZfxXboPr7k=
X-Google-Smtp-Source: AGHT+IELKbB1WX1XXWO4DX6q3oluZuEsyFhpKnlnwuvHccniCFN3oCNhDz7cFeqOv3VPSb79B6GgzQQ=
MIME-Version: 1.0
X-Received: by 2002:a5d:9b89:0:b0:864:a228:92b4 with SMTP id
 ca18e2360f4ac-8816834e0d4mr1799975639f.7.1754373359470; Mon, 04 Aug 2025
 22:55:59 -0700 (PDT)
Date: Mon, 04 Aug 2025 22:55:59 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: d65ecc0983ea0000
X-Notifications-Bounce-Info: AWoTSIEnvsKhEV41vrEqIxFlk_vmo4SUCB1Laab0hKka35BHAIp7CJvxfSw-5Ubhm6Ox4GjiAp3NNK02QulYP2WFf7HzHbxt8INwgLo4TPVXxjqxRKUwMse8p3R1uNWnoEOzaj3cCvPuoQRnst0n_heSGv3Ea3PiGfH5vnVlS7N4x1x64IR6HlcVRQVMigjwPyMKIGS7cYO-rGMQeVgUT3LyCIUhyco11m_Wo6tlG0t2Xt81tQ-eypKcTHJ0YJ_iHFZD3Lq8Ezp2TnYupfxgkfiuijDqoEaVW6otipCTgJKfL6khpwYCxvIl62voUldYQ7gEKkSoVHaJeS2Df7LJ8fdzTmU_kw5fzlJnG9TMTXmbhkxyBNVmNiUrla-4Qc37pjNV9XldH1lB81gH9it2EYcFe2OW8ByLgdmdB-CESAE8NQpIyH_s33pHTLStEB79Tzq12Ei0mZcx8GYAJpHtNLo7vNMxL-hfWfSkeTsdFfEPWmqjsibr5epZjSMSgAoQS5fXDCn9zCTMBxa0x-lm3CXHf_3vXQiAiSCP3ANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <625f64eb2648b4d2aa7f4b80213d491947c57a03-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000e508e5063b97e01a"

--000000000000e508e5063b97e01a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQoyNjUyMA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzMzMzg5MjY3NTM5
NTgzNjM4NTMvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTI2NTIwJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cnYtaGFLWm1ocW5KenFuOTRNQTd3NXNzRnhoMGhtMVJ6N0tQQnNWdFNH
RUM5ZVE3dURVeHRpcDYzcHBrQmFkcExpdnN4ZV9yREdkNUVXZG0zTUQ1bnZ4TzkxY0NZc0hMNXll
R0dlUkVzT2EzQmc3SHozME9LUFNZdUVwemc+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwTTlCd0hPNzlB
dTk2OWY0emlUN3h0azJESWoyU0xwckhQOGZQd1lXbnZUSUhvcHlkREhZUVdnZTNyaFB3cnR2T0pn
UFlKOUgxdjR2Rm9iUnZvV05SaVZiOXJTT2ZQdmZKczdKSUVxV3JUU2hmaEFUSS1BX19rUlV1UERw
OU52bXV1a05OY21HUjJOcjhVNllNbUIyTjYyY0E+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgc2Vydmlj
ZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi8zMzM4OTI2NzUzOTU4MzYzODUzL3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj0yNjUyMCZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNW9n
TzJLU0tqSzJ3RFpPWUV3RU85cjNBTmFFZjV6UzRtRzcxaWtLWmxyNWp2OWJ5ZmZPX2VqX2E3XzNF
X0ZkNGNnX01BeHBBdUlqMjMxYXJHU3ZXV1RRMXc4WTBjVllGclpEWDNyVnF0c1k4U2NMaUxHTnNm
VmJJVk5GVFhlRl9FYz4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81cXpLX21JMnRoRURINTN1dWVPVHp6UFQtSVlHSU12clFzYlR3VlRBV0NFNTFBZHU1a29f
SzFPVzJXZkptdURlcjBvdTdzTXJ4RjJIMXFkZWJYbWgxNmY3a3BVOFVmY0VNSGNzOXBPcHRfZjhR
OVFOVHhXUW43NDlldl8tbU4teDRrUXRRUVVYdlRjb1U0MEpNcF9rM2pyMmV6U0NRbXUyUzVUd3Qt
c2IwRT4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyNU5pUmJtN3c4YXVnaTZDekQyLVZCZjJQVkNCN0NG
dkl1emlQMEtMVmU4VkJ3bTQyemtlQVhzN1djbEZ1dlZqYmphbGR4OTNNdk1hNXV0WVRCbm5sV05L
WDhBTkxtU2lUd0JWcm5fLXRuMzc1eWpPN25xcWtOOEpSei15aXJLUFBTQ1BjPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000e508e5063b97e01a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/33389267539583638=
53/profile/verify?hl=3Den&amp;pin=3D26520&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5pm83SI0b8DHulZZBh-OAQyTbN-wCncZ5oLf4ZXS9u00hM5wsoFQLmLQcrpP1bAIJmjwW6W=
fTxLWbD5XPT5NH3O-qLSr8PWAaSP0O1g2-wmr9HCFMae2wA>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">26520</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3338926753958363853/profile/verify?=
hl=3Den&amp;pin=3D26520&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oPjpOJotYxF8n=
JTTM2BnJX_AoCOMvVplzRzGTOxkFksgMdWmUM9Mrjeq32dlThx42Eo1MDIcYoao0FwZyuzHx7Nx=
jylwdUqf4g5A5Lzo-BjPuiOLPNan9312vKeoIy0A target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3338926753958363853/profile/verify?=
hl=3Den&amp;pin=3D26520&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oPjpOJotYxF8n=
JTTM2BnJX_AoCOMvVplzRzGTOxkFksgMdWmUM9Mrjeq32dlThx42Eo1MDIcYoao0FwZyuzHx7Nx=
jylwdUqf4g5A5Lzo-BjPuiOLPNan9312vKeoIy0A target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3338926753958363853/profile/verify?=
hl=3Den&amp;pin=3D26520&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oPjpOJotYxF8n=
JTTM2BnJX_AoCOMvVplzRzGTOxkFksgMdWmUM9Mrjeq32dlThx42Eo1MDIcYoao0FwZyuzHx7Nx=
jylwdUqf4g5A5Lzo-BjPuiOLPNan9312vKeoIy0A target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5o9eN2CS7mpxtZSrJ=
J2HoLE0sO7B7BEELPAobCjaQsVF7nxaTbdxeNyysthbaBIbQSFH4QtRrkAMeBx27vX4L-Ptw5Yj=
duwXNrG3YytV0eEj0L_aDbh5XeQCNJTyukFXDaRsZaUHmVkVUzuq24WfxbN-hk6JA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">service@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3338926753958363853/profile/verify?=
hl=3Den&amp;pin=3D26520&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rDVruvGexF8Ge=
CXlnFevnVTZ4iKTY-7kptgwsAb8sr4g0nngriL0Aw7uA8_PdYHNXcs14Jd-67KEm_4zH-Vx15dB=
Qgq7xezPkJekYCEzG_M4jToZGOujq79uphD9EDHeF9qw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3338926753958363853/profile/verify?=
hl=3Den&amp;pin=3D26520&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rDVruvGexF8Ge=
CXlnFevnVTZ4iKTY-7kptgwsAb8sr4g0nngriL0Aw7uA8_PdYHNXcs14Jd-67KEm_4zH-Vx15dB=
Qgq7xezPkJekYCEzG_M4jToZGOujq79uphD9EDHeF9qw target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3338926753958363853/profile/verify?=
hl=3Den&amp;pin=3D26520&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rDVruvGexF8Ge=
CXlnFevnVTZ4iKTY-7kptgwsAb8sr4g0nngriL0Aw7uA8_PdYHNXcs14Jd-67KEm_4zH-Vx15dB=
Qgq7xezPkJekYCEzG_M4jToZGOujq79uphD9EDHeF9qw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5qllTda2P7wDyF_A8OzAou8CBeFRZlhN9KOJ69T3EmTEaC_d_pUVHUfPF2YLYrsImtAcIL=
Bh2_y37YGVcOGRvn91g4Q-w-H-r3Fy6Tdmfy9mkgu-iKOnHPlvOCjmXYA249_LEGLVZMjU-n8Gx=
G1tJLIOSV1CUpUOE0ca464T0c6pw style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5r1G-R0_QsmPxtV05UKM0C3tvi9ybYcuBTmInn9tlDLWxCxFdGflktTk4Z7rk5YouWqoNIXBoh=
RIN2C49VQhvqglhHPQUWBiau4MilhHq6ECqaketMkWQEDw3toivEKBtcO1YTFpg style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rWOQZAbh01doLpPFLXOqi0PPjx19VE-BQOOr7WNdwW5U88I_SuKiVFp-35Z06HQo=
vk9Nc7-EMe0erF2yYqqxByUAveipbCdHlyiNP4N9j-dtPIZt1pB_nj_EXFnF7IYL8ljQ.gif></=
body>
</html>
--000000000000e508e5063b97e01a--
service/cur/1756118495.M657471P3901011.premium320.web-hosting.com,S=12192,W=12365:2,000064000000027640151007557640020535 0ustar00Return-Path: <33j2saAgTAFcCD-G3EANz11DJCIH.5DD5A3.1DB@gaia.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 4PgYJ989rGhThjsAVkXPrw
	(envelope-from <33j2saAgTAFcCD-G3EANz11DJCIH.5DD5A3.1DB@gaia.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 06:41:35 -0400
Return-path: <33j2saAgTAFcCD-G3EANz11DJCIH.5DD5A3.1DB@gaia.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 06:41:35 -0400
Received: from [198.54.122.200] (port=36944 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <33j2saAgTAFcCD-G3EANz11DJCIH.5DD5A3.1DB@gaia.bounces.google.com>)
	id 1uqUdr-0000000GO4E-20lw
	for service@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 06:41:35 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=Q+mYKTUv;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 33j2saAgTAFcCD-G3EANz11DJCIH.5DD5A3.1DB@gaia.bounces.google.com designates 209.85.160.201 as permitted sender) smtp.mailfrom=33j2saAgTAFcCD-G3EANz11DJCIH.5DD5A3.1DB@gaia.bounces.google.com;
	dmarc=pass (policy=reject) header.from=accounts.google.com
Received: from mail-qt1-f201.google.com (mail-qt1-f201.google.com [209.85.160.201])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9S5V5ZKxz189Y
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 10:41:34 +0000 (UTC)
Received: by mail-qt1-f201.google.com with SMTP id d75a77b69052e-4b0faa8d615so136724431cf.1
        for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 03:41:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1756118494; x=1756723294; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=5xb663CaVnrLHy+kVo4IVAPMybRwLTnuewQYIyat/8c=;
        b=Q+mYKTUvaNY54Jnar43A8VPJtiSszu/aqb3iwo0qznyomOnpPQFAxRZbuHfs2D1EmD
         YbpFX+kCHRC3OooIj0oWvj/Gp7t6iLZQRpvLm9Z4tu2Zk7t9OcVwcY3iAdi9CEI+cEKh
         W27WBpdeT0Yj/x7N+jhNmS2FcRCqSfPuzurFIclrGdIcn2uK+zRJepYMt6264L06QEfZ
         SVNUQ8EE+gkPZLw0OFg9bPoEvMz3jXEf9iHjTAh8cqDKAUphtLSuWUd5PveWgBTTNJMU
         ssWkLB311ZHp4hp8TjFVc7/o+CToaDQmTfsRe4MW+Nw4roV93305+tufhhTILS/qY5cd
         p1Yg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756118494; x=1756723294;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=5xb663CaVnrLHy+kVo4IVAPMybRwLTnuewQYIyat/8c=;
        b=vC/5AtBT4sMu4kJmr6H/MRqytZ2GRWv/qfjiO/AfkETo7TGWP/3tOodNBZJzNEClGY
         zwVwb/L3INP7wLCxm68f4GSMIggJWKHNPtkq7uP8X8EurxfILBtp++QkSM2RM5n85rzT
         WSBqhNAgApJQmAGeeUSGmmYyLqRMiiscY/Jue1HqWGR7s5trk4UCMnQEuslPL9kuwJXF
         8KS0RFYqy8AbHvr4zoSGlMIAHf4sXIC441iAY7cUuFTQu2BHvRaABO4bBhNHvHh+FYKf
         u9jE0QKGwakIuG0SzAuayx2jTSDjNvVU1XK7khUJjbuZYiyXrLs5FMkqbkgiD1P9PCbC
         847g==
X-Gm-Message-State: AOJu0YzEP0BFCvl0/vKxhyMTYcSP9WEwkMAMmeA91xRM9vl180kOmIsa
	/PfJiQvFoRZDfr6LTUNQjCgCPhanVesQEnzQJ3UbTHzhEt9kobWK5eoQiFnyCK4ZQekFHPuhRzq
	wxIefzdB5DsObXTaqlsGsyweiKzkqK8CzVTWodtI=
X-Google-Smtp-Source: AGHT+IGelaOpcAk//YJ3HMajwOttbP8z0SsBj2+3ovXKJ7SgTMF/NCvPxMQ35u5EikIlkJIou8nDiJmpnfKKeLOgjmkPug==
MIME-Version: 1.0
X-Received: by 2002:a05:622a:5446:b0:4b2:8ac5:2592 with SMTP id
 d75a77b69052e-4b2c4d349f3mr51289841cf.37.1756118494046; Mon, 25 Aug 2025
 03:41:34 -0700 (PDT)
Date: Mon, 25 Aug 2025 10:41:33 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: 0b434b07b51a0000
X-Notifications-Bounce-Info: AWoTSIEbmEikydUBtPkGdI_j-Sv7Dz5nuxDERZfSVAk0EtzKjG6Q2i9S0JOcMH-v46KQRGMNfdP4b19CmvkGwk_DijSSam6NX0sdmsGlPIswGDvgmggh0TldnzzBuc64UNaq4nQ2EETr4Secb0N9_aKNGCFWO-6ClFfsX1jAAE6MSXoNxH3JBiQW0oWBmp4tcH-Bc8cHu-HqFu_Fw2B44lhGcuyKcTgHc5BLIjTN9-bjxoO48loJoi1DiwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <k7rcGHedhLBdm-X2bKD0qw@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000005690f063d2e331a"

--00000000000005690f063d2e331a
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQpzZXJ2aWNlQDI0
aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KV2Ugbm90aWNlZCBhIG5l
dyBzaWduLWluIHRvIHlvdXIgR29vZ2xlIEFjY291bnQgb24gYSBXaW5kb3dzIGRldmljZS4gSWYN
CnRoaXMgd2FzIHlvdSwgeW91IGRvbuKAmXQgbmVlZCB0byBkbyBhbnl0aGluZy4gSWYgbm90LCB3
ZeKAmWxsIGhlbHAgeW91IHNlY3VyZQ0KeW91ciBhY2NvdW50Lg0KQ2hlY2sgYWN0aXZpdHkNCjxo
dHRwczovL2FjY291bnRzLmdvb2dsZS5jb20vQWNjb3VudENob29zZXI/RW1haWw9c2VydmljZUAy
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20mY29udGludWU9aHR0cHM6
Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9hbGVydC9udC8xNzU2MTE4NDkzMDAwP3JmbiUzRDMyNSUy
NnJmbmMlM0QxJTI2ZWlkJTNENTkyNzM0MjQzOTEzNjY3MjMzJTI2ZXQlM0QwPg0KWW91IGNhbiBh
bHNvIHNlZSBzZWN1cml0eSBhY3Rpdml0eSBhdA0KaHR0cHM6Ly9teWFjY291bnQuZ29vZ2xlLmNv
bS9ub3RpZmljYXRpb25zDQpZb3UgcmVjZWl2ZWQgdGhpcyBlbWFpbCB0byBsZXQgeW91IGtub3cg
YWJvdXQgaW1wb3J0YW50IGNoYW5nZXMgdG8geW91cg0KR29vZ2xlIEFjY291bnQgYW5kIHNlcnZp
Y2VzLg0KwqkgMjAyNSBHb29nbGUgTExDLCAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3Vu
dGFpbiBWaWV3LCBDQSA5NDA0MywgVVNBDQo=
--00000000000005690f063d2e331a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"Lj9-4flKkjEw-3Gx7VAlbg">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"Lj9-4flKkjEw-3Gx7VAlbg"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dservice@24hou=
rwaterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.goog=
le.com/alert/nt/1756118493000?rfn%3D325%26rfnc%3D1%26eid%3D5927342439136672=
33%26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div></=
div><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"paddin=
g-bottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" st=
yle=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-widt=
h: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" ali=
gn=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images/b=
randing/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=3D"=
24" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google"><div=
 style=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,A=
rial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.87);=
 line-height: 32px; padding-bottom: 24px;text-align: center; word-break: br=
eak-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </div><=
table align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-height: =
normal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D"20"=
 height=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub; bor=
der-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjXMArKC=
cbfvjCkXU-FW68U4Dq-M55QD39of_ARITAyLgkm1v8bQZCvGOTWfUYdAl4P0ceb3tKht9-JmkR0=
7gyKnPvjUgLzzqsdjTiXAcAONfja0qdwSu4jNGAONtyfbckvdacL_q_eR9sI4dr9d_Y5v1dLbjq=
Nwd6n1974G-cgsmJSgRvk6aFYmKUCt2_KXQDpwB-5_QZXwzLAyDkHTOpNl8DnWhcSZ4cj4KjKxg=
TjXvmZCwvcd0nE-g_CxtO2ec7-bSOPAsT1PtGSvPtoUFp9aCszU5lRwRGzTwWqB8RSUJqKzCT38=
qYX3iEc7_v4XrRDm8DDOvJbp5ykzS11G1-FKnq83cxzsbNpYAaE75JySSTgNoY49k_krFIcl0IL=
7m7WJy10QjhvzTtlgmxdqK5VF9IriUTnkYId8qjpRdiARo9nBkWh1umSvJfx6ZnbchmnNaBThK4=
JGzdPmw5yekWqP03nkU6T_iYrFWNhMpDdOcxSgUiOKIcFwERpuZYKFldHq7zaQXXfCTF-rGZO61=
jJA12NALeqLWMJC3COqcy7O2dDw1l8nFFbDEcsKMxPgGaBloG2GuH9l5DuPSFUu3Z3tM6C7L-eX=
mutX8G7p19UCsAx7iXVQPaqvXGADztOIuzOorXxGVWzTXGTwXlxFKZBFTjGzYhSc-sdnVLUubuS=
UbZuuGWoqZ9FKivgWs2ftKmuMihEUATZkwryiHFkY24MVoLpDwSmYts4PI32MDpdBWDBnJpGQNL=
2TPRrYtJotg5q6PgChceLXtrycdvRJNYlIn4hJ3E589leEush0iQDgulUFdiBGuyUtLtBmiQ64O=
fdsbOZAfeK-llhe5fnJ_aDdsVDI_YW5krcaarYphb4Faz7dVvkSdqC-NtAX6IIFoR8pHR0s_zCo=
ppB0oFjiGgPXi9sjQccdwrxMt8kToEBjYfhTFAavwb6NTy7ttHwzNcij3AzQd1uWvwkZRMjO_Me=
I9vHn-zIA=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Google S=
ans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.=
87); font-size: 14px; line-height: 20px;">service@24hourwaterdamagerestorat=
ionlongisland.com</a></td></tr></table> </div><div style=3D"font-family: Ro=
boto-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0,0,0=
,0.87); line-height: 20px;padding-top: 20px; text-align: center;">We notice=
d a new sign-in to your Google Account on a Windows device. If this was you=
, you don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you sec=
ure your account.<div style=3D"padding-top: 32px; text-align: center;"><a h=
ref=3D"https://accounts.google.com/AccountChooser?Email=3Dservice@24hourwat=
erdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google.c=
om/alert/nt/1756118493000?rfn%3D325%26rfnc%3D1%26eid%3D592734243913667233%2=
6et%3D0" target=3D"_blank" link-id=3D"main-button-link" style=3D"font-famil=
y: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif; lin=
e-height: 16px; color: #ffffff; font-weight: 400; text-decoration: none;fon=
t-size: 14px;display:inline-block;padding: 10px 24px;background-color: #418=
4F3; border-radius: 5px; min-width: 90px;">Check activity</a></div></div><d=
iv style=3D"padding-top: 20px; font-size: 12px; line-height: 16px; color: #=
5f6368; letter-spacing: 0.3px; text-align: center">You can also see securit=
y activity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decoration: in=
herit;">https://myaccount.google.com/notifications</a></div></div><div styl=
e=3D"text-align: left;"><div style=3D"font-family: Roboto-Regular,Helvetica=
,Arial,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-height: 18=
px; padding-top: 12px; text-align: center;"><div>You received this email to=
 let you know about important changes to your Google Account and services.<=
/div><div style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=3D"afa=
l" style=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color: r=
gba(0,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12px; tex=
t-align: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</=
a></div></div></div></td><td width=3D"8" style=3D"width: 8px;"></td></tr></=
table></td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td></tr></t=
able></body></html>
--00000000000005690f063d2e331a--
service/cur/1753946645.M736917P3423212.premium320.web-hosting.com,S=33192,W=34039:2,S000064000000100650151007557640020666 0ustar00Return-Path: <3DxqLaBcKALogzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id QMxtKxUai2jsOzQAVkXPrw
	(envelope-from <3DxqLaBcKALogzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 03:24:05 -0400
Return-path: <3DxqLaBcKALogzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 03:24:05 -0400
Received: from [198.54.122.200] (port=59962 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3DxqLaBcKALogzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	id 1uhNe2-0000000EPcE-1AMJ
	for service@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 03:24:05 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=L48Sks4l;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3DxqLaBcKALogzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com designates 209.85.215.199 as permitted sender) smtp.mailfrom=3DxqLaBcKALogzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com
Received: from mail-pg1-f199.google.com (mail-pg1-f199.google.com [209.85.215.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bt0v361cNz18Cp
	for <service@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 07:23:59 +0000 (UTC)
Received: by mail-pg1-f199.google.com with SMTP id 41be03b00d2f7-b3beafa8d60so114770a12.3
        for <service@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 00:23:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753946639; x=1754551439; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=LZ7cJb0PjbV+tn3chCQIefMtMz/QRh9MFN0QpODt37c=;
        b=L48Sks4l4OyW2wc1pIcIiBLpKM9FWooqyC79dcLmj63A1QZROJvb/+7l0kRlcBp4o5
         SDtfFfEA0IsFIXzZn8pSslQfjFsaSrdOGQ8SV62Ia6+mHyh4s/xgcMOQXTOqQ2wxa4pv
         Oyhpp9fdmCAlKLDedj4Z0KrafH6jrINEKW62NVI4hXZstz2ZwBakICUE6i/kLxPB64rJ
         Xrl+apN/VvqYPGzAmQPWLuArwFL7v+b6lUuJIC4zTmMq56ZJuis+iGMhi2+Of2SqgDPH
         csMneJyFO+XgptztFOw+uP7rLBddT0mvjVwS1XEir2I8IxuB1mo5eZ5u2U/RPij37WrL
         NdoA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753946639; x=1754551439;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=LZ7cJb0PjbV+tn3chCQIefMtMz/QRh9MFN0QpODt37c=;
        b=iy8J331E6k/hFgKdk2/qc9WoZSN+VKal85zsjRvoL3CXY29171bzDsn800obJweMhc
         Pwkz9Sd4TZ2ucVOAgVs13UJpdCCHhZqb5DDmq/Tjj6I5BX9wI9dCZlz9fk5vb9KvFuUo
         Jb5ICddt2rxVXCo2xsDeW4JuV03hs7FVgixKm7FQgll1ShF17JYblwyz2Wlfb9dP2+M2
         0Y/Q4lG84gKo3ZejQeijbCd83d/Qsq3vwGUJ2JuWt7iaTWqiwk65C75ZhsPtKMom+Am0
         OjttA14Fr84M2Y2LJMm0PYb6KsBvelql/EjN2Vqo+lpfcUPDVCX1m97AYfpDqxoNbZtp
         vDPw==
X-Gm-Message-State: AOJu0YzQ30z7E/z+PG93dQSfEuW7eVWVMYo/xJC+JxFC1vVz1k0va/5y
	uyulaE5vCf9iLYl7S0O0/TI/HJS1VFUyAwNxIkOjzGkztgnUnzo=
X-Google-Smtp-Source: AGHT+IE+7P6GAUBtBfmDw3JH1T/pwkJ1vYNXdlYy8CgdL25bCcYtzsqZeOwnI2yzvCQYh6A/VTF6Udw=
MIME-Version: 1.0
X-Received: by 2002:a05:6a20:430c:b0:234:8b24:108d with SMTP id
 adf61e73a8af0-23dc0ea3f24mr11236819637.22.1753946639005; Thu, 31 Jul 2025
 00:23:59 -0700 (PDT)
Date: Thu, 31 Jul 2025 00:23:58 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: f9b391eeaeda0000
X-Notifications-Bounce-Info: AWoTSIFDxVSH2mg5uGU9cwgWmEBy2AOokBVzw1OTokn3wFjQS6F3DzLdOkA9fWL4bqBypw09sfkLh-Geqh7wRbfCVdpS2JWglng7cA8-ZMEQqzzm4soOECMCTJ4-5Z1azcCDAzIHZv6IYlCRaaJ-WUmDL2AtKiSOqChQbcl8-YtiwN6lgT0h_s-ehaZMT1yNwUZAA0lc4PlhOOII3_nHKp8GVg4if2aFp9FyGmtRz4GMeELLL76TpfgNOJZbSHCpGlbhYoui18aQPtXf9inDiKlI_JJzi-VUzSw5mXUFGChWqpD81oJNPZjvBKyNJ1qdhgqgCfNy7RFPRwpXoKeD_lPNQ6nEuOgnm12eWTaOfWcs6TwN1ww0aG2tPx8Qkfg6gAiksFWInxLedt4MIj7Y9S7TDwpO5DrsGRN1a2_Gyr15sdqHwtfjkLqp2Nr_gs335Ul0luR6MLC2_DklkKjqSoOCxMgh6EMybHZ2f9WnI5Dgz5buo4EvYVeEEvEIoCff6T7S1ouPQ5GtTSSQ-ybn2PwJ6Nu5LN_jD2f7TwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <465a99628dc875ea25d39afcdcd87dc325ac28b6-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000005f77d6063b348680"

--0000000000005f77d6063b348680
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo4Mjk4Ng0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzM2OTc5NTA1MDc4
OTkwNTg1MTAvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTgyOTg2JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cTROYUY4ZFRyUWN1dTd2ZE1HVkQ5bE4yWG9ZajI3ZTBNUlEzcWlZS2ZY
STlNVVZIRVM2azA5RGxXZmZPOGtwSTJMSFJCREZUa3J2bW1yOVFVMngyaUtHWTBLQkVRcEx4ak05
NW5qZERzQkpSMTVsQWVRaHhydTBEZlIybmM+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwZXo1U3JJU3o3
S2Z3N21lTTNzM2FrMzFzNHNCdUQwd2p2WHIySjZmS3JMOWRtUkJ3LUtvTmhYbkh0NHNQZGgtUmR6
OWt6Tnh4UjAycEZMUGtFUUFiMmZ3Nzhmb1RSSmU3LXhtZXhMUUlDWlhsNDlPYkY3cFFZQzJCRE1i
NDM2NnpKMFZ4REpCOWlOQWR2NVB3ajJhRC1MZ0E+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgc2Vydmlj
ZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi8zNjk3OTUwNTA3ODk5MDU4NTEwL3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj04Mjk4NiZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXJG
cTdoYWZ0Q1JEXzN5Y0ljR2pCWFJ2WjF4OTZBd1dEV2t5SGlPa0VJcGZWekgyQ3RUeVVpeWw5OFh4
a005M1NPTFBrbGZ2WjQzSE9pYnBKaW84VTIyQWNDb3UycHhUcG50TjZLUl8tNGJhU2NZNWpSUVpt
djVfYmlaUDZfVXRCQT4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81b0JWSGFFbS1Ya1lINU82ejF3RXBZcTl3NHFsWFlQWTIwOXN5Rm9ZUm5lcVhCaVpaY1J5
c0JlMVNBa0RwUEwtejBmZ2xrb0FEMXc5TDVGa3U5cU43YThvSU50VFhxcGtLQ3dvOGtKWVpsVTRE
Vmp5RkJJUFhaTXFaSTlSQWlWeFZEQ2JlOHo3cndsdjNHMy12bVYyWDJKbVNBV1ZTb2RWTWp6dGZ1
SlBqVT4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyMk5pNnNjUW9jLVBwYkh3LVl2UnJzZGdfNENVWk8y
Nzk5d1lWSjlXeGozdXQ1aFl4bWRjM0Zab3prUHQ4OW9ma3ltN1dIbDluTmpWSDh4aWVsd3cwaG9f
X1FSZjZzVlMyQ1NzQ0k1dVMwXzZkYmlacUxSMTR1VVROaTFBRDVISTI5TUI4Pg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--0000000000005f77d6063b348680
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/36979505078990585=
10/profile/verify?hl=3Den&amp;pin=3D82986&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5q_xC323qQpWc6LZZxzhh7qgFrC02-SBSWc3st9dwYmxN2Jejhf087Vve-BM2sRd2SfVHa3=
6paaH2APwnyDVEOFasf0aC-akdToHjRrN-fpJzQJ7DcNrZQ>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">82986</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3697950507899058510/profile/verify?=
hl=3Den&amp;pin=3D82986&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rI61lnysDFYuZ=
KZ6CrrhSVwII99BWHvlXda2Zb6Kjy8u0so1a-Sw8CC3XFIbAYMzKwNaeHnaeLptWgHrsTS8Cw_w=
959iklTd8-7MUjjDap3ioegeWjlzBQNLsSSjsE7g target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3697950507899058510/profile/verify?=
hl=3Den&amp;pin=3D82986&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rI61lnysDFYuZ=
KZ6CrrhSVwII99BWHvlXda2Zb6Kjy8u0so1a-Sw8CC3XFIbAYMzKwNaeHnaeLptWgHrsTS8Cw_w=
959iklTd8-7MUjjDap3ioegeWjlzBQNLsSSjsE7g target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3697950507899058510/profile/verify?=
hl=3Den&amp;pin=3D82986&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rI61lnysDFYuZ=
KZ6CrrhSVwII99BWHvlXda2Zb6Kjy8u0so1a-Sw8CC3XFIbAYMzKwNaeHnaeLptWgHrsTS8Cw_w=
959iklTd8-7MUjjDap3ioegeWjlzBQNLsSSjsE7g target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5qACfgOmdZoQqw3bu=
tCJIv05YoQpgfjiE3x3VMdgPtY6VQ4ed-6IWNSsQygSouBjUmw5E_S7Sm4o9mey2Bur22qilMqC=
6SUcMBctG-iZNiX2JZAoAHZvkPec973ieVfFyXXA1vgfLE1_zCY53knwVKEuyrpwA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">service@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3697950507899058510/profile/verify?=
hl=3Den&amp;pin=3D82986&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pXhPafB-RTZ1T=
D8Pr8oJA9LVAXnZRxIY56nsQepX5lR797Ias883QZHdwBJpiQh3APCanHcLGWa4DNsD5QQAhNif=
CBBGQYHVZQXCEF_3XEDaM1m3_GLRI-FmPvhR6ykfTX-A target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3697950507899058510/profile/verify?=
hl=3Den&amp;pin=3D82986&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pXhPafB-RTZ1T=
D8Pr8oJA9LVAXnZRxIY56nsQepX5lR797Ias883QZHdwBJpiQh3APCanHcLGWa4DNsD5QQAhNif=
CBBGQYHVZQXCEF_3XEDaM1m3_GLRI-FmPvhR6ykfTX-A target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3697950507899058510/profile/verify?=
hl=3Den&amp;pin=3D82986&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pXhPafB-RTZ1T=
D8Pr8oJA9LVAXnZRxIY56nsQepX5lR797Ias883QZHdwBJpiQh3APCanHcLGWa4DNsD5QQAhNif=
CBBGQYHVZQXCEF_3XEDaM1m3_GLRI-FmPvhR6ykfTX-A target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5rSlng-Kdvc9B2Vf13PcNkkqCKl3V0iFpkEbhpPY5izVXjT9yWn3ChSbtnDFqqKmvA86nW=
Qm0JJsvlg51hbG-vBVj5IVyw6WRlBVp6dt8ErU95tUoPomTTK5zkFVH8E5hs9u14xoEvWjhWyE3=
1AsYqZ4s61kfRhM9XmNqUy4Ypt_A style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5rhWqihld1H2N0BAIHxftC2pNpga-XynsfMNb3R_vA3v0CYLVD9Y4OpsRA6CEdiSJ1tUm1UbQT=
i68bxs-sIKgtzkLqYbihwJmaek5gJYL4IwjsR930nhSR1nhfZAhYeXKyFHoTnew style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qtkQlkYRUUb1Uu7k_njHnGf7PtBQ_5rhZjz7B-y2JBDmdw2FLUl0NfKujV4Yz92F=
ME2zI6nHwjnW2_L9j6ksC7C5z0eUUWJubRXtqjQQp1J36-PPGx7JUbvkMxpO07aT1M0w.gif></=
body>
</html>
--0000000000005f77d6063b348680--
service/cur/1754409405.M932831P1883429.premium320.web-hosting.com,S=30630,W=31176:2,S000064000000073646151007557640020675 0ustar00Return-Path: <3tymSaBEKAJ4UMPIQN8AC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id INEsN70pkmglvRwAVkXPrw
	(envelope-from <3tymSaBEKAJ4UMPIQN8AC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 11:56:45 -0400
Return-path: <3tymSaBEKAJ4UMPIQN8AC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 11:56:45 -0400
Received: from [198.54.122.200] (port=61548 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3tymSaBEKAJ4UMPIQN8AC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>)
	id 1ujK1t-00000007urC-3BP2
	for service@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 11:56:45 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=4iaXd+q0;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3tymSaBEKAJ4UMPIQN8AC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com designates 209.85.219.69 as permitted sender) smtp.mailfrom=3tymSaBEKAJ4UMPIQN8AC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f69.google.com (mail-qv1-f69.google.com [209.85.219.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bxJ2J05vvz180l
	for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 15:56:40 +0000 (UTC)
Received: by mail-qv1-f69.google.com with SMTP id 6a1803df08f44-6fab979413fso110895746d6.2
        for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 08:56:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754409399; x=1755014199; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=hF1BaOuq6YyrgnHWfkRo11jbcEmb89/erjSQZq3hE10=;
        b=4iaXd+q0DfmsZDWqVxp2oJuxXvtf8+RvLSvGbOjcinlwKBsp+o18aZYSrbkW5uUlll
         wpexPlfAJP5MfCfEi3y2F2Nv9lMPvG1LEn5HSHh2iAbcwsgLbd3h6kiV409LQGYQatT2
         24CFq822cBuex0QIgrkZqD28bgpwTKQjKYbp/OUup2kBXfr7yvUT3/3CErO556M+humO
         qnkNuoSX+RS1kja9nKAy8s09Q5ubn6grCIOlMUpCM1HZ7rZkfLLtFjt4GbNzvzHW8G08
         BvzRsfdGnYgsOwcJzFcLNfDEt27nYFvvNutsWZNOYdhK/xSwClwNezIfTPzqqTVBezPf
         3N4A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754409399; x=1755014199;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:list-unsubscribe-post:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=hF1BaOuq6YyrgnHWfkRo11jbcEmb89/erjSQZq3hE10=;
        b=ILPXNms7B1KZkXOW32KAxeIMqYWSLMrgv1WtOrz4aoeshqTbYN6XNMNfYzYgV0tMsw
         eBckaVF9EQrGPK9a3o1sJude+Xgx0aA3pbiU/qtQUTp8CyEGUrhrfpZiLiNyG3HAuntF
         8X0peDokxsQUV6lOgZcuEDNSGFMbhdnGkQylVX4HHUG8rLAUkAMIFu6AKMA6Xdx3VsyA
         5WNC+a7rjpo1fP+amLXkyiWjQA8+oAIKbXJDxzl4vEleKa+7oe98X2pwj+mNfM3GcbUG
         EXB0N6eCqJe6aJcUvmV9uVgYfado81Gk9KDHWKc5R6mje7rPNak6lQBVSlJiM89gjZin
         vQkg==
X-Gm-Message-State: AOJu0YyLKdPnzNYnEWmPBfMfcwJ0hLAfPZbIRZwNDI/MgCT8lC5O4kCD
	EUypdd9EblftKwrzD5Yxp/+jdBLE2KAiXUiDasOQNFfDEEJKK5s88aeDh+vU
X-Google-Smtp-Source: AGHT+IEfap8OQ266PT3ttWEcpY2Hwpe1Jp8z6TGB9ZQB9urwW4T69SaU7269DTCP4u/qnJ5Bxv+X+4w=
MIME-Version: 1.0
X-Received: by 2002:ad4:4ee1:0:b0:707:4b51:a490 with SMTP id
 6a1803df08f44-70935f3ef6dmr201991166d6.5.1754409399401; Tue, 05 Aug 2025
 08:56:39 -0700 (PDT)
Date: Tue, 05 Aug 2025 08:56:39 -0700
Reply-To: The Google Workspace Team <workspace-noreply@google.com>
X-Google-Id: 4140164
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Unsubscribe: <https://myaccount.google.com/communication-preferences/auto/unsubscribe/gt/ANiao5os9phE0dW6Y_-kZ5cCgosbGaNda4Fyc-kxI26iuG-x5X-GkYF02h1nGi94rhP2x28WfEgaha7ofoYXLn0X91jkurESph-J97gEe-VbDVzF4f7AMUS3X4Uftb_AnGjmGU6_2kuXZZOhnLS-Kah_P0D5Vye6Hg2cBq3zIDWZezZNnJZx4Q6CCv3Qa9Huuc2EhtSwNn2qj8UXps01Hh7F6CwGtshjl-HEGiaQrnOGywsbYlBJ7n5y7PLqhkZVOv7jQncDI0quLHCk6iEdKyzM0e0tUp-IE1W5wwCRcUBlpYS4x0lNp04A3pO6VOtAYHeYuujEnxzI-BdkZK4IVIr2_UJtVSvNvETD5WIahorHYTcztro?utm_source=gm_header&utm_medium=email>
Precedence: bulk
Feedback-ID: P2542--244918427:C20189259:M110504489-en:gamma
List-Id: <c79b247ae656a53e3722005cb87f926f38cd6286.google.com>
X-Notifications: bc423763e3ea0000
X-Notifications-Bounce-Info: AWoTSIHzRwKPpJ0c9inMNlnDWP8GWyM7YJa7qRsKsURUE5p2dsgJKJkqA_exm5fZILO0bpoTe75n6_j0w2d3cfX6JmHpMuIEhYE3z7J_iccGGeU4ho3LVgwY2lCEM9J2CbybasjLi3kcenQW_1dKkjLaEDbMwe9SudGZ2Ga2aiSdGXodi_-LNwouqr_qcf5OZuU3puYl0lG9NluOuSPrOtFNG2TIVv4bVWa1kmyAm58Bn6UmdyXbHuAp82fy9tzrMZatGxdz6QCXABfsRT7Y4pa1ZmEUFIUxv-gfclleLMWTWKSn9_jMFwUoDOUsoSYfH2FrYJFpVAjN-eq9B4BC73TTbRAX7bH1VBcrAdhaLLwIly-IpHMPtw73G_nceprnz4dfXVv2Gs80fEd7b8zv4j0AzoPxWJPoejVBgLdOC-d7axD06APoISXrrpfafQrl_iM9ZL0IoLEk4JWLr9E2uJkA6GoXENgWis_5vbybFsAkfFzcmDlMJ2fbT91_8fwinrhMU9aaxsW0mumpkofbDLjtgQrYheBYmkpMizrXiPv7hRdGDcSmT1Vzskpbzv-1FOTcWmpKxkQxBUdIoS5JpPZD2mJE3Y1sx9gvCeA0sv67_cNxoz7yV5dqumdbfRf9LmSh4V8BekYKep0zT5YnwnRs7oiZ-rEnUSGPrQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <d818b6aac43d2d55924137bc2eba26930e501912-20189259-111087920@google.com>
Subject: Invite colleagues to your Google Workspace Essentials account
From: The Google Workspace Team <workspace-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000000abb6a063ba0457d"

--0000000000000abb6a063ba0457d
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpJbnZpdGUgdGVhbSBtZW1iZXJzIHRvZGF5DQoNCg0KR29vZ2xlIFdvcmtzcGFjZSBFc3NlbnRp
YWxzIGNhbiBoZWxwIHlvdXIgdGVhbSB3b3JrIHRvZ2V0aGVyIG1vcmUgIA0KZWZmZWN0aXZlbHku
IFRvIGdldCBzdGFydGVkLCBpbnZpdGUgeW91ciBjb2xsZWFndWVzIHRvIGpvaW4geW91ciB0ZWFt
IGZyb20gIA0KeW91ciB0ZWFtIGRhc2hib2FyZC4NCg0KSW52aXRlIHRlYW0gbWVtYmVycyB0b2Rh
eQ0KDQpXaGVuIHlvdSBpbnZpdGUgcGVvcGxlIHRvIHlvdXIgdGVhbSwgY29sbGFib3JhdGluZyBp
biBmaWxlcywgdmlkZW8gIA0KbWVldGluZ3MsIGFuZCBjaGF0IGNhbiBiZSBzaW1wbGUuIEV2ZXJ5
IHRlYW0gbWVtYmVyIHlvdSBpbnZpdGUgY2FuIGNvbnRpbnVlICANCnRvIHVzZSB0aGVpciBjdXJy
ZW50IGVtYWlsIGFkZHJlc3MuIEFuZCByZW1lbWJlciwgdGhlcmUncyBubyBjaGFyZ2UgYW5kIG5v
ICANCmNyZWRpdCBjYXJkIHJlcXVpcmVkIHRvIGFkZCB5b3VyIHRlYW0gbWVtYmVycy4NCg0KDQoN
Ckludml0ZSBwZW9wbGUgdG8geW91ciB0ZWFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXIzWG1p
NnhkT1lYRjNxcGJtdWVsUFV1STY2Q29YalZzb3NOVC1QTDI5bTVvajhwYlRVeWdhNFlBeFE3S2ot
Z18ydjhueWVzNVA3U1BBYWdDaU4tck04ZF9qNWFzTWJCZkpPVUpJU1FLd05ISEdFZUxKeDFYMTFt
REVCU3ZzLVpqa2tONHIxYTlDZXVEUkY0WDg1cnFHaTkwNEZrZHBGbDVSN1VKaXViR3lqTEZJcEVT
bkw3WnprMUdENGZtRjRoT0dTd09kRXpJU1NSd3FzY0NtZnVpNzZLSVJ4NGpkXzVDVmU0ZDE5QWdy
UHMydndCNk5vTnhMbjF0Wm1NZHpkZXJEWjh0Q2VtVm9heWpnVlVYVEM5ZUdjd3QyaGNfOXVKTjV4
cXVuMU9kR0ZMQVE4SEpka1BaLTVOeEd2ZmRZRDk0ZE03QT4NCg0KDQoNCllvdXR1YmUgIA0KPGh0
dHBzOi8vYy5nbGUvQU5pYW81cDcxcTMwdU9TR1lOOS12Y0xyWXZvTHQ0eEdRZXdLdFdSbV8xMDNf
NXpGNFQ2Y0Z3NlRFM3pBR0dSTm9rUng1UlRwV0trOFVEYk1tdGxCQkp4dm1RREtGQXdyMm9JUlNN
R1FKVTRmckxVNUl5OEc2ekdQekF1YzRBVHdTQlBsbHgyblRtZkZFX3hwOTk0YT4NClR3aXR0ZXIg
IA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cHB1TUxuQk9FV0FMdmY4Ul9NM1RsSDhiNTJGQTRkYjJ4
a2dzOEtWR1U2THRtaVhRSXg5djZTYWJMQ0lNTlZHRWNQZEJxSmVTdDVYbDBrQ2cxVmpRM2ZwQzJC
QjdIY1lpeFJINkZZYzdSVEhnUnZERXJ0elhCRGZmSVZzYUVGV1lGSzBWaTkxMTg+DQpMaW5rZWRJ
biAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwSk8ybjBySGZfU1Zxd2VqanZVbXhMZzZsMlZNcHhV
WGR4SXFZS3RoZ3FsdVY1cERremFPLWlPMFRaUndYZmwzVUFteUpjRG90QmxxcVNIRGlFWi00MTg0
bGY5bnpSUWFpWnRBb3VrYU1QSDl4SDhVUGh6ZGxlcVYzUmtkN1pDSF9aVmc2TlBVZGtuTXBjQzky
MnZyTHFrMUpoUi1sWj4NCkZhY2Vib29rICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXE2SHVHQzln
cTIxQ3JjX21UV2tJVzI1WVNVSmhPb1ZNYlV5blV3UHFRcnV5WUNoNGhYMi1sMV82TjZiQU52V0hS
TXBhRXJmUWszcTh2bkpiNV9FREI5S29oS3prenkwWWs4RlJ2VDdxZkhHS1RQcDJ1b3NMRE1GMjhF
TlZydHJnMjhFZUZZLXcyT0owbUdZNjg+DQpJbnN0YWdyYW0gIA0KPGh0dHBzOi8vYy5nbGUvQU5p
YW81cmtNRFFORzN2LWJVWUV0SlBqTnJlQTg5S083UTVEM1l1WS1LVEpMNFNEU2p2WW04dFkwa2tn
SG9yaWlWWVpsVGRCWUJZd1I1Y2ZpUi1kN0NwQTV6SUVycXgtd01qd2I0ZDJRMHVXcFQtRHFBRElV
VXVIQXF2VjVLdkRvM0todWdFbVZrSUw2dzQ5Zmo3NUt2cGpDZ2c+DQpHb29nbGUgTExDIDE2MDAg
QW1waGl0aGVhdHJlIFBhcmt3YXksIE1vdW50YWluIFZpZXcsIENBIDk0MDQzDQpUaGlzIGVtYWls
IHdhcyBzZW50IHRvIHNlcnZpY2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xh
bmQuY29tICANCmJlY2F1c2UgeW91IHNpZ25lZCB1cCB0byByZWNlaXZlIG5ld3MsIHByb2R1Y3Qg
dXBkYXRlcywgYW5kIHRpcHMgYWJvdXQgIA0KR29vZ2xlIFdvcmtzcGFjZS4gUGxlYXNlIG5vdGUg
dGhhdCBzb21lIGZlYXR1cmVzIGhpZ2hsaWdodGVkIGluIHRoZXNlICANCmVtYWlscyBtaWdodCBu
b3QgYmUgZGVwbG95ZWQgYnkgeW91ciBvcmdhbml6YXRpb24uIElmIHlvdSBkb24ndCB3YW50IHRv
ICANCnJlY2VpdmUgc3VjaCBlbWFpbHMgaW4gdGhlIGZ1dHVyZSwgcGxlYXNlIHVuc3Vic2NyaWJl
IGhlcmUgIA0KPGh0dHBzOi8vbXlhY2NvdW50Lmdvb2dsZS5jb20vY29tbXVuaWNhdGlvbi1wcmVm
ZXJlbmNlcy91bnN1YnNjcmliZS9ndC9BTmlhbzVwdXRzcnFyMFlDU2ljdndTUTE2OTNWbGlDaGM2
Y255M3pZTlVqVHk4SnpQbFZDSnNqa2hQdi1lVTdkc0tUZVZSMmJJeGx6S2dhX0w4SXZNeDRFa1k4
aWd0bGY3Y29leGRZdDIySVJZSGY1NnV0WXFjQ0RJOGhnQ3dUMFhETzFwMXhzMWZWTmVRYUdXM09C
OHpvbWlxM296clVxbkVhRzZsdHhVZF9BQXcyLWJGdkdtQUtWd3pMaU9hVjkyR1A3aDYySHBVSVBF
ZzBvMUJCVmV5Ymt2SVV0TWNyYl9IajI0VTNhXy1uUVp6RURhUUxDUDlmRGNqUlJndGJPS3F4ajN3
aUl6SndRYktkSTg1bmdER3NTX3RwMnEtYnZjam9ER2plNmdzRl9JS2hqazF5dHhYZFBmVVg0SDN5
aGJXak1CN2hiVmRoeTFncXhXRFh5a3d1S2h2cEtiWV9Pb1c3dGwwVE1LdFlhWEJSZT91dG1fc291
cmNlPWdtJnV0bV9tZWRpdW09ZW1haWwmYXV0bz10cnVlPi4NCg0K
--0000000000000abb6a063ba0457d
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Invite your colleagues today</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:100%;" c=
lass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">To get=
 your team started, start inviting your colleagues to join your account.&nb=
sp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj=
;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&n=
bsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp=
;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&z=
wnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter style=3Dwidth:100%;max-width:480px>
   =20
    <tr>
      <!--[if mso]>                                          =20
          <td align=3D"center" valign=3D"top" style=3D"">
        <table role=3D"presentation" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"480" align=3D"center" style=3D"min-width:480px;border:1px solid #DAD=
CE0;mso-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-to=
p-right-radius:8px;">
<![endif]-->
<!--[if !mso]><!-->=20
      <td align=3Dcenter valign=3Dtop style=3D"border:1px solid #DADCE0;mso=
-border-alt:1px solid #DADCE0; border-top-left-radius:8px; border-top-right=
-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dmin-width:480px;><!--<![endif]-->
          <tr>
            <td align=3Dcenter valign=3Dtop>

<table bgcolor=3D#ffffff role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D480 align=3Dcenter style=3D"width: 480px; background-color:#fffff=
f; border-radius: 8px;">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  </table>

           </td>
          </tr>
       =20
<!--[if mso]>                                          =20
          <table role=3D"presentation" class=3D"" bgcolor=3D"#ffffff" align=
=3D"center" width=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"widt=
h:480px;" dir=3D"ltr">
             <tr>
                <td class=3D"" bgcolor=3D"#ffffff" align=3D"center" width=
=3D"480" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:480px;" dir=3D"=
ltr">
<![endif]-->
<!--[if !mso]><!-->=20
          <tr>
                     <td bgcolor=3D#ffffff style=3Dmargin:0px;padding:0px;>
                      <!--<![endif]-->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start body =3D=3D=3D=3D=
=3D=3D=3D -->

<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:28px; font-weight:bold; font-family:'Google Sans'=
, 'Roboto', Arial, sans-serif; line-height:36px; padding-top:32px; padding-=
bottom:24px;letter-spacing:0px; padding-right:32px;padding-left:32px; paddi=
ng-top: 19px; padding-bottom:9px;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->Invite team =
members today
    </td>
  </tr>
  </table>
   =20


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
 <tr>
 <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,sa=
ns-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#3C=
4043; padding-top:0px; padding-left:40px;padding-right:40px;">Google Worksp=
ace Essentials can help your team work together more effectively. To get st=
arted, invite your colleagues to join your team from your team dashboard.</=
td>
</tr>
<tr>
  <!--[if gte mso]> <td align=3D"center" style=3D"width:480px; padding-top:=
0px;;"> <![endif]-->
<!--[if !mso]><!-->
<td align=3Dcenter style=3D"width:480px; padding-top:4px;">
  <!--<![endif]-->
<img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-=
email7-new-transparent-w920px-h483px-2x.png width=3D480 height=3Dauto align=
=3Dcenter style=3Ddisplay:block;width:480px; alt=3D"Invite team members tod=
ay" /></td>
</tr>
</table>
   =20
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 style=
=3Dwidth:100%;background-color: width=3D100% class=3D"">
  <tr>
        <td align=3Dcenter class=3D"" style=3D"   Margin-top:0;
   Margin-bottom:0;
   Margin-right:0;
   Margin-left:0;
    padding-top:0;
   padding-bottom:0;
   padding-right:0;
   padding-left:0;
 color:#202124; font-size:16px; font-weight:normal; font-family:'Google San=
s', 'Roboto', Arial, sans-serif; line-height:24px; padding-top:32px; paddin=
g-bottom:16px;letter-spacing:0.1px; padding-right:32px;padding-left:32px; p=
adding-top: 56px; color:#3C4043;">
      <!--[if mso]><font face=3D"Arial,sans-serif"><![endif]-->When you inv=
ite people to your team, collaborating in files, video meetings, and chat c=
an be simple. Every team member you invite can continue to use their curren=
t email address. And remember, there's no charge and no credit card require=
d to add your team members.
    </td>
  </tr>
  </table>
   =20

<table width=3D100% align=3Dcenter role=3Dpresentation border=3D0 cellpaddi=
ng=3D0 cellspacing=3D0 bgcolor=3D#ffffff style=3D"background-color:#ffffff =
width:100%;">
  <tr>
                              <td bgcolor=3D#ffffff style=3Dbackground-colo=
r:#ffffff;padding-bottom:56px;padding-top:0px; class=3D"">
                                 <div style=3Dtext-align:center;>
                                    <!--[if mso]>
                                    <v:roundrect xmlns:v=3D"urn:schemas-mic=
rosoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" href=3D"h=
ttps://c.gle/ANiao5p8EJGiraiqd_geqxURqbBlF3A4SEKx6RXgFj6aM9hOfS5argH5sKuNvA=
o7rCHYQztNK30BpT7a0zuqYEcT__YgSY7bxOxOHQTLvu9y3EMuf1USxm_8TZlGQ6AdQLy8-5olc=
_lMM5mFF1DJbmEnwa7Xsn6Cv38T5c2cld-z5EdqTiefRt6pv3ZguzzKqrX4ADMO5BtQ3hmPiqCp=
Liwxe0N_cHx4i049jZlfIJwC0oMezj6lBz2MCcuIjJ8HR2dmcqWe_phze3TnvdIH4McJbdvrm0a=
_oaIVZMUOxMTNhoCABnx2dw4YvQQcj2z4N3dU35_wtOYB" style=3D"height:50px;v-text-=
anchor:middle;width:265px;" arcsize=3D"10%" strokecolor=3D"#1A73E8" fill=3D=
"t"  fillcolor=3D"#1A73E8">
                                       <w:anchorlock/>
                                       <center style=3D"color:#ffffff;font-=
family:Arial;font-size:14px;font-weight:bold;">Invite people to your team</=
center>
                                    </v:roundrect>
                                    <![endif]--><a class=3Dmobilecta href=
=3Dhttps://c.gle/ANiao5p8EJGiraiqd_geqxURqbBlF3A4SEKx6RXgFj6aM9hOfS5argH5sK=
uNvAo7rCHYQztNK30BpT7a0zuqYEcT__YgSY7bxOxOHQTLvu9y3EMuf1USxm_8TZlGQ6AdQLy8-=
5olc_lMM5mFF1DJbmEnwa7Xsn6Cv38T5c2cld-z5EdqTiefRt6pv3ZguzzKqrX4ADMO5BtQ3hmP=
iqCpLiwxe0N_cHx4i049jZlfIJwC0oMezj6lBz2MCcuIjJ8HR2dmcqWe_phze3TnvdIH4McJbdv=
rm0a_oaIVZMUOxMTNhoCABnx2dw4YvQQcj2z4N3dU35_wtOYB style=3D"background:#1A73=
E8;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Google=
 Sans', 'Roboto', Arial, sans-serif;font-size:14px;font-weight:bold;line-he=
ight:21px;text-align:center;text-decoration:none;width:255px;-webkit-text-s=
ize-adjust:none;mso-hide:all;padding: 14px 0 14px;letter-spacing:0.25px;" t=
arget=3D_blank>Invite people to your team</a>
                                 </div>
                              </td>
                           </tr>
  </table>
   =20
                       </td>
                  </tr>
                        <!-- =3D=3D=3D=3D=3D=3D=3D end body =3D=3D=3D=3D=3D=
=3D=3D -->
                        <!-- =3D=3D=3D=3D=3D=3D=3D start footer =3D=3D=3D=
=3D=3D=3D=3D -->                       =20
         <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4>

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oCXaoC8Nk8JTcbdGRikqZN9TX-H51JpR7zyz6=
jEHB_mbwbv6xcQeGugD2B6CqKOmWtE0g3EEaq0i2jl3tTH161h9vA79fk5BjGcajEwyOt3kzEyn=
dPvTr9VXXy-s1rV6cyiefiaWneA60VWpg target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rpK1BFEDiPOJcK5Wa7B8H5rfGQBDXZYySRaGU=
6ZDVDeTU4mnEBHuEWK6prQN8SAxUalTEXdeqwrEWhvCv4Dv0Ldwml4rk19gukK72udq6_DzdOLR=
bkRG9Wp-ImxQdT32b2bcR2cA1Bxg target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q9wG7s25Z8ub246cCGdA_lW1ZdtOwMf6UtdUJ=
j0yatoSNp4R3exx-qpZQ62pZRwF_00mPOq4l3g6NaDyeWkdXNFufZLbij9CcvJXaqW1yhCo77qm=
P7MouhQ20nL6J9XTJn3scsL2o8V6ZboXJ4gGK6hv6G_TDCXYw target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedIn width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pxwwa3nIV2tNF8PQjEywVAzh6Vi-MhMTQUzQL=
YFomlbWML0k8AYEaE6USl6m8NAAIr4DOqtd8nWD1FCAWPz7M1T3z05dHFhPxQ45fddkdD9WKjh5=
uTChPXnq0VOXrlX_pMOdWJzpqxRTD1mrVrMw target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5q-Zqg1TUCbTtRLkfL8npf6f9-16QLvVWl0Xvh=
vuDSKVaTIMu1isyuEbccK7jpQS3-V0tfCs2gzFQjDh_zS4z6vot4xRwnsvW5-ZtgVWfaejIomya=
2-B4qWyakqtya8T3D0ww2B7FqhAFAxoEZCk4SWlg target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:14px; padding-bo=
ttom:17px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43;word-break:normal !important; letter-spacing:0.3px; padding-left:32px; p=
adding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sans-serif; =
">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Google Sans', 'Roboto', Arial, sans-serif;word-break:normal !importa=
nt; ">Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial, sa=
ns-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Google Sans', 'Roboto', Arial=
, sans-serif; ">
          <!--[endif]---->
          This email was sent to service@24hourwaterdamagerestorationlongis=
land.com because you signed up to receive news, product updates, and tips a=
bout <span style=3D"white-space: nowrap !important; direction:ltr;">Google =
Workspace</span>. Please note that some features highlighted in these email=
s might not be deployed by your organization. If you don't want to receive =
such emails in the future, please <a href=3Dhttps://myaccount.google.com/co=
mmunication-preferences/unsubscribe/gt/ANiao5os9phE0dW6Y_-kZ5cCgosbGaNda4Fy=
c-kxI26iuG-x5X-GkYF02h1nGi94rhP2x28WfEgaha7ofoYXLn0X91jkurESph-J97gEe-VbDVz=
F4f7AMUS3X4Uftb_AnGjmGU6_2kuXZZOhnLS-Kah_P0D5Vye6Hg2cBq3zIDWZezZNnJZx4Q6CCv=
3Qa9Huuc2EhtSwNn2qj8UXps01Hh7F6CwGtshjl-HEGiaQrnOGywsbYlBJ7n5y7PLqhkZVOv7jQ=
ncDI0quLHCk6iEdKyzM0e0tUp-IE1W5wwCRcUBlpYS4x0lNp04A3pO6VOtAYHeYuujEnxzI-Bdk=
ZK4IVIr2_UJtVSvNvETD5WIahorHYTcztro?utm_source=3Dgm&utm_medium=3Demail&auto=
=3Dtrue target=3D_blank style=3D"color: #1967D2; text-decoration: none;">un=
subscribe here</a>.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>       =20
                        <!-- =3D=3D=3D=3D=3D=3D=3D end footer =3D=3D=3D=3D=
=3D=3D=3D -->
                    =20
            </table>
      </td>
  </tr>
    </table>
<!--[if !mso]><!-->
             <div style=3D"width: auto; line-height:0px; font-size: 0px; he=
ight:0px; overflow: hidden; "></div><!--<![endif]-->


   </body>
</html>


--0000000000000abb6a063ba0457d--
service/cur/1753946732.M875044P3423212.premium320.web-hosting.com,S=24651,W=25428:2,S000064000000060113151007557640020657 0ustar00Return-Path: <3aRqLaBcKABYxGE490EEBDA1470-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 0KoPNGwai2jsOzQAVkXPrw
	(envelope-from <3aRqLaBcKABYxGE490EEBDA1470-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 03:25:32 -0400
Return-path: <3aRqLaBcKABYxGE490EEBDA1470-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 03:25:32 -0400
Received: from [198.54.122.200] (port=59691 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3aRqLaBcKABYxGE490EEBDA1470-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com>)
	id 1uhNfR-0000000EQiI-1sNJ
	for service@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 03:25:32 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=mqMMZoA4;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3aRqLaBcKABYxGE490EEBDA1470-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=3aRqLaBcKABYxGE490EEBDA1470-9AD0B7K2AA270.yA8@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bt0wp2B0Pz27Xq
	for <service@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 07:25:30 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-87c3902f73fso56246439f.1
        for <service@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 00:25:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753946729; x=1754551529; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=s2yC4yOLEuHVJYs4Fl6Ve6vdo7AzHAaHbpkqVf4pGCg=;
        b=mqMMZoA4hfj3Q9cnp5qpNKbFdah1TbR6dnCjMlN8mB7fhOFRfAY/8ROhq5Rj13wqVS
         1qpwTf3Zgf408Vb0tSyRz1PSraq0Mu8Kx5/c/h4o/HQShHTcmrkiggz3yhKpobxDyXQo
         V4ZTsnKMOwPI/LUHIAOJ5P9BT+UizIj8x/WIT5kumkhfipxJ6dZufzuSTzyOP4Ge7Jny
         TWtgceiN9D4KhS6hSlwqx9+HqVnoYSiBwSU8Vq9H6ktQHtbxLjxb5klAWIo5YIOqRx8a
         k1NUKZMTrnOMnXZ+aYU8p+/TkmN8arfSPiwnxNgv/sxMGd8Syr0bIbdyX5ua70u56dQ1
         7vxg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753946729; x=1754551529;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=s2yC4yOLEuHVJYs4Fl6Ve6vdo7AzHAaHbpkqVf4pGCg=;
        b=f//qJC5NUmJ9NVxasG/GIzdR7UhlAcQ30fGPGUkL63cEyPcdHaBwXswzOdKmHRb0Ra
         J5euodpVaBaapcpxcImSqayUhIDn8aOd9/FNqDowWXYfLiBoWsjwEgKhRHMlNUiJv+kj
         bS6bj8p3tqhRUJhe6C8spIg/K4xhenP9v/Hu/tLDyeEBmikN4l6zWxLNII2ZTnBknIGS
         USUzrOkw7zSicidx6MU8r5M8hkJqd0Tz0+KPvv2KLGaJeodS7eK4/yMKQVTy4Jx8KNiB
         8mwl+af8oyL8T2ADoyNqtKLOqyNNggHWQTWgv+E20e9FTPpYhKBKcMa6b84JTetFD8uI
         suAQ==
X-Gm-Message-State: AOJu0Yy7Poui6oit7MRwZwuDQy742zI8vMvceeb2ealC7T8OUSvL0UcZ
	51oCPht1ncjX0rZiBUlLTJSzo2F0dG0NcXWlMfDCoRqbT1HkQ8QaPiiQZPcg
X-Google-Smtp-Source: AGHT+IHDqev7Nr6nEKXns8lMtENn4X+MZxc64mNId83F7KKqU18D8Xnusx4oNd6uDfbU1YFBNcx4uuc=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:1612:b0:881:4b5e:fa9d with SMTP id
 ca18e2360f4ac-8814e86f9b0mr177043239f.0.1753946729500; Thu, 31 Jul 2025
 00:25:29 -0700 (PDT)
Date: Thu, 31 Jul 2025 00:25:29 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 7b19081eaeda0000
X-Notifications-Bounce-Info: AWoTSIGU1ibshYA1WHC06668UJC4NK8yyTEqPd6ilWMBJqd8XA7-2eEzJJ_zNeON2nxEUsPtYyCM9RDsUeK8KRILKMHKPaV65PmEC9JBj7bYEp1OX2PHMyOWieroOyQedqeZ-9smT-JfVxq6DTGrpHjN1ljdnuS7KATgUws4wkrULO62BbshVkhn1kBeCuk8HzBXEyeug_Is-ZSpJmhYX3hB2xoObJRvKoKqlYt2Of64YmFhT8DwQrARMmUjyHwnkwYjXVlvLK57CIsdmcjnr3YjvDk3TVk2Jg4Qy_WKjwA7V3YrgosS8oH6MNgkVdAybqR-s36rTcExat71dJ6QTFyNaHxkTipgF14r1B05Uvj-GDxtJy6vk0YqRqxRUVGz291y5Jf26QZ-NtWYEKvj91g8QZGKPB9F460OZvS1iRf3XC8T1q6PSsyzBlJCNhMQCQfjo5A4qSt9X3onFl-3F0M5_gN1FCrhL0koJQvaVdaTjUtGsX2FHMsGmiBriHTMbNXvM7JQ29AsEyCH-Zw9wqFHP4HuVPN6AmTOT9TCoVWm1gY2pbcBbL-qOwGAArcYOuh_T0MfOiIdPAVobnks52mve9dCf807ehUUflfLK_EbUcF-_tKGGAB_iUosTaPXD_8NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <c01e60fcf404afca7de7696070658eb2f0f680fe-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000c451c0063b348bd9"

--000000000000c451c0063b348bd9
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/3697950507899058510/profile?trk=https%3A%2F%2Fc.gle%2FANiao5oZI50ofXNTZZZBs5VqSXsmEhsTwuzhn3tNEwaRH6lZs18yO8jVB2E0LOD4N2AUApCOQYIJg-QKK0eO2gnqKM3ylTegEnlmiT9mgVX_D-iAm3IXEOhjnSyHP6w>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5qvLSBRJknR9-7o3TkGuF6XF9DichV2i4elcyejlNJ64qKtOskb3HYVldBq5OJkamIBamESevzHKnsHq6oRDdrhdiG6FCMkcdhH2iebvPdozqVp51kQVb7lw2oTMCa1SOSZyv5_NtEKub7Dob8ul7fRYAqe9wJtt43WV9ZYMA4>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5qz5EjxAIBys5KyUSwT66uru52jGm6haGryatV1-WKYu0c_mUtOvIR0vGH_Pxek6xUjWW6D31biEJvCCslpwFIoeWoFJTFdIt9kPlY_9CYPgCRDASjbyNoQgga6l2mQnRfri5AP3RSziMhiCFaN_39P9PrRPgy5C5H0vcmpukCRwld98s0BQwLBC80m91eHatdHTvBc0-x_5xDW3hAhZmWOdFQh1F3ZFfl2AyyzVQ>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pJ6FjXniExSRwhowfBe8QEZk6ik1Ky5d7CYY_Bak_2bo63tkG_kz4bQlYevXU7-qD1ADzKFc_wj4SL0CXjW8-toFU3_h6O6geLNglCAvx1XDzccdBRCZ33NBQzCFO3FM9LVBw>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000c451c0063b348bd9
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5qIDZVyNnXdtzRqxlHnEkHLSQhI5=
Z2TF7SyGwm6Yf2WmEf_VNNLbLxmU-z0tmbm-26UGkt65zuzmu9T80RViM6k1z9cEr-dEHRLBxWn=
embilLIQ-j5JuG2opJ1zi5EWN2Z2fi62UgBFex47EvgbQZqVXprQ6iueon6GUx6ah08NxHY4ttE=
xdwCz2NfwMXiper5VxtiJ51px7A-RYbJ_D-V4utRvLu2hVzAfOmqcUheI>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/3=
697950507899058510/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rBxD4gskYZOOJl=
AuAxFPSeF9tJbYQlaBhvRx2kMqlgSEoS3_BWckhxeD3kbmPL3S2hf3ng_qYdKXGzFAAu1JzEkxG=
uHTrwhCexB6P3R7CrUYq3wt5VulgxmJD98Q target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan>, your Business=C2=A0Profile has been suspended due to policy violation=
.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5o8unpZLMLBtLxKfaNFCiMtVm=
HxNHLIIy39Oxf7pWchJwGnEBk4kt6VIR7nVGHWwMwrQ4SFqUlZh5BaM1IYC6QwBytoRpfIAkaYw=
k4-x3r5d-YG6hqls2mF8PL_kNeDw5SxbYKwOuqqpRxxW0i9p6_z7cBCMYERclfcHcr7OY7slw t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5o-geKsXR76rVvhJFh4_jwXlyDZDiP_wb30DDvSF2PuLgp=
JKpQ73B06PL7nIeYPvMalrehh20XNuS_WY5Bl4CXG5t1ioBTfOo9vs8s7eF25zy1foWGKYB8WLK=
NW1GHPX5Ky1oJS63DVzomRF91MqHAoc-sodGQb6V07fhnlg6hWbsumVuF-15-Lhrdw6BFC2dVZ-=
Gr9cjRnCpwDIpur2MSiZcAQmTbnzR8NodZKUxOo target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5o-geKsXR76rVvhJFh4_jwXlyDZ=
DiP_wb30DDvSF2PuLgpJKpQ73B06PL7nIeYPvMalrehh20XNuS_WY5Bl4CXG5t1ioBTfOo9vs8s=
7eF25zy1foWGKYB8WLKNW1GHPX5Ky1oJS63DVzomRF91MqHAoc-sodGQb6V07fhnlg6hWbsumVu=
F-15-Lhrdw6BFC2dVZ-Gr9cjRnCpwDIpur2MSiZcAQmTbnzR8NodZKUxOo target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5o-geKsXR76rVvhJFh4_jwXlyDZDiP_wb30DDvSF2PuLgp=
JKpQ73B06PL7nIeYPvMalrehh20XNuS_WY5Bl4CXG5t1ioBTfOo9vs8s7eF25zy1foWGKYB8WLK=
NW1GHPX5Ky1oJS63DVzomRF91MqHAoc-sodGQb6V07fhnlg6hWbsumVuF-15-Lhrdw6BFC2dVZ-=
Gr9cjRnCpwDIpur2MSiZcAQmTbnzR8NodZKUxOo target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5rCfNq6nGWhVMTML0dDWy0ha7SaYykH4ESQOpiXepG_Nz=
mrCyfKZaNRzOBDheL1_quGmvgLsq3mcpodeAlpz2PaJUuIkJZ68RKLz9PAxfmtuHhIcNF1vbb0O=
UG_kEBuM-6j5N_Znw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qk59XJZbUeGR9mxqp2FJ4YyZ-nyaIVcdiOxZ-QPweap7TjvA_OYOIOBhHlQ3Y3vz=
OkD8hxzwM1NCcS_0dYSiLTC6jvnHqNZheK0F5Zr5XXFl6A0NfWU9adLV0Vk2hWiW4SoA.gif></=
body>
</html>
--000000000000c451c0063b348bd9--
service/cur/1753687970.M742255P3432020.premium320.web-hosting.com,S=33190,W=34037:2,S000064000000100646151007557640020657 0ustar00Return-Path: <3mSeHaBcKAFAtCA05wAA796x03w-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id dhqPK6Inh2hUXjQAVkXPrw
	(envelope-from <3mSeHaBcKAFAtCA05wAA796x03w-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 03:32:50 -0400
Return-path: <3mSeHaBcKAFAtCA05wAA796x03w-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 03:32:50 -0400
Received: from [198.54.122.200] (port=36157 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3mSeHaBcKAFAtCA05wAA796x03w-569w73Gy66y3w.u64@scoutcamp.bounces.google.com>)
	id 1ugILr-0000000EOon-0uPk
	for service@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 03:32:50 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=VLvLTMIJ;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3mSeHaBcKAFAtCA05wAA796x03w-569w73Gy66y3w.u64@scoutcamp.bounces.google.com designates 209.85.219.198 as permitted sender) smtp.mailfrom=3mSeHaBcKAFAtCA05wAA796x03w-569w73Gy66y3w.u64@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yb1-f198.google.com (mail-yb1-f198.google.com [209.85.219.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br9DW1t4jz17ms
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 07:32:43 +0000 (UTC)
Received: by mail-yb1-f198.google.com with SMTP id 3f1490d57ef6-e8db89e6a38so4611847276.0
        for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 00:32:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753687962; x=1754292762; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ZkZJ9a6axlKOX0HRVYZ7O82p4Py8ZD/fNSkztPzkXt4=;
        b=VLvLTMIJhL96WieFm88PCO/XzsjS5dMJwftUKXjKcuCMsIu15BJlmSEhOJth8Em01h
         N2hsIgxjcw3kolVu8Q0WKz4KoJlnTdTjQS3mxuqBi3MLYfe0/vBVstI6A3mak8numvx+
         ME0baNt1/V3GNqg+yKlkVnPWq0SB5V/iBUV87rumAigag2ILHvq0DkrV4djG20UvMfdp
         zAtLblURaLM86z2bGT2Hr6yVG+O76a4KLDTmR0/EjeRplaCdvb6ANY/G/esbiwD9o3Av
         R1YqiRL0vnooqXKGiB3xoNHMcVI1L3ndNX8J5IC6ESwCgL9G6NVQpydqvWAVEboVdFJW
         gH0g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753687962; x=1754292762;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ZkZJ9a6axlKOX0HRVYZ7O82p4Py8ZD/fNSkztPzkXt4=;
        b=vMCYPXbQEkJySDFjRCky1PzuKsj+/CVDWjJP35xsfn3cTriqJRtcmHaARBJRDielZ6
         tJZwLzhqDYTKy65XI2fw+tMq4Gy0bWg5jy2y7t3ZICcZpTNx8ed90lDKv+10PsmkHnJt
         0X0uXzZxBpTZoV55hQuFW6EXlEJrqIL2cCtD8UEyZRvCrK70WLO1I59QAZes0NwMtVCM
         cAaZ7TZiCqqlV3NXUnSdynTmxmPwj1Q/mQQ6Fj/Eem5uTq+PrZf8odVJlceZWoBy41EZ
         0Wq6YhA22zlswS8PD7LH2pu6ZwpbIePaYX+Shigvag6U029HxU9vc22oAjD6TUI8iqkM
         TI/g==
X-Gm-Message-State: AOJu0YxcP7Rac9r1IqCVpfK2R7GWtUTZeN83elYxCygqR29RmLlBXVhh
	aqECaR8xq+fIisardx3iiYwM1zgu7x/cIOjxpPH1Rdn4wGW1YxE=
X-Google-Smtp-Source: AGHT+IFSqb0NthLCykuLXUDnZLXY8M7Dx44r3CMG51MFz3aHqkPe9oFq5l/TH+MpcPTjJYtFXnKQEow=
MIME-Version: 1.0
X-Received: by 2002:a05:6902:1403:b0:e85:f1e3:81c0 with SMTP id
 3f1490d57ef6-e8df110aff5mr11667368276.5.1753687961896; Mon, 28 Jul 2025
 00:32:41 -0700 (PDT)
Date: Mon, 28 Jul 2025 00:32:41 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: d541e752976a0000
X-Notifications-Bounce-Info: AWoTSIEUITK5zeutodt-0HE6qSqTgW0xP0MnMEegxEf_wpJBNB50x3YH8Kz8lK9JbOLMmyVEwzf-sr1FlGP-Bhh-OCvNq9fovvyytMBaqfzbIFuLhDI948EBje6v68OosQ5Z3Jt8M6Wm6LjeUXF5J1aoueSABP_h5x5JcrXmt3KrX_apo3-vLAnU1IyS4jdTHD0LpnIeBJZUWBy0pUjK1zYpmdeDo7fFaNoYbHR7rxthqhaeAYfgbjYWddDFuD6UqFV49tWXWAOVBtw0NT6AgG9OeIcCnvVLkpn2lWQ9v47f9GJ-g0q-7mUZzSVRFziHJrBxb0lsNoknATURqnIuwradZOWLJ0nIiN8PzQWlCM8kynAWoA0tUPjuoBog4MWJadRjTe89sHHeV4KMPs_3wDRUlw-iWjYE4Cgt2j4vIhON2ST1i26PxM3XJp1k0SMIacvjGiiXQnFu4RHu64R4fUiB_HHMWbINrcGhWrV-qp95VOlalK3L7ZyKKhhgBkMaZ2ITTrGL9-4r0hrD5xVGWWt7ww182DrX5plngwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <f92ba8294241852625bc7dabfea4558b62d8a6a1-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000000406f4063af84c55"

--0000000000000406f4063af84c55
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo1NjA1OQ0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzk3NjU4MTE4NzQz
MjU3Njc5NzAvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTU2MDU5JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cDFvcnVqOTg5ZG5VUTA3WXNCeEJJNlZXcUtFTjR2Mjd6TFlfMFRZMHdf
SzFnczZsbkYzRFU1bUY0dGJCVDZsZ1JTWmUzcVpxZ0FqQWc2cmo5bUdqUU16bXJNRVBaYzVxMHFL
MkF3anJGYS1xSWJSNmhURWpKUDlzZGxCQjQ+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvQTFlTVlZY3JK
WmRWUW5IU3VVcjFBdGRRWFRPajRCUUlUdFZPLUxQQ0o4STRaU3IwZjdFTVZaQkFoUXBXNU14ZHVP
anlkRng2d3YwNlNMYTJ1OEpEcE45RXJRYjFUMHp1dlFqU3lWSWFSbGNoUnhnSnFUWXNRRmlzU2Ns
REN0Y01vczNtQUVGUV9TZDFsUkxCRnVHVkZaWEk+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgc2Vydmlj
ZUAyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5
b3VyIHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1h
bmFnaW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBz
LiBZb3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0K
YXR0cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxo
dHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi85NzY1ODExODc0MzI1NzY3OTcwL3Byb2ZpbGUv
dmVyaWZ5P2hsPWVuJnBpbj01NjA1OSZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXFo
aC1Ja0hyaHpWSDZ0ZEFzVE9JQlI1MTNOTy10aXJPTHNBdVFuRzI1U21PNmxsNTFwTWFiQjg3Y0Z4
OEROQURiSjZsdG5QSHBpc0ZqMjRrUkptb0lBSTBHTlpEdkxTd1YtaFZyRVJld2p0amtEVXZrejZf
aC0zdVUxY1JSVlhJZz4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUv
QU5pYW81b3RaRkxzUXp2TGpEZ1RKVEtGNTdpd3Jsc19HX0hGVUlLNkptUEhpaFYxb0FwOUNNRWJO
Ri15cWRFOEpCQVY1RlA4bmtyUXJlWGk4cFI5eGpjQVctZllrcmU5UXdRQTYtenBPSXNDZUEyMl9i
TmQ5bnZSUFFiWHlfYWZRQ05ZLTFXLU9XTmdZaE5USFB2TDk0SGtJRVA3YkdWdzZaa2xZWno5V1Mz
THNDUT4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBo
aXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNv
bSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwNDg0Q05rd0VuZ0hUb1lTR040R2ZQUU1Ob3JrLWZZ
THdac3VJRHAweVZMakdMOVZ4NXh5MGRZU0ZQQ2U4QTRiZlBvT3M0djJuVGgyaDRYbDQ1X3duZmQ2
ZlRRYnp1MTF5RVVNMDlQb2tIYVFZbjB5Q1VKMnE5Y3pTNnljOWM2cTlZc3NFPg0KDQpZb3UgaGF2
ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5n
ZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--0000000000000406f4063af84c55
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/97658118743257679=
70/profile/verify?hl=3Den&amp;pin=3D56059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5o0tz4_jgKMP3eyebhW0kQApR5WYhp02iLrzN57fthwmxFzinwSFUxzpCPfVdiKNk3wXrJo=
OhMsAiVOShnlfj341DoWWK4jvt7Nm02JiACI_3YGRq9N2rI>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">56059</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9765811874325767970/profile/verify?=
hl=3Den&amp;pin=3D56059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qe6sFkOSqdyTX=
Pbw-9_RRaoyiZho1ckIBQ3KKmP8JU2Xc4zDR4fdK5XOfSxPepK7YS6R8ddAnDj7X8XTjikbU_P5=
6TPabNIM-WmBmuztz4g5ZxuENlIlZ8H2EKcvJ8WQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9765811874325767970/profile/verify?=
hl=3Den&amp;pin=3D56059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qe6sFkOSqdyTX=
Pbw-9_RRaoyiZho1ckIBQ3KKmP8JU2Xc4zDR4fdK5XOfSxPepK7YS6R8ddAnDj7X8XTjikbU_P5=
6TPabNIM-WmBmuztz4g5ZxuENlIlZ8H2EKcvJ8WQ target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9765811874325767970/profile/verify?=
hl=3Den&amp;pin=3D56059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qe6sFkOSqdyTX=
Pbw-9_RRaoyiZho1ckIBQ3KKmP8JU2Xc4zDR4fdK5XOfSxPepK7YS6R8ddAnDj7X8XTjikbU_P5=
6TPabNIM-WmBmuztz4g5ZxuENlIlZ8H2EKcvJ8WQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5r2tiYfPWj4g1Nky3=
bedwLMz2tpmcHFq204ap_E1YeaA07A0YerA9kE3VmZQAAo7hiRy95g7aQX2MRUiYxy0ExgcNxer=
1gmPtHslFPqjQFA__0bcUkEQ2evIqX35GZMFhGq-KMt4XEsKKq7-hDvUqhxIl3FJQ style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">service@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9765811874325767970/profile/verify?=
hl=3Den&amp;pin=3D56059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ovi5TQKHFtXhU=
t71lq9acQAuMxnhX8Upyj0K0JLJMqENeIHVLL7sLVpYBkMQ0kdBE7vRmQCY-RdXuSzVftGl84-A=
m4qA6XRIM5O35puAAy8DKpWmHJ_IDfWs2QgqEXIxB4mA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9765811874325767970/profile/verify?=
hl=3Den&amp;pin=3D56059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ovi5TQKHFtXhU=
t71lq9acQAuMxnhX8Upyj0K0JLJMqENeIHVLL7sLVpYBkMQ0kdBE7vRmQCY-RdXuSzVftGl84-A=
m4qA6XRIM5O35puAAy8DKpWmHJ_IDfWs2QgqEXIxB4mA target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9765811874325767970/profile/verify?=
hl=3Den&amp;pin=3D56059&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ovi5TQKHFtXhU=
t71lq9acQAuMxnhX8Upyj0K0JLJMqENeIHVLL7sLVpYBkMQ0kdBE7vRmQCY-RdXuSzVftGl84-A=
m4qA6XRIM5O35puAAy8DKpWmHJ_IDfWs2QgqEXIxB4mA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5pP98uswTzKIz1wAwyEI8R0NvAMXN8ZlJiA5rTzs4aSDBzmxwILhfjc-qUQUo8tmMtew-L=
DbqOVv57Q5F_-CuNmLJkJIIjxHYC2f0Fzus2O7NoBGzpiQ2J5he17RJaXgRa0dHVkZrCYoDKz0_=
Ti15ZTiHF_IYuEc1E2YN1wix0nEA style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5o0JBeaX7laLVASvDEWnZ-P4SFVpARcg0FIug2-rfubfAKnGCKqIh_-0VvIyuEuWbnJWU0EYNS=
JkVj3DXwIkXXHdpDghX-0qwe4WBmaZkglYNpISf0-hBhCfUOh1FpmCoCkd_46ng style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qgA5NP0ezUxxj8leIYYq3-zvSGoVt4_wJWZWubXCv9uHDNiX28ZJKrz91rrJ7BaN=
s0U07uMmH-q6KNJPdJCWT_De_ahGGj_e6YqT239BoopOdIv12GOGewPUBX9NVLfKvSLQ.gif></=
body>
</html>
--0000000000000406f4063af84c55--
service/cur/1756882699.M253670P354834.premium320.web-hosting.com,S=12199,W=12372:2,000064000000027647151007557640020514 0ustar00Return-Path: <3COe3aAgTAAMqr-uhso1dffrxqwv.jrrjoh.frp@gaia.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 8A8FDwvnt2gSagUAVkXPrw
	(envelope-from <3COe3aAgTAAMqr-uhso1dffrxqwv.jrrjoh.frp@gaia.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 02:58:19 -0400
Return-path: <3COe3aAgTAAMqr-uhso1dffrxqwv.jrrjoh.frp@gaia.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 02:58:19 -0400
Received: from [198.54.122.200] (port=51585 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3COe3aAgTAAMqr-uhso1dffrxqwv.jrrjoh.frp@gaia.bounces.google.com>)
	id 1uthRj-00000001XIw-0EhM
	for service@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 02:58:19 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=YWsYSUFH;
	dmarc=pass (policy=reject) header.from=accounts.google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3COe3aAgTAAMqr-uhso1dffrxqwv.jrrjoh.frp@gaia.bounces.google.com designates 209.85.214.201 as permitted sender) smtp.mailfrom=3COe3aAgTAAMqr-uhso1dffrxqwv.jrrjoh.frp@gaia.bounces.google.com
Received: from mail-pl1-f201.google.com (mail-pl1-f201.google.com [209.85.214.201])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtjh5H2Tz275j
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 06:58:16 +0000 (UTC)
Received: by mail-pl1-f201.google.com with SMTP id d9443c01a7336-248d9301475so85397045ad.0
        for <service@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 23:58:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1756882696; x=1757487496; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=FUJ9ixSHG3D+UjYsSjQl1PNssyoy7A5MsUVCimUxwx8=;
        b=YWsYSUFHeYiuRCsUppbOlOa/pv48I94ER5+GHFwsbMC2q55zxyyvNKDFOiRaYeuFLm
         3IXQUr7Ao4B2fZBBcopws/EyJe82pYIgSR2YmAGMSDDBqE9QwhtUV99zLtQTqv6DNB9f
         +hT+UBKa809XnHx1euDlaH6ea19m2k09Tt73tijrMwbNYfD7G8FI8zVkYHmRD6sGCKzo
         OdUfXBKIsPKwjJm9gXqN+Kzrf2nK0m1NF2yKIEM4d/u9SZJDyMKt+bPpSxsDKKdTdfSI
         wbZOY8KRbEo9fZwwfU5bAgoNHNu6+wHvo5pCQhy6JWkW5l73R6oZTVfQn0XJNeVk3tZ3
         5psw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756882696; x=1757487496;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=FUJ9ixSHG3D+UjYsSjQl1PNssyoy7A5MsUVCimUxwx8=;
        b=QjX6UvTgNxcYCotG5cP5XED90oYYYwbRmEiu15tlJmMye5X700egNekKAg6PyQq2qC
         e/0U/Sy5QCgoE5a5WZK2OsrvKepqOU8C9iS1QEb89uy/mrs7FUbHbLCjSikR3v13MawC
         InDVRTdO7K1+e9bwbVYUAN9A6pGBzRZkSfc43rPTzyVp5qYNVFgL0gxYTZtJY7HIWOmI
         c6ZfNtIU04MxRePyNXvZV7m0t1xw6rA2cQ8UPETtzrKWNphrsg3RrAyH3EvdZ5WmMr14
         +Mem6BH7/y8UJ95DpjH1TfsS+iQIgtHoBZ2WHbr0/gMuBeGHF8SYSCdky0aKnwop8yqD
         Fisg==
X-Gm-Message-State: AOJu0YyImisTwqv8KlvqjonDFU3n+S+P9QDqule6ZKIqy0Jz7W007cwx
	g8PbEncoQqgF6FDojGlj12tl/Ez9lnlRjYboPmbCQMNx53ZhmzhIYV1hNMLkpnjg1tPrxD7V3WP
	EOABsfNcTwH/0I+N2S95n4sD0IZ5oxztVr6PS184=
X-Google-Smtp-Source: AGHT+IHKia+ynZMY2WJMQ7wbkiITh5Fk4tFgIynNVCz8OufbsJnWLxiVGoSTkm75PKRgN8q+HrS6gGZ75OS9epnKKHuiFg==
MIME-Version: 1.0
X-Received: by 2002:a17:902:f642:b0:240:11ba:3842 with SMTP id
 d9443c01a7336-24944a9a70emr179059455ad.35.1756882696267; Tue, 02 Sep 2025
 23:58:16 -0700 (PDT)
Date: Wed, 03 Sep 2025 06:58:15 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: f4ecf10acc9a0000
X-Notifications-Bounce-Info: AWoTSIECUX64QHUlKb-y0HJfd9SuHdm0wS7dEMQ1bbdQ1Ah3psF9XVT4n8Ihry8LsfLx03g8QEbqj8Bjj6vhP66PhsR0Y7fVJNmdwOGK7XXR1Ogc62gVCswW9kcMo-qmNgdqwC61orue_zXmiZVHfbo5ti_yM_S0UPN4tGl5nzwLtbWwt2Ga5ElnRfR3HuNDM0tb0xF3z2BRHHdJAt_g03kEj0iSQ0r4rsaBRoSF37v14pYrYyZXct-nPgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <I-L3DL7pJ_-Dz1r3jpX1mA@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000005e751063de02135"

--00000000000005e751063de02135
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQpzZXJ2aWNlQDI0
aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KV2Ugbm90aWNlZCBhIG5l
dyBzaWduLWluIHRvIHlvdXIgR29vZ2xlIEFjY291bnQgb24gYSBXaW5kb3dzIGRldmljZS4gSWYN
CnRoaXMgd2FzIHlvdSwgeW91IGRvbuKAmXQgbmVlZCB0byBkbyBhbnl0aGluZy4gSWYgbm90LCB3
ZeKAmWxsIGhlbHAgeW91IHNlY3VyZQ0KeW91ciBhY2NvdW50Lg0KQ2hlY2sgYWN0aXZpdHkNCjxo
dHRwczovL2FjY291bnRzLmdvb2dsZS5jb20vQWNjb3VudENob29zZXI/RW1haWw9c2VydmljZUAy
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20mY29udGludWU9aHR0cHM6
Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9hbGVydC9udC8xNzU2ODgyNjk1MDAwP3JmbiUzRDMyNSUy
NnJmbmMlM0QxJTI2ZWlkJTNELTMwODM3MzkyMzAzMTMzNTczMDQlMjZldCUzRDA+DQpZb3UgY2Fu
IGFsc28gc2VlIHNlY3VyaXR5IGFjdGl2aXR5IGF0DQpodHRwczovL215YWNjb3VudC5nb29nbGUu
Y29tL25vdGlmaWNhdGlvbnMNCllvdSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIGxldCB5b3Uga25v
dyBhYm91dCBpbXBvcnRhbnQgY2hhbmdlcyB0byB5b3VyDQpHb29nbGUgQWNjb3VudCBhbmQgc2Vy
dmljZXMuDQrCqSAyMDI1IEdvb2dsZSBMTEMsIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1v
dW50YWluIFZpZXcsIENBIDk0MDQzLCBVU0ENCg==
--00000000000005e751063de02135
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"oazIhVdAYVxao_D-sY0Tkg">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"oazIhVdAYVxao_D-sY0Tkg"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dservice@24hou=
rwaterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.goog=
le.com/alert/nt/1756882695000?rfn%3D325%26rfnc%3D1%26eid%3D-308373923031335=
7304%26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div>=
</div><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"padd=
ing-bottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" =
style=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-wi=
dth: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" a=
lign=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images=
/branding/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=
=3D"24" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google">=
<div style=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helveti=
ca,Arial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.=
87); line-height: 32px; padding-bottom: 24px;text-align: center; word-break=
: break-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </d=
iv><table align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-heig=
ht: normal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D=
"20" height=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub;=
 border-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjX7=
9qCkCrhFSfTp48P1mZFBOogetggAxRln3LOm-Zf9gNgiB9pEp-PxKldBxku9CVTAx-ZUP7aYNtC=
PZPVTbvmzNIvnuM3FvZWsmRYSqS1wVIRocNvuUb18yGgFVROmUvwAWfE4GOw33HQFC8QPZJwen2=
lYx48GzQ2PXbPH7nSmuWh3LJUrWFvaxoiR0--mROXic0w3PpaSBfMuHrRSmsv-1ikeUf2-5fj1p=
XqZKwoSRh4Xm8kUdFXMKi3u2hiKtfoZPp8x-ho7njhAUUTr93pNVy8X7I7qochrIcjxz1-vGPM-=
2mlRggaqfIAl7eHb7muIhE5xFR89wjGLCO5vJdm2mTf035BhYA-3cG7mddHnfcSem5lEZkQJvv_=
0L1sxAnq6e7v58X_VnXLtaT0QGwmkMnbZ99Mf5f2WbW3gWjS54yKD0bp79KmDMxip8wre4MhHHq=
MGZ3dl8VoHH0Pdu5oM8SIcQZZJJHU6OFTftunIcjEMx3kWvZ0ZAcrNDqkRFp00YMcb9TxDiQ4Qi=
H94KuIyQpVF1oykQ8IFj2yetPPSx0FKgeHZLXbKW3JoywtDufg7BrkZS9Afq2rB3pz3pGO2vTbu=
3msHVNZGyGPl4kNIP9Iq9LoaXjIFJ_WIwmDd7hhhX5PfMxG2CsGxr1rWvanx1lweSrbu3oe1Ss7=
v41XZ01iZz_2nTcgzUe5iMKSMuDE7MJDW68mx2qyWbgg-CQh6W_XDrsOPWLPiQvRbNrbMxhwDoS=
IlSHJBGlL3uQPLSE-FCfXx2j3RTTeg2dYUgrW2IoT4X42q_ebNW5J4Q-9_bsdH-qoP4ERJdeTGX=
3qShXjVsrAInRgMOqIU5pof3sCs3fA9ey0qDLSkAkNrpWtwLWA6U8oVmN78H6B_oAvUBoa5kFn6=
AMW-YFdM2smXVS8U-hisBzdl5Vz6X_6HPYuLCj4dZFdPu1RRA0y5h3hjg6MbFrhQew9GJnlpPm2=
92mjqWn3_ujFA=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Goog=
le Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,=
0,0.87); font-size: 14px; line-height: 20px;">service@24hourwaterdamagerest=
orationlongisland.com</a></td></tr></table> </div><div style=3D"font-family=
: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0=
,0,0,0.87); line-height: 20px;padding-top: 20px; text-align: center;">We no=
ticed a new sign-in to your Google Account on a Windows device. If this was=
 you, you don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you=
 secure your account.<div style=3D"padding-top: 32px; text-align: center;">=
<a href=3D"https://accounts.google.com/AccountChooser?Email=3Dservice@24hou=
rwaterdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.goog=
le.com/alert/nt/1756882695000?rfn%3D325%26rfnc%3D1%26eid%3D-308373923031335=
7304%26et%3D0" target=3D"_blank" link-id=3D"main-button-link" style=3D"font=
-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-seri=
f; line-height: 16px; color: #ffffff; font-weight: 400; text-decoration: no=
ne;font-size: 14px;display:inline-block;padding: 10px 24px;background-color=
: #4184F3; border-radius: 5px; min-width: 90px;">Check activity</a></div></=
div><div style=3D"padding-top: 20px; font-size: 12px; line-height: 16px; co=
lor: #5f6368; letter-spacing: 0.3px; text-align: center">You can also see s=
ecurity activity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decorati=
on: inherit;">https://myaccount.google.com/notifications</a></div></div><di=
v style=3D"text-align: left;"><div style=3D"font-family: Roboto-Regular,Hel=
vetica,Arial,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-heig=
ht: 18px; padding-top: 12px; text-align: center;"><div>You received this em=
ail to let you know about important changes to your Google Account and serv=
ices.</div><div style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=
=3D"afal" style=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;c=
olor: rgba(0,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12=
px; text-align: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043=
, USA</a></div></div></div></td><td width=3D"8" style=3D"width: 8px;"></td>=
</tr></table></td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td><=
/tr></table></body></html>
--00000000000005e751063de02135--
service/cur/1752995928.M444283P681278.premium320.web-hosting.com,S=10249,W=10397:2,S000064000000024011151007557640020617 0ustar00Return-Path: <3Uph8aBcKAL8lttlqj1twpxufhj-stwjuq3lttlqj.htr@idverification.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id pgPrGViYfGg+ZQoAVkXPrw
	(envelope-from <3Uph8aBcKAL8lttlqj1twpxufhj-stwjuq3lttlqj.htr@idverification.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 03:18:48 -0400
Return-path: <3Uph8aBcKAL8lttlqj1twpxufhj-stwjuq3lttlqj.htr@idverification.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 20 Jul 2025 03:18:48 -0400
Received: from [198.54.122.200] (port=43224 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Uph8aBcKAL8lttlqj1twpxufhj-stwjuq3lttlqj.htr@idverification.bounces.google.com>)
	id 1udOJs-00000002rE8-3fzQ
	for service@24hourwaterdamagerestorationlongisland.com;
	Sun, 20 Jul 2025 03:18:48 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="2m0g9K/B";
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Uph8aBcKAL8lttlqj1twpxufhj-stwjuq3lttlqj.htr@idverification.bounces.google.com designates 209.85.219.74 as permitted sender) smtp.mailfrom=3Uph8aBcKAL8lttlqj1twpxufhj-stwjuq3lttlqj.htr@idverification.bounces.google.com
Received: from mail-qv1-f74.google.com (mail-qv1-f74.google.com [209.85.219.74])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4blFJ255WPz27Lp
	for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 07:18:42 +0000 (UTC)
Received: by mail-qv1-f74.google.com with SMTP id 6a1803df08f44-6fd3aeb2825so109913006d6.3
        for <service@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 00:18:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1752995922; x=1753600722; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:mime-version:from:to:cc:subject
         :date:message-id:reply-to;
        bh=TGzMYKB8A/Jxy2Xq2NJUni2jvpBwVfc7sJUssbwaaM4=;
        b=2m0g9K/B+p57RqzOakJJd5EZZM8ZMJtZwO95YlW2gvEu1OBGd5068cEBEGZOXl/yf3
         6sKrJJP29tgdmXItK/DX8upn5gTUwSpGDfDvjvBuS8StQnGSQApT2HovOhv7xYpRo/rM
         WGDWnmA0dLiVn7E4aH7sWMRYysTHBTb6iBfcMBB7u1JQMLxUu9nXe9j4tuVRaka2otFE
         IimvzlXWr1pqvKQuHTe+ZBFQJ9ozRMI7DAApndzkXbDUbiXADKB2WOLaAQWnrYQ91CVf
         NkNI1BNzz6745rx4sVD4k9hH0uOEDfxFrvj3Rn8paxP3cJ3ZXdaU01g11v5ORLY4UKHa
         sKLQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1752995922; x=1753600722;
        h=to:from:subject:date:message-id:mime-version:x-gm-message-state
         :from:to:cc:subject:date:message-id:reply-to;
        bh=TGzMYKB8A/Jxy2Xq2NJUni2jvpBwVfc7sJUssbwaaM4=;
        b=nHqdOimzVNS/IhNlOgr0YmvWeTjUqpTA3D/PGNbRHCTija5+DkDsEkKz4d9g1pfext
         afj0EWe3cMyzwBU54YpdzqEQm/m5z61cTL0J4hbUZRvVjyWm8wgh0Rf5Mk8W0knW6Rfn
         f6VgaVnIGWgROZZnt/TwWa5N9R76ivz5ElgShcW+vvNU9U+RFgAKuOtlZU3D2yJpiyTI
         4CPkOscuP0VRTURqfVGfC7VbH4kqV/S0buOA/O+TlfNb9KTgG3sLcbRoLinnwAyQP8mB
         yl+ERcmrFuuYbxLnXKcYd5g6Q0dgAQ7K08Z+05XstecMjyT+a6DfLYjRJy5BdsucrT3P
         CYaw==
X-Gm-Message-State: AOJu0YxaKHDo3S8cqx8mpRInX9az8Dcp3ApO9G/TKyYUal++TjQM47L6
	DDAZc6vpkRthCvUNj99z1uBjdIvplx1NxMgKqD4XTcFOzl1sSXjjuqQffVi79rpqwsOa0s4=
X-Google-Smtp-Source: AGHT+IETYiu/HhhotI+5Q0bivJ/Xo3VlFHOtT9JtnMHmNK3j84osFyMJ1P2VQD7/M7ruBymcOyEeVGg+ITliVQ==
MIME-Version: 1.0
X-Received: by 2002:a05:6214:1c41:b0:704:f952:1882 with SMTP id
 6a1803df08f44-7051a197341mr96498646d6.47.1752995922182; Sun, 20 Jul 2025
 00:18:42 -0700 (PDT)
Message-ID: <autogen-java-42335d0a-2c12-4cc1-96e1-93865d42ecf6@google.com>
Date: Sun, 20 Jul 2025 07:18:42 +0000
Subject: Verify your email
From: The Google Workspace Team <googleworkspace-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000003c01b6063a572b31"

--0000000000003c01b6063a572b31
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

VmVyaWZ5IHlvdXIgZW1haWwgYWRkcmVzcw0KDQpIaSwNCg0KVG8gY29udGludWUgc2V0dGluZyB1
cCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgYWNjb3VudCwgZW50ZXIgdGhpcyAgDQp2ZXJpZmljYXRp
b24gY29kZToNCg0KMjI3ODU5DQoNCklmIHlvdSBhcmUgbm90IHRoZSBvd25lciBvZiAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20sIHRoZSAgDQpvd25lciBtYXkgY2hv
b3NlIHRvIG1hbmFnZSB5b3VyIEdvb2dsZSBhY2NvdW50IGJ5IHZlcmlmeWluZyBkb21haW4gIA0K
b3duZXJzaGlwLiBZb3UnbGwgYmUgbm90aWZpZWQgaWYgdGhpcyBoYXBwZW5zIGFuZCBoYXZlIHRp
bWUgdG8gZXhwb3J0IGZpbGVzICANCmJlZm9yZSB0aGV5IHN0YXJ0IG1hbmFnaW5nIHlvdXIgYWNj
b3VudA0KDQpEb24ndCBrbm93IHdoeSB5b3UgcmVjZWl2ZWQgdGhpcz8NCg0KU29tZW9uZSBpcyB0
cnlpbmcgdG8gY3JlYXRlIGEgR29vZ2xlIFdvcmtzcGFjZSBhY2NvdW50IHdpdGggdGhpcyBlbWFp
bCAgDQphZGRyZXNzLiBJZiB0aGlzIGlzbid0IHlvdSwgdG8gcHJvdGVjdCB5b3VyIGFjY291bnQs
IGRvbid0IGZvcndhcmQgdGhpcyAgDQplbWFpbCBvciBnaXZlIHRoaXMgY29kZSB0byBhbnlvbmUu
DQoNClRoZSBHb29nbGUgV29ya3NwYWNlIFRlYW0NCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLQ0KR29vZ2xlIFdvcmtzcGFjZQ0KDQrCqSAyMDI1IEdvb2dsZSBMTEMg
MTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCg0KWW91
IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCBiZWNhdXNlIGl0IGNvbnRhaW5zIGltcG9ydGFudCBp
bmZvcm1hdGlvbiAgDQphYm91dCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgcHJvZHVjdCBvciBhY2Nv
dW50DQo=
--0000000000003c01b6063a572b31
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div style=3D"display: none; max-height: 0; overflow: hidd=
en;">Enter the verification code 227859 to continue setting up your Google =
Workspace account.</div><div style=3D"background-color: #f8f9fa; padding: 2=
4px 24px 0;"><div style=3D"margin-left: auto; margin-right: auto; max-width=
: 580px;"><div style=3D"background-color: #fff; border-bottom: 1px solid #d=
adce0; padding: 36px 36px 64px;"><div style=3D"text-align: center;"><img al=
t=3D"Google Workspace" dir=3D"ltr" height=3D"21px" width=3D"166px" src=3D"h=
ttps://gstatic.com/apps/signup/resources/google-workspace-lockup-color.png"=
></div><div style=3D"margin-top: 24px;"><div style=3D"font-weight: 700;text=
-align: center;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif;=
 font-style: normal; letter-spacing: 0.1px;color: #202124; font-size: 24px;=
 line-height: 130%;">Verify your email address</div><p style=3D"margin-top:=
 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-sty=
le: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-hei=
ght: 150%;font-weight: 400;">Hi,</p><p style=3D"margin-top: 24px;font-famil=
y: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; lett=
er-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;font-w=
eight: 400;">To continue setting up your Google Workspace account, enter th=
is verification code:</p><table style=3D"margin-top: 24px;background-color:=
 #e8f0fe; height: 178px; width: 100%;"><tr style=3D"font-weight: 700;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 24px; line-height: 100%;">=
<td align=3D"center">227859</td></tr></table><table style=3D"margin-top: 24=
px;"><tr><td style=3D"text-align: center;color: #3c4043;"><img alt=3D"Infor=
mation icon" height=3D"20px" width=3D"20px" src=3D"https://gstatic.com/apps=
/signup/resources/info-icon.png"></td><td style=3D"width: 24px;"></td><td s=
tyle=3D"font-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, s=
ans-serif; font-size: 12px; font-style: normal; letter-spacing: 0.3px; line=
-height: 133%;color: #3c4043;">If you are not the owner of <a>24hourwaterda=
magerestorationlongisland.com</a>, the owner may choose to manage your Goog=
le account by verifying domain ownership. You&rsquo;ll be notified if this =
happens and have time to export files before they start managing your accou=
nt</td></tr></table><p style=3D"margin-top: 24px;font-family: &#39;Open San=
s&#39;, Roboto, Arial, sans-serif; font-style: normal; letter-spacing: 0.1p=
x;color: #3c4043; font-size: 16px; line-height: 150%;font-weight: 500;">Don=
&rsquo;t know why you received this?</p><p style=3D"margin-top: 24px;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;fo=
nt-weight: 400;">Someone is trying to create a Google Workspace account wit=
h this email address. If this isn&rsquo;t you, to protect your account, don=
&rsquo;t forward this email or give this code to anyone.</p><p style=3D"mar=
gin-top: 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; =
font-style: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; =
line-height: 150%;font-weight: 400;">The Google Workspace Team</p></div></d=
iv><div style=3D"padding: 24px 16px;"><div style=3D"text-align: center;"><i=
mg alt=3D"Google Workspace" dir=3D"ltr" height=3D"22px" width=3D"180px" src=
=3D"https://gstatic.com/apps/signup/resources/google-workspace-lockup-color=
.png"></div><div style=3D"padding: 10px;"><p style=3D"text-align: center;fo=
nt-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif;=
 font-size: 12px; font-style: normal; letter-spacing: 0.3px; line-height: 1=
33%;color: #5f6368;">&#169; 2025 Google LLC 1600 Amphitheatre Parkway, Moun=
tain View, CA 94043</p><p style=3D"text-align: center;font-weight: 400;font=
-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif; font-size: 12px; f=
ont-style: normal; letter-spacing: 0.3px; line-height: 133%;color: #5f6368;=
margin-top: 10px;">You have received this email because it contains importa=
nt information about your Google Workspace product or account</p></div></di=
v></div></div></div>
--0000000000003c01b6063a572b31--
service/cur/1756966370.M941402P547144.premium320.web-hosting.com,S=22428,W=23095:2,000064000000053634151007557640020467 0ustar00Return-Path: <33C25aBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 2OR+N+ItuWhIWQgAVkXPrw
	(envelope-from <33C25aBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 02:12:50 -0400
Return-path: <33C25aBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 04 Sep 2025 02:12:50 -0400
Received: from [198.54.122.200] (port=33514 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <33C25aBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>)
	id 1uu3DG-00000002Isa-3AiD
	for service@24hourwaterdamagerestorationlongisland.com;
	Thu, 04 Sep 2025 02:12:50 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=Wpu6Bff6;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 33C25aBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com designates 209.85.216.72 as permitted sender) smtp.mailfrom=33C25aBcKAGkIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f72.google.com (mail-pj1-f72.google.com [209.85.216.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cHTfj0wWGzC1MR
	for <service@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 06:12:45 +0000 (UTC)
Received: by mail-pj1-f72.google.com with SMTP id 98e67ed59e1d1-325b2959306so1223663a91.0
        for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 23:12:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756966364; x=1757571164; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=fGAZXjOE+11JQXaMuWzmiKu5weodF6VVBnMR8Q7Kzd8=;
        b=Wpu6Bff6DD7IlMLQXvkuGDgFYQDJqZaXxGIYHub7wBMf5c8Cq5u+DvPNmMQM10WvKn
         IeUyBrp/t2ws0gW3frpRGgvRuq9C4eX61tY28+1Uid3JFgtrbb5ImZrdOHZl0WfmG4b1
         SIiXI6gRkGGiC5Jh6WXp+ZElohxHKV5Pv4kaA5Z8vHp/hm8Yv4EwBfJzvDwmWsvKl8b4
         nVHiEg4WfQT/S9O27VI6w/3z1w92d8XrqPEHD+BlvNCsoeG8/ExWy5LOJ2rwAytoodEw
         YflODc1pIDDDkgkaaGESlKui4QnYw8d7le6wd/BXX9WX2wPHjzhIENa9GZ/cXB9EZg0i
         f8UA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756966364; x=1757571164;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=fGAZXjOE+11JQXaMuWzmiKu5weodF6VVBnMR8Q7Kzd8=;
        b=IM7RfPmCjssPV9tCj+foQR6zuJrdDYTj3XZW44ZknGHFAcR92byqy+UilfDKwn/zNm
         K6bUEiLVzqY6tw+kVfqLaW5lOa7+8zE1eq/O+z5mJlTZpgL1Z2niWwwuEIx1iB2LZOOL
         Z3T0PKStypklsmgIDrXR+yS5NdVXedmsHrtNazdnR6V9Z8tksemSNSClGPGIZbrGW4lS
         vseLstD/VYRRc9R4y3W9VGU9Y33K66jo/cFThN9GYq2go5kYullTuUuUWtSecAkkcGRK
         qh61mlcpZDNHcJYqhPCO4emCTRsIzgGM0Ob4lIPFUhgmXH0Eky0sIoXtjj5PDSdfnIXX
         2wiQ==
X-Gm-Message-State: AOJu0YwjvhWkRAGSnD5n+CkMg/CE7GS2tK+0PvK4jpDKSgKxLSMBw02u
	dVVPhx+0lwDdGPcJXn0sBSqRrYosyNzqTsksHNbdXK4YvZp11nMk9vOL88/h
X-Google-Smtp-Source: AGHT+IEgoQ98hKxxgMmhyHdwaoGfYaikeWxaDPRz6lWtdvvzkin88FRgnB4d8QbBRauIwd6uzUKlS2A=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:3852:b0:311:ea13:2e70 with SMTP id
 98e67ed59e1d1-32815452f56mr24533628a91.14.1756966364648; Wed, 03 Sep 2025
 23:12:44 -0700 (PDT)
Date: Wed, 03 Sep 2025 23:12:44 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: b604954ce6ba0000
X-Notifications-Bounce-Info: AWoTSIFRPC5aAtHapBXXQbMQZGEsnuyPUjY29wEFAzRs3WEyDpskwXo3SLBT6W9dVGpJOsJFLUF5G6FQaGlL7HjFKq9Iq9DdtjopcdNdN5X5XN9WBVkL0rWyhVS2RmioJw5lxJgMUO86fjbANVv-9UQredQxVMalZAhdkSSzomuYZ4lZA2ODONw6Q9QekxzKGd3LlA2rpc9MhkVAp9MaS22UyRg7tKtK1q6THWK_SQnhj_IdlTQdhzNm79Is0PpTputNduOd22Pxr7aBwWJRpBaao6KyHIe53YByABOjBNvagFxlo2WNCecuJfMxzxsi--mE8lGDLpFpLNsaO6LQmPsFTTNspMOpbY3zJObR42sOe2ATWxU6xKPERI6yTOGOQ1rLKJ28ghyVyR7Ok5JQDSJjMPB00D9KhGEnWIXhERnPdc25vgitiBDlaHQBQOtF_bl3OCrNNs7QCMSD9SQVq3HUd7T1e7DyMnkN3BRLctj_sV4-d3xj0hPRn91ui4M7TrZJblCSWZWCWTIIdckqrYiYIu_6d2-hxHu0qVbrEjoPa4Ocvb2PG2fjFXXrMMpsjyJwM_cajNCwgvUy3PoRrMuZQItDFxpQirHNl1tfXTb-v53ODs1jFezUdeJD8X0TaKgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <be5f2052ca2d4c3f5fdf1a4dfcb953a36278b8f4-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000000c15b7063df39c59"

--0000000000000c15b7063df39c59
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCjI0IGhvdXIgV2F0ZXIgRGFtYWdlIFJl
c3RvcmF0aW9uIExvbmcgIA0KSXNsYW5kPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE1
NzQ4NTY0MTM0Mjk3MzUzNzY4L3Byb2ZpbGU/dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlh
bzVwUk5JcDdzZlZYSXd6eGF2UXhYQVFGcTlEYloyWEZ6dkxnWWR6bkVzZG9JMk05QU5kZHk5Q1pj
ZkJHNUNJaTNsMkZWeDEzSHczYTNhWXFiVi1yeUVybTJFcFJLb21oWlNSeGJaVF92Y2RkY2tDRFJ3
eUZRLU56bDdFPiwgIA0KeW91ciBhcHBlYWwgaGFzIG5vdCBiZWVuIGFwcHJvdmVkDQoNCllvdXIg
cmVjZW50IGFwcGVhbCBmb3IgYSByZXN0cmljdGVkIGxpc3RpbmcgaGFzIG5vdCBiZWVuIGFwcHJv
dmVkLg0KDQpDb250ZW50IHRoYXQgdmlvbGF0ZXMgb3VyIHBvbGljaWVzIG9uIGRlY2VwdGl2ZSBj
b250ZW50IGFuZCBiZWhhdmlvciBpc24ndCAgDQphbGxvd2VkLiBEZWNlcHRpdmUgY29udGVudCBp
bnRlbnRpb25hbGx5IG1pc2xlYWRzIG9yIGRlY2VpdmVzIG90aGVycy4NCg0KU2VlIHJlc3RyaWN0
aW9uIHBvbGljeSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwaC1mTmVZTDlpLU5kek0zcXN2Y0dG
SDlTS3hGdlJNRjBhTXprOFdib2tHTmM4emxsU0lQNEtzc2pVXzZ2eXA0M0F6V2ZIbGJ3WVk4YzZS
dTZ6RkNZNXpTYW5fcGE0UjAzT2tHRUxOckFOcGVrLXlxNDFzMzd4VWo5NUJMSGlsN1hKNnh4U3RB
RGROMEl2TU5qS1MtXzJKM0ZQSERXb01IdU9FTlBDT25WWkQwY1ZCeGM+DQoNCllvdSBjYW4gc2Vl
IHRoZSBzdGF0dXMgb2YgeW91ciBhcHBlYWxzICANCmhlcmU8aHR0cHM6Ly9jLmdsZS9BTmlhbzVw
b3ZZSE5OTWtlRmlJcjVrX3o1eXJHR0pMQWUtam13QnM1NkhZMXlxMVljMmhNWlBjVlUxNzZfLUkw
bVFUMEV3S3BtX2Y3ZDcwaUFxaFFJb0dObGRoTjl0VmhBZFN6NEUwR3ppd1cyNkVuZldkVWtNQUhV
SzdybGZFYVVNMlFybUptckdpMnExM2hSX1pJa1lSNDExcWhVZlBFV0MwQUtFYWlXN0ZTUkFMc2U4
U1J6cmEzd1Backp5V19vdUlzdWl0Q3hsWDU3cGFUZDV2X3VMaTM1RHZ5ck9vbGNmNjJ5dnFTWUdZ
bFhBPg0KDQoNClJvdXRpbmcgSUQ6IERQTkINCg0KDQoNCihjKSAyMDI1IEdvb2dsZSBMTEMNCjE2
MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksDQpNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0Kd3d3Lmdv
b2dsZS5jb20gIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cGpVb19uOGgwOUI2bEtYcmZhT1lzdGJo
Tnppb2JNMGZPZ2t0LVRtVnMxb0Nfd2dsbE9iQmRrVWdmNzBjZ0xic0wxN3E0UkNMZi1taEhpVHp5
SVpvOTkxeEZ3UWVWSl9xcjlDZlBDeENKcFJyZE5FbGlsQnRDSEk2SFpQUHdOLUVMMlpDdz4NCg0K
WW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCB0byB1cGRhdGUgeW91IGFib3V0IGltcG9ydGFu
dCBjaGFuZ2VzIHJlbGF0ZWQgIA0KdG8geW91ciBCdXNpbmVzcyBQcm9maWxlLg0K
--0000000000000c15b7063df39c59
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/15748564134297353768/profile?trk=3D=
https%3A%2F%2Fc.gle%2FANiao5rmOQr43FC28VzBLQJOxe5EXBYh5EezAP2VzOeWVpbPZZStg=
5gN01CQLXka67gUg8RPcDCNToP9Ces5bVOrbzwOTl3NsTI_la7k-m6aLcgvJATSXiAKghwIUXb_=
8A target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour W=
ater Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5pXo9To0qJVhu1oTnnyNF6TeU6L1BNHLFmcHOnC9h8uQxe=
MM9tk5woRWOMW7LvgKm9zMXe8VmEbUzgtSkPdQPI27S1fBHQmf9yQek9JUM-hczDfLF1J5DyTwC=
HvWUGsYNnAKT_v1Le2lzs8O3qIFYSouVRmvZ21sEvQWjQ5Ga2pBivj06w3Uw target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qM1r7u=
cK6-afdZ1ycvw2fqhtr0WyJfTUcYmfsYdKaolbNTgmIzs1NDsWaRcxoQpJDbQ-KM53wVkTBbO8M=
HK_8M606x8-lo7iYjFr1h6MLIBZXE6vShsb2HFqHYoW_phK0o5fii2IquOyioyaljJtVR4e9Drm=
4kjP_EBWSTXUdRx5Zg5XCUZupjR60GbCl4Ux7_R90IETMjjrebQNameTO_iIBVEkpYLyfsRprBz=
hq_ target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pL-nhgxda8ZyAGfmaoxJD2DaNqFpkT0jzyj73FFXodbR=
fXCLw2PUgq0bqIJPdkFiozPHBIqmoRWPAeWLdJgUMP7oyo3dk3_3umXkLOIRQrUqmJnheR6aH0U=
zHXipNIRDA8me5l1g style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rJCWpLN63bsXPi9XALbQ6TjdkJD843T0itFX9e1n0ZsKWsVNkU8epOcwsUj73X8j=
DPIMd57wwWzbAa-a2U76-Ayo3mJFGpPPKMJTy4zH1j_TKTpzkU2rilQy9GBrHoZVePLQ.gif></=
body>
</html>
--0000000000000c15b7063df39c59--
service/cur/1756882902.M8722P354834.premium320.web-hosting.com,S=24669,W=25446:2,000064000000060135151007557640020333 0ustar00Return-Path: <30-e3aBcKAM4vEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id yPJdANbnt2gSagUAVkXPrw
	(envelope-from <30-e3aBcKAM4vEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 03:01:42 -0400
Return-path: <30-e3aBcKAM4vEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 03:01:42 -0400
Received: from [198.54.122.200] (port=59485 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <30-e3aBcKAM4vEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>)
	id 1uthV0-00000001cw7-0uzW
	for service@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 03:01:41 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=nzNHbKXk;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 30-e3aBcKAM4vEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com designates 209.85.160.200 as permitted sender) smtp.mailfrom=30-e3aBcKAM4vEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtnc0gdRzFyD3
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 07:01:40 +0000 (UTC)
Received: by mail-qt1-f200.google.com with SMTP id d75a77b69052e-4b30cb3c705so52510911cf.3
        for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 00:01:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756882899; x=1757487699; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=hq5yplsPMzMtiNjPHTE8bMJSfQp6eO+82pEltyBfc4w=;
        b=nzNHbKXk27mkGA2/htbUDTYFmn8xNoU7RVDr4bSZrsDSMmNpu5OG17dn48VIgELwEN
         yNeftOwRuu8i01L1NlG8L83cTfosZpPXCFKwGHTnqI5Medj1Sf5UwDw4dcBB66mYVw7y
         Eh9H0/rRVHH3UW3wxspphX2Vx7FKKOkivFocZdWWg8lCBVx79zg6ss3F7NzhUNEnRuN/
         HUQ4K+kO/wFRKYTF7n7PnMWPAQqlF2d3qq4zsGBSwjdwLhAaGx3sKcQgUSVv7WCC2L3Q
         kxKkUnhOpy9KgTriCakDFI/ML22v/avFQIJYS0yjrCKdY9YuG/qZV104UEdxYC3lJ7K5
         +ZpQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756882899; x=1757487699;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=hq5yplsPMzMtiNjPHTE8bMJSfQp6eO+82pEltyBfc4w=;
        b=i6bgZc2HO1pYh2h5tfsyEK91BvHm2BK+riiszmjNppHrHcWGO+oN/U7gsqFBL9C57r
         uYnrBUBWu/viSYHxG6/LN7qhjcgYbU7JDLQgdOklJmF55ddh07sK8nEY0Lc/OMI3RFHK
         XTbIPKeKcHMIFNyxKhf1Ph6iTyIHR5AY0R5RHEI1JFgg3MTXHEXmEtxhUd+vj9GKixoM
         ynt6C0mFebD6WVeY/hswUdZ5ohPdFgjtyg68T5YvnYV8qLiTWNSicaYOqoVXdvKnTChS
         SF60Xo9JAxOmZnNN0dllcrjw3CfwnppTGNnDr9l6TWIwH+59VqVFs6xQ2IQ2/q/22EZX
         43yA==
X-Gm-Message-State: AOJu0YyhrnPqNE5GkqSq82iUaLUdIC1Pq+iI2Ew+nRPQ4HCjoWh0tCvR
	FclyGigj4Z7zHAUVPWJ/RTNynyfONrwsKB4vxXXi/2Ip9ySI6guxOQ6MHELp
X-Google-Smtp-Source: AGHT+IHLzk504caCWehtdqiRnkfFRZIdWSFArfEfZMoBaYcYV2xoozch91KbexTjvKzBlMxmfXNU3R4=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:1f91:b0:4b3:4712:d46b with SMTP id
 d75a77b69052e-4b34712dab3mr67809261cf.30.1756882899521; Wed, 03 Sep 2025
 00:01:39 -0700 (PDT)
Date: Wed, 03 Sep 2025 00:01:39 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 2f15a60acc9a0000
X-Notifications-Bounce-Info: AWoTSIGya1U_ATLolib47U2iUL8hmLaC5-JjxVoXztv6pTQ2lEKwHPvj7Hnft_pwnuU60Xr1UDrqH0XPKhBfm0wjKbycBT75PEz9NXtGArxc8E_pPg_ky5mBYtD8DIR6zRX3LAB6q0-R9eBKNisazs2EWAKh-muJUpmFY1nVNHNeuC0oQYVNGP8n2fY0M0EwNBHzoeWHwIocK2L-Agb4RdiMwLsoXOUwyiJi1Sh3HnfwW2jFa5KRal7vYpZiOM3_wvv2oQ23nSEziWobC4YSbUJFolMX9aC7mqJaBZ-Fk3YrPLZfs2v5dXUf2Hi3Kw4UfEu7FH3JKP2ysjuKLZ-iZaduTID8ygP-sW-L3QZ6hwIbfuO1crdX99FcrwvirgDKwlPFR5-CXA3UKynGW-DcMiGK7RZa3olexMPUGuP_6FxGQH33o3QwL6luVaerrB92Cl_Psdf5vhCXR4xT24NDKPjcfZKUY7f5yKqmcONJKMUTd_Y8k3qSxQjZOryNiCAzCZud1Hqd7-kFNhxkaiBGJl01bd03-BEpV1CTEaa-QfnDls0bwC306Iq2K1ZstWx3Rj4R_3TsCXX128AClPhwJt1RBuLaNknMee99kdU0OGvyX4q67Dmn1i7fyhwpJyQLKGsNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <e93236909c54c3c09bb5565ce8285218b17c67b8-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000234fd2063de02dc1"

--000000000000234fd2063de02dc1
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/15748564134297353768/profile?trk=https%3A%2F%2Fc.gle%2FANiao5r88g0TFj471CREVSgv8L-0PJMgSYLgj-RZJ28J171610i_kkuC9urJIxZylccpIHe8TqJKLQmO8EbT0l6hzs5Stx2BrqJ8-5VUhmjOrz_ZPTqcAaOO7Lu8guY>,  
your Business Profile has been suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5oqXQrP0otp8ER386QQjhNMiJBe9s65uZF2xDp6qs-pxGGlA5XXbUPeKnyqXFsYdm4Mf61uiBBOoTheG2jgeYjvasOuxzbRtWcqAnvLZBLid5UtRuII_BhHZbenSE__FUB0ddRbfFRVVAnAFe4t9UbNXRn4coLdN0Hd9GSVMd8>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5p-U8R6nu9vx862nCjLTN2zNsWCUXWXdsdzS1OCw-fXcuUiFKQmuZ9l9bMir7tcbAXgJBQDC4CcN9j55DmvnxPHQw6gaVag-N8yTrpII58TFbpIt6w4jk4LXdc8wAyfExOyI_2b2PX8b-ejpMPfJrzEenoQUEEs9PJeQDiMb7lvTFxlD8sXx9CD1D-W3T6FAnGX1MEd-EbbfBJSgSNug9z1_-fWMkToWDQkaRqDxzc>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qC5BMw9AgXyN4_2VtdmQJN6a31UbHPEMoZM4kfaAZ-kUtHgVqOrCPe-OcD1Ug0zTSUslFzQBmklWOKDcvvbbw6GKO-oSqQJF2SNlgfzyRRdg82frLHcHUFYqE4PRARzd1RJAU>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000234fd2063de02dc1
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5p1glZWL_vQmlPL-xJ6WBxTgK8fs=
8ghBHXSmDNTRsP9maD5c4ici0G_GEDd5hUqd6qhTQnrtsEiVnz7ImWf8BEQGO1NgKC-pYxP9tsX=
ghY-KFBcerhGvf5LCOkoZEcpxXZPsXJYbqzAsQfEcVJcOcyN1vaO6s4iEpRdJmnBt3tl0maSAxS=
ex9uLxhwr1bCdydngjZEqW73J8499jeEG2loVAo-jEtpe17Vb7fpi9z0HeA>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
5748564134297353768/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qNqB2jsF_YuNh=
IDYyu5_1oCFRUABnhihRWRcqpxhxzKFmKZMTvZ40ucd1ozXSwUkEJVu6J-st5G5v0qTfdGy2HG8=
KnR6ycQYzaVfDvqmK3-r2VMEOpumBWLB0kVQ target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span>, your Business=C2=A0Profile has been suspended due to policy violatio=
n.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5rT-QvjNTsST85KMogHIYnWs_=
pML9rROP6sFSAtLLIYIKPMZcwzRTuNbLZqxCqfb8Awq5uaacKExgVF83WsuBtBFeA0uZ7HWSfzt=
Sdkgp-R88aQkEsaMhBvpvUw5ZrwOYUjkqhurK4HK0DfLgxF18s_R2eNTMu0M5sPVcbbo3d-TA t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5piP8JAFjP2J8oZzpYoMaW1sqwkHZhDHTzRerj-dLtVBLh=
65K1_wWsO1ezG0LAZko0fc4hCsTFWCttWEQzvtM-3-Wb_siWTnp6if5suGLgCQVpR3G5Jg2IsQn=
4InZaYk0dVZhwwUhKfl-OnZqGhEGy1ZdpgipqWIrQuXHAqBBiNV-DnYE801yJ15AXGX0rGZqi_D=
J9GIgTJqCMLPdlUaOPDr7HnlwAjLySV0ZFJEwW8_A target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5piP8JAFjP2J8oZzpYoMaW1sqwk=
HZhDHTzRerj-dLtVBLh65K1_wWsO1ezG0LAZko0fc4hCsTFWCttWEQzvtM-3-Wb_siWTnp6if5s=
uGLgCQVpR3G5Jg2IsQn4InZaYk0dVZhwwUhKfl-OnZqGhEGy1ZdpgipqWIrQuXHAqBBiNV-DnYE=
801yJ15AXGX0rGZqi_DJ9GIgTJqCMLPdlUaOPDr7HnlwAjLySV0ZFJEwW8_A target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5piP8JAFjP2J8oZzpYoMaW1sqwkHZhDHTzRerj-dLtVBLh=
65K1_wWsO1ezG0LAZko0fc4hCsTFWCttWEQzvtM-3-Wb_siWTnp6if5suGLgCQVpR3G5Jg2IsQn=
4InZaYk0dVZhwwUhKfl-OnZqGhEGy1ZdpgipqWIrQuXHAqBBiNV-DnYE801yJ15AXGX0rGZqi_D=
J9GIgTJqCMLPdlUaOPDr7HnlwAjLySV0ZFJEwW8_A target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qoOTC58ayuruT6Ajt00p-lHb0HcKO6Nz_AWn1eADmzJh=
bc6Njq9tx8l5mpa6_JzzGhaK211hMxUNrtllWMstNMOk5Fio_1a77E0InajKcRthlK1_jYIjgbi=
w_v6DBCCAfGPbrUtA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rHMvoq1DTy4oUNJzKlDqamltKZVK9yBH52bpBpx-J7a4byU975zxOOuk0q8soNzY=
HxXSCFQnUG0Nl7CNowAvVugx1rixp984FMJfO4mv7jZbB7UlZmsIRqS2shp9Boc4CCcg.gif></=
body>
</html>
--000000000000234fd2063de02dc1--
service/cur/1754296181.M856415P262546.premium320.web-hosting.com,S=21900,W=22587:2,S000064000000052614151007557640020611 0ustar00Return-Path: <3b2-QaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id GPE3MnVvkGiSAQQAVkXPrw
	(envelope-from <3b2-QaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 04:29:41 -0400
Return-path: <3b2-QaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 04:29:41 -0400
Received: from [198.54.122.200] (port=61019 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3b2-QaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com>)
	id 1uiqZh-000000016zF-3XlT
	for service@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 04:29:41 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="tbpZudr/";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3b2-QaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com designates 209.85.166.69 as permitted sender) smtp.mailfrom=3b2-QaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwV8w17Vwz17xb
	for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 08:29:36 +0000 (UTC)
Received: by mail-io1-f69.google.com with SMTP id ca18e2360f4ac-88163258c33so519861839f.3
        for <service@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 01:29:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754296175; x=1754900975; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=DVai6JYJSrIev3p0fZreoGDJnsViYHkLDRgmi8638JQ=;
        b=tbpZudr/DKJHuXeLuiQHOcr5B+2gWnbdFWY8nohCIR2pMg0ZEw5u81Sc2wZzDeF2Ci
         b8kNh0mVn6W76ia+nlQccqywvepZlTFgtaQu/EB319h4pbtwVIs9uoCfQy0pdOjwMVly
         oHjdEAPmFXGmXsPJul5T3xRYngE2xmAPS5r9Gc5pklMSweHspoOJVc4yEKpdXRaPs0gh
         hhxBydqPIYtW3lIMsX9giLfimhgn3BPSvQc/HYli4X9wyfvOnJU/7sE94nDpmwB+a6ma
         E+0B+7ruv6UmR6wibqy2GL0hvExdni+M29pMOOxqaGB7dRs4fNUZGu0Hy0IWHQfnsb+r
         IkTQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754296175; x=1754900975;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=DVai6JYJSrIev3p0fZreoGDJnsViYHkLDRgmi8638JQ=;
        b=Nh0ggIeDX2v7iDovU9JFFFfgqmzsEV+VZtrtde/RhU24aP23/UzaDKI/BFIqEMrXGC
         p4bRiC47cEf3snDZQMig+HOq0+TaVq/GnbFvXrNBLk6PDl7lchv50rfoX73e8mK/OxVA
         7Pm9+ujilGRpYXidemDGnP1Pgfe3J7X9b4XmBthW4zK364s7jlCnMFgGU1f/z2qHvly6
         KuFADnSN2Z4JvQl5bn81oygumJYdGFsBbB62KJwxfWxYB/r7NH/7P86Zezm6nPzJ6xIH
         jGcISvYTLG1ANw4H8/LXdQB0IzlIJ73g7wOXeESi/UF4czwD9ZxV2jOk64busIf4AB6n
         jCwQ==
X-Gm-Message-State: AOJu0Yzo7IgT8cCc+zO+ahVL/ZBRtOaM/5Ij0Xo7vLKyitNDBeJHxezB
	Sxe+HQacbIzXLLtmhSEcW7+6gcDGNF5OpvluBxVPM3LB3Cd8dC3h2AfU+/uY
X-Google-Smtp-Source: AGHT+IGEbr4rHiMRKqsb4es7O6Wu/JwlwWo5kCFQjHiSM+VK0J0Lw858BDtWryE1SaHo5tIwsNKCa4w=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:168a:b0:881:85cd:d08e with SMTP id
 ca18e2360f4ac-88185cdd3cfmr257400039f.3.1754296175688; Mon, 04 Aug 2025
 01:29:35 -0700 (PDT)
Date: Mon, 04 Aug 2025 01:29:35 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: b2feed3603da0000
X-Notifications-Bounce-Info: AWoTSIHtmICvcWMBxp-HjXY5djDVugC1N3tHxLHD8bV85Yj3jyPIUaJYntddt42e_hCweoFkuNmmTx0ND00WjpzU-BsYXMZlBHrOLo1Q9Q24h_oo_s3vJQa8HmtOJe-fBy8qX2bApdPlZXMSB7LBU0evxtJEhhI5aTB6MRHzP12p_8QuvbFRIQ8kKKOzQh34DiL0fDNNNwn6Moi8LWcSbtaXf7938Y2OAqcPaTV2OR1rNY_ek8nf7SIorSvZqTg9KUBlLNyog6QKdwkJENxlB8vUxrLf__tVk7zyuUVVdQx0dIAT6AixuooFJnCbhyQ3xw27EhxcLbKKAmxBhhriUH4WnFqJameXBBlkDwNNyHhq-HOmvmWq72hRcfMX7DMlc3HP3q_KUPeW_YeQ6dYeEfOjsGEGD0DrOoMQrEt2CrKkL3STNrwSFRpH33CckE-6tZgpnKGPs2OZ5bhsv0ApGHBGf_O3JRARRFBhmQyJGy5g6MPPNQTwS36j08iZdDLwttdAlv353SQz4q8StSzRO4trpAgxDgCSGX4UMnJo3ld9AC8rRP0Xqd5JoMoIkbVv3R9E4sOiFb1Q6_bGztzX6ej7jNW9cyo3uPC7OhkSgmE1FKDRXCw3QL3uL5dEUye9LdINjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <be0f0cc003d01433a328770ea7037178599f702f-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000061fdd8063b85e897"

--00000000000061fdd8063b85e897
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/4564275217540115565/profile?trk=https%3A%2F%2Fc.gle%2FANiao5o2IRGxjCsg0jQLdIAisoFuyJ1GKA6Ke8zfGxnAmUGkNLu05BKhflvHAhnbAx7pAykOBe9mNlmSf0-5Wru2y1CNdSRBIfrMqvSC73L_D1vtT0j9vpyArmIsKXc>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

See restriction policy  
<https://c.gle/ANiao5p6Iu-GG15PwRigNP47z2BqJa73HjdMwTygRQwlbYAI508OtJ1pvROH9vg866kZJ_fvabf2Ajubnq-4z5X4kgSptN9bXZRvMv_tXXFqd2YokzAKc4W7dr4V0rxkXQRnWdF_YYRXzHnAlFku5XaUZTQhXLzbKMHHmhZRHc6nQIBw6g87jg>

You can see the status of your appeals  
here<https://c.gle/ANiao5oAG3apDYCUV34N2ufrbeSMT9C5jzKkqsYkg-Tu_Up3e7TwmdYNA76awmlJk0ccFTPlebfneCFH8n_RV3V5puHOEo3lvBG6rHtR2kfHBQ5FF1huDsZKXp7-beusJNaAsj504lrGLCX5YbDJuL6RWFH2G4Neqhwcw2SkX7r8vuO9ot3GVs_86FcjjNbNfYLYgBhe4MkJRIqzXGI29ZweDthtPbPCwTgon-5sJ_6L>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qIE4mYQWbjgHRY1gP1jnjkpSu31i25Rhaq1yt4AEQ0ipSmlh413Oiz9FZjvm5UuLuFz7j85ck8EOl2zzllAhAR08IaFREKDkax3B_Uazh8WGYu8xATrQ2G9GINmYO3oS4GJ-M>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000061fdd8063b85e897
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/4564275217540115565/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5qSenXGSV0AntMt0Cl2aBg6F1Y89biEnL9zPOCgqIZXgidXzT=
Aa6gbJv8kOQx3sw7-1ehY6yhoDZ7DW5LbQjmsfe69VowD0lH76p0I37Tzi7p3OdQJKcqWuE0rBw=
Q target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5p7uMsVxvtOy_yzPcaypRjXKCCRMrPBqvw_BzYNNjAWqay=
j87rYKGZB6vQdumiYB2brmDjeehdQOSkSLsi8xsGJw96pRD_7upAvv-_bcylhFiDm4_8E5WMT72=
R9k80UmQ9mVqq7Vs-3LqaOOD4r4jE-NrptClTwL-F3hIu7GAEzWc-CawA9 target=3D_BLANK =
style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qHCpwr=
dDLBzIJetomSw1uXj4YbRW8dw7Jmo9CEKslyCTW6r4Zhs4LVymZCH-T-PmbEzOyzMSXg6gFU9nl=
zCcI1pDmxryXymkEeUwricrXYfEng1AC52YtClp7LEb9zc46IFmLDgUfzAnVBZK28YFfFMOY6HQ=
ozyb10gBFZXUgrPSx-y9340G4AoBFxMDWn72SKRULIs4NABDXdoIzHhzMI7t1OWzmrgHVWKQ29t=
9o target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pySs07_WGRSVtjfKylsZL-seblfAuL-wPMMkV4fk6jx3=
el4yE4BRVp83k4pBt4QrPw8FuuJt5Ynqf69leC7ZXGpvYgd0S2K_Rooji4c3bPZk-tSDe-DfIWj=
zaSbC_Iv6of3NVnIw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5roMeb7D1W4U3vJPZ-3EBPYRPQK6HgVMaZlaKf4OskWIjLeeYMZVMxE0XhEuTVMcR=
c3OXBAzmkvzkKrxF_VoeuSBSRBdJvrBv3JrUE2EyEy_mgls3XbGK3G4Zmp_oNEv7-nsw.gif></=
body>
</html>
--00000000000061fdd8063b85e897--
service/cur/1756310484.M669043P1528692.premium320.web-hosting.com,S=21624,W=22308:2,000064000000052170151007557640020537 0ustar00Return-Path: <3zSuvaBcKAC4LecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 8GPkJtQrr2h0UxcAVkXPrw
	(envelope-from <3zSuvaBcKAC4LecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 12:01:24 -0400
Return-path: <3zSuvaBcKAC4LecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 27 Aug 2025 12:01:24 -0400
Received: from [198.54.122.200] (port=50898 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3zSuvaBcKAC4LecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com>)
	id 1urIaS-00000006S3S-1ipM
	for service@24hourwaterdamagerestorationlongisland.com;
	Wed, 27 Aug 2025 12:01:24 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=10XpgWCK;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3zSuvaBcKAC4LecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com designates 209.85.166.200 as permitted sender) smtp.mailfrom=3zSuvaBcKAC4LecSXOccZbYPSVO-XYbOZViQYYQVO.MYW@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-il1-f200.google.com (mail-il1-f200.google.com [209.85.166.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cBq5V2TnRz555F
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 16:01:18 +0000 (UTC)
Received: by mail-il1-f200.google.com with SMTP id e9e14a558f8ab-3f0b5f6aa32so4940255ab.3
        for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 09:01:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756310477; x=1756915277; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=cBnD0ZvIhBaqmvPhBP9X+Pp9ZoGkSx1m9mg0NsABe/g=;
        b=10XpgWCKqcI9obbApv+Swyj6NavmNhiCSPRj7kBZq9nm89luulSHKPpNQqR4fMaIS5
         wvJLcQMTo8V5h8Quv8I3V6hHvbKS+ThGfU9b7ZMclWnuLgGt8AxvTRBcfAltCTYxBvMw
         zI1r6BeIJJeRhlMAOL0NPfB7bweV1Dyp6mAV1rEQEexb2xYtDeAbGEt7LquYzUb+umSW
         5D6z9CBuHShzqquzQCJ+VmCRiG6WRH76gdK5sk69wxmnXcXfUvwwmMMgyebBMf37ByCB
         EDED7xqqvek1mGa3iTfq6blcAU5HSFZ7jdR2LwJM3Hzc7y324xiF4lhKZdOevH9lebnr
         UM4Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756310477; x=1756915277;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=cBnD0ZvIhBaqmvPhBP9X+Pp9ZoGkSx1m9mg0NsABe/g=;
        b=NsEq4F+YYOt6tRfDWtnqb2WTFUBLQad7KeBCo1dqbsjhs1U4cfox0uo815zGCs+dUU
         tOi8xtWvTrc6h66wqy1GBqk5D+u4cjRgiJYTngUI2y9hNEeVexwjaHUuYjIR0TVm9Wxj
         R4ly/Vfeux8hIMn5nGwvKcQerEo6N9MELRDA8DKygn7T4cIgml3GBHM4FS12XL0NG3Aj
         ux1yqeQ2pGl+QX7OMlv/mXzqUEgeQxuOxsROQRpa3+/s7Vg4kxeL0dUb3r8sUDA2FDAn
         Gip8h9nSdWQlmm9mcCzTHbg4UoB8kvaw7KoAi/l4rljLZcjj1AcEKc5Bq1ywXRcCXpHy
         gBbw==
X-Gm-Message-State: AOJu0YxO66msCYBgx574c0s96SjKiIWoOuwv5UBefxr5l+WEChUYkpqL
	UF3yVQMUjoNUdyJvljoQJNN8Q2exVY695iZ5ueFYhJcXY0zDTZLWTIUrKj59
X-Google-Smtp-Source: AGHT+IGQz+oFScAyJjGrnMaxYNzmbpi4XTNp95RVY5+PT6qfQdymL7OATZyOMJQCjGosTHTZwBE9IdQ=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:3c03:b0:3ec:8541:a5b6 with SMTP id
 e9e14a558f8ab-3ec8541a786mr179209835ab.25.1756310477861; Wed, 27 Aug 2025
 09:01:17 -0700 (PDT)
Date: Wed, 27 Aug 2025 09:01:17 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: b86b0187e73a0000
X-Notifications-Bounce-Info: AWoTSIGuq5gUE9C6T-Ivf_PwW9h647ptLuvfHc1G_PTq94keN4-HpS0C7BP_PnkjfTSUFi20Ens5RoCynwokX83Zt-ivW9f3Cbjnfha6q7ytDnRoYdcYkEJUJ01kyb2BYBrfOTqCstJHU5VTETAWqWK080-xWubxnmlBq8nbAySVv6U9qQeySiF_56lCyx4U-3Y3IvKmcqzQTiyhmWCR2_ZqjO0noT17RCUehxdCzEpaVnDL7Wq3PPs9Al30cqfbdlxysrMwYH-Ml5hU4vdoN_afsGSTy_K8mF6FRWgc8eU7tcmujvJDNm_Ysc64a64ILn3up7TxiI6GXMuzowJQ96LKxbdanqjSwpsagphTMXdoqmP4mZe706K3DdKdRjegA5Sxc2FXPfKGeMJ_7ZfQjRJzeyixLV_dDDZnl8YYb7JB59zsgTPWWTXOsoSXCr_28Z6cQXGxdXFxWR2HU7TS11xkAOae_eRrcxGxfGtq8iFaBoBCIsYrXI3s2-4_bDCSQn4ocZHtprtUB1ZzEPc_fOysQX8alVlFdVC9TfC62HTCcfTqd9hGUIMTSWoJBfEGFfsGgyhGMMFdboQKCvJ0lTLKXPYP8A-1vhRkoiezkdHcFuyauIWY8q91BoQMOk2mcSINjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <cd7347866ba17340fdcf3b8874e477451ced05b8-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000025f447063d5ae68f"

--00000000000025f447063d5ae68f
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/1771676719452944203/profile?trk=https%3A%2F%2Fc.gle%2FANiao5oef950iCA3EJXP-4HUKHan6pziTBqD9pHqdTmc43UtbH_OIYcjukmfHkHB-aWzPuW-lK86KQv4wm1jMX03mL3ofFVYa2sAi2dEB32gBVF8z-qXlKgmepIHIdg>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

This Business Profile is not verified

See restriction policy  
<https://c.gle/ANiao5oIyOsXoD9Vu2IoUfzxTwTpVXjAM9gWhuxNeENr6SqYIif6F_2_4N9lZRNtsUtQ3GoN1Yk_Zb1ueP1UP9aHxEpz1zONj5pyG1UHLQFwiXj1GeMV3km3TS57Y4uzjZ5JGcPv6LqSjUK2BTiab1AwRtPUObHE9AF0z1LzrrMnEqf4GfJ6dXlGbziy9g>

You can see the status of your appeals  
here<https://c.gle/ANiao5raRF6gwwS-SMQrwSkLNuvsdnkh014adVjw_1oAHTpJpey4NM4czrUQW4ObKCmOeQtJ2opAeC5_2O9Y4rHZmsC84Rt6KZzrDkdIOlmzAfMf_L5JD8rs91ENOALnE6VJLj9XM6SQ_mEqpPkxqSOnM0pEBdHFHifYmK1fvx2E23ZtltEJb4kaoYK5d4dfkeiRC-p76De7CnDKmPmp1_IA9sNv2GiXgOn74U63u363>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pLDia3XkcO-Sn7VX3S8wPxTVJHYFZ_DtPlhToM0uhJ693DFGv2fnrQxWIcEAjpWBChn9ODxBVgINk-YQol1RD-ucHTTVXYYjg-c0GwoXhg-L4YIggbrJ_veqFMi8sk7zQHNbo>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000025f447063d5ae68f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/1771676719452944203/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5r6jONGE6jL_apMgupIYvh5mQj-FQ8ifEXvgipbvrNlzVba-Y=
WYa7lM_pUje8iABWiC6zAv83dROqcvwjuGm2OE-S1kd22tplvCDz7Fi7es_ViWXVm1-s4XQY2R8=
A target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
This Business Profile is not verified
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5qFt70O9gf0kyszasoMmxUd6igEepjmsgvsjCKy7SpYxm6=
oYMTJmKkYxnbRX_R98B5bLskKgqGvc3Abg-yuwkLf-mb0rCdzpDdiRyxRJYKJCiLFojLdlTPd-3=
r25_2Toz4MJAyo_iSuKgrODzv4CMczbq1BX3tiA0sqJ_WlhqcgjTCn9ME2kVk8DnBI target=
=3D_BLANK style=3D"text-decoration: none; color: #1A73E8;">See restriction =
policy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5oIpbG0=
TdZ-qp0H-xjYh8HKERcfz0jIPZ77up2U2sdY9o15AlN4OPmbrcrF6LkZ5vhWlOxL08Ngvk1oDti=
wSNdf7cQ1Anm3pb0ElPPw0uTkY_-v2TYpAenlRsRfgGRxHcxY6-hppE_2jta4hy0n3Q9X01q_EF=
KOdM5aCNaIqqEGslciYHi1DnZz7clGchwDKKRdgFLwFGCYO4kB6j-uW6zALbqLaRR1mQKir97MX=
fk target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qtW1CsxBs7cFnni9k2E3t0JIn3BLvD4pEYTNcep-5ukF=
cmtzHn0b6IjbypipJT8J9UGUorN3D_J7B8psESUVtTfKFmq0dJ50WhVMgi1lofue60JxcE9G--K=
C8lSZF4rZYDUO5Cbw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oWDjXC-YEqYI-LfvBg4F-XOoUwYEQ_BemSoedyDXj-4deExzGaSNn0-tbr0ZXtW_=
VuVax3hAwPVklnTASf04UZE4q0aGXfn87qsDAZ5FrspvWHm9XxFNjTu8oBTION03VLbA.gif></=
body>
</html>
--00000000000025f447063d5ae68f--
service/cur/1756882834.M530583P354834.premium320.web-hosting.com,S=33204,W=34051:2,S000064000000100664151007557640020602 0ustar00Return-Path: <3kee3aBcKAIwrA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Delivered-To: service@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id ePg9H5Lnt2gSagUAVkXPrw
	(envelope-from <3kee3aBcKAIwrA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>)
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 03:00:34 -0400
Return-path: <3kee3aBcKAIwrA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Envelope-to: service@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 03:00:34 -0400
Received: from [198.54.122.200] (port=52755 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3kee3aBcKAIwrA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>)
	id 1uthTu-00000001bfv-2nXA
	for service@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 03:00:34 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=UOVI972M;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3kee3aBcKAIwrA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com designates 209.85.128.199 as permitted sender) smtp.mailfrom=3kee3aBcKAIwrA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f199.google.com (mail-yw1-f199.google.com [209.85.128.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGtmK5NBgz17qf
	for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 07:00:33 +0000 (UTC)
Received: by mail-yw1-f199.google.com with SMTP id 00721157ae682-722693e327eso58415127b3.3
        for <service@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 00:00:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756882833; x=1757487633; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=03+brgDyJSpYssOHnAQtvahVl5Sskvv8+fgnYmYulq8=;
        b=UOVI972M7/sdZDjZn+HVQdmhYiNl58RsSxJjCKwkyqVHOkVYCOjf2IkuOJCC8MTOa0
         a08abAtEr+nODsQH0HuLt1BrigyB2RF52UnX6njE5JujPGFYgoTsHxm5/YEltoo3ZhY5
         uayCUDpnbsAizwF5NL4cNe6ZgTtHqa0OWmvW5kNnIMpvpFkbreuokII6Jo8AmwKDREO5
         jxbl3wWqVSQZrPENpkQ2Db3LR6C503sW54gco+GPu1jv5fYOqKStEUB3CpH7yTGpay3P
         9mUxeSvQQlrFS5bbvHqV8hV8cDwMYKrDI0CfkK9IsBavoZheQORHDv6YNvYKvdi/kCX2
         T8ew==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756882833; x=1757487633;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=03+brgDyJSpYssOHnAQtvahVl5Sskvv8+fgnYmYulq8=;
        b=X2a7xGff9biNwCYNi8k1CWmwppGWE2vFP5j1KMZDRlLLH5O425p+MWyJi1k8GvQHny
         64H37T3XtF6mjR5bhSkro7jlq57xN9uJY2LFjKW6wIKNOkgUi8icmJpx/3NxWZWu0wRQ
         llZN1fgs0cROnpJ7z4vI5d1h7SDtPjA7lVC2Ls96EGkT99lwz0qo9K3ebIBK1QsrvzN1
         BvTbK4AWHrUyTkkmFFmy9WaRFRAg0losysyDn0hdLw3/pfn+tFUJIIx+ywEDnfrazX9j
         K2rwDeRhNos5VUjDuj6eCEjvwc2Nu7NImr5e9lsCXx3bfs6g8M8u1nGbuHxGGHDWLsJQ
         wRPg==
X-Gm-Message-State: AOJu0YyDHvKbpqt2hzSqMpdwYrG9gZn8to5KqPALktMXMESFlKeMKHJ3
	kB+9FRtH2nE9Fkt3Ul0O2HFKpxYTMmmZrO3F3WhWKlul9B/xE5U=
X-Google-Smtp-Source: AGHT+IELB9g2tUBNeHTT+WF/Wtw+wH8HYuR9HWF5PvDs2zQnzYAdKYCtd5ctqzrIKZ78QC5Pgaxim5M=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:64c7:b0:71c:1a46:48d5 with SMTP id
 00721157ae682-7227640525cmr143871917b3.21.1756882833206; Wed, 03 Sep 2025
 00:00:33 -0700 (PDT)
Date: Wed, 03 Sep 2025 00:00:33 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: f9f4c40acc9a0000
X-Notifications-Bounce-Info: AWoTSIGleFqYDc3MVpAYAZ_EZQAUt8XnN2o-G4Db9aEgCCDKGFCLLn4NjS1hKBQAAdImwyLhagRFGTUBbQq2CBKbaMKiXS96yNkcPmqqje9qzZNouq9Mb0i5JBxCAVG8ol5QLB_tfHLgFnArZCNERtAuM4bibG-48klmzDPrybdgRg9_ErHvH__hri91LI3IVzUjAld6G2cOzPuluzrWoaFynmg8eVZHAR2QLcmO7yQQA3Lfc7XpDndBn6kMth2AyyxG_hEJ6anKwqOkjUwnVKLTmHHdjEWm3bbH9fre4VD-aU81UIPTTR1sGfV72jFAmn-ChJgTFE0nCvWlD6FOLih-nerNu0YUROkFwe4NoLirjC89XBhkKWlSEtfOWnem6AiCFlw4tSGvs7XClO8wqNF0PkphXIV9tbqgw2tzQcQjtdzj0Ms-Fu04Lvdkny7M9K93yPXHQaSrQqkPe1tJfwrocEaZXG_9HEqpT_ZbynORDyW4T2xr26gyikNzp14Qs11j2dSZCX2ml2SR1PhOHEQIH1DxbiLoIsuCoANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <45d477cc67c635f082403e267c2da5c3bd6514b0-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: service@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000002f6dd6063de02916"

--0000000000002f6dd6063de02916
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo0OTg0MQ0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE1NzQ4NTY0MTM0
Mjk3MzUzNzY4L3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj00OTg0MSZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXFDRm5ZTjdTdmpzbkNxSDJPaUxodkliNk1Bc3FoM3dEMW1SNms3MDJK
MG1Eekx0VVdXZ1hmWGcxeFc2Z2ZsTWNRLVV0b2NWN3N4TXpGWHJWY081ZHVMalpwcnRodWhRRElu
dHpaUGQ2RHNxX2hlSld4WTAydmI3bFVHLVhVPg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81ckxnbThJRkNt
ang4RWVwZXUxcDYxbWV4NnNVV09BZzRVOU5GVUl4ZFRSWUhPd1l5dFNOUk5HN2RTV2RiVnBsRm5Z
NTktZEtlOS1odEtBQ2dMTk5fdlpVN3BnZTJkUURHMktqcXRmMFh3VmhxdVgzUEVvQjBqRmxRUVNl
X0FPX1hJT0piRU1UUlpJRV9wNFBZQ29fU3lGSnJrPi4NCg0KMiBTaWduIGluIHVzaW5nIHNlcnZp
Y2VAMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIg
eW91ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBt
YW5hZ2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFw
cy4gWW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICAN
CmF0dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8
aHR0cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMTU3NDg1NjQxMzQyOTczNTM3NjgvcHJvZmls
ZS92ZXJpZnk/aGw9ZW4mcGluPTQ5ODQxJnRyaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5pYW81
ckt4M0tqc2hOM0xrRVFMZjRPSlBfRFJwcEhfMkRpT29ETlRnelR2dDM2VXVNUmN0N1B4WUg3ejJN
UEFoRUQwajB1QlNaalFjcXVSbU5ZWVN6X3VoSXVHOVN4R2cwVzY2NnVxRnJGcGttZUZaREdjZU42
dGN3WVIzejhMT3NmWWtVPg0KDQpWaXNpdCB0aGUgSGVscCAgDQpDZW50ZXI8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVvRHhJUmdUZm85SzhSdEpLNWNkQlFwaFFHTmxFYm42Q3pWMXFsdWh4OVRxQU11d1NZ
NFVFOFhjSGRfX0tpb3BsajJ0eF9OZ2ZZNWFwOVBzWWdXX0FYQXAzelFQRXBPOWVZSkhibjFtYUVk
RVpmcG5sUk5qWTdSMjNWWXg2ZzJ6VVE3TWtVS0lWb2c0WDl4aWhDdUtXWW9Ddm44NVM3LWhLcVdC
RGtTUnEwPiAgDQp0byBsZWFybiBtb3JlLg0KDQooYykgMjAyNSBHb29nbGUgTExDIDE2MDANCkFt
cGhpdGhlYXRyZSBQYXJrd2F5LA0KTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCnd3dy5nb29nbGUu
Y29tICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJoNDZGNVNyZk00RkF1Uml4TFd1d2JGci1WNmNt
eks4VjJCeE5jZExKWFVtYW0tWjhyNUxnbWotTU1nc1UxMTljRkhHNkxNR2J2VVV6a0p4VFg2U2lG
amZLV2NnX0hzMTBiZGRIRkJaUzg4Vm8xTl9pNUNCRlhRRU9oakJ0Qi1yRXRiMVk+DQoNCllvdSBo
YXZlIHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hh
bmdlcyByZWxhdGVkICANCnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--0000000000002f6dd6063de02916
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/15748564134297353=
768/profile/verify?hl=3Den&amp;pin=3D49841&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5rZTLrWn_8TeRRosmZQF9MLks74QvBAjIaZMDyYE66cSJ0euiGV8ZXojHhuLHVBGh4fCt7=
aF0K2zI0SsHUWwFfdVhYubeFex5U6kHBMvTwkPD_u63hGAu8>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">49841</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/15748564134297353768/profile/verify=
?hl=3Den&amp;pin=3D49841&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oEQuPoCzKNZN=
ZkJeslF6oFRfzM6U8XDVqKJBRNKDm4rNcsXOcR475bBCJ2AN1zsPkxtA8TBv5HWvpJAjgq8AOWn=
G92F9Ch8_hnz4Sl1GFpSQgGo5hvdTwHIltq-1DfGQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/15748564134297353768/profile/verify=
?hl=3Den&amp;pin=3D49841&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oEQuPoCzKNZN=
ZkJeslF6oFRfzM6U8XDVqKJBRNKDm4rNcsXOcR475bBCJ2AN1zsPkxtA8TBv5HWvpJAjgq8AOWn=
G92F9Ch8_hnz4Sl1GFpSQgGo5hvdTwHIltq-1DfGQ target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/15748564134297353768/profile/verify=
?hl=3Den&amp;pin=3D49841&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oEQuPoCzKNZN=
ZkJeslF6oFRfzM6U8XDVqKJBRNKDm4rNcsXOcR475bBCJ2AN1zsPkxtA8TBv5HWvpJAjgq8AOWn=
G92F9Ch8_hnz4Sl1GFpSQgGo5hvdTwHIltq-1DfGQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5ohknRn-Hqfxj-4O4=
jlx-ErDTY9KG9W25-8COGMgyTOWJCrL4eaLITyBduIN_M6yaUoL5Jr0JEgfsQ_UKeAKFl9DIkpe=
W31Qu2UtD2EXmKXJcIvXvQy_Ri3tGR1SMQvrIy7A8zSMUb6izfK8ea6EKXCLQOaYg style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">service@24hourwate=
rdamagerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/15748564134297353768/profile/verify=
?hl=3Den&amp;pin=3D49841&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r0zYWinfk2-w=
35pUqGJvQlIxFr_p2uiBj6CEWrt8HQBEcpQBqy_grvaCgyiBS074rNIVdbB8a-uF9GxkvOxGqDX=
hxpig5KP-krNcNiaX9_AD9MkDkeNwhJ6bQfjAjxXAgObQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/15748564134297353768/profile/verify=
?hl=3Den&amp;pin=3D49841&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r0zYWinfk2-w=
35pUqGJvQlIxFr_p2uiBj6CEWrt8HQBEcpQBqy_grvaCgyiBS074rNIVdbB8a-uF9GxkvOxGqDX=
hxpig5KP-krNcNiaX9_AD9MkDkeNwhJ6bQfjAjxXAgObQ target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/15748564134297353768/profile/verify=
?hl=3Den&amp;pin=3D49841&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5r0zYWinfk2-w=
35pUqGJvQlIxFr_p2uiBj6CEWrt8HQBEcpQBqy_grvaCgyiBS074rNIVdbB8a-uF9GxkvOxGqDX=
hxpig5KP-krNcNiaX9_AD9MkDkeNwhJ6bQfjAjxXAgObQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5oGaKXhpPQRXSjx8ardZOdPD-sdLjrqAgSaDjpPeNiDRIk4WVHKXQFjEWj22lurbvZhP5U=
HWml22Jba1MrmzvhQw-NB-rbNyZcKdcqvKVePE7_wrz5c2_8d3das5yMb0L_uMaFvsH5VfYFfhm=
60akeamUtpVKsA4uoyR894W4uWSQ style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5qrclIoRGoWMmNJYdrpyD2xd8Yr3EnLrlND7v-ejSqE9XaVIOJkcCS9Unz-JWnhZ_8SVRGDikz=
8WruTdPL6am8uNh5HLujNeuUv4lmPFhVX301sGqoM9fVF84wZux1Lks0oMNxLjQ style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oqBcMBdG-jaMGvh4PLPTwIZ4y72lXjKmfberHaViEJs8OkyFjxAD4RAxdvAX3JyW=
aeN1CvahI7Uue2tavFkpLtiitvos50Px1nZakjdy8XFzbiEa35K4rbhenvLpcKaCi3MQ.gif></=
body>
</html>
--0000000000002f6dd6063de02916--
service/.Sent/dovecot.index.log000064000000000240151007557650012452 0ustar00(<{zh<{zh����x����@����$maildir����$[�|h<{zh�03[�|h<{zh�03[�|h?��63���� ={zhL����service/.Sent/dovecot-uidlist000064000000000063151007557650012242 0ustar003 V1752857405 N1 Ga2a098393c7b7a6863a52d005645cfaf
service/.Junk/dovecot.index.log000064000000000050151007557650012447 0ustar00(<{zh<{zhservice/.Junk/dovecot-uidlist000064000000000063151007557650012240 0ustar003 V1752857406 N1 Ga3a098393c7b7a6863a52d005645cfaf
service/dovecot-acl-list000064000000000000151007557650011275 0ustar00service/.Drafts/dovecot.index.log000064000000000240151007557650012764 0ustar00(<{zh<{zh����x����@����$maildir����$[�|h<{zh�03[�|h<{zh��3[�|h��z63���� ?{zhL����service/.Drafts/dovecot-uidlist000064000000000063151007557650012554 0ustar003 V1752857407 N1 Ga4a098393c7b7a6863a52d005645cfaf
service/dovecot.index.log000064000000040224151007557650011471 0ustar00(<{zh<{zh����x����@����$maildir����$={zh<{zh�03={zht��)|���� <{zhL��������@����@����cache�����={zh����x��������@={zh��������� T$��yh����X����@$����$X�|h<{zh�03X�|h�/����� @�����x��������@={zh��������� T$�i|h����X����@$����$[�|hX�|h�&�[�|h<{zh�03X�|h�/����� @�����h����@$����$[�|h[�|hY�I5[�|h[�|hY�I5X�|h�/����� 0���� @����@����@={zh����<	����L����@����modseq��������8����@={zh�����
����8����@={zh�������������X����@$����$\�|h[�|hY�I5\�|h\�|hL�8X�|h�/����� @�����X����@$����$\�|h[�|hY�I5��|h\�|hL�8��|h�j7&���� @�����H��������@={zh���������X����@$����$\�|h[�|hY�I5<c~h\�|hL�8<c~h�
�U���� @�����x��������@={zh��������� T$@�}h����X����@$����$\�|h[�|hY�I5�W�h\�|hL�8�W�h&������ @�����x��������@={zh�������� T$���h����X����@$����$\�|h[�|hY�I5<L�h\�|hL�8<L�h������� @h����x��������@={zh����@ ���� T$@��h����X����@$����$L&�h<L�h�V�L&�h\�|hL�8<L�h������� @H����h����@$����$L&�hL&�hk�kL&�hL&�hk�k<L�h������� 0���� @�����X����@$����$�&�hL&�hk�k�&�hL&�hk�k<L�h������� @(	����X����@$����$�&�hL&�hk�k�'�hL&�hk�k�'�h ظ,.���� @�	����x��������@={zh����p%���� T$���h����X����@$����$�'�h�'�h镩,�'�hL&�hk�k�'�h ظ,.���� @p
����h����@$����$�'�h�'�h]��'�h�'�h]��'�h ظ,.���� 0���� @�
����X����@$����$�'�h�'�h]��'�h�'�h]��'�h ظ,.���� @P��������X����@$����$�'�h�'�h]��'�h�'�h.a.�'�h ظ,.���� @�����X����@$����$�'�h�'�h]��'�h�'�h.a.�'�h�ZZ7w���� @4����H��������@={zh�����*����X����@$����$�'�h�'�heK7�'�h�'�h.a.�'�h�ZZ7w���� @�����h����@$����$�'�h�'�h���8�'�h�'�h���8�'�h�ZZ7w���� 0	���� @\
����X����@$����$V(�h�'�h���8V(�h�'�h���8�'�h�ZZ7w���� @�
����X����@$����$V(�h�'�h���8�c�h�'�h���8�c�hb�9
����� @,����x����	����@={zh����	40���� T$@G�h	����X����@$����$�ډh�c�h,�*
�ډh�'�h���8�c�hb�9
����� @����h����@$����$�ډh�ډh�u:�ډh�ډh�u:�c�hb�9
����� 0
���� @�����X����@$����$�ډh�ډh�u:�@�h�ډh�u:�@�h��S	���� @�����x����
����@={zh����
\5���� T$���h
	����X����@$����$��h�@�h��D��h�ډh�u:�@�h��S	���� @�����h����@$����$��h��h?Z���h��h?Z��@�h��S	���� 0���� @D����X����@$����$�h��h?Z��h��h?Z��@�h��S	���� @�����X����@$����$�h��h?Z��h��h?Z��hn�^,S���� @����x��������@={zh�����:���� T$@�h
	����X����@$����$�h�h@@,�h��h?Z��hn�^,S���� @�����h����@$����$�h�h�07�h�h�07�hn�^,S���� 0���� @l����X����@$����$�h�h�07�h�h�07�hn�^,S���� @���������X����@$����$�h�h�07�h�hʪ��hn�^,S���� @P����X����@$����$�h�h�07l�h�hʪ�l�h��O4����� @�����H��������@={zh�����?����X����@$����$��hl�hcu@4��h�hʪ�l�h��O4����� @h����h����@$����$��h��h�N0��h��h�N0l�h��O4����� 0
���� @�����X����@$����$��h��h�N0��h��h�N0l�h��O4����� @H����X����@$����$��h��h�N0諌h��h�N0諌h�Ҕ����� @�����x����
����@={zh����
TE���� T$�;�h

	����X����@$����$2��h諌hnNv2��h��h�N0諌h�Ҕ����� @�����h����@$����$2��h2��h@�2��h2��h@�諌h�Ҕ����� 0���� @����X����@$����$2��h2��h@�<5�h2��h@�<5�hۑ�0���� @p����x��������@={zh����|J���� T$@��h

	����X����@$����$�ݎh<5�hn
��ݎh2��h@�<5�hۑ�0���� @P����h����@$����$�ݎh�ݎh�	�0�ݎh�ݎh�	�0<5�hۑ�0���� 0���� @�����X����@$����$u�h�ݎh�	�0u�h�ݎh�	�0<5�hۑ�0���� @0����X����@$����$u�h�ݎh�	�0a�h�ݎh�	�0a�h�'y���� @�����x��������@={zh�����O���� T$�ގh

	����X����@$����$a�ha�h��a�h�ݎh�	�0a�h�'y���� @x����h����@$����$a�ha�h��4#a�ha�h��4#a�h�'y���� 0���� @�����X����@$����$d�ha�h��4#d�ha�h��4#a�h�'y���� @X��������X����@$����$d�ha�h��4#d�hd�h��0a�h�'y���� @�����X����@$����$d�ha�h��4#��hd�h��0��hG������ @<����H��������@={zh����U����X����@$����$��h��h����hd�h��0��hG������ @�����h����@$����$��h��hpz5��h��hpz5��hG������ 0���� @d����X����@$����$;�h��hpz5;�h��hpz5��hG������ @�����X����@$����$;�h��hpz5uo�h��hpz5uo�ht�~3���� @4����x��������@={zh����pZ���� T$@0�h

	����X����@$����$�{�huo�h;co3�{�h��hpz5uo�ht�~3���� @ ����h����@$����$�{�h�{�h��$�{�h�{�h��$uo�ht�~3���� 0���� @� ����X����@$����$֛�h�{�h��$֛�h�{�h��$uo�ht�~3���� @� ����X����@$����$֛�h�{�h��$���h�{�h��$���h�U_-U���� @\!����x��������@={zh�����_���� T$���h

	����X����@$����$���h���h2�@-���h�{�h��$���h�U_-U���� @<"����h����@$����$���h���h�Ů���h���h�Ů���h�U_-U���� 0���� @�"����X����@$����$���h���h�Ů���h���h�Ů���h�U_-U���� @#��������X����@$����$���h���h�Ů���h���hp�����h�U_-U���� @�#����X����@$����$���h���h�ŮI��h���hp��I��h)
� ����� @$����H��������@={zh����e����X����@$����$���hI��h��d ���h���hp��I��h)
� ����� @�$����h����@$����$���h���h�z���h���h�zI��h)
� ����� 0���� @(%����X����@$����$ŝ�h���h�zŝ�h���h�zI��h)
� ����� @�%����X����@$����$ŝ�h���h�z�)�h���h�z�)�h3�7����� @�%����H��������@={zh����\j����X����@$����$ŝ�h���h�zj��h���h�zj��h﫶13���� @�&����H��������@={zh�����o����X����@$����$�ђhj��h�i�1�ђh���h�zj��h﫶13���� @X'����h����@$����$�ђh�ђh�(
�ђh�ђh�(
j��h﫶13���� 0���� @�'����X����@$����$,9�h�ђh�(
,9�h�ђh�(
j��h﫶13���� @8(����X����@$����$,9�h�ђh�(
?�h�ђh�(
?�h�b�}���� @�(����x��������@={zh�����t���� T$@v�h
����X����@$����$�̖h?�h� ��̖h�ђh�(
?�h�b�}���� @�)����h����@$����$�̖h�̖h��\�̖h�̖h��\?�h�b�}���� 0���� @�)����X����@$����$pÚh�̖h��\pÚh�̖h��\?�h�b�}���� @`*����X����@$����$pÚh�̖h��\�=�h�̖h��\�=�hQ��(����� @�*����x��������@={zh�����y���� T$�߫h����X����@$����$�=�h�=�hX�(�=�h�̖h��\�=�hQ��(����� @�+����h����@$����$�=�h�=�hg��5�=�h�=�hg��5�=�hQ��(����� 0���� @ ,����X����@$����$�=�h�=�hg��5�=�h�=�hg��5�=�hQ��(����� @�,����
����X����@$����$�=�h�=�hg��5�=�h�=�h	���=�hQ��(����� @@-����X����@$����$�=�h�=�hg��5�=�h�=�h	���=�h+�'���� @�-����H��������@={zh����p~����X����@$����$�=�h�=�h���'�=�h�=�h	���=�h+�'���� @X.����h����@$����$�=�h�=�h���=�h�=�h���=�h+�'���� 0���� @�.����X����@$����$>�h�=�h��>�h�=�h���=�h+�'���� @8/����X����@$����$>�h�=�h��f?�h�=�h��f?�h�J�*Y���� @�/����H��������@={zh���������X����@$����$w?�hf?�hg�*w?�h�=�h��f?�h�J�*Y���� @P0����h����@$����$w?�hw?�h��%w?�hw?�h��%f?�h�J�*Y���� 0���� @�0����X����@$����$z?�hw?�h��%z?�hw?�h��%f?�h�J�*Y���� @01��������X����@$����$z?�hw?�h��%z?�hz?�h�uf?�h�J�*Y���� @�1����X����@$����$z?�hw?�h��%�?�hz?�h�u�?�h��e/����� @2����H��������@={zh����\�����X����@$����$�?�h�?�h��V/�?�hz?�h�u�?�h��e/����� @�2����h����@$����$�?�h�?�h=/�?�h�?�h=/�?�h��e/����� 0���� @<3����X����@$����$�?�h�?�h=/�?�h�?�h=/�?�h��e/����� @�3����X����@$����$�?�h�?�h=/�+�h�?�h=/�+�h�p�(����� @4����x��������@={zh���������� T$���h����X����@$����$B��h�+�h �n(B��h�?�h=/�+�h�p�(����� @�4����h����@$����$B��hB��hB��7B��hB��hB��7�+�h�p�(����� 0���� @d5����X����@$����$��hB��hB��7��hB��hB��7�+�h�p�(����� @�5����X����@$����$��hB��hB��7��hB��hB��7��hB��4���� @46����x��������@={zh����ܒ���� T$@��h����X����@$����$�h��h
���hB��hB��7��hB��4���� @7����h����@$����$�h�h��N�h�h��N��hB��4���� 0���� @�7����X����@$����$�h�h��N�h�h��N��hB��4���� @�7��������X����@$����$�h�h��N�h�h%׉��hB��4���� @p8����X����@$����$�h�h��N�h�h%׉�hGzc}���� @�8����H��������@={zh����p�����X����@$����$/�h�h8T/�h�h%׉�hGzc}���� @�9����h����@$����$/�h/�h�/�h/�h��hGzc}���� 0���� @:����X����@$����$k�h/�h�k�h/�h��hGzc}���� @h:����X����@$����$k�h/�h���h/�h���hG�� ����� @�:����H��������@={zh���������X����@$����$��h��hp:, ��h/�h���hG�� ����� @�;����h����@$����$��h��hs]�(��h��hs]�(��hG�� ����� 0���� @�;����X����@$����$��h��hs]�(��h��hs]�(��hG�� ����� @`<��������X����@$����$��h��hs]�(��h��hE,��hG�� ����� @�<����X����@$����$��h��hs]�(��h��hE,��h���
	���� @D=����H��������@={zh����\�����X����@$����$��h��hfE���h��hE,��h���
	���� @�=����h����@$����$��h��hя���h��hя���h���
	���� 0 ���� @l>����X����@$����$8�h��hя�8�h��hя���h���
	���� @�>����X����@$����$8�h��hя��-�h��hя��-�h��9V	���� @<?����x���� ����@={zh���� ������ T$��h ����X����@$����$�Z�h�-�h�j�8�Z�h��hя��-�h��9V	���� @@����h����@$����$�Z�h�Z�ha��Z�h�Z�ha��-�h��9V	���� 0!���� @�@service/dovecot.list.index.log000064000000004660151007557650012447 0ustar00(<{zh<{zh����<����@����list�������������@@����?INBOXSentJunkDraftsspamTrash���� <{zhL������������@?�������9<{zhc�-VEϯ���9<{zhc�-VEϯ���9<{zhc�-VEϯ���9<{zhc�-VEϯ���9<{zhc�-VEϯ���9<{zhc�-VEϯ���� T$��yh���� @L����<����@����subs����<{zh����P����@?�������9<{zhc�-VEϯ<{zh���� @�����8����@����Z�|h��������@?�������9<{zhc�-VEϯA{zh����@����msgs��������@����hmodseq��������@����
index sync�����Z�|h���� @0����D����@����1saved������������ @����������@?�������9<{zhc�-VEϯ?{zh����@��������@��������@�����[�|h���� @|���������@?�������9<{zhc�-VEϯ={zh����@��������@��������@�����[�|h���� @t���������@?�������9<{zhc�-VEϯ@{zh����@��������@��������@�����[�|h���� @l����8����@?������������@�����KINBOXSentJunkDraftsspamTrashArchive��������@K����Ά�6[�|hf
VEϯ���� T$�i|h���� @����������@�����Ά�6[�|hf
VEϯB{zh����@��������@��������@�����[�|h���� @�	service/.spam/dovecot.index.log000064000000000240151007557650012501 0ustar00(<{zh<{zh����x����@����$maildir����$[�|h<{zh-b�9[�|h<{zh-b�9[�|h��63���� @{zhL����service/.spam/maildirfolder000064000000000000151007557650011757 0ustar00service/.spam/dovecot-uidlist000064000000000063151007557650012271 0ustar003 V1752857408 N1 Ga5a098393c7b7a6863a52d005645cfaf
service/.Trash/dovecot.index.log000064000000000240151007557650012622 0ustar00(<{zh<{zh����x����@����$maildir����$Z�|h<{zh�03Z�|h<{zh�03Z�|h��13���� A{zhL����service/.Trash/dovecot-uidlist000064000000000063151007557650012412 0ustar003 V1752857409 N1 Ga6a098393c7b7a6863a52d005645cfaf
service/dovecot.index000064000000001220151007557650010702 0ustar00x�<{zh<{zh  ����@0�h

	$maildir�{�huo�h;co3�{�h��hpz5uo�ht�~3={zhcachemodseq <���@ 
p%�*	40

\5�:�?
TE|J�OUpZservice/dovecot-uidlist000064000000004526151007557650011263 0ustar003 V1752857404 N1 Ga1a098393c7b7a6863a52d005645cfaf
1 :1752857405.M698739P2988390.premium320.web-hosting.com,S=90561,W=92051
2 :1752995928.M444283P681278.premium320.web-hosting.com,S=10249,W=10397
3 :1752996022.M637431P681278.premium320.web-hosting.com,S=31360,W=31954
4 :1753113404.M242726P2191416.premium320.web-hosting.com,S=53644,W=54801
5 :1753372605.M192317P3964026.premium320.web-hosting.com,S=42995,W=43789
6 :1753631804.M60410P785433.premium320.web-hosting.com,S=35998,W=36650
7 :1753687970.M742255P3432020.premium320.web-hosting.com,S=33190,W=34037
8 :1753688041.M922038P3432020.premium320.web-hosting.com,S=24653,W=25430
9 :1753768833.M166723P3103940.premium320.web-hosting.com,S=21835,W=22521
10 :1753891008.M185404P695897.premium320.web-hosting.com,S=33950,W=34571
11 :1753946645.M736917P3423212.premium320.web-hosting.com,S=33192,W=34039
12 :1753946732.M875044P3423212.premium320.web-hosting.com,S=24651,W=25428
13 :1754049512.M235641P110538.premium320.web-hosting.com,S=21832,W=22518
14 :1754150204.M509577P1027296.premium320.web-hosting.com,S=37096,W=37794
15 :1754196577.M64671P3681720.premium320.web-hosting.com,S=33186,W=34033
16 :1754196649.M78946P3681720.premium320.web-hosting.com,S=24651,W=25428
17 :1754296181.M856415P262546.premium320.web-hosting.com,S=21900,W=22587
18 :1754373365.M757043P4142408.premium320.web-hosting.com,S=33184,W=34031
19 :1754373449.M539993P4142408.premium320.web-hosting.com,S=24657,W=25434
20 :1754409405.M932831P1883429.premium320.web-hosting.com,S=30630,W=31176
21 :1754445418.M828172P3624659.premium320.web-hosting.com,S=21903,W=22590
22 :1754668607.M370443P2141040.premium320.web-hosting.com,S=45670,W=46584
23 :1756118477.M677446P3901011.premium320.web-hosting.com,S=8930,W=9061
24 :1756118495.M657471P3901011.premium320.web-hosting.com,S=12192,W=12365
25 :1756118886.M715002P3909012.premium320.web-hosting.com,S=33192,W=34039
26 :1756118973.M788892P3928516.premium320.web-hosting.com,S=24659,W=25436
27 :1756310484.M669043P1528692.premium320.web-hosting.com,S=21624,W=22308
28 :1756882687.M195414P354834.premium320.web-hosting.com,S=8930,W=9061
29 :1756882699.M253670P354834.premium320.web-hosting.com,S=12199,W=12372
30 :1756882834.M530583P354834.premium320.web-hosting.com,S=33204,W=34051
31 :1756882902.M8722P354834.premium320.web-hosting.com,S=24669,W=25446
32 :1756966370.M941402P547144.premium320.web-hosting.com,S=22428,W=23095
service/maildirsize000060000000000420151007557650010442 0ustar00262144000S,0C
0 0
92051 1
10397 1
31954 1
54801 1
43789 1
36650 1
34037 1
25430 1
22521 1
34571 1
34039 1
25428 1
22518 1
37794 1
34033 1
25428 1
22587 1
34031 1
25434 1
31176 1
22590 1
46584 1
9061 1
12365 1
34039 1
25436 1
22308 1
9061 1
12372 1
34051 1
25446 1
23095 1
service/.Archive/dovecot.index.cache000064000000001264151007557650013413 0ustar00[�|h[�|h������={zh[�|hX�|h[�|h[�|hX�|hX�|hX�|h[�|h[�|h[�|h[�|h[�|h[�|h[�|h[�|h[�|h[�|h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYservice/.Archive/dovecot.index.log000064000000000340151007557650013123 0ustar00([�|h[�|h����@����@����cache�����[�|h����x����@����$maildir����$[�|h[�|h��6[�|h[�|h��6[�|h�"73���� B{zhL����service/.Archive/maildirfolder000064000000000000151007557650012400 0ustar00service/.Archive/dovecot-uidlist000064000000000063151007557650012712 0ustar003 V1752857410 N1 Gce86fc365b987c681c660a005645cfaf
info/subscriptions000064000000000022151007557650010332 0ustar00V	2

spam
Archive
info/cur/1756368202.M625268P432111.premium320.web-hosting.com,S=16955,W=17260:2,000064000000041073151007557650017744 0ustar00Return-Path: <3Qg2waAoKAGkZJ-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id OIS/JEoNsGjvlwYAVkXPrw
	(envelope-from <3Qg2waAoKAGkZJ-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 28 Aug 2025 04:03:22 -0400
Return-path: <3Qg2waAoKAGkZJ-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 28 Aug 2025 04:03:22 -0400
Received: from [198.54.122.200] (port=51569 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Qg2waAoKAGkZJ-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>)
	id 1urXbP-00000001wzf-1A7v
	for info@24hourwaterdamagerestorationlongisland.com;
	Thu, 28 Aug 2025 04:03:22 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=myfP6y2E;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Qg2waAoKAGkZJ-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com designates 209.85.166.69 as permitted sender) smtp.mailfrom=3Qg2waAoKAGkZJ-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com
Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cCDRR4Ybpz27jr
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 28 Aug 2025 08:03:15 +0000 (UTC)
Received: by mail-io1-f69.google.com with SMTP id ca18e2360f4ac-886e91263aeso173326639f.3
        for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 28 Aug 2025 01:03:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756368195; x=1756972995; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:from:to:cc:subject:date
         :message-id:reply-to;
        bh=KWvF2eYbFJM/LnQdr4Sopl7od9FGH1aKEgFnaIhQq7g=;
        b=myfP6y2E9sD+HUgwikL1K6N3o1SyiRxtuqBn9nEAqABDJvBVVRM4ZVsT91PFT/I+uZ
         Cp570qjmOknkNvEWDD+FK2g+6ysccm8l1isJntfaF1kHxzfmkr60WbckxdShs6Iryd0R
         cmfJFLFK2+uV6hDy2HjrHhTXZUOXwrp0SQH9foKnQi3/V92Gfe/sZMJqo+DqeNrI4vd4
         UyoNyQqwgl7YngvMzxQ8rvKS1xBkBHWQDw/zzLA59Ee/esenIx9A6y3sdw1SK5yNOCHK
         T1D8w85us792dI93nX+zt1Rsw80zsPGa5NHoHBp+zM95qN8Sfx5cvQAO53HvdOrh77IZ
         PG9Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756368195; x=1756972995;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:x-gm-message-state:from
         :to:cc:subject:date:message-id:reply-to;
        bh=KWvF2eYbFJM/LnQdr4Sopl7od9FGH1aKEgFnaIhQq7g=;
        b=MfLQl1EYZO95RF3y05/Fgb52U7eAytj7cdRNs8YBD5NK4Zz3AaElNXOdm71gbxL94m
         Obzu6GWXExyVazFJ01W3iyw1T84b1J2rSYQXIoxBGjldyzhdzJ/EevDam2NxUGZTlCgX
         r1dKs0GM3XrgJVlhgZcsXzFNsVxrY+6gVAfhO27qJJqstHgza0547grwliseknyh+Gzy
         mi8e1ZiWx4Omd8eZP+YnG2lzHzdh2g0CASD+9xLs29cTHoWz6GcgzIkc8t13j2eXi7YN
         efn7Q0z+vSUVHSBaxg5GaVY81r4gMytBRZbHHbTKNUD6HIHVwxjo9qc78ipwSlGeFDL0
         TiIg==
X-Gm-Message-State: AOJu0YzMaLkKvlKTROOFZsnC2deJBvxZeRuwZr0NRcNnzIu69y2NEpc4
	hjh8K65Cvf0XESHCDuN0InGiHLV9F3eP3ptUC1t5uyKSaU/4nc6Gis08U9NY
X-Google-Smtp-Source: AGHT+IEqwWtOdda4BL+z9zyjE4U2j4HFl9zWyytk7d3mW+5CbQXW/bQytsORY0Fj0APGGPPEVgpI+kI=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:26c3:b0:881:7c17:ef2b with SMTP id
 ca18e2360f4ac-886bd154e49mr3255815939f.6.1756368194923; Thu, 28 Aug 2025
 01:03:14 -0700 (PDT)
Date: Thu, 28 Aug 2025 01:03:14 -0700
Reply-To: Google Search Console Team <sc-noreply@google.com>
X-Google-Id: 5835522203189248
List-Unsubscribe: <https://c.gle/ANiao5p75y5omakf6lLZ5CEwerGPomx_S_I-lzzrDbTtQO3gXDxelpURia0ge3pBOXHWoRegZ_7zhWPo0Fr3AEZ3QCa_O4B_2jUa7OQ3RCuS3g7t0Kgv0TsZVNDZeIdLvHa38pkzpDOzcgHB570Dfn2wtJb27FXvZD6c-pQoeHljKYbxbTNg3PK8uQ16m53xvPVvv_qqP0XvhYi8kuJKMSvafDL0Llmh5gjHgOGoIYP1VHMR21GP4PmoI0FLV9Agb92MdQPlG7_Th8HkOaH1idSBa0CimdhF4nxXG6waJviu33hPtOVjomMmW-0NZwLu7ynfGjfW-ay-mbZ0ZtUvzL6weUvqBiSTM6ek9wwEjEjyufDRUwKwFy55sJTWidl3jKfHfWgcajaGFYHU06-Y>
Precedence: bulk
Feedback-ID: P-38-0:C10030322:M100058679-en:gamma
List-Id: <6e180ccbadfa950a9b941acac5723e4f395dc930.google.com>
X-Notifications: 8a10d7f8773a0000
X-Notifications-Bounce-Info: AWoTSIELBXnuAAPQzlQ-ZFis4ojFO2Fy3l-fAEReqwsWn4TuaI3B-2aUfyYXswU3UzYSF-dvAz2Ks7MtO-DTnZBnNlsNo3QChfDulV7ZbVi9fGPsSofgm99GbexxqlUeTXKtXPBlN3as_UVuWek8eYAY6u5ljGLlBcYWAErH1at_hFDvv2NIJDvXTh6wTgwtyon3cJWmr1VW6GR525JidERj1G6MQqC48PdSQVjLZL5vQCW15wTWOfuc38609MzPXJcoFOk4n1ccRk6jni5OfmLhkSy6oZt_Sl8xQs6L1B24ZH3QmGuhGCzUntlNCsAlBAtK6V8kMhRRTyZFTXW5yLFUy2_JOcyLk0yV5M2dTxB5t8hSsGBI0KYiTgpSKfRKhwMbaR-lDBPVx5yj81IvdE6v4PQR1skACxv4GWyiybb9_qDzrkK8HZcw-xxwLWYb3Uw-xTynxE0XRq0y4VYd_1-1AMz8PET82EudqJ628Qfmmzwr-r6gN_6Gn82EPrYcGbZi1SS6JRilRrVoyB5gYOHj6LE1EplyxWpaomrrtSzUjbkacG-pT_D14NRHIWcAtiEJCGOfqpHBI90_1QKCPdU1GjmWDPQSsR3Mthw9Duv4n01my8mGhlCaAVaDaTNuBYRP3Fg5FQcIUIpQxlq2brgb5E5lamdWNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <6071ad6bf10dd7e81641a93a8dd0748d448163b8-10030322-100159012@google.com>
Subject: New Merchant listings structured data issues detected for https://24hourwaterdamagerestorationlongisland.com/
From: Google Search Console Team <sc-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000005a6ef9063d68563d"

--0000000000005a6ef9063d68563d
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KRnJvbTogR29vZ2xlIFNlYXJjaCBDb25zb2xlDQoNClN1YmplY3Q6DQpNZXJjaGFudCBs
aXN0aW5ncyBzdHJ1Y3R1cmVkIGRhdGEgaXNzdWVzIGRldGVjdGVkIGluICANCmh0dHBzOi8vMjRo
b3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLw0KDQoNCiAgICAgICBUbyB0
aGUgb3duZXIgb2YgaHR0cHM6Ly8yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFu
ZC5jb20vOg0KDQpTZWFyY2ggQ29uc29sZSBoYXMgaWRlbnRpZmllZCB0aGF0IHlvdXIgc2l0ZSBp
cyBhZmZlY3RlZCBieSAyIE1lcmNoYW50ICANCmxpc3RpbmdzIHN0cnVjdHVyZWQgZGF0YSBpc3N1
ZShzKS4gVGhlIGZvbGxvd2luZyBpc3N1ZXMgd2VyZSBmb3VuZCBvbiB5b3VyICANCnNpdGUuDQpU
b3Agbm9uLWNyaXRpY2FsIGlzc3Vlc+KAoQ0KKiBNaXNzaW5nIGZpZWxkICJoYXNNZXJjaGFudFJl
dHVyblBvbGljeSIgKGluICJvZmZlcnMiKQ0KKiBNaXNzaW5nIGZpZWxkICJzaGlwcGluZ0RldGFp
bHMiIChpbiAib2ZmZXJzIikNCg0K4oChKk5vbi1jcml0aWNhbCBpc3N1ZXMqIGFyZSBzdWdnZXN0
aW9ucyBmb3IgaW1wcm92ZW1lbnQsIGJ1dCBkb24ndCBwcmV2ZW50ICANCnRoZSBwYWdlIG9yIGZl
YXR1cmUgZnJvbSBhcHBlYXJpbmcgb24gR29vZ2xlLiBTb21lIG9mIHRoZXNlIGlzc3VlcyBjb3Vs
ZCBiZSAgDQpyZWNsYXNzaWZpZWQgYXMgY3JpdGljYWwgaW4gdGhlIGZ1dHVyZSwgYW5kIGNyaXRp
Y2FsIGlzc3VlcyBjYW4gYWZmZWN0IHlvdXIgIA0Kc2l0ZeKAmXMgYXBwZWFyYW5jZSBvbiBTZWFy
Y2guDQoNCldlIHJlY29tbWVuZCB0aGF0IHlvdSBmaXggdGhlc2UgaXNzdWVzIHdoZW4gcG9zc2li
bGUgdG8gZW5hYmxlIHRoZSBiZXN0ICANCmV4cGVyaWVuY2UgYW5kIGNvdmVyYWdlIGluIEdvb2ds
ZSBTZWFyY2guDQoNCioqRml4IE1lcmNoYW50IGxpc3RpbmdzIHN0cnVjdHVyZWQgZGF0YSBpc3N1
ZXMqKjogIA0KaHR0cHM6Ly9jLmdsZS9BTmlhbzVyVVVpOXEwSnZsUHlrR05zTlBBc1V2S21RR1B4
U2FnTG5QSXJmN1lhUnhzWUk5WWhmTlhfVFk3Tklmc2VHZnoxOTdRODc4cENaMC1uSnpOd2UwWGdo
RktpbDE1UU1PWVl3TmlRQ1hCZEZEYjRiZkxNMnYzemozTWxFdUxrY2hsWmVqQ1VobmFPMjFJZnlI
LWRxR3Z4N0tqQXVLNGloa2ZJblpxM19xUWpmcmNqZnNsVEQzVmhXNTFpVW1QT2JiZWRGR19FMlVp
cGcwLXBPalp3dGwyMGFVVDdONVpxTEhtTW04Q3h6dkQzcm1wdkJqUk92STgyX0RrT2hVOEpkRDRm
dE82b004Q292UFpEQ3ZESUw2ZlRjX19mYWQyWUx4Q1dBYWRFTTF1b1pKUWN2aEpUdzVKSGR1U1pH
MVNHT2hnYkVRSU1pZ3hFWkdFYjNiZ0hDbWR5M2VyN0hiTkdxQXh0cUYxaXdmQmtkVU5USjh4OHZw
bGlwSkVDdDJKU1N5SEc5OC1RVVJPbllnDQoNCg0KLS0tLS0tLS0tLQ0KR29vZ2xlIExMQywgMTYw
MCBBbXBoaXRoZWF0cmUgUGFya3dheSBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KWW91J3ZlIHJl
Y2VpdmVkIHRoaXMgdHJhbnNhY3Rpb25hbCBlbWFpbCBiZWNhdXNlIHlvdXIgc2l0ZSBpcyBsaXN0
ZWQgaW4gIA0KR29vZ2xlIFNlYXJjaCBDb25zb2xlLg0KVG8gb3B0IG91dCBvZiB0aGlzIG1lc3Nh
Z2UgaW4gdGhlIGZ1dHVyZSwgdmlzaXQ6ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXJtYWd3UGZH
SldZM25IcV9STkstSi02MHZTTWxwUUZrNFhCcHl0ZFR6ajdUci1MbDZES1kzemVfTGdSSUN1bVVD
N2hCWTNNSUxHWnlSRFl5STFaV0pRYjBKNV9kWlJ2cTZIenBUZTV1VVRpeGNaejBSZ0JqYW5NMFpV
QjNkVU1nSnlaS2VMaFpYOHVOazRueU5sZjRXbXZtNXRSenZxUFdlM0RVRVc0c2Z1bG9XY1luclgt
RXVya2JfemxQNWk2djl1aE1DdmtrUHFiUHh1VGNGMmRaOUlvRUJ5UkN1czl1WkhDUFBfZS1EU2hr
WDlTN3BOS2hxa1R0RVZNSElfdEJrcGo2d2VxN0UtaWhlQmd5V1dpS3RkV1hoc0pVbmxXTlh1QkdC
cWFQVzktbWxNXzBMbUY3Q25qdzBPX0g1SWtHNDc2MXJaOFdPcWliVFpudnhPdzdOZHI2NVVHUVRU
S0FldW9DMjNHSHJZcnV3ZGpOVnNaQVFZREtNTzFhZkdwS1VIdjV5MmpzV3ljQT4NCkFkZCBwYXJ0
bmVycyB3aG8gc2hvdWxkIHJlY2VpdmUgbWVzc2FnZXMgZm9yIHRoaXMgU2VhcmNoIENvbnNvbGUg
YWNjb3VudDogIA0KaHR0cHM6Ly9jLmdsZS9BTmlhbzVwTW1tZ2lzSXdHS2R3MTVtTG9NYU93Tndh
bDIxYVo0ZTVwSXFnbmMybFhKOUlmUV9VZGxNT0l6WWRKbWxxcmNfNEVidnRhWFVidWVCTjUzLW9X
S0lYdi1qb2RYTnpWN08tY1pIUmloWTdfZkNDY3YzcTJVNTl6aEt1d3VzcFJqcVhlVUwzUkY4MjRQ
OWJnU0U2YTlQc2h6dGlCQWdzbXNzc2k1NDMyQjhlRGtrVmhKVkpybWtEem9oUExjUml6UzJhelBr
ekhKeWZlbU1ubHdhaFhld3l1SGZwMFVQRnVvSVpkbGlTcENLNnhYY0dRQ1lNejZVY210N3FpY2RV
dnFLUW9ZM000VWpWdG9lcXM0cXVfZy1qLTM4cmNqWDJ4Um5lVTYxOF9PNW1MTGVwbFdFR3N3ZHN5
cDdFV0d6SVBRU1hQQVNpZWtUUWVTRUNhZFZLbFpNSG84NTkyLU5FWDZocmZHWlMtRnY1Z2RvVE9h
UHFHU211SnV2Vk80dE1DVGg2MnRtTnRLQVVvTjE0DQoNCk1lc3NhZ2UgdHlwZTogW1dOQy0xMDAz
MDMyMl0NCg==
--0000000000005a6ef9063d68563d
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable




<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang=3Den>
<head>
  <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
  <link href=3Dhttps://fonts.googleapis.com/css2?family=3DGoogle+Sans&famil=
y=3DGoogle+Sans+Text:wght@400;500&family=3DGoogle+Sans+Mono rel=3Dstyleshee=
t type=3Dtext/css>
  <title>Merchant listings structured data issues detected in <a style=3Dco=
lor:inherit;word-break:break-word;text-decoration-line:none;>https://24hour=
waterdamagerestorationlongisland.com/</a></title>
</head>
<body style=3D"font: inherit;
             margin:0;
             padding:0;
             background-color:#fff;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;
             line-height:1.5;
             letter-spacing:0px;
             color:#1f1f1f;
             word-break:break-word;" dir=3Dltr>
  <div dir=3Dltr style=3D"max-width:600px;
              padding:0 16px;
              margin:0 auto;">
    <div style=3D"padding:32px 16px 16px 12px;line-height:0;font-size:0;">
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_icon_c=
olor_160.png style=3Dheight:40px;>
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_logo_l=
ockup_gray_24dp.png style=3D"height:34px;padding: 3px;">
    </div>=20
    <div style=3D"padding:24px 24px 40px 24px;
                border-radius: 16px;
                border: 1px solid #C4C7C5;">
      <div style=3D"max-width:520px;margin: 0 auto;">
=20
  <div style=3D"padding:16px 0; max-width:520px;">
    <span style=3D"font-size:24px;font-weight:400;line-height:32px;font-fam=
ily:'Google Sans';">Merchant listings structured data issues detected in <a=
 style=3Dcolor:inherit;word-break:break-word;text-decoration-line:none;>htt=
ps://24hourwaterdamagerestorationlongisland.com/</a></span>
  </div>
        <div id=3Dwmx_wnc_message_main_content SCREEM dir=3Dltr style=3D"
             background-color:#fff;
             color:#1f1f1f;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;">
  <div style=3Dpadding-bottom:16px;>  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      To the owner of <a style=3Dcolor:inherit;w=
ord-break:break-word;text-decoration-line:none;>https://24hourwaterdamagere=
storationlongisland.com/</a>:
</p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Search Console has identified that your site is =
affected by 2 Merchant listings structured data issue(s). The following iss=
ues were found on your site.
</p>
  </div>



  <div style=3Dpadding-bottom:8px;padding-top:8px;border-radius:12px;>

    <div style=3D"padding:20px 16px 20px 16px;border-radius:8px; background=
:#F0F4F9;">
        <h2 style=3D"color:#1F1F1F;font-size:14px;font-style:normal;font-we=
ight:500;line-height:21px;letter-spacing:0px;margin:4px 0 12px 0;">
Top non-critical issues<sup>=E2=80=A1</sup>
        </h2>
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Missing field &quot;hasMerchantReturnPolicy&quot; (in &quot;offers=
&quot;)</a>
        </p>
      </div>
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Missing field &quot;shippingDetails&quot; (in &quot;offers&quot;)<=
/a>
        </p>
      </div>
    </div>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>=E2=80=A1<span style=3Dfont-style:italic;>Non-cr=
itical issues</span> are suggestions for improvement, but don't prevent the=
 page or feature from appearing on Google. Some of these issues could be re=
classified as critical in the future, and critical issues can affect your s=
ite=E2=80=99s appearance on Search.</p>
  </div>




  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>We recommend that you fix these issues when poss=
ible to enable the best experience and coverage in Google Search.</p>
  </div>

</div>
  <div style=3Dmargin-bottom:16px;>
    <a href=3Dhttps://c.gle/ANiao5q-1AUdaa2bu_kP7VIUEHEkk2VJ7y1YHBciAKQ5vd-=
4JH5WiJsoevIhXYdqkaSLNQTW1na9aAuHmDHfIwbfZ0-HpkwWwlpeWshDmehKsOYAxk0qqhZPxM=
hgHZ_m0XzT5RsO5u220nqH_vM-sZzKOrPAy_9nB0c6jxi-zcsdB-xF1QxNXvOl4b59FmYcbsk-g=
Yqe2ibEvQ88IWqkNm90vDP9o1NGkYbJ4vTJFCiolwH-I2FeCFFmJ9b1RZAASiQ-hzlaHKPRHBYz=
GVMNpzQs5ZEYsmGiOMd4FjG3RnF9hGG-EMvQXG3VCU3hRHf3Q3txtYpnn-q2PAw1Lh1OoXvaWZY=
tLB_31e7AsvmQrgZlN0Vl2iZi8IHUnwmgrk5TWnAApsF7noLq7MR-FNE role=3Dbutton styl=
e=3Ddisplay:inline-block;text-decoration:none;>
      <div style=3D"color:#FFF;font-size:14px;font-weight:500;
                  background:#0B57D0;border-radius:12px;padding:10px 16px;m=
argin:4px 0px;line-height:20px;">
Fix Merchant listings structured data issues      </div>
    </a>
  </div>

        </div>
      </div>
    </div>     <div style=3D"padding:24px 16px 48px;
                line-height:16px;
                font-size:12px;
                font-style:normal;
                font-weight:400;
                max-width:600px;
                color:#444746;">
      <span style=3D"font-weight: 500;">Message type: [WNC-10030322]</span>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      	You've received this transactional email =
because your site is listed in Google Search Console. You may <a href=3Dhtt=
ps://c.gle/ANiao5p75y5omakf6lLZ5CEwerGPomx_S_I-lzzrDbTtQO3gXDxelpURia0ge3pB=
OXHWoRegZ_7zhWPo0Fr3AEZ3QCa_O4B_2jUa7OQ3RCuS3g7t0Kgv0TsZVNDZeIdLvHa38pkzpDO=
zcgHB570Dfn2wtJb27FXvZD6c-pQoeHljKYbxbTNg3PK8uQ16m53xvPVvv_qqP0XvhYi8kuJKMS=
vafDL0Llmh5gjHgOGoIYP1VHMR21GP4PmoI0FLV9Agb92MdQPlG7_Th8HkOaH1idSBa0CimdhF4=
nxXG6waJviu33hPtOVjomMmW-0NZwLu7ynfGjfW-ay-mbZ0ZtUvzL6weUvqBiSTM6ek9wwEjEjy=
ufDRUwKwFy55sJTWidl3jKfHfWgcajaGFYHU06-Y style=3Dcolor:#0B57D0;text-decorat=
ion-line:underline;word-break:break-word;>unsubscribe</a> from this type of=
 message or <a href=3Dhttps://c.gle/ANiao5rOL0vpmYwtQ4iRZ1rCNcsc0UMw3_XUPGG=
waPYVGQv4Q8nTUmqX67laxkJlv0OwS-3i0Af64ydVqeD34hszbFoUP-GdayeU6EEVEpjdMBJ89W=
K_4ZSbXHHWgsyol2zH0fQZu-dEegkIFiJIe_WINx7-EeHO8A9dYdamQV49VU5wyDzIAEMdlaCCg=
XrZdqgJp3CEhM67tLg_rkwhg9aOAJWCrUITLBJVqNS60d2-2Am_SiWop5qBpYFn8aGN6LJ6dBmk=
YtXxdVqphFID8Hrp79JfTXJmXngCkqAEjh9qVka-44uxqFZP5NhngeTAbgDrtdAj7dmkh9jjZzd=
3bTWWafl49Oe_V1H3acbIAumY5uvyF7-PfOQdyh6WGjAaOwH_X5gOztRjIANaWCH7Yw style=
=3Dcolor:#0B57D0;text-decoration-line:underline;word-break:break-word;>add =
partners</a> who should receive messages for this Search Console account
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Google LLC, 1600 Amphitheatre Parkway Mountain V=
iew, CA 94043</p>
  </div>

=20
</p>
  </div>
    </div>=20
  </div>=20
</body>
</html>

--0000000000005a6ef9063d68563d--
info/cur/1754367298.M812894P3847447.premium320.web-hosting.com,S=30057,W=30815:2,S000064000000072551151007557650020212 0ustar00Return-Path: <3P4WRaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 6G5aMEKFkWgXtToAVkXPrw
	(envelope-from <3P4WRaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 00:14:58 -0400
Return-path: <3P4WRaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 00:14:58 -0400
Received: from [198.54.122.200] (port=52773 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3P4WRaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com>)
	id 1uj94k-0000000G9YD-2ivP
	for info@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 00:14:58 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=SHYyCkcn;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3P4WRaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com designates 209.85.166.69 as permitted sender) smtp.mailfrom=3P4WRaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx0Sc0dMzzC1QY
	for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 04:14:56 +0000 (UTC)
Received: by mail-io1-f69.google.com with SMTP id ca18e2360f4ac-87c13b0a7beso468178839f.1
        for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 21:14:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754367295; x=1754972095; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=eAFurJGhb7rvHG/XlEiK6AH8f67svbKHJjcUaa75a/c=;
        b=SHYyCkcnIXr24Qpj2E7Dd8Zo+zWAiqdxh+jOAoBP62S/jO+cMnD9csnwLJta8GSZkH
         XqyN+C70CJOuTtL42hFtH9TIa0oQKsqc8GMT2Nx8peexoAqgjJBgIz91NHFLPdA/QwZo
         rB+WYClKg+m5c82SD0VeCoMTZbOvFfwuaiR7FaKJsCUDVmOZzvTthfT26K1ovp+y6ZnO
         PQGRhHyoS14YJxjTXG8KIzwj34W8ysIeVQgT3cBRN15hxNJriBYrZWKscDXM8NmMBIWm
         5IZhYExAXRUCKbSz2JOM6fNq1dKmb5aQmbrD9zqQdBLryKDbQuIX2xVK1KtZMCdQB70+
         T05A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754367295; x=1754972095;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=eAFurJGhb7rvHG/XlEiK6AH8f67svbKHJjcUaa75a/c=;
        b=C0y8Med0SkxP27NHlZ+V0ff7qpokQq5Ww2k2uJClvUdrac0ntRLmwI3o6BkGLA+zsc
         F6pertzwUCSbXGRkTGDY5x0aQ/vFujdc7jhN4Gszkj5mLVmKL8917dUyUDYDMEW16op3
         kWjFUahThvS57/Tlh8nwflx8RjlrFnb/ieV5GDTzzSjhry9fwOX7tebTIlcfQGCFILfV
         OzHBaBvVfC4rgVBn5NrHiNQA1tYtl4RTuxV2ah+6L/t0qMvEC99ue8b1DsTJrny6kzWP
         wf8YgCIa9VjrFJRIKaD4cFMyWZgerUkIQQsAU2nBBc/dieX0PeWWI+vqwNocL4V/ESxK
         EPzA==
X-Gm-Message-State: AOJu0Ywj/NiI08VxlbMjnGnQBsnBuL+UzKUEKlrzqz3RvFZKNxaiVpxD
	xUcGGNT/TYgl+2/EFIAQ912Py0QmRHQYynV5bRO+cB3qHwPD8g8xNT7LFvMp
X-Google-Smtp-Source: AGHT+IEW1unqXmQS72sfrFNpZ3aVGgEQhA1VV6GK0MgRWBeqnddUY111MkVq9RgbXtkYdV15DnhmTms=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:2cd5:b0:87c:2f66:70f9 with SMTP id
 ca18e2360f4ac-8816824b198mr2227760639f.0.1754367295561; Mon, 04 Aug 2025
 21:14:55 -0700 (PDT)
Date: Mon, 04 Aug 2025 21:14:55 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4358512
Feedback-ID: P-171-0:C20077711:M110948991-en:gamma
X-Notifications: 21b1ead2f3da0000
X-Notifications-Bounce-Info: AWoTSIG-Ub9oRhvM6RY6aRL41UHmgvYl5ugmHXZUr9zIek_b5MOKHz-Vzrgn6gjEpZ9dCaHVcTXr0ptylFeYeVRLZTd6MezajTMdtCzCM2prB4ZXmoMJBJqXjch_ND1QXCo37253DhK3MET8BqGZr7B4i5R7B9mSeDN2KN1ZPdILTpIu4Ia9-aDY8_tQo6J2K7ojLWpwPwVDxagOTZsZT8azQAT-elb_SOV1Ht0QrMYk6fCMqxDP-hpNSEBromV6ZMbcrkGswafQizmlEmRGGplny6Pn1uIKut08v3GFB5AwT84rx2J3e1USxow24qAAL2-1MLdN93MFSWwagfhq6xaYxoTmI4VUJi2N6tvwKxaZkFmM_7w18QfEpG0u5hJyiw0YWY4nKYTHZiMOeJAI0iRY5Ft4Yv1zjCEiMpFamJvbJYE6YmtyB7Z6TVSrI8tQ5WiPDl8Eko4Sx8WgRWXTKpsoqT7vgEbnzoiDvj3DW6ujKxVuuswSf5N47ujKdqgTgyjiQWbORbVUsfIiE2nmWzLPssWqihkB-DMkvNlALfs_pmsdcrIsziTKIINJLfO7TRTa8PVn_A_b8OqMPBNokXsX4BjznCAB40zTA5SZcANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <120cb07b33265c2c1f43dd18c38ea625f7c3f701-20077711-111673954@google.com>
Subject: Verify your account to manage your Business Profile
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000075223f063b967750"

--00000000000075223f063b967750
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

VmVyaWZ5IHlvdXIgYWNjb3VudCB0byBtYW5hZ2UgeW91ciBCdXNpbmVzcyBQcm9maWxlDQoNCkFm
dGVyIHZlcmlmeWluZyB5b3VyIGFjY291bnQsIHlvdeKAmWxsIGJlIGFibGUgdG8gcGVyc29uYWxp
emUgeW91ciBwcm9maWxlLCAgDQpyZXNwb25kIHRvIHJldmlld3MsIGFuZCBhY2Nlc3MgaW5zaWdo
dHMgdG8gaGVscCB5b3VyIGJ1c2luZXNzIGdyb3cuDQoNClZlcmlmeSBub3cgIA0KPGh0dHBzOi8v
YnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzk5NjUzNTEzNjk5OTA2NTk0ODUvcHJvZmlsZS92ZXJpZnk/
dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlhbzVyM3FVU0pwM2o5UTFZLXVFOWxzSERDTnBm
UGI5SlloRzRGa2hkdjZiYXNZbHVBY2ZoRXZvS2YtY0p1NEZPamFfVlRjYmhIdjhkS1VnSlJfc245
RWNHQnRidDJZamVyU21MX1VGMzhPOE12SU9vbGpoYnlQTkRnNF9Jcj4NCg0KSXQgb25seSB0YWtl
cyAzIHN0ZXBzDQoNClNlbGVjdCB5b3VyIHZlcmlmaWNhdGlvbiBtZXRob2QNCg0KRGVwZW5kaW5n
IG9uIHlvdXIgYnVzaW5lc3MsIHlvdSBjYW4gdmVyaWZ5IGJ5IHBob25lLCB0ZXh0LCBlbWFpbCwg
dmlkZW8sIG9yICANCm90aGVyIG1ldGhvZHMuDQoNClZlcmlmeSB5b3VyIGJ1c2luZXNzDQoNCkNv
bXBsZXRlIHRoZSBzdGVwcyB0byBjb25maXJtIHlvdSBtYW5hZ2UgdGhlIGJ1c2luZXNzLg0KDQpZ
b3XigJlyZSBhbGwgc2V0DQoNCk9uY2UgaXTigJlzIHZlcmlmaWVkLCB5b3UgY2FuIG1hbmFnZSB5
b3VyIHByb2ZpbGUsIHJlc3BvbmQgdG8gcmV2aWV3cywgdXBkYXRlICANCmluZm8sIGFuZCBtb3Jl
Lg0KDQpWZXJpZnkgbm93ICANCjxodHRwczovL2J1c2luZXNzLmdvb2dsZS5jb20vbi85OTY1MzUx
MzY5OTkwNjU5NDg1L3Byb2ZpbGUvdmVyaWZ5P3Ryaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5p
YW81cWlNYm9yVUZ2U1FhNEdtdWt0UWFDLUNmcTgtMFdsWEtlVWh3LTFISm5uRGFZc0xBb0wxNU5H
MlJBX1FhTWd0VFk0SEFtM05DOHNITlNNQkE2a3lNSW0zeE9LTVNLcFRBc05JUDJ5TDVqMG9hMEZ1
QWxCaVJzc1JWRlJvMzg2Pg0KDQoNCg0KKGMpIDIwMjUgR29vZ2xlIExMQw0KMTYwMCBBbXBoaXRo
ZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNvbSAg
DQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyeUxoNHJXV2NuaHMzRU02eEVmREdIdVlMSjN2N2hyMnhj
UWRobV80bnotZ1dPRC1FZG03bGpxLXdqNGtUOE15TDUya0l2OWZNYkU3M3dRRzg5WmpCT2xfYU84
NnZXem14eU42VWNXZzVFRGJIOUhWY21KTVlOeGNNM2Z2SGl4Qm1mS200Pg0KDQpZb3UgaGF2ZSBy
ZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5nZXMg
cmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--00000000000075223f063b967750
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Verify your Google Account</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.cta_border{
padding: 0px !important;
border-bottom: 11px solid #1A73E8 !important;
border-top: 13px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
}
.ol_ht25{padding-top: 3px !important;}
.ol_ht30{height: 30px !important}
</style>
<![endif]-->
<style>
body {
font-family: Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sa=
ns-serif;
font-size: 14px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
td {
-webkit-text-size-adjust: none;
text-decoration: none !important;
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.mobile_width{width: 360px !important;}
.dblock{display: block !important;}
.dnone{display: none !important;}
.width300{width: 300px !important}
.width310{width: 310px !important}
.wd320{width: 320px !important}
.wd300{width: 300px !important}
.wd214{width: 214px !important}
.wd360{width: 360px !important}
.pdl23{padding-left: 31px !important}
.pdtb_13{padding-bottom: 13px !important}
.width20{width: 20px !important}
.border_mob{ border-bottom: 1px solid #DADCE0 !important}
.pdr0{padding-right: 0px !important}
.pdl0{padding-left: 0px !important}
.pdl5{padding-left: 5px !important}
.pdl44{padding-left: 44px !important}
.border_mob1{border-bottom: 1px solid #DADCE0 !important}
.pdt10{padding-top: 6px !important}
.ht6{height: 6px !important}
.width272{width: 272px !important}
.width280{width: 280px !important}
.wd26{width: 26px !important}
.wd10{width: 10px !important}
.tcenter{text-align: center !important;}
.tleft{text-align: left !important;}
.mauto{margin: 0 auto !important;}
.pdt0{padding-top: 0px !important}
.ht38{height: 38px !important}
.ht36{height: 36px !important}
.ht21{height: 21px !important}
.ht26{height: 26px !important}
.ht24{height: 24px !important}
.ht48{height: 48px !important}
.ht43{height: 43px !important}
.ht18{height: 18px !important}
.ht9{height: 9px !important}
.width304{width: 304px !important}
.pdt23{padding-top: 23px !important}
.pdt25{padding-top: 25px !important}
.pdt36{padding-top: 36px !important}
.pdt33{padding-top: 33px !important}
.pdt15{padding-top: 15px !important}
.para_pd{
padding-right: 50px !important;
padding-left: 9x !important;
}
.ht52{height: 52px !important}
.ht50{height: 50px !important}
.fs32{font-size: 32px !important; line-height: 40px !important}
.fs26{font-size: 26px !important; line-height: 39px !important}
.ht12{height: 12px !important}
.ht10{height: 10px !important}
.ht17{height: 17px !important}
.ht16{height: 16px !important}
.ht10{height: 10px !important}
.ht20{height: 20px !important}
.ht36{height: 36px !important}
.ht35{height: 35px !important}
.ht34{height: 34px !important}
.ht41{height: 32px !important}
.ht40{height: 40px !important}
.ht32{height: 32px !important}
.ht31{height: 31px !important}
.ht12{height: 12px !important}
.wd12{width: 11px !important}
.wd200{width: 200px !important}
.pdl0{padding: 0px !important}
.gbp_head_pd{padding: 14px 30px !important;}
.footer_pd{padding: 0px 30px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/99653513699906594=
85/profile/verify?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ohqaAW6ATMsMYVDHYSwrABO=
2OaAXAO1bVpirTemYT6TyGl99R9uoYLJwYMjx2SoupDmItJzgmQaUmxbOLeJmtRskoWh3-d-NDm=
zjYIL_hW0Y973qogoYSgzXy6nUs>
<meta itemprop=3Dname content=3D"Verify account">
</div>
<meta itemprop=3Ddescription content=3D"Verify account">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>Unlock the ability to respond=
 to reviews, view insights, and more.=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=
=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D720 class=3Dmobile_width>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!-- masthead -->
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3D"padding-top:23px; padding-bottom:2=
3px; padding-left:50px; padding-right:50px; border-bottom: 1px solid #DADCE=
0;" class=3Dgbp_head_pd>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100%>
<tr>
<td align=3Dleft valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop aria-hidden=3Dtrue>
<a href=3D#>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-gamma-gbp-en-transpare=
nt-w516px-h54px-2x.png width=3D241 height=3Dauto class=3Dwd214 alt=3D"" tit=
le=3D"" style=3Ddisplay:block;>
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<!-- masthead -->
<tr>
<td align=3Dleft valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D37 style=3D"display: block;" class=3D"">
</td>
</tr>
<!-- body -->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D620 class=3Dwd300>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Dtleft>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue style=3Dpadding-left:6px=
; class=3D"tleft pdl0">
<img src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-warning-icon-transpare=
nt-w300px-h99px-2x.png width=3D150 height=3Dauto style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D18 style=3D"display: block;" class=3D"">
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-size: 40px; line-height: 48px=
; font-weight: 700; color: #202124; font-family: Google Sans, Google Sans T=
ext, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;" class=3D"fs32 t=
left">
Verify your account to <span style=3D"color: #1A73E8">manage=C2=A0your Busi=
ness=C2=A0Profile</span>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D16 style=3D"display: block;" class=3D"">
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-size: 16px; line-height: 24px=
; font-weight: 400; color: #5F6368; font-family: Google Sans Text, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif;" class=3Dtleft>
After verifying your account, you=E2=80=99ll be able to personalize your pr=
ofile, respond to reviews, and access insights to help your business grow.
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D28 style=3D"display: block;" class=3D"">
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dtleft>
<table class=3Dw200out role=3Dpresentation cellpadding=3D0 cellspacing=3D0 =
border=3D0>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 16px; line-height: 24px; color: #ffffff; font-weight: 50=
0; border-radius: 100px;">
<a class=3Dcta_border href=3Dhttps://business.google.com/n/9965351369990659=
485/profile/verify?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qNRrEtu9sIMK9tx04gLJwI=
RC5uvxBDeqNF3Ye9kf7IbTTOErcP3sp94CNzEhWSwzi_b_T-lldPnY_bdvxJ_GqirNT8NyiiD4c=
Tx6QjeVV6VSiAEs2KWguXq_xcImo target=3D_blank style=3D"text-decoration: none=
; background-color: #1A73E8;padding: 13px 24px 11px;border-radius: 100px;co=
lor: #ffffff;display: block;">Verify now</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D32 style=3D"display: block;">
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D513 clas=
s=3Dwd300>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D380 clas=
s=3Dwd300>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-size: 28px; line-height: 36px=
; font-weight: 700; color: #202124; font-family: Google Sans, Google Sans T=
ext, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;" class=3Dfs26>
It only takes 3 steps
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- bull 1 -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 27px;" class=3D"">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D100%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop aria-hidden=3Dtrue width=3D56>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-steps-one-transparent-=
w112px-h112px-2x.png width=3D56 height=3Dauto style=3D"display: block;">
</td>
<td align=3Dleft valign=3Dtop aria-hidden=3Dtrue width=3D20 class=3Dwd12>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D1 style=3D"display: block;">
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-size: 16px; line-height: 24px; =
font-weight: 700; color: #202124; font-family:Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif;">
Select your verification method
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-size: 16px; line-height: 24px; =
font-weight: 400; color: #5F6368; font-family:Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; padding-top: 4px;">
Depending on your business, you can verify by phone, text, email, video, or=
 other methods.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- bull 1 -->
<!-- bull 2 -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 24px;" class=3D"">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D100%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop aria-hidden=3Dtrue width=3D56>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-steps-two-transparent-=
w112px-h112px-2x.png width=3D56 height=3Dauto style=3D"display: block;">
</td>
<td align=3Dleft valign=3Dtop aria-hidden=3Dtrue width=3D20 class=3Dwd12>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D1 style=3D"display: block;">
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-size: 16px; line-height: 24px; =
font-weight: 700; color: #202124; font-family:Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif;">
Verify your business
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-size: 16px; line-height: 24px; =
font-weight: 400; color: #5F6368; font-family:Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; padding-top: 4px;">
Complete the steps to confirm you manage the business.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- bull 2 -->
<!-- bull 3 -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 24px;" class=3D"">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D100%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop aria-hidden=3Dtrue width=3D56>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-steps-three-transparen=
t-w112px-h112px-2x.png width=3D56 height=3Dauto style=3D"display: block;">
</td>
<td align=3Dleft valign=3Dtop aria-hidden=3Dtrue width=3D20 class=3Dwd12>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D1 style=3D"display: block;">
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-size: 16px; line-height: 24px; =
font-weight: 700; color: #202124; font-family:Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif;">
You=E2=80=99re all set
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-size: 16px; line-height: 24px; =
font-weight: 400; color: #5F6368; font-family:Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; padding-top: 4px;">
Once it=E2=80=99s verified, you can manage your profile, respond to reviews=
, update info, and=C2=A0more.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- bull 3 -->
<!-- cta -->
<tr>
<td align=3Dcenter valign=3Dtop style=3D"padding-top: 24px;" class=3D"">
<table class=3Dw200out role=3Dpresentation cellpadding=3D0 cellspacing=3D0 =
border=3D0>
<tbody>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 16px; line-height: 24px; color: #ffffff; font-weight: 50=
0; border-radius: 100px;">
<a class=3Dcta_border href=3Dhttps://business.google.com/n/9965351369990659=
485/profile/verify?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p_5_iE6vsE2eTH11ig_YPB=
YcbwatwrYbaUpvUBe7AWrGso6C6j7ZaBt6o3GgTSTY6pmKUZTmSe9utCeb-EgTCSKrgwfEcezqd=
ea-U09826L9mlyJCf0u5ca0nG9bOq110 target=3D_blank style=3D"text-decoration: =
none; background-color: #1A73E8;padding: 13px 24px 11px;border-radius: 100p=
x;color: #ffffff;display: block;">Verify now</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- body -->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D48 style=3D"display: block;" class=3D"">
</td>
</tr>
<!-- Footer Start -->
<!-- Footer Start -->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"padding-left: 50px; padding-right:=
 50px;" class=3Dfooter_pd>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D30 style=3Ddisplay:block;>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle width=3D102>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D88>
<tbody>
<tr>
<td aria-hidden=3Dtrue align=3Dcenter valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/growthlab/api/gym0fMy=
vhWdp0K46NUzXeVcV8QeTj2sBjvLpemN9.png width=3D87 alt=3D"" title=3DGoogle bo=
rder=3D0 style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dmiddle width=3D24 style=3D"border-left: 1px solid=
 #5F6368;">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 border=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D24 s=
tyle=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dmiddle>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 border=3D0>
<tbody>
<tr>
<td style=3D"font-family: Google Sans Text, Roboto, Helvetica Neue, Helveti=
ca, Arial, sans-serif; font-size:10px; line-height:15px; color:#5F6368;" al=
ign=3Dleft dir=3Dltr><a target=3D_blank style=3D"color:#5F6368; text-decora=
tion:none;cursor:default;">=C2=A9 2025 Google LLC <br aria-hidden=3Dtrue>16=
00 Amphitheatre Parkway,<br aria-hidden=3Dtrue>Mountain View, CA 94043</a><=
br aria-hidden=3Dtrue><a href=3Dhttps://c.gle/ANiao5rUNV_BAHQJaWhl5HHrOmXOf=
i3XupUajt7z6VsU4YZkWvi3nJcxv62WNe3YtRF-NeQ6JYIuSc6MbyoSxvPBG6LZUnHjI3KugrfS=
mbUZpuyS0Xb7KCLSZY972dGRl_FG_aO-VZ8V8Q style=3D"color: #5F6368; text-decora=
tion: underline;cursor: default;pointer-events: none;" target=3D_blank>www.=
google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dmiddle aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D30 style=3Ddisplay:block;>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px;">You have received this email to update you about i=
mportant changes related to your Business Profile.</td>
</tr>
<tr>
<td align=3Dleft valign=3Dmiddle aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D30 style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rU-EacdbfnMzn_zMdJQf9SzrzcHrOiADiyt7ldd6UV1C-SUthASxNwX6wGd2SezI=
Z0WC9SaD-4VGPCPVF1Iw8VtsV0Ny6VX-NAAxt_7G8aR3gDSi5mIqJ4G6HmaCsoDo-TtA.gif></=
body>
</html>
--00000000000075223f063b967750--
info/cur/1756878966.M821355P141852.premium320.web-hosting.com,S=24804,W=25583:2,000064000000060344151007557650020000 0ustar00Return-Path: <3ddi3aBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 4KvUMHbYt2gcKgIAVkXPrw
	(envelope-from <3ddi3aBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 01:56:06 -0400
Return-path: <3ddi3aBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 01:56:06 -0400
Received: from [198.54.122.200] (port=62458 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3ddi3aBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>)
	id 1utgTW-00000000gpb-2YXz
	for info@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 01:56:06 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=0VrsZSCK;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3ddi3aBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com designates 209.85.166.199 as permitted sender) smtp.mailfrom=3ddi3aBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com
Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGsKx65P8z557F
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 05:56:05 +0000 (UTC)
Received: by mail-il1-f199.google.com with SMTP id e9e14a558f8ab-3f0c32654afso7815185ab.1
        for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 22:56:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756878965; x=1757483765; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=6XH0JOMNeQUlSwUdiHWD7jh01cRuR/SfxNlO9BVQXbM=;
        b=0VrsZSCKii7vzq8CLeOeUTZTn8yKJ350QXqyoMv+5N2uJS1MaGcWCc/R+CiuURneat
         yj2GLHb1QmcYkylip/xXFtwWwfyY0Sqk2nPZl86ZjxJs1SGWSaxlmocUyD6qFTEGmzV/
         UlNOWsVF0zlngkW1F1WjvLv6Wmm9BVm0BG/+zJPpkZvEOUtzWmexwz8gYbbOgwvNTx5+
         tlfeTpyOL0kl9FWvuvEWs8O1CMs8GclC8Og8oUcJVT52cOvtI6knvzHtNwkytEDWc4PH
         SwCKxxer+X0BEDn/YzHluyNO5z2XYakzQrT5Y7eGviTj6Vs9LlT/MRWD87MCibpxn2wD
         VGpQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756878965; x=1757483765;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=6XH0JOMNeQUlSwUdiHWD7jh01cRuR/SfxNlO9BVQXbM=;
        b=fQNa9YM4iK83nZAWAmMbbrxYwRMp3JoD7Rv8IfL/gEZ3JDTselTjxhDwC7/N2sa47u
         JbFGq5ZHVRZdwznkDwM2kc9o/WY2Fkj/E0htpulXPMZ97NjTw8b/kNSWz1meV6qUZjUk
         zTGwAUzkXJGc7lx6PcQ0EavQMQMLcXFng9YMtdQW+whXIXbI13L4GZkjZjbh7FvPuNyp
         mPmcCvXa+HuAtzK22JHk/vEI8T8hUlxPSVzEcPxD7jWHaUF5zjhb0RwtbvqiAD1R5SJ7
         dlO3bvL24U/XfhvSliaEOs815CuUPINR6xy3tS3nw1j86oCa849I/blptZNCBJnlZtaf
         pGGA==
X-Gm-Message-State: AOJu0YzEUhx1EIvU4xmNzZ48QaQjxNC4z2LBjzXgqRVA7X+r/QWTdg87
	giml/B70H6n/rD8eTP36JQd79PBJga7v+NDkO+gKYf+UGycD1M/DQibPYnNX
X-Google-Smtp-Source: AGHT+IFI3ho9lB+ZUdm+UnJWLgE9+pqIjhZEN7bDKYffzUlyBag07v1PT3nMsHd/VFD5VESXNo+gj98=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:17ca:b0:3f6:5ea4:f0a3 with SMTP id
 e9e14a558f8ab-3f65ea4f0b3mr34993855ab.11.1756878965330; Tue, 02 Sep 2025
 22:56:05 -0700 (PDT)
Date: Tue, 02 Sep 2025 22:56:05 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 315e941cdaba0000
X-Notifications-Bounce-Info: AWoTSIEJQ_CVpj0rUYWtj3fm2rfGLNm1Au3SnktCk_YtenL-o7bWepeYs-sPQeaAeX_KqX4zk_BRdLRR5HW5QG7QXrUbtXKjuzTQmzpXvBzGBdm92qkaTJObqZUq0O7koFIUWhX0C6Dhoi-ZAYsbum723hPeTLO-dm39LzFIPi_digWEDkyMKrAALQxoNYcdPeANTnsm_8Q3OAo5Jg22pHdxkQB7FhNdi5XItH42zXGFXwyaQz_dUikFbzFstR9-NDwx6yHlS2OFWxS616GeOYlrMNN7EvVeGKu0b6N4C-TUco4V4DFDs34cfBu6v2kZVUq6-0Uh0pRcbmZqw89WdER9IEtAFzDy4XEtu9nlts58WTZOQHfS3bJTnSZS58iTwc9GoGIPoK8ngt23pTZRfKjnzEbhZMjTysgbMnEs8RhsJLCAF5rJV4IsbRqw8AyyRGZs-GT0K6uuPj1pxGE0Hu-o33EtsTXaEcB1MDL_-rqCBmidhxSOfKkCd9772UJu5wnLdshJEe6QOeKF36XCQ9waq6f8QO_oK0dgIf9GffxzlnhqIUvgGXEc4iGA0FeyWFH6Ssg98PNjdzFHjly0JbZuOt4zegTr4GPYFJEo4O4oefGWatsZmmKANzvVShwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <46ebe22e26021bc90b91216bc749c909c54e97ad-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000a45474063ddf42ed"

--000000000000a45474063ddf42ed
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/6834949516244418829/profile?trk=https%3A%2F%2Fc.gle%2FANiao5q34w7NixTi2YQQQg8ZY-5zp2JcXNbbqPbbYMyuXLdRJehUsnrtgZWjPNNWIkEcJ8IwfjAqCOtFH3QPSbJz0sjqxXlJbC6LvovZ8E4iTH1536hT5ug_HhqadS8>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5pWM9sKgyyY0UzQyETQVB7s4rPDGF3Ag5r-rKmTLEiIhRmN6hUrKe1lEnKK2yJu9ycfO3xXfQyQwKfCG0wb9hrGYGL5-nk5N9OPML1omMJrx1STMJeEZ22HfcNmu3npqzq2Cx4xrodomQAe69-3GK0aIbQYSCH0n2qvOob3YuI>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5o8qPl6_LWq30165pNn0fhw5BvSDTT0jIEqDEhP2oX8a6o_IayAhlNsgZyPlCgcI_FueqoFDUWey6nNIwmHoaxRnCLak7TmeIIPiVw_m2D2tl1Tl2wPVzZ3f5zSWuU4WHoYr44V9i2K1ydGsWi3blWtIfBxdqJxM7fTGhX7LJbqPlY1p-2Y3ET65poV7gI6R4IqbPSbP1yl7Nb2rpcw79IIsLsFT0ciIa4cTpGJnw>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5ryrl4TB7MmTyT8PUss1UZHx973yNBJE4uJY_YdCLy_CEGViJy0g4rmu5oljSEodQMwoT9AH_wH7CuZ_mO3Qr_CmJYtZjd2sxL-vKHcCa6v9E2ou41-sE3gqYt7DtG-Acf4r0w>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000a45474063ddf42ed
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rNSLktnBevV_ts2PD9zBaCOnDpo=
6YfZxeQf73H46n3dg9WSnPPMt03QnpV5V3gLq3OY8b5zWMuRWE3J_BoCzD2V7ngGaAan8viI63w=
1Jti5xKeNiRNwV2fx84ssndrahKZC0CyfaNh4lgHRge_RjzSyl6H2yslUEyegHAM5Pl_6Ic6WTc=
Bk3x_S7Tele12uQGI1ngRtcQtEBDLOL0WUCubQQxcbq30iAh2fS_9vjto>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/6=
834949516244418829/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pxqHR2hbIooFoo=
rD_2hcFe0Uy--haJ0MDOf4bZffnG8ep33fM0_2IF0X4fX5TDHHOpVQn7UppNN1rla5tjXAukVWC=
qNAkhRV5JdRCsFyLgMhER5HSJ5F0QZcutYg target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busines=
s=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5rTZRg7liQmctkPD1edxvQTYx=
NI6-ZBDaMTC2yQkQpizFB3PA6CvCuwSsElfUQy0XU10jc5gvvNAvFMA7SHCvgNTyTIi4Y2-xFNe=
l5advw9ErBQa2KBplW0xbJQeynvQEr91WMEwyJXpxt9zqJOvgkdFLJ_Vk4j9FEl6aympHIopA t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5pszJtoTI6Bw8_RGjw-9-LHcgZaCuG_KLmRuzMif_rOL6s=
RJ7eGxYHuO_ZF-Zbtbm71akWl1Spu_dlgBgUpgDffaxDnuxXpSQVfmMw8rXcHx3wjgfNy4t7fxe=
NmJf1UTi2gagt8nKe3xvd1koRhp89mLakmyPoHF2S5NOnM0aA1zHEVqfwvwMuRfBV37H6uVYJeO=
UdOPW-TuoWSa5oYoYlSyzmma_mrlPALriHj11IJ target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5pszJtoTI6Bw8_RGjw-9-LHcgZa=
CuG_KLmRuzMif_rOL6sRJ7eGxYHuO_ZF-Zbtbm71akWl1Spu_dlgBgUpgDffaxDnuxXpSQVfmMw=
8rXcHx3wjgfNy4t7fxeNmJf1UTi2gagt8nKe3xvd1koRhp89mLakmyPoHF2S5NOnM0aA1zHEVqf=
wvwMuRfBV37H6uVYJeOUdOPW-TuoWSa5oYoYlSyzmma_mrlPALriHj11IJ target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5pszJtoTI6Bw8_RGjw-9-LHcgZaCuG_KLmRuzMif_rOL6s=
RJ7eGxYHuO_ZF-Zbtbm71akWl1Spu_dlgBgUpgDffaxDnuxXpSQVfmMw8rXcHx3wjgfNy4t7fxe=
NmJf1UTi2gagt8nKe3xvd1koRhp89mLakmyPoHF2S5NOnM0aA1zHEVqfwvwMuRfBV37H6uVYJeO=
UdOPW-TuoWSa5oYoYlSyzmma_mrlPALriHj11IJ target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5o7cX98WpdSG1d8xEAAlZuTvzkHlNNr-wcI9YFrvQsU8c=
Sm7krxeiCvE6dHBBsODxYcx9QplejnfTaSQzCb6Cey8KJsmitrT1bV4UikvBcwnTGEohf-JeFBy=
6r95VLxkoO_MoAl0w style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qQsA5hg-h1k4fn2QnpaWS67PWqmrTSJ8Ld0EFBi_a2HtelD_wOzUnlMCei8L-cWx=
_ndqTQBjzy8Hg9jO5B3BWufQTISB7sPY_bWYcKIrzw26Y6EB14VGcXrSXtUeFgjN__Pg.gif></=
body>
</html>
--000000000000a45474063ddf42ed--
info/cur/1753772036.M930607P3267697.premium320.web-hosting.com,S=21808,W=22494:2,S000064000000052460151007557650020200 0ustar00Return-Path: <3_m-IaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id oDmpNgRwiGhx3DEAVkXPrw
	(envelope-from <3_m-IaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 02:53:56 -0400
Return-path: <3_m-IaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 29 Jul 2025 02:53:56 -0400
Received: from [198.54.122.200] (port=47839 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3_m-IaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	id 1ugeDk-0000000Dl1U-39Ke
	for info@24hourwaterdamagerestorationlongisland.com;
	Tue, 29 Jul 2025 02:53:56 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=XV0zmIpU;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3_m-IaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com designates 209.85.128.197 as permitted sender) smtp.mailfrom=3_m-IaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f197.google.com (mail-yw1-f197.google.com [209.85.128.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4brmKC0cjGzC269
	for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 29 Jul 2025 06:53:51 +0000 (UTC)
Received: by mail-yw1-f197.google.com with SMTP id 00721157ae682-71a29bab154so19679987b3.2
        for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 23:53:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753772030; x=1754376830; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=1HwNqazla3b3Tdf7uPr9WSQrFnsVERjI+Cm5pQCBe6o=;
        b=XV0zmIpUPph0BXo2cKpxD3cNm2bilTDCpQFSb36VDFEmE14EIDTZ3eYuKFFPUmjxB7
         c4/IczcvdBbqK77bc/Ys1z8v4n/3qFGf3AIB1WtgNYhl/P4DvoFy0MJbUtp+lVS2bmVM
         H6RieXp6N8DOeiIdsXF6wBgOAFsOi3NC5UQVhwhgZ7dypa6gF5XlyeMPop+qgcMIqmrb
         O7utJ5ihIZpJAm8JGMH/FZpy+gasBdQnJBlh2Y6hIrcYNldBaSHcmw14x+h655yUHo0V
         yNY6bB1taqGO2YVRcRbC8Y0nk73HXkaveuvg2U9FHANTXkZ9Afrwszy9U5P8T+Su4Cg7
         KqFw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753772030; x=1754376830;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=1HwNqazla3b3Tdf7uPr9WSQrFnsVERjI+Cm5pQCBe6o=;
        b=bqKGyjtlzDtEMcJC/fFCFmmz97maELzV7UjPz3/Kkt4EqLYd4JMzgBfc0gS48Y0C94
         Y8DJNJ1rL2HyBglp6AIgbNu8pyZ9wzwio9PVZEtlyZde3FF5kOqChczJPO6fWhDPUDJu
         9V9GOlIck0CmQ91xLj7YgoSwuWepiB4Nrz/2LsxGQDXQ2I8gDjknCUZVasqDHcky+Og9
         jxZHQUGPPH1FsFfuF2UKCFNfWNzqcftJRXN0ouP+U0/JVPxtRWhwXbn7J4/TVF08Owcz
         oUowZW7QPU6YvYPI4Zj2ADJz4jdRydbYfjUPuwyOLUArI1OUkCQ+8SqnDCtjlaz5HL3r
         gWAA==
X-Gm-Message-State: AOJu0YyyBeKL4dYBevBYwhccWue9NU47XsON5wNZoiakUxATkAzDAgNv
	brJRgbIoVsegVUnUjmcKFd86vHOsSd6G/FYX9jyKq7F+7eECOh6/ax0UTu7h
X-Google-Smtp-Source: AGHT+IENJMeBR71ombOT9yYswqPlXCbxVuSG3lat6bknTJ4t6aY+mHFFacXyoG2fRQRRZ9VyIMqAnxg=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:4b8e:b0:71a:201a:d6bb with SMTP id
 00721157ae682-71a201ad912mr78085117b3.12.1753772030581; Mon, 28 Jul 2025
 23:53:50 -0700 (PDT)
Date: Mon, 28 Jul 2025 23:53:50 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 23fdbddfaf6a0000
X-Notifications-Bounce-Info: AWoTSIGFsN_Ir0pT_-ExIA1diPlW8FLrMAkv06cVOl2BwkPE8vLe2vJSf3uu-5cawpCjYR-Q81qaWyQx2Aa0NHy8y70ZkqmiEYOmH13fT7L_35l7l4tXHf_nfGxUp7NX6QBziLP1DT-xUSlqqlbyr9H3jGH_lJO56fGYAkVvb7_XO3d_xKdl5vW4XL-sERY9X6BluSO1X-1OnYEZ7v9S7zv1cIeA727kj6epJiB409XNwarQRFtuMr-eKDr7C2IQuqudEyiCq70y_zj83H96OBNmc-DU0fblhXoztDB9ER_p1b0r1RDZ6RsWyu8JjiuYv0JY8WjFfeuv6A2POGE402hxfRDkVRHbitHweSkzEPhn0z-2E3yfT1rCcQDw8096vQRKpceb7ATZv6GdKgF58BU-MllcWaorbpCPXVE1H_zfhcEGLJhMXMzt3PTioRMwQ4IE9C4TUY5J-UJvgoWXmDiHP9LJdARb29pRy0Ffv5OhwLpSutSQcvAYFn3xEmkGyWdEU4sEUBPQd7jTNc0Cu16hTK_l9Phv5apveddF49jSzJg8jGPyWfpaF4CezoymTQL8YK0M1KcQEY0496sb0sjgpYZ9KDL-o6Cnr148vOxWZLKkAziGcB5iyF2JsO8NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <c5ea6c67a75ab664a972f43c58465263df6048f4-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000e65ad2063b0bdef6"

--000000000000e65ad2063b0bdef6
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/4743205812161327433/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rtjx-CVttOxDvnVYsRXPydefHK1EH4CEB_A-LwuZO3zmqNzrGyU3Wa8nlSZom4mJgrQpLgLJ7w0TiTVt_wNoIm_j4XpdBltFRCvgBqi4ojMZwZegS204gkb8o>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5ru_iBCleSWDmNJLSItH_bSeyT0ZN0khbVz8nQZyo-pqqjdpis-0pzzvaAZ8RXJkmNG-RjYvmEc0otGRveUz0NtRNxqQWPFS8QZyc4ySGxI3HOTddLQw8-cxUGsQpeEvPYTY9anTPMQab4y19H4JaQ4A96kPKU-qLxZw-d9sbDSfQAXgm0>

You can see the status of your appeals  
here<https://c.gle/ANiao5pGT-0A-09hj_Df7gBZvAYu1dEM6IPA3Al2wxGyipko8RQWGMbLnmQzerunHLdrCdP3IvOXyGyolRFfgcXQsS891fu57LSfk5iHJkP55RialCTnWQ0sevvpWH6Eji4EBy22VJIAILnADupn5463gj8Oy2df_mF-7SRVMB5ot8xu6xYM1Suv1seu99P88BEaQDb9woW-0AKasG3Oi97281v5xroQRn8TejDfDqZp>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5oO10lsaaIuBI3Jp4KRbeExRBenjTsoJLvVMIzg9_05WEP5zEXYo61VAB8PcdwsslbPplc8pDpRIFMJjojIOrI6c7xYmqTjJsbUDd6-eOODKwS4FMnMXw266H_C_bxG_JTW9x4>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000e65ad2063b0bdef6
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/4743205812161327433/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5pWI7FCQ5jPmZ32Ax00s7nu58tfCZHWDVSnjkcDUkLIul2pLS=
FKcIU5q9qvyHZ_S8gdJBgR9megXwf-5CZeeJak-EnAdz5ahzg-ZFWnnCf0jr0QNjPKsJWVWiktd=
w target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5owfCR9HajNZX5oGtZqfQTNAFt3rwVlaJEkc_Bd7wJIbp1=
4ThJx7T_Y4_x3zcRYEOjbFiiHv1zLXBETmaP8YePA7is456yEr8UAeQrWjRzMV50RmUZHCkM28T=
iu5oM-Y2egbjsmg3i310bSBvHLURC1Pc9HjTvORQMibQdk9BeEHQ6WYmNvxA target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qeeHjw=
gX0xNfCo_jUJelL8k3OnbqFPQASt8Pm4OY_dnBtKEGT2QpO8Ewi09zGhMr1i712pNvtchy1HWUa=
gJpP8_7Awkxntx-v-yL0LiBeUAVsmr-yYaZFfurpe7A53WXeVGPp2F3oC4R-n689h6kuqpJUb6k=
ywDO26HiQSVxknu6Fo2HAX_cu4WAmjKcFf0nNvsBQjuHf9EpsrSlgyqB9kMAl1TwII68K-_Pulp=
2g target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pjfAge6-GszeDL0BeJ7OOPxgLhdxfV2eeVi0SfjW90TH=
bn5g9nRqOW5BusMDZkfFGqLnm4xrxRXRohX6_ZdD2P856pnWAlHBt9xebk1DaMN6Xoax6oY0V2F=
T4i7ZErnJPCkXUvIQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5r2cJmbU9w6bZQ8sDQCgAgNLPrgHzvCQXuDgiodO-wk6Po6tszIRS5j2xLh9ssSKT=
bd6HoD5hfWR3y_S7z2hO139CTzXAYeT6_IEp-wZFRMuT0acmqy41FJ8sDPCpQUi2FV4Q.gif></=
body>
</html>
--000000000000e65ad2063b0bdef6--
info/cur/1753685615.M203749P3270869.premium320.web-hosting.com,S=33160,W=34007:2,S000064000000100610151007557650020153 0ustar00Return-Path: <3aB6HaBcKAA0o75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id yBWoC28eh2jV6DEAVkXPrw
	(envelope-from <3aB6HaBcKAA0o75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 02:53:35 -0400
Return-path: <3aB6HaBcKAA0o75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 02:53:35 -0400
Received: from [198.54.122.200] (port=51718 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3aB6HaBcKAA0o75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	id 1ugHjr-0000000DlR2-07WM
	for info@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 02:53:35 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=0lhr3eoJ;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3aB6HaBcKAA0o75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=3aB6HaBcKAA0o75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br8MF3dFdz17JB
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 06:53:29 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-70e5e6ab756so56024347b3.2
        for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 23:53:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753685609; x=1754290409; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=mcbva4zHP/eIqfNaBVQGAcFloH3QLEYpDEv4hIBdGRY=;
        b=0lhr3eoJmIGpmePUvxJzx9Zd/7J+M9O3fHeTkE3jE9GKFoHFMZ5cJrsP52IIK83hcd
         DCVRGqb4M///AimrJ0dANxLoUOJgUIvvaTbdgLWlwD5r2R42rf6qd+cUKvmJmh+lQiAY
         kSM0FdF+kp6pcriAKxHPT940o7JuXLnaDv6ZxkSwg5nXqzAYwHVT5M4JPZiNKO+KYWDc
         l3JU1XoeApvAtS3eCtLqadbBnJoqvx7azFYVv+qp8f6tSA3MjlzaxUqmzR3+aStHT3et
         Bism19QMUjFvtC0O0xO2YpXzeqMhUo8vHiTIPtRFuGC025m2kMvbe0FJi1PGTpFUJpKH
         FveA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753685609; x=1754290409;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=mcbva4zHP/eIqfNaBVQGAcFloH3QLEYpDEv4hIBdGRY=;
        b=hSzyeG1RbNsF9v/gsOfzceeJUMf+8gh6ctNaAbKrjJNLkhIgTBgFkiGeBtucV5s/l9
         rxEx07nDjENKdV3XrNX6wlevNyWe+HhTEngfoHEqm9fIRLnEbmfHM7ymWMAbL4916FXe
         xHoyXOYKpjWwr8+LG1t/88uzfXnnTtuXdCxBp+rkz2bKs41ejEKKPcm9rl8bWFBjkpro
         2o8bKiEe+ooIB6hA22vRehcTcGp+LI4Ly6fYdn12MLg0bojdIZItnTXkLN2K1MgnRY5G
         087H9ZNH7F1EYaqY+DLlpfg1yibaTcK9ODvFpnezjzmerOlcCu1i7y2xzAVBZ9LbqehI
         uUow==
X-Gm-Message-State: AOJu0YzUfDMlbMGQYDCJ68Y/e7GQBZ610zpjdfacsgeZYrDuLebwZRzI
	UVm1VGHPm7nxDSze/mrbyxFoH7wke4m24ACCOZs3R2DwZu33TMs=
X-Google-Smtp-Source: AGHT+IEFreF62rk9pye5DRNh4VTrYHpNko9T1jMx41xQiPGf52leXQuFxHvBAM3HGvPYvqYQ77XPwcw=
MIME-Version: 1.0
X-Received: by 2002:a05:6902:1243:b0:e8d:7647:afde with SMTP id
 3f1490d57ef6-e8df1274629mr10683766276.42.1753685608915; Sun, 27 Jul 2025
 23:53:28 -0700 (PDT)
Date: Sun, 27 Jul 2025 23:53:28 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 96de3b94976a0000
X-Notifications-Bounce-Info: AWoTSIGbloNnrsXa6DryWWUteqbTCpKkSXfaXktS8J_Dtxmkoe3WuVHTjmT5MRcZAMDQWIElUuE_NNL5Kafa-g9HtAOX5IblZxV0EvfcFyMPzHjwljrVc6Jz45KSPA8F5YwHz6F1PYN9MuY7KjCgdhT69Fb0_f-lWlQB96tbtkJn7K7ZZcqfh7lleeQwsIaSKOTauv-AfoLTkeHZi8FpamEyJcl-WnzFN8CNU6W3Bnxvjb3B1VVTB0r0lFC6j7rEAwSCPGymYegGnxsD2Z6bcvCExfEyuXOtXPsPg7l5CxFiHP57YQFtyn7A-d9FkHXrFGyUT409y0t_g_rpoA-5z4x3GIg8wNAEy4YNp5zgPNhdPWhUwcYDbNioa2aXBr_76kplEWhMSl145VCm7As0FPA83XuOVjHjPZocl6QVz-MY-E2bKtLdnCvrOrunkCVUKEIziWk13lKMphZU1PjmiDtfMkL54F4md6hITocJqbUsjwq7PfYvsfcpRXKx3KcvxNS2HUXwt_o2sgL_sn3t_ksQLaQY1ANMNgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <bffaa9d188586d0c72217f945093a6ba76be7dfd-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000c46488063af7bfa5"

--000000000000c46488063af7bfa5
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQowODIyMA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzQ3NDMyMDU4MTIx
NjEzMjc0MzMvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTA4MjIwJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cmJSanNPZlhEZHFXdU1aUEhncUY3SWF5d3RWVFV1SFJaU2tfWFRwSFJP
WTM1T0g5d0xQcVk0elF4R3RSc21CcVFkTnJBWXp5OWlQb2xpSzNVMzUtM09RN1FYVDNDeE9SSlZE
cDZpN0Roa3kybWt6SmJ2S2ZpbVZJdHU4LTA+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyWHhRLWFERGVk
eGZkbkMwZjRMMzJRbGRaQVFwOVR3OEVyd2JCYmhybEs0X2h2YmtWTkhLWUR0YUtNcmhSQjR4QmpD
R0N4cEdjMHE0Q3ZJS2RFTU1MX3prblBhdnpVNlhlZFJuOFFiMGJ1NjI2bHZoR1ktVWZNNlM4RnBq
eGVkMEV0M1Uwa0NpS21pdTNFejhJcFdCVUxRTFE+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgaW5mb0Ay
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5b3Vy
IHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1hbmFn
aW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBzLiBZ
b3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0KYXR0
cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxodHRw
czovL2J1c2luZXNzLmdvb2dsZS5jb20vbi80NzQzMjA1ODEyMTYxMzI3NDMzL3Byb2ZpbGUvdmVy
aWZ5P2hsPWVuJnBpbj0wODIyMCZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXB4b2Jm
NTVDMjhndHg2OWo3Rm5UVThkb3B0eEk4YXdJVzFBTXJrZ1lja0dsWmtiXzJCY0ZhU19Jc0F6VGEz
RFNaXzg1eGY3SDVsbXZMdzVlS0JsVmR2RURVaEtiRnBjdDZ4eUhjWVNzendMXzU0OXljTTBrRUtQ
aGQ1VWFmU0tEST4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5p
YW81bzIzeFdmUGhMT3hpWGhJYmM4eExNU2dGY3lQQWNJLUxFeEhHalNHeENGQTEtR3ZQV3dGdmxp
RWtYOTlmeDBDTks2TnM1OURqS1pFdFpqLUR6V3lHSUpsR3dsdTdFZ2R4X1dkazdPaXNJRlBRajVV
QzA5N1ppMEN2bWhaVmlNQ3RVNXJiN1dKMzRTczNtMUEwLTg3R0dPNVZDOGg0bUFYcmNJZ2o4eHQ0
WT4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBoaXRo
ZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNvbSAg
DQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvNk5ud2VtRVJBclo0S1dRRHFYRUp0a0ZBUkl4Nk91V0RJ
Mi1YR3ZSUlE3SUxXbDJucFZyVGgtS01jdmxpbjFFWEpKUmdINUZOSWp1b1A5bXg4TjZ1RFFWOXg0
SDlTX2hjUW5JRkJ4YTVVV29nSGJjb0I3bTVfcEJ5emtXZ3QzQ3RXX09jPg0KDQpZb3UgaGF2ZSBy
ZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5nZXMg
cmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000c46488063af7bfa5
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/47432058121613274=
33/profile/verify?hl=3Den&amp;pin=3D08220&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5rYVdwshEMu2Ls3VaBZCXRkigLUbW_CUddy2kYuC5gPULPHrtWUUk_ZkwGCxdhwFNhXXuCX=
CI3OgyTpDsYH3hqVB4VVSFglcPiGepvfga6s6NhP2bSwFPs>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">08220</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4743205812161327433/profile/verify?=
hl=3Den&amp;pin=3D08220&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oJEU2fC4llX1l=
aoQqYlaZ3tbstNNz3SeLvCnHRveknu8u6mSDOC5UjAi1OT4qH_h6FRvN8IQyHjQHKWCbyZrqyqd=
qcbuK5QsZgGhTonmie-UKFyyhnYgbFTeA_qE3U2g target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4743205812161327433/profile/verify?=
hl=3Den&amp;pin=3D08220&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oJEU2fC4llX1l=
aoQqYlaZ3tbstNNz3SeLvCnHRveknu8u6mSDOC5UjAi1OT4qH_h6FRvN8IQyHjQHKWCbyZrqyqd=
qcbuK5QsZgGhTonmie-UKFyyhnYgbFTeA_qE3U2g target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4743205812161327433/profile/verify?=
hl=3Den&amp;pin=3D08220&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oJEU2fC4llX1l=
aoQqYlaZ3tbstNNz3SeLvCnHRveknu8u6mSDOC5UjAi1OT4qH_h6FRvN8IQyHjQHKWCbyZrqyqd=
qcbuK5QsZgGhTonmie-UKFyyhnYgbFTeA_qE3U2g target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5p08bA_uBQXTRz8hs=
HyuE_9YDb27Wl6quVaHwMEdbLcbOA1tTvDv86KLCY9vNAGtijVbCNLr_K53PsGCBhwye5bYVhR9=
1EpCCI-vecWmgnO5lgcrEG2LwNouXiSnBHRv2Ky1AYRJhgDyzHub4kv6PueJBCtMQ style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">info@24hourwaterda=
magerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4743205812161327433/profile/verify?=
hl=3Den&amp;pin=3D08220&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pghtLgvnh1DpW=
Q4Qanp73JArHAkMY1yI5E2c32ED4S5g4zWqI9sQCsS5LFonVYsCHCfhR4uU3Wd6BO2W81vWO_LX=
bY1hTyYG9tjpK9K34-cTp3E94xbJRjoSTDdkLIic3vlQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4743205812161327433/profile/verify?=
hl=3Den&amp;pin=3D08220&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pghtLgvnh1DpW=
Q4Qanp73JArHAkMY1yI5E2c32ED4S5g4zWqI9sQCsS5LFonVYsCHCfhR4uU3Wd6BO2W81vWO_LX=
bY1hTyYG9tjpK9K34-cTp3E94xbJRjoSTDdkLIic3vlQ target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/4743205812161327433/profile/verify?=
hl=3Den&amp;pin=3D08220&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pghtLgvnh1DpW=
Q4Qanp73JArHAkMY1yI5E2c32ED4S5g4zWqI9sQCsS5LFonVYsCHCfhR4uU3Wd6BO2W81vWO_LX=
bY1hTyYG9tjpK9K34-cTp3E94xbJRjoSTDdkLIic3vlQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5oP8ejKAUXCt0mQo3_01afJdd_t7rVB0Nr-OrnV9J8uIDAfi2-LhwLAGvS8AwrRcI4cl7E=
L2SUiKlpapMR9iq7K3hLQX2Won8y-y5-8l0khgW61eiNJQBaObhrV5065OAzW856efa-h1bm2Be=
V91fYzi-RwHExEfGRWb6IR6YySow style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5pJXwTZzkey_PI9v2hxNujnP7KsucxNSuyiKwwBYErvIXoI2z8lKjgGdSgyiLkTNA150V88j2a=
jtF0HM_wEeGhkfLFi-ATxb0k1jMlweFjszqqklc1XpiE6DQs1ZS17baRpddrbzQ style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oAdJ3gnsXVrDw0kEqDK2Ok7Mb_setLIqEcSH8bkurj8wibD2mgs9LVTrMDUZnvP6=
3vjyIgD9P3j7DLNGGUHbeDCObOZ-4A8BymTsUNms-Gj7G3F8470SU4VWzgurYHUwivnw.gif></=
body>
</html>
--000000000000c46488063af7bfa5--
info/cur/1753450168.M610924P3663847.premium320.web-hosting.com,S=23941,W=24370:2,S000064000000056605151007557650020171 0ustar00Return-Path: <3sIaDaAoKABcFz-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 2LoDI7iGg2jn5zcAVkXPrw
	(envelope-from <3sIaDaAoKABcFz-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 25 Jul 2025 09:29:28 -0400
Return-path: <3sIaDaAoKABcFz-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 25 Jul 2025 09:29:28 -0400
Received: from [198.54.122.200] (port=55100 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3sIaDaAoKABcFz-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>)
	id 1ufIUK-0000000FNHx-31Xa
	for info@24hourwaterdamagerestorationlongisland.com;
	Fri, 25 Jul 2025 09:29:28 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=LhIlyI+l;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3sIaDaAoKABcFz-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=3sIaDaAoKABcFz-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bpTHP1MvKz17Zm
	for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 25 Jul 2025 13:29:21 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-70e73d3c474so30843067b3.3
        for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 25 Jul 2025 06:29:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753450160; x=1754054960; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:from:to:cc:subject:date
         :message-id:reply-to;
        bh=bVZTVX2zQIv8icNDrzIqbGDmgxtR/mMSpDwAOwPyrg8=;
        b=LhIlyI+l7vlZFLH4naH7GRYvUaEQ0LdEQ+G5ftTdhRS4Be67BT5FAJLpNOQAhbqb5D
         rQ1edGuvdeiFf979jhooifcO4HbZ+HbgLAY16uWDEFfhwHdljlFg/6Uu21SicBcAKUHL
         3TXwT6OblzRxGPpd7Eu+z8XN2bYa9gXkY3kx8bzgW4MT9NUDRRtwvKS+tXMGKNU7auIu
         ubX0wNWHXDJR36IWNLLunIoWacD6A1bvcVAfwGfxHZdS/e2YkxJe2ACg28lAKGI3wLJC
         k2Qe6yKDXMJEr8NC6OyIKopIYgIV8wgUDVQjEqTKUF8l3X8TBz091Gtym0lviv1mn6G0
         XUXw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753450160; x=1754054960;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:x-gm-message-state:from
         :to:cc:subject:date:message-id:reply-to;
        bh=bVZTVX2zQIv8icNDrzIqbGDmgxtR/mMSpDwAOwPyrg8=;
        b=ZanM+6nrjUGqxCJGp1CWbWscgO+JrUnSpUcxgoJ5N1JfL4pJ0+u0yfMMScAY2gv6af
         x5vO5YjA6+ak3gWcV8LUAIZqquv+PRHQzSI/YcOsAYqdZOeHd7qVSa4fDqLrJ6xMs0UJ
         AuVCl8Am3MmBqDKdCbjg3X5ZSpv4Y9e7+mgk8krFtmSALJqsBD+GUpvZX/S87PIdT5OQ
         Z6t+UvL6sHvP7Z3TEpVrkoH8AtxWaja21Xt0pcA8wumSg47Fniq0dJR8FVQ2739ig6Ex
         Vw6EhCKEWAsDhTEmgtIPj50C/XQZ45nN1XXYh6Rt2uObsJKTqUOIDtxWNzKUkoLFuumu
         NeGA==
X-Gm-Message-State: AOJu0Yx6+915N+u3H+2TIKQuXwbi27EcqsGQm/7wf2f0Xg9eua4MNgcw
	tATMNzAHwPA6TxoufPy4NnlSvvhvElpjPVglAWKxSnflN09PU1K0PVKt5GV/
X-Google-Smtp-Source: AGHT+IGTH0vNQ8qeHoJVRryx6j4mUng5GoHye5yagB7xn6W0qS8xzIPhxvCwijH9/jchEraz5Df4o6k=
MIME-Version: 1.0
X-Received: by 2002:a05:6902:158f:b0:e82:1a1d:8479 with SMTP id
 3f1490d57ef6-e8df113f4eemr2079964276.21.1753450160605; Fri, 25 Jul 2025
 06:29:20 -0700 (PDT)
Date: Fri, 25 Jul 2025 06:29:20 -0700
Reply-To: Google Search Console Team <sc-noreply@google.com>
X-Google-Id: 5898029
List-Unsubscribe: <https://c.gle/ANiao5r0QXDc6RzNXBqfTY9vOpcjs361mLHZdI8zR0qW-jCj9usFLf8p1U5HaSXuBSTRWnE1wp2NlBztYTZiGniV5lLh2qGefieDeWP7lOf29WeVkqqBf5yQ3Kg1d8SanwFZlA9zfTqQQMHFLMBJnzhoANdj2beCVFjZ_cCckb5AFOlcxB2cdWIxsmXQaUXjK5TE9TJVZLfQrH_7HwYFMYZ9vspQpF8NrxNd-YFEcv-E9NKYIKLE3HMmkxJWmK-5sEjUjQG6YWTimsxonOFVDfpcfASqvZ-ylyuaPlXh3XxFPqETv8idWus7xTIBlskXK6hhOxUsD3MdImx_YDZLCf3VqN2sO4WNgk0UwHnryEgJrXSFCopcWfTHfXmtaN3ih9608gnvOg>
Precedence: bulk
Feedback-ID: P-38-0:C756200:M843500-en:gamma
List-Id: <6e180ccbadfa950a9b941acac5723e4f395dc930.google.com>
X-Notifications: 8620472fa36a0000
X-Notifications-Bounce-Info: AWoTSIGWgThM-i3ovvtfqgxtolTTzn9KO13t34tVbZ5Fw_klSve4Kk5VJFO2Cpdf-UavWyeGWa4EVojzGir6KFd5HSimXmJS5j3sdLPqVOnP07ynixJNN3l05sc4fff7ZAZ7XVuEmuxUPB9Bj2GaKEXDM3d37Yf3fIbAc_P515wZKEa7kKWsEsvT3_31nvyrPbk2zNCLNmOyiKR3WWAemTnvp2Wc3k6h43HCerLCy7zb-Sw5WZDQRheSMP_5djEJjfz23Lwef9LsuYRgNgolbPnk9axKeHMjvzfVlvvcQ3YnsBPfnWFcEyF-8QsNsHN83fdiDXlrF0F1Ls3phi7vh5-tJZfOW_pJiPMOFs_KEWyiCq5QG2NIEPDUTe8twbHObfjB1YF_xJ6LDEcYkwhRK5mq-gMsLWVMg4LPuY5GqPLPmsakAvBR0D6-9trLCpiw3tioLwiVKkRqiuiG3WAS-9zJfG2A-ugZWrNf8ULzONUHFKhSPxzJZI7TFFApi5E8NEO_zTRiDTpsVWXCdE7Om1DQFim0PNaVI4Pw_CaT4yiufW1MoDuws7oIGsCwmS4-iaOT-MYkfzNlEMI9XG0o8ep1BgMeQZvC9FBZVZ4HmWKp1syfTXKq7mhfVrWAIBaDIOVucSWLpwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <0d6952e1ef2a2dd91ff34a99501cf2aca44b0831-756200-892001@google.com>
Subject: Monitor the Google Search traffic to https://24hourwaterdamagerestorationlongisland.com/
From: Google Search Console Team <sc-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000f449e7063ac0ed87"

--000000000000f449e7063ac0ed87
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KRnJvbTogR29vZ2xlIFNlYXJjaCBDb25zb2xlDQoNClN1YmplY3Q6DQpNb25pdG9yIHRo
ZSBHb29nbGUgU2VhcmNoIHRyYWZmaWMgdG8gIA0KaHR0cHM6Ly8yNGhvdXJ3YXRlcmRhbWFnZXJl
c3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20vDQoNCg0KVG86IE93bmVyIG9mIGh0dHBzOi8vMjRob3Vy
d2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLywNCg0KR29vZ2xlIHN5c3RlbXMg
Y29uZmlybSB0aGF0IG9uIEp1bHkgMjMsIDIwMjUgd2Ugc3RhcnRlZCBjb2xsZWN0aW5nIEdvb2ds
ZSAgDQpTZWFyY2ggaW1wcmVzc2lvbnMgZm9yIHlvdXIgd2Vic2l0ZSBpbiBTZWFyY2ggQ29uc29s
ZS4gVGhpcyBtZWFucyB0aGF0ICANCnBhZ2VzIGZyb20geW91ciB3ZWJzaXRlIGFyZSBub3cgYXBw
ZWFyaW5nIGluIEdvb2dsZSBzZWFyY2ggcmVzdWx0cyBmb3Igc29tZSAgDQpxdWVyaWVzLiBIZXJl
4oCZcyBob3cgeW91IGNhbiBtb25pdG9yIHlvdXIgc2l0ZeKAmXMgU2VhcmNoIHBlcmZvcm1hbmNl
IHVzaW5nICANClNlYXJjaCBDb25zb2xlLg0KDQoqKlRyYWNrIHlvdXIgd2Vic2l0ZeKAmXMgcGVy
Zm9ybWFuY2U6KioNCg0KMS4gQ2hlY2sgeW91ciB0b3AgcGFnZXMgb24gR29vZ2xlIFNlYXJjaA0K
U2VlIHRvcCBwYWdlcyAgDQooaHR0cHM6Ly9jLmdsZS9BTmlhbzVwTjFabTZPSWQ2bkhoZmFVQVo0
MEZVYXFaYWFQLVB3eXpWTXhCamtBWFM3SWRBeTBJTU54dGRiOVNPQmVobkxrUGhxMVAzR2VxMlZ3
NFhuaWdGeE5LUUZjTG0wUThUcHhVU3NoV2p5bnNpY24taVg1V3pmQXR6MVJWNEQ5YU4zRy02aTdY
X3QyekVpUXNoOTh1aWR3bjZzb1hGaWNfcHNSTC1yZHRPZWlnZ2pqajZ4YXNibkJaTXFEM3RQYzF4
b2FFcFVpVHpUY1NwMHU0RnNIRzVST1ZOQ3hiN2RpLW1uU1FjQzVaSEZ2d25HNXNmTlNYY3NwdlFx
cVdtMzdNZV9pNmlVYUYwaDlhQjBKT0lvTmZWQlpyX2ZiSC1GNjZMZkltUGQwTXREN0xKb2Jad1ox
U2RpMVFMaFRFamxLM0tzRGtUVmQ5V0tIa2xxalFGSzJjOHd5RlFpV3hHWUhkU2NQTl9qUlk5WEdi
ckNrR20xazNCTC1icU1Ga0FRV3h2ZXh6VTdEWFZEWXhJaEVjWWkzWG53bVFRVUxxQUlkOVRSbWRT
UnJpYUlHYWo2Tk14VEEpDQpDaGVjayB5b3VyIHRvcCBwYWdlcyBpbiB0aGUgUGVyZm9ybWFuY2Ug
UmVwb3J0IHRvIG1vbml0b3IgaG93IG1hbnkgIA0KaW1wcmVzc2lvbnMgdGhleSBnZXQuDQoNCjIu
IFNlZSB3aGljaCBxdWVyaWVzIHRyaWdnZXIgeW91ciBzaXRlDQpTZWUgdG9wIHF1ZXJpZXMgIA0K
KGh0dHBzOi8vYy5nbGUvQU5pYW81cnZNQnZDX1JmcTN0UnJUMU5ydmJGemhMdk9vZmNhMFNHb2Vl
MkhhTGhqblVPMC1KV2Rmd1NGcHpVWnZMdkloYTJ4cGtkZnhsU0hHWERnb3BSQXczZVNqVGJJd2RN
dE1fdTgtRFRTcjRaNDc1TzZldjRGTFVqdE94ZUNpUVZ2TmVMZmZiMnVNRWtWS09GcmZTa3JGOThx
TDBOMkE0NUF2SDZGMzB3SkI0TEQ2OEdhQmRyNF8wYnQwZVFzSXdWMnROY0gyZms1c0ZNdU50QTlB
TGFCQ2JUMEtGWXdTVDlPZ2ZJN3JjdkZvdDVsWUZKUGd4WVJIVWJpMjMxb29BRmZJYWpFcmNVTzVN
cDZ0YXo4bjhrcHh4WlZNUHI1R0tFNXNIdmtUOU1CN3JKYmdhU25CcWhfR25WQWJwN3YzMVdVMkV3
M2N5NmJoM09LbW1zd0ZacGNsc0NQb2VKWTQ1YUpKY0NQQmxzU2V6R0NVV28tNUdDcVBDQW5LWkFl
VWVFZ1ZleEU0SDNxYzgtbEs2b2Q2T1M3ZDNVbEJEUFQtMjE2WmV2WVlWYjUzN3pRY2Z0aW1aQ1Zz
S0UpDQpTZWUgd2hpY2ggcXVlcmllcyBzaG93IHlvdXIgd2Vic2l0ZeKAmXMgcGFnZXMgaW4gR29v
Z2xlIHNlYXJjaCByZXN1bHRzLg0KDQozLiBNb25pdG9yIGVycm9ycyBvbiB5b3VyIHBhZ2VzDQpT
ZWUgZXJyb3JzICANCihodHRwczovL2MuZ2xlL0FOaWFvNW9OdElpcjBqR3QxQU9nVXlsM0VhNnpM
Z3FkYzl3RUEzMl9NNDBqeUNCeThzbVlGNDdtRzQyclBieGpFN3dJQnJkTm9KMVhDNXNVLURIUHd3
ZHJVZ3RyNEhIeFNlLVlwNFdMNzlVQ2F1TkFJX0p5QjJ6Y2c1RnlOaENnMjZiR2FZNzlWekE3T005
QUdCZHA5b3h3YzlCeDNQNVFua3BOZmRJYmtyZFB2RW5tXzJEQVNZaHZOUlNDZ25KVEtkaDN5RFls
QTBhMTVFbjVldWFfNndsMV84cjRaQm1WcHpvYzlfaTlrbUxCRkxObVFheWFjWVFSSnJPNnNPUXBM
enV0ZHdXLU8tcEpnSi1wR01TMmNXYXlNTllTeVlyYmZ1R0U4R0JGLVh2UHlRS1ZnQkZ6Q1h2TzJk
Wm9BV0N2czRsdEhUMURGWE1WTTl4QVZmZWh0TklTOW0yc1JLelVhZmMzWG1zZUdsbm5qc0tXKQ0K
UGFnZXMgd2l0aCBlcnJvcnMgbWF5IG5vdCBhcHBlYXIgaW4gc2VhcmNoIHJlc3VsdHMgb3IgcHJv
dmlkZSBhIGJhZCAgDQpleHBlcmllbmNlIHRvIHlvdXIgdXNlcnMuIE1ha2Ugc3VyZSB0byBjaGVj
ayB0aGUgY3Jhd2wgZXJyb3JzIHJlcG9ydCBhbmQgIA0KZml4IGFueSBpc3N1ZXMgeW91IGZpbmQu
DQoNCioqQ2hlY2sgb3V0IGhlbHAgcmVzb3VyY2VzLioqDQoqIFZpc2l0IG91ciBIZWxwIENlbnRl
ciB0byBsZWFybiBob3cgdG8gbWFrZSB0aGUgbW9zdCBvZiB0aGUgU2VhcmNoICANCkFuYWx5dGlj
cyByZXBvcnQgIA0KKGh0dHBzOi8vYy5nbGUvQU5pYW81cFNmcjkwZ2RTUS1McUU0QXAxUWRVVkMt
QTdtbld5SjZybmJ1R2MtN0lfdm5XUzhEdXVNM2F6T2lIbTNnQklPX1VXOFAtVWFZeFYwUVNnNHJX
ZWZtSS1yMUpSeU81cmRKMFN6bDI1V1pzZ1A3S3JuejVOMTdyR3p1SHlHaE1Cb0hVaHMwUnlXVGlB
eTF5Y1RrSlJBd1lTS21HR0R0NkNvN3hpTkRWM3JGSFNaSWVNSE5ndE5lbzlFcnBvTFF4MWVOY0gy
S3pmYXpDUHltUWlSMjBIVHZ5NlFwZGFOTHVhZWF2SDJEdWk5UU45N0ZzX1JZSmtUaEdsWTVoVW5E
eDBiSlJPWklJNFk0SkJsYnFiOEJFVVpkRDB3VTlSNFlveUx1UDRiZXB3M1EpLg0KKiAgQXNrIHF1
ZXN0aW9ucyBpbiBvdXIgZm9ydW0gIA0KKGh0dHBzOi8vYy5nbGUvQU5pYW81b2F2eXNaaUEwb1o0
S3FuM1dtc1RqblRhOUk1VlM3RndyVmN4Q1U0UDVuZWRHVEE4OXZYX1hqUGZaY0t5cVpSdTc2WVps
NkJpaFlYdjdCX011WGFoR05LaUxJY2tjenVicWNzY0lOSjE3SDRrLTlYUWxfZGtRNzh4M25QQzVK
eGJRT09oTzZkaVJOYnRzVDBOX3Aydnphd21LYVlSaG04Zm12NzZJeVBoeTBYNUM5dlhqbDkydUtv
cEUyallCQXR2OTZEcWpJV0lWdk9UdkJrdXpqZGZ2dGc4S3FWcWd0d00yT1UwdHhTcmhVTWdkQkRG
SU8xRG96SEdLb1lDT1A5b3o2NHZaRGViV2d5Y3lGLXVvRVhQYjlHVWhvdnhCaGNoZmZnNjZzeE5Z
KSAgDQpmb3IgbW9yZSBoZWxwIC0gbWVudGlvbiBtZXNzYWdlIHR5cGUgW1dOQy03NTYyMDBdLg0K
DQotLS0tLS0tLS0tDQpHb29nbGUgTExDLCAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5IE1vdW50
YWluIFZpZXcsIENBIDk0MDQzDQpZb3UndmUgcmVjZWl2ZWQgdGhpcyB0cmFuc2FjdGlvbmFsIGVt
YWlsIGJlY2F1c2UgeW91ciBzaXRlIGlzIGxpc3RlZCBpbiAgDQpHb29nbGUgU2VhcmNoIENvbnNv
bGUuDQpUbyBvcHQgb3V0IG9mIHRoaXMgbWVzc2FnZSBpbiB0aGUgZnV0dXJlLCB2aXNpdDogIA0K
PGh0dHBzOi8vYy5nbGUvQU5pYW81cnRFTjkwUjNhS3NwZGc2V08xdzQzWWUyUkRMa1FlYjdMWmcx
eVpUVXZ5ZXJLNlB6cDBFSUNnNFhKSl9hZE5fS3N4dDZ2dDF6aGlCSmtfeTl3OWFoLXlWQ0ZxZVlk
UWc2NkVpNGp3UmNhR1BHX2NsMVREa1RJektzUFU5aDI2MzFOQkRsNmhMdDVzYmpsLTE0MkVuV0xT
QmdRNGlkX21XQzBLbkZVTWdldkphcXlkNzNNbTVESzRiLXZPcUV2MWtzbDBPZFg1bnZidDE5eWh4
NTAzQnp2MjVtOFYwV1NFV0JqSlFIcnp2dnJrVEdhaThvWVJScl9qMHEzaHFwM2NuWEM1VDFwNXJa
X2FmOUtYTDdPRE1UTVVwbXhFaHEwSlExRUsxSVk5M2t6MUpOWHo5RVZEYzQ5T0I3Ti05eG81enZ5
NHBEWHBmRkh0SFg1R0w0d2NQN2NDUjVkSFU1NkZWWXFQXzRXNmZhSDVOVlVsWThZY2dINTk5UmNX
cWNEbXRHcz4NCkFkZCBwYXJ0bmVycyB3aG8gc2hvdWxkIHJlY2VpdmUgbWVzc2FnZXMgZm9yIHRo
aXMgU2VhcmNoIENvbnNvbGUgYWNjb3VudDogIA0KaHR0cHM6Ly9jLmdsZS9BTmlhbzVwMlptaGsx
cDJmTTYxbF8wX2E0LWhMczBib3RZMVlmYnZUVGJGWVVRWnRUNjdBaUxucnR2RjAxT2JZN3ZwSTR4
azBnR0ZTQVNUNFItUmZnRlMwVGUyVlpTeW5IVWFuTkhDSXZMZDZxaHJwR2VxMjNpdHh4LXNYUm1y
WG9HYzVXUURYV3ZVZHVkLWRJME8yeVVTN3RnVks1VkhqX0hFRHFTWGh0VTNKNFo5c2cxNUxtMkt6
YVBPMElKUUU3M2RPajY1eFVkaFR3M1dndXFGdGtzbG8wZWtCTk01RFpMVVBvWWx4Q1plaktRTWJ5
MVYxczZxMDNmX1VKcW1pN21wenlFcnI5X3d1SURJR2pjSWJmTk1seVlmaXp1V0F5cjVOUHZaRVlF
N0s0TzZpa0VKX1JxTzBpcGU1SFJsMU5QU2ZEemhDYjBheGFqZTFOeFJ2MzFDRkxoVmNEc2xOaTVh
R3VFRjlLMW1KNDNGd1BONHpkZzJicXp0SEd2b09nMlhSMWNBDQoNCk1lc3NhZ2UgdHlwZTogW1dO
Qy03NTYyMDBdDQo=
--000000000000f449e7063ac0ed87
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable




<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang=3Den>
<head>
  <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
  <link href=3Dhttps://fonts.googleapis.com/css2?family=3DGoogle+Sans&famil=
y=3DGoogle+Sans+Text:wght@400;500&family=3DGoogle+Sans+Mono rel=3Dstyleshee=
t type=3Dtext/css>
  <title>Message</title>
</head>
<body style=3D"font: inherit;
             margin:0;
             padding:0;
             background-color:#fff;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;
             line-height:1.5;
             letter-spacing:0px;
             color:#1f1f1f;
             word-break:break-word;" dir=3Dltr>
  <div dir=3Dltr style=3D"max-width:600px;
              padding:0 16px;
              margin:0 auto;">
    <div style=3D"padding:32px 16px 16px 12px;line-height:0;font-size:0;">
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_icon_c=
olor_160.png style=3Dheight:40px;>
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_logo_l=
ockup_gray_24dp.png style=3D"height:34px;padding: 3px;">
    </div>=20
    <div style=3D"padding:24px 24px 40px 24px;
                border-radius: 16px;
                border: 1px solid #C4C7C5;">
      <div style=3D"max-width:520px;margin: 0 auto;">
=20
  <div style=3D"padding:16px 0; max-width:520px;">
    <span style=3D"font-size:24px;font-weight:400;line-height:32px;font-fam=
ily:'Google Sans';">Monitor the Google Search traffic to <a style=3Dcolor:i=
nherit;word-break:break-word;text-decoration-line:none;>https://24hourwater=
damagerestorationlongisland.com/</a> </span>
  </div>
        <div id=3Dwmx_wnc_message_main_content SCREEM dir=3Dltr style=3D"
             background-color:#fff;
             color:#1f1f1f;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;">
  <div style=3Dpadding-bottom:16px;>  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>To: Owner of <a style=3Dcolor:inherit;word-break=
:break-word;text-decoration-line:none;>https://24hourwaterdamagerestoration=
longisland.com/</a>,
</p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Google systems confirm that on July 23, 2025 we =
started collecting Google Search impressions for your website in Search Con=
sole. This means that pages from your website are now appearing in Google s=
earch results for some queries. Here=E2=80=99s how you can monitor your sit=
e=E2=80=99s Search performance using Search Console.
</p>
  </div>
</div>
  <div style=3Dpadding-bottom:8px;padding-top:4px;>
    <h2 style=3D"color:#1F1F1F;font-size:16px;font-style:normal;font-weight=
:500;line-height:24px;letter-spacing:0px;margin:0 0 8px 0;">
      Track your website=E2=80=99s performance:
    </h2>
    <table border=3D0 cellspacing=3D0 cellpadding=3D0 style=3D"display:bloc=
k; color:#5f6368;border-spacing:0px;border-collapse:seperate;" role=3Dprese=
ntation>
  <tr width=3D456px style=3Dmargin-bottom:0px;>
    <td style=3Dvertical-align:top;padding-top:6px;>
      <div style=3Dbackground:#0B57D0;width:24px;height:24px;border-radius:=
100px;font-size:14px;font-style:normal;font-weight:500;line-height:24px;col=
or:#FFF;text-align:center;>
        1
      </div>
    </td>
    <td style=3Dpadding-top:4px;>
      <p style=3D"color:#1F1F1F; font-size:14px; font-weight:500; line-heig=
ht:21px;  margin:0px 0px 2px 16px;">Check your top pages on Google Search</=
p>
      <p style=3D"color:#1F1F1F;font-size:14px;font-style:normal;font-weigh=
t:400;line-height:21px;  margin:0px 0px 0px 16px;">Check your top pages in =
the Performance Report to monitor how many impressions they get.
</p>
        <div style=3Dmargin-bottom:4px;>
    <a href=3Dhttps://c.gle/ANiao5rvoKg95MHXCIC0dI9nmlmmpybMHbqVFJeygqXM_la=
1E37O4-FGsLl3ldY1M77GYnI3QErxhbN5oon-T4SZkHlidGdh0_UDk1ic897IyolgGpbRV2UlgD=
8BMUbTLzcs-s68ZWCAEMyDHgY9i0B4Eu7oGhBESPfMthLC5Uis5He6E_G31crLwLdqkqJwK848U=
cB6gveYY41mSa3NX1ULdstncmNur6jfsDuty6lo_9dQ93QiPNqxQadAghvxDIDHDVvcEazN1e9a=
rCr_VYptshV3ZePXTEpel47ijJ-NKvLlKTrCT_TkLEUriEkfGQ-Ga9kwLEGIefviQWuUDWQV0ZQ=
lwqX0_qQLmawXe6Hjf9Ty1dvcNqoZ-GLIDtGEEyETrBlDTBhKW-h7nalESzG51nFrBc0d8h_GnN=
wsZzOnI-m_XWzRIqLk role=3Dbutton style=3Ddisplay:inline-block;text-decorati=
on:none;>
      <div style=3D"color:#0B57D0;font-size:14px;font-weight:500;padding:10=
px 16px;margin:4px 0px;line-height:20px;">
See top pages      </div>
    </a>
  </div>

    </td>
  </tr>
  <tr width=3D456px style=3Dmargin-bottom:0px;>
    <td style=3Dvertical-align:top;padding-top:6px;>
      <div style=3Dbackground:#0B57D0;width:24px;height:24px;border-radius:=
100px;font-size:14px;font-style:normal;font-weight:500;line-height:24px;col=
or:#FFF;text-align:center;>
        2
      </div>
    </td>
    <td style=3Dpadding-top:4px;>
      <p style=3D"color:#1F1F1F; font-size:14px; font-weight:500; line-heig=
ht:21px;  margin:0px 0px 2px 16px;">See which queries trigger your site</p>
      <p style=3D"color:#1F1F1F;font-size:14px;font-style:normal;font-weigh=
t:400;line-height:21px;  margin:0px 0px 0px 16px;">See which queries show y=
our website=E2=80=99s pages in Google search results.=20
</p>
        <div style=3Dmargin-bottom:4px;>
    <a href=3Dhttps://c.gle/ANiao5pAq9FOoZD-f5D5AeCnr4SLcdeDxHfAaKm4qfOoBOx=
690zqRlqRqEdmh9t0s9nZ2zv7Bt3WcgPMRqI149EeMvfzJOVnd2zW7IfWUJRz8lEcoAPP_PboX2=
CrUkV5gBMkMRFm5uf59ZkHrGmWQ2KYYMN6c-qfmXXuJyTeDswHMMuuZq50L-kvL87vyIe10mDFO=
twD24bq6mgX_HIHeNBuCcVqNQbhJOd3SwyfhAAQ5mrnR7C0QPz4JTNvnQUmex1FB65YLE-KLIOF=
y8PcEmYMyZa-sn0hXAp-kGfk1CHKRblPvg6fnHKEPWrkBl8KKOzImaJwkBwC9GTyAdPtj4Ec8ji=
CQ3yQxIsdfcf7vzQknQDE0mQ8wNH20rhB3AbrjSk5r9oORZ3-KletBEedvmbuJ8iSrYtl398dJm=
QInumST9IWwrFi3sX9kAQd0g role=3Dbutton style=3Ddisplay:inline-block;text-de=
coration:none;>
      <div style=3D"color:#0B57D0;font-size:14px;font-weight:500;padding:10=
px 16px;margin:4px 0px;line-height:20px;">
See top queries      </div>
    </a>
  </div>

    </td>
  </tr>
  <tr width=3D456px style=3Dmargin-bottom:0px;>
    <td style=3Dvertical-align:top;padding-top:6px;>
      <div style=3Dbackground:#0B57D0;width:24px;height:24px;border-radius:=
100px;font-size:14px;font-style:normal;font-weight:500;line-height:24px;col=
or:#FFF;text-align:center;>
        3
      </div>
    </td>
    <td style=3Dpadding-top:4px;>
      <p style=3D"color:#1F1F1F; font-size:14px; font-weight:500; line-heig=
ht:21px;  margin:0px 0px 2px 16px;">Monitor errors on your pages</p>
      <p style=3D"color:#1F1F1F;font-size:14px;font-style:normal;font-weigh=
t:400;line-height:21px;  margin:0px 0px 0px 16px;">Pages with errors may no=
t appear in search results or provide a bad experience to your users. Make =
sure to check the crawl errors report and fix any issues you find.
</p>
        <div style=3Dmargin-bottom:4px;>
    <a href=3Dhttps://c.gle/ANiao5rS4vy1xD1_gSHlzoUyCaXCTBXj3kt65GHIJvz4AS1=
iAeNtybe0FsXznTxid1lNz8uxNNDAvNAg3ufKk6lm5kGGUJsyD0aHFE6PaUjGKwxctL82HvDNQK=
xpDE-wROzIvtBs_2g_9FpPvdxQ19Eia0bMburWgm_L2002exmm3LU-F0M-Fo1RsGZNUGa_c0c2v=
fUAux-pbz55_oXjwWQ3SadIXxTPyNkme3Pox_69pujgTUzqsfMXswvU5j8cQjB6AMT3L2fOSnJC=
zSI1r3ecS_wPbCSsH8FyYRk1--_fYlqYgYBki0JtEiEQRu-oV3RdnW7Miu86VPzQWHH5RnUzl-z=
bv-4cgxUnrEzWmyUHMOpMzsY role=3Dbutton style=3Ddisplay:inline-block;text-de=
coration:none;>
      <div style=3D"color:#0B57D0;font-size:14px;font-weight:500;padding:10=
px 16px;margin:4px 0px;line-height:20px;">
See errors      </div>
    </a>
  </div>

    </td>
  </tr>
    </table>
  </div>
  <div style=3Dwidth:100%;>
    <div style=3D"margin:24px 0; width:100%;height:1px;background:#C4C7C5">=
		</div>
    <h2 style=3Dcolor:#444746;font-size:14px;font-style:normal;font-weight:=
500;line-height:20px;letter-spacing:0px;margin-bottom:8px;margin-top:0px>Ch=
eck out help resources.</h2>
    <table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0 style=3D=
color:#5f6368;border-spacing:0px;border-collapse:seperate; role=3Dpresentat=
ion>
  <tr>
    <td style=3Dvertical-align:top;padding-left:8px;padding-top:12px;>
      <div style=3Dwidth:4px;height:4px;border-radius:100px;background:#C4C=
7C5;>
      </div>
    </td>
    <td style=3D"color:#444746;font-size:14px;font-style:normal;font-weight=
:400;line-height:21px;letter-spacing:0px;padding:4px 0px 4px 12px">
Visit our Help Center to learn how to make the most of the <a href=3Dhttps:=
//c.gle/ANiao5pOCx1HuJnId-cC-rLKErrhiFhMgcpDuwRuDF9ja9X09auxA0kCgNvW6fhUaXz=
R1OReGEWCpyIvvxltYVZGQtULRKmHcGVkynFb03jkCLiSotf1KGSc-nf28hYkMpENu1Hg1Mv_QB=
xbJbgthE26s5bkbI6BOjDnWtarY-cOtosqAunRnw1pSO3jFR2tmvkwYWLaCqOJ19BgtjwLvEDik=
PS32KKgRGXJNXljfPit7tUD6vKQxqw9B7RHIOtj8x9Fmen5tMKCqVW54jxmW8gf3Lx-R1bx_j_Z=
lgzxs2SLvepD style=3Dcolor:#0B57D0;text-decoration-line:underline;word-brea=
k:break-word;>Search Analytics report</a>.
    </td>
  </tr>
  <tr>
    <td style=3Dvertical-align:top;padding-left:8px;padding-top:12px;>
      <div style=3Dwidth:4px;height:4px;border-radius:100px;background:#C4C=
7C5;>
      </div>
    </td>
    <td style=3D"color:#444746;font-size:14px;font-style:normal;font-weight=
:400;line-height:21px;letter-spacing:0px;padding:4px 0px 4px 12px">
 <a href=3Dhttps://c.gle/ANiao5oQUygidM1pLsBxFiWdq-da4BEvaq5FDoxIZQyMRZsQ6u=
UmOvADpVxDdnbnVRtFPZab17lNbqPHWh_ZF5JMSkyg9BOsQmj4lZrd89SgxbwgY89e0n2DsCmt8=
7T9wDzJpX71pSW3ZdgIZBknn-mvwCVU3Q9jIdS6sDm8jfCTrLClwMaIGI51d7xL5Dh7Yxy5Y6LJ=
HBCnl3New9Gl5xzc5LoTe9LMLF9ocAfgxxtLw5ksg4dIkPEhlAFk8aFoCH6QeGeHunMhGCaI3On=
WRKRuqS1GHBeBGQvFhihAnqVdp5ithw style=3Dcolor:#0B57D0;text-decoration-line:=
underline;word-break:break-word;>Ask questions in our forum</a> for more he=
lp - mention message type [WNC-756200].
    </td>
  </tr>
    </table>
  </div>
        </div>
      </div>
    </div>     <div style=3D"padding:24px 16px 48px;
                line-height:16px;
                font-size:12px;
                font-style:normal;
                font-weight:400;
                max-width:600px;
                color:#444746;">
      <span style=3D"font-weight: 500;">Message type: [WNC-756200]</span>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      	You've received this transactional email =
because your site is listed in Google Search Console. You may <a href=3Dhtt=
ps://c.gle/ANiao5r0QXDc6RzNXBqfTY9vOpcjs361mLHZdI8zR0qW-jCj9usFLf8p1U5HaSXu=
BSTRWnE1wp2NlBztYTZiGniV5lLh2qGefieDeWP7lOf29WeVkqqBf5yQ3Kg1d8SanwFZlA9zfTq=
QQMHFLMBJnzhoANdj2beCVFjZ_cCckb5AFOlcxB2cdWIxsmXQaUXjK5TE9TJVZLfQrH_7HwYFMY=
Z9vspQpF8NrxNd-YFEcv-E9NKYIKLE3HMmkxJWmK-5sEjUjQG6YWTimsxonOFVDfpcfASqvZ-yl=
yuaPlXh3XxFPqETv8idWus7xTIBlskXK6hhOxUsD3MdImx_YDZLCf3VqN2sO4WNgk0UwHnryEgJ=
rXSFCopcWfTHfXmtaN3ih9608gnvOg style=3Dcolor:#0B57D0;text-decoration-line:u=
nderline;word-break:break-word;>unsubscribe</a> from this type of message o=
r <a href=3Dhttps://c.gle/ANiao5qQaKoxbBGFoOzubFXWo5iqHqWH266Z999WCz2CvuSm6=
UkrxnIMsglT7QKeMY2368KdIoCb_ZEu2ye0EDqHHSJhrO3AEDXZoXFuf2PCIgxcUTbMPEC5fTLZ=
FpW_g5fTuIAoFLopz0DhNDxYbsJiFtd5SeupyDKQATTiVD59R3bFOrG_sIbPW-H9Wv5IbVfFp27=
2e9LtBbGaxAG1-oeoWvgzurBOzugVj1DvlcDs3nQBUWYpu1oswcWwTBegDP2wrHizicUbh5aqUV=
2xocaLd63TtRKsU3aH7O4x6yMLmVB-IoUGFxiLI-5wh7AaA5x3p0YGWaCT1hSSlS-7fu7t6A2Lm=
476eRYtMRFPGt2Aqg5uvoHUgIXN1ah5zWR7loregky0ng style=3Dcolor:#0B57D0;text-de=
coration-line:underline;word-break:break-word;>add partners</a> who should =
receive messages for this Search Console account
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Google LLC, 1600 Amphitheatre Parkway Mountain V=
iew, CA 94043</p>
  </div>

=20
</p>
  </div>
    </div>=20
  </div>=20
</body>
</html>

--000000000000f449e7063ac0ed87--
info/cur/1752857348.M728955P2988390.premium320.web-hosting.com,S=90349,W=91838:2,S000064000000260355151007557650020245 0ustar00Return-Path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id c6iSKgR7emhmmS0AVkXPrw
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 18 Jul 2025 12:49:08 -0400
Return-path: <cpanel@24hourwaterdamagerestorationlongisland.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 18 Jul 2025 12:49:08 -0400
Received: from [127.0.0.1] (port=42500 helo=localhost.localdomain)
	by premium320.web-hosting.com with esmtpa (Exim 4.98.2)
	(envelope-from <cpanel@24hourwaterdamagerestorationlongisland.com>)
	id 1ucoGi-0000000CXPU-25Kv
	for info@24hourwaterdamagerestorationlongisland.com;
	Fri, 18 Jul 2025 12:49:08 -0400
Date: Fri, 18 Jul 2025 16:49:08 GMT
From: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Message-Id: <1752857348.HWmyAje1YRa2ZLTq@premium320.web-hosting.com>
Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnGlu?= =?UTF-8?B?Zm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t?= =?UTF-8?B?4oCdLg==?=
To: <info@24hourwaterdamagerestorationlongisland.com>
X-iContact_locale: en
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-2988297-1752857348-0.175020390257682"

--mixed-Cpanel::Email::Object-2988297-1752857348-0.175020390257682
Content-Type: multipart/alternative; boundary="alternative-Cpanel::Email::Object-2988297-1752857348-0.863297616367582"

--alternative-Cpanel::Email::Object-2988297-1752857348-0.863297616367582
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Client Configuration settings for =E2=80=9Cinfo@24hourwaterdamagerestoratio=
nlongisland.com=E2=80=9D.


Mail Client Manual Settings
---------------------------

Secure SSL/TLS Settings (Recommended)

Username:

info@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

premium320.web-hosting.com

  * IMAP Port: 993

  * POP3 Port: 995

Outgoing Server:

premium320.web-hosting.com

  * SMTP Port: 465

IMAP, POP3, and SMTP require authentication.

Non-SSL Settings (NOT Recommended)

Username:

info@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Incoming Server:

mail.24hourwaterdamagerestorationlongisland.com

  * IMAP Port: 143

  * POP3 Port: 110

Outgoing Server:

mail.24hourwaterdamagerestorationlongisland.com

  * SMTP Port: 587

IMAP, POP3, and SMTP require authentication.


Calendar & Contacts Manual Settings
-----------------------------------

Secure SSL/TLS Settings (Recommended).

Username:

info@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

https://premium320.web-hosting.com:2080

  * Port: 2080

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * https://premium320.web-hosting.com:2080/calendars/info@24hourwaterdamag=
erestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * https://premium320.web-hosting.com:2080/addressbooks/info@24hourwaterda=
magerestorationlongisland.com/addressbook

Non-SSL Settings (NOT Recommended).

Username:

info@24hourwaterdamagerestorationlongisland.com

Password:

Use the email account=E2=80=99s password.

Server:

http://mail.24hourwaterdamagerestorationlongisland.com:2079

  * Port: 2079

Full Calendar URL(s):

  * cPanel CalDAV Calendar:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/calendars/i=
nfo@24hourwaterdamagerestorationlongisland.com/calendar

Full Contact List URL(s):

  * cPanel CardDAV Address Book:

  * http://mail.24hourwaterdamagerestorationlongisland.com:2079/addressbook=
s/info@24hourwaterdamagerestorationlongisland.com/addressbook

A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE =
Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.

This notice is the result of a request made by a computer with the IP addre=
ss of =E2=80=9C72.255.7.70=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D se=
rvice on the server.

The remote computer=E2=80=99s location appears to be: Pakistan (PK).

The remote computer=E2=80=99s IP address is assigned to the provider: =E2=
=80=9CCyber Internet Services Pakistan Cyber Internet Services (Private) Li=
mited Cyber Internet Services Pakistan=E2=80=9D

The remote computer=E2=80=99s network link type appears to be: =E2=80=9CDSL=
=E2=80=9D.

The remote computer=E2=80=99s operating system appears to be: =E2=80=9CWind=
ows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.

The system generated this notice on Friday, July 18, 2025 at 4:49:08 PM UTC.

Do not reply to this automated message.

cP

Copyright=C2=A9 2025 cPanel, L.L.C.=

--alternative-Cpanel::Email::Object-2988297-1752857348-0.863297616367582
Content-Type: multipart/related; boundary="related-Cpanel::Email::Object-2988297-1752857348-0.483708342185569"

--related-Cpanel::Email::Object-2988297-1752857348-0.483708342185569
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<body style=3D"background:#F4F4F4">
    <div style=3D"margin:0;padding:0;background:#F4F4F4">
        <table cellpadding=3D"10" cellspacing=3D"0" border=3D"0" width=3D"1=
00%" style=3D"width:0 auto;">
            <tbody>
                <tr>
                    <td align=3D"center">
                        <table cellpadding=3D"0" cellspacing=3D"0" border=
=3D"0" width=3D"680" style=3D"border:0;width:0 auto;max-width:680px;">
                            <tbody>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td width=3D"680" height=3D"25" style=
=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;=
color:#333333">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                            Client Configuration settings f=
or =E2=80=9Cinfo@24hourwaterdamagerestorationlongisland.com=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    <td style=3D"padding: 15px 0 20px 0; ba=
ckground-color: #FFFFFF; border: 2px solid #E8E8E8; border-bottom: 2px soli=
d #FF6C2C;">
                                        <table width=3D"680" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" style=3D"background:#FFFFFF;font-family:=
'Helvetica Neue',Helvetica,Arial,sans-serif;">
                                            <tbody>
                                                <tr>
                                                    <td width=3D"15">
                                                    </td>
                                                    <td width=3D"650">
                                                        <table cellpadding=
=3D"0" cellspacing=3D"0" border=3D"0" width=3D"100%">
                                                            <tbody>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v id=3D"manual_settings_area" class=3D"section">
        <h2 id=3D"hdrManualSettings">Mail Client Manual Settings</h2>
=20=20=20=20=20=20=20=20
        <div class=3D"row">
         <div class=3D"col-md-6">
          <div id=3D"ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #428bca;"
=20=20=20=20=20=20=20=20=20=20=20=20
            class=3D"preferred-selection panel panel-primary">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #428bca; border-color: #428b=
ca; color: #fff;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings
                (Recommended)
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSSLSettingsAreaUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSSLSettingsAreaUsername" class=3D"data wrap-text">info@24hourwa=
terdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaPassword" class=3D"escape-note"> Use the email acco=
unt=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaIncomingServer" class=3D"data">premium320.web-hosti=
ng.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 993</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 995</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblSettingsAreaOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valSettingsAreaOutGoingServer" class=3D"data">premium320.web-hosti=
ng.com
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 465</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"lblSettingsAreaSmallNote1" class=3D"small_note">IMAP, POP3,=
 and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
         </div>
=20=20
      </div>
=20=20=20=20=20=20=20=20

        <div class=3D"row" id=3D"nonSSL" style=3D"display: none">
         <div class=3D"col-md-6">
           <div id=3D"non_ssl_settings_area"
=20=20=20=20=20=20=20=20=20=20=20=20
            style=3D"background-color: #fff;  border: 1px solid transparent=
; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot=
tom: 20px; border-color: #f6c342;"
=20=20=20=20=20=20=20=20=20=20=20=20
           class=3D"panel panel-default panel-warning">
               <div
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                style=3D"border-top-left-radius: 3px; border-top-right-radi=
us: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #f6c3=
42; color: #333;"
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                class=3D"panel-heading">
                <span id=3D"descNonSSLSettings" class=3D"caption not-recomm=
ended">Non-SSL Settings (NOT Recommended)</span>
              </div>
              <table id=3D"tblManualSettingsTable" class=3D"table manual_se=
ttings_table" style=3D"border-collapse: collapse; border-spacing: 0; margin=
-bottom: 0; width: 100%; background-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsUsername">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsUsername" class=3D"data wrap-text">info@24hourwat=
erdamagerestorationlongisland.com</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsPassword">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsPassword" class=3D"escape-note">Use the email acc=
ount=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"lblNonSSLSettingsIncomingServer">Incoming Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"valNonSSLSettingsIncomingServer" class=3D"data">mail.24hourwaterda=
magerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto=
col" class=3D"initialism">IMAP</abbr> Port: 143</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class=
=3D"initialism">POP3</abbr> Port: 110</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServer">Outgoing Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" id=3D"NonSSLSettingsOutgoingServerData" class=3D"data">mail.24hourwaterd=
amagerestorationlongisland.com                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol=
">SMTP</abbr> Port: 587</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" colspan=3D"2" class=3D"notes">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
                                                                           =
     <div id=3D"descNonSSLSettingsAuthenticationIsRequiredForIMAPPOP3SMTP1"=
 class=3D"small_note">IMAP, POP3, and SMTP require authentication.</div>
                      </td>
                  </tr>
              </table>
          </div>
        </div>
      </div>

    </div><div class=3D"section">
        <h2>Calendar &amp; Contacts Manual Settings</h2>
        <div class=3D"row">
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #428bca;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #428bca; border-color: #=
428bca; color: #fff;" class=3D"panel-heading">
                Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb=
r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">info@24hourwaterdamagerestorationlongisland.com=
</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">https://premium320.web-hosting.com:2080
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2080</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://premium320.web-hosting.com:2080/cale=
ndars/info@24hourwaterdamagerestorationlongisland.com/calendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">https://premium320.web-hosting.com:2080/addr=
essbooks/info@24hourwaterdamagerestorationlongisland.com/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
         <div class=3D"col-md-6">
          <div style=3D"background-color: #fff;  border: 1px solid transpar=
ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-=
bottom: 20px; border-color: #f6c342;" class=3D"preferred-selection panel pa=
nel-primary">
               <div style=3D"border-top-left-radius: 3px; border-top-right-=
radius: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #=
f6c342; color: #333;" class=3D"panel-heading">
                Non-SSL Settings (NOT Recommended).
              </div>
              <table class=3D"table manual_settings_table" style=3D"border-=
collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg=
round-color: transparent; max-width: 100%;">
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Username:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data wrap-text">info@24hourwaterdamagerestorationlongisland.com=
</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Password:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td>
                  </tr>
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Server:</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">http://mail.24hourwaterdamagerestorationlongisland.com:20=
79
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">Port: 2079</li>
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Calendar URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/calendars/info@24hourwaterdamagerestorationlongisland.com/c=
alendar</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                  <tr>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;">Full Contact List URL(s):</td>
                      <td style=3D"border-top: 1px solid #ddd; padding: 8px=
;" class=3D"data">
                          <ul
                          style=3D"margin-bottom: 10px; margin-top: 0; list=
-style: outside none none; margin-left: -5px; padding-left: 0;"
                          class=3D"port_list list-inline">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li>
                              <li style=3D"display: inline-block; padding-l=
eft: 5px; padding-right: 5px;">http://mail.24hourwaterdamagerestorationlong=
island.com:2079/addressbooks/info@24hourwaterdamagerestorationlongisland.co=
m/addressbook</li>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
                          </ul>
                      </td>
                  </tr>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
              </table>
          </div>
         </div>
=20=20=20=20=20=20=20=20=20
        </div>
      </div>
    </div><p>
 A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE=
 Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message.
</p>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>
                                                                        <di=
v style=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-t=
op: 2px solid #E8E8E8; padding-top:5px; margin-top: 5px; font-size:12px; co=
lor: #666666;">
        <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20
          This notice is the result of a request made by a computer with th=
e <abbr title=3D"Internet Protocol">IP</abbr> address of =E2=80=9C72.255.7.=
70=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D service on the server.
=20=20=20=20=20=20=20=20
    </p>

                    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                            The remote computer=E2=80=99s location appears =
to be: Pakistan (PK).
                    </p>
=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
                <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
                  The remote computer=E2=80=99s <abbr title=3D"Internet Pro=
tocol">IP</abbr> address is assigned to the provider: =E2=80=9CCyber Intern=
et Services Pakistan Cyber Internet Services (Private) Limited Cyber Intern=
et Services Pakistan=E2=80=9D
                </p>
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20

=20=20=20=20=20=20=20=20=20
                            <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;=
">
          The remote computer=E2=80=99s network link type appears to be: =
=E2=80=9CDSL=E2=80=9D.
        </p>
                          <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
=20=20=20=20=20=20=20=20=20=20
            The remote computer=E2=80=99s operating system appears to be: =
=E2=80=9CWindows=E2=80=9D with version =E2=80=9CNT kernel=E2=80=9D.
=20=20=20=20=20=20=20=20=20=20
        </p>
=20=20=20=20=20=20=20=20=20=20
    <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;">
        The system generated this notice on Friday, July 18, 2025 at 4:49:0=
8 PM UTC.
    </p>
</div>=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                                                           =
<!-- -->
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
<p>
    Do not reply to this automated message.
</p>
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>

                                                    </td>
                                                    <td width=3D"15">
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </td>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                </tr>
                                <tr>
                                    <td align=3D"center" style=3D"padding-t=
op: 10px;">
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                        <img src=3D"cid:auto_cid_2140506619=
" height=3D"25" width=3D"25" style=3D"border:0;line-height:100%;border:0" a=
lt=3D"cP">
                                        <p style=3D"font-family:'Helvetica =
Neue',Helvetica,Arial,sans-serif;font-size:12px;color:#666666; padding: 0; =
margin: 0;">Copyright=C2=A9=C2=A02025 cPanel, L.L.C.<p>
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</body>=

--related-Cpanel::Email::Object-2988297-1752857348-0.483708342185569
Content-Type: image/png; x-unix-mode=0600; name="cpanel-logo-tiny.png"
Content-Disposition: attachment; filename="cpanel-logo-tiny.png"
Content-ID: <auto_cid_2140506619>
Content-Transfer-Encoding: base64

iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAK
T2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AU
kSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXX
Pues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgAB
eNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAt
AGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3
AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dX
Lh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+
5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk
5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd
0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA
4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzA
BhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/ph
CJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5
h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+
Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhM
WE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQ
AkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+Io
UspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdp
r+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZ
D5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61Mb
U2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY
/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllir
SKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79u
p+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6Vh
lWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1
mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lO
k06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7Ry
FDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3I
veRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+B
Z7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/
0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5p
DoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5q
PNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIs
OpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5
hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQ
rAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9
rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1d
T1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aX
Dm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7
vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3S
PVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKa
RptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO
32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21
e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfV
P1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i
/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8
IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADr7aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8
P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4
bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1
LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6
UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5z
IyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5z
OnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1w
TU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0
RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAg
ICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3Av
MS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8x
LjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4w
LyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8i
PgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNp
bnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTAz
LTIyVDA3OjUwOjI4LTA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0
YURhdGU+MjAxNS0wMy0yMlQwNzo1MDoyOC0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAg
ICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3htcDpNb2RpZnlE
YXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmQxMDU0MzZlLWY5ZTAtNDkx
MS1iZTFiLTcwMzcxNDM4NTA4MjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRv
Y3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVmYTlmM2I1LTExMjAtMTE3OC1iOTIzLWZi
MjdlNDc0YmQzYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9j
dW1lbnRJRD54bXAuZGlkOjA4ZTkxZjNlLWU3MjQtNDYzNC04YmJlLTFiNzRlNzMwMTA3NTwveG1w
TU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAg
ICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3Vy
Y2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlv
bj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowOGU5MWYzZS1l
NzI0LTQ2MzQtOGJiZS0xYjc0ZTczMDEwNzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAg
ICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBD
QyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8
L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+
CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAg
ICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkMTA1NDM2ZS1mOWUwLTQ5
MTEtYmUxYi03MDM3MTQzODUwODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAg
IDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAg
ICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0
IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RF
dnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAg
ICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxw
aG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAg
ICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NEMxRkU2RTZCQzREMTFFNEI3MDg5OEZGODlDRkQ2RUU8
L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1
bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9w
OkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYt
Mi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8
L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlv
bj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0
aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29s
dXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVu
aXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAg
ICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAg
ICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8
L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ph0AdIcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkA
AHUwAADqYAAAOpgAABdvkl/FRgAAAclJREFUeNrs1s+LjVEYB/DPHe7EYjY2wsaPjaZBZDQLEZGF
hSwkNdlIWbC2UEr5D8ZGSX4sJJINaQjlNkn5lcVMSuSWaagZXImYrsU8N6fT6/JOkcV869T7nOc5
53vO83yf930rzWbT30aHf4AZklKYDQ6tKLvmODZiFpqo4CvquIlzmAQDz4KkHNbjcBv/HvTHGJ1u
unb9QcxmXEHX70g6UI30VNEZ6enN4ibxrWB9H/YWkczBPlzCYzyN8QS30YNlSfwo1mElNuFatt/O
n4WfwgJciIIW4QHmY14ydxeP4nkEDzGMRTG3NL1JJ862IYAaVmVz+ckbmCiW8FQxt2a+LyFLIc2T
OJ/4v8ftUuzH8sSupyQ7suCLOIJP0QMTkaa0oV7gPQbQHUpaG/Et3ElJ+hLHmzhRIyPuxdzEvoqD
MYrwDqfTmnRlaWoULNqS2UNtavg55Ps6JRlJApbgaPRGC1VsS+yP+IDVBZtfDjnfyAt/PUlZBcew
O2oyhBNYnGz2KvpneyaEMbz8lbrO4AAWJr7uRJY9IfMWBqPotTKv+nqcfKwgZrBA3rem+z2pYQNO
4TnG8Rb3sCbs8cj1/TIklZkfif+O5McA9Y1iuiAu5qQAAAAASUVORK5CYII=

--related-Cpanel::Email::Object-2988297-1752857348-0.483708342185569--

--alternative-Cpanel::Email::Object-2988297-1752857348-0.863297616367582--

--mixed-Cpanel::Email::Object-2988297-1752857348-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="carddav-info@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="carddav-info@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIdBgYJKoZIhvcNAQcCoIIc9zCCHPMCAQExDzANBglghkgBZQMEAgEFADCCCD8GCSqGSIb3DQEH
AaCCCDAEgggsPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FyZERBVkFjY291bnREZXNjcmlwdGlvbjwva2V5Pg0KICAg
ICAgICA8c3RyaW5nPmluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNhcmREQVZI
b3N0TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPnByZW1pdW0zMjAud2ViLWhvc3RpbmcuY29t
OjIwODA8L3N0cmluZz4NCiAgICAgICAgPGtleT5DYXJkREFWVXNlU1NMPC9rZXk+DQogICAgICAg
IDx0cnVlLz4NCiAgICAgICAgPGtleT5DYXJkREFWVXNlcm5hbWU8L2tleT4NCiAgICAgICAgPHN0
cmluZz5pbmZvQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3Ry
aW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5Pg0KICAgICAgICA8c3Ry
aW5nPmluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3Vy
ZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREaXNwbGF5TmFt
ZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPkNhcmREQVY8L3N0cmluZz4NCiAgICAgICAgPGtleT5Q
YXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5p
bmZvLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0K
ICAgICAgICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4NCiAgICAgICAgPHN0cmluZz4y
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAg
ICAgPGtleT5QYXlsb2FkVHlwZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNvbS5hcHBsZS5jYXJk
ZGF2LmFjY291bnQ8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICAg
ICAgICA8c3RyaW5nPmQ0Mzc4MjVjLTA4YjAtMDE2Ni03MzcwLTMxNjFiYWVmMmYzZjwvc3RyaW5n
Pg0KICAgICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICAgIDxpbnRlZ2VyPjE8
L2ludGVnZXI+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBheWxvYWREZXNjcmlw
dGlvbjwva2V5Pg0KICA8c3RyaW5nPmluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxv
bmdpc2xhbmQuY29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxv
YWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3RyaW5nPmluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0
b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICA8
a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLmlu
Zm8uMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLWNhcmRkYXY8L3N0
cmluZz4NCiAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVs
Lm1haWwub3JnLmluZm8uMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t
PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxEaXNhbGxvd2VkPC9rZXk+DQogIDxmYWxz
ZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgPHN0cmluZz5Db25maWd1cmF0aW9uPC9z
dHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgPHN0cmluZz4wZjFmZjA4NS03MjFk
LTBmZGYtZDVjOC01YTNhNjc5YzRjNWU8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVmVyc2lvbjwv
a2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9kaWN0Pg0KPC9wbGlzdD4NCqCCEd0wggYT
MIID+6ADAgECAhB9W1EmtHa6Edt0Fgu8Uw2nMA0GCSqGSIb3DQEBDAUAMIGIMQswCQYDVQQGEwJV
UzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRo
ZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9u
IEF1dGhvcml0eTAeFw0xODExMDIwMDAwMDBaFw0zMDEyMzEyMzU5NTlaMIGPMQswCQYDVQQGEwJH
QjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQK
Ew9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNBIERvbWFpbiBWYWxpZGF0aW9u
IFNlY3VyZSBTZXJ2ZXIgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDWczPW1zwg
0ADSF0W41j4Hoj/HQe4yMMmwbP30n8sSmA8tP41NAQyCDxd/Yi7puEh5+xaDTq3XMiWTtwe/uVA/
qUzDQCrpOf/ZgcofFjJB2oAmuSN6hyAe4/8gmjyVRG+HdQaQQLQykxYJEAgjPtLdhw9vXVEUagpp
xU8BcmnP05NMbQSgoxuCfrGaue3FnsU3eJ+aCDT7Vi5YxAkOBmRbvDfc8Z8oaKhWsJKjXJ+7iJgI
GyQdqzCFrq+wLp56ncHAQhziAvDq4ErS75AOtMFAFvBvhUJKZPekMKD+vy6jJ1qOi1i4rcMZF4Rj
7W9W/YPLYDTEdL7mndvh5OXKDF8VAgMBAAGjggFuMIIBajAfBgNVHSMEGDAWgBRTeb9aqitKz1SA
4dibwJ3ysgNmyzAdBgNVHQ4EFgQUjYxexFStiuF36Zv5mwXhuAGNYeEwDgYDVR0PAQH/BAQDAgGG
MBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMBsGA1Ud
IAQUMBIwBgYEVR0gADAIBgZngQwBAgEwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDovL2NybC51c2Vy
dHJ1c3QuY29tL1VTRVJUcnVzdFJTQUNlcnRpZmljYXRpb25BdXRob3JpdHkuY3JsMHYGCCsGAQUF
BwEBBGowaDA/BggrBgEFBQcwAoYzaHR0cDovL2NydC51c2VydHJ1c3QuY29tL1VTRVJUcnVzdFJT
QUFkZFRydXN0Q0EuY3J0MCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51c2VydHJ1c3QuY29tMA0G
CSqGSIb3DQEBDAUAA4ICAQAyv2G9DkjDT8e6R034nHgZAdwTHYBv/MNwtFKaMTOaV1L7MZ5rpO9U
qomNQBdo+BEQfNLKsfFVhsfuszaRhvY5Ub9Gvw+gurT3fknEKjYXnuRoOXqvlE5Wb7J7O78Khr3N
xXccA7g4saIfX37bitxGSLZoCs+ytbTiNORnqThmCV7SuPydKDoXQCfCck4p/SE8fM8T+5YsxTFE
/RPt1ZupaWh3fO7h/6T5NjgIUzmihDScGfO+DqzVJDfrI6h40NPn75JHZGI5Iu/G9xG+IoXGZkQk
Jo4QMo3Ik64HnoM+L9n59UaOY77B5rTcps0hqIYKldkuhSYa/fyxtldCbZXRM/Y5FAaCQTj1j1jc
gFuk1X2VeP2nm//9xahpqybnp6QFh1upt7ijIAuXqUWF3bOL5Yk3jikN/AYX9jhADkLkEgb7e/PG
EWhi3+OY9BPYFU+LsWnZEGC8ZCrqMbfktaM6FJsm4wt7/QKOtpnBOJdZNvaodKKGtl7rxmTqz6Cj
+W6eui0RtoaYCFgtyawlZPJedbQ4wa5/WkaD6lHKtvGZETVrpWp7xgCw5/i+ZLKtyMLxrONR6qST
4HnI4YFAyQpb4RI8wWAq45fAiULKlM9GmBJpu5jQwtMNcktHbuWTxDIoY4dD5LAyPgrTS78jmxQp
QSuaBB+TLfHHOUg8rVoSfzCCBYEwggRpoAMCAQICEDlyRDr5IrdR19NsEN0xNZUwDQYJKoZIhvcN
AQEMBQAwezELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE
BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMMGEFBQSBDZXJ0
aWZpY2F0ZSBTZXJ2aWNlczAeFw0xOTAzMTIwMDAwMDBaFw0yODEyMzEyMzU5NTlaMIGIMQswCQYD
VQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5IENpdHkxHjAcBgNV
BAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZp
Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIASZRc2DsPb
CLPQrFcNdu3NJ9NMrVCDYeKqIE0JLWQJ3M6Jn8w9qez2z8Hc8dOx1ns3KBErR9o5xrw6GbRfpr19
naNjQrZ28qk7K5H44m/Q7BYgkAk+4uh0yRi0kdRiZNt/owbxiBhqkCI8vP4T8IcUe/bkH47U5FHG
EWdGCFHLhhRUP7wz/n5snP8WnRi9UY41pqdmyHJn2yFmsdSbeAPAUDrozPDcvJ5M/q8FljUfV1q3
/875PbcstvZU3cjnEjpNrkyKt1yatLcgPcp/IjSufjtoZgFE5wFORlObM2D3lL5TN5BzQ/Myw1Pv
26r+dE5px2uMYJPexMcM3+EyrsyTO1F4lWeL7j1W/gzQaQ8bD/MlJmszbfduR/pzQ+V+DqVmsSl8
MoRjVYnEDcGTVDAZE6zTfTen6106bDVc20HXEtqpSQvf2ICKCZNijrVmzyWIzYS4sT+kOQ/ZAp7r
EkyVfPNrBaleFoPMuGfi6BOdzFuC00yz7Vv/3uVzrCM7LQC/NVV0CUnYSVgaf5I25lGSDvMmfRxN
F7zJ7EMm0L9BX0CpRET0medXh55QH1dUqD79dGMvsVBlCeZYQi5DGky08CVHWfoEHpPUJkZKUIGy
3r54t/xnFeHJV4QeD2PW6WK61l9VLupcxigIBCU5uA4rqfJMlxwHPw1S9e3vL4IPAgMBAAGjgfIw
ge8wHwYDVR0jBBgwFoAUoBEKIz6W8Qfs4q8p74Klf9AwpLQwHQYDVR0OBBYEFFN5v1qqK0rPVIDh
2JvAnfKyA2bLMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MBEGA1UdIAQKMAgwBgYE
VR0gADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9BQUFDZXJ0aWZp
Y2F0ZVNlcnZpY2VzLmNybDA0BggrBgEFBQcBAQQoMCYwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3Nw
LmNvbW9kb2NhLmNvbTANBgkqhkiG9w0BAQwFAAOCAQEAGIdR3HQhPZyK4Ce3M9AuzOzw5steEd4i
b5t1jp5y/uTW/qofnJYt7wNKfq70jW9yPEM7wD/ruN9cqqnGrvL82O6je0P2hjZ8FODN9Pc//t64
tIrwkZb+/UNkfv3M0gGhfX34GRnJQisTv1iLuqSiZgR2iJFODIkUzqJNyTKzuugUGrxx8VvwQQuY
AAoiAxDlDLH5zZI3Ge078eQ6tvlFEyZ1r7uq7z97dzvSxAKRPRkA0xdcOds/exgNRc2ThZYvXd9Z
Fk8/Ub3VRRg/7UqO6AZhdCMWtQ1QcydER38QXYkqa4UxFMToqWpMgLxqeM+4f452cpkMnf7XkQgW
oaNflTCCBj0wggUloAMCAQICEBE+oacN/FYCOWVV5vIIBlgwDQYJKoZIhvcNAQELBQAwgY8xCzAJ
BgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQx
GDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBSU0EgRG9tYWluIFZh
bGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQTAeFw0yNTAzMTMwMDAwMDBaFw0yNjA0MDUyMzU5NTla
MBwxGjAYBgNVBAMMESoud2ViLWhvc3RpbmcuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
CgKCAQEAxDTccXMdxow9ig88z4SZQCUAp+rGP5tMeVRyXmVnS49LZNwwLJENdA84TYSyX0+J1xdk
sgFzkBBi0/gNsrRhx25/mGWt4qtDLrDxnF/yZg+lvEQ6FZevucBYas3734V4tfU+M+P2qflAMDOi
Nlyo3XnJgECyjh4Hg0o87Ao+gP/R7f943xT6RPs8mvZwPlmeqco5KJLn09RRXDXoZWWLJIW6Y4be
+aSbSRjRUFtHnyGpfd3CkCjcovJRgE+ykZ8c52idyv7AslxGSkXVRabvyRQv/NDrlZcTl3Ub+KmN
bow4XQA3nIrQEmHIaGN55LiMYLtVfs3Ck9ewjcefFd7aEwIDAQABo4IDBTCCAwEwHwYDVR0jBBgw
FoAUjYxexFStiuF36Zv5mwXhuAGNYeEwHQYDVR0OBBYEFM4JK9MyBMH+lwd5IbEjPKE22a3wMA4G
A1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcD
AjBJBgNVHSAEQjBAMDQGCysGAQQBsjEBAgIHMCUwIwYIKwYBBQUHAgEWF2h0dHBzOi8vc2VjdGln
by5jb20vQ1BTMAgGBmeBDAECATCBhAYIKwYBBQUHAQEEeDB2ME8GCCsGAQUFBzAChkNodHRwOi8v
Y3J0LnNlY3RpZ28uY29tL1NlY3RpZ29SU0FEb21haW5WYWxpZGF0aW9uU2VjdXJlU2VydmVyQ0Eu
Y3J0MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0aWdvLmNvbTAtBgNVHREEJjAkghEqLndl
Yi1ob3N0aW5nLmNvbYIPd2ViLWhvc3RpbmcuY29tMIIBfwYKKwYBBAHWeQIEAgSCAW8EggFrAWkA
dwCWl2S/VViXrfdDh2g3CEJ36fA61fak8zZuRqQ/D8qpxgAAAZWPXRnTAAAEAwBIMEYCIQD9jTpX
SS4lJ/8xjL0DuJ5Y4BgKI6AyEpsFQUyWO3u5BQIhAJytdxKISbardANzicbaw31ulZD+EEhY6c5W
d5rDPOxZAHYAGYbUxyiqb/66A294Kk0BkarOLXIxD67OXXBBLSVMx9QAAAGVj10ZZwAABAMARzBF
AiBcZG+l8k/8CMK9POeQn2BfBwmf5vHQpI7+4JeNNiXmWAIhAIWvImMEUtzUJfZ0uw9f5uVMae6k
1N76OdbFg+/IHr+2AHYAyzj3FYl8hKFEX1vB3fvJbvKaWc1HCmkFhbDLFMMUWOcAAAGVj10ZlAAA
BAMARzBFAiEAppjJvs//cfY6QasJmR2EsdKY7kKt6OS++Gw+ckAJAksCIHN8akz1qNLhzmUZxrq0
RegL5iNNUm0N65tM6o/EGfO4MA0GCSqGSIb3DQEBCwUAA4IBAQBoUWRnILTcY8QsqNYNs1qaH8IJ
vNPcSFcsZ6IZmOMqD1VMCCnKDiksThXLiYl8ak4Ukswi3dUmzvpaaiVcIS18fQMyKL7DkJPUycH4
Z/bR0maeOCDq9n5bx2SZdfmW3hUTdrqgUQtJm7954HJC1j9UqdEv+LdqfV2SiXyW269/ujy0yq7Q
wx1xl+7tZAYGnYO4SefHfT7caGZ24P/aI86pxYJFEYl1nQW6nlkT3OY5EeL3ILpxEKRqqw6r7h6B
i5RZ8El9PL9UxXBvpB6Aa5VT1RQzAuXVpmLSF4TVJdN7/YJ76ibzMNv/PGyyssThwdmRu9m06ec1
47IkBTYyjLKnMYICtzCCArMCAQEwgaQwgY8xCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVy
IE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGDAWBgNVBAoTD1NlY3RpZ28gTGltaXRlZDE3
MDUGA1UEAxMuU2VjdGlnbyBSU0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQQIQ
ET6hpw38VgI5ZVXm8ggGWDANBglghkgBZQMEAgEFAKCB5DAYBgkqhkiG9w0BCQMxCwYJKoZIhvcN
AQcBMBwGCSqGSIb3DQEJBTEPFw0yNTA3MTgxNjQ5MDZaMC8GCSqGSIb3DQEJBDEiBCCVI6LmoaUg
VTYF3h48mesqPapOeeHwYPpU0Eybs6YRhTB5BgkqhkiG9w0BCQ8xbDBqMAsGCWCGSAFlAwQBKjAL
BglghkgBZQMEARYwCwYJYIZIAWUDBAECMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggq
hkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDANBgkqhkiG9w0BAQEFAASCAQADHDki
eOvPKLAKFWkwTPLuMb53+FA27wC647uwYiwEBCjEgIqK7LEIlEZydbVOGWN2lkmq2wmoPPE4JUY+
jNv9Q5O4wmooIEfOg+M4x9LKLwYEU287Ukv8OSKeoLKATOAa71hfDnyNbVd0tkcCHWvRkZ1Ro1Ui
l8KP91RSb0V94vRoCqyf1rryV1CcweRigU3kGqVzocmbLGSO3ayJ90ElQGwP3otMmPd5qYXmIJHp
YLsmU4RRB3lSAnI0dQra77HmH1IA0sXdwmzyK1HIRTu743Ea++CrJYNLlAsuRGQdQlPtD2WHj2NM
4NWksDRcj4SmEbArfv0SjS5dkE+aMaZL

--mixed-Cpanel::Email::Object-2988297-1752857348-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="caldav-info@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="caldav-info@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIId4AYJKoZIhvcNAQcCoIId0TCCHc0CAQExDzANBglghkgBZQMEAgEFADCCCRkGCSqGSIb3DQEH
AaCCCQoEggkGPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FsREFWQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+aW5mb0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5j
b208L3N0cmluZz4NCiAgICAgICAgPGtleT5DYWxEQVZIb3N0TmFtZTwva2V5Pg0KICAgICAgICA8
c3RyaW5nPnByZW1pdW0zMjAud2ViLWhvc3RpbmcuY29tPC9zdHJpbmc+DQogICAgICAgIDxrZXk+
Q2FsREFWUG9ydDwva2V5Pg0KICAgICAgICA8aW50ZWdlcj4yMDgwPC9pbnRlZ2VyPg0KICAgICAg
ICA8a2V5PkNhbERBVlByaW5jaXBhbFVSTDwva2V5Pg0KICAgICAgICA8c3RyaW5nPi9wcmluY2lw
YWxzL2luZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJp
bmc+DQogICAgICAgIDxrZXk+Q2FsREFWVXNlU1NMPC9rZXk+DQogICAgICAgIDx0cnVlLz4NCiAg
ICAgICAgPGtleT5DYWxEQVZVc2VybmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPmluZm9AMjRo
b3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICAg
IDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogICAgICAgIDxzdHJpbmc+aW5mb0AyNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIENhbGVuZGFyIFNl
dHVwPC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZERpc3BsYXlOYW1lPC9rZXk+DQogICAg
ICAgIDxzdHJpbmc+aW5mb0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5j
b20gU2VjdXJlIENhbGVuZGFyIFNldHVwPC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZElk
ZW50aWZpZXI8L2tleT4NCiAgICAgICAgPHN0cmluZz5jcGFuZWwubWFpbC5vcmcuaW5mby4yNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4NCiAgICAgICAg
PGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogICAgICAgIDxzdHJpbmc+MjRob3Vyd2F0
ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICAgIDxrZXk+
UGF5bG9hZFR5cGU8L2tleT4NCiAgICAgICAgPHN0cmluZz5jb20uYXBwbGUuY2FsZGF2LmFjY291
bnQ8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICAgICAgICA8c3Ry
aW5nPjNjZTI3ODA4LWJiYTUtNjQxNi1jYTBmLWNmMzUzMTI5OGJhNDwvc3RyaW5nPg0KICAgICAg
ICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICAgIDxpbnRlZ2VyPjE8L2ludGVnZXI+
DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBheWxvYWREZXNjcmlwdGlvbjwva2V5
Pg0KICA8c3RyaW5nPmluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQu
Y29tIFNlY3VyZSBDYWxlbmRhciBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWREaXNwbGF5
TmFtZTwva2V5Pg0KICA8c3RyaW5nPmluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxv
bmdpc2xhbmQuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxv
YWRJZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLmluZm8uMjRob3Vy
d2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLWNhbGRhdjwvc3RyaW5nPg0KICA8
a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4NCiAgPHN0cmluZz5jcGFuZWwubWFpbC5vcmcu
aW5mby4yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4N
CiAgPGtleT5QYXlsb2FkUmVtb3ZhbERpc2FsbG93ZWQ8L2tleT4NCiAgPGZhbHNlLz4NCiAgPGtl
eT5QYXlsb2FkVHlwZTwva2V5Pg0KICA8c3RyaW5nPkNvbmZpZ3VyYXRpb248L3N0cmluZz4NCiAg
PGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICA8c3RyaW5nPjkzNTkzYThhLTMxMzQtNjY1NS1iN2Vi
LWI4NTlkNzgzYWFmYzwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogIDxp
bnRlZ2VyPjE8L2ludGVnZXI+DQo8L2RpY3Q+DQo8L3BsaXN0Pg0KoIIR3TCCBhMwggP7oAMCAQIC
EH1bUSa0droR23QWC7xTDacwDQYJKoZIhvcNAQEMBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQI
EwpOZXcgSmVyc2V5MRQwEgYDVQQHEwtKZXJzZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVT
VCBOZXR3b3JrMS4wLAYDVQQDEyVVU0VSVHJ1c3QgUlNBIENlcnRpZmljYXRpb24gQXV0aG9yaXR5
MB4XDTE4MTEwMjAwMDAwMFoXDTMwMTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAkdCMRswGQYDVQQI
ExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGDAWBgNVBAoTD1NlY3RpZ28g
TGltaXRlZDE3MDUGA1UEAxMuU2VjdGlnbyBSU0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNl
cnZlciBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANZzM9bXPCDQANIXRbjWPgei
P8dB7jIwybBs/fSfyxKYDy0/jU0BDIIPF39iLum4SHn7FoNOrdcyJZO3B7+5UD+pTMNAKuk5/9mB
yh8WMkHagCa5I3qHIB7j/yCaPJVEb4d1BpBAtDKTFgkQCCM+0t2HD29dURRqCmnFTwFyac/Tk0xt
BKCjG4J+sZq57cWexTd4n5oINPtWLljECQ4GZFu8N9zxnyhoqFawkqNcn7uImAgbJB2rMIWur7Au
nnqdwcBCHOIC8OrgStLvkA60wUAW8G+FQkpk96QwoP6/LqMnWo6LWLitwxkXhGPtb1b9g8tgNMR0
vuad2+Hk5coMXxUCAwEAAaOCAW4wggFqMB8GA1UdIwQYMBaAFFN5v1qqK0rPVIDh2JvAnfKyA2bL
MB0GA1UdDgQWBBSNjF7EVK2K4Xfpm/mbBeG4AY1h4TAOBgNVHQ8BAf8EBAMCAYYwEgYDVR0TAQH/
BAgwBgEB/wIBADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwGwYDVR0gBBQwEjAGBgRV
HSAAMAgGBmeBDAECATBQBgNVHR8ESTBHMEWgQ6BBhj9odHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20v
VVNFUlRydXN0UlNBQ2VydGlmaWNhdGlvbkF1dGhvcml0eS5jcmwwdgYIKwYBBQUHAQEEajBoMD8G
CCsGAQUFBzAChjNodHRwOi8vY3J0LnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQWRkVHJ1c3RD
QS5jcnQwJQYIKwYBBQUHMAGGGWh0dHA6Ly9vY3NwLnVzZXJ0cnVzdC5jb20wDQYJKoZIhvcNAQEM
BQADggIBADK/Yb0OSMNPx7pHTficeBkB3BMdgG/8w3C0UpoxM5pXUvsxnmuk71SqiY1AF2j4ERB8
0sqx8VWGx+6zNpGG9jlRv0a/D6C6tPd+ScQqNhee5Gg5eq+UTlZvsns7vwqGvc3FdxwDuDixoh9f
ftuK3EZItmgKz7K1tOI05GepOGYJXtK4/J0oOhdAJ8JyTin9ITx8zxP7lizFMUT9E+3Vm6lpaHd8
7uH/pPk2OAhTOaKENJwZ874OrNUkN+sjqHjQ0+fvkkdkYjki78b3Eb4ihcZmRCQmjhAyjciTrgee
gz4v2fn1Ro5jvsHmtNymzSGohgqV2S6FJhr9/LG2V0JtldEz9jkUBoJBOPWPWNyAW6TVfZV4/aeb
//3FqGmrJuenpAWHW6m3uKMgC5epRYXds4vliTeOKQ38Bhf2OEAOQuQSBvt788YRaGLf45j0E9gV
T4uxadkQYLxkKuoxt+S1ozoUmybjC3v9Ao62mcE4l1k29qh0ooa2XuvGZOrPoKP5bp66LRG2hpgI
WC3JrCVk8l51tDjBrn9aRoPqUcq28ZkRNWulanvGALDn+L5ksq3IwvGs41HqpJPgecjhgUDJClvh
EjzBYCrjl8CJQsqUz0aYEmm7mNDC0w1yS0du5ZPEMihjh0PksDI+CtNLvyObFClBK5oEH5Mt8cc5
SDytWhJ/MIIFgTCCBGmgAwIBAgIQOXJEOvkit1HX02wQ3TE1lTANBgkqhkiG9w0BAQwFADB7MQsw
CQYDVQQGEwJHQjEbMBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3Jk
MRowGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmljYXRlIFNl
cnZpY2VzMB4XDTE5MDMxMjAwMDAwMFoXDTI4MTIzMTIzNTk1OVowgYgxCzAJBgNVBAYTAlVTMRMw
EQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYDVQQHEwtKZXJzZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVT
RVJUUlVTVCBOZXR3b3JrMS4wLAYDVQQDEyVVU0VSVHJ1c3QgUlNBIENlcnRpZmljYXRpb24gQXV0
aG9yaXR5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAgBJlFzYOw9sIs9CsVw127c0n
00ytUINh4qogTQktZAnczomfzD2p7PbPwdzx07HWezcoEStH2jnGvDoZtF+mvX2do2NCtnbyqTsr
kfjib9DsFiCQCT7i6HTJGLSR1GJk23+jBvGIGGqQIjy8/hPwhxR79uQfjtTkUcYRZ0YIUcuGFFQ/
vDP+fmyc/xadGL1RjjWmp2bIcmfbIWax1Jt4A8BQOujM8Ny8nkz+rwWWNR9XWrf/zvk9tyy29lTd
yOcSOk2uTIq3XJq0tyA9yn8iNK5+O2hmAUTnAU5GU5szYPeUvlM3kHND8zLDU+/bqv50TmnHa4xg
k97Exwzf4TKuzJM7UXiVZ4vuPVb+DNBpDxsP8yUmazNt925H+nND5X4OpWaxKXwyhGNVicQNwZNU
MBkTrNN9N6frXTpsNVzbQdcS2qlJC9/YgIoJk2KOtWbPJYjNhLixP6Q5D9kCnusSTJV882sFqV4W
g8y4Z+LoE53MW4LTTLPtW//e5XOsIzstAL81VXQJSdhJWBp/kjbmUZIO8yZ9HE0XvMnsQybQv0Ff
QKlERPSZ51eHnlAfV1SoPv10Yy+xUGUJ5lhCLkMaTLTwJUdZ+gQek9QmRkpQgbLevni3/GcV4clX
hB4PY9bpYrrWX1Uu6lzGKAgEJTm4Diup8kyXHAc/DVL17e8vgg8CAwEAAaOB8jCB7zAfBgNVHSME
GDAWgBSgEQojPpbxB+zirynvgqV/0DCktDAdBgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZssw
DgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wEQYDVR0gBAowCDAGBgRVHSAAMEMGA1Ud
HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwuY29tb2RvY2EuY29tL0FBQUNlcnRpZmljYXRlU2Vydmlj
ZXMuY3JsMDQGCCsGAQUFBwEBBCgwJjAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2RvY2Eu
Y29tMA0GCSqGSIb3DQEBDAUAA4IBAQAYh1HcdCE9nIrgJ7cz0C7M7PDmy14R3iJvm3WOnnL+5Nb+
qh+cli3vA0p+rvSNb3I8QzvAP+u431yqqcau8vzY7qN7Q/aGNnwU4M309z/+3ri0ivCRlv79Q2R+
/czSAaF9ffgZGclCKxO/WIu6pKJmBHaIkU4MiRTOok3JMrO66BQavHHxW/BBC5gACiIDEOUMsfnN
kjcZ7Tvx5Dq2+UUTJnWvu6rvP3t3O9LEApE9GQDTF1w52z97GA1FzZOFli9d31kWTz9RvdVFGD/t
So7oBmF0Ixa1DVBzJ0RHfxBdiSprhTEUxOipakyAvGp4z7h/jnZymQyd/teRCBaho1+VMIIGPTCC
BSWgAwIBAgIQET6hpw38VgI5ZVXm8ggGWDANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCR0Ix
GzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMP
U2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBT
ZWN1cmUgU2VydmVyIENBMB4XDTI1MDMxMzAwMDAwMFoXDTI2MDQwNTIzNTk1OVowHDEaMBgGA1UE
AwwRKi53ZWItaG9zdGluZy5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDENNxx
cx3GjD2KDzzPhJlAJQCn6sY/m0x5VHJeZWdLj0tk3DAskQ10DzhNhLJfT4nXF2SyAXOQEGLT+A2y
tGHHbn+YZa3iq0MusPGcX/JmD6W8RDoVl6+5wFhqzfvfhXi19T4z4/ap+UAwM6I2XKjdecmAQLKO
HgeDSjzsCj6A/9Ht/3jfFPpE+zya9nA+WZ6pyjkokufT1FFcNehlZYskhbpjht75pJtJGNFQW0ef
Ial93cKQKNyi8lGAT7KRnxznaJ3K/sCyXEZKRdVFpu/JFC/80OuVlxOXdRv4qY1ujDhdADecitAS
YchoY3nkuIxgu1V+zcKT17CNx58V3toTAgMBAAGjggMFMIIDATAfBgNVHSMEGDAWgBSNjF7EVK2K
4Xfpm/mbBeG4AY1h4TAdBgNVHQ4EFgQUzgkr0zIEwf6XB3khsSM8oTbZrfAwDgYDVR0PAQH/BAQD
AgWgMAwGA1UdEwEB/wQCMAAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMEkGA1UdIARC
MEAwNAYLKwYBBAGyMQECAgcwJTAjBggrBgEFBQcCARYXaHR0cHM6Ly9zZWN0aWdvLmNvbS9DUFMw
CAYGZ4EMAQIBMIGEBggrBgEFBQcBAQR4MHYwTwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuc2VjdGln
by5jb20vU2VjdGlnb1JTQURvbWFpblZhbGlkYXRpb25TZWN1cmVTZXJ2ZXJDQS5jcnQwIwYIKwYB
BQUHMAGGF2h0dHA6Ly9vY3NwLnNlY3RpZ28uY29tMC0GA1UdEQQmMCSCESoud2ViLWhvc3Rpbmcu
Y29tgg93ZWItaG9zdGluZy5jb20wggF/BgorBgEEAdZ5AgQCBIIBbwSCAWsBaQB3AJaXZL9VWJet
90OHaDcIQnfp8DrV9qTzNm5GpD8PyqnGAAABlY9dGdMAAAQDAEgwRgIhAP2NOldJLiUn/zGMvQO4
nljgGAojoDISmwVBTJY7e7kFAiEAnK13EohJtqt0A3OJxtrDfW6VkP4QSFjpzlZ3msM87FkAdgAZ
htTHKKpv/roDb3gqTQGRqs4tcjEPrs5dcEEtJUzH1AAAAZWPXRlnAAAEAwBHMEUCIFxkb6XyT/wI
wr0855CfYF8HCZ/m8dCkjv7gl402JeZYAiEAha8iYwRS3NQl9nS7D1/m5Uxp7qTU3vo51sWD78ge
v7YAdgDLOPcViXyEoURfW8Hd+8lu8ppZzUcKaQWFsMsUwxRY5wAAAZWPXRmUAAAEAwBHMEUCIQCm
mMm+z/9x9jpBqwmZHYSx0pjuQq3o5L74bD5yQAkCSwIgc3xqTPWo0uHOZRnGurRF6AvmI01SbQ3r
m0zqj8QZ87gwDQYJKoZIhvcNAQELBQADggEBAGhRZGcgtNxjxCyo1g2zWpofwgm809xIVyxnohmY
4yoPVUwIKcoOKSxOFcuJiXxqThSSzCLd1SbO+lpqJVwhLXx9AzIovsOQk9TJwfhn9tHSZp44IOr2
flvHZJl1+ZbeFRN2uqBRC0mbv3ngckLWP1Sp0S/4t2p9XZKJfJbbr3+6PLTKrtDDHXGX7u1kBgad
g7hJ58d9PtxoZnbg/9ojzqnFgkURiXWdBbqeWRPc5jkR4vcgunEQpGqrDqvuHoGLlFnwSX08v1TF
cG+kHoBrlVPVFDMC5dWmYtIXhNUl03v9gnvqJvMw2/88bLKyxOHB2ZG72bTp5zXjsiQFNjKMsqcx
ggK3MIICswIBATCBpDCBjzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3Rl
cjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5T
ZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBAhARPqGnDfxWAjll
VebyCAZYMA0GCWCGSAFlAwQCAQUAoIHkMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI
hvcNAQkFMQ8XDTI1MDcxODE2NDkwNlowLwYJKoZIhvcNAQkEMSIEIGOC6k7pyq1axvd01rpIsvqO
M23tuKbOkZHbAS+fpIoKMHkGCSqGSIb3DQEJDzFsMGowCwYJYIZIAWUDBAEqMAsGCWCGSAFlAwQB
FjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFA
MAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMA0GCSqGSIb3DQEBAQUABIIBAKGVLTdu7qRf4zttAiQS
8DnmKv2X40TuuJ4A/fenqkIvO0d8gChk7aRb+6VR29kX80b+RdFj9x12hH5BbCrfgusCjK085tgd
hXMKO4/BlOiMkI1WYTGZuseRozXtMg2HRc0x9N94swD3Fq3dvrB6oDtc5Gkrj9nr0uqzb6a4j519
VrGP85JCAU0uMa09J+Dsvg0jqoMRhvY7Fu00acQiACshqK0bq9KP8ifoYgilj5ekfiw0nU+7L49V
1MpO8+otedku4GIQt6U/zM63Qc1zXzj790i5XZdu1XJBXnBCVGecfm639n8o+p+WoGsr3oaFR1ED
ssImJ/atMtJMOOU3dwc=

--mixed-Cpanel::Email::Object-2988297-1752857348-0.175020390257682
Content-Type: application/octet-stream; x-unix-mode=0600; name="email-info@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Disposition: attachment; filename="email-info@24hourwaterdamagerestorationlongisland.com.mobileconfig"
Content-Transfer-Encoding: base64

MIIhsQYJKoZIhvcNAQcCoIIhojCCIZ4CAQExDzANBglghkgBZQMEAgEFADCCDOoGCSqGSIb3DQEH
AaCCDNsEggzXPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ
RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu
YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu
MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg
PGRpY3Q+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAgICA8
c3RyaW5nPmluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tPC9z
dHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudE5hbWU8L2tleT4NCiAgICAgIDxzdHJpbmc+
aW5mb0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb208L3N0cmluZz4N
CiAgICAgIDxrZXk+RW1haWxBY2NvdW50VHlwZTwva2V5Pg0KICAgICAgPHN0cmluZz5FbWFpbFR5
cGVJTUFQPC9zdHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWRkcmVzczwva2V5Pg0KICAgICAgPHN0
cmluZz5pbmZvQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3Ry
aW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlvbjwva2V5Pg0K
ICAgICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNv
bWluZ01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5wcmVtaXVtMzIwLndl
Yi1ob3N0aW5nLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJQb3J0
TnVtYmVyPC9rZXk+DQogICAgICA8aW50ZWdlcj45OTM8L2ludGVnZXI+DQogICAgICA8a2V5Pklu
Y29taW5nTWFpbFNlcnZlclVzZVNTTDwva2V5Pg0KICAgICAgPHRydWUvPg0KICAgICAgPGtleT5J
bmNvbWluZ01haWxTZXJ2ZXJVc2VybmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5pbmZvQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICAgICAgPGtl
eT5PdXRnb2luZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlvbjwva2V5Pg0KICAgICAgPHN0cmluZz5F
bWFpbEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAgPGtleT5PdXRnb2luZ01haWxTZXJ2ZXJI
b3N0TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5wcmVtaXVtMzIwLndlYi1ob3N0aW5nLmNvbTwv
c3RyaW5nPg0KICAgICAgPGtleT5PdXRnb2luZ01haWxTZXJ2ZXJQb3J0TnVtYmVyPC9rZXk+DQog
ICAgICA8aW50ZWdlcj40NjU8L2ludGVnZXI+DQogICAgICA8a2V5Pk91dGdvaW5nTWFpbFNlcnZl
clVzZVNTTDwva2V5Pg0KICAgICAgPHRydWUvPg0KICAgICAgPGtleT5PdXRnb2luZ01haWxTZXJ2
ZXJVc2VybmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5pbmZvQDI0aG91cndhdGVyZGFtYWdlcmVz
dG9yYXRpb25sb25naXNsYW5kLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5PdXRnb2luZ1Bhc3N3
b3JkU2FtZUFzSW5jb21pbmdQYXNzd29yZDwva2V5Pg0KICAgICAgPHRydWUvPg0KICAgICAgPGtl
eT5QYXlsb2FkRGVzY3JpcHRpb248L2tleT4NCiAgICAgIDxzdHJpbmc+aW5mb0AyNGhvdXJ3YXRl
cmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gU2VjdXJlIEVtYWlsIFNldHVwPC9zdHJp
bmc+DQogICAgICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5p
bmZvQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbSBTZWN1cmUgRW1h
aWwgU2V0dXA8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4NCiAg
ICAgIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLmluZm8uMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3Jh
dGlvbmxvbmdpc2xhbmQuY29tPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRPcmdhbml6YXRp
b248L2tleT4NCiAgICAgIDxzdHJpbmc+MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdp
c2xhbmQuY29tPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogICAgICA8
c3RyaW5nPmNvbS5hcHBsZS5tYWlsLm1hbmFnZWQ8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9h
ZFVVSUQ8L2tleT4NCiAgICAgIDxzdHJpbmc+Yjg1MmViNTAtOGQ2YS1kZmI3LTEzNmQtYzI4YmMw
NTg5ZTNhPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICA8
aW50ZWdlcj4xPC9pbnRlZ2VyPg0KICAgICAgPGtleT5QcmV2ZW50QXBwU2hlZXQ8L2tleT4NCiAg
ICAgIDxmYWxzZS8+DQogICAgICA8a2V5PlByZXZlbnRNb3ZlPC9rZXk+DQogICAgICA8ZmFsc2Uv
Pg0KICAgICAgPGtleT5TTUlNRUVuYWJsZWQ8L2tleT4NCiAgICAgIDxmYWxzZS8+DQogICAgICA8
a2V5PkluY29taW5nTWFpbFNlcnZlcklNQVBQYXRoUHJlZml4PC9rZXk+DQogICAgICA8c3RyaW5n
PklOQk9YPC9zdHJpbmc+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBheWxvYWRE
ZXNjcmlwdGlvbjwva2V5Pg0KICA8c3RyaW5nPmluZm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3Jh
dGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBFbWFpbCBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBh
eWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3RyaW5nPmluZm9AMjRob3Vyd2F0ZXJkYW1hZ2Vy
ZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tIFNlY3VyZSBFbWFpbCBTZXR1cDwvc3RyaW5nPg0KICA8
a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLmlu
Zm8uMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLWVtYWlsPC9zdHJp
bmc+DQogIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5t
YWlsLm9yZy5pbmZvLjI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbTwv
c3RyaW5nPg0KICA8a2V5PlBheWxvYWRSZW1vdmFsRGlzYWxsb3dlZDwva2V5Pg0KICA8ZmFsc2Uv
Pg0KICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogIDxzdHJpbmc+Q29uZmlndXJhdGlvbjwvc3Ry
aW5nPg0KICA8a2V5PlBheWxvYWRVVUlEPC9rZXk+DQogIDxzdHJpbmc+MGYzNjIzODMtYmI4ZS0z
MTkyLWI5NjctZWY1NTExMmM1ZWQ1PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFZlcnNpb248L2tl
eT4NCiAgPGludGVnZXI+MTwvaW50ZWdlcj4NCjwvZGljdD4NCjwvcGxpc3Q+DQqgghHdMIIGEzCC
A/ugAwIBAgIQfVtRJrR2uhHbdBYLvFMNpzANBgkqhkiG9w0BAQwFADCBiDELMAkGA1UEBhMCVVMx
EzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg
VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBB
dXRob3JpdHkwHhcNMTgxMTAyMDAwMDAwWhcNMzAxMjMxMjM1OTU5WjCBjzELMAkGA1UEBhMCR0Ix
GzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMP
U2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBT
ZWN1cmUgU2VydmVyIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1nMz1tc8INAA
0hdFuNY+B6I/x0HuMjDJsGz99J/LEpgPLT+NTQEMgg8Xf2Iu6bhIefsWg06t1zIlk7cHv7lQP6lM
w0Aq6Tn/2YHKHxYyQdqAJrkjeocgHuP/IJo8lURvh3UGkEC0MpMWCRAIIz7S3YcPb11RFGoKacVP
AXJpz9OTTG0EoKMbgn6xmrntxZ7FN3ifmgg0+1YuWMQJDgZkW7w33PGfKGioVrCSo1yfu4iYCBsk
Haswha6vsC6eep3BwEIc4gLw6uBK0u+QDrTBQBbwb4VCSmT3pDCg/r8uoydajotYuK3DGReEY+1v
Vv2Dy2A0xHS+5p3b4eTlygxfFQIDAQABo4IBbjCCAWowHwYDVR0jBBgwFoAUU3m/WqorSs9UgOHY
m8Cd8rIDZsswHQYDVR0OBBYEFI2MXsRUrYrhd+mb+ZsF4bgBjWHhMA4GA1UdDwEB/wQEAwIBhjAS
BgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAbBgNVHSAE
FDASMAYGBFUdIAAwCAYGZ4EMAQIBMFAGA1UdHwRJMEcwRaBDoEGGP2h0dHA6Ly9jcmwudXNlcnRy
dXN0LmNvbS9VU0VSVHJ1c3RSU0FDZXJ0aWZpY2F0aW9uQXV0aG9yaXR5LmNybDB2BggrBgEFBQcB
AQRqMGgwPwYIKwYBBQUHMAKGM2h0dHA6Ly9jcnQudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FB
ZGRUcnVzdENBLmNydDAlBggrBgEFBQcwAYYZaHR0cDovL29jc3AudXNlcnRydXN0LmNvbTANBgkq
hkiG9w0BAQwFAAOCAgEAMr9hvQ5Iw0/HukdN+Jx4GQHcEx2Ab/zDcLRSmjEzmldS+zGea6TvVKqJ
jUAXaPgREHzSyrHxVYbH7rM2kYb2OVG/Rr8PoLq0935JxCo2F57kaDl6r5ROVm+yezu/Coa9zcV3
HAO4OLGiH19+24rcRki2aArPsrW04jTkZ6k4Zgle0rj8nSg6F0AnwnJOKf0hPHzPE/uWLMUxRP0T
7dWbqWlod3zu4f+k+TY4CFM5ooQ0nBnzvg6s1SQ36yOoeNDT5++SR2RiOSLvxvcRviKFxmZEJCaO
EDKNyJOuB56DPi/Z+fVGjmO+wea03KbNIaiGCpXZLoUmGv38sbZXQm2V0TP2ORQGgkE49Y9Y3IBb
pNV9lXj9p5v//cWoaasm56ekBYdbqbe4oyALl6lFhd2zi+WJN44pDfwGF/Y4QA5C5BIG+3vzxhFo
Yt/jmPQT2BVPi7Fp2RBgvGQq6jG35LWjOhSbJuMLe/0CjraZwTiXWTb2qHSihrZe68Zk6s+go/lu
nrotEbaGmAhYLcmsJWTyXnW0OMGuf1pGg+pRyrbxmRE1a6Vqe8YAsOf4vmSyrcjC8azjUeqkk+B5
yOGBQMkKW+ESPMFgKuOXwIlCypTPRpgSabuY0MLTDXJLR27lk8QyKGOHQ+SwMj4K00u/I5sUKUEr
mgQfky3xxzlIPK1aEn8wggWBMIIEaaADAgECAhA5ckQ6+SK3UdfTbBDdMTWVMA0GCSqGSIb3DQEB
DAUAMHsxCzAJBgNVBAYTAkdCMRswGQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcM
B1NhbGZvcmQxGjAYBgNVBAoMEUNvbW9kbyBDQSBMaW1pdGVkMSEwHwYDVQQDDBhBQUEgQ2VydGlm
aWNhdGUgU2VydmljZXMwHhcNMTkwMzEyMDAwMDAwWhcNMjgxMjMxMjM1OTU5WjCBiDELMAkGA1UE
BhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQK
ExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNh
dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCAEmUXNg7D2wiz
0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2j
Y0K2dvKpOyuR+OJv0OwWIJAJPuLodMkYtJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFn
RghRy4YUVD+8M/5+bJz/Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O
+T23LLb2VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT79uq
/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6c0Plfg6lZrEpfDKE
Y1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmTYo61Zs8liM2EuLE/pDkP2QKe6xJM
lXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97lc6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8
yexDJtC/QV9AqURE9JnnV4eeUB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+
eLf8ZxXhyVeEHg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo4HyMIHv
MB8GA1UdIwQYMBaAFKARCiM+lvEH7OKvKe+CpX/QMKS0MB0GA1UdDgQWBBRTeb9aqitKz1SA4dib
wJ3ysgNmyzAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zARBgNVHSAECjAIMAYGBFUd
IAAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20vQUFBQ2VydGlmaWNh
dGVTZXJ2aWNlcy5jcmwwNAYIKwYBBQUHAQEEKDAmMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5j
b21vZG9jYS5jb20wDQYJKoZIhvcNAQEMBQADggEBABiHUdx0IT2ciuAntzPQLszs8ObLXhHeIm+b
dY6ecv7k1v6qH5yWLe8DSn6u9I1vcjxDO8A/67jfXKqpxq7y/Njuo3tD9oY2fBTgzfT3P/7euLSK
8JGW/v1DZH79zNIBoX19+BkZyUIrE79Yi7qkomYEdoiRTgyJFM6iTckys7roFBq8cfFb8EELmAAK
IgMQ5Qyx+c2SNxntO/HkOrb5RRMmda+7qu8/e3c70sQCkT0ZANMXXDnbP3sYDUXNk4WWL13fWRZP
P1G91UUYP+1KjugGYXQjFrUNUHMnREd/EF2JKmuFMRTE6KlqTIC8anjPuH+OdnKZDJ3+15EIFqGj
X5UwggY9MIIFJaADAgECAhARPqGnDfxWAjllVebyCAZYMA0GCSqGSIb3DQEBCwUAMIGPMQswCQYD
VQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgw
FgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1BgNVBAMTLlNlY3RpZ28gUlNBIERvbWFpbiBWYWxp
ZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0EwHhcNMjUwMzEzMDAwMDAwWhcNMjYwNDA1MjM1OTU5WjAc
MRowGAYDVQQDDBEqLndlYi1ob3N0aW5nLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
ggEBAMQ03HFzHcaMPYoPPM+EmUAlAKfqxj+bTHlUcl5lZ0uPS2TcMCyRDXQPOE2Esl9PidcXZLIB
c5AQYtP4DbK0Ycduf5hlreKrQy6w8Zxf8mYPpbxEOhWXr7nAWGrN+9+FeLX1PjPj9qn5QDAzojZc
qN15yYBAso4eB4NKPOwKPoD/0e3/eN8U+kT7PJr2cD5ZnqnKOSiS59PUUVw16GVliySFumOG3vmk
m0kY0VBbR58hqX3dwpAo3KLyUYBPspGfHOdoncr+wLJcRkpF1UWm78kUL/zQ65WXE5d1G/ipjW6M
OF0AN5yK0BJhyGhjeeS4jGC7VX7NwpPXsI3HnxXe2hMCAwEAAaOCAwUwggMBMB8GA1UdIwQYMBaA
FI2MXsRUrYrhd+mb+ZsF4bgBjWHhMB0GA1UdDgQWBBTOCSvTMgTB/pcHeSGxIzyhNtmt8DAOBgNV
HQ8BAf8EBAMCBaAwDAYDVR0TAQH/BAIwADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIw
SQYDVR0gBEIwQDA0BgsrBgEEAbIxAQICBzAlMCMGCCsGAQUFBwIBFhdodHRwczovL3NlY3RpZ28u
Y29tL0NQUzAIBgZngQwBAgEwgYQGCCsGAQUFBwEBBHgwdjBPBggrBgEFBQcwAoZDaHR0cDovL2Ny
dC5zZWN0aWdvLmNvbS9TZWN0aWdvUlNBRG9tYWluVmFsaWRhdGlvblNlY3VyZVNlcnZlckNBLmNy
dDAjBggrBgEFBQcwAYYXaHR0cDovL29jc3Auc2VjdGlnby5jb20wLQYDVR0RBCYwJIIRKi53ZWIt
aG9zdGluZy5jb22CD3dlYi1ob3N0aW5nLmNvbTCCAX8GCisGAQQB1nkCBAIEggFvBIIBawFpAHcA
lpdkv1VYl633Q4doNwhCd+nwOtX2pPM2bkakPw/KqcYAAAGVj10Z0wAABAMASDBGAiEA/Y06V0ku
JSf/MYy9A7ieWOAYCiOgMhKbBUFMljt7uQUCIQCcrXcSiEm2q3QDc4nG2sN9bpWQ/hBIWOnOVnea
wzzsWQB2ABmG1Mcoqm/+ugNveCpNAZGqzi1yMQ+uzl1wQS0lTMfUAAABlY9dGWcAAAQDAEcwRQIg
XGRvpfJP/AjCvTznkJ9gXwcJn+bx0KSO/uCXjTYl5lgCIQCFryJjBFLc1CX2dLsPX+blTGnupNTe
+jnWxYPvyB6/tgB2AMs49xWJfIShRF9bwd37yW7ymlnNRwppBYWwyxTDFFjnAAABlY9dGZQAAAQD
AEcwRQIhAKaYyb7P/3H2OkGrCZkdhLHSmO5CrejkvvhsPnJACQJLAiBzfGpM9ajS4c5lGca6tEXo
C+YjTVJtDeubTOqPxBnzuDANBgkqhkiG9w0BAQsFAAOCAQEAaFFkZyC03GPELKjWDbNamh/CCbzT
3EhXLGeiGZjjKg9VTAgpyg4pLE4Vy4mJfGpOFJLMIt3VJs76WmolXCEtfH0DMii+w5CT1MnB+Gf2
0dJmnjgg6vZ+W8dkmXX5lt4VE3a6oFELSZu/eeByQtY/VKnRL/i3an1dkol8ltuvf7o8tMqu0MMd
cZfu7WQGBp2DuEnnx30+3GhmduD/2iPOqcWCRRGJdZ0Fup5ZE9zmORHi9yC6cRCkaqsOq+4egYuU
WfBJfTy/VMVwb6QegGuVU9UUMwLl1aZi0heE1SXTe/2Ce+om8zDb/zxssrLE4cHZkbvZtOnnNeOy
JAU2MoyypzGCArcwggKzAgEBMIGkMIGPMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBN
YW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxNzA1
BgNVBAMTLlNlY3RpZ28gUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0ECEBE+
oacN/FYCOWVV5vIIBlgwDQYJYIZIAWUDBAIBBQCggeQwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEH
ATAcBgkqhkiG9w0BCQUxDxcNMjUwNzE4MTY0OTA2WjAvBgkqhkiG9w0BCQQxIgQgI1OsbFFEGvL3
JAjVE8P3n9lz60UXn4+D9aXLmW2aTR8weQYJKoZIhvcNAQkPMWwwajALBglghkgBZQMEASowCwYJ
YIZIAWUDBAEWMAsGCWCGSAFlAwQBAjAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZI
hvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwDQYJKoZIhvcNAQEBBQAEggEAM8MS/j8X
K35KqY4Kwr1kmsIG32o3BQl4mK1p9K9RI/xpqB7APiZ3OKofpO0YLsSDYHT+lQvjC81ElygPk3Mn
Beay40et84u/zRdjimCbHGvvzBNo/qmQeHb1/awY+8yBtMEjcfHLvHpQiKzugAvyMa/Fm2x+7SVl
+s/7JfYJr83z7h75Ufmu1MLm9NexP5L87G3SsZln1IbvrmN5VkrjdsWzk1RaNbHKTzpW4PFITzQL
22QTtaggkyqgwGLfpBoG5P5+b2RDHaufk+xuHAlLwH7v0UiMkGqNvvN+wG8y+5A/lYNmoXZm29Bz
BToyPMu1RHJiFuNZSErAkTl8cE9N7A==
--mixed-Cpanel::Email::Object-2988297-1752857348-0.175020390257682--
info/cur/1754193684.M172226P3530204.premium320.web-hosting.com,S=33154,W=34001:2,S000064000000100602151007557650020123 0ustar00Return-Path: <3Dd-OaBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id kBHSCRTfjmjc3TUAVkXPrw
	(envelope-from <3Dd-OaBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 00:01:24 -0400
Return-path: <3Dd-OaBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 00:01:24 -0400
Received: from [198.54.122.200] (port=57054 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Dd-OaBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>)
	id 1uiPuW-0000000Es87-00Lx
	for info@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 00:01:24 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=SCVhi4fr;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Dd-OaBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=3Dd-OaBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvmFp1kC0z2725
	for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 04:01:18 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-88177d99827so25617539f.3
        for <info@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 21:01:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754193677; x=1754798477; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=NdIAo6vKgAFknmAXEKWhg07/OWZPmA1qAjZ9V9XgDHg=;
        b=SCVhi4fr3XpIbLnNjXqD7QdLWwaVyPdX0iuqOokpUEymKFMPRoE0O8dk+qp/3BY/xJ
         rGIkTSwSdgd0yXlEL6Otbud4IjvQIEoIsf9YxXShJNI97YxHoy/g/de7yzZPMgM3/+Dm
         aJNt3CLG76fZNIQHSyUxGVSFCWX/h3DqqPdR8Jx+OnmldkVazasnD6AH1adp7JyMmDVD
         x5lU6PRE/JktqrjkzPb54dABj+y1Mrc4qWZ90QPRs805Mb5zupcM9f6ChEX4PQb3dhNf
         pzygHOg7DTW20DBNkMst29Ev1oGtynpl0FT+r0J+kgR3/uWq3nSPvHhFaL5MjUOT+4iR
         pf1g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754193677; x=1754798477;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=NdIAo6vKgAFknmAXEKWhg07/OWZPmA1qAjZ9V9XgDHg=;
        b=u37hmixjOhFKyhhj8VthdSDk1Hp1OTUaNjKh0Ci1vUWBnKraM0A6OGkXHinLUwj5N6
         m2j+p2pUMftzFIcBlLO23wZe9HBV6pQQJtH/kVmG16POA7zzEavhHTKX2V6BENd3Alek
         5zeWvgjdDe8lVP/is3lL0lYX/uWOl5fE0NbRGguugypTV52lXJ0VJw8C45Dp4Rat4G7N
         OGXt0LfSAi66IOFbjBfuagU6hxlBcfGfZ/L3uZJ0a44ZTOcvGAghVLo8Tkn33X0Si7vt
         rE1mBXBYIlk24qTIVQS2jY94BFEh3TUA9X5FdK3f90dNgEJb/uflXWCzTVHAijo0doRx
         7qhQ==
X-Gm-Message-State: AOJu0YwSRQcaAKSsns4T3dw+IzD6I1DB0T1wjflSgg+h4PAJhN37jjrw
	GFZWmtgq5SlJE2bxiXe9gWE6xQud5kvrwu/D4G9heyyC25PQCZs=
X-Google-Smtp-Source: AGHT+IEFOwDUgnPMFoY98tZz1cw4m6ZsgieLflM5Xuc7cFK4RrQGXeg/O7SLIjXqaeuks2s4kB4fdhA=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:628d:b0:881:7352:c4d7 with SMTP id
 ca18e2360f4ac-8817352c8acmr493825839f.11.1754193677704; Sat, 02 Aug 2025
 21:01:17 -0700 (PDT)
Date: Sat, 02 Aug 2025 21:01:17 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: c3f93698b5da0000
X-Notifications-Bounce-Info: AWoTSIEO29GxK1jURwCyfHW5mWm1XNMvyGZI1OrgZXpk27ujrlbPO-F5ALnA2-nAM51cxh_jwckwmmenfs6S26q6vC2VMQWzbFTpMle0atk04wIhAuy5AFgWNB7uQ7_8QPtAtiLsHWnzScCvxLOSCDr2Qd3_d7-jviHHxxNDcmFnlpmX7505bxuffcfyNzUi6I7ySbkEn95ZpjOi2GNRymWfGyFk248EIQeHA9_pWTHAzAecR5hqLi4qyWQqejyecTpEGVBKTE1iKpSArgKaKS3kH19zLnclm4AQ47v6TVW5b0HqbqLyxfSk5mba-Vt-OkcRSlCNzQHkOyxAyyaQmn0prq0lw8gsZkNLn2WVzPDhupPgy4ENNJUH0mBFL5yJGGilr2xIg96y0S_pLkkK9EPk244wrRC0lp4MCzJdoPcmxyuy3i5BMyaYwBVz8_j3E3Mr48c8bxOXmplPIEb8ou_5qpS5RjsQEc08ZIN8ABYJUVG8ACPWu2Bx_AG1BGhVIaRfktLyCOqa8JWdsxvD5nw3PPvQAd-ecwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <9dc6c266dba266d6cfa5a5325a7250ff9eaaf800-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000006e061063b6e0bc0"

--00000000000006e061063b6e0bc0
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQozOTQ2NQ0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzI4NzQwNjE4NzY2
Nzc5ODA1OTIvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTM5NDY1JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cFdsT3RKc0VoYVMwWWRQVDFsQjFxZEN2X3JSVkZkb1piVkJhc28xWTRt
RHBaY2FIM1RWTXpxX1lHRnBOenVWVkMyc1VTVlFyaVVFZ0RPbjN2TUdfcXZvaG5kaUNJWjRQUW5Z
MVY4OHd1MUJBbDgwUHpYa3Q4cFZZWk1Bdk0+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvU2xFdHphTW9i
elJnMUo0TkFZZXI4OE9ZUWUtbVpYRXhhYU9nN0kyNk4tczkxeDNaaVk1ek9nUVdfQUFJV3hnYWdu
elAzOG5qZmRUdDZXakRpaEhOc1lDMFBaWW9zYzd6VTlRbGlWX0FTOEhwSWZiT3ZjMFotRU1mTkRu
dDRPVWhOVFJjcE9tWUhyOGJ2OGFTSG5LbS15YWM+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgaW5mb0Ay
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5b3Vy
IHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1hbmFn
aW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBzLiBZ
b3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0KYXR0
cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxodHRw
czovL2J1c2luZXNzLmdvb2dsZS5jb20vbi8yODc0MDYxODc2Njc3OTgwNTkyL3Byb2ZpbGUvdmVy
aWZ5P2hsPWVuJnBpbj0zOTQ2NSZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXFTMHVH
Z1NXbnotX3RXSUJQZUVVUXgyWWVfalIzeXVOeExHMzhONFdES1Z1SjVXLTk1eTA0REE3Rlk0c0RY
eDctcTFkbGI3SlNvSGJycW53bWNnMDFWdWxsS3hkcjA1WURuODdRVEttek5rYXYzMUJ4LWhiN1FO
bE15czRGd054bz4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5p
YW81cFA2V2dOU1dRLTJUbi1SN180QWE5dTg1eFpvaC1tWk5rdkZXRmhSdVMtM1BnVzZxQ3liSHc1
V3NickNRdFdSUlk4aVBCbXhBcGpxZEJsUTg2d0NucE0zSndTZlppV1RhQ0VOM2dGY1lfYi0wNjRi
WG1kQXVPcFdGMTVUVjhPYjVYMU9tUEZOV1M1bWxPbDBvRG1uRXRQczE3VXVQekVkZnVOLWhlTXZw
RT4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBoaXRo
ZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNvbSAg
DQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwOFl6S2o5WHJoWDNGMXI4TFlMdXQ5NEpsaHVhNDFJX3Jo
a0s5dmFSQ0ota0xNZVBqNEpCMHNabVVWX3BDUTQ1cjBrYVc0WVNyOWtjTkJNWVQyT25YWmxaM0pB
Z0lCSC1OcXBLSjd6XzNLM0xxMElZRjNZYU1EY05hTi1IUm9IanRHaW5BPg0KDQpZb3UgaGF2ZSBy
ZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5nZXMg
cmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--00000000000006e061063b6e0bc0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/28740618766779805=
92/profile/verify?hl=3Den&amp;pin=3D39465&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5oTSy-uW_HBOwOhaDHZdrpKadyI7lPp6t35MN0_Y6oBhi8pt_l65E4ohKjWqrzpvb0OMw96=
HdJFjihAN0UMSDhSET-WNCql2Vs23aSAIvFW8WdSplTTCTc>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">39465</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2874061876677980592/profile/verify?=
hl=3Den&amp;pin=3D39465&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pPHvmzRXdkdw1=
jJ3b1fOE1sp9754kBBARPk68qJeZbIczLPqcEwvFnaDYWQhYcrtRsZujtcb3WMuQhC8FwetNcSS=
dT_Y4IZLwaW0a_fpkpoZvfuFC_nlU1zzDRBv1XdQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2874061876677980592/profile/verify?=
hl=3Den&amp;pin=3D39465&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pPHvmzRXdkdw1=
jJ3b1fOE1sp9754kBBARPk68qJeZbIczLPqcEwvFnaDYWQhYcrtRsZujtcb3WMuQhC8FwetNcSS=
dT_Y4IZLwaW0a_fpkpoZvfuFC_nlU1zzDRBv1XdQ target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2874061876677980592/profile/verify?=
hl=3Den&amp;pin=3D39465&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pPHvmzRXdkdw1=
jJ3b1fOE1sp9754kBBARPk68qJeZbIczLPqcEwvFnaDYWQhYcrtRsZujtcb3WMuQhC8FwetNcSS=
dT_Y4IZLwaW0a_fpkpoZvfuFC_nlU1zzDRBv1XdQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5ojr2LbP2vM5xhMgx=
iLChaw6aw1wu9l_nOJcI6oAwFst-0JMZGFON_QMIrwslc53Z1zgrwO6u4jHovvZ4OkxoMRmmbPV=
BcxTeUbXLy8IT9jxVQpj04NIEMf4dKAHz7ul26TD6TD-TYXswkvGcgRQEXW7PPqxQ style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">info@24hourwaterda=
magerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2874061876677980592/profile/verify?=
hl=3Den&amp;pin=3D39465&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oeISVJaeBxM-A=
_SbrC_l_OOma3K7v9RlsmqIskEo3SXQal4XcHNxqwOm1OhDrQApBBgm6VrXm02ESSUB_GMh2jAs=
tAzM9YV_Ox_A_W9wUSB3ERoio-Xp6KLVOTnBa0HNDJbA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2874061876677980592/profile/verify?=
hl=3Den&amp;pin=3D39465&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oeISVJaeBxM-A=
_SbrC_l_OOma3K7v9RlsmqIskEo3SXQal4XcHNxqwOm1OhDrQApBBgm6VrXm02ESSUB_GMh2jAs=
tAzM9YV_Ox_A_W9wUSB3ERoio-Xp6KLVOTnBa0HNDJbA target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/2874061876677980592/profile/verify?=
hl=3Den&amp;pin=3D39465&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oeISVJaeBxM-A=
_SbrC_l_OOma3K7v9RlsmqIskEo3SXQal4XcHNxqwOm1OhDrQApBBgm6VrXm02ESSUB_GMh2jAs=
tAzM9YV_Ox_A_W9wUSB3ERoio-Xp6KLVOTnBa0HNDJbA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5pMEZwSjyngy1LGUuIKvBXeqPc77ITfnIXogH6divBwYhnp3Nj9Z9vi8P-3BGDiA8agwQG=
70xyzdqPPAVxCDdRHbHu_IwNkSoL80chbSIEzOMqYeLhYbVRLHIHu3948_T7LbnIhBzXtTJ9WbR=
iaERoINngEnd-1dwOm-n4E1bL2Fw style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5recNjbOcs8Cv3uZPkRaM9fBiDqkX_f9FRMrcjorfU1ttFGbaqJeBA6AzDsq7GMqbRGnuOzlCA=
hILsxaYr3aXOHUlce849vjZgVJQA0F5qjJG8_UL2uw9mUwD4qiBPsPFqE3Ho0nw style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pXDONujRYPKHDVYhEaeaQ0LBp8LI7kYCgX97n3bs6WRzcTCAEMRNfJ6uBWvoIVmo=
g0TXa02L0B4FRsFb8WjUVnXyf499drFdHHksSdN-gXmrg8V7gZdDRAmstxyqeliVmihA.gif></=
body>
</html>
--00000000000006e061063b6e0bc0--
info/cur/1754559596.M699729P1090488.premium320.web-hosting.com,S=24757,W=25534:2,S000064000000060265151007557650020234 0ustar00Return-Path: <3Z3SUaBcKAOwPigWbSggdfcTWZS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 8D2FKWx0lGi4oxAAVkXPrw
	(envelope-from <3Z3SUaBcKAOwPigWbSggdfcTWZS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 05:39:56 -0400
Return-path: <3Z3SUaBcKAOwPigWbSggdfcTWZS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 07 Aug 2025 05:39:56 -0400
Received: from [198.54.122.200] (port=43885 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Z3SUaBcKAOwPigWbSggdfcTWZS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>)
	id 1ujx6K-00000004dDm-2FWA
	for info@24hourwaterdamagerestorationlongisland.com;
	Thu, 07 Aug 2025 05:39:56 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=VkzvZ1Sl;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Z3SUaBcKAOwPigWbSggdfcTWZS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com designates 209.85.219.72 as permitted sender) smtp.mailfrom=3Z3SUaBcKAOwPigWbSggdfcTWZS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f72.google.com (mail-qv1-f72.google.com [209.85.219.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4byMZc1CWHzC2Dy
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 09:39:52 +0000 (UTC)
Received: by mail-qv1-f72.google.com with SMTP id 6a1803df08f44-7073b4fb53eso16843646d6.0
        for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 02:39:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754559591; x=1755164391; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=MjE9lbNsIMONGjig5ypsjn0KQgI40GQTowBzpTcnlzA=;
        b=VkzvZ1SlxYBoOSeMLwgkwfrW4ehEpmIEX4HPCugxGftp1qVI7eRFqvi3fJZN9hlN3A
         OyiQtl0cEBqBAo5JOEPg6vMYux+2JS8vJwAo3VUOT/Hr1TuYTtaZwusmUJxn6f2clQ5c
         lozoG4IeZ9XSdOLUfx3GKtBX6Tvs0nlSSl0Ud9S9p2ewNB/8I7hfqHNVAMQWwXPwnpc1
         koNveYKMc7rxx9uWqrStQnXZNHz1GyvrACQxfmQPrzgODimz84uohQ/Yg1WKks91u3+u
         J2Uw9X+LDVjkr7yo41vWCwojWwPpV+VMu0zpGGqpyF5ZopYnjRTcv8fBVqgj6WyCIUib
         Ur4A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754559591; x=1755164391;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=MjE9lbNsIMONGjig5ypsjn0KQgI40GQTowBzpTcnlzA=;
        b=ZeHE8LY+CoBn1LwzP+0Gq+eKr0iPK5JAHtKy/VsFu9RGynowHd1vCNLpJyA9ek7y9D
         gmPiNO+kn3Fji/LP0dgPWYmLlkDt3RP/Bk9e2RDQTeyX3QWibMxvW+uOBm9ZFJGl/k2t
         YefhZj6io4EMto30iSmfXZBrpaEm0Wh90exJMuh7idFYUt9BEhDzxRD7tdPPNEkvJw7F
         Zb7OzrBv8uG6a8pj+U3UUc4LvOncoHvFHlYc3INZ7KLKsAYBP1hKQGM5zPo5I/k0Nq2v
         HL8mwWL5Y3PainhrvfNZjtAO0zQW6JH1zr9hj+U2jS/96+z9ILAegpga11SO1HNGa7jt
         sJ6Q==
X-Gm-Message-State: AOJu0Ywx4gJXJtKjKV8OCUmPVbtNBzy+OIN6TImnU3ieUZ3WZ2ZX0zXi
	wkLe1frr+Ee+Lf+C3bkuHGGpusn2gE+vObMa32xVo+OkCyGdtO8NXY+Ka4Ny
X-Google-Smtp-Source: AGHT+IEJmQtTV2KCgjORL1DtsTdduxf2Nrxf2C2ebrsGs3QV/NPHaAeqkN6TLIiBIiM4CyCkUxt0ut4=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:500f:b0:707:3891:a072 with SMTP id
 6a1803df08f44-7098a4bec0amr33987866d6.0.1754559591593; Thu, 07 Aug 2025
 02:39:51 -0700 (PDT)
Date: Thu, 07 Aug 2025 02:39:51 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: fa7d941d9bea0000
X-Notifications-Bounce-Info: AWoTSIGvjKu3ZxgVIuG_gVht24VDgKn5VdKKeEQH2tqM_gdt0NULuVG5OIqqovedrgAz7ETClQlzlQbEAZMJIRjXgAW-SDGvcuKDoB7ml5ICTD3TdGTiMh9jQ9DmikvrCRsjTlA8ti6w8YnI4NxFmcr7DsLW3dWaNUPYohtekNXUEYj77NSHM9LyGwQepgBJVL7sD7zKOyLbNIT3Ys8T_uzUGGxO71QIePMWObjtjLyy1UmXnOXl2WVTos6nwZv8WX_a5T77zeL628dZegP0FHn0ztzUs_sEfblQFlByJQbm6k2SJSjw_5dbOW-OqLwoWTYsy_Q4A1Xcp8XgNicknfy3MjTEtWu8P8E6D1FjjPPdieTLs2efpije-zs3CPENIzWjn9CVk-WSNXpKKCwi22TlCy_1zQciXglB9k6u0xQNFkFnJrxP49CHBbbHl8F5qTTKqe3O4296GuL6tfT7bQcBgNuoMlT7QFunwWTgSID45rwBSqlBHkSMaJuXUBgdVZGS05XGt0a0yuTnIsLhenhrnMW4z1TpoU1x7LrdjtPO3fVtLLXIDQIbQOyhJNLPuy2aB4fGzrXxMYg-yZxyJOzx9YE9SHA1ZOZhWhOsDaVKewKiI3GX0unfsmK2AcANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <9cc1033f277b9d3e5d5e47cffeb1f6990ff65de8-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000031b584063bc33d71"

--00000000000031b584063bc33d71
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/9805682647963008288/profile?trk=https%3A%2F%2Fc.gle%2FANiao5pwCzchdeD5AWYCr3hKh01ihW8jWC9Ov3F1TwXPRokGrrMMkJo3Ad4Pz-B7tZrjnkJrcFFxfG-1ybf54d9f6f27pIX3aORRmFUxFHmlqW2EWCJMD519pbGjOww>  
at 1629 Sheepshead Bay Rd ste 2, Brooklyn, NY 11235, your Business Profile  
has been suspended due to policy violation.

Violation type

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

Learn more about our suspension  
policy<https://c.gle/ANiao5pF8boMFSwXVEFP9tEF-jXgtobE8T6LTC8SM4N6RtK3gDIn3bHpLBlywsvMQ2KtwWFkPOma1OMsdWtyWd9t_s88jhkRFf-8Biu5TyVueV0LY-bc1aESkgjW2-rJrfmNszsj2DOQGfLewcZRMwpapx-1E5u2BRHOAFif3C6TZoK5>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5rBHQGx7NJ8cChMalUmKCNvgDDuu4gwghmKVzSWFB1VmJiOv4HU35Qc1Wl10WE1sVRuytLAXyYQ1UFLWZmM4fh-amRaI6DnIE5DGkwM1pZbHOJKjzr5PYIuRAKy2j0KTeOTTiOYVr61Um6Cuywu-3XeuxC3SOh-8MHfKeLh4VqTx64_Kcfc2sX0PFARYDwqLt2eXZ0Y5VukrykeeJcnUPoel8HWvW37DjeaHHc5fA>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pc23VE6BgI_KRs9EDy4VRNCfXovIkLLYKpEdUOc994DwvR7OS05aVe_Gs1eTmEfgNdYI0JPqbMfGgEkKXhCLGONapA8Q52d_mnvsRsAYN9IvXDcluMZ1Mov2wy0Tsz8ThQawE>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000031b584063bc33d71
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5qg5zQzlU4YDxVWGnDnlV9Xl0U4z=
9-0F1kx3WkA5oI36cTf9quYx7fmSyTX-c_L88IvGCUB5qh_aTFjnzjZLlHVTAtcpupUbRZm1Fou=
M0Y6h8vXrf6s3mx3rDBPPwl_DjeNNFE83YDHVHo5o0TI0VrBYeUrcA9BPlkZ9mgGwZh_RUWNOeM=
MEP3JyR64zMd57EwSC122IM0BNQaHgE5kk8QZHiwuxXNRD8FNwfikIYIL>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/9=
805682647963008288/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ryzsI0rWIf1cd7=
5y_eotjjjAS8tZO9_xPX547XpJ7goA4Z0PWZcHICc6xM2QXHwROU2sZF1SRgF412GgnZFBGgZ1M=
E3rRwpYNNlDAop1DdPLq4s4auWw9NYyqVng target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">1629 Sheepshead Bay Rd ste 2, Brooklyn, NY 11235</=
a>, your Business=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5obFfI95EviLIRfKKujouEFyF=
GRx1hmqep8GLC_s5fXOu3Rltrbhlz89NTpEkxjyPh1rM5_yenYG4Vc65fB1V0k1f7HuhhRjVAYg=
vRt-QbGhSTmRqwa6hW0utVmRF1tedU5ZLRNPBT1EOm2YCGNby1f-HEtezC3AD6NtUYx7nsBjJk =
target=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension p=
olicy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5p5cQj8dv2GwzCxzcScgPA52J67QSf5jsckl6k5u33nxf3=
eAkiJUcwl5CkIFhn-M-dKjI6lhN-xExgfoMwExrB33fOgDjBLN07B_jlhyR1kY8Q0eCMoWYDX3w=
LvaE2F2bon3DHnPk5zUD5znFk_DL4lW731KN7JO_Tg7ticWFcQa7sfSgqasyBxCW2PeBVhCoKTY=
8TSyd3c26ec_J8o9Jd5KIq0NKjypnE3_flWSFBI target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5p5cQj8dv2GwzCxzcScgPA52J67=
QSf5jsckl6k5u33nxf3eAkiJUcwl5CkIFhn-M-dKjI6lhN-xExgfoMwExrB33fOgDjBLN07B_jl=
hyR1kY8Q0eCMoWYDX3wLvaE2F2bon3DHnPk5zUD5znFk_DL4lW731KN7JO_Tg7ticWFcQa7sfSg=
qasyBxCW2PeBVhCoKTY8TSyd3c26ec_J8o9Jd5KIq0NKjypnE3_flWSFBI target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5p5cQj8dv2GwzCxzcScgPA52J67QSf5jsckl6k5u33nxf3=
eAkiJUcwl5CkIFhn-M-dKjI6lhN-xExgfoMwExrB33fOgDjBLN07B_jlhyR1kY8Q0eCMoWYDX3w=
LvaE2F2bon3DHnPk5zUD5znFk_DL4lW731KN7JO_Tg7ticWFcQa7sfSgqasyBxCW2PeBVhCoKTY=
8TSyd3c26ec_J8o9Jd5KIq0NKjypnE3_flWSFBI target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oXYRwd1Xo7de2ovMA-63VDtJHZdoWO2rewJjOyzXfSvT=
SbUdPP927_wKZZki_ARbllWvoM-koc7ea3gyVTHmPZR_wKbvNHw5qNOgY7HUXFtI6yqtfLWgxsq=
qXVrGLtaKMlApXOrg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pe4UJXmDM9hyQX2Hv45tlevCxFPaEgGB8spCai9Ud65AXbKLzpHf0AmSoW69z4LL=
PHBjj6xC5U-XWOQzgi8w4TlxD4sxjhp6hZ2Hy2LviKOdYp5RJqts7Gnshan9C-elGKgw.gif></=
body>
</html>
--00000000000031b584063bc33d71--
info/cur/1756368255.M787386P432111.premium320.web-hosting.com,S=17198,W=17508:2,000064000000041456151007557650020000 0ustar00Return-Path: <3fA2waAoKAKMVF-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id uEfWLn8NsGjvlwYAVkXPrw
	(envelope-from <3fA2waAoKAKMVF-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 28 Aug 2025 04:04:15 -0400
Return-path: <3fA2waAoKAKMVF-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 28 Aug 2025 04:04:15 -0400
Received: from [198.54.122.200] (port=35988 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3fA2waAoKAKMVF-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>)
	id 1urXcG-00000001xaA-1soM
	for info@24hourwaterdamagerestorationlongisland.com;
	Thu, 28 Aug 2025 04:04:15 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=yiJbc9Zg;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3fA2waAoKAKMVF-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com designates 209.85.128.199 as permitted sender) smtp.mailfrom=3fA2waAoKAKMVF-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com
Received: from mail-yw1-f199.google.com (mail-yw1-f199.google.com [209.85.128.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cCDSb0VvPz17qP
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 28 Aug 2025 08:04:15 +0000 (UTC)
Received: by mail-yw1-f199.google.com with SMTP id 00721157ae682-71fbb9572fdso9972507b3.3
        for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 28 Aug 2025 01:04:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756368253; x=1756973053; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:from:to:cc:subject:date
         :message-id:reply-to;
        bh=ycQE7yXCT7rYevjCcgxoc3LqzUvkLi6aCYEygHHkUtw=;
        b=yiJbc9Zg+Zf26eiU+lKYuSg/sWURWXcxid/t2BqVFrHR7TS6ymdmqT8pc3zYh4lyo3
         ljxnYP8WRrPH28wPrnlmMqNG90ang1MAwCRn2FQ2ZB+dge0g8Aq74D3vz1Ur8HMCHS9p
         /FPrKzQd1bLau5MCvONU5LKVL1BcFjjpk17v+qo5hJQpd0MyuC7NcI+cbZ12Q9cXKyf/
         dWSelr7cy8NP/CZ4XYiA72qY1xSKN6PJyq/mrf3A+EF3ZNZzmbahJkWodOLOMMJlRzAW
         kTTc0lytasloJhYjIbbM50E+9mEUcb8JEdD3IMQvngEOYE/1Aq5VQmcXbX/BE69RxwQa
         ZQwQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756368253; x=1756973053;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:x-gm-message-state:from
         :to:cc:subject:date:message-id:reply-to;
        bh=ycQE7yXCT7rYevjCcgxoc3LqzUvkLi6aCYEygHHkUtw=;
        b=kDuDa55dZgUYlZLwHGJUWG0GjUuY8acYx5LGYX/knaxkaEICJEZhqMwTVgct3dthK0
         3EKiuYGup+Lf1z3lZ4EAmYSDf1OdT0yexrXwkecXUS/7qtPGwl5oVgQkr61/RYAKfEDP
         ckypTdtgGf8IRYY6j0piV6ECkoMGQacpFx6GmiVZHdneimJY/BUILAmqDbMHMoLzw0Yc
         o9RjUmSg6H7hVODoIlzv1p00W6XRyHWS4xC5eXcYD/AvOYGxjGr3BADrCocVgxkMzJzI
         i2LapCFEFThcxQRzEIQIFSps8cVxmObK4iexggieeGiEYzH6V2fZf+m6FNiSnW/Vq53w
         Lg7w==
X-Gm-Message-State: AOJu0Yyo3CfUvSIJEAhyDpXaS48VupZ8oMLOYPRUX5vfiZB6sds/Z3d0
	tcdhJYK7Ykc5rxdVmMy0ULo7MArj/1XIiAZgPdi1PTZlyOQg1FHkjt4rL94t
X-Google-Smtp-Source: AGHT+IHRIBacefnCtv2HvZFG1C+TBE5+dfwK0ZW0Wpnc178VxWAeHk+bKGwN8O3A1fL+CwCPYLZ+bS0=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:289:b0:71f:b624:323a with SMTP id
 00721157ae682-71fdc2ea7d3mr271063237b3.22.1756368252885; Thu, 28 Aug 2025
 01:04:12 -0700 (PDT)
Date: Thu, 28 Aug 2025 01:04:12 -0700
Reply-To: Google Search Console Team <sc-noreply@google.com>
X-Google-Id: 5835522203189248
List-Unsubscribe: <https://c.gle/ANiao5qC5SsOrTNO4CbKg8q7Y_CLoTprMM52Q-SEDPgekINBW7dJlIXSsIJ65uJMmZuFJw1-9F96vfMdsOb8Dp22fuvPrExMq3D9n1ZoielmNPvjNrclEdu6mgyTZN4N6Q_pIQ0T9-8rCH7pzcOE4FIA0XeGbSbMp-CnlG7X_0I7SZRNchRGJx4l3NaVdH1KWKqGjmKyapq6rketGHBAbm7uqGHYeXaNWvDl7-d-3ILh93Lusc-jM00swvOsJauqs_mH8FN6GCFbgaU-MrOduVZwMN8yoI0iMzceFx9IiBMgN17FqDTOiqcy7O2BJAsaudzShYNb1Y7FAWWxkp5a2RMhUNBaXLS3uD_uLeFy1LPkdSTLRnFKmeAkQ2CKcsZHzXU-YETfF2cQnwr6rDUY>
Precedence: bulk
Feedback-ID: P-38-0:C10030322:M100058679-en:gamma
List-Id: <6e180ccbadfa950a9b941acac5723e4f395dc930.google.com>
X-Notifications: c426aac7bb1a0000
X-Notifications-Bounce-Info: AWoTSIG0aT6Qq71fKvbhw8w7_5zTyw77ClH6sbUKCejEb1Nz4FIpwwiwyw6OfrVOmyXkeFTi6V0mX1THe86psMgkFA265noaYSTZUOXp3CBsWwxHoPPLRzRxTjgj6b8B8dIEV86KvQ-5QYXBr028cfBsH12wax5iv5883DNTgN2NbRA9zBo94lB8w8tuw4F99sKNAU9G93oEzgXWM0zRShvFgWV2vx_aSnAWVWy9Q8iOO3M2qS3EjmseLHNNeg2q9gugWgw3f95s870oHLTfzbkm0I5eklL-tQOPDvnpi-KQVkE6Gfh6tIoN7dIfab2CyFMjlOittQbr3me5wsRfN76idKeGdeLihgLvEZQn2xrXCrpDe8QAhLvRnK3damEOPeMKs-pn317-PN5P7QCbEn6Ig-s-aKrQUJtm-FCP1vUJ00AY9EjKyqc48PkpZopa2Eo752-3_UwMW4XO77rOttIwBCiehJN6VzBT-oZPmXQ-BYg92xgHM2-rx5zCnjszPrjkYSCCetrtW0PkEQMNiYRzeLH6SxfKku1invt40Xho95S0R_inw5Kwvmt2uEBZaiTjqVpeh_Szx_RzQoz8kxjqZiIIOJGPVtm5-xOmO3XCrQuSlmgek7rGtCmAC6TXwKrxi2c3IfzuPPv4-VVmnjjyCA2KD1NSNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <65414f7a3c6428a3914f62cceeb30d6a11c1d649-10030322-100159012@google.com>
Subject: New Product snippets structured data issues detected for https://24hourwaterdamagerestorationlongisland.com/
From: Google Search Console Team <sc-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000cedae3063d6859f9"

--000000000000cedae3063d6859f9
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KRnJvbTogR29vZ2xlIFNlYXJjaCBDb25zb2xlDQoNClN1YmplY3Q6DQpQcm9kdWN0IHNu
aXBwZXRzIHN0cnVjdHVyZWQgZGF0YSBpc3N1ZXMgZGV0ZWN0ZWQgaW4gIA0KaHR0cHM6Ly8yNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20vDQoNCg0KICAgICAgIFRvIHRo
ZSBvd25lciBvZiBodHRwczovLzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbS86DQoNClNlYXJjaCBDb25zb2xlIGhhcyBpZGVudGlmaWVkIHRoYXQgeW91ciBzaXRlIGlz
IGFmZmVjdGVkIGJ5IDMgUHJvZHVjdCAgDQpzbmlwcGV0cyBzdHJ1Y3R1cmVkIGRhdGEgaXNzdWUo
cykuIFRoZSBmb2xsb3dpbmcgaXNzdWVzIHdlcmUgZm91bmQgb24geW91ciAgDQpzaXRlLg0KVG9w
IG5vbi1jcml0aWNhbCBpc3N1ZXPigKENCiogTWlzc2luZyBmaWVsZCAiYWdncmVnYXRlUmF0aW5n
Ig0KKiBNaXNzaW5nIGZpZWxkICJyZXZpZXciDQoqIE1pc3NpbmcgZmllbGQgInByaWNlVmFsaWRV
bnRpbCIgKGluICJvZmZlcnMiKQ0KDQrigKEqTm9uLWNyaXRpY2FsIGlzc3VlcyogYXJlIHN1Z2dl
c3Rpb25zIGZvciBpbXByb3ZlbWVudCwgYnV0IGRvbid0IHByZXZlbnQgIA0KdGhlIHBhZ2Ugb3Ig
ZmVhdHVyZSBmcm9tIGFwcGVhcmluZyBvbiBHb29nbGUuIFNvbWUgb2YgdGhlc2UgaXNzdWVzIGNv
dWxkIGJlICANCnJlY2xhc3NpZmllZCBhcyBjcml0aWNhbCBpbiB0aGUgZnV0dXJlLCBhbmQgY3Jp
dGljYWwgaXNzdWVzIGNhbiBhZmZlY3QgeW91ciAgDQpzaXRl4oCZcyBhcHBlYXJhbmNlIG9uIFNl
YXJjaC4NCg0KV2UgcmVjb21tZW5kIHRoYXQgeW91IGZpeCB0aGVzZSBpc3N1ZXMgd2hlbiBwb3Nz
aWJsZSB0byBlbmFibGUgdGhlIGJlc3QgIA0KZXhwZXJpZW5jZSBhbmQgY292ZXJhZ2UgaW4gR29v
Z2xlIFNlYXJjaC4NCg0KKipGaXggUHJvZHVjdCBzbmlwcGV0cyBzdHJ1Y3R1cmVkIGRhdGEgaXNz
dWVzKio6ICANCmh0dHBzOi8vYy5nbGUvQU5pYW81cmlzYVI4RTVzUXkwUTF0ZDNSdnF4WGtrdncz
cGRFNjV4QkY4RmtmUzZmM3RFanB0bUZYejVyUE9KTExkMzFTZ2gzLVExZDl2aDR5M3FaMU05Mkt1
VlBHNUFET0V6M25TNTE0dFAxaTVnQmwwNUFIRzdWUWpyZ0FuYllnWU44T2FVY3BvX2V6TkpsNWxU
cWJRajNSektHTzVIcEJMa2dnZEd2dHpXaC1Eb2laYWFiQjFUOEpWRUstLUVEZW1nV1lVNHlLeVZu
cUEtWExCdEhwcWM1eHBlbVRqSFJkNnl4czJhZXFCYTM0dnRQR3ZRc3RGcS10Ylg4Wmk3dEZRbl82
a1J0YmRQUTM1ZzBaRHpFZmRGbVJSTFJWd3Rza09yZEk2SFV5RkVReFBIZUFHMDR2MjI3NWY1RVFY
RGpuTzY0SjI0SXRqX1FuT2d1dWFmWlFOLV9NOHRpRzlXQUduSVZxU09INklwY3VvU19mMkhiNERZ
TWRxa3luMlFqDQoNCg0KLS0tLS0tLS0tLQ0KR29vZ2xlIExMQywgMTYwMCBBbXBoaXRoZWF0cmUg
UGFya3dheSBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KWW91J3ZlIHJlY2VpdmVkIHRoaXMgdHJh
bnNhY3Rpb25hbCBlbWFpbCBiZWNhdXNlIHlvdXIgc2l0ZSBpcyBsaXN0ZWQgaW4gIA0KR29vZ2xl
IFNlYXJjaCBDb25zb2xlLg0KVG8gb3B0IG91dCBvZiB0aGlzIG1lc3NhZ2UgaW4gdGhlIGZ1dHVy
ZSwgdmlzaXQ6ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9uQ1JLYnlKY0pYU1BrSmJNV3RyODky
anU5TElMaE83U0FIa0wyRGJSZHJFTGlBRXN4b3FJRVZLRzY1NlhXVWV5X2o2cFE0Q3pnUFVIejNV
ODF2amFnVm9URVRPRHFiZFluTkR5ZzVBUVBFY2hxMTBYS1owaHZSdHExSndmRjBNalZQTTFkNlk3
MFVrVGxxZXBLa0tTenBteGhadG12X1NwQzZFaTZuSWFIZnlxQUl4OWVXdVdHc3Q3ZUpRYWJtY2lp
ZUVKMGhXdzdyLU0weHFZRV9idS1kZlF1ZGs1U3RpLS1mbEZDRG9oZExzck53cXNPbXluX0lxTHhr
d3FNUkxaRVdsbmRIRHJiaDV3UmwtWHpUdzBTQ0RMcWN2TmI5Y0ZXQjZDUDdpTElObXNjQU9HZGN1
TmhlRlJwVGFNRGdHX3BvZXA5VlNKN2RnbnRHZnVnYWVMQmotWnJnUzVBemFqcTFlMVJPZlI4TXFG
ZUZrel9IcnFqYXNxYldtT1habUtDWXEtOWJUeEhMQT4NCkFkZCBwYXJ0bmVycyB3aG8gc2hvdWxk
IHJlY2VpdmUgbWVzc2FnZXMgZm9yIHRoaXMgU2VhcmNoIENvbnNvbGUgYWNjb3VudDogIA0KaHR0
cHM6Ly9jLmdsZS9BTmlhbzVwYWxvYS16VXJpS3B6Qmd0SFlvcHBsS3RtUGpLN1dLTHF1dnNCQXJh
N3BISHVzSEhqZmNJSF9zNjVsZnQwMnFSUXVDdkdRenpIQ3ZBcVlaU25wenFBZjRNaEVPTC0yN3Zh
ZnJ1SGY3MVVkVmN1aFN5Tm16emJTeDl2R20xWFhxT0ZtUTlDQUVpV0F0UGZ1OWxoS25BM255Mmxj
Sk5KMWRUblJ3ODdfVFlrUEdVaXBOUW9naUNYUnEzS2llSEk3TzJjNklVRkw4MXRDdFZQdl9CaGht
RHQ2Vy1WaElXbW9WS2RUSVljMDVHVktjSENGSGZKcHMxd3VSNjB5OEZCa3RvODBNR3hWR2tPMmVZ
cXV5Z2tKVV9ibW9BQmplZ0IwMmt0eUFJQTEzVEl5TC1Fb0pGNzRUQUY4bFVaNVlqVWRITF9WLXNZ
bFhwcERMeGd2SWpoaVJSQnJvMVpibFJhNVBQak5DcTFzbTZvWkVicm0xaE02VG1iNU9BU1RBQ2FI
TThncnhRMjBLZzhqN2d3DQoNCk1lc3NhZ2UgdHlwZTogW1dOQy0xMDAzMDMyMl0NCg==
--000000000000cedae3063d6859f9
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable




<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang=3Den>
<head>
  <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
  <link href=3Dhttps://fonts.googleapis.com/css2?family=3DGoogle+Sans&famil=
y=3DGoogle+Sans+Text:wght@400;500&family=3DGoogle+Sans+Mono rel=3Dstyleshee=
t type=3Dtext/css>
  <title>Product snippets structured data issues detected in <a style=3Dcol=
or:inherit;word-break:break-word;text-decoration-line:none;>https://24hourw=
aterdamagerestorationlongisland.com/</a></title>
</head>
<body style=3D"font: inherit;
             margin:0;
             padding:0;
             background-color:#fff;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;
             line-height:1.5;
             letter-spacing:0px;
             color:#1f1f1f;
             word-break:break-word;" dir=3Dltr>
  <div dir=3Dltr style=3D"max-width:600px;
              padding:0 16px;
              margin:0 auto;">
    <div style=3D"padding:32px 16px 16px 12px;line-height:0;font-size:0;">
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_icon_c=
olor_160.png style=3Dheight:40px;>
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_logo_l=
ockup_gray_24dp.png style=3D"height:34px;padding: 3px;">
    </div>=20
    <div style=3D"padding:24px 24px 40px 24px;
                border-radius: 16px;
                border: 1px solid #C4C7C5;">
      <div style=3D"max-width:520px;margin: 0 auto;">
=20
  <div style=3D"padding:16px 0; max-width:520px;">
    <span style=3D"font-size:24px;font-weight:400;line-height:32px;font-fam=
ily:'Google Sans';">Product snippets structured data issues detected in <a =
style=3Dcolor:inherit;word-break:break-word;text-decoration-line:none;>http=
s://24hourwaterdamagerestorationlongisland.com/</a></span>
  </div>
        <div id=3Dwmx_wnc_message_main_content SCREEM dir=3Dltr style=3D"
             background-color:#fff;
             color:#1f1f1f;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;">
  <div style=3Dpadding-bottom:16px;>  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      To the owner of <a style=3Dcolor:inherit;w=
ord-break:break-word;text-decoration-line:none;>https://24hourwaterdamagere=
storationlongisland.com/</a>:
</p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Search Console has identified that your site is =
affected by 3 Product snippets structured data issue(s). The following issu=
es were found on your site.
</p>
  </div>



  <div style=3Dpadding-bottom:8px;padding-top:8px;border-radius:12px;>

    <div style=3D"padding:20px 16px 20px 16px;border-radius:8px; background=
:#F0F4F9;">
        <h2 style=3D"color:#1F1F1F;font-size:14px;font-style:normal;font-we=
ight:500;line-height:21px;letter-spacing:0px;margin:4px 0 12px 0;">
Top non-critical issues<sup>=E2=80=A1</sup>
        </h2>
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Missing field &quot;aggregateRating&quot;</a>
        </p>
      </div>
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Missing field &quot;review&quot;</a>
        </p>
      </div>
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Missing field &quot;priceValidUntil&quot; (in &quot;offers&quot;)<=
/a>
        </p>
      </div>
    </div>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>=E2=80=A1<span style=3Dfont-style:italic;>Non-cr=
itical issues</span> are suggestions for improvement, but don't prevent the=
 page or feature from appearing on Google. Some of these issues could be re=
classified as critical in the future, and critical issues can affect your s=
ite=E2=80=99s appearance on Search.</p>
  </div>




  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>We recommend that you fix these issues when poss=
ible to enable the best experience and coverage in Google Search.</p>
  </div>

</div>
  <div style=3Dmargin-bottom:16px;>
    <a href=3Dhttps://c.gle/ANiao5rW8FjB8J4V2-DrkLWsWc6bAf_5EUr-3Wizwb_NWdi=
eMePjn9N0Aa-lrEop1ey4HFm5PYMazuq9pErCcuhaCzmGO3C_34hn72tMWmbLpjNyIeyRtqYmL6=
oqi7YdyAno1KGZvbp1h2bMWkE9lSOh27mGNI9XQU1Nl-goqayQfqqHu0ox084bjMFHj3irfidNC=
4IUC8Z5y6g_9MqrEumNYFdOZbDk8upGYCeDgmrhBTb5COHnhoWYMY0VwGooHI2QiRwJE5UBC903=
9zbVv80xfx3GFwE_XjEYBRTx6APq_uYIDFjZ5qJvdRlmEnCZJSTfPNAgPZrGC4PiStbJBbvyHKC=
y1YpHfDBvpGYBKO1ZJXNS3UfyJprgQ3HJQ1EW4Zw role=3Dbutton style=3Ddisplay:inli=
ne-block;text-decoration:none;>
      <div style=3D"color:#FFF;font-size:14px;font-weight:500;
                  background:#0B57D0;border-radius:12px;padding:10px 16px;m=
argin:4px 0px;line-height:20px;">
Fix Product snippets structured data issues      </div>
    </a>
  </div>

        </div>
      </div>
    </div>     <div style=3D"padding:24px 16px 48px;
                line-height:16px;
                font-size:12px;
                font-style:normal;
                font-weight:400;
                max-width:600px;
                color:#444746;">
      <span style=3D"font-weight: 500;">Message type: [WNC-10030322]</span>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      	You've received this transactional email =
because your site is listed in Google Search Console. You may <a href=3Dhtt=
ps://c.gle/ANiao5qC5SsOrTNO4CbKg8q7Y_CLoTprMM52Q-SEDPgekINBW7dJlIXSsIJ65uJM=
mZuFJw1-9F96vfMdsOb8Dp22fuvPrExMq3D9n1ZoielmNPvjNrclEdu6mgyTZN4N6Q_pIQ0T9-8=
rCH7pzcOE4FIA0XeGbSbMp-CnlG7X_0I7SZRNchRGJx4l3NaVdH1KWKqGjmKyapq6rketGHBAbm=
7uqGHYeXaNWvDl7-d-3ILh93Lusc-jM00swvOsJauqs_mH8FN6GCFbgaU-MrOduVZwMN8yoI0iM=
zceFx9IiBMgN17FqDTOiqcy7O2BJAsaudzShYNb1Y7FAWWxkp5a2RMhUNBaXLS3uD_uLeFy1LPk=
dSTLRnFKmeAkQ2CKcsZHzXU-YETfF2cQnwr6rDUY style=3Dcolor:#0B57D0;text-decorat=
ion-line:underline;word-break:break-word;>unsubscribe</a> from this type of=
 message or <a href=3Dhttps://c.gle/ANiao5pN4JFW2gd8mzV2x4Fe6syVQSu-9c1A46U=
VokAW_4MnxWISw_BL14EEytlrfWVFNabKmGbklWwduVvGWf7dZnUPbd7Boi_16Ot7Ja5N0vQMAr=
HjZrDgEPJZzZKlyRGMwH8viaozq8oj_dil4HS2MEe-madNjwdH6P3c3-5vD3_VAq5lqPvdeTXau=
-EQvBbzN7LqZOJYRHH-HZejOE5FrdfwvLkfjzwAe8CMa6fIeYGv1hGRhgd-sFkL9M7RHpvuYTbd=
hrhYs3_02xWv33ZM7mt1zNgLVtL0pxh1AztXpu2aCDL_4SmEOGZCjJrZVwmhbTKRber4TCKxj4f=
RmbM6vcYJ8sXzM49Ihlg0twDGltpXfFeyBGvoht_qPR9JpUCQ4Q3Up_Ri1iWe81VeTg style=
=3Dcolor:#0B57D0;text-decoration-line:underline;word-break:break-word;>add =
partners</a> who should receive messages for this Search Console account
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Google LLC, 1600 Amphitheatre Parkway Mountain V=
iew, CA 94043</p>
  </div>

=20
</p>
  </div>
    </div>=20
  </div>=20
</body>
</html>

--000000000000cedae3063d6859f9--
info/cur/1756877986.M906126P117576.premium320.web-hosting.com,S=8882,W=9013:2,S000064000000021262151007557650017764 0ustar00Return-Path: <3nNS3aAcKAHEcdgTeanVddVaT.Rdb@identity-reachout.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id ZpFgNaLUt2hIywEAVkXPrw
	(envelope-from <3nNS3aAcKAHEcdgTeanVddVaT.Rdb@identity-reachout.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 01:39:46 -0400
Return-path: <3nNS3aAcKAHEcdgTeanVddVaT.Rdb@identity-reachout.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 01:39:46 -0400
Received: from [198.54.122.200] (port=48281 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3nNS3aAcKAHEcdgTeanVddVaT.Rdb@identity-reachout.bounces.google.com>)
	id 1utgDi-00000000UZV-2xsx
	for info@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 01:39:46 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=LgUHBvtN;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3nNS3aAcKAHEcdgTeanVddVaT.Rdb@identity-reachout.bounces.google.com designates 209.85.210.69 as permitted sender) smtp.mailfrom=3nNS3aAcKAHEcdgTeanVddVaT.Rdb@identity-reachout.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-ot1-f69.google.com (mail-ot1-f69.google.com [209.85.210.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGrz10syZz172j
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 05:39:41 +0000 (UTC)
Received: by mail-ot1-f69.google.com with SMTP id 46e09a7af769-7459b3ff95cso34743a34.1
        for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 22:39:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756877980; x=1757482780; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:reachouttracker:mime-version:from
         :to:cc:subject:date:message-id:reply-to;
        bh=+g18JjvLpFTHyI41WPA4tJHBuaxNjB9Fx3k5uPsA544=;
        b=LgUHBvtN3GRTHr8+leyhL8FT9K7kuGtRN5CYj4DpbcQH9d09eHn2bl/EJOJxWYL22K
         kiBnEkCs6FzxGMc4IFr39m+R8zqZGhEZxe82PHB1RyhtepunJMHAfV9OP4H5BCFXrTWG
         hA/z8siJYXDvg/7NuKm6gRPWRU05b0G4hHL9ufqYO360NHF5+2kTpfRd036fMG7Boa4Y
         3120t4zGv9LzncD7/OI2zKUvt91pTho8sux3rLpBsmSExnzaT7Z3bfckmbGD6LGyOiuX
         9k1Q2TlVSCTs/gUbHgyTyDNBi6eBj3abaeLOcYAHsinwjfUb//hMH0VH6qtMm2h+T9Pd
         Yqog==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756877980; x=1757482780;
        h=to:from:subject:date:message-id:reachouttracker:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=+g18JjvLpFTHyI41WPA4tJHBuaxNjB9Fx3k5uPsA544=;
        b=s2tqbWs3v4O+X438u+4eFVtocaFb+0OYiM2R2wB2c2IicHK9+tHWhMCMF4aRu8OKYQ
         JyZEBnxUhpsDtLVl73TPVq3tkTdmCJM2SeQs1fyS0sT+t6qW2ozY8r7U88N1aVo58rvq
         035yHIdbkElOGRJ+NOVfh1AXyCX800iLG7gTL3ekg32trGT7zDnDNgKrzFva6BrSmHoO
         yilVSAZ4rW9R4zTIkf2yTcpugU7Quaku1bNmu19XJ/MVVIzzZyx0bLVdGJICNHrJe2mx
         qGLIlrBdQgzJKAp7MKaO9kMciMQW+Ls4pM+xOs8Rkg3H6gg4sGzMcDhrZwBdE51bJTgF
         KpZg==
X-Gm-Message-State: AOJu0YzAEPVcrBJdWEvTH+SKTybYZ1lpdwRfCY9OxlRjHO0+I9NIYN1d
	pIUs+PoTEHrfaPq6S7Ql56PSpMR7qcPQ1vZsrbATNHINXOUvveUjo0X41m79xs0oSZQSmFPmrV9
	gjD7PfDPhbyPivGOjQ74sKoEvxTIF/3uztpz3rpBRhouque6WaBkQPlX/HOU59QLBePnymTNGtY
	yaSOKuhI/FDFyFpIj5BLd/0DDhkpj1NY/dfcOnFR6JdzHQlXOcA7M=
X-Google-Smtp-Source: AGHT+IEWQ4O2dT+nEJO8iUygolgjmXw2brd4dlRBjGI0vSsz1K31NGwjG0Dy9q7Rcya13naydhylAPsCF9GHyJg6XQ==
MIME-Version: 1.0
X-Received: by 2002:a05:6808:318d:b0:438:27c0:f1dc with SMTP id
 5614622812f47-43827c0f323mr494959b6e.44.1756877980398; Tue, 02 Sep 2025
 22:39:40 -0700 (PDT)
ReachoutTracker: AXiFLV4KXOIzkqWuHH1QZUJvf9tESjwF8G/ze48LNFWPhotm02oAKCn1RNb69GqfDyH/qEyWry4kkku7ktCI/yDdnT7ZRg==
Message-ID: <autogen-java-aa0cd8ad-59ab-4dc2-a209-f49c33ac349c@google.com>
Date: Wed, 03 Sep 2025 05:39:40 +0000
Subject: Google Verification Code
From: Google <noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000f0184d063ddf0788"

--000000000000f0184d063ddf0788
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

R29vZ2xlIFZlcmlmaWNhdGlvbiBDb2RlDQoNCg0KDQoNCg0KDQoNCg0KDQpEZWFyIEdvb2dsZSBV
c2VyLA0KDQpXZSByZWNlaXZlZCBhIHJlcXVlc3QgdG8gYWNjZXNzIHlvdXIgR29vZ2xlIEFjY291
bnQgIA0KaW5mb0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gdGhy
b3VnaCB5b3VyIGVtYWlsIGFkZHJlc3MuICANCllvdXIgR29vZ2xlIHZlcmlmaWNhdGlvbiBjb2Rl
IGlzOg0KDQoNCjIyOTc4NQ0KDQoNCklmIHlvdSBkaWQgbm90IHJlcXVlc3QgdGhpcyBjb2RlLCBp
dCBpcyBwb3NzaWJsZSB0aGF0IHNvbWVvbmUgZWxzZSBpcyAgDQp0cnlpbmcgdG8gYWNjZXNzIHRo
ZSBHb29nbGUgQWNjb3VudCAgDQppbmZvQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbS4gRG8gbm90IGZvcndhcmQgb3IgZ2l2ZSAgDQp0aGlzIGNvZGUgdG8gYW55b25l
Lg0KDQpTaW5jZXJlbHkgeW91cnMsDQoNClRoZSBHb29nbGUgQWNjb3VudHMgdGVhbQ0KDQoNCg0K
DQoNCg0KDQoNCg0KDQpUaGlzIGVtYWlsIGNhbid0IHJlY2VpdmUgcmVwbGllcy4gRm9yIG1vcmUg
aW5mb3JtYXRpb24sIHZpc2l0IHRoZSBHb29nbGUgIA0KQWNjb3VudHMgSGVscCBDZW50ZXIuDQrC
qSBHb29nbGUgSW5jLiwgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywg
Q0EgOTQwNDMsIFVTQQ0KDQoNCg0KDQo=
--000000000000f0184d063ddf0788
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:=
 600px;"><tr><td><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellp=
adding=3D"0"><tr><td align=3D"left"><img width=3D"92" height=3D"32" src=3D"=
https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_188x=
64dp.png" style=3D"display: block; width: 92px; height: 32px;"></td><td ali=
gn=3D"right"><img width=3D"32" height=3D"32" style=3D"display: block; width=
: 32px; height: 32px;" src=3D"https://ssl.gstatic.com/accountalerts/email/k=
eyhole.png"></td></tr></table></td></tr><tr height=3D"16"></tr><tr><td><tab=
le bgcolor=3D"#4184F3" width=3D"100%" border=3D"0" cellspacing=3D"0" cellpa=
dding=3D"0" style=3D"min-width: 332px; max-width: 600px; border: 1px solid =
#E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-ra=
dius: 3px;"><tr><td height=3D"72px" colspan=3D"3"></td></tr><tr><td width=
=3D"32px"></td><td style=3D"font-family: Roboto-Regular,Helvetica,Arial,san=
s-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">Google Verifi=
cation Code</td><td width=3D"32px"></td></tr><tr><td height=3D"18px" colspa=
n=3D"3"></td></tr></table></td></tr><tr><td><table bgcolor=3D"#FAFAFA" widt=
h=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"min-wi=
dth: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px=
 solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-botto=
m-right-radius: 3px;"><tr height=3D"16px"><td width=3D"32px" rowspan=3D"3">=
</td><td></td><td width=3D"32px" rowspan=3D"3"></td></tr><tr><td><p>Dear Go=
ogle User,</p><p>We received a request to access your Google Account <span =
style=3D"color: #659CEF" dir=3D"ltr">info@24hourwaterdamagerestorationlongi=
sland.com</span> through your email address. Your Google verification code =
is:</p><div style=3D"text-align: center;"><p dir=3D"ltr"><strong style=3D"t=
ext-align: center; font-size: 24px; font-weight: bold;">229785</strong></p>=
</div><p>If you did not request this code, it is possible that someone else=
 is trying to access the Google Account <span style=3D"color: #659CEF" dir=
=3D"ltr">info@24hourwaterdamagerestorationlongisland.com</span>. <strong>Do=
 not forward or give this code to anyone.</strong></p><p>Sincerely yours,</=
p><p>The Google Accounts team</p></td></tr><tr height=3D"32px"></tr></table=
></td></tr><tr height=3D"16"></tr><tr><td style=3D"max-width: 600px; font-f=
amily: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #=
BCBCBC; line-height: 1.5;"><table><tr><td><table style=3D"font-family: Robo=
to-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #666666; lin=
e-height: 18px; padding-bottom: 10px">This email can't receive replies. For=
 more information, visit the <a href=3D"https://support.google.com/accounts=
?p=3Didv_pre_em&amp;ref_topic=3D2364467" style=3D"text-decoration: none; co=
lor: #4d90fe;">Google Accounts Help Center</a>.<br>=C2=A9 Google Inc., 1600=
 Amphitheatre Parkway, Mountain View, CA 94043, USA</table></td></tr></tabl=
e></td></tr></table>
--000000000000f0184d063ddf0788--
info/cur/1756115437.M304492P3729155.premium320.web-hosting.com,S=24817,W=25596:2,000064000000060361151007557650020051 0ustar00Return-Path: <36jGsaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 0PLVEe0xrGgD5zgAVkXPrw
	(envelope-from <36jGsaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 05:50:37 -0400
Return-path: <36jGsaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 05:50:37 -0400
Received: from [198.54.122.200] (port=58526 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <36jGsaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>)
	id 1uqTqY-0000000FgKp-0iin
	for info@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 05:50:37 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=eC3TQbtr;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 36jGsaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com designates 209.85.222.197 as permitted sender) smtp.mailfrom=36jGsaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com
Received: from mail-qk1-f197.google.com (mail-qk1-f197.google.com [209.85.222.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9Qyg25plzC1d6
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 09:50:35 +0000 (UTC)
Received: by mail-qk1-f197.google.com with SMTP id af79cd13be357-7e86499748cso1373285785a.1
        for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 02:50:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756115434; x=1756720234; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=RVba497bzSzQKQfGYJ91bmwsyOSApP1SaGOWIlwm1z8=;
        b=eC3TQbtrdQP6osz2EsjHJGKri8DYDIJgK9AeBWnmX6N02CGR7LjXGNkG70i5RzX/x/
         qdovC+F/tS5Ig+5MjS976ENjVtLudh/DdRN/l0OcALLGG2i0QJ5gYqHOqi6OC3yOscx8
         cAgmtd2vmLpeJbSWILM5ppu8zYMqLn89iNgyS1e1IsMxKo/fAoPTy3w20RzoytFVEu5U
         P3/EX6RpiFS2UHWQuQiime2qWk2H4BdejMLFxbeJ15baotEAXRypJJbEF71GBHfrBiDA
         n21Cgg9gemYHYSgvwycJYTlLATtiCQ1pOD+o6KApC0skXQp3hnwu8RK/zae7dIOyXsMc
         Yu+A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756115434; x=1756720234;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=RVba497bzSzQKQfGYJ91bmwsyOSApP1SaGOWIlwm1z8=;
        b=rSvH/J+5mV8aYV+mZkas6Sw9kHZ6GrNxQGE6hL9y59zDenH/x8gCcO1ahbJWezhz//
         VB3rSx/14RDiZ91VD5M4SggBF/j0qRDuKn/FtWrdjhaHDHcWIdDBcMPXd6WvJsEgpwQ0
         ALPrgCyIdeIhuZFyLQoKUY1mLdhIan+jO2XLlvhdQr+y7QhfrHFC75jZzYS8yPrrdrxP
         YWVC7WTTQtBXQxY2G1Ooxbji0JRK6BV8vT/mU9Pdr7MC73yN7K6ciNTEcwqKL+nP+sTJ
         VfLAbprQZyXntfhOcRYGH6SCLwDS2RoBgtwEvTJ+gPfzaI0pSzMLvLWsEFwMQpdVwaSI
         v4BQ==
X-Gm-Message-State: AOJu0YzKUN+jN6p40AbRvMfRFFR8n+pasmLv0QidhfA2KNlVDsoK2N8r
	K2uHnaSVFB+flSuRYQrirE7URykPCb1lYbpkF+e+Zh1ObUiXcEOwA0gTE7dk
X-Google-Smtp-Source: AGHT+IGTv6r4itilGC7K5k9OpWIuSBCNg0j1N+NIERZbC0l26qsDaezbLBSKJ9MZIJsRjHZlsIroxRk=
MIME-Version: 1.0
X-Received: by 2002:a05:620a:1992:b0:7de:d9aa:8b47 with SMTP id
 af79cd13be357-7ea115660bamr982856785a.18.1756115434695; Mon, 25 Aug 2025
 02:50:34 -0700 (PDT)
Date: Mon, 25 Aug 2025 02:50:34 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 04d227c5b51a0000
X-Notifications-Bounce-Info: AWoTSIE5kAl-vFWqmWSZ0UOvRtO5oR5RivaVDf0EW1xpxp_TqNUa6iXP0NdcCQEpuILlwNYIN1M_xsokBmQ1sIhJOEpFV3pT95qp8daZ5M9pnKV57dDY839q5EWSaF5rW1NvbmmBXoz-lBQd4VwOzHddxt8SCYhQTvM9jVTSlaK8x63ypaQDZisJbA_mp5KQTM_g_Zq0Xoke14zweOHrQ5afkPv4nhdFhncMSqL_RJxXFHlxXdDmYDPdIx0_SxEuvjwu7DQHNhmQXRnfY8bO16MfY96SuvWFFCDFU6lbrczDPRxsATmN3UkCJIDtCfZXeK-nFG6GtMLYAVZEN5kcB9u0ivHRQGI3gDhLQuAdH9HdJQ3nQEbaoq2oNxNBI9t8PD2JE2qBJAqCnBlnoUXoNpXneCi--_2uddF77XCJx61Wy2paoJDmCXIg0dQVjMrnl9C_HPtWk1ijt_vULTJyhM8vFxHxYbU7fvgoJWZMkglyXml9m7CSeDghL5tMXjDXwCPZi6G1LQiJi4HuL86wcP8PpnDlw3kpYXn0VZ9Da9aCS9zRhDMI8GwwVBpHI1jwfDq5zcs0uV1a0rRfzAsVuIACPTrO4vSFxDrn4z71oA41JY6ot7fagqzDOtNr2eENjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <2f694bf239704e729cdf7f6bae34d61beb93284c-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000ab6ce2063d2d7c2e"

--000000000000ab6ce2063d2d7c2e
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/10362382676649242124/profile?trk=https%3A%2F%2Fc.gle%2FANiao5pQFKLHTxtyijo6LN7n6M5yxqQPKZUucral7wuZq06ztXenFWlGEZZ2CVWpTWrRKQcmzW6qCKmKUyM2CGcN9-q8bX9cA-mk0K3ewxDaMHlJYt2xh9J4SjZT-eQ>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5qHy-Fk_9E0H2z2mvPvxxUOKOk3A3HDKLcSM4wMDivkmdx34iQrcWeZUoLv8KocxGGot0u45LQeoHt79_ZMRZaz76Mr_W_AJvwTwKhUIWny6CrnyCfp5BGfsvpBgSK7eUE7Wb-AUYmOkdb3nYgx2JAiezTeJCa0uOgBJ6fq-4A>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5pKkWKk2oiVg_xjHRL1-TSmN4rTmfmDRECNQsqJ9yMMjaFM6bX7OEsynfGtr5va84-8UBhUSdBSx1uE61dTBxUQ18WeLnMV7BzqH0AZL2GuxW50Zm-_8k2FMKYMc3pyBB5O5QzZMRpeTYNBjzGRs-Qfcen-GvVO-Usd7piTOcGridf5jgCX35veIBGWusesK05EYQ_X82J9hPHJzPdcvWsgkqxFUkW3VHq4Xzu1B6E>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qpsmuuq5r3JF5I36nu7Wn_M4IqirNi7jEP9RNogPTiOtn3I8468ys36bZ86e986MQSCsF4P1xXpfP34HfXH7dp1YdUxLNmXqW_45daHBxeL-B6J7G7gQWgKQTx4357p5DmvJc>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000ab6ce2063d2d7c2e
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5r4Zgznp2ZMv33xgf-tLs0_kE06Z=
_aYqbve55_2IBP_imJ4OrRLmAzWcim0gUM26XOEd5u_wlJy5DYC-dEGlkZB16-OuSeVukX7aHdL=
sz4xmxcBckaXEVNlvAmuxs1ZQWVZ_30PFHYPct4tV8XHOUJtqrDomk9yfFPiNy_YZ_zZn_11O3M=
_uhKAHQyVT0a7zLO-ZJOOu6ptIlDhGWgGLidvoomLwU4V4oqRbwCtC_7FGg>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
0362382676649242124/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rPslmDLPrUU_D=
grfjw5lHZffbUgAHjS59Se3_msZXEVo_3JvIGZ7DNtAVMwfw36qaSSEt7ZvPscd-gkv8fmmFLCa=
YvfAXwsNf8mrHudDQ3KwZd8srAlr-1UBTLXQ target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoratio=
n:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busine=
ss=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5onzUikUpLexSZBWDrYUSWZuZ=
wVCIRrIrq0MCXAYaPOqe0LrMt1ppU2wIMpuhwYUuz_SHVeyCfvbui12Firv1tVKcXzwFPYX1RAS=
NrZiEC7mMyCxv0h6mbvh3QSiGH15OtkwXvwPKpYFSBoK0grHDZ4wtg1V3ukm6bmpkUrwTRPoA t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5rtjE-XN5XPsK_Uy8UBFaV_m4nku_qJtENMvxdF_w-rFe5=
mTUOgyGdMZ5LoE-7DPNlcQsVl7sXnRf26eHuKGjIhXoS5pQxSHy4tUcXs5ClGe6f9sFblPNxNTb=
MBcmT2HpTYZW2_XZ6lhDDorArtDQIDWKzEUPWyxbdN-0dA6rclobMX9UyrOYN970cJcOzZJGGJ3=
-YKbVo1fCRLi41e79LV8gvNl1AHEsYIbiewKSNHhg target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5rtjE-XN5XPsK_Uy8UBFaV_m4nk=
u_qJtENMvxdF_w-rFe5mTUOgyGdMZ5LoE-7DPNlcQsVl7sXnRf26eHuKGjIhXoS5pQxSHy4tUcX=
s5ClGe6f9sFblPNxNTbMBcmT2HpTYZW2_XZ6lhDDorArtDQIDWKzEUPWyxbdN-0dA6rclobMX9U=
yrOYN970cJcOzZJGGJ3-YKbVo1fCRLi41e79LV8gvNl1AHEsYIbiewKSNHhg target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5rtjE-XN5XPsK_Uy8UBFaV_m4nku_qJtENMvxdF_w-rFe5=
mTUOgyGdMZ5LoE-7DPNlcQsVl7sXnRf26eHuKGjIhXoS5pQxSHy4tUcXs5ClGe6f9sFblPNxNTb=
MBcmT2HpTYZW2_XZ6lhDDorArtDQIDWKzEUPWyxbdN-0dA6rclobMX9UyrOYN970cJcOzZJGGJ3=
-YKbVo1fCRLi41e79LV8gvNl1AHEsYIbiewKSNHhg target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5pyNlJI1rtnGBJjB3c_e1uc2COvHtS2ExCuRjOk2Pb2bH=
p_gPzmHGvTdEfG3J09mPpwtujyH3NFSI12WwoLuBfwOo92BYxuLNLbU2H2E02j5HbQ4SJO93SHz=
bbdJrUNU3fWS-lSAw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pN1VFq_7NI_2dJkdpTMlAqIDH_p_V6DhCtrbfVpSrUbHwvXR4BuIP6FSxUMawjOi=
9AM10u03IKyFhVbsHqJYULZm0IPcakX2sRfJwTmn96X6Bb2bg5Wv96xFen0B5N8ONYlw.gif></=
body>
</html>
--000000000000ab6ce2063d2d7c2e--
info/cur/1754366104.M781080P3786233.premium320.web-hosting.com,S=52483,W=54048:2,S000064000000146403151007557650020167 0ustar00Return-Path: <3koCRaBcKACUCVTJOFTTQSPGJMF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 6EgZLpiAkWj5xTkAVkXPrw
	(envelope-from <3koCRaBcKACUCVTJOFTTQSPGJMF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 23:55:04 -0400
Return-path: <3koCRaBcKACUCVTJOFTTQSPGJMF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 23:55:04 -0400
Received: from [198.54.122.200] (port=62621 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3koCRaBcKACUCVTJOFTTQSPGJMF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>)
	id 1uj8lU-0000000FtuG-2VN2
	for info@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 23:55:04 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=yafI5FFO;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3koCRaBcKACUCVTJOFTTQSPGJMF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com designates 209.85.166.198 as permitted sender) smtp.mailfrom=3koCRaBcKACUCVTJOFTTQSPGJMF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-il1-f198.google.com (mail-il1-f198.google.com [209.85.166.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx01Z6bHXzBwNV
	for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 03:54:58 +0000 (UTC)
Received: by mail-il1-f198.google.com with SMTP id e9e14a558f8ab-3e405c4c009so93595735ab.3
        for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 20:54:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754366098; x=1754970898; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=kbd1GsMKhfNpXL427kE4MooVj7sjI/0+RbcVop1YHh4=;
        b=yafI5FFOWBFQIxLcx3H/+vXMgd067QeVv86+AgsXgsDnm0mKwGaJQeUPDWtRT1tAN8
         vcKEPAnlgqouDBymDpqWcdhlCFnZ1tzRuPKz175BLZXCD0UAvPWQ2plOjzxcotMp81AD
         BquO+R4xnv/sB23Csy9ZYoCs2JXtkCdUKvtMIZqBGCJTAHVCDYhnuo5tP8a3gq7ToaN1
         cxZIIDyY9hT/W8FcUP8PGDTq13mO51vRSQ/4ybn8E/2Yb6jHKcqNCsQV9b7rdRmbLZ97
         Zj1/jzWgD3tYdMu7AF+T1JxC5+pwRSw8Gv9aEV1rA1uNn5H9N+z/RwCKl+nBilzq+8Ky
         8bZA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754366098; x=1754970898;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=kbd1GsMKhfNpXL427kE4MooVj7sjI/0+RbcVop1YHh4=;
        b=NzW0Z2afgr9UfPwHPueNnxxoTEqwA3cSu/qMqxVJf5gns7ejEusqaiYwCJu1Fl0rba
         TynvtU6JpvdtEt+FR57BH0SUAM97oEPiOqxftAFnrmy2VMb8/5wB7SVK7oeLyzJjqE6g
         lzo3iJqJ4xHQMoAzsEJCw9nY+8a/YNrn4f8/P8VDmJ01EvNx79tSVPxVia+zmkhOcZ2e
         0MZaVejt0v/2qp86qfCb4CqYPjpKKz/gShu9LCsahe5Bs9CsnJfeH9V/gO2loRzhRrjJ
         /qe5ACftWM/ZNByV8DPh3FZchJZNG6DOL8hJUO8PdCnwLDocCZBCRSenjpb001JWTHmF
         ASyQ==
X-Gm-Message-State: AOJu0YwB3sxRsUiJBlHUE6LJ71KJ88FITpkRteKgDJlm2hcg5QdXOz/L
	SEZT0K77Vg6swtenkiXmOzo/l8caYvNiIcC9HfBF2A1fhC69jF3Q7CLXdfk2
X-Google-Smtp-Source: AGHT+IGMdB/bSNE4YG8PEZ+QjqcB+yaWwBnTMvxIyx/CWiwtZvhIUUXHdZlSqNnC7ToF3KH6mns8DkM=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:1f06:b0:3e2:9e9d:a978 with SMTP id
 e9e14a558f8ab-3e4161cef34mr248405795ab.21.1754366098417; Mon, 04 Aug 2025
 20:54:58 -0700 (PDT)
Date: Mon, 04 Aug 2025 20:54:58 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 255921
Feedback-ID: P-171-0:C20077680:M110508165-en:gamma
X-Notifications: 02470902f3da0000
X-Notifications-Bounce-Info: AWoTSIHmuHs_3EjsWEWfhG9iNjcLnGKHw1Nl7iLbshhkkWBX-eybpiBYCJkjzyGfw5avupX5LUNQSvE_R8tDB1CHNOphaUrwi4jyxmr1Q7Ks3fp1frLkBU8wnIgRUp0kNJzA0zxsu-vVg7MN4UW8BkAxDrskiI9WdvNDET1mhozpsIsQYmIUlZTjvTq3upeKBHpVelR9Ft1EaPOt46FygO-VrIRFx6Gitq6QJkeJigKJ5x5sofD1ZlH9NRQY5m4MuPwtCCYKJj3KkjiZyapytcfaEckEifAfPR6pkSV-53M4HfqtUkeUeGTycU8GxkQLsZpm6dnaJE_ARh8hS3AyCKn6QivFsXUPOErIq6FnGTrHKgC3WO3CMXGyEtZbFJ-w2OJ42cqDWMaz0yqvAPtHY_IYpeHgGWOO_vTw4HUgNDOxx46rWKT6DHVAVCwSOO97HAyVMKJ261jMZ36L3g8WfE9YBl77Oh6Bq2-UY7yKWoJqFMhGroNXIkjkHPSGZgpKVaSq7kHcPSp1fReN-MT9pmZ0O9KvvDIP5h63_LRcTCltxe9uhuboowSDAtj5PVp43oGf9DXp84XUpf2maKPZY4O9ltx_wMjdMaC01jAIXANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <1c73135f12487a715880431ed383a25bd545fa49-20077680-111269590@google.com>
Subject: Welcome to your Business Profile, 24 hour Water Damage Restoration
 Long Island
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000001a27d1063b963006"

--0000000000001a27d1063b963006
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes






Get ready to connect with your next customer
Welcome to Google Business Profile, a free tool that helps you turn  
searchers on Google into loyal customers. Your account is a one-stop shop  
where you can manage your Business Profile to attract new customers and  
engage directly with existing ones.

Manage my profile  
<https://business.google.com/n/9965351369990659485/profile?trk=https%3A%2F%2Fc.gle%2FANiao5qnBAPfzTCYh00knwNDtJPErDOrWXkFhPCqiK2PIalId4pluBZ4f1M8Mp-4Ik9BBIjo7TPZ-SlIRyBcAK7TOn0fwlm27CeyEa7fvbZmPuNkkhuyRiDWsUTO9ulXu3SfRabp0w>


Water Damage Restoration Service in Rochert

ALL

MAPS

VIDEOS

IMAGES

NEWS

SHOPP

24 hour Water Damage Restoration Long Island


No reviews



Water Damage Restoration Service


OVERVIEW

ABOUT


CALL

DIRECTIONS

SAVE

WEBSITE


Long Beach Rd, Rochert, Mn 56578

Business personalization is enabled to provide tailored experiences and  
personalized promotions for Google business products across Google surfaces  
like Search. You can manage this setting in your account  
<https://c.gle/ANiao5p-EctlecDH0foa3S8Mdd0afeuNS9kjwV-9ZVCZOR9J1g2yXYuWQHIqmxxqgt9DxnBbsfGilJhraLcaiT3EbCQejoHbZHTLL99S-U5NykYYmvdXSyX92qSI68paKq31wecO-gTptaSWrt6l0pG7_6JmlJq4EsnfFxGZzQDc_G4C1eA>.

You have received this email to update you about important changes related  
to your Business Profile.

(c) 2025 Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043

--0000000000001a27d1063b963006
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- Module wise Macro snippet-->
<!-- disclaimer Link -->
<!-- Image Link -->
<!-- disclaimer Content -->
<!-- New updated content -->
<!-- NMX Footer -->
<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tp: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Google Business Profile</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.sup {
vertical-align: 1px !important;
font-size: 100% !important;
}
.wid44_outlook{
width:44px !important;
}
.padding_top_33{
padding-top: 23px !important;
}
.pad90_outlook{
padding-top:90px !important;
}
.wid15_outlook{
width:15px !important;
}
.wid167_outlook{
width:165px !important;
}
.pading20top{
padding-top: 2px !important;
}
.hight71_outlook{
height:71px !important;
}
.hight40_outlook{
height:40px !important;
}
.lineh20_outlook{
Line-height:20px !important;
}
.pading2top{
padding-top:2px !important;
}
.pading18btom{
padding-bottom:18px !important;
}
.pad16_outlook{
padding-bottom:16px !important;
}
.pad93{
padding-top:90px !important;
}
.width510{
width: 510px !important;
}
.width663{
width: 663px !important;
}
.width15{
width: 17px !important;
}
</style>
<![endif]-->
<!--[if ie]>
<style>
.sup {
vertical-align: 6px !important;
font-size: 80% !important;
}
</style>
<![endif]-->
<style>
body{
font-family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size:12px;
color:#000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace:0pt;
mso-table-rspace:0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {color:#000000 !important; text-decoration:none !important;}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display:none !important; }
div, p, a, li, td { -webkit-text-size-adjust:none; }
td { text-decoration:none !important; }
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media screen and (max-width: 850px) {
.wid-400 {
width: 400px !important;
}
.w260{width: 280px !important}
.w280{width : 280px !important}
.w240{width: 225px !important}
.m_0_auto{
margin: 0 auto !important;
}
.pad-b-44{
padding-bottom: 32px !important;
}
.table{
width: 480px !important;
}
.table-main-gmail { /* Forces Gmail to display Desktop view */
width: 100% !important;
min-width:100% !important;
}
.width663{
width: 480px !important;
}
.table-l{
width: 90% !important;
}
.table-f{
width: 92% !important;
}
.table-m{
width: 80% !important;
}
.table-s{
width: 70% !important;
}
.img {
width: 100% !important;
height: auto !important;
}
.nopad {
padding: 0px 0px 0px 0px !important;
}
.leftaligntext { text-align: left !important; } .centertext {
text-align:center !important;
}
.pad_top_29{
padding-bottom: 30px !important;
}
.hide {
display: none !important;
}
.pad_right_24{
padding-right: 24px !important;
}
.block {
display: block !important;
}
.noline {
border-top: none !important;
border-right: none !important;
border-bottom: none !important;
border-left: none !important;
}
.mobile-only {
display: block !important;
width: 100% !important;
max-height: none !important;
color: #000000 !important;
font-size:32px !important;
}
.pad_top_0{
padding-top: 0px !important;
}
.width_434{
width: 432px !important;
}
.pad_l_20 {
padding-left: 20px !important;
padding-bottom: 13px !important;
}
.logo {
width: 168px !important;
}
.pad_r_44 {
padding-right: 44px !important;
padding-top: 18px !important;
}
.break_mobile{
display: block !important;
float: left !important;
}
.pad_top_21{
padding-top: 22px !important;
}
.width_71{
width: 71% !important;
}
.pad_20{
padding-bottom: 23px !important;
line-height: 32px !important;
}
.sign_color{
color:#4285F4 !important;
font-family:Roboto, Helvetica, Arial, sans-serif !important;
font-size: 14px !important;
line-height: 20px !important;
}
.pad_bot_41{
padding-bottom: 41px !important;
}
.w480{
width: 480px !important;
max-width: 480px !important;
min-width: 480px !important;
}
.pad_top_25{
padding-top: 25px !important;
}
.text_center{
text-align: center !important;
}
.width_335{
width: 377px !important;
}
.pad_bot_32{
padding-bottom: 32px !important;
}
.width_397{
width: 397px !important;
}
.table_center{
margin: 0 auto !important;
float: none !important;
}
.pad_left_36{
padding-left: 36px !important;
}
.tbreak{
width:100% !important;
float:left !important;
}
.width_80{
width: 85% !important;
}
.width_60{
width: 63% !important;
}
.pad_bot_25{
padding-bottom: 25px !important;
}
.width_75{
width: 480 !important;
}
.pad_top_32{
padding-top: 29px !important;
}
.w100{
width: 100px !important;
}
.width_70{
width: 70% !important;
}
.width_375{
width: 375px !important;
}
.pad_top_28{
padding-top: 60px !important;
}
.pad_bot_17{
padding-bottom: 17px !important;
}
.pad_left_0{
padding-left: 0px !important;
}
.pad_top_45{
padding-top: 48px !important;
}
.pad_bot_61{
padding-bottom: 61px !important;
}
.pad_bot_12{
padding-bottom: 12px !important;
}
.pad_right_0{
padding-right: 0px !important;
}
.pad_bot_18{
padding-bottom: 16px !important;
}
.pad_right_6{
padding-right: 6px !important;
}
.pad_bot_7{
padding-bottom: 7px !important;
}
.pad_right_10{
padding-right: 10px !important;
}
.pad_bot_9{
padding-bottom: 9px !important;
}
.pad_bot_26{
padding-bottom: 26px !important;
}
.pad_bot_23{
padding-bottom: 23px !important;
}
.pad_bot_20{
padding-bottom: 3px !important;
}
.width_351{
width: 351px !important;
}
.floatleft{
float:left !important;
}
.pad_bot_16{
padding-bottom: 16px !important;
}
.pad_left_20{
padding-left: 20px !important;
}
.pad_left_18{
padding-left: 18px !important;
}
.padding_43{
padding-left: 43px !important;
padding-right: 43px !important;
}
.f12_l16{
font-size:12px !important;
line-height:16px !important;
letter-spacing:0.24px !important;
}
.headingfont{
font-size: 40px !important;
line-height: 46px !important;
}
.font18{
font-size: 18px !important;
line-height: 28px !important;
}
.font16{
font-size: 16px !important;
line-height: 22px !important;
}
.font40{
font-size: 40px !important;
line-height: 46px !important;
}
.font18_t{
font-size: 18px !important;
line-height: 34px !important;
}
.font57{
font-size: 55px !important;
line-height: 64px !important;
}
.font26{
font-size: 26px !important;
line-height: 34px !important;
}
.font16_t{
font-size: 16px !important;
line-height: 18px !important;
}
.font12{
font-size:12px !important;
line-height: 16px !important;
}
.fontnormal{
font-family:Google Sans, Roboto, Helvetica, Arial, sans-serif !important;
font-weight: 400 !important;
}
.pad_l_41{padding-left: 41px !important;}
.pd-r-47{padding-right: 47px !important;}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812=
px){
.pdbg{
background-size: 100% 100% !important;
}
}
@media screen and (min-width:320px) and (max-width:400px) and (orientation:=
 portrait){
.pad_t_98{padding-top:98px !important;}
.height_76{height:77px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- link tracking Start -->
<!-- link tracking End -->
<p style=3D" padding-top:0; font-size:0px; line-height:0px; color:#F8F9FA;"=
 align=3Dcenter>Connect with your next customer.</p>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#ffffff>
<!--Main content start-->
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D850 align=3Dcenter class=3Dtable>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dtable>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<!--Body starts here-->
<!--Heading starts-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D60% align=3Dcenter class=3Dwidth_80>
<tr>
<td class=3Dblock height=3D32 style=3D"line-height: 32px; display: none">
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: block;">
</td>
</tr>
<tr>
<td class=3D"padding_top_33 headingfont width_80 pad_top_0 leftaligntext" a=
lign=3Dcenter valign=3Dtop style=3D"font-size: 38px;line-height: 44px; padd=
ing-top: 43px;font-family: Google Sans, Roboto, Helvetica, Arial, sans-seri=
f;color: #4A4A4A">
Get ready to connect with your next customer </td>
</tr>
</table>
</td>
</tr>
<!--Heading ends-->
<tr>
<td class=3Dhide height=3D30 style=3D"line-height: 30px">
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: block;">
</td>
</tr>
<!--[if !mso]><!-->
<tr>
<td class=3Dblock height=3D14 style=3D"line-height: 14px; display: none;">
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: block;">
</td>
</tr>
<!--<![endif]-->
<!--Image and subheading starts here-->
<tr>
<td align=3Dcenter valign=3Dtop style=3D"border-bottom:1px solid #dfdfdf">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D74% align=3Dcenter class=3Dwidth_80>
<tr>
<td align=3Dleft valign=3Dtop class=3D"tbreak break_mobile">
<table role=3Dpresentation class=3Dtbreak border=3D0 cellpadding=3D0 cellsp=
acing=3D0 width=3D306 align=3Dcenter>
<tr>
<td class=3D"font18 pad_top_0 pad_left_0 pad_bot_16" align=3Dleft valign=3D=
top style=3D"font-size: 16px;line-height: 26px;font-family: Google Sans, Ro=
boto, Helvetica, Arial, sans-serif;color: #4A4A4A; padding-bottom: 22px;pad=
ding-left: 56px;padding-top: 13px;">
Welcome to Google Business Profile, a free tool that helps you turn searche=
rs on Google into loyal customers. Your account is a one-stop shop where yo=
u can manage your Business Profile to attract new customers and engage dire=
ctly with existing ones.
</td>
</tr>
<tr>
<td class=3D"text_center table_center" valign=3Dtop align=3Dleft>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dleft class=3D"text_center table_center">
<tr>
<td class=3D"pad_top_29 pad_left_0" align=3Dleft valign=3Dtop style=3D"bord=
er-radius:2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; padding=
-top: 0px; padding-left: 56px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dleft width=3D100%>
<tr>
<td style=3D"background-color:#1A73E8; border-radius:2px; -webkit-border-ra=
dius: 2px; -moz-border-radius: 2px;" align=3Dleft>
<a class=3D"font16 buttong fontnormal" style=3D"display:block; text-decorat=
ion:none; font-family:Google Sans, Roboto, Helvetica, Arial, sans-serif; fo=
nt-size:14px; line-height:20px; border-top: 11px solid #1a73e8; border-righ=
t: 29px solid #1a73e8; border-bottom: 11px solid #1a73e8; border-left: 28px=
 solid #1a73e8; color:#ffffff; mso-table-lspace:0pt; font-weight:500; mso-t=
able-rspace:0pt; mso-line-height-rule:exactly; border-radius:2px; -webkit-b=
order-radius: 2px; -moz-border-radius: 2px; letter-spacing:0.75px;" target=
=3D_blank href=3Dhttps://business.google.com/n/9965351369990659485/profile?=
trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qKjLaPi4OQs3UlkYzGUiv0ihh-6uHFbhI0RFdXm-y=
mG9or4c1iDBDGCOdbL4LMkhoy5sbol5MRQ-nt9cVgm2AgU6VJ6Jb5xFTQgnkld0eEx7pp7vFZ01=
48qAkV0rUTQR8fiiUW>
<!--[if gte mso 15]>&nbsp;&nbsp;&nbsp;<![endif]-->Manage=C2=A0my=C2=A0profi=
le<!--[if gte mso 15]>&nbsp;&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td align=3Dcenter valign=3Dtop width=3D353 class=3D"tbreak break_mobile">
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter width=3D35=
3 class=3D"table_center width_383">
<tr>
<td align=3Dcenter valign=3Dtop class=3Dhide>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter width=3D35=
3>
<!--[if !mso]><!-->
<tr>
<td align=3Dleft valign=3Dtop><img src=3Dhttp://services.google.com/fh/file=
s/emails/spacer_11.gif width=3D353 height=3D1 border=3D0 alt=3D"" style=3D"=
display: block;"></td>
</tr>
<!--<![endif]-->
<tr>
<td class=3Dpdbg align=3Dcenter valign=3Dtop bgcolor=3D#ffffff background=
=3Dhttp://services.google.com/fh/files/emails/gmb_welcome_onborading_final_=
2x.png style=3D"background:url(http://services.google.com/fh/files/emails/g=
mb_welcome_onborading_final_2x.png); background-repeat:no-repeat; backgroun=
d-size:100%; width: 353px;" width=3D353>
<!--[if gte mso 9]>
<v:rect xmlns:v=3D"urn:schemas-microsoft-com:vml" fill=3D"true" stroke=3D"f=
alse" style=3D"width:340px; height:357px; background-repeat:no-repeat;">
<v:fill type=3D"tile" src=3D"http://services.google.com/fh/files/emails/gmb=
_welcome_onborading_24dec_1x.png" color=3D"#ffffff" />
<v:textbox inset=3D"0,0,0,0">
<![endif]-->
<table width=3D285 border=3D0 cellspacing=3D0 cellpadding=3D0 align=3Dleft =
style=3D"width: 285px;">
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D37>
</td>
<td width=3D238>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft width=3D100%=
>
<tr>
<td class=3Dpad93 align=3Dleft valign=3Dtop style=3D"font-family:Google San=
s, Roboto, Helvetica, Arial, sans-serif; font-size: 10px; line-height:12px;=
 color:#000000; mso-line-height-rule: exactly; letter-spacing: 0.5px; paddi=
ng-top: 95px; padding-bottom: 13px; padding-left: 10px;"><span style=3D"mso=
-hide: all; word-break:break-all;">Water Damage Restoration Servic...</span=
><!--[if gte mso 9]><span style=3D"font-size: 10px; line-height: 14px;">Wat=
er Damage Restoration Servic...</span><![endif]--></td>
</tr>
<tr>
<td align=3Dleft width=3D10>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td width=3D10>
</td>
<td class=3Dpad12 align=3Dleft valign=3Dtop style=3D"padding-bottom: 14px; =
padding-left: 0px;">
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft class=3D100%=
>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly;">ALL</td>
<td class=3Dwidth15 align=3Dleft valign=3Dtop width=3D20 height=3D10 style=
=3D"mso-line-height-rule:exactly; line-height:10px;"><img src=3Dhttp://serv=
ices.google.com/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=
=3D0 alt=3D"" style=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">MAPS</td>
<td class=3Dwidth15 align=3Dleft valign=3Dtop width=3D20 height=3D10 style=
=3D"mso-line-height-rule:exactly; line-height:10px;"><img src=3Dhttp://serv=
ices.google.com/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=
=3D0 alt=3D"" style=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">VIDEOS</td>
<td class=3Dwidth15 align=3Dleft valign=3Dtop width=3D20 height=3D10 style=
=3D"mso-line-height-rule:exactly; line-height:10px;"><img src=3Dhttp://serv=
ices.google.com/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=
=3D0 alt=3D"" style=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">IMAGES</td>
<td class=3Dwidth15 align=3Dleft valign=3Dtop width=3D19 height=3D10 style=
=3D"mso-line-height-rule:exactly; line-height:10px;"><img src=3Dhttp://serv=
ices.google.com/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=
=3D0 alt=3D"" style=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">NEWS</td>
<td class=3Dwidth15 align=3Dleft valign=3Dtop width=3D20 height=3D10 style=
=3D"mso-line-height-rule:exactly; line-height:10px;"><img src=3Dhttp://serv=
ices.google.com/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=
=3D0 alt=3D"" style=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">S<font style=3D"color: #70757a;">H</font=
><font style=3D"color: #b0b3b5">O</font><font style=3D"color: #cdcfd1;">P</=
font><font style=3D"color: #eceded;">P</font></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td width=3D10></td>
<td align=3Dleft valign=3Dtop>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tr>
<td class=3Dwid167_outlook align=3Dleft valign=3Dtop width=3D177>
<table width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft=
>
<tr>
<td align=3Dleft valign=3Dtop height=3D11 style=3D"mso-line-height-rule:exa=
ctly; line-height:11px;"><img src=3Dhttp://services.google.com/fh/files/ema=
ils/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display=
: block;"></td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Google Sans, Roboto, Hel=
vetica, Arial, sans-serif; font-size: 11px; line-height:13px; color:#000000=
; mso-line-height-rule: exactly; letter-spacing: 0.25px;"> 24 hour Water Da=
mage Restoration Long Island </td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D4 style=3D"mso-line-height-rule:exac=
tly; line-height:4px;"><img src=3Dhttp://services.google.com/fh/files/email=
s/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: =
block;"></td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Arial, sans-serif; font-=
size: 9px; line-height:11px; color:#000000; mso-line-height-rule: exactly; =
">No reviews</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D4 style=3D"mso-line-height-rule:exac=
tly; line-height:4px;"><img src=3Dhttp://services.google.com/fh/files/email=
s/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: =
block;"></td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Google Sans, Roboto, Hel=
vetica, Arial, sans-serif; font-size: 10px; line-height:12px; color:#8A8A8A=
; mso-line-height-rule: exactly; "> <span style=3D"mso-hide: all; word-brea=
k:break-all;">Water Damage Restoration Se...</span><!--[if gte mso 9]><span=
 style=3D"font-size: 10px; line-height: 14px;">Water Damage Restoration Se.=
..</span><![endif]--> </td>
</tr>
</table>
</td>
<td align=3Dright valign=3Dtop width=3D62 height=3D73><img src=3Dhttps://lh=
3.googleusercontent.com/a/ACg8ocJAkfcjEKdsO0c26hoV2m-QWZzAOvV25Gl1IP-ZyMq_q=
obang=3Dw62-c-h73-a-no-mo width=3D62 height=3Dauto border=3D0 alt=3D"" styl=
e=3D"display: block;"></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!--[if !mso]><!-->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 10px;">
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft width=3D100%=
>
<tr>
<td align=3Dcenter valign=3Dtop width=3D50%>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-bottom: 7px;">OVERVIEW</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"line-height: 3px;">
<img src=3Dhttp://services.google.com/fh/files/emails/blue_check_gmb.png wi=
dth=3D51 alt=3D"" title=3D"" style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;" width=3D50%>ABOUT</td>
</tr>
</table>
</td>
</tr>
<!--<![endif]--><!--[if mso | ie]><tr>
<td align=3D"left" valign=3D"top" style=3D"padding-top: 7px;">
<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"left" widt=
h=3D"96%">
<tr>
<td align=3D"center" valign=3D"top" width=3D"50%">
<table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">
<tbody>
<tr>
<td align=3D"center" valign=3D"top" style=3D"font-family:Google Sans, Robot=
o, Helvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4=
285f4; mso-line-height-rule: exactly; padding-bottom: 7px;">OVERVIEW</td>
</tr>
<tr>
<td align=3D"center" valign=3D"top" style=3D"line-height: 3px;">
<img src=3D"http://services.google.com/fh/files/emails/blue_check_gmb.png" =
width=3D"51" alt=3D"" title=3D"" style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3D"center" valign=3D"top" style=3D"font-family:Google Sans, Robot=
o, Helvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4=
84848; mso-line-height-rule: exactly;" width=3D"50%">ABOUT</td>
</tr>
</table>
</td>
</tr><![endif]-->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 8px;">
<!--[if !mso]><!-->
<table width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcent=
er>
<!--<![endif]-->
<!--[if mso | ie]>
<table width=3D"95%" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=
=3D"left">
<![endif]-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcent=
er>
<tr>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_call.png width=3D27 heig=
ht=3Dauto border=3D0 alt=3DCall title=3DCall style=3D"display: block;"></td=
>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">CALL</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_direction.png width=3D27=
 height=3D27 border=3D0 alt=3DDirections title=3DDirections style=3D"displa=
y: block;"></td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">DIRECTIONS</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_save.png width=3D27 heig=
ht=3Dauto border=3D0 alt=3DSave title=3DSave style=3D"display: block;"></td=
>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">SAVE</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_website.png width=3D27 h=
eight=3Dauto border=3D0 alt=3DWebsite title=3DWebsite style=3D"display: blo=
ck;"></td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">WEBSITE</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D12 style=3D"mso-line-height-rule:exa=
ctly; line-height:12px;"><img src=3Dhttp://services.google.com/fh/files/ema=
ils/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display=
: block;"></td>
</tr>
<tr>
<td>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td width=3D10></td>
<td class=3D"pading20top pad18t pad22b" align=3Dleft valign=3Dtop style=3D"=
padding-top: 10px; padding-bottom: 23px;">
<table border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-left: 3px;" width=3D24><i=
mg src=3Dhttp://services.google.com/fh/files/emails/location_icon_gmb.png w=
idth=3D8 alt=3D"" title=3D"" style=3D"display: block"></td>
<td align=3Dleft valign=3Dmiddle style=3D"font-family:Google Sans, Roboto, =
Helvetica, Arial, sans-serif; font-size: 11px; line-height:13px; color:#000=
000; mso-line-height-rule: exactly; letter-spacing: 0.25px; padding-right: =
10px;"><a href=3D# target=3D_blank style=3D"color:#000000; text-decoration:=
none;">
<span style=3D"mso-hide: all;">Long Beach Rd, Rochert, Mn 56578</span><!--[=
if gte mso 9]><span style=3D"font-size: 10px; line-height: 14px; word-break=
:break-all;">Long Beach Rd, Rochert, Mn 56578</span><![endif]--> </a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
<!--[if !mso]><!-->
<td align=3Dcenter valign=3Dtop class=3Dblock style=3D"display: none;">
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter width=3D38=
3>
<tr>
<td align=3Dleft valign=3Dtop><img src=3Dhttp://services.google.com/fh/file=
s/emails/spacer_11.gif width=3D383 height=3D1 border=3D0 alt=3D"" style=3D"=
display: block;"></td>
</tr>
<tr>
<td class=3Dpdbg align=3Dcenter valign=3Dtop bgcolor=3D#ffffff background=
=3Dhttps://www.gstatic.com/gumdrop/files/gmb-welcome-onboarding-final-mob-d=
ark-transparent-w873px-h839px-2x.png style=3D"background:url(https://www.gs=
tatic.com/gumdrop/files/gmb-welcome-onboarding-final-mob-dark-transparent-w=
873px-h839px-2x.png); background-repeat:no-repeat; background-size:100%; wi=
dth: 383px;" width=3D383>
<table width=3D247 border=3D0 cellspacing=3D0 cellpadding=3D0 align=3Dcente=
r style=3D"width: 247px;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft width=3D100%=
>
<tr>
<td class=3Dpad_t_98 align=3Dleft valign=3Dtop style=3D"font-family:Google =
Sans, Roboto, Helvetica, Arial, sans-serif; font-size: 10px; line-height:12=
px; color:#000000; mso-line-height-rule: exactly; letter-spacing: 0.5px; pa=
dding-top: 94px; padding-bottom: 13px; padding-left: 10px;"><span style=3D"=
mso-hide: all; word-break:break-all;">Water Damage Restoration Se...</span>=
<!--[if gte mso 9]><span style=3D"font-size: 10px; line-height: 14px;">Wate=
r Damage Restoration Se...</span><![endif]--></td>
</tr>
<tr>
<td align=3Dleft>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td width=3D11>
</td>
<td class=3Dpad12 align=3Dleft valign=3Dtop style=3D"padding-bottom: 14px; =
padding-left: 0px;">
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft class=3D100%=
>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly;">ALL</td>
<td align=3Dleft valign=3Dtop width=3D19 height=3D10 style=3D"mso-line-heig=
ht-rule:exactly; line-height:10px;"><img src=3Dhttp://services.google.com/f=
h/files/emails/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=
=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">MAPS</td>
<td align=3Dleft valign=3Dtop width=3D19 height=3D10 style=3D"mso-line-heig=
ht-rule:exactly; line-height:10px;"><img src=3Dhttp://services.google.com/f=
h/files/emails/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=
=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">VIDEOS</td>
<td align=3Dleft valign=3Dtop width=3D19 height=3D10 style=3D"mso-line-heig=
ht-rule:exactly; line-height:10px;"><img src=3Dhttp://services.google.com/f=
h/files/emails/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=
=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">IMAGES</td>
<td align=3Dleft valign=3Dtop width=3D19 height=3D10 style=3D"mso-line-heig=
ht-rule:exactly; line-height:10px;"><img src=3Dhttp://services.google.com/f=
h/files/emails/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=
=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">NEWS</td>
<td align=3Dleft valign=3Dtop width=3D19 height=3D10 style=3D"mso-line-heig=
ht-rule:exactly; line-height:10px;"><img src=3Dhttp://services.google.com/f=
h/files/emails/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=
=3D"display: block;"></td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;">S<font style=3D"color: #70757a;">H</font=
><font style=3D"color: #b0b3b5">O</font><font style=3D"color: #cdcfd1;">P</=
font><font style=3D"color: #eceded;">P</font></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td width=3D10></td>
<td align=3Dleft valign=3Dtop>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tr>
<td class=3Dwid167_outlook align=3Dleft valign=3Dtop width=3D177>
<table width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft=
>
<tr>
<td align=3Dleft valign=3Dtop height=3D11 style=3D"mso-line-height-rule:exa=
ctly; line-height:11px;"><img src=3Dhttp://services.google.com/fh/files/ema=
ils/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display=
: block;"></td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Google Sans, Roboto, Hel=
vetica, Arial, sans-serif; font-size: 11px; line-height:13px; color:#000000=
; mso-line-height-rule: exactly; letter-spacing: 0.25px;"> 24 hour Water Da=
mage Restoration Long Island </td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D4 style=3D"mso-line-height-rule:exac=
tly; line-height:4px;"><img src=3Dhttp://services.google.com/fh/files/email=
s/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: =
block;"></td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Arial, sans-serif; font-=
size: 9px; line-height:11px; color:#000000; mso-line-height-rule: exactly; =
"> No reviews </td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D4 style=3D"mso-line-height-rule:exac=
tly; line-height:4px;"><img src=3Dhttp://services.google.com/fh/files/email=
s/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: =
block;"></td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Google Sans, Roboto, Hel=
vetica, Arial, sans-serif; font-size: 10px; line-height:12px; color:#8A8A8A=
; mso-line-height-rule: exactly; "> <span style=3D"mso-hide: all; word-brea=
k:break-all;">Water Damage Restoratio...</span><!--[if gte mso 9]><span sty=
le=3D"font-size: 10px; line-height: 14px;">Water Damage Restoratio...</span=
><![endif]--> </td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D10 style=3D"mso-line-height-rule:exa=
ctly; line-height:10px;"><img src=3Dhttp://services.google.com/fh/files/ema=
ils/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display=
: block;"></td>
</tr>
</table>
</td>
<td align=3Dright valign=3Dtop width=3D62 height=3D73 style=3Dborder-top-ri=
ght-radius:5px;><img src=3Dhttps://lh3.googleusercontent.com/a/ACg8ocJAkfcj=
EKdsO0c26hoV2m-QWZzAOvV25Gl1IP-ZyMq_qobang=3Dw62-c-h73-a-no-mo width=3D62 h=
eight=3Dauto border=3D0 alt=3D"" style=3D"display: block; border-top-right-=
radius:5px;"></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpad18b align=3Dleft valign=3Dtop style=3D"padding-top: 10px;">
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dleft width=3D100%=
>
<tr>
<td align=3Dcenter valign=3Dtop width=3D50%>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-bottom: 7px;">OVERVIEW</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"line-height: 3px;">
<img src=3Dhttp://services.google.com/fh/files/emails/blue_check_gmb.png wi=
dth=3D51 alt=3D"" title=3D"" style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#48484=
8; mso-line-height-rule: exactly;" width=3D50%>ABOUT</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 8px;">
<table width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcent=
er>
<tr>
<td align=3Dcenter valign=3Dtop>
<table width=3D100% border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcent=
er>
<tr>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_call.png width=3D27 heig=
ht=3Dauto border=3D0 alt=3DCall title=3DCall style=3D"display: block;"></td=
>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">CALL</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_direction.png width=3D27=
 height=3D27 border=3D0 alt=3DDirections title=3DDirections style=3D"displa=
y: block;"></td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">DIRECTIONS</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_save.png width=3D27 heig=
ht=3Dauto border=3D0 alt=3DSave title=3DSave style=3D"display: block;"></td=
>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">SAVE</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D25%>
<table border=3D0 cellpadding=3D0 cellspacing=3D0 align=3Dcenter>
<tr>
<td valign=3Dtop align=3Dcenter height=3D20><img src=3Dhttp://services.goog=
le.com/fh/files/emails/gmb_onboarding_live_listing_website.png width=3D27 h=
eight=3Dauto border=3D0 alt=3DWebsite title=3DWebsite style=3D"display: blo=
ck;"></td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop style=3D"font-family:Google Sans, Roboto, H=
elvetica, Arial, sans-serif; font-size: 8px; line-height:10px; color:#4285f=
4; mso-line-height-rule: exactly; padding-top: 5px;">WEBSITE</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D12 style=3D"mso-line-height-rule:exa=
ctly; line-height:12px;"><img src=3Dhttp://services.google.com/fh/files/ema=
ils/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display=
: block;"></td>
</tr>
<tr>
<td>
<table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td width=3D10></td>
<td class=3D"pading20top pad18t pad22b" align=3Dleft valign=3Dtop style=3D"=
padding-top: 8px; padding-bottom: 22px;">
<table border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-left: 3px;" width=3D24><i=
mg src=3Dhttp://services.google.com/fh/files/emails/location_icon_gmb.png w=
idth=3D8 alt=3D"" title=3D"" style=3D"display: block"></td>
<td align=3Dleft valign=3Dmiddle style=3D"font-family:Google Sans, Roboto, =
Helvetica, Arial, sans-serif; font-size: 11px; line-height:13px; color:#000=
000; mso-line-height-rule: exactly; letter-spacing: 0.25px; padding-right: =
10px;"><a href=3D# target=3D_blank style=3D"color:#000000; text-decoration:=
none;">
<span style=3D"mso-hide: all;">Long Beach Rd, Rochert, Mn 56578</span><!--[=
if gte mso 9]><span style=3D"font-size: 10px; line-height: 14px; word-break=
:break-all;">Long Beach Rd, Rochert, Mn 56578</span><![endif]--> </a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
<!--<![endif]-->
</tr>
</table>
</td>
</tr>
<!--Image and subheading ends here-->
<!--<![endif]-->
<!--Body ends here-->
<tr>
<td align=3Dcenter valign=3Dtop style=3D"padding-top: 5px; padding-bottom: =
32px;" class=3Dpad-b-44>
<table role=3Dpresentation width=3D600 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody> <!-- Disclaimer para -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 15px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3D"m_0_auto w280">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Dfree>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 class=3Dw280 wid=
th=3D560 align=3Dcenter>
<tbody>
<tr>
<td class=3Dout_pt_6 align=3Dleft aria-hidden=3Dtrue valign=3Dtop width=3D4=
0><img src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-i-disclaimer-transpa=
rent-w88px-h88px-2x.png width=3D23 style=3D"display: block;"></td>
<td width=3D560 align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 class=3Dw240>
<tbody>
<tr>
<td align=3Dleft class=3Dfire valign=3Dtop style=3D"font-family: Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 2=
4px; color: #606368; font-weight: 400;">
Business personalization is enabled to provide tailored experiences and per=
sonalized promotions for Google business products across Google surfaces li=
ke Search. You can manage this setting in <a href=3Dhttps://c.gle/ANiao5pSq=
NjLmgGtDdPDuZqdM_j53J5CvKOvZSdNg3jIFOW4pkvR4wyt6A1l0PJ4wjrPJuscP2dmk9hGuP9k=
GFmy0FEBdm__L2gOt9-VmGAamv7X_F0VFUqoezeGlCS1ZYC_zB2RMQDqXGi40kf-8oCNIaFdJ5P=
ECk7c2r1CwqBOxTo8aKp88Q target=3D_blank style=3D"color:#1A73E8; text-decora=
tion:none;">your=C2=A0account</a><span aria-hidden=3Dtrue>.</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Disclaimer para -->
</tbody>
</table>
</td>
</tr>
<!--footer start-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D850 align=3Dcenter class=3Dtable>
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#DADCE0>
<table role=3Dpresentation width=3D382 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dtable-f>
<tr>
<td class=3D"font12 pad_top_45" style=3D"font-family:Google Sans, Roboto, H=
elvetica,Arial,sans-serif; font-size:10px; line-height: 14px; color:#515354=
; padding-top:49px; letter-spacing:0.2px;" align=3Dcenter valign=3Dtop clas=
s=3Df12_l16>You have received this email to update you about important chan=
ges related to your Business Profile.</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D7 style=3D"mso-line-height-rule:exac=
tly; line-height:7px;"><img src=3Dhttp://services.google.com/fh/files/email=
s/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" style=3D"display: =
block;"></td>
</tr>
<!--[if !mso]><!-->
<div class=3Dmobile-only style=3D"font-size: 0; max-height: 0; overflow: hi=
dden; display: none">
<tr>
<td align=3Dleft valign=3Dtop height=3D6 style=3D"mso-line-height-rule:exac=
tly; line-height:6px;" class=3D"mob-hide mobile-only"><img src=3Dhttp://ser=
vices.google.com/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=
=3D0 alt=3D"" style=3D"display: block;"></td>
</tr>
</div>
<!--<![endif]-->
<tr>
<td class=3Dpad_top_25 style=3D"padding-top: 23px;" align=3Dcenter valign=
=3Dtop><img style=3Ddisplay:block; border=3D0 src=3Dhttps://www.google.com/=
images/branding/googlelogo/2x/googlelogo_grey_tm_color_96x40dp.png width=3D=
88 alt=3DGoogle title=3DGoogle></td>
</tr>
<tr>
<td class=3Dfont12 style=3D"font-family:Google Sans, Roboto, Helvetica,Aria=
l,sans-serif; font-size:10px; line-height: 14px; color:#515354; padding-bot=
tom: 60px;" align=3Dcenter valign=3Dtop><a href=3D# style=3D"color:#515354;=
 text-decoration: none;">=C2=A9 2025 Google LLC 1600 Amphitheatre<br>Parkwa=
y, Mountain View, CA 94043</a>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop height=3D18 style=3D"mso-line-height-rule:exa=
ctly; line-height:18px;" class=3Dhide><img src=3Dhttp://services.google.com=
/fh/files/emails/spacer_11.gif width=3D1 height=3D1 border=3D0 alt=3D"" sty=
le=3D"display: block;"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!--footer end-->
</table>
</td>
</tr>
</table>
<!--Main content end-->
</td>
</tr>
</table>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter class=3Dw480>
<tr>
<td>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D480>
<tr>
<td cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D1 width=3D160 style=
=3D"line-height: 1px; min-width: 160px;">
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D160 height=3D1 style=3D"display: block; max-height: 1px; min-height: 1px=
; min-width: 160px; width: 160px;">
</td>
<td cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D1 width=3D160 style=
=3D"line-height: 1px; min-width: 160px;">
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D160 height=3D1 style=3D"display: block; max-height: 1px; min-height: 1px=
; min-width: 160px; width: 160px;">
</td>
<td cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D1 width=3D160 style=
=3D"line-height: 1px; min-width: 160px;">
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D160 height=3D1 style=3D"display: block; max-height: 1px; min-height: 1px=
; min-width: 160px; width: 160px;">
</td>
</tr>
</table>
</td>
</tr>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5o0eetA7CpIdagZZ64DRIroqWhQnjO_u-boqf-bijkmTn2uVkKoKwIpzubSj36LPI=
PwgecPVP85iAut2wOSBgPvIequpLNqgq0HixgS2o0n3nMvviFJdx7DirFTCVauy4AlQA.gif></=
body>
</html>
--0000000000001a27d1063b963006--
info/cur/1754368723.M47229P3928931.premium320.web-hosting.com,S=24797,W=25576:2,S000064000000060335151007557650020135 0ustar00Return-Path: <30YqRaBcKAHgXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id IDe1AtOKkWhj8zsAVkXPrw
	(envelope-from <30YqRaBcKAHgXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 00:38:43 -0400
Return-path: <30YqRaBcKAHgXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 00:38:43 -0400
Received: from [198.54.122.200] (port=41926 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <30YqRaBcKAHgXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>)
	id 1uj9Ri-0000000GU5j-3cg6
	for info@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 00:38:42 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=eeD40tqI;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 30YqRaBcKAHgXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=30YqRaBcKAHgXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx1021k3sz13JD
	for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 04:38:42 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-8760733a107so519425739f.3
        for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 21:38:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754368721; x=1754973521; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=j/SQWQ5vV1flapQWowY74FSmXnf1XbWh1vXw2X/qLrQ=;
        b=eeD40tqIM/XZT2QAZpcLJSsYGoyKOXGIm2VmwTp2FcyvIuB9Il55ZJBaEy0eB7Brw3
         SQhOA+Ll+Uxc6cJ8RXaKYYteCb7POuymdPE/4Bw13/BZa8JLSFZwXrRizYHK0HJrMx3R
         zJlT9vEfGWD3lzTb1+ZN421BvuD9dq+jPt9OAePyJG2Cw6/FUrh/rzP1kHr5d8la3//G
         pM1UybAxkIO4FgS0nE3Bfp5dDyNMKjK4VBk7K1Aq8d7UTiIcDLCvdMtRC9Jpf3eV72D0
         QYTWvz5jknnXm7mSndWtiyuBZgTFe6jZ14//JoA76etl6vdPNmh82d5xyhgUXFSwh11k
         Yj4Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754368721; x=1754973521;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=j/SQWQ5vV1flapQWowY74FSmXnf1XbWh1vXw2X/qLrQ=;
        b=LgDNmNJuJVOuUwDEAEMBI5YjZF7rPdTZNh+8F7OqLe+FjFtSaPznIaOOn3xOtxiutq
         duw2MRoWy8J1nub37ZmB5FTcVAZBnFMjxChap699fAwiY8rgkLuwg4Cg8xCYRgdGP8h8
         6r8w/JUg90pdP5/IwLXpr1KgwG7VeobuXAwIs+jEALOEgGZ0MK9n5zwU3op7kgQUOr1C
         Lmo/KSPdW0Y6Yd1D3rBu0X4dkarr/7TjTphvtc6TDAchjeMBaFXqbofEEZ7hj9JMHuL/
         Us0j6ysetfW/TM09gtAAUz+vgYTfNgb04yM7XS2e7AfdqYJzNlaEDjDbxY4gzPBKluDi
         PCBw==
X-Gm-Message-State: AOJu0Yx4bXH9daKkbpktmvL/TD3FhlapW71Nl0cslAS3l+oGPPZG9O4j
	BksEMaHowqWMFiLbzl+JyBYOCa9xhYluDHrWtxhd4lRUksDZTKYGnQFZZTDN
X-Google-Smtp-Source: AGHT+IE1DYw2Yx4ut3h+mGvTW3OWr4Om+RXpzI56M1n6lRCEyYPdBVTS017SncaKaw/CamXaQ6PjIfQ=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:1:b0:876:19b9:1aaa with SMTP id
 ca18e2360f4ac-881683c9f9dmr1862455439f.9.1754368721736; Mon, 04 Aug 2025
 21:38:41 -0700 (PDT)
Date: Mon, 04 Aug 2025 21:38:41 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 366d63aef3da0000
X-Notifications-Bounce-Info: AWoTSIF6zrVQ230B8o6--z6RJEaY-13Kh8dXtgcnhfWxFbWdawLFCdioauiwkfFEDFwOcdWpTUn7kmafrNkl3mDOqs8XvoIfhrJCWJVcoevNPvpyYOpxBZldaI4eRSVjmCegaopnPnmu3uUI7KXLznZ10gM4zczrDlAcRjFsH6Xc-JKmBy58F9b39XHCXSBCyU8swJzZEXXXHha2KVxWlm5r0-uawmN2LYM3POz7ZIbFcQLuY4PBVZUo9WgTtZM6dYesBix57FVGMK81jBt1u808C3-LDnOedmvSYWmm2qX8DlgFpZc4Oyb_P73S2SusAqgCT18vdJpsDguOBXyc1AmcFxq38O7xGzBYutYAOvtswct1g32PJcNTaBgJVpTGMqo1xLybLe2abVP6viM9an7boLyQrafVWMIkAfg4lI7OXL1-PYp0Hy9Yw9mBuMnGOZFYfwbE98S2dvXX0VdRoNNd4SEYI00orYzIFhCEe6r61mqYoDC5yhObjodKWHgtNZ4m4RiSOJ9h93eUdtTTt1Vxgrv5PZOvmcMqn3DysJI-3k0F6JkYVwvqFgsu2Gj1lm8lFt9pyC3-xdFrmnK4fVmNvhKdq_cf4YSKqZmdObuZkMSQB2szzBm8-foMKwsNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <0e9edbd2e327d5be085b25eb459eadd82f17fac2-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000076d655063b96ccd0"

--00000000000076d655063b96ccd0
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/9965351369990659485/profile?trk=https%3A%2F%2Fc.gle%2FANiao5o7NqGrMIQr_Wi_T5c6DwiTGxDMNZYatUm1784U935eoORDRitTVnNOZ_SA0EXHFJuJysiy9Yms5D9B28ZTtqmdyTVEsS6ztW-OC-G17yyA8amrpKT_yvtDG0E>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5oZi-B4ghyvBspwLKZDodOUVzMrnJSS4-K8H-7T92rEyfGvo7G_1ysR2tGvCVGD1SplK4XvNpcayxjRPcj8VD657wxxp17pmwr7eXdzNQcWfz1UB1RX2EfuZBVd8Y7-2Q81RyYtbKh33UPABS1vSXtZDPdX7augC96wGNrnPrI>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5p8wW1No7GodkUEjHiKg2f7CAJYAHLY2bshKfCtKVEDZY36Nj5nlzVyv6wGlDxrSAyMuSsSbB0Ju-uarQ0M8eQdoRXR2S5TCrTrDRQxM8vR-05jXYAZB0H52GDewA3JPnje1FhDsySOtqoxMKpUfEX-mmjXIBmAhxVTOSAvafRKvnsApWXc1u12KthcmIvbc7_8v1iYjLagXEz-MlcZdYMaXi0hl1-SpMeIV5r0JA>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5oWXB9Ef7A6lKKeT88OaY4aMp-W0sD1aGxaX16aQLaLGkK4PHmWKre0mDNQs0DVpzKpY9_H1e7a1SSHRe-GN6sp8_cllTGKnieoC7TLHIoEKYB8OVT4MXWHZ1ZSibJO53ID1IY>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000076d655063b96ccd0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rrily-cpvcEP-uwZkLA_RLpKMW_=
sfMHkNrp0RIm57MszjEk7nc0Yk_rAk7XCR3QojK7sCLCSwYhDz1V73fqx988BLQ6w7aVEImVcc0=
6UZq1aFJPT-nKig464K2SE82VaxpymC00zaHTB5-5t5ilOvzGwvnq4ZJCmqrdX6J3loGlBbY4rC=
OZJkrHATy1lS2qCK_YciL4OE51WVSQe_3yrJIwJJA2UA6jAtsnMF-ZB6T>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/9=
965351369990659485/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qxffXV2rjxvVii=
WZx80csuUdgQ3tiG6Lnv8_cSrrp8jGMOorLOqBqxndXfm1oinia-mH7aWiZbsgbuo4vlIhBtYeQ=
6rAG_0vKMVVpa9eq5W9_ExwNfcf2o1vMp9A target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busines=
s=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5ov8lnviY6cU3Lv8_Wrp1RhG9=
p2OhNNIiVmYbLt8cIxHj5SfVsS90t-iZ1ke2GGrwr0iJkdrJBYKgZ12SmxEFCo8HWXziTKkcUV7=
15m7DStfSo8pKLNfCg-JBpVTMH-ouVL1evQv1sB3NBVGiBAWI4kdxGQ5t7vCLUu1ZEGpBjSdg t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5pFdnPu7lWbDrpyTRgM9EF5M2c8R2XHmFXVmWXivzMH9eG=
GPLvuMKkMYVuE5O9mEc8bkgTPTHQnId3cUgO5zNbNO8vd8_h7UEpn82U6asJXlnWP7cz0ruDmqO=
RMeAiAoTMsgw0RTs6_Tk4p8DY70V2tUf8FNKyWNH-7AkKIKftDf6DFnn75sXyhEb3UG4obuY81P=
ZHzirJOXY6ro8nOQtBIkqmoGtTU8ZPw1WarUuH8 target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5pFdnPu7lWbDrpyTRgM9EF5M2c8=
R2XHmFXVmWXivzMH9eGGPLvuMKkMYVuE5O9mEc8bkgTPTHQnId3cUgO5zNbNO8vd8_h7UEpn82U=
6asJXlnWP7cz0ruDmqORMeAiAoTMsgw0RTs6_Tk4p8DY70V2tUf8FNKyWNH-7AkKIKftDf6DFnn=
75sXyhEb3UG4obuY81PZHzirJOXY6ro8nOQtBIkqmoGtTU8ZPw1WarUuH8 target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5pFdnPu7lWbDrpyTRgM9EF5M2c8R2XHmFXVmWXivzMH9eG=
GPLvuMKkMYVuE5O9mEc8bkgTPTHQnId3cUgO5zNbNO8vd8_h7UEpn82U6asJXlnWP7cz0ruDmqO=
RMeAiAoTMsgw0RTs6_Tk4p8DY70V2tUf8FNKyWNH-7AkKIKftDf6DFnn75sXyhEb3UG4obuY81P=
ZHzirJOXY6ro8nOQtBIkqmoGtTU8ZPw1WarUuH8 target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oRBijrKMWHNXlC4VpPWkwJyPztwUGFrOOtHL4mcPvDSn=
npEh6Luy8sovJr5IAIjoUnRPDASb-DR0foPzoqhehG3_7hECAXjb9jsfg4KEoJKFI4XJOrfyLQt=
wprxBFCsVtuLNKIVw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rsKgaeNCzGoCvxwOmEhuPW6LV2VGwSZ1Tv21WP2lGTeqvfo-sEXRTp06Bvh9n9UP=
DxXhyIRADBJ6Z1EOoFSKHcsK6iOAQ6Dtg0l_oI20VtM5uADMMGQ84E-eBQxnURUYjNKA.gif></=
body>
</html>
--00000000000076d655063b96ccd0--
info/cur/1754193751.M70999P3530204.premium320.web-hosting.com,S=24805,W=25584:2,S000064000000060345151007557650020110 0ustar00Return-Path: <3Vd-OaBcKAJo5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 8IkJBFffjmjc3TUAVkXPrw
	(envelope-from <3Vd-OaBcKAJo5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 00:02:31 -0400
Return-path: <3Vd-OaBcKAJo5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 03 Aug 2025 00:02:31 -0400
Received: from [198.54.122.200] (port=54556 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Vd-OaBcKAJo5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>)
	id 1uiPva-0000000Eu4A-3mKw
	for info@24hourwaterdamagerestorationlongisland.com;
	Sun, 03 Aug 2025 00:02:30 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=A6YjwrCO;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Vd-OaBcKAJo5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com designates 209.85.166.198 as permitted sender) smtp.mailfrom=3Vd-OaBcKAJo5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-il1-f198.google.com (mail-il1-f198.google.com [209.85.166.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bvmHB1FpSz15c4
	for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 03 Aug 2025 04:02:30 +0000 (UTC)
Received: by mail-il1-f198.google.com with SMTP id e9e14a558f8ab-3e2c230d55dso29969175ab.2
        for <info@24hourwaterdamagerestorationlongisland.com>; Sat, 02 Aug 2025 21:02:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754193749; x=1754798549; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=EWyCj1z/q+VcoTADgKWtTquxm48c1Lv1Ai1cBK280dw=;
        b=A6YjwrCORzNAij+zgwj5kUowC25UnUCmoWheeHb7Qte/ruZGhlh3Y1DvPfo1QUZAzh
         yCdb1hah/qklt5qNkV/lfeNH9YWNURFpvpTXPt4SmqbMe9EX3TQmcx7LGKIfG2sxTDqS
         OX6ngXdpGqWa+pvp/W2BRMsbz6ifTPebgl6wprFRnyEZ7/+IHf8jM7JKythslEHHdcLE
         cwfvCVvzmfXs4A0nPxMJPCVbIYkEmR5lsXTp+fN9PT/hbhlJuDviGWxUR9GoPEPvvQv0
         20M3Yu7lU6Vo6VS2Aa/JW4cebR88XHQo6nbDmMvF5kW4qs5EcknnzxEDAYe6wlb9K2Lk
         0K+A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754193749; x=1754798549;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=EWyCj1z/q+VcoTADgKWtTquxm48c1Lv1Ai1cBK280dw=;
        b=FMpoNdSJzBSmIa7kBBNityPRUiUV5ta9xa4Ru5nQ1ay6cvtfxOC4dI8Z991GYiyurB
         VdIvILpAJERRR/eaJnSjjxR0T2VTy5fTjiUEuEV2w1yDxytPYF1W9PE7v60cIxxFRQ0N
         nLAkzXDDyHrtq/FLqnWyKNzh/Hp1EjNcFVs3XwtL8OpEBI9l4XzN6Poz/00dnymei2Oz
         aSqdegklrYCXbi1UojFLSBSFeNV4lFn+CGNdxgOzEltXFLFwMqaLSRwkgHrv4kQWcn7f
         Zy+DUP6QHbXUWbwvVEFdTCvByyC97PysMZU6q980Bxm9VMVMc+WF3O1HyoLjenvDJ3Z9
         g1mA==
X-Gm-Message-State: AOJu0YxeGSn5GyA2AZqZ1nRhzkktbmC8r5pSwISkuPIvSxBpG6p441oE
	EL6oFGo8Yci0VC2OTr8301ZI/k+eOpteHK0d4RbDvPSU6tm5crXy7Ou7N0wy
X-Google-Smtp-Source: AGHT+IEnIopqZYri+q5IDhMZbHcoLo8RlVigW747LhKeuNL1tohpfnVeCZ8/oXsStrLN6Cw7OOmmwLw=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:190f:b0:3e2:9977:bebb with SMTP id
 e9e14a558f8ab-3e4163460ecmr77794455ab.13.1754193749676; Sat, 02 Aug 2025
 21:02:29 -0700 (PDT)
Date: Sat, 02 Aug 2025 21:02:29 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 2caf7d98b5da0000
X-Notifications-Bounce-Info: AWoTSIEOh5KqgR0w525mh5yP-qwc-bX7WWF5SSul66PHwmNd3YmvLg-TEOJ5a9xL-XanAl0dX8BuqQRKN0eFOKnYopbqvI3UOlRWmKPt7HgwdXBgu8NcgFBFTWIRs22zHK6dkrKi4BKkSpCgSsYtLPlWOcsyefWM06MYAejQD5ufQm9mKgU2MnuptI_7j6X9SvD2CannrB2gwnwBd-z1pvHtk-C8i7ev59e2hpOmV4PIQlezKT2oYTBDiCATwqN5GTM8tdZ3KQzBmWS2Lglmlyl87gdXLY__qT0wOhdUoC-wtHk6rv3kOnGEzPQYQZNbDqH49PCuhsC18xZRoz66W9QqNJ6A9znMBOENnVmgvWqxQgpyb68Dr3C7Nht95OyOogEryAAj5BV-Lb8e6t_-A44ehdzWz1n0uRJKvqW-LlmqvIRmjyhU45oR5wrYtWULiTaEzXaNxMxKPvsULs421pMfyHf3gFC1VEjlgOjKOIaYtOfDQtjfX7wMn0LhhHlX8HsgxRrq6wMzF4AbbJQ1x8AZSy0l-QVP_K64C-f7DZlrT0do9nmRvWWdaGd2mTZ9YB8_ExunO5KV-Z6582PIq1NBrKm9Nsh__JONCFQWeIwI2TevEpdtv57dGDY3ZBANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <68a189f1d70c2dc1eb023333863bd8503f2628ee-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000051122f063b6e0f01"

--00000000000051122f063b6e0f01
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/2874061876677980592/profile?trk=https%3A%2F%2Fc.gle%2FANiao5qV3jXhar6JNT556FUn3wxmYo3IqrI-9w_jF96T2lwaCNpTb9HRF_FTLhQdIBFwCchJ7kATcIN582H1LPSskDUlpajF360yy_ZYEIhvr2pV7vRevgwsfEuWTQ8>  
at Long Beach Rd, Rochert, MN 56578, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5q5grbTWOxLIv_sNFdEPkrIPaOH9SStDXoe_XZVOHDDHV6bL4rWJz9FUrGPoP9NA8KSqIxWOEBy2F04bTzfXahXu6iK0XsfLHUnkEFqrUTCVLDs78ztndlEC6rpt7MVEBtJLoUy6055mWK3JyS3ILucNndhKyJjMDuk4-zC0BQ>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5pAq7uobYj4_ptu7Gyx_d1md3pR0gvreRXAxZKc4Wx-xGp_SljC2zZ8vHXOKPZIDtOMf1me0prXfmqDUd8utgDWw0hTV6_7D0I0dKnAeF9ItYQiFdJe383IGreXSvseTs_Y8k7q2jqsWcUtM308sle-nWg3E8BgpTsfwIx67VJmjgS84nqR01LZdxObVJRouu9O8A-7tT2ssXoprKeawLoPReatGRPd7ggmm1Z-nQ>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5rh-DMmqCN6xe0jkYitVJQE7IUoMk-ssWLrcTGYHdscFdx-_RfNZItT6Eu9FHwJXZLFfE4-i1S1phCA6tEMhNk6EbApIxOTRHzlj3IoyIKRHZAeLvxxidk12UrGONQyp3OCnPU>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000051122f063b6e0f01
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5o_ZeJddWldY2vZBhSbqMs2ELguX=
WD2e5na-cpox9XQpY7bZZKxfKkitCKPnXcVFVVZhPojBSJEqtPGEO7r5SJQ30iHWmqWlLzfkTYh=
l08n69m-ZE5yW8KvVqo1OZuQpjEzWrKINx6tAfWpVYKjvbXvwrwQSq5zhRzgnzA8EGaCI5_FJi8=
psVGJfP5fzqhkpWoKpwAjC87N57U7JWTMpheEZDtm0X1ltXlu9h5uZenT>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/2=
874061876677980592/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oAZVd_-Xm2ovgE=
NbBpld0nxoxD0pBUnaN28w5GlB1lQ17ovsMZwh5FThv8378sNJilda0m2wXzr-kkDs1gG2a6Rvh=
xdbY0Za85ShFdZcntnT1nX9pOqDzihY3YOQ target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Rochert, MN 56578</a>, your Busines=
s=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5qzCRcNUcqMOF7GVlXQKo6_hT=
OrTEdrvTDRG61PomOSH_FqeUTWzTC7Ii2ItQQAMNGP7JnCHI5Lu0swnUFSFaa0uDKr_T2hY-fFE=
yBfzZO_Iy45EKYFr_4lSMlXN6vkypXCu7GNlSesefskGyEcTNTF30ZwdCiW52DWohhjyOnWSQ t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qGCUA1_gAYhN8NLGg3iNrZAxxNGOuKZ3yC8hFslg5C5Jc=
jYz6ddZyb3lPfg8Bj7jIF4QDckuFRhW-MnFpT-UfI941sjBvRt0DSysFfRW0bV1rKOiifDS73wK=
7S1Zm7_PgrIfu4dfv3-vbVdi8vRwsYOj5PhUWcZ00iA-M3obLvlmaPlUItw0cwaVnxAzgbxPC0n=
RTX4cD_f9mypnawcs6cb1i5-gxbe3zXwjUmhwCy target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5qGCUA1_gAYhN8NLGg3iNrZAxxN=
GOuKZ3yC8hFslg5C5JcjYz6ddZyb3lPfg8Bj7jIF4QDckuFRhW-MnFpT-UfI941sjBvRt0DSysF=
fRW0bV1rKOiifDS73wK7S1Zm7_PgrIfu4dfv3-vbVdi8vRwsYOj5PhUWcZ00iA-M3obLvlmaPlU=
Itw0cwaVnxAzgbxPC0nRTX4cD_f9mypnawcs6cb1i5-gxbe3zXwjUmhwCy target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5qGCUA1_gAYhN8NLGg3iNrZAxxNGOuKZ3yC8hFslg5C5Jc=
jYz6ddZyb3lPfg8Bj7jIF4QDckuFRhW-MnFpT-UfI941sjBvRt0DSysFfRW0bV1rKOiifDS73wK=
7S1Zm7_PgrIfu4dfv3-vbVdi8vRwsYOj5PhUWcZ00iA-M3obLvlmaPlUItw0cwaVnxAzgbxPC0n=
RTX4cD_f9mypnawcs6cb1i5-gxbe3zXwjUmhwCy target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qZKAXA29IQUbSLOlQ0UD11M_tqWg5HD5CskfvGIsfgPX=
JbwVLd5hBGsITffOag1P_yHYc3DGiiWepWqJ6pM8FrhUypXKs8bnrpWmMELu-whTMIN9SUYLxIB=
ZEf3zT6CZLKMpF4eA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5q4Tj-ysSOdUDkYRxQhBIKpKUNL17HbbIVIxPPeYd5kE2ijPyA2ZE12gVmOECymAd=
mBAyPZac5BUg4e7k5tfkCtjXbq8A7V5NYlufFIW8CuG6rL5yUzebcfafzcr25fUpEhtQ.gif></=
body>
</html>
--00000000000051122f063b6e0f01--
info/cur/1754368600.M859672P3924517.premium320.web-hosting.com,S=33158,W=34005:2,S000064000000100606151007557650020166 0ustar00Return-Path: <3U4qRaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id bkceM1iKkWgl4jsAVkXPrw
	(envelope-from <3U4qRaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 00:36:40 -0400
Return-path: <3U4qRaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 00:36:40 -0400
Received: from [198.54.122.200] (port=41840 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3U4qRaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	id 1uj9Pk-0000000GSwW-2tWQ
	for info@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 00:36:40 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=OJ4LuukF;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3U4qRaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com designates 209.85.160.199 as permitted sender) smtp.mailfrom=3U4qRaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bx0xc0bS6zC0K5
	for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 04:36:36 +0000 (UTC)
Received: by mail-qt1-f199.google.com with SMTP id d75a77b69052e-4af1e2f2300so48598411cf.3
        for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 21:36:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754368595; x=1754973395; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=+sN0HObKMRPOy3Ey/YSwMSLWtXHFn/3641QVu3Te/sA=;
        b=OJ4LuukFQd1/Zt4qsClN1kLU5QmH2o56xkrqgRzaRKHt4WrZgpdUqwZMfN4mX7VBmj
         YPlOg9iNgEFyGIzV4Erc84+py0yiKUj1QNWz7jNxq2cxLHHB4Si0LQWrQDnGgocg5MFH
         3qBkCiwRh0LSVNYRzuogKKL3EcpDuuqqIgkbetawUYn/jhAVol34kghUFP0GNbv4iQn2
         ahhd3xzxGKCvqEIPicn5yevWukaEZ9QoXZZ6SKpLPf+OtNNrSi/0rD61/Cqn2yeaI9+O
         SQsO6unJlG9TJ3u6I0Crjxx9nwQDN5/lbr+2W74loVoZNQc1diDKYdM6vo6K5dD9Pttw
         LTWQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754368595; x=1754973395;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=+sN0HObKMRPOy3Ey/YSwMSLWtXHFn/3641QVu3Te/sA=;
        b=DvO3bq14kAtGdaylvncMVsLDZH3fK0yXIG/NxYrpWX3JQU7Da1F7k61bUrFdSau1Yz
         XL/tpw+sHt0fJQwp0YanCD2W0ZXzaNEhUUGXBQtOvUshMAJ9pXr/mB+QSd/VZb/wKSOl
         HO8MiCVDwo7MrRq/AaBznyL0PKH6npYBRb8tcX5SXrUuMigjNGtulOcddV7Q+AQnhF82
         66spN2pyavOHe8Mj/Q5BlSRJlJxw5JnHipnyWwMpD/rp1Rv/5NDuD/ug2wesI/O1uxBh
         jAhTFnAxWfNmGcFgr7E+lm1KmtsJ7RVNwEZIxFB84RJMoffsjiGy/ao4NkzPC3JDC2BM
         PdCg==
X-Gm-Message-State: AOJu0Yyna850DJxVG0/ws3eu1+ugT+SwbAjPw9O6F3pn4lnM89enk8/k
	jull67QclR+tXzmxq4TDJqrmdtErWFyahM3lss7oP/WVNNfPM9Y=
X-Google-Smtp-Source: AGHT+IFhP8gv8pMKgDRnMRLgfatKMk7IcQG7RZSwWb0oNg8TOziSbwt7wVwgtxTkZTtfBzaiVRYRf44=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:1aa5:b0:4b0:77e4:bd with SMTP id
 d75a77b69052e-4b077e40211mr64470031cf.57.1754368595352; Mon, 04 Aug 2025
 21:36:35 -0700 (PDT)
Date: Mon, 04 Aug 2025 21:36:35 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: b854784483ea0000
X-Notifications-Bounce-Info: AWoTSIGrQvHCn7phsbwMSG8naycbuV7_JI2sPkghaWq7WCRKqcvAFAdKP193P-uv9c_QhtM-zRn9UwMSrQxoRzFIs6PqWqUXaCtwE1jK5dWkB52g6PNuIpRyVJNhB8mOnWkndIancA4OJJKEWP21wIdd_jNmsPV65FF7YxA1EZNM3EEvIHDjqr3RDf-Ui-WVX-9hGBcISi6H_45ECxHF4CrIezGEVaCzntcv99TPLY4upak7tNIAcO6TBrzMXPjUYKElTJD_skXD2pMtWw5RJ2DNXPHt92o7T64Hwwc-CifYl2WzProguBoIqr1-XW3KATtiLWBEzZAAP1i3jm0Gs31nevsBRT3EvQMHid7HFczoUWe1f8dyHy9wzQAvtHqPopyXAKdeOAjK2J9hOdsBEiovfIJPm-e_DGm6KIy8L4SCYKgpnSlFjO8nqpIvpcQm78L6s3kH4ojZ0qS8HBO3QHfpdMEoUMfRv1U6Rfo1itpvXz9SiXGNqSLwxtkmP8IYLhFAdSdTQWFnntfaCHv7_oZI95NFHNZQbANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <9cf799f4fce14614b09a171bdd5bb43a89afccd1-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000ee5d35063b96c433"

--000000000000ee5d35063b96c433
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQoyODgzMg0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzk5NjUzNTEzNjk5
OTA2NTk0ODUvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTI4ODMyJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81b3dqZ1NhMHNSSVlnM2RISFNfdGtxaVd6NHpWWUVndWlUay1tRl9WcnNx
TE42Tlp3YXZYMHhYVnM0dGxQRFRDZF9peC0xeW1nX2M5MXR1eUppb0ZOeWF0cDVhYWtYdnBVVjFF
ZlN1aEN5ZlRGOXZIbDhZRFpNb2JhU3pnbFU+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvTWtabzZHdjVy
cDNRd1kwMExuSWdsMG1haGlxUnJTSTJnbmxoRlhaa3A2UHp0WV9zMmhTbUE4d3p2bTZybFpuaFla
akRObWMwWXB5MkpLeUtHeDE3MDZxYmdNcDJpbkt3Y3BuSzQ2b0pZVXZoUkI3QlpuZ3Y3YnZmQUpX
X1Q2eTVuVEloby1KaExoSW5BU0k2MzFscFBSUVU+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgaW5mb0Ay
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5b3Vy
IHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1hbmFn
aW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBzLiBZ
b3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0KYXR0
cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxodHRw
czovL2J1c2luZXNzLmdvb2dsZS5jb20vbi85OTY1MzUxMzY5OTkwNjU5NDg1L3Byb2ZpbGUvdmVy
aWZ5P2hsPWVuJnBpbj0yODgzMiZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXBfSGIw
WVNFN3lKcTItbkUwZWdqTGZHSEpiZ2d6Z3AtaDJBRHQ3TEVqRlN4QTJrcnRiNFhrWUd5VnYyM1Rn
bkZnMU1sYUVGNG9NdW91dERhT3JBam5EZUJOaGpIeDQ3WTBEWVdRbnMzUFAzVkpySlo1eEkySFg3
NmZXMmc1WFBqaz4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5p
YW81cnVBQUpHOTlnR2kxSU9WXzdLZlZRYUlYQkt3VWNncjlCY3VSc19PMVFXYWV1enlJazJCd2o4
R0x6SlRSV1pBc3lERUhqU1BjaVpSN21CLVVMMFlQRnFWMlpfcXRCQVd0WnZ4cFVBS2RHU3dNU0tC
c3RfTF9BSG8tTU02bDZHR1RTX3AxeWlWU2dtV3paTUZwRHRTN3U3Ri1kNjZkZzdjT3RWVUZyMXZl
bz4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBoaXRo
ZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNvbSAg
DQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyM1BpYWdrS2tTb093SWRUblZRTkVJQVBMS1lCOWtVaDkw
N3Eyb19EMU9ZODgwVm1FaTBZQm5mNXdpX1JtNGJXMFh2M25HTWhoX0lpY1hRbEluNG9wUF9OdFhQ
aV90MHVuZzZsT0tBVF9Ibld0cGQzWmR1dlIzdVEyNl9xMHFBazRMa2FvPg0KDQpZb3UgaGF2ZSBy
ZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5nZXMg
cmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000ee5d35063b96c433
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/99653513699906594=
85/profile/verify?hl=3Den&amp;pin=3D28832&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5oPI_OngEE4Qa2gBUOCFOb1zxSeegHAo36h0jXrvQQZjm8izvA5xfh-zUAxfVdxHQKAXopO=
IH_YNdd0ZHTmabK_hN7jzQWBO6IzusXuoFVsuMM-xqYnuaI>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">28832</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9965351369990659485/profile/verify?=
hl=3Den&amp;pin=3D28832&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pIyiR4BrpdeIn=
zk1cBRj5AvBhy8HNMEQFBW5xeGc0ug7f2mg-AOXOfGWyiZtGopUzBN5s1kAyIdY6fGGeCpe39rJ=
eukSwqli3VI_TDY3bGc-2GR62yqkzI6OKjZjhZWQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9965351369990659485/profile/verify?=
hl=3Den&amp;pin=3D28832&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pIyiR4BrpdeIn=
zk1cBRj5AvBhy8HNMEQFBW5xeGc0ug7f2mg-AOXOfGWyiZtGopUzBN5s1kAyIdY6fGGeCpe39rJ=
eukSwqli3VI_TDY3bGc-2GR62yqkzI6OKjZjhZWQ target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9965351369990659485/profile/verify?=
hl=3Den&amp;pin=3D28832&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pIyiR4BrpdeIn=
zk1cBRj5AvBhy8HNMEQFBW5xeGc0ug7f2mg-AOXOfGWyiZtGopUzBN5s1kAyIdY6fGGeCpe39rJ=
eukSwqli3VI_TDY3bGc-2GR62yqkzI6OKjZjhZWQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5qHdrTx1529IKAQOk=
grgC0u9kKVjcyD6E3P_nPo2UMKm98VvMVVn0niWTdID4C9PQiYxLsU8jj6sY-t5NDjPJUIezXq6=
C6rTMVxik7bEQykbM7Ri8ycpbOwt-WWGtaQTKFqlejTFhlawcbANNRiUbC4H3Kf1Q style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">info@24hourwaterda=
magerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9965351369990659485/profile/verify?=
hl=3Den&amp;pin=3D28832&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qD89Ef1GxXbde=
wHWgMpmugTTbyAPwjeHBlYRZZHLSTRa8pTTy1k3reDNz34X2OQKPrgBPt0Dley4EjQmgToT7zYJ=
wX0nOeMOJdUqHQZETMVQITfu6WRnMNSqFJek7kT0MgLg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9965351369990659485/profile/verify?=
hl=3Den&amp;pin=3D28832&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qD89Ef1GxXbde=
wHWgMpmugTTbyAPwjeHBlYRZZHLSTRa8pTTy1k3reDNz34X2OQKPrgBPt0Dley4EjQmgToT7zYJ=
wX0nOeMOJdUqHQZETMVQITfu6WRnMNSqFJek7kT0MgLg target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9965351369990659485/profile/verify?=
hl=3Den&amp;pin=3D28832&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qD89Ef1GxXbde=
wHWgMpmugTTbyAPwjeHBlYRZZHLSTRa8pTTy1k3reDNz34X2OQKPrgBPt0Dley4EjQmgToT7zYJ=
wX0nOeMOJdUqHQZETMVQITfu6WRnMNSqFJek7kT0MgLg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5rFeVoZNBDaS9TtlCKOzsy3T4SllkVoWDB5__sUlKnjL2Qy5YLUd1LoiZ42Y2PgF0HLOvF=
VFsverWti5pRt9nrc-g4Vn0i022OXD9jyYtxjphowOW8703jTlqdc7S0GD3AfFjYAy-VcTfnvYj=
Igi-HmEedz4IeIYMZy5CxzDUFe_A style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5p4YsdfuLYleaCfaxaVxVpg9sk-GA0RjtrNb0ho679dtsMofAoADrfLHwWIbROBqLKMemT6JV5=
mFlLeP6UkITZO6XQpiRaA4cKaQamylTeN1NV7OT4ILqMRgRlmVUBAeWXw6TrSig style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qiLNJA4q1kilbIqfihD6TO61wLNkbs2l0zZKdURv8QrO_xj3iPHzQ21VDvn46p-X=
CLBhJ296EBlzwACXH3Gs_LAOgETNNQIGAm793pKlHBKd_O-D5vt3DL71VBxyMueA_WZA.gif></=
body>
</html>
--000000000000ee5d35063b96c433--
info/cur/1754316743.M914798P1280852.premium320.web-hosting.com,S=21808,W=22494:2,S000064000000052460151007557650020177 0ustar00Return-Path: <3u7-QaBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id QLfwNce/kGhUixMAVkXPrw
	(envelope-from <3u7-QaBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 10:12:23 -0400
Return-path: <3u7-QaBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 04 Aug 2025 10:12:23 -0400
Received: from [198.54.122.200] (port=50057 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3u7-QaBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>)
	id 1uivvL-00000005Oaz-3lUP
	for info@24hourwaterdamagerestorationlongisland.com;
	Mon, 04 Aug 2025 10:12:23 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=IWp2VpzT;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3u7-QaBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3u7-QaBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bwdmD1vpvz27q5
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 14:12:12 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-71a451779e3so47292717b3.1
        for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 04 Aug 2025 07:12:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754316731; x=1754921531; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=RRd9tdMA4roJX9Use4xiztHNSvaPFc2uEVI6QAqVN38=;
        b=IWp2VpzTUrW7cVANPcLWvqywtoiaq3CbDA+46uy4BIXlKYgDcSf8QMCpKfWL7oDI+K
         asYajVyv12YhO55Vg5+aRmSrfJSl+aDkE5t8FejqmS4z46CGfNYStr+ZsIxU9vb+TSOA
         6jKzuU29HU2H7Ga3XgZoMRtcJDrlFjn1DZ11EpoSap82NgliRul1uhzGTfFF1nHb2KSM
         jOYuVvasn+3WwL+jUAFd4w1hjvI/gczvcHhcFdXLEuZCbP2F4H8nUMqQ4v95ez7Y/oW7
         rNtn6kkmbqTqjab7doMk/cbth9Dala5l8W2hGCTy16FRhyjlfhZP9/j+GhyFr/1CJEBV
         /QCw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754316731; x=1754921531;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=RRd9tdMA4roJX9Use4xiztHNSvaPFc2uEVI6QAqVN38=;
        b=mTQyTG93CTdAlmBTfv2bBXRiIqaNTk4Rd6YianrB7Tx7kW1rVMc2YMEUm5oTk5vLC1
         nEmn04iiQcBGoP5tWbJDsobNzA5xtqJ7sPUzRL+QFtcek8i4HESJmAlx6PcDEHJmgW5D
         qwtUbNqJ63b9WbrqkL2BSV/uXGDJ67dhObNvlw+7kKfjrTZzP8pmj/g87n3Mlz8Y/Nhd
         kDe7tf1Y8OvwFi55xZu27I6Naf/pi88ktBrAc8f4yf0V/IeJlECohDnXyZSo+nHgpVlS
         IkDYFHUr0V+XqBnirMZ3a6nnDZYq2ivGDcSLB3D8kIrkjziYKIAAua4YCbMcS9Q82MYN
         8NPQ==
X-Gm-Message-State: AOJu0Yxrya0ABDkL/30PgVhdlDUKPm4wwzSwP5/Izpw2cQbgJrVnN8mS
	LY/Z33e0CNmgPczZdW94+adFRSNdE16NDG/cqRUDA9Jqd0laji5sP07dIxCJ
X-Google-Smtp-Source: AGHT+IGiI/4XeARPKlehrTQHYi9Va3Vn3SAA0cwiNexUt/Hj6J8GXBUclneWGbAS5rvk1a/2tJM22l8=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:7107:b0:71a:730:12b9 with SMTP id
 00721157ae682-71b7ef60673mr116209997b3.13.1754316731691; Mon, 04 Aug 2025
 07:12:11 -0700 (PDT)
Date: Mon, 04 Aug 2025 07:12:11 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 5b6ee78cddea0000
X-Notifications-Bounce-Info: AWoTSIFRBRR59mJEmAY5CGSJM70iHhjK4yxPEPDNo1bolzn_6xweJK5vl2es5pWf3IpR-RTqq7Fprhgru59P21QqggPg8a_DsZJHNv3_Oi4PZBExYkY_oBEDmHKkVIt_4NV1vZhkOqUb4sju9xNxTfUyM4naemsqtZxEXFs4A3jbUlW8nCRrDaArmoXR3qBCU2tFN_F3MG9bAG9wyamnZpJiahTsMJdz8jr2Nt3brsgcbDDryIAIcjUNGhLOQrvlUDwTeSQ-7f2JTLCX-6Wytz3Sv83qHfSN3VwAdvY-9RYa84gPLOyFppPZ4NYUFHUNce-ZXZGaOQ1KJcTI1nbbW73RQxNH05nMmdARHTu8Pul2TGHDfkujwYkqS1ELDxah_I9cTr_wH6rrr6lYxYsV0Z_X6kRmI1_7xKJQzk0IShd68RB4Tw8PTjkD9vq6vSt3u5X83_y9qgH1G9KlUIVXMnyfoUMCBEFOkgJJypVstNSc1UrJzLzY7b78OWNjvObMKt1l6L9qb8p_3ax-Y55TpxQWemN3xuuley5QnbDcgTjSmoeHVc_Go694XUuPf4Zqg8o4NQW0kOOpOp0TLSBUvUUIZ_hpfXRdkjKD-WbNklI_rNNSbe9u-9OcjGFx5s0NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <8956e8d7db0702b3cef83ec2d2a3d0aac6b80f3d-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000009db271063b8ab1f5"

--0000000000009db271063b8ab1f5
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/2874061876677980592/profile?trk=https%3A%2F%2Fc.gle%2FANiao5pd99SO8F40fyh3BD0vqlMtkSSSI1fqgpFD-Wz1M7CPNtM8K577kiFmaHHYmMnw2136SKx2BIicikM-JpgJZIkx9U9YfXOU6zb7rucl3_w8vH1GhbzioaNEZEA>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5qRnpcw7xhB1fJ2coyfWeBQLDBSuz4hCYw9Q7oZ3BYi6AJI3zrGYMs_iQXcZw_W1rhphn_fuaOKVUsV8cae_keCFXzk3Q9ar_Jh2ydaNXws1cceYwso0IXxdD1ZpINMOL6TnbmVUXB1OvfWzGF-NqMrA9uriMpNNvodjMtmD0AGNJDBoo4>

You can see the status of your appeals  
here<https://c.gle/ANiao5rKAAOqkNXBd7q5P5bhafjXovsMCvAqpRmRGarD34L6XIT86YTXJZ0H0BR3ZTB_xf9IJ-42S3hGc5gY3-ShikZGZX9dxxu_78lWslGq202S9_19oWU832ngJ0aMhSTAc_0qxQ1569fYAr09u1I8KmJvileb-OtXo2mfGfPpuJ7ZoZLjek4eTaaT3g4ABgr4mrRIu9Bs53SbIjqUn11UZvqbY9w1o4H-aGZStgZR>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5oUfYyIUnmbHJ94I5s4B9naVphdZiQ4lD4p_OSXIakW7jaZ5j0EcY0VDy-nWzWJLMgE4CESyE_-JHg_T_Y82OfIKARX-j1b3EiKS2ECeTIk7nvKfQDX9M3T4yVPNKldQOXp3pM>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000009db271063b8ab1f5
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/2874061876677980592/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5p2weNzUFehZo3eXaJdHkvdbKj1Yqm-SHY3cv5THeszC-YDCo=
kCtqCPfiTYn3NVG1BUpDELwHYvh6iiq1nsrDk8kJXKu93zmyDU-_YB6FhWSIAyeegEpvHqlt7dr=
A target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5rD8K3urbpWlP365r-6O-33Vn9sAAy2gsAuD1zo2_7NaPE=
1evVG6RGG-bUN7jrGpcX-WS3dxjpOMZvybovdIybeLkVAoKKVi4izKRBxbNrXmmFFByFMB89XYi=
_8zC_zc_y_a-crycnBG_EP6fpxLKOSzRDRTbgdeZozmuVXENML0PJB3nwtcQ target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qiKQS4=
mYqlXwNHS7589Pglna_sBbrTOXefusNFdhK9IoGMGdtcQpRkMEyn3rRiwdb6Xvjd8GBS5qKxi6p=
GhH0-0cSbIJQBsskFnAtNwIFKdMtzBOs4JU_qVPsCXIhEvAkZcSp2tj0E-Kg-C6yJAjgVmwdxqd=
8t-Xo1Yjfe7bKORjSZcmeT9CVbvlTYDQ0ZIA1ZRzebpTb9prXDgoDkC-3DKdZvEGx0oeGm7c6Mq=
2I target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5r65BNITyrYAY3sRFLSaRdczNVmyb432MqrCKvnUKBFYe=
c2WiEGiZ82iguSDVWRuxILVksRH9_uTzE4YVxPB95LqtcaI_P6vNrPIEYrAiqqKU92XIC9OFUZI=
NBhZJqN0iUfOwt9vQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5o8JSiBeIaSdx8eTnwHXVg6ZOTES_IMvDftUATIstmfc2bX798aMh3owdsjO06lZB=
1m9zMprEyFIpjXNnjFa3if-VLhXzPafjGnDAmRzGIiCJHTDh133ZAyVatmbA2syrkcvQ.gif></=
body>
</html>
--0000000000009db271063b8ab1f5--
info/cur/1754027588.M698244P3183165.premium320.web-hosting.com,S=22493,W=23161:2,S000064000000053735151007557650020200 0ustar00Return-Path: <3PlaMaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 0HAdKURWjGg9kjAAVkXPrw
	(envelope-from <3PlaMaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 01:53:08 -0400
Return-path: <3PlaMaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 01 Aug 2025 01:53:08 -0400
Received: from [198.54.122.200] (port=33410 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3PlaMaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com>)
	id 1uhihY-0000000DM4t-22NU
	for info@24hourwaterdamagerestorationlongisland.com;
	Fri, 01 Aug 2025 01:53:08 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=A0Sjxfql;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3PlaMaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3PlaMaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4btZqf5yhyz17d1
	for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 01 Aug 2025 05:53:02 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-7111ff9c057so15266287b3.0
        for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 22:53:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754027582; x=1754632382; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=6NVKJyHLlLx+y6ROWEUpV2OhatCWgthwacgxjgxav1g=;
        b=A0SjxfqlfeSJhvspouXgMSBvPF11mR/Phfxp36CcrKE/NBLwGoNdOlGZppcQ8GSq5V
         GHZp1nZ5tDdkhQlnNHJTVsaQTvxnTkNnWdPf0KspeGvhfBT0BkKI0K9MqUDGP9WxM3cU
         t8nwwPvEm8XZKx+MDD0DKSHRMI5oygBM+ICOx5gp04G8YlXCUTTLOasW7DmSILqcHvxX
         SPG+2O9zrwxhL+DPo0OeIzT1sNxXJJqBAGllJRThfTuNo3AYzwRz5SC1inBcdJMKUFR3
         E+E59ap9eQkDJIcX7lMK7YZ+GBxrvQEkXczGjRKrIlNRdZzmRCDUKxUXG3vjZgH2duCm
         996w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754027582; x=1754632382;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=6NVKJyHLlLx+y6ROWEUpV2OhatCWgthwacgxjgxav1g=;
        b=S5TtmGkSRBlU9n0XvitfqqIq37HQfwasPioJFOfpP+YF+qgpPnSvY4xOZmCGqGAUPX
         8Z1mNv63vZ2tgwbNyptMNxvqWW841s+CdIB7mBUaDpesXAT4GCsanHWnJSxS8pAXaMOK
         FkeaWtTwfCRBFwfS1r372o9cZv0h2vOgsXKbwdsKO3NS0oqqQJsgnj20WcQQXoPuJpIV
         ZF/EpAGAR2mTpItgrd2SiCkgTLauudx4ZuIT2dX03uu1fMHPvJaBDV3QF9oxXwVQ7I4X
         US2gt0S1pM1yPeeLRJqm4MvrDlba5jiSE0o9MPBV8qQTVfmoIwC6C/hk2yK5NSFdgdc1
         N7zQ==
X-Gm-Message-State: AOJu0YxAn/uAfgGuGb1Vi6vyaO85MI7a3dObrzeShaSZ93sA4qKj2hsf
	GkZ6jVFkVuWUHg9SBdmlHlqHioTAI2ruo2O8SQHto7/dKLi8Rm83N4mB4Sx6
X-Google-Smtp-Source: AGHT+IESddAEbZkKbmf1mh5m3cINa83knS3+ehtPs6tzNZdp0Kjgso+gNI4qOHIiYpPn/q2Nysn1hjM=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:f06:b0:71a:1c54:b535 with SMTP id
 00721157ae682-71b6d5cd184mr20134247b3.8.1754027582316; Thu, 31 Jul 2025
 22:53:02 -0700 (PDT)
Date: Thu, 31 Jul 2025 22:53:02 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: dc6cc7d1f9ea0000
X-Notifications-Bounce-Info: AWoTSIFpy_D7B7pUtIBpASrnZEZi_ZYivYTPJNUqrmCOnp-1phNHf1jv35GgutC8cUBahjRnpwYLRJr3muMayf0TdGG0zpuO6Okx7e43x9Xq3RqcR2eFKj7dtNVk35XX55RIOVxGWEFI9lrl7lz9a7yWDcYOvaBiVo9RJP4G-xTzKuwfKoFhIKFdYraMjujg44iVfIsO7eac1pc89x1xxaK3iJBmiIjigrcQuFMCyvL-0069Y7sf6xe-zVqoQmKrHIzM5yOqoq_e2THCArw3j0mS3sQEueUQ5utYHbl-75EsiMSdtJljmdvumJM9X1HJunpvnhkS-dI4TaqFbziuDXJeqi0gYecH-VW4iMzjqKIFJgwJDiBhi-qiwGxGZmBzOhC45bKsTIsDlSGITi1RPaZHMhjUxYyxk6scwKbNMohr0hKeABESwYhJBtuFTwLLUDwkULGFGs7nBYUb9yH2lRWVPzUSkVAL33LPL4dMnp5jNwopAQ-fBqEu7kIrSqdeif2V6mT9F89aYspDvusi9nXWj732TRYefQjLhfkhmFcDYBrLJH--wDkKObooXCraXr0oQrPJAhY5UNnfrJQ8cCllQe9ncyazTkLzy0gSItXKqEx1KiI1vWn0X_trbFQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <7b312666b50a6d2ab69a9d55b9a80ab70dc14b14-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000f86154063b475ec6"

--000000000000f86154063b475ec6
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCjI0IGhvdXIgV2F0ZXIgRGFtYWdlIFJl
c3RvcmF0aW9uIExvbmcgIA0KSXNsYW5kPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE3
Mjc0ODQ0MDQzMDY5MTM5NzIxL3Byb2ZpbGU/dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlh
bzVwVXl1T2NFR2ZnVE9vWlJHLVJIVEVoWFJPdGNHZEhxSV9NN25pTlY4OUxYS3VKdDQ4TlNlWXF0
RlRGZ0M5M3pNVjBia1FzOTlpOWhVbFJaSEJCSVl3aUJpTjFnNVVCRkZwem1wTTFiOGhCX3hEU0p3
OUViSFU4TEZNPiwgIA0KeW91ciBhcHBlYWwgaGFzIG5vdCBiZWVuIGFwcHJvdmVkDQoNCllvdXIg
cmVjZW50IGFwcGVhbCBmb3IgYSByZXN0cmljdGVkIGxpc3RpbmcgaGFzIG5vdCBiZWVuIGFwcHJv
dmVkLg0KDQpDb250ZW50IHRoYXQgdmlvbGF0ZXMgb3VyIHBvbGljeSBvbiBtaXNyZXByZXNlbnRh
dGlvbiBpc24ndCBhbGxvd2VkLiAgDQpNaXNyZXByZXNlbnRhdGlvbiBpbmNsdWRlcyBtaXNsZWFk
aW5nIHJlcHJlc2VudGF0aW9ucyBvciBvbWlzc2lvbnMgZm9yIHRoZSAgDQpwdXJwb3NlIG9mIGdh
aW5pbmcgaW1wcm9wZXIgYmVuZWZpdC4NCg0KU2VlIHJlc3RyaWN0aW9uIHBvbGljeSAgDQo8aHR0
cHM6Ly9jLmdsZS9BTmlhbzVvWVJucTFOd2NEdktXWmEzOVBwaHRyNjZ1bXJzYmNXUHRhOTBDLVIx
Z1ZtSlhCaHhucC1XdVV6cXIyMnZwa0YzWXhqVm9iR3B2aTBjajFtcHJialZSZ3JRRGZSU2I3Q1BT
cm9lNzhTbVc2YVExMTZKLUJaMDRuVFBpaEdHV09PTFhNRy1lS3ZfYjBVbXN2d2xEM0pDcTZhcWZ1
QjdPSTQ5bU9oY3c2U2RoODlxQWRXdz4NCg0KWW91IGNhbiBzZWUgdGhlIHN0YXR1cyBvZiB5b3Vy
IGFwcGVhbHMgIA0KaGVyZTxodHRwczovL2MuZ2xlL0FOaWFvNW9zVWhuenpiZDRmSHBiaHMydU0w
OHpON01mblluVEJFWnBvMFQwR01QWHNscG1Oa3dxLVIwaWZRMEpkRjhIVERqdnVaVFdrTlJkaGM2
X3ZrTEJqQVBKQm1pMUZKRmVsS29YVmpLaXVHcFlZcUdldzdsY1B1dWxpeE1Kb2FWTXF0RzloZHNL
T0xQYVdIbzRoZWhyTFYwbllKdzg0djZVSGg4WDNTUFVNX2hiTXQ5bVFxNERTU05FWHJiNC0zdmdE
b194c0xnOUJuWFA2R3hxR0lUZ3ZhZ3FBMHR3b1JZSnE0Rkw3b2NkZHc+DQoNCg0KUm91dGluZyBJ
RDogRFBOQg0KDQoNCg0KKGMpIDIwMjUgR29vZ2xlIExMQw0KMTYwMCBBbXBoaXRoZWF0cmUgUGFy
a3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNvbSAgDQo8aHR0cHM6
Ly9jLmdsZS9BTmlhbzVxbFBnOGdkUWdxTGV0V20wWmloVVNXS0ZSbGFST2k5bWROWE9ZZm5RQkMy
R1FDdFFrVTY1dkpNZUVUNjYzdnFyVERXOXh5ZHdES2xlS3FFdElZUmt3QlZDbEtPMG1WclR1clN3
Z3dsZHNqbUhjcTl2LUVXbnlDa1RtSFJZN3pzdndHOUZzPg0KDQpZb3UgaGF2ZSByZWNlaXZlZCB0
aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5nZXMgcmVsYXRlZCAg
DQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000f86154063b475ec6
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/17274844043069139721/profile?trk=3D=
https%3A%2F%2Fc.gle%2FANiao5phtU2zk9Ax8suhd5lMyvbkzaJ6P0cbI3ffd2rlMtENzJxC6=
p5Sqyzgl-6xXpck5DI8EAay7aa-DxKU4aaI4U3E8XDHbTcDe61SGlgfwfj01fIh-9VzSXuuwmOL=
Tw target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour W=
ater Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5pDtFJc70MrkiTAMBmtsNnjJb46Q2t_JcJO8hkC4RO8o29=
16ELYnSjyd_c4GWYidoJRIcSqydj_NBHhhOaRJ8AtoRERi40DQTkiugEwOiFmq7nha3eurJacrS=
lNMIwHpVUSbhLnixRVzhv1pVLu881jBLmjlDsdXXfv7naTqbXKqkYL7iUG target=3D_BLANK =
style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5oQw4Rm=
vXZOUoLsXTYzyka-LPp4S361soEYk_9s-0pQZtZWHVHuSPs5Woxf3DbLP0oUg5xdbTK22R-LpXh=
4Pgl3hMc2duSdbQJwyhC-3FaDACDEJsTMD3gZtoSoTSQF_SwEpv9-LZTusP1pLTb_WxZDBApBiv=
_A06gIT3Je8u_emvkUIRQrIYACFBLC0FI04Khf1sh-W0Vxetz1Zd5YvUWB4cNpZcptDwflUdV_r=
snm target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5otJECCHuVZY-r3jKRbbsfOAozKKCdz3795444BVFznBA=
gKzFgD_H0ej2PRL0ixuuhyXwmpUvyKSvKLYt4A7_Tg5sbJkczcxzFixXoFmDQoAgUgw6kSLeMd4=
l7QOSEW5xe01N-FTw style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qGXsbhR_QIrinEMRJuwZTQaA-pBc-thFh3g-zM1HR5jtpZjzZL4DkpaDgyoYaWSf=
s6X7Qa9Bl2NeOptABGuEyTaC2h9J9X6r-lUKJubUaHV9tMGAujbstKsbFHMDJGpuDz3Q.gif></=
body>
</html>
--000000000000f86154063b475ec6--
info/cur/1756115381.M229349P3729155.premium320.web-hosting.com,S=33164,W=34011:2,S000064000000100614151007557650020146 0ustar00Return-Path: <3sjGsaBcKABMuDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id cMuODbUxrGgD5zgAVkXPrw
	(envelope-from <3sjGsaBcKABMuDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 05:49:41 -0400
Return-path: <3sjGsaBcKABMuDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 05:49:41 -0400
Received: from [198.54.122.200] (port=49110 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3sjGsaBcKABMuDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>)
	id 1uqTpe-0000000FfWr-0Svd
	for info@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 05:49:41 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=AUJAKFrq;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3sjGsaBcKABMuDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com designates 209.85.219.198 as permitted sender) smtp.mailfrom=3sjGsaBcKABMuDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com
Received: from mail-yb1-f198.google.com (mail-yb1-f198.google.com [209.85.219.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9QxZ4gHxz27By
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 09:49:38 +0000 (UTC)
Received: by mail-yb1-f198.google.com with SMTP id 3f1490d57ef6-e9611d43e48so1187188276.1
        for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 02:49:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756115378; x=1756720178; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=qxmBh+BIWwplmPX/mO2mnqqdJqAgttTjtVIKTnzqDHc=;
        b=AUJAKFrqvcPH4xngll/M3rwMvGn5ssCFfJNVSeZUzwbhsFbbPcqze4sKzEUDmFMll4
         YSl9jfTilGJ4u7NrWmAs7bpmQut+mKmhoGZJ6KI6OPELxRI2zsCt9hJf1Am7ZH+Jgj0s
         dBwhT/1+6EXTu+6PHJhvPkChjZrDvzrIQ9Cyip7EBV237NDk9oSs4Y2Sx3p17VNVHR6i
         XQT7ybbGQvVhd4ImjWwRTryqQBEWc2spsfPVC48z1xbcQTrNfUKKtj09zEIACEIzSRvm
         bzFBRsVHY9LkQ5uXiExuRI8E5ew3Xj/N+Q+lyHFs8bXWnx4LyNfIPefPvuhZT7k3oEiI
         3vMQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756115378; x=1756720178;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=qxmBh+BIWwplmPX/mO2mnqqdJqAgttTjtVIKTnzqDHc=;
        b=CS1rOv7uhD9JxsKBKlTwoYol/AA7m8ZpmflB51chlswfsHUDgZQGkTD4Kwmy4Sc7fd
         9mKsxNyLpaDUYzCr6ErI2jqYNiKtqT1VvK+nuCBl56fWZkod0ceau3+VpBfyHXN5aHG5
         3BtipOu6X7H8RD+rXcUPtwHFYSa5hpEoAAWWMjBvy6r0e0OJonUDNBj2NQ1nklMJKwRo
         iv4vsusF3gO5W26GoDLvt6N0UwnZPwK7GieThd/eZjcnLsLiCvm2kgmgs785EJTi++++
         kMtfg/rrjHfCKcMgWJRYxF6p9gTqVUspzDjWGq/t5lTJ4HHxfPYHxe+2aKhJKZJb974t
         Td9Q==
X-Gm-Message-State: AOJu0YwjO06kN3io2xdj/v0gqCnXXZQMu6gawxkFzd3hgoR0C5pSL9Ui
	AIoIzTLYEEG2XSWhv9A4P7QRZUQnJFGhONMEEu4WgBvsTrGEHDs=
X-Google-Smtp-Source: AGHT+IFt3pMTiETtQ8dhDJC/8ju63ks7woy/FKGsoi2ruusY3BZ0NK9O2a0G5v0SFt9sV25GBPPuyyk=
MIME-Version: 1.0
X-Received: by 2002:a25:aac1:0:b0:e95:3ae8:841 with SMTP id
 3f1490d57ef6-e953ae80a79mr3481916276.7.1756115378157; Mon, 25 Aug 2025
 02:49:38 -0700 (PDT)
Date: Mon, 25 Aug 2025 02:49:38 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 03cf8225b51a0000
X-Notifications-Bounce-Info: AWoTSIELROU1m_5MOXqD9Lu9AY7HMDIEaPnmleTFma5N9MWk9ZLV4DRkcl1n-oVeKpI8tW24raA2RrRNjRDH1U6SRHeMJbjWWfofEjpemABJ6IwjUBPbx6rzeMn-fkXSrb_crtzvNJFTipAUvXLhX5FD0Dd121PScK3NNL3h1Xr7int_uFVtyw4ykPZdga4xC7wdl0il-hayF_bFBoBlRkyNbDaEPdm_C-aVIiTZ6NMv_KukzyPa3c9mum5r_zVV8sL4Xb0maczsPfYJQJeqqmR6930ISW26tONAuPan4sTm55DAFpjge4QF5s6jRsaSeTNevtCg-fBRFslfyKynKSZkeA8E2_-AUEbDCeJEYgOpLsh5VgTIrhgUcTDguBx2l6Y23LT4JJXr8bfX4Ynzs21BU8pCqk9wlLrGDiEEtQDdM12XbgC3CdIeKkDXYCCh0VEf46RP3p4j-_kdQjMTYMafMz72Sdiew54UiQ36BJDJsrkMbJ6gt7b5ktcbOQcLtiJ_mZLdA4oK8SOcrC-Z4ocm6UkNZQ_tGANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <144ae8384ae090a9dd3cfd76cb0bd38d64e952e0-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000004cb9ff063d2d79ed"

--0000000000004cb9ff063d2d79ed
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo4MTk2Mw0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEwMzYyMzgyNjc2
NjQ5MjQyMTI0L3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj04MTk2MyZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXF0UmpTU011VDhXakx5MDlMRnYzMWdGWHp4LUZid2d0ZVVid05PM25U
b0MtQzNsdHlhcm9oSkRZM09nc1RxZ2ROT2xvVHhqb2Frd3JBbEtuMXhPX0pmZUNBU3A2a01kdURo
ME1OaG90cTN1NlZYek5jUmM2NmlDeEZIR1lvPg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81cWJfWDdFdWhj
alUxSE40T0JtcXBNZWt6QWx2NzNySlQ0OGFIa1lsVHEwTHdRcmhFeEhpdVNKUkRmZzVfT29XcWVS
SXB0eGp4Y0phRmRCRkdXT215eEZxc25kRDF1bFpXOFZEZDg0RW14M1NCTHNtMjZkem1UTjEwcS1F
WkdBYjdNYk1lNjU3Sk5QUHNYSkJ5aEUweEJEb3VZPi4NCg0KMiBTaWduIGluIHVzaW5nIGluZm9A
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMTAzNjIzODI2NzY2NDkyNDIxMjQvcHJvZmlsZS92
ZXJpZnk/aGw9ZW4mcGluPTgxOTYzJnRyaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5pYW81cUlj
WU1Kb0M3b0h2T0NFR1J5VWZGelgtdGxZZHdtRmwtNDF0alR1eFVaYmZsSFBvU2NNVUxleS01Y0FN
ZzdnNXo1M0F4dDVoTnltSTlzOW9pVDF3bzJvQUZqeTlNbzd2YVFQNkJjckYxczVYZWlsd2ROSEVl
Xy1GcmlPOWlrOVBzPg0KDQpWaXNpdCB0aGUgSGVscCAgDQpDZW50ZXI8aHR0cHM6Ly9jLmdsZS9B
TmlhbzVxLXNrb2JaN1YyZU43ZUpZdjZBSmtwMXBIUi05Z0cwc2I1Uk5RYWpfd1Jna0JOd0JyVVpo
dlR6V2FqYXFvbzdzZWxWWVRWUFZFbEV6WnIxa2NGRElNbnRTbHdoQVo2bnlKVFRiUW90R1BNczMw
NHpfVDUySDdnQUZyV0RLdVNIbkl5OERmODk1SFBXNTF2NzRHbFMyakZKcmtsUkVnTllkbjBSUVJ3
Ml84PiAgDQp0byBsZWFybiBtb3JlLg0KDQooYykgMjAyNSBHb29nbGUgTExDIDE2MDANCkFtcGhp
dGhlYXRyZSBQYXJrd2F5LA0KTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCnd3dy5nb29nbGUuY29t
ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBEWk44MGhvUGlBSUp1cTl5M3A4enhUQU9mMHFneE5f
M0NFZWJXSEliT3dhdVFxeURJRXlLQms5QnNvZER6T3pERTBqUFhTR3VlN0ZXSENyLWRBMk5UcnNj
aV9MVE5LMElOR2hQYzUzamxrYm91MEZiTVV0Rkt4bDQzWFNsM2hOZzkxY00+DQoNCllvdSBoYXZl
IHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hhbmdl
cyByZWxhdGVkICANCnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--0000000000004cb9ff063d2d79ed
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/10362382676649242=
124/profile/verify?hl=3Den&amp;pin=3D81963&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5pY92-fbryeDe9DZEljX4-8qJD0IV6t2A_cyeKrnvUYg6ZC0AjKP_HKaXap2lMpYlh8P2l=
SZfP9enipHekEkBQA3h3n7DJxShVlgp4upVhVEzjox8dbacw>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">81963</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/10362382676649242124/profile/verify=
?hl=3Den&amp;pin=3D81963&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qBq--qSXa2Ut=
NG4js96W9ybspO1Rwhpp_GVP5k0FFCu-cMZy-Fci_xSc8Gtx8FF-SlAwkdCrlFtN17iCYx7BSOs=
qciaUEAkZap-nhe57BIT5f-tbnfVzdXGV3k2xBj_g target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/10362382676649242124/profile/verify=
?hl=3Den&amp;pin=3D81963&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qBq--qSXa2Ut=
NG4js96W9ybspO1Rwhpp_GVP5k0FFCu-cMZy-Fci_xSc8Gtx8FF-SlAwkdCrlFtN17iCYx7BSOs=
qciaUEAkZap-nhe57BIT5f-tbnfVzdXGV3k2xBj_g target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/10362382676649242124/profile/verify=
?hl=3Den&amp;pin=3D81963&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qBq--qSXa2Ut=
NG4js96W9ybspO1Rwhpp_GVP5k0FFCu-cMZy-Fci_xSc8Gtx8FF-SlAwkdCrlFtN17iCYx7BSOs=
qciaUEAkZap-nhe57BIT5f-tbnfVzdXGV3k2xBj_g target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5rYwu9BY3tGRcIo-2=
NRjs1UwHsegsW0ESzZHJJUo70i3-fdgCsQ6EvGgu00HQOLm0E4nTjtUvdfzVLeGy7PpwLnI71gl=
lINRu3Z83luJS1RXrbiSqcTbvu0_KoGn0ZE3UAbnVEkZF_hEurOPYUR79kqgmqfgQ style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">info@24hourwaterda=
magerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/10362382676649242124/profile/verify=
?hl=3Den&amp;pin=3D81963&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qz2bpvm4WUXq=
FiBQOrTytnXqNqXHUlTu4R-BQ2kDZB7RgzDDv0QsdqtE9z8DeoBOD6f2blvhpgg-aGQUiB4dswO=
OLqjMJRk3norKNNyKmCzAzlqIkzzOzvfM6ldACWx8dFlQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/10362382676649242124/profile/verify=
?hl=3Den&amp;pin=3D81963&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qz2bpvm4WUXq=
FiBQOrTytnXqNqXHUlTu4R-BQ2kDZB7RgzDDv0QsdqtE9z8DeoBOD6f2blvhpgg-aGQUiB4dswO=
OLqjMJRk3norKNNyKmCzAzlqIkzzOzvfM6ldACWx8dFlQ target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/10362382676649242124/profile/verify=
?hl=3Den&amp;pin=3D81963&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qz2bpvm4WUXq=
FiBQOrTytnXqNqXHUlTu4R-BQ2kDZB7RgzDDv0QsdqtE9z8DeoBOD6f2blvhpgg-aGQUiB4dswO=
OLqjMJRk3norKNNyKmCzAzlqIkzzOzvfM6ldACWx8dFlQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5oyvA7tLMFILJEThtbExBu9_GGC9LTrRHXo9ZFL30e4RqzcT1IjP8fvx8ndAk6bB5eRoJ4=
rBvV3oDKGg_62mfaYvpteGtqYQD3Hn8zyj5wIF8I8Aofnmca2ihYJWRreOfdibvWSJARIa59Cn8=
m74s4IjfBH-Uvfh5jpOiXAmr6bGg style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5pjL6FShlW6xG-XhIw9lqUFtPTGV3NEPAHff-Xm09XO2KyG4DXxaFnW6imWT0JbB3rim3edxL9=
5GrFuBSGk6u9QN_Az9V_Zh3-9rFL0omn5N7bEAY3E6QoGxJW_VmQc3IdatbJ0JQ style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5o4pU1d5va3wJDFQ1nLm6apBAVPFM5bxKis9pQz8Hydczh2fYav-XD0HXLsHu7yEI=
ZntSBZ3ZyRJkaCvvL6-8Go60I_po__ocFdY0BT8tDwJDlqotoVddGF_T0XcE1SRslEqA.gif></=
body>
</html>
--0000000000004cb9ff063d2d79ed--
info/cur/1754559324.M136946P1090488.premium320.web-hosting.com,S=12148,W=12321:2,S000064000000027564151007557650020166 0ustar00Return-Path: <3VHOUaAgTANcGH-K7IER355HNGML.9HH9E7.5HF@gaia.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id +DG6B1xzlGi4oxAAVkXPrw
	(envelope-from <3VHOUaAgTANcGH-K7IER355HNGML.9HH9E7.5HF@gaia.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 05:35:24 -0400
Return-path: <3VHOUaAgTANcGH-K7IER355HNGML.9HH9E7.5HF@gaia.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 07 Aug 2025 05:35:24 -0400
Received: from [198.54.122.200] (port=56326 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3VHOUaAgTANcGH-K7IER355HNGML.9HH9E7.5HF@gaia.bounces.google.com>)
	id 1ujx1v-00000004aGY-45nz
	for info@24hourwaterdamagerestorationlongisland.com;
	Thu, 07 Aug 2025 05:35:23 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=ZsZ1V9tE;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3VHOUaAgTANcGH-K7IER355HNGML.9HH9E7.5HF@gaia.bounces.google.com designates 209.85.128.202 as permitted sender) smtp.mailfrom=3VHOUaAgTANcGH-K7IER355HNGML.9HH9E7.5HF@gaia.bounces.google.com;
	dmarc=pass (policy=reject) header.from=accounts.google.com
Received: from mail-yw1-f202.google.com (mail-yw1-f202.google.com [209.85.128.202])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4byMTJ5sr7zC1kS
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 09:35:16 +0000 (UTC)
Received: by mail-yw1-f202.google.com with SMTP id 00721157ae682-70e4269de4fso10768257b3.0
        for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 02:35:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1754559316; x=1755164116; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=sFoPgiZL5Ygg/di3FFQi1oaYItbRq/yXp0ZMsVQwlu8=;
        b=ZsZ1V9tE7I2kNoOufkpC2hX9XBoL3FGY0GVxS6eX9llk+ez/mdn1ePqTH6FYxtDaXj
         JTeGlp1Ph8+yxiAvQeQn+FgGSfJDvWA2iBLDlxlWpQqM+5BEg/vxeOXMoCI6xTgM7GPG
         HSdC8X5+tSfDawYrnN3XLGZE/9M+iuE2tPo+l5wXJlefqZxUBGjPOHnN92c1PuLqLB1z
         aBr4Y8I9KdSyUPcRlBboyFrirljF+tW7R0K27w/k1zrao8VfJb4XsWRVjX5J3D9NGT9U
         3ZkT6z+BvHjmYC89NWkV/DbhLd43tz/PW1OhLVl/N2SWRKB0gQaKSyOqFWI4fAkn8dez
         bv0g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754559316; x=1755164116;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=sFoPgiZL5Ygg/di3FFQi1oaYItbRq/yXp0ZMsVQwlu8=;
        b=DhAH3Pbx1/hfJATzRgl8rTHzFHJRLgYm9Ksv34IP5pPHvLluNjzD5voZNH68J3I8V+
         +pUWCYUDXE0T6HtlAXyWJztH/grgi5HSRIXZMRrDdcN3+ZCqbqD9B6cHrY26Ppf1sWcv
         GJi/+RHBTZ2+ZkPrAPQ4KX+nW9r1webQjUqKdp97r2nY5pQSBXT7gzOQI3rr6eQqNHJL
         ploP1xiXecCbj6uZHVDYCcwpswP+jDQPAMJ2JQHPqpsq8ZzqVo4pw+3sixstIYT5F9IP
         X2MXDFjYB60QsJ0RlBfqF4P8hBAlDnGMFaZsmaJhCwViRTLwIZF+6nIzU6FncJGYER1U
         52uA==
X-Gm-Message-State: AOJu0YzxkWZBp5FuCxsB4ZAyh+J41gPA9h9bZakG6eCmNVJOnseZLQ7T
	Yg0bSZiKJ27ERwlL+x3Fr0hPnUgYtiPsktwzeKM2xk2Xk+w2NZ97bXIFM8G0RRvmyM7n7UnHL6d
	TkBuJFMD3CKQy0KAiLUXlCKgkZMthIG5e8BKlrHw=
X-Google-Smtp-Source: AGHT+IEonTt+sBKFKnr+00upeAUGbNS1cC/pRwZUDu1/l6b1oDbYPN3uOh9jJHUXTmdmN+DfXRT9VKDV6QMVUwDJR2CfZQ==
MIME-Version: 1.0
X-Received: by 2002:a05:690c:d8d:b0:71a:2dab:74d3 with SMTP id
 00721157ae682-71bc999b31fmr84427727b3.41.1754559316244; Thu, 07 Aug 2025
 02:35:16 -0700 (PDT)
Date: Thu, 07 Aug 2025 09:35:15 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: 6243d0d1b7da0000
X-Notifications-Bounce-Info: AWoTSIHhlcWqKYriAfMOIPgX9rL3CtiftbuwveWMvMUkPzvbEngKz2h3LFPaK2kmCgMr2LF1RCskLDpMDCNF1jiel_LCfHsWb7xLNEe0c1jZUwFmXEPBEXm55WZE0duxZJFgNZ0HW-u08-dkr3aB3gGfdU1RtCLEFjlu2iARomPUdJdVQP5Uc8pNShZ4VQC5WI08o5y3Yg7epH8-WO8GzTfbbb_rmiHUeHx40RZGeIq_iwxUsNef0ANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <j5vNbKmNWHvQgOqL2CVj8A@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000c838d7063bc32c59"

--000000000000c838d7063bc32c59
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQppbmZvQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KV2Ugbm90aWNlZCBhIG5ldyBz
aWduLWluIHRvIHlvdXIgR29vZ2xlIEFjY291bnQgb24gYSBXaW5kb3dzIGRldmljZS4gSWYNCnRo
aXMgd2FzIHlvdSwgeW91IGRvbuKAmXQgbmVlZCB0byBkbyBhbnl0aGluZy4gSWYgbm90LCB3ZeKA
mWxsIGhlbHAgeW91IHNlY3VyZQ0KeW91ciBhY2NvdW50Lg0KQ2hlY2sgYWN0aXZpdHkNCjxodHRw
czovL2FjY291bnRzLmdvb2dsZS5jb20vQWNjb3VudENob29zZXI/RW1haWw9aW5mb0AyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20mY29udGludWU9aHR0cHM6Ly9teWFj
Y291bnQuZ29vZ2xlLmNvbS9hbGVydC9udC8xNzU0NTU5MzE1MDAwP3JmbiUzRDMyNSUyNnJmbmMl
M0QxJTI2ZWlkJTNEMTA0MzA1NDg2MDkwODkzMDEwJTI2ZXQlM0QwPg0KWW91IGNhbiBhbHNvIHNl
ZSBzZWN1cml0eSBhY3Rpdml0eSBhdA0KaHR0cHM6Ly9teWFjY291bnQuZ29vZ2xlLmNvbS9ub3Rp
ZmljYXRpb25zDQpZb3UgcmVjZWl2ZWQgdGhpcyBlbWFpbCB0byBsZXQgeW91IGtub3cgYWJvdXQg
aW1wb3J0YW50IGNoYW5nZXMgdG8geW91cg0KR29vZ2xlIEFjY291bnQgYW5kIHNlcnZpY2VzLg0K
wqkgMjAyNSBHb29nbGUgTExDLCAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBW
aWV3LCBDQSA5NDA0MywgVVNBDQo=
--000000000000c838d7063bc32c59
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"Pr1663pZo-CGQogoiSMxrQ">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"Pr1663pZo-CGQogoiSMxrQ"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dinfo@24hourwa=
terdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google.=
com/alert/nt/1754559315000?rfn%3D325%26rfnc%3D1%26eid%3D104305486090893010%=
26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div></div=
><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"padding-b=
ottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" style=
=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-width: =
thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" align=
=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images/bra=
nding/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=3D"24=
" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google"><div s=
tyle=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Ari=
al,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.87); l=
ine-height: 32px; padding-bottom: 24px;text-align: center; word-break: brea=
k-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </div><ta=
ble align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-height: no=
rmal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D"20" h=
eight=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub; borde=
r-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjXkvvW_LI=
0Z-XfbpSeSCaxUgkMXOQ3ULjY9w10vlTFfjcAwUEmpVKkwv0luBjfI7YUEJbjOxc-cT20wWbGHk=
hz9lJMMga5xqzMygatFEbfFBjj1blvEKxrM5KFK8D7ugFWHEWTEAdAFmlCoup6FemO0NThJRLjH=
SS6GQ-PGLUxsQ5sb7KK7LHC5QMt-VNSBSu1tndbnwbe6scA7NOj3TaPwMyhrmv4wx1CUfRlbBRP=
CNTpkRB-ATpsjxLeVh0KsmDc7kqZfMmj9B-hCaBh6kKtnAsDSRRPP5IO6aln7PX40nUQRLhuZv7=
PMgwx-DUmKiZKm894xm9w-hvs55BiFWF_GeOi1nePhZ9H_PNr6Mo24AM007kzIh7XthybrhJp0A=
WGsChLB3-gcHpwwZJwQaa9Cyz9aWRcw87RZlxqOF92YLbADOP4gmS_G2AEOmnYud-maUnr5qovG=
NtfS3wkXmEKv3A6zFCPTwrr6raP1UKvXAo5rUV8UiGwv_YLMGLeNLA8xYLSJsUtWXLeEGnpfAjT=
vnPbTdIxspdKKHLDHkboaVkc9e-CmAkJBGBxzDtMib-9ru_46ktbbs7Mkp1aoBSzSN2XHUA4CeO=
7lTMPwz_aFOiD92r0mx-8nu8z8tX60zv4vYDzo3HktXjJeVCmi2Fit-lwaJU0iKl16ctWYuZZWK=
DkrFaDTzOY3TV-o9SP1JJX_yjsPGI_9t61IoDjxJYMVCnxIofT_4DUt4FRDxu-2W8z6uesYLvGt=
zMe0a-wbT4h9X3Rn8MM-7e4B-pL3Zttk0ooeffLPq9cwOzrxG4wN784G1yk7JCgkuovAxNO9E0y=
iKnoXWe4vk43E9HXo5mvaxRxZ-yGreJDnKSvN26Bg73x2hUBP0av77rwuDw6KMuUgsXFPn9OU4m=
k3TNF8TN8WNaIRSfV4o4NJOoqCrZqSC_dcgjS4Qf1gQI3jdZGYUZHna3aZWuxZfZsml59iyTK0Z=
CKOOlt0=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Google San=
s&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.87=
); font-size: 14px; line-height: 20px;">info@24hourwaterdamagerestorationlo=
ngisland.com</a></td></tr></table> </div><div style=3D"font-family: Roboto-=
Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0,0,0,0.87=
); line-height: 20px;padding-top: 20px; text-align: center;">We noticed a n=
ew sign-in to your Google Account on a Windows device. If this was you, you=
 don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you secure y=
our account.<div style=3D"padding-top: 32px; text-align: center;"><a href=
=3D"https://accounts.google.com/AccountChooser?Email=3Dinfo@24hourwaterdama=
gerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google.com/ale=
rt/nt/1754559315000?rfn%3D325%26rfnc%3D1%26eid%3D104305486090893010%26et%3D=
0" target=3D"_blank" link-id=3D"main-button-link" style=3D"font-family: &#3=
9;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif; line-heig=
ht: 16px; color: #ffffff; font-weight: 400; text-decoration: none;font-size=
: 14px;display:inline-block;padding: 10px 24px;background-color: #4184F3; b=
order-radius: 5px; min-width: 90px;">Check activity</a></div></div><div sty=
le=3D"padding-top: 20px; font-size: 12px; line-height: 16px; color: #5f6368=
; letter-spacing: 0.3px; text-align: center">You can also see security acti=
vity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decoration: inherit;=
">https://myaccount.google.com/notifications</a></div></div><div style=3D"t=
ext-align: left;"><div style=3D"font-family: Roboto-Regular,Helvetica,Arial=
,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-height: 18px; pa=
dding-top: 12px; text-align: center;"><div>You received this email to let y=
ou know about important changes to your Google Account and services.</div><=
div style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=3D"afal" sty=
le=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color: rgba(0,=
0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12px; text-alig=
n: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</a></di=
v></div></div></td><td width=3D"8" style=3D"width: 8px;"></td></tr></table>=
</td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td></tr></table><=
/body></html>
--000000000000c838d7063bc32c59--
info/cur/1756376312.M51247P938615.premium320.web-hosting.com,S=29113,W=29677:2,000064000000070671151007557650017712 0ustar00Return-Path: <38SywaAoKAFgI2-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KA1LAvgssGh3Ug4AVkXPrw
	(envelope-from <38SywaAoKAFgI2-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 28 Aug 2025 06:18:32 -0400
Return-path: <38SywaAoKAFgI2-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 28 Aug 2025 06:18:32 -0400
Received: from [198.54.122.200] (port=41565 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <38SywaAoKAFgI2-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>)
	id 1urZiC-00000003wTD-2yML
	for info@24hourwaterdamagerestorationlongisland.com;
	Thu, 28 Aug 2025 06:18:31 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=k3WcxMj4;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 38SywaAoKAFgI2-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=38SywaAoKAFgI2-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cCHRQ2f2Vz27dn
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 28 Aug 2025 10:18:26 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-72117335879so10261057b3.2
        for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 28 Aug 2025 03:18:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756376306; x=1756981106; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=cOV/XI6Vo4lVfC+iORJAxfsEeQ/eF3VpdCadqhbu9uA=;
        b=k3WcxMj4NZJiTx6CZ8m6t/qiQzZSwg7nVu81/vFqYm3DVBBfAarPjbOFdJe23mm1pD
         hNE0Rbm/eIhMh7oSWJemTTkiZKpJzRJbcKAwcjF5y4kWXfvSDR9WgJr8sS/lLLOsv9l2
         vL1/ZI0/pMB1CTK2biN6+n2+GhCoF1EXqf53W5dw6+Wu5HZd7qc0Z1G8iKuS4CKoImyn
         DLxAThpqsj/l4SWBGjCPFkOTgIHfTUt+YZrVO2RHlJMNhxJn1v6s+uPTNdVUOCZDTI6W
         P7jzEGuJRKGtXBs1HYSiBSY4vXEnF//s163lZwxuADpKt8YF9m12sbUEKzHS4BWxGl8H
         2mSQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756376306; x=1756981106;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=cOV/XI6Vo4lVfC+iORJAxfsEeQ/eF3VpdCadqhbu9uA=;
        b=dZNfPGqbN8SxYpaBhoKekT/ukKpveBBmAGauDs6mXGF8AbRQq1tD8p/i4XUzrXXUvu
         ucHhdCQOZOIUowMs+O9VYq7Auwhz655pTJ8VK0B7zsX3DTdiD8uvzT4gGBccdBRId8HO
         1Ko7gSX5tWSDOSyUAZPuQpFqB8vr1zp02URMjtqM3x+1+HpjaUmEJ+kw79+KvoZMC5tw
         d5BRAp3O6rruK1Jvr457U58VOy07qW2CmQJEjgQPyT7Oq38snt1z7QovkFDJDs/qJcS8
         V7XDwr8+8oe36o/HpbSt8A85EIyJuc8gLaFwonA+OTbOwsawLwW4575EvJJd4xXtHQzD
         vlDQ==
X-Gm-Message-State: AOJu0YxJlxp4AhfH2+Ej02qDOJBHsQeHMNhXcG2icZrqZSW+0wZDwcxy
	6Zz2yLmPHbYmJIICjOM/HcSiUvwVNg/lFpifvhtb2AdsKeWcVpjqJqNu723F
X-Google-Smtp-Source: AGHT+IEHIx4GT+4/jnlsONDR6eGd4XJHeHhlpGo/GpKQPvvnt4QS8r2WRscN3jdwyqp++D9oN3PH9iw=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:c81:b0:71c:1395:c8dc with SMTP id
 00721157ae682-71fdc2b0982mr231951217b3.5.1756376305911; Thu, 28 Aug 2025
 03:18:25 -0700 (PDT)
Date: Thu, 28 Aug 2025 03:18:25 -0700
Reply-To: Google Search Console Team <sc-noreply@google.com>
X-Google-Id: 4283568
Feedback-ID: P-38-0:C20286279:M110730863-en:gamma
X-Notifications: e669f8cc071a0000
X-Notifications-Bounce-Info: AWoTSIF3ocXc1G_RrgWY2AAyx2zB_d8mRqKfTAACk6XltbVI3Eky1epVwVp4I63J3aH6dtluIO9mohVOIXfWXVjMLiDoHBOYN7jBDq1UnwKY58zBIGnw0V9YlrRzewyakn7Oxj6P7jzY0R0u0PhzH2yLUgrB4uQdPFYKpAel5kxUrnSqjI418XmpNTtpCYj2Nm0_TaBWEQFoRm9VgGzZTRICfwBvtnrIKRrCUWxCO8auD-qK4i8noqLFtjmEn9P1vLU2pImkVs8kWG3FnqyrzHHAg4VGcqDOF_jOsBtOzUkHE6TeL7_X3rWUgYajERY1oUHK1n4-GYSEJZo8GRhnQEJuhxPQsOifmkVRnUIJYntymQCKIlJAO1YwGYk39OKKs3rYxtH9ofwbf8Vq6Kirw2wAmh24JBpzQvlxLhFRWd38EiO0fDxRnxjd0bk1n2vKq1OFFCvI7REEkHcBuSXBD6eYUmZUYkb6dn3n0Bofu6WJIzsy3A_9OQ-ZH7kkerYpgpKsAl1HvPJWpad8yphmolXoDbZSocJE0ppxOm8mKJD7spngEnK-NOxs-Z7q-clm29yuYk90rOx4kR9Qho_my7xB3BMWrDt2KT7gc9VSDxdLuFQh5qHYyh5Sp6O686Ntr2eOWSXXjC792N13WdUNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <890e6dcb74dc2d9264103443a9dd0bf15650606e-20286279-111397568@google.com>
Subject: Your products aren't on the Search Shopping tab
From: Google Search Console Team <sc-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000ce4871063d6a396c"

--000000000000ce4871063d6a396c
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQpTaG93IHlvdXIgcHJvZHVjdHMgb24gdGhlIFNob3BwaW5nIHRhYg0KDQoyIGFjdGl2ZSBwcm9k
dWN0cyBmcm9tIHlvdXIgc2l0ZSBhcmVuJ3Qgb24gdGhlIFNob3BwaW5nIHRhYiDigJMgYSBHb29n
bGUgIA0KY2hhbm5lbCB0aGF0IGNhbiBoZWxwIHlvdSBkcml2ZSBtb3JlIHRyYWZmaWMgdG8geW91
ciBvbmxpbmUgc3RvcmUuIEdldCB5b3VyICANCnByb2R1Y3RzIG9uIHRoZSBTaG9wcGluZyB0YWIg
YnkgZm9sbG93aW5nIGEgZmV3IGVhc3kgc3RlcHMgaW4gU2VhcmNoICANCkNvbnNvbGUuDQoNCkdl
dCAgDQpzdGFydGVkPGh0dHBzOi8vYy5nbGUvQU5pYW81ckdSWndmYmJvSjlORTBadTFmd3E1aWFo
VjhzaXpES1d4WmtWTlJNRWlFbkZFa0Fabm5SVXVPVkZ5Y1NDWGQ1MV9HSURFQVBNaGRQVWg3em9i
cW8xMmg1T00ya19vUTF1bDY5YzFzVWtEa1hlczdyb0ZLYURaSTFiMkE3ZG5hdk5XXy1YVVZYN1Bz
cGR0d2pZRm9iRVp4SmpBUlVpNVNNYmJoVDNXdnR0YmFPNjdMNzdZLXdaUHg0bTRoY0QzbXlXZzBy
d2luNGM4VFo5cDhzRnFmZ3pPbEh4eGNzNkhGeXVlVHpRT1FoLXZ2YnBHazZINlRoVkdtczBwUmtU
N3F1amc+DQoNCkhvdyBpdCB3b3Jrcw0KDQpZb3UgY2FuIHNob3djYXNlIHlvdXIgcHJvZHVjdHMg
b24gdGhlIFNob3BwaW5nIHRhYiAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVwSUZpR0E1NEJtS1Vs
cUxSOFdUaHA0dldEcFB6b051SHROMndId2g2Vi1Sd3ppYjU4ZThOUEw5NUdxaV9URElvMkZ3SHZ0
MXI4aXNBaXI1LWxQaFhydUY3dUowUmxGVEw4aFhvVGJ0M3hrUDNYU0ZBTktGeVNZUlY2Z0JSOGJh
UXBOdjJldTVZTFpKQWpQQjBVV29FNER0NEZsUlkxcTdYaDYxcndmajlTVEQzWkN6QXFGTmw3UFdQ
UVJyeHg5dF9kQ2pJaWVjcEFWdUE4OXozRGRGVDI2WG1uZ09oT29jUT4gIA0KYnkgc2lnbmluZyBp
biB0byBTZWFyY2ggQ29uc29sZSBhbmQgY29ubmVjdGluZyB5b3VyIGFjY291bnQgdG8gZWl0aGVy
ICANCkdvb2dsZSBNZXJjaGFudCBDZW50ZXIgb3IgeW91ciBlY29tbWVyY2UgcGxhdGZvcm0uKg0K
DQpWaXNpdCB0aGUgSGVscCBDZW50ZXIgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cWhHOUhFOTUt
aVN0OUdULTB5SmgwWWluZ3NFRWxHNm1YcUNDdTVpcERTbnpoNkxQM290SHBVY1hHS3ltcGlUZVM4
MzdLT0Y4Qmx0RF91d2pXYzlOdFd6b19pU0NONFlfNktMR0xNYVdaN0NLVGZRa244MGhoNzZScTRD
ODFlcTJOWVU0MlZCNWJabDN2S3RpT3hOakEzb0JkLUExckcwQWlvQlhfVj4gIA0KdG8gbGVhcm4g
bW9yZQ0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5LCBNb3VudGFpbiBWaWV3
LCBDQSA5NDA0Mw0KDQpBc2sgcXVlc3Rpb25zIGluIG91ciBmb3J1bSAgDQo8aHR0cHM6Ly9jLmds
ZS9BTmlhbzVwcS05VXBtMEN1ZGpjMDFTbXFBWnV2dzJDQVNKY2tybVJVVjRGaE1CeUJUUGdGX3lH
VURoTGdQaDE5cUtRTUhrdW9oTnVHQkl0Qk45dkdlQWl5MEw4dXhTd2VIQk84WW4xcXVFYmhFRTcx
SFhoWks1cUp6RTBLUFZvMEtuU2tFTEJLLWM1RTA1Ukc1NEt6UVRWQ0R4VGkzSEE5OGx1aW1ETXVY
ZEVXVFh4SU4zWDlMNkM4QjgyRVRUX0tkSzFrU3pPMldfZVh3NU40VWx5NWpiLW5HZVB5Ym4zLUh5
bUpVS3N5VzNBM05LTy1ZaENOd2x5RmZIWTJxczY4cjVxeHVyUnpZVmczX0JDV0ZhbzdaeWh6TXct
aFJYRHlqQk1LRUplSEJlM2U+ICANCmZvciBtb3JlIGhlbHAgLSBtZW50aW9uIG1lc3NhZ2UgdHlw
ZSBbV05DLTIwMjg2Mjc5XS4NCg0KKkN1cnJlbnRseSBzdXBwb3J0ZWQgZm9yIFNob3BpZnkgYW5k
IFdvb0NvbW1lcmNlLiBJZiB5b3UgYXJlIHVzaW5nIGEgIA0KZGlmZmVyZW50IGVjb21tZXJjZSBw
bGF0Zm9ybSwgeW91IGNhbiBnZXQgc3RhcnRlZCBieSB2aXNpdGluZyB5b3VyICANCmVjb21tZXJj
ZSBwbGF0Zm9ybSB3ZWJzaXRlLg0KDQpZb3UndmUgcmVjZWl2ZWQgdGhpcyB0cmFuc2FjdGlvbmFs
IGVtYWlsIGJlY2F1c2UgeW91ciBzaXRlIGlzIGxpc3RlZCBpbiAgDQpHb29nbGUgU2VhcmNoIENv
bnNvbGUgfCBVbnN1YnNjcmliZSBmcm9tIHRoaXMgdHlwZSBvZiBtZXNzYWdlICANCjxodHRwczov
L2MuZ2xlL0FOaWFvNW9KaUlkcnlVY3JqR21BQ1dNMDJVNWljb0tTRDJ2VGRkd25CVDdsd1FXQ0lF
Vm9PS3NlTlNVWTBvWWl3UnhKLTFmczNkSExSLVllR3FseTFkMG9VTkUtZmJRM2xRcF9veWFobUtX
OEVQRXdQeFNONlNvU1FCZHZtbVNEaEVBa1RwQV96VFczNGNUTC0wOVRUa29DbzZhSWVsTWFubFJ1
U2VOWnA4aFRHX1Jhbjd6Rl9mOVRQZXdaMEQ5VHpQbGRDbjhxS2lyMUxHMWxGekJRSHJEbGN3ZVN3
SFNaZzNqY18td2pQY1FGakRZaUhWMlZjaFVhdjkydW9ROC0waFJPcU5pQVlQRHlYTVhXMGhiMnRx
VmpWQkl5Zmxram1uSGk1Z09mWklRaWxISzVUVlROQV9mWnJCbFR2ckg5aWJjUkJtbDNQSjV5bUlN
N2dKd2VOeXlVNnEwWWN4QnI1cFFlLWZzM0RFNklYMG5NS05WbFoxZXdwNmdKOE4zTmVLSGd3eHpq
U09SU20wOERYQll5eHFyUE1pSXVjTEU+DQpBZGQgcGFydG5lcnMgIA0KPGh0dHBzOi8vYy5nbGUv
QU5pYW81b1RWUkhuYjktcHZhcnh4MXhOa0IxaFVCdmdwUDRHcXNJOGU3bmphSE5XZU8tbzlmQlhB
SW5tRGFncng2WTFOb2lwa2lyc19BRExNaXVRNFg4dUxSS05ESnlNMG5NOXpjVnRWT0dFNzllWjJo
YXlsbkc1MWZKcXowbERxZjdPNTVxLVFtMWZQNmplRklDYnBlNjFPbVo3Zlpsdks0UFRUUGtnYXZR
aksxNldnNW9uVDVWcWRKZHRWQTZCQnpQejAyUzAtbXlnLVZoUFZJQzRnbEwyZF96OXZjQlZIY1Rt
cUtMSkRiV3NCbWhOdlg5c0tkU3lVZ2RNX1RmZ3ExZWs+ICANCndobyBzaG91bGQgcmVjZWl2ZSBt
ZXNzYWdlcyBmb3IgdGhpcyBTZWFyY2ggQ29uc29sZSBhY2NvdW50DQo=
--000000000000ce4871063d6a396c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml style=3D"-webkit-text-size-adjust: 100%;" lang=3Den>
<title>Get products on Shopping tab</title>
<head>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3DUTF-8">
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Dcolor-scheme content=3D"light dark">
<meta name=3Dsupported-color-schemes content=3D"light dark">
<style>
@font-face {
font-family: Noto Naskh Arabic;
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/ea/notonaskharabic/v4/NotoNaskhArabic-Re=
gular.eot);
src: url(https://fonts.gstatic.com/ea/notonaskharabic/v4/NotoNaskhArabic-Re=
gular.eot?#iefix) format('embedded-opentype'),
url(https://fonts.gstatic.com/ea/notonaskharabic/v4/NotoNaskhArabic-Regular=
.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notonaskharabic/v4/NotoNaskhArabic-Regular=
.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notonaskharabic/v4/NotoNaskhArabic-Regular=
.ttf) format('truetype');
}
</style>
</head>
<style type=3Dtext/css>
@media (prefers-color-scheme: dark ) {
table, .preheader_sz{ background-color: #000000 !important; color:#D4D4D4 !=
important; }
.bg-white, .dark_light_border_new{ background-color: #000000 !important; }
html, body, .table-gray { background-color: #2C2C2C !important; color:#D4D4=
D4 !important;}
.text-gray{ color:#D4D4D4 !important; }
.text-light{ color:#ffffff !important; }
.border-dark { border-color: #2C2C2C !important; }
.table-transparent{ background-color: transparent !important; }
.bg-bluedark{ background-color: #212A36 !important; }
.table-gray-dark{ background: #212121 !important; background-color: #212121=
 !important; }
.dark_pre{background-color: #202732 !important;}
.dark_dsa{color:#BDC2C7 !important;}
.dark_mob {color: #cbd0d4 !important;}
}
</style>
<body style=3Dmargin:0;padding:0;width:100%; bgcolor=3D"" class=3Dbody>
<!--[if mso]>
<style>
li {
text-indent: -0.65em; /* Normalise space between bullets and text */
}
</style>
<style>span, td, table, div,a ,p{font-family: Arial, serif !important; }</s=
tyle>
<![endif]-->
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<table role=3D"presentation" align=3D"center" cellpadding=3D"0" cellspacing=
=3D"0" style=3D"margin:0 auto; padding:0; max-width:720px; width:720px;" cl=
ass=3D"container_table containerWidth">
<![endif]-->
<table role=3Dpresentation align=3Dcenter cellpadding=3D0 cellspacing=3D0 s=
tyle=3D"margin:0 auto; padding:0; max-width:720px; width:100%;" class=3D"co=
ntainer_table containerWidth">
<!--[if !mso]><!-- --> <tr>
<td style=3D"padding-left:20px;padding-right:20px;padding-top:18px;padding-=
bottom:20px;font-size: 16px;font-family: Google sans, Roboto, Open Sans, ar=
ial,sans-serif; line-height: 20px; color:#5f6368;direction:ltr;text-align:l=
eft; display:none;">Here's what you need to know.</td>
</tr>
<![endif]--> <tr>
<td class=3Ddark_light_border_new style=3D"border:1px solid #CCCFD2;" bgcol=
or=3D#ffffff>
<table class=3Ddark_light_border_new role=3Dpresentation align=3Dcenter cel=
lpadding=3D0 cellspacing=3D0 style=3D"background: #ffffff; width:100%; bord=
er-bottom:1px solid #CCCFD2;">
<tr>
<td class=3D"desktop_only dark_light_border_new" dir=3Dltr bgcolor=3D#fffff=
f style=3D"direction:ltr; background-color:#ffffff; padding-left:0%; paddin=
g-right:1%; padding-bottom: 2.6%; padding-top: 2.7%; width:100%;">
<table role=3Dpresentation dir=3Dltr style=3D"border-spacing:0; border-coll=
apse:collapse; width:100%;">
<tr>
<td align=3Dleft style=3D"padding-left:3.9%; padding-top:0; padding-bottom:=
0; padding-right:2%; width:50%; text-align:left; line-height:0px; vertical-=
align:top;">
<img alt=3D"" height=3D19 src=3Dhttps://www.gstatic.com/gumdrop/files/googl=
e-search-console-header-transparent-w376px-h39px-2x.png width=3D187 style=
=3Dheight:auto; />
</td>
</tr>
</table>
</td>
</tr>
<!--[if !mso]><!-- --> <tr>
<td class=3D"mobile-email-width mobile_only" style=3D"display: none; line-h=
eight:0px;">
<table cellspacing=3D0 cellpadding=3D0 border=3D0 width=3D100% role=3Dprese=
ntation style=3D"border:0; border-spacing:0; border-collapse:collapse;">
<tr>
<td dir=3Dltr align=3Dleft style=3D"padding-left: 2.6%; padding-top: 2%; pa=
dding-bottom: 1.5%; padding-right:2%; width:50%; text-align:left;line-heigh=
t:0px; vertical-align:top;">
<img alt=3D"" height=3D19 src=3Dhttps://www.gstatic.com/gumdrop/files/googl=
e-search-console-header-transparent-w376px-h39px-2x.png width=3D187 style=
=3Dheight:auto; />
</td>
</tr>
</table>
</td>
</tr>
<![endif]-->
</table>
<table class=3D"" align=3Dcenter role=3Dpresentation cellspacing=3D0 cellpa=
dding=3D0 border=3D0 width=3D100% role=3Dpresentation style=3D"width: 100%;=
 border: 0; border-spacing: 0; border-collapse: collapse;">
<tr>
<td class=3Dmobile-email-width style=3D"line-height: 0px;">
<table cellspacing=3D0 cellpadding=3D0 border=3D0 width=3D100% role=3Dprese=
ntation style=3D"border: 0; border-spacing: 0; border-collapse: collapse;">
<tr>
<td style=3D"text-align: center; padding-top: 4.5%; padding-bottom: 3.5%; p=
adding-right: 1%; padding-left: 1%;">
<img src=3Dhttps://www.gstatic.com/gumdrop/files/google-search-console-hero=
-transparent-w454px-h558px-2x.png width=3D220 />
</td>
</tr>
<tr>
<td dir=3Dltr class=3Dtext-gray style=3D"direction: ltr; font-family: Googl=
e sans, Roboto, Open Sans, arial,sans-serif; font-style: normal; font-weigh=
t: 400; font-size: 24px; line-height: 32px; color: #606368; padding-right: =
12%; padding-left: 12%; text-align:center;">Show your products on the Shopp=
ing tab</td>
</tr>
<tr>
<td dir=3Dltr class=3Dtext-gray style=3D"direction: ltr; font-family: Googl=
e sans, Roboto, Open Sans, arial,sans-serif; font-style: normal; font-weigh=
t: 400; font-size: 14px; line-height: 24px; color: #606368; padding-top: 2.=
3%; padding-bottom: 0px; padding-right: 12%; padding-left: 12%; text-align:=
center;"><strong style=3D"" class=3D"" dir=3Dltr>2</strong> active products=
 from your site aren't on the Shopping tab =E2=80=93 a <span style=3D"white=
-space:nowrap; word-break: break-word; " class=3D"span " dir=3D"">Google</s=
pan> channel that can help you drive more traffic to your online store. Get=
 your products on the Shopping tab by following a few easy steps in Search =
Console.</td>
</tr>
<tr>
<td style=3D"padding-top:23px; padding-bottom: 10px; mso-padding-bottom-alt=
:0pt;mso-padding-top-alt:30px;" dir=3Dltr class=3D"p-b-0 p-r-0">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter style=3D"border-spacing:0; border-collapse:collapse; text-align: =
center;" class=3Dmargin-auto>
<tr>
<td align=3Dcenter style=3D"font-size: 14px;line-height: 21px;text-align:ce=
nter;border-radius: 2px;direction:ltr;">
<table role=3Dpresentation style=3D"white-space: nowrap; border-spacing:0; =
border-collapse:collapse;" cellpadding=3D0 cellspacing=3D0 border=3D0>
<tr>
<td style=3D"border-radius:4px; background-color: #1A73E8; mso-padding-alt:=
 14px 25px; " dir=3Dltr>
<a href=3Dhttps://c.gle/ANiao5rca6WA9wzEQqX-4ppYV14buo70VCIywiXo7K951i_LOoK=
3mgIstqdDqbC3r2KdBlew0VmFPrHA9cpsXY82nSPeONlUpGhQ1C48aJBV3y-S4ytCp5VnvDK16j=
MSuf8zrJVR7FJ7D-MlDLXNxVMXjAp8_ZZGEXvfTzBOcOqTCW_wLSzFvs2q3bLNrZx_CHk2OzuFS=
RNnWkYPzp8uKfm7jZ5Euny24oTUPX9MbuJLkDF06tplKrPX-NI0b2JW_FpRhMwbCw target=3D=
_blank style=3D"border-radius:4px; padding: 14px 25px; background-color: #1=
A73E8; background: #1A73E8;color:#ffffff; text-decoration:none; text-align:=
center;-webkit-text-size-adjust:none; display:block;">
<span style=3D"color:#ffffff;font-family: Google sans, Roboto, Open Sans, a=
rial,sans-serif;text-align:center;white-space:nowrap;font-weight: 500;">Get=
&nbsp;started</span>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if gte mso 9]>
<table class=3D"" role=3D"presentation" align=3D"center" width=3D"530" bord=
er=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:530px; widt=
h: 530px;">
<![endif]-->
<!--[if !mso]><!-- -->
<table class=3D"" role=3Dpresentation align=3Dcenter width=3D100% border=3D=
0 cellspacing=3D0 cellpadding=3D0 style=3D"max-width:530px; width: 100%;">
<!--<![endif]-->
<tr>
<td class=3Dp-lr-26 style=3D"padding-top:65px; line-height:0px; padding-rig=
ht: 26px; padding-left: 26px;">
<table role=3Dpresentation width=3D100% cellspacing=3D0 cellpadding=3D0 bor=
der=3D0 style=3D"border-spacing: 0;">
<tr>
<td dir=3Dltr style=3D"line-height:0px; vertical-align:top;" width=3D175 cl=
ass=3Dw-37>
<table class=3DfullWidth dir=3Dltr role=3Dpresentation cellpadding=3D0 cell=
spacing=3D0 border=3D0 width=3D175 style=3D"vertical-align:top; width:100%;=
">
<tbody><tr>
<td width=3D175 height=3D21 class=3DfullWidth style=3D"line-height:0px;text=
-align:left;direction:ltr; height:21px; vertical-align:top; width:100%;" di=
r=3Dltr></td>
</tr>
<tr>
<td width=3D175 height=3D30 class=3D"fullWidth dark_light_border_new" style=
=3D"line-height:0px;text-align:left;direction:ltr; height:30px; vertical-al=
ign:top; border-top: 1px solid #e8ebed; border-left: 1px solid #e8ebed; bor=
der-top-left-radius: 20px; padding-top:0px; width:100%;" dir=3Dltr></td>
</tr>
</tbody></table>
</td>
<td width=3D179 style=3D"line-height:0px; text-align:center;"><table role=
=3Dpresentation width=3D179 cellspacing=3D0 cellpadding=3D0 border=3D0 styl=
e=3D"border-spacing: 0;" align=3Dcenter>
<tr>
<td style=3D"text-align: center; line-height:0px;">
<img src=3Dhttps://www.gstatic.com/gumdrop/files/google-search-console-3-ic=
ons-transparent-w230px-h83px-2x.png width=3D115>
</td></tr></table></td>
<td dir=3Dltr style=3D"line-height:0px; vertical-align:top;" width=3D176 cl=
ass=3Dw-37>
<table class=3DfullWidth dir=3Dltr role=3Dpresentation cellpadding=3D0 cell=
spacing=3D0 border=3D0 width=3D176 style=3D"vertical-align:top; width:100%;=
">
<tbody><tr>
<td width=3D176 height=3D21 class=3DfullWidth style=3D"line-height:0px;text=
-align:left;direction:ltr; height:21px; vertical-align:top; width:100%;" di=
r=3Dltr></td>
</tr>
<tr>
<td width=3D176 height=3D30 class=3D"fullWidth dark_light_border_new" style=
=3D"line-height:0px;text-align:left;direction:ltr; height:30px; vertical-al=
ign:top; border-top: 1px solid #e8ebed; border-right: 1px solid #e8ebed; bo=
rder-top-right-radius: 20px; padding-top:0px; width:100%;" dir=3Dltr></td>
</tr>
</tbody></table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=3Dp-lr-26 valign=3Dtop style=3D"line-height:0px; padding-left: 26=
px; padding-right: 26px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 class=
=3D"fullWidth dark_light_border_new" width=3D100% align=3Dcenter style=3D"b=
order-bottom: 1px solid #e8ebed; border-left: 1px solid #e8ebed; border-rig=
ht: 1px solid #e8ebed; border-top:0px; border-bottom-left-radius: 20px; bor=
der-bottom-right-radius: 20px; width:100%;">
<tr>
<td class=3Dtext-gray style=3D"font-family: Google sans, Roboto, Open Sans,=
 arial,sans-serif; font-style: normal; font-weight: 400; font-size: 22px; l=
ine-height: 33px; text-align: center; color: #606368; padding-top: 22px; pa=
dding-bottom: 8px; direction: ltr; word-break: normal;" width=3D225 dir=3Dl=
tr>How it works</td>
</tr>
<tr>
<td class=3D"p-lr-26 text-gray" style=3D" font-family: Google sans, Roboto,=
 Open Sans, arial,sans-serif; font-style: normal; font-weight: 400; font-si=
ze: 16px; line-height: 24px; text-align: center; color: #606368; padding-le=
ft: 26px; padding-right: 26px; padding-bottom: 42px; padding-top: 0px; dire=
ction: ltr; border-bottom-left-radius: 20px; border-bottom-right-radius: 20=
px; word-break: normal;" dir=3Dltr>You can showcase your products on the <a=
 href=3Dhttps://c.gle/ANiao5qsrwuMbqrLOw_VSov2MZn_2wWDuRSDDK5G5nFMrKv6hbUXW=
7hcMBEXU2Jid48wrbNPBqnlFo3Whm-vnjk3wL2cAvXzRa6Ia5OAvn0nbjT4dRjxE8Yo5eW9deMe=
_GsB15pmkvzfPgGFmD9N0M45sQHwWZTXGczn2Y1TweOxd4j2gGkRmTvN87tZ23BEP9ikP2tR-o2=
MLGR5ohDoXsfzHXB2q-ZVvI-rsEJp target=3D_blank style=3D"text-decoration:none=
; color:#1A73E8; color:#1A73E8;" class=3D"">Shopping tab</a> by signing in =
to Search Console and connecting your account to either <span style=3D"whit=
e-space:nowrap; word-break: break-word; " class=3D"span " dir=3D"">Google</=
span> Merchant Center or your ecommerce platform.*</td>
</tr>
</table>
</td>
</tr>
</table>
<table class=3D"" role=3Dpresentation align=3Dcenter width=3D100% border=3D=
0 cellspacing=3D0 cellpadding=3D0 style=3D"width: 100%;">
<tr>
<td class=3D"" dir=3Dltr style=3D"direction: ltr; padding-top: 4.1%; paddin=
g-bottom: 3%;">
<table role=3Dpresentation align=3Dcenter width=3D100% border=3D0 cellspaci=
ng=3D0 cellpadding=3D0 style=3D"width: 100%;">
<tr>
<td class=3Dp-l-26 style=3D"width: 7%; padding-left: 3.9%; mso-padding-left=
-alt:60px; padding-right: 18px; padding-top: 0.4%; vertical-align: top;"><i=
mg src=3Dhttps://www.gstatic.com/gumdrop/files/google-search-console-tag-ic=
on-transparent-w30px-h31px-2x.png width=3D15 /></td>
<td class=3D"p-r-26 text-gray" style=3D"font-family: Google sans, Roboto, O=
pen Sans, arial,sans-serif; font-style: normal; font-weight: 400; font-size=
: 14px; padding-right: 5px;line-height: 21px; color: #5e5e5e; text-align:le=
ft">Visit the <a href=3Dhttps://c.gle/ANiao5p-GomvtwnOeOSp5rrjYfYVeHXBupgRm=
k7Rsoo2o7iXztX9H-U22CiyUVXNhc8UggO9acuNKvTRxX-nbPoeHXAydjEFVGeaEp-j_wDy1-kH=
01HFtctxuARX4OP1W5cBH2NOMhFVOLlUumgsy59v02ir8xfVe9i4fJAgVE0xrTA target=3D_b=
lank style=3D"text-decoration:none; color:#1A73E8; color:#1A73E8;" class=3D=
"">Help Center</a> to learn more</td>
</tr>
</table>
</td>
</tr>
</table>
<table class=3D"" role=3Dpresentation bgcolor=3D#F8F9FA align=3Dcenter cell=
padding=3D0 cellspacing=3D0 style=3D" width: 100%; margin: 0 auto; padding:=
 0; direction: ltr; border: 0; border-spacing: 0; border-collapse: collapse=
;">
<tr>
<td class=3Ddark_footer style=3D"line-height: 0px; padding: 0px 38px; mso-p=
adding-alt: 0 60px 0 60px;">
<table align=3Dcenter width=3D100% role=3Dpresentation cellpading=3D0 cells=
pacing=3D0 style=3D"width: 100%; margin: 0 auto;">
<tr>
<td style=3D"padding: 0px; margin: 0px; line-height: 0px; vertical-align: t=
op;">
<table width=3D100% role=3Dpresentation align=3Dcenter cellpading=3D0 cells=
pacing=3D0 style=3D"width: 100%; margin: 0 auto;">
<tr>
<td width=3D79 style=3D"padding: 0px; margin: 0px; line-height: 0px; text-a=
lign: left; vertical-align: top;">
<table role=3Dpresentation align=3Dleft cellpading=3D0 cellspacing=3D0>
<tr>
<td width=3D79 dir=3Dltr style=3D"vertical-align: top; padding-top: 41px; t=
ext-align: left; line-height: 0px;"><img height=3D26 width=3D79 src=3Dhttps=
://www.gstatic.com/gumdrop/files/merchant-center-footer-google-transparent-=
w151px-h48px-2x.png border=3D0 style=3D"border: none; outline: none;" /></t=
d>
</tr>
</table>
</td>
<td width=3D1 style=3D"padding: 0px; margin: 0px; line-height: 0px; text-al=
ign: left; vertical-align: top;">
<table role=3Dpresentation align=3Dleft cellpading=3D0 cellspacing=3D0>
<tr>
<td width=3D1 dir=3Dltr style=3D"vertical-align: top; padding-top: 28px; ms=
o-padding-top-alt: 28px; padding-left: 22px; padding-right: 21px; text-alig=
n: left; line-height: 0px; height: 50px;"><img height=3D50 width=3D1 src=3D=
https://www.gstatic.com/gumdrop/files/divider-line-transparent-w2px-h101px-=
2x.png border=3D0 style=3D"border: none; outline: none; height: 50px;" />
</td>
</tr>
</table>
</td>
<td style=3D"padding: 0px; margin: 0px; line-height: 0px; text-align: left;=
 vertical-align: top;"><table role=3Dpresentation align=3Dleft cellpading=
=3D0 cellspacing=3D0>
<tr>
<td style=3D"vertical-align: top; padding-top: 32px; font-family: Google sa=
ns, Roboto, Open Sans, arial,sans-serif; font-size: 10px; line-height: 15px=
; font-weight: normal; word-break: normal; color: #5f6368; padding-right: 0=
px; padding-bottom: 51px; text-align: left;" dir=3Dltr>
<span class=3Dtext-gray style=3D"font-size: inherit; color: inherit; font-w=
eight: inherit; line-height: inherit; font-family: inherit;"> <span style=
=3D"font-size:inherit; color:inherit; font-weight:inherit; line-height:inhe=
rit; font-family:inherit;">Google LLC<br />1600 Amphitheatre Parkway,<br />=
Mountain View, CA 94043</span>
</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=3Dtext-gray style=3D"width: 100%; table-layout: fixed; font-famil=
y: Roboto, Open Sans, arial,sans-serif; font-style: normal; font-weight: 40=
0; font-size: 10px; line-height: 15px; letter-spacing: 0.2px; color: #5f636=
8; word-break: normal; padding-left: 0px; padding-right: 5px; padding-botto=
m: 18px; mso-line-height-rule: exactly; text-align: left; direction: ltr;" =
dir=3Dltr><a href=3Dhttps://c.gle/ANiao5rfOMtD47agGVmTWG8Nk1jT-tJQtED1VMZUS=
KcBY98YAMQ59bSoBCg-XAtrgyKffL7KYqeeTVQ1zI_cOp0WO7_Xcy-ZisMWZyiakKKjeiNWxRAP=
0SIc-C-uQNpqtMgf90ho2L1CKunZ3W0S_TExn3T0E4wYCv--rdBwrIib8AA8i8siWeSR9fbLurG=
ahbplf6wq4KuiXPDk4mPvQpSiBpJrMnvdbLL-Ci9L-HCdKNdWSCgrGdSb3Jh5UZ2OPX8ImHa7XD=
HqaSAAIMkcsFQZ6AeEVFZFGdYpF6GMIFywy6I target=3D_blank style=3D"text-decorat=
ion:none; color:#1A73E8; color:#1A73E8;" class=3D"">Ask questions in our fo=
rum</a> for more help - mention message type <span style=3D"white-space:now=
rap; word-break: break-word; " class=3D"span " dir=3D"">[WNC-20286279]</spa=
n>.</td>
</tr>
<tr>
<td class=3Dtext-gray style=3D"width: 100%; table-layout: fixed; font-famil=
y: Roboto, Open Sans, arial,sans-serif; font-style: normal; font-weight: 40=
0; font-size: 10px; line-height: 15px; letter-spacing: 0.2px; color: #5f636=
8; word-break: normal; padding-left: 0px; padding-right: 0px; padding-botto=
m: 18px; mso-line-height-rule: exactly; text-align: left; direction: ltr;" =
dir=3Dltr>*Currently supported for Shopify and WooCommerce. If you are usin=
g a different ecommerce platform, you can get started by visiting your ecom=
merce platform website.</td>
</tr>
<tr>
<td class=3Dtext-gray style=3D"width: 100%; table-layout: fixed; font-famil=
y: Roboto, Open Sans, arial,sans-serif; font-style: normal; font-weight: 40=
0; font-size: 10px; line-height: 15px; letter-spacing: 0.2px; color: #5f636=
8; word-break: normal; padding-left: 0px; padding-right: 5px; padding-botto=
m: 30px; mso-line-height-rule: exactly; text-align: left; direction: ltr;" =
dir=3Dltr>You've received this transactional email because your site is lis=
ted in Google Search Console | <a href=3Dhttps://c.gle/ANiao5oLdPFhILnfBHD2=
cQWs4ad6ugb6YqNIKLuerjkNE8NySslPd57DowvV0andARk7FoH5EcQ8l4WeQHd8JJieFBmcDTu=
I6Hy772f0lqWXyBBH7jTOhvAluI-n21Z-ShhROuhBUHAlqIdN037-RPO9z13OjHULRES2XE559x=
SZjSrJ9QAp3HWUDG6gS6sNoi0SgwhPLVyBWugEA64kHXXk27kkKs68Ew1FzRULumVhXi0wpcNJ_=
7THeskyWSzUB_ojpm85Y6fVOG7xwONNMvRikytri65Wc6mUgKn6f64p9lsT_wfN3zSwWAFsrHBO=
oZSQNga-dSaARpbqAeHPM-GMpL3jhCtEymdTQ9lXGUb9h089Ap60LsDlM4d9WQMWPq2XAcVBCHD=
ulv3hkx0aLKd76e203buxyw target=3D_blank style=3D"text-decoration:none; colo=
r:#1A73E8; color:#1A73E8;" class=3D"">Unsubscribe from this type of message=
</a><br>
<a href=3Dhttps://c.gle/ANiao5obN5WVKqjmLEvWBan6uNH3eKbbjKSY3qG3DIR4BpMNyoc=
LZm3dqxcETVqmdWwTFH6i927QtW6yllvMHKFXoNag-g_IG-ylz2jpfgbJomeYTrCXYjB7awIxeJ=
QtmbSxQmfBKAuLQZvYMJCWVEga30MlXi5xSBdXhYMHTr5clrfMsN2LOh2xnof61jDAEDqTPrXEB=
qu_NkrFm5wLCes3RPvqby9mvUSXEG172rPcAj9f24M-gePHUi59PJ9NLwvNrQE target=3D_bl=
ank style=3D"text-decoration:none; color:#1A73E8; color:#1A73E8;" class=3D"=
">Add partners</a> who should receive messages for this <span style=3D"whit=
e-space:nowrap; word-break: break-word; " class=3D"span " dir=3D"">Search C=
onsole</span> account</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body></html>
--000000000000ce4871063d6a396c--
info/cur/1754662639.M131727P1815829.premium320.web-hosting.com,S=21802,W=22488:2,S000064000000052452151007557650020174 0ustar00Return-Path: <35waWaBcKAJg3MKAF6KKHJG7AD6-FGJ6HDQ8GG8D6.4GE@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 6OIZB+8GlmgVtRsAVkXPrw
	(envelope-from <35waWaBcKAJg3MKAF6KKHJG7AD6-FGJ6HDQ8GG8D6.4GE@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 10:17:19 -0400
Return-path: <35waWaBcKAJg3MKAF6KKHJG7AD6-FGJ6HDQ8GG8D6.4GE@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 08 Aug 2025 10:17:19 -0400
Received: from [198.54.122.200] (port=54313 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <35waWaBcKAJg3MKAF6KKHJG7AD6-FGJ6HDQ8GG8D6.4GE@scoutcamp.bounces.google.com>)
	id 1ukNuJ-00000007ovW-2VhV
	for info@24hourwaterdamagerestorationlongisland.com;
	Fri, 08 Aug 2025 10:17:18 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=RddHEb0H;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 35waWaBcKAJg3MKAF6KKHJG7AD6-FGJ6HDQ8GG8D6.4GE@scoutcamp.bounces.google.com designates 209.85.166.71 as permitted sender) smtp.mailfrom=35waWaBcKAJg3MKAF6KKHJG7AD6-FGJ6HDQ8GG8D6.4GE@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bz5h74wXYzFxY2
	for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 14:17:11 +0000 (UTC)
Received: by mail-io1-f71.google.com with SMTP id ca18e2360f4ac-881878af906so394258639f.0
        for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 08 Aug 2025 07:17:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754662631; x=1755267431; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Einau8ftTQ99gISn0Q9c41EYTpEb+B4Z6b1Ya/saeFI=;
        b=RddHEb0HJ+oAKJck27FUiMrY8U05Piq9bFAzFTADBKSwsZY3N9pl213iOqN097860E
         qWTh4yVEc0k78ee6XWXULGVk+KgfLTPm4iZJ46rQHar9koITGwVtrTNH2tyZtx6F5JWD
         jhnvD0nSiMFJ9glJdhCEtcUTgDXr3lzOkCxAwek9d2EpEOS2GyozxwigK3CCAjGjWkWZ
         45jeb+Vtv+qG3AxWljnEsY6bOD6pdgh74niS8NNb/BXwUDP8MQUxzjy9wNdC2JpwGMKg
         wBYgdMCGy37U7RyfW6EcFLCLlvSXfhX9RL3LqhW1d20s2jMY+i1iwOFLboNaPLOh4Rqo
         7KSA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754662631; x=1755267431;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=Einau8ftTQ99gISn0Q9c41EYTpEb+B4Z6b1Ya/saeFI=;
        b=phbOQ8cZ2IgTHw1Yps4xFIdItxBjIEFdtMyNL4zTGBcyV2rUqNZxL9dseakse6zBaU
         sgfAb0wrCgWSlWZ0mIDhNGRxPiKVbkC2T59BONVeuTynDucHo72P8BgaLAkBpA327hMC
         GGRtDByZWrhfEyJDG+3aewhtWVYgeNYH/3ZGAeRKRmPgmwFn1AYwJogYxsG61+bdY6Rk
         axzP2QRvf/dRi2vtVM0ZRdNqfKuYJmt8CqXGrfYk7fxJFRg03+WGSw9fq7iol5C85ikC
         qq0ARE/TDkD/UOZYyuzOa0zqe9Bw7Op5zxeOF0Tufrk6m7KWlgwhWRvngnWBqYNVmlVd
         Cm/A==
X-Gm-Message-State: AOJu0Yzss3ltdx87lCxF2jdZkxMBRF0ANZXzDsl25v/noPbWYI8OIx6i
	0WbFuIvx6ElzENJcidBOc4WH1eMXoAWJlAsa8UR8D8jp7qonSR7FxUfb5IY7
X-Google-Smtp-Source: AGHT+IFqQYqjRrA7yRS4+N8/3pT7fmpyJLFwYXdboYAD+FTgkXKJq1B0rnYdbotnXuqIWFeJ9FvnupE=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:148c:b0:3e3:fd25:f6a with SMTP id
 e9e14a558f8ab-3e5331466famr54181955ab.11.1754662631123; Fri, 08 Aug 2025
 07:17:11 -0700 (PDT)
Date: Fri, 08 Aug 2025 07:17:11 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: 79887571e03a0000
X-Notifications-Bounce-Info: AWoTSIGPljsO6z7rVQZI-myvPu1hzd5AU467NyTDM-m1D6MS6ajk0ZVvRUIl1M1vQHClmJM9whwo0_WW_U3htlbLzrOYeKq2qGHT7X67HzZGqYUifO52NUR-jjHU7KGu7lFVfBpn8LvMHaD6kH1_H5d2pAPhj9cuiuJYG1r5IgyVgm_f-NW-PIda037JTUGmkMvxOpZvHF15bROkizJcL3-LzeC9rf3mKD0xnsdxGFbd5tHggumIuEDe5eL6mj1lU8y-zDftXAbyobI_CrhiqNyca0q46VpwmCHGITxsBdldgxzAbAXZsyzjJq4TMrVSWb73kIrCrWZThwU3RPU2XzEdnlHJBkACYhZrbdzbJ_P7bUfVN0HaI5jKwZuQrEe6GdohF5MANMiylTChjgpMJtJNWOwmK3Pyi4HA3jju925X02IgpNfe6L3lOifWHG5bEPGO6DU2oqiEUnoa1EBf1RtEwCQ-6UxdvVWN3kd45FtEf6W_o91j1k2eNVNbfz-H-rolf-f5RrE1YW2dtQjOHcdO1EbikRQFmus5jTrdkVdF-oh9KkOamLES9ZYVTBh22ZY_wf_Fn16siN3BpvQJePkj_3kK_5twUla4-cxhiEg6SBX9h0Ztldc8eY4dKgsNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <da02da303d67355b3ea267403763409a222b38ba-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000d42c33063bdb3a24"

--000000000000d42c33063bdb3a24
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/9805682647963008288/profile?trk=https%3A%2F%2Fc.gle%2FANiao5opqSHSTkazW0n9eclAbCi85kDZXlm9bd_yQwdX0k4RpnQ0Jzj6f6dja2UfWfUniC9cITcCMDd99qmoLd2GEvArzPGWMuiF5EqJuhika7fh78jC133BbEXWr78>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5qTlZ-c833Zvs2L13NCiPPAJftbXUdxyfXxFWHT_FgiwInEVdqmX-M_DAUj3cY8iYk159XyNXdiPq_pXQTyjGGt8YDgrkl70D7g8UzVv6A4nKSCe16woTmEIPSlN9rOqbSfvIfydTfN_E38VOmLtCvK9SLbT1-XvmaiFXU47Eotuq_-hdY>

You can see the status of your appeals  
here<https://c.gle/ANiao5os5EMASoNXNnzqN9OzNuNlX61ohreqTqrkppsF9Yo4YbapJ6ZSPXA0omhheox9VG1wmUK6gMuqEKAm8iJi0oCAQjgT0tylhemk-PiTUtBK3ZXAKhmarYd6dliOgkE8aNv984JvpY5nbYx0tnIwtS2_0RChdYtycYvLpc3BMudbTmMI97Ibx7AqG7mgnN0iDFsOxyzPJW8EXfQhmOtNWX_p7QxvQX86PpusilE7>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5q7VIhbsytLE9KLvwoymx97BdWivdR9fRBEbALThjeOW2F8RJ760XRcQKKbT3s5ar9WrFALxy9U98djMia7EYtJQZOE_EGMrco5LjYs7PiWq5D9cciBucvQEYNl3ZMsBiT_Q-M>

You have received this email to update you about important changes related  
to your Business Profile.

--000000000000d42c33063bdb3a24
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/9805682647963008288/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5pJha_M4HmrWDAckhU8xiZuJMQK5oDWZV_kjgeALfIslo8AGH=
xyJ1-HyqJGxNHixrmmOPc9ymMRAWE9vf20NWKEy-NW3g0IAqED1RFLeAbfAvttKYkGOuaAFg6MB=
A target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5rpvgUvvpzBnlSSp_yZo7NHFf6xufm1vR9y1rqKzbmHbug=
RWNv6ZEsRIt1s3pu03bl9AoHCyXrMuB5E00WeqE2qcxSMrviI0JrgDdhCAfpnfhU3Hm_lYwaZAs=
gQFQNfS4LUq2-eW1koVYEk2GURMAuk_3rc6NC-Ge4oR4VVjg27aAvNzdm0ng target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5o90B7R=
q9bKc7gUSqyJu840BwJPZUdDdaiQj6pEW4WiQtraP18JsCwd4enSvxrxSLnpM7xCJpV3RU1m-Xf=
u9PTsSzeVWpSd5_rNnZAghIPs7Ffzd4XLhjbKm9tcReA3DpdVNBCbBrU_TzOdaKPAmI72_MEUJk=
v4Lpogjn_bAfOiEkW0zugAjf2BKOJ12HVyaVdl5CVKpHU_57e-_2txYj1qV6kkHsYwwVUrTP0sk=
WQ target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qSK1ZYLvblqZKRDeJX7oJk6h33uR2ufaX9dQkaqW5nV3=
ujLWgK-1cAnfkadpGpSoDv0k6EKVr7zU7UTn_b1cGBpCjlEnUh9ZIzbC3HN0GdHUYnhOZNLKcLo=
gncsfCgdtgeZzxtMA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pwrorNOMquxZn3BnQLEfNlNvYZHXSyPlZnAVM4ECciZoRmJr-fVj_ZYXDpx8C3qC=
kzNb-Nz8ogmrG3sP3kFlFZPgtWQWbszLMzO9kHoHmIqsb8SiJDHY02w_vsmLGLa0MKoA.gif></=
body>
</html>
--000000000000d42c33063bdb3a24--
info/cur/1753965687.M190331P237569.premium320.web-hosting.com,S=14651,W=14915:2,S000064000000034473151007557650020121 0ustar00Return-Path: <3amSLaAoKAKsdN-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 0J6QCndki2gBoAMAVkXPrw
	(envelope-from <3amSLaAoKAKsdN-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 08:41:27 -0400
Return-path: <3amSLaAoKAKsdN-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 08:41:27 -0400
Received: from [198.54.122.200] (port=54911 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3amSLaAoKAKsdN-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>)
	id 1uhSb9-000000010hI-36s3
	for info@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 08:41:27 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=txMG7Pnj;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3amSLaAoKAKsdN-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com designates 209.85.219.197 as permitted sender) smtp.mailfrom=3amSLaAoKAKsdN-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yb1-f197.google.com (mail-yb1-f197.google.com [209.85.219.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bt7x737gDzFyCw
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 12:41:15 +0000 (UTC)
Received: by mail-yb1-f197.google.com with SMTP id 3f1490d57ef6-e8fd1b500d3so1037619276.2
        for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 05:41:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753965675; x=1754570475; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:from:to:cc:subject:date
         :message-id:reply-to;
        bh=UJFUIKNfMe8zg/LdP1+7ZOUBdeHuQ0Ue6SL5doifucw=;
        b=txMG7Pnj5OF5G6BlG6nYlYbJ8O3yk4Sbo15A1qSoLyHSPmOu7cXW3fzKXE210UuL7Z
         M6d2gkRokyxOqvTbPGkJxklh8Alx6BIeegbx4caoKrTtBtx0TeCXk0vLlNwAvpnslrOm
         ZnjVWcPc1Tatf7slQL8upzgj011dhx8lBOhuKxkwWmEAgBRYLvF16JJ15Z4C6pt8iGHl
         QM0a9MmhGEbIslaGLFt+E+i3wVlaFClwafWhb2iRY0ANsx3gLW9sExz6wW4s5Jg1ySii
         48RBS5r3biGI0zNb4DyalNDrUnFK895a6DvBWkI/fJBN4oPdaePIYtt00FcP+dX6HSGq
         aRiw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753965675; x=1754570475;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:x-gm-message-state:from
         :to:cc:subject:date:message-id:reply-to;
        bh=UJFUIKNfMe8zg/LdP1+7ZOUBdeHuQ0Ue6SL5doifucw=;
        b=ssIioT4PZi24PKUDo0ple2OYlhKasW7dRd3AqFYtvo3t80ipCSYvJVN5Z73ngB7F4w
         1aDW8R8d2yNHKk8UiRZH6H5+UcgcAoO+wWtkOgYbjh7olZePpcdp4SPZiSs7amEOmwBC
         InaJ5gGoVgfNfs0FKZ1xGxOU4sxAkJxhkNMIFBPmUc/L5BdYRYMX0yZEw7Tvbs9QB066
         BgfeGt4mRr9YeyDvKgr8LfeW2wu4c1AvP7ttFLW8HEoaBjb9xBN2OsP6xmJUQqIUUkNJ
         zRElH2nlIX0/IC+Vl3j6x2q77UtAEDH4SLQchO9aOy7M8sW+nDAYgVG9TZw7A3CZ4s0Q
         sGVg==
X-Gm-Message-State: AOJu0YxDFXoT6hKcgri65r+7VapVCQLVz5xglgQhP+hXMi40RG5RBITh
	fkeB5BNqrW1qjk3Za0YV1w3UfCnrJubpePunfpYgnCWDZrsLX7unwryj5JH9
X-Google-Smtp-Source: AGHT+IEzRU2PJhz7LvePfO8gXUJyjniVIUBaNkh3xggf2gbtLcY3hD+N+xAkMiRhdCjm8uy4ihPtLhY=
MIME-Version: 1.0
X-Received: by 2002:a05:6902:6c17:b0:e8e:acac:a22d with SMTP id
 3f1490d57ef6-e8eacaca4e1mr7480665276.5.1753965674875; Thu, 31 Jul 2025
 05:41:14 -0700 (PDT)
Date: Thu, 31 Jul 2025 05:41:14 -0700
Reply-To: Google Search Console Team <sc-noreply@google.com>
X-Google-Id: 4154303
List-Unsubscribe: <https://c.gle/ANiao5q50-ZML_iesdJqm_HVWRY8Nh0JtuDSByk6BpIsD4xaKwcdtIRVh1VNzV7z9QE9ffAF2S_HbYQVcdGWdpbotDAX9NJ-l9fvh0N70Bdm3wfkrlojk1kvLluHcHgXxQIaJAiDdGMAnADnlMvTzkPuRNK1TlL_ndi0ydELOCIdsdgAwjDTKUg7z8-JoQSd0JcAV1aDSEuLhFHIDgQpi4EKnyonin2qzSltd6xzKAZRvu8y9ELj1WLxr7-pu5nCHVolBNb00KpGex-yE7blGRouC669zhRTigYjSI_cvQ8dVSoDM9OqTr-EWEjE4j7DIlzqu0TT570iSPuM3AYNVYyqrDPyrXgA1i2pWpg4Qj6dTkfXcz2RqJkCbAvgcB6M0YfUnnbMXDsfZ5W3O5X6>
Precedence: bulk
Feedback-ID: P-38-0:C20237597:M110624660-en:gamma
List-Id: <6e180ccbadfa950a9b941acac5723e4f395dc930.google.com>
X-Notifications: 8b1dee7459ea0000
X-Notifications-Bounce-Info: AWoTSIFKfZ3ffvdaMLAc-HcNaCIxFbo78LnGzg7WrKEghCvKGhtNVCuAw0RkoRJDuAA9otv0CfViLJq3wQDPnzebhdgFxA81ouRdfUGId2YeHPbCOIOkrxUNEL0yxdm-wAARahTb8e4FIfuqp4XbW1SXlBstdGAZYf35nXOVUQki5NaijlujDGrhH93Rxoq1C_kOJUBbkuLwT-UXwe7boJ094elzz4JiztSTxQUtDP4Q-hkTDkRbRYwQBkFN3twV5E_u-tU9GV4acBb9oksB5B8zKV4DpeAxAvORPrYVX667m7MAXHR5Hm_p-pmbMcMMtefAaQ5lBSN4AyIhtpKdO_muFDbQbK91bYAXk3kf9QA_aE1jNXmhTDvw_UBxl2hSmXLIqmCOc1LCmEPgsS8QqLu9e8IB7fvBus8R9NvBmZY94HbiBtB6BR0lpPtmi6kaUk4S-tyvJa-UBsflhc17YbZs0dvjj0FfKJ2t8XDWVR9roKzFs1X2CnJJUB3sqn1kyw79LMHYKTecXNlNwB8Yjbt9WvEtp7JYSGDildtbeDCnewBvozFf8SHzeQ50Wwi3rlfbdb2P5A1kUKOCd8O9xsb5QdDB6cdzdepFlyAvZMw1L_BA4I8eKp4fcp6xbJnc76heNhdOe9wgTbS_TV3cp8RY4ntZ740vNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <8d694282d18ea835a476b805424aa264fbd6d85c-20237597-111238677@google.com>
Subject: New reasons prevent pages from being indexed on site https://24hourwaterdamagerestorationlongisland.com/
From: Google Search Console Team <sc-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000ffcc30063b38f4d8"

--000000000000ffcc30063b38f4d8
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KRnJvbTogR29vZ2xlIFNlYXJjaCBDb25zb2xlDQoNClN1YmplY3Q6DQpOZXcg
cmVhc29uIHByZXZlbnRpbmcgeW91ciBwYWdlcyBmcm9tIGJlaW5nIGluZGV4ZWQNCg0KDQoNClNl
YXJjaCBDb25zb2xlIGhhcyBpZGVudGlmaWVkIHRoYXQgc29tZSBwYWdlcyBvbiB5b3VyIHNpdGUg
YXJlIG5vdCBiZWluZyAgDQppbmRleGVkIGR1ZSB0byB0aGUgZm9sbG93aW5nIG5ldyByZWFzb246
DQoqIFBhZ2Ugd2l0aCByZWRpcmVjdA0KDQpJZiB0aGlzIHJlYXNvbiBpcyBub3QgaW50ZW50aW9u
YWwsIHdlIHJlY29tbWVuZCB0aGF0IHlvdSBmaXggaXQgaW4gb3JkZXIgdG8gIA0KZ2V0IGFmZmVj
dGVkIHBhZ2VzIGluZGV4ZWQgYW5kIGFwcGVhcmluZyBvbiBHb29nbGUuDQoNCioqT3BlbiBpbmRl
eGluZyByZXBvcnQqKjogIA0KaHR0cHM6Ly9jLmdsZS9BTmlhbzVvVC1PWnM3SnltRE5YVFp0aWNh
N2hyeFQxWWNPdnVrMEc0VkcxeVNRRnZ0Ym1jakp3Y3Uwam5pZVBJbEZiMWU3NUExU1dxOFpQYy1V
RUZLdGV6X1RiRTZ1bklOd3QwT0pvWDhHRDZHVXFpd0E4bXNKV1AxSkoyM0RJNExXMnBoVDlIaUU4
YWtENXVpUWlydi1HWno3Sy1FTUdKaS1BSkc0M1ROYWpNUVM5bVRtaGJ4aFc4a1FfR2tqczBLS2tN
Vmd0X2pibWk4aXhiQTgwMXV5THhDT2JvRXQ2OTdwZFI1SlJOcGV3bzlEdjI5TzkzRnRkdGhwSGVk
UGx6aTlablp5T1hlVktXXzRYQ0wxWTZIM0VIbnQ3bEowS3dwd2V6a2RMaUFnRTEwUEtWaGZZdWVC
SkRRdlczZkl5NWVhazZSX2VfTlhvN2dyVm9fZ19rSDJEWHRPMFY5ZVg0cmp2anVFQ01iTzR3a21h
UW9hYmZzYjYzbWJmR1poNA0KDQoNCi0tLS0tLS0tLS0NCkdvb2dsZSBMTEMsIDE2MDAgQW1waGl0
aGVhdHJlIFBhcmt3YXkgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCllvdSd2ZSByZWNlaXZlZCB0
aGlzIHRyYW5zYWN0aW9uYWwgZW1haWwgYmVjYXVzZSB5b3VyIHNpdGUgaXMgbGlzdGVkIGluICAN
Ckdvb2dsZSBTZWFyY2ggQ29uc29sZS4NClRvIG9wdCBvdXQgb2YgdGhpcyBtZXNzYWdlIGluIHRo
ZSBmdXR1cmUsIHZpc2l0OiAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyOHBZZW9fci1tNWJELWMx
b1pKOEpzcC1pYzRsaUhxNU9WYldYT1pnUWhaNGZxTlRSeTN3a1Z6SnNXSDdWczBNUkxDUFRnRXJ5
c2tlMjg1cDA4QkNEZDNxSkItZzdIelJNcUZLemlEOE5hZXNWUWhfbHhIeGlEYVRfRDBqVnUyUXJW
UjY1a2k0Mk15MnBYekNpN1ZTd1I0anRaSnBRQlk3RnNQMERXMFBYWUl4WnJIQzBmSjNLOHFHTWxl
eGZaNEdLS25aRklWeEFvSnA0R0NRN0hhb2R2enZrY21LQVVCeE9jUVZMOXVJczBEbUFtZnhabVpF
SEtnX3ZCUDR0dW5OVlZFb1RERWJZR3MxOVlwYWFpV2xNY1pZSUZfaVlnSkd5WG0zUjhzdl9kV1RT
VXRZNDczRHNyUl9faU54cV8wVXZITjVRazE1bTdvSXl6dDhRQnY5X05aOU1QYVJ2NVZjc1M4cmM2
WEM1TlpwZ0ZrZ2NjUS1maGdFZHRYRkhCRkJKZWdLWWZSMFl4ekE+DQpBZGQgcGFydG5lcnMgd2hv
IHNob3VsZCByZWNlaXZlIG1lc3NhZ2VzIGZvciB0aGlzIFNlYXJjaCBDb25zb2xlIGFjY291bnQ6
ICANCmh0dHBzOi8vYy5nbGUvQU5pYW81cEdyZmlOVkVQY0dBaWFYTTUxZDBoWldONC1kQzdWYmx5
UEN6VV9TNFdCaFVlNy1XeFJmODJVMHZuUk0tZTVVS1MzTzlKZnE5VXlfOVRnamNXaVlzeDMyMkc4
dm5EbVJibVBfLWp0WC1HcVY5RlB2QkUxZ3RpeHBzakl6SG9PSTBDM25uRm9Odzl3TUVhczU3aVlx
ZG5heEROMlFkdlJtTVk3QUdIRkd5N044RTNfTGV4S1p0OEpadVpENkNuYnZ6czBDTHdZUVdxb0I5
X0lQRmxuVFVGVkxTMEZYWXIyLXVqMlJkSkxVdTkwSTRUa2VJbW9yd1llUHNrTDNXNFN2ZGxKXzN6
UFRxNkMtWnhNZDRVUmlISlFPTkoyYVJ0MW9LRjdrOHZPV2JtWGhhM3lKWlNMc21vRFZBUFpyTndK
Zm1wQjZ6R1NwSUJiWlNfa25yM2hJcmNieGlyUEJ0WjNtUzVXOGNRaXd1TTc4eHdNUk5oTjdvYVdX
Skt4aTRsS2ctcFI0NXYwckozTGRzTQ0KDQpNZXNzYWdlIHR5cGU6IFtXTkMtMjAyMzc1OTddDQo=
--000000000000ffcc30063b38f4d8
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable







<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang=3Den>
<head>
  <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
  <link href=3Dhttps://fonts.googleapis.com/css2?family=3DGoogle+Sans&famil=
y=3DGoogle+Sans+Text:wght@400;500&family=3DGoogle+Sans+Mono rel=3Dstyleshee=
t type=3Dtext/css>
  <title>New reason preventing your pages from being indexed</title>
</head>
<body style=3D"font: inherit;
             margin:0;
             padding:0;
             background-color:#fff;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;
             line-height:1.5;
             letter-spacing:0px;
             color:#1f1f1f;
             word-break:break-word;" dir=3Dltr>
  <div dir=3Dltr style=3D"max-width:600px;
              padding:0 16px;
              margin:0 auto;">
    <div style=3D"padding:32px 16px 16px 12px;line-height:0;font-size:0;">
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_icon_c=
olor_160.png style=3Dheight:40px;>
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_logo_l=
ockup_gray_24dp.png style=3D"height:34px;padding: 3px;">
    </div>=20
    <div style=3D"padding:24px 24px 40px 24px;
                border-radius: 16px;
                border: 1px solid #C4C7C5;">
      <div style=3D"max-width:520px;margin: 0 auto;">
=20
  <div style=3D"padding:16px 0; max-width:520px;">
    <span style=3D"font-size:24px;font-weight:400;line-height:32px;font-fam=
ily:'Google Sans';"><a style=3Dcolor:inherit;word-break:break-word;text-dec=
oration-line:none;>New reason preventing your pages from being indexed</a><=
/span>
  </div>
        <div id=3Dwmx_wnc_message_main_content SCREEM dir=3Dltr style=3D"
             background-color:#fff;
             color:#1f1f1f;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;">
  <div style=3Dpadding-bottom:16px;>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Search Console has identified that some pages on=
 your site are not being indexed due to the following new reason:</p>
  </div>

  <div style=3Dpadding-bottom:8px;padding-top:8px;>
    <div style=3D"padding:20px 16px 20px 16px;border-radius:8px; background=
:#F0F4F9;">
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Page with redirect</a>
        </p>
      </div>
    </div>
  </div>

  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>If this reason is not intentional, we recommend =
that you fix it in order to get affected pages indexed and appearing on Goo=
gle.</p>
  </div>

</div>
  <div style=3Dmargin-bottom:16px;>
    <a href=3Dhttps://c.gle/ANiao5q7cIeReSGINOk-X35WTW3td0VZF1Y20Mwwk5FEndG=
E5stROxKXjW0t4KX3rBI7tDcofEuAXjjTgX0aCIS0tdzqF4Jvog0smPrV5yAXt8f3IKqqA_5zOp=
nhqDQynNu_FjsNx0jHb-LXZLVrmBhLneiDSgUW9VZqR3rQI6U0Pg2ZXsn6AqMbeVNA0IH10qZlR=
AF6rG11r8sk50WL6CNYHBOrufWcSWYQSZUgRDaclOxxiO4CxyiXrKOMHTC-yheCiqOpuustw49j=
-FIYh7CX0kPs_iXrpX5tnX8z_pW4iWTyito2WyC0gXAboWNUze9AXgDdbVEJ4GJAuwvEC_VEtLg=
d-fjBmrCaQSubQKYFmJRuTW1lLGMx1yUZ7ivElw role=3Dbutton style=3Ddisplay:inlin=
e-block;text-decoration:none;>
      <div style=3D"color:#FFF;font-size:14px;font-weight:500;
                  background:#0B57D0;border-radius:12px;padding:10px 16px;m=
argin:4px 0px;line-height:20px;">
Open indexing report      </div>
    </a>
  </div>


        </div>
      </div>
    </div>     <div style=3D"padding:24px 16px 48px;
                line-height:16px;
                font-size:12px;
                font-style:normal;
                font-weight:400;
                max-width:600px;
                color:#444746;">
      <span style=3D"font-weight: 500;">Message type: [WNC-20237597]</span>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      	You've received this transactional email =
because your site is listed in Google Search Console. You may <a href=3Dhtt=
ps://c.gle/ANiao5q50-ZML_iesdJqm_HVWRY8Nh0JtuDSByk6BpIsD4xaKwcdtIRVh1VNzV7z=
9QE9ffAF2S_HbYQVcdGWdpbotDAX9NJ-l9fvh0N70Bdm3wfkrlojk1kvLluHcHgXxQIaJAiDdGM=
AnADnlMvTzkPuRNK1TlL_ndi0ydELOCIdsdgAwjDTKUg7z8-JoQSd0JcAV1aDSEuLhFHIDgQpi4=
EKnyonin2qzSltd6xzKAZRvu8y9ELj1WLxr7-pu5nCHVolBNb00KpGex-yE7blGRouC669zhRTi=
gYjSI_cvQ8dVSoDM9OqTr-EWEjE4j7DIlzqu0TT570iSPuM3AYNVYyqrDPyrXgA1i2pWpg4Qj6d=
TkfXcz2RqJkCbAvgcB6M0YfUnnbMXDsfZ5W3O5X6 style=3Dcolor:#0B57D0;text-decorat=
ion-line:underline;word-break:break-word;>unsubscribe</a> from this type of=
 message or <a href=3Dhttps://c.gle/ANiao5p8UcZPbR1YbsjHcI4IRFKJ1FrDDBShSlI=
DYhXLnwdig6dECPmaLFrdckNWAAitrouo3CZSV96gLLf5Je8StWRPSvNQTTLE_gUEq5x8khuZHZ=
O_gL0var8DcIJDwQjwGsNPjq5KEFxmx6trFoOBzyXqtVKNQYxK6W7AQJvIsRC4sHCsr74cA0RG-=
XSUPYNR4NJYsezw7OXI_ux5qU7fi_FsmvU-FuBLFYKeA9vlCVttyiAbj5cEShvZZwJC85fEpdMu=
c7C_sDcfeRh64DvQlz2WTXBbQYOW7Edu38ov8O9boz3qXzwUIqQLY3skdlL1jqQANyf-YihrFoq=
QAxP-_17aEkjGOKQ7edTzTKk1N7G2ZvOvQI1nk5_fscPuABQpJKWQ4PQO-330gQ78kg style=
=3Dcolor:#0B57D0;text-decoration-line:underline;word-break:break-word;>add =
partners</a> who should receive messages for this Search Console account
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Google LLC, 1600 Amphitheatre Parkway Mountain V=
iew, CA 94043</p>
  </div>

=20
</p>
  </div>
    </div>=20
  </div>=20
</body>
</html>

--000000000000ffcc30063b38f4d8--
info/cur/1753266764.M75385P2755785.premium320.web-hosting.com,S=23731,W=24262:2,S000064000000056263151007557650020125 0ustar00Return-Path: <3RLqAaAoKAAczj-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id KIGFA0y6gGjJDCoAVkXPrw
	(envelope-from <3RLqAaAoKAAczj-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 23 Jul 2025 06:32:44 -0400
Return-path: <3RLqAaAoKAAczj-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 23 Jul 2025 06:32:44 -0400
Received: from [198.54.122.200] (port=40765 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3RLqAaAoKAAczj-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>)
	id 1ueWmC-0000000BjO6-0QTC
	for info@24hourwaterdamagerestorationlongisland.com;
	Wed, 23 Jul 2025 06:32:43 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=DKGSp5FS;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3RLqAaAoKAAczj-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com designates 209.85.166.72 as permitted sender) smtp.mailfrom=3RLqAaAoKAAczj-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bn9SN4Mtyz55Yd
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 23 Jul 2025 10:32:36 +0000 (UTC)
Received: by mail-io1-f72.google.com with SMTP id ca18e2360f4ac-87c0915ba7dso295010339f.0
        for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 23 Jul 2025 03:32:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753266756; x=1753871556; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:from:to:cc:subject:date
         :message-id:reply-to;
        bh=EpFEaJoxxA1CwSgdlu3v6szQyzN35vOs/l3oaLD2Yfw=;
        b=DKGSp5FSib+hkIK9A4K72I5LvbvEc7Zv5ib+JMyxgddm21jyJbOeEZxPDfmTpP6Yim
         S/RMILWwAGWq9hcZryuEJamGzxefLPPw/pOr6z6I1JaBCOAzy5bSIcDw5/C11yso9NH2
         NIPH9rmhObkRgfO/JJyUR02PFnLs8E0BACGJvG0qMNqjpNC8yXsd33QQi0nPgcLeFp2k
         nZ+Lo+c9NC8FTEq2bmd86BwNt4BHJkKigbeNR3iY5EIDbYhMDTtDte9If9qqhyaTqdtP
         aT+BseizwsTnH+Yc/TijuK2Os9dGFM61fN6ENkXi6xOivX4TPRxZWye/gj6evEKPgUQC
         R4MQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753266756; x=1753871556;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:x-gm-message-state:from
         :to:cc:subject:date:message-id:reply-to;
        bh=EpFEaJoxxA1CwSgdlu3v6szQyzN35vOs/l3oaLD2Yfw=;
        b=gtiNVwu4kuxzaV7f8chbsUktoK+vY7tHN15xIHJqhl5AUEoNK9+3cj9XuKqyvuiS5M
         fYVq2Pixl85euMky7mEO4ZEyVZonPMK16J4GfDio8WYUpt7f5f3RhJIEG+iXDzq2/UfY
         lo4VyY1ZbvkowVV1D6UhElEv4krmnuJeQp3bvC3gSBsVDbsJHwvXIUj3ma+6QYvgFroA
         hjYMgJLlUAO/9/3M1xYpsBLVco50RZVPD7SNAmm/zIq1l8Q8wzAYPv0Su6KVSAtTN++5
         /Pnyzg6mIQRmYNuvPTdY2v9Sp4K5rBzrJhQaz/QVVomf3aG7CybxHszgwvv++4GqhoDr
         YcgQ==
X-Gm-Message-State: AOJu0Yx07nMoAQlabj+g75+/uNAJxqk+JHnNF1VYZw1iPFYG/BnPHBFB
	yUmpcNRqDwAWT4G2CpiwYmqEOpAEqUalw7CSvOYmqZYkHAHSDgvJg3ZE4tGx
X-Google-Smtp-Source: AGHT+IHSapWiU7hN2PV9pbbvMScMlvUd4RQmYrmGI6FZw8EA/Q3ugnHcbK/a/9J3S8+pvdov42qzQKw=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:490:b0:87c:6d3a:e88a with SMTP id
 ca18e2360f4ac-87c6d3aea5dmr51266539f.2.1753266756115; Wed, 23 Jul 2025
 03:32:36 -0700 (PDT)
Date: Wed, 23 Jul 2025 03:32:36 -0700
Reply-To: Google Search Console Team <sc-noreply@google.com>
X-Google-Id: 5898029
List-Unsubscribe: <https://c.gle/ANiao5rzvNSdAw2nSY8OzdAzrDG4VK95pCqjXpSlPXQUof7QC-Cj-elEciKMO9LbmGn5XtoXdLtX-CxHUNQCzQXJzB1elg-lpvPGbS4oqQVgJAhr4AyW51M_HW38kLJ5YoRzminYXVKkQFpCbYCIYUgtaHD7w419Ut9srP-dEVyKqxVLxaNAeHDeeRPJpfTzOdDFuw0tPIfih7kksBs6eQo23b5iRCco6h-LQbACvQQpLxmfLIbC_6i3H1j9jIMvhZ7Qw3B7NvuQ0Z5Ig_UBMb_gnJO-eDxqlr6hj4hweyC0K9uWIlk0NrF2sDasa-p334Hz0eJX-gd1OkhVgbYZ5zU2jG45ayhevtLx2O3QE2NaRwM8jLJ0b-29fUNjgfR0KV1GUljGIw>
Precedence: bulk
Feedback-ID: P-38-0:C376106:M743502-en:gamma
List-Id: <6e180ccbadfa950a9b941acac5723e4f395dc930.google.com>
X-Notifications: 72bfaa39075a0000
X-Notifications-Bounce-Info: AWoTSIFk2k49TIXDdOvQAz5RSebFS9vlFUmW8IE6CK8DzVb0zh8vW063sXDLcJUlVlfDhe0oj1LLGyWCqXmtGe2CbXBmnLNy1Ij26BYtSi_d9G8KDdL1zqdOT6dx-O454SdaVbHhe6IaPC8Jmh83RsVhTuhHuL5F6VMHWjpiNVsEP2xpbx9ixDus4OagNTt0GEHp1lQM5-3zXRVha_dFH1GpiPgO3Awwt0Tz5kCKbiQonNjGTdx_8rupWuFQN_qRrrpGXOj4yCqlJizzXoecGOJQhdEnYyKk7gsgq-YZM_0oZgCkB1JiXxqkH58CGFiA9MkgQ3nJzleIXB01Q-JWzm-3y7yk_wgvr7jtZcdhwus0yPzJuJUjYT3UVTJ_Zq-XG1KKtTEbo8sx4-UcRG8GlocB0tiG9-GQ76h_m5phAta3Ob_SZNuaFTHE5_VraT5SBGpA1ntfH5PnQR_0T_qzGQJ6SidmExLCnFv3eDHvMMvduS8j09wz-ylEMno3jBhsB8mMpZDSXsVkPzf_zzPE__QySYzJjyiuVwvwBVilZkF6KLekwyLMToSf_UMdToQ8WwfnfR7S66CilaQCLWzY9NHsP5_CfEUS1UAY-OYlLUx9GNfPq0AqMa5CI_8dtHLN3vqwQOwqEgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <ea981e77046dc77526c54acf34a73ebf8a4a2287-376106-777205@google.com>
Subject:  Get started using Search Console with https://24hourwaterdamagerestorationlongisland.com/
From: Google Search Console Team <sc-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000031e0fa063a963a99"

--00000000000031e0fa063a963a99
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

Get started using Search Console with  
https://24hourwaterdamagerestorationlongisland.com/


Now that you've verified your site in Search Console (or created a site in  
Blogger or Google Sites, which verified your site for you) we have some  
tips to help you use Search Console more effectively.


Get started with Search Console:



1

Ensure that all your URLs are covered

Ensure that all your site's pages are covered in Search Console, either by  
creating a Domain property (recommended) or by adding separate Search  
Console properties for all https, http, www, and non-www variations that  
your site supports.


Add site variations




2

Share access with co-workers

If you want other people to access your error reports and search analytics  
in Search Console, grant them access to the Search Console property.


Add users




3

Submit a sitemap file

This helps Google better understand which URLs exist on your site. If you  
are using a website hosting service, they might manage and submit your  
sitemap for you.


Submit a sitemap




4

Learn how to work with Search Console

If you read only one help document, read this one.


Basic Search Console usage



Not sure how to continue? Use our help resources.



We have getting started guides for all levels.



Learn more details about site verification and how to set permissions for  
other users.



Learn what a sitemap is and how to manage it.



Ask questions in our forum for more help - mention message type  
[WNC-376106].


Message type: [WNC-376106]


You've received this transactional email because your site is listed in  
Google Search Console. You may unsubscribe from this type of message or add  
partners who should receive messages for this Search Console account


Google LLC, 1600 Amphitheatre Parkway Mountain View, CA 94043



--00000000000031e0fa063a963a99
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable




 =20
<!doctype html public "- / / w3c / / dtd html 4.01 transitional / / en">
<html lang=3Den>
<head>
  <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
  <link href=3Dhttps://fonts.googleapis.com/css2?family=3DGoogle+Sans&amp;f=
amily=3DGoogle+Sans+Text:wght@400;500&amp;family=3DGoogle+Sans+Mono rel=3Ds=
tylesheet type=3Dtext/css>
  <title>Get started using Search Console with &lt;a style=3D&quot;color:in=
herit;word-break:break-word;text-decoration-line:none;&quot;&gt;https://24h=
ourwaterdamagerestorationlongisland.com/&lt;/a&gt;</title>
</head>
<body style=3D"font: inherit;
             margin:0;
             padding:0;
             background-color:#fff;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;
             line-height:1.5;
             letter-spacing:0px;
             color:#1f1f1f;
             word-break:break-word;" dir=3Dltr>
  <div dir=3Dltr style=3D"max-width:600px;
              padding:0 16px;
              margin:0 auto;">
    <div style=3D"padding:32px 16px 16px 12px;line-height:0;font-size:0;">
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_icon_c=
olor_160.png style=3Dheight:40px;>
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_logo_l=
ockup_gray_24dp.png style=3D"height:34px;padding: 3px;">
    </div>=20
    <div style=3D"padding:24px 24px 40px 24px;
                border-radius: 16px;
                border: 1px solid #C4C7C5;">
      <div style=3D"max-width:520px;margin: 0 auto;">
=20
  <div style=3D"padding:16px 0; max-width:520px;">
    <span style=3D"font-size:24px;font-weight:400;line-height:32px;font-fam=
ily:&#39;Google Sans&#39;;">Get started using Search Console with <a style=
=3Dcolor:inherit;word-break:break-word;text-decoration-line:none;>https://2=
4hourwaterdamagerestorationlongisland.com/</a></span>
  </div>
        <div id=3Dwmx_wnc_message_main_content screem dir=3Dltr style=3D"
             background-color:#fff;
             color:#1f1f1f;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;">
  <div style=3Dpadding-bottom:16px;>  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Now that you&#39;ve verified your site in <a hre=
f=3Dhttps://c.gle/ANiao5pTU_I5-gWjlluO4WeUTSRViy3ZSG7B36QUlbKCKuIraijHneRV6=
jwGs_IM7KJznyMLdbq1kdgDl24sJ1Im68-7QdSsC8V5Aawt5dA3MyPLrFxGfpAt_0OKFNpsev9x=
i_D8evQW092DIHmmiHTzIx8kB3hFmeeENV7XlhgLJZVcmQQY5qzXCvEyQYWMJlPrLIUcexb3y5w=
Bld_Jbx80N-P2qgrhpH-urpb3vrRzi2XYY2U4WlwpwTY886EDs_l0B6TORj3TOY94wR0SQDX_o5=
n4gPyt3vo-tf73XLs style=3Dcolor:#0B57D0;text-decoration-line:underline;word=
-break:break-word;>Search Console</a> (or created a site in Blogger or Goog=
le Sites, which verified your site for you) we have some tips to help you u=
se Search Console more effectively.</p>
  </div>

</div>

  <div style=3Dpadding-bottom:8px;padding-top:4px;>
    <h2 style=3D"color:#1F1F1F;font-size:16px;font-style:normal;font-weight=
:500;line-height:24px;letter-spacing:0px;margin:0 0 8px 0;">
      Get started with Search Console:
    </h2>
    <table border=3D0 cellspacing=3D0 cellpadding=3D0 style=3D"display:bloc=
k; color:#5f6368;border-spacing:0px;border-collapse:seperate;" role=3Dprese=
ntation>

  <tr width=3D456px style=3Dmargin-bottom:0px;>
    <td style=3Dvertical-align:top;padding-top:6px;>
      <div style=3Dbackground:#0B57D0;width:24px;height:24px;border-radius:=
100px;font-size:14px;font-style:normal;font-weight:500;line-height:24px;col=
or:#FFF;text-align:center;>
        1
      </div>
    </td>
    <td style=3Dpadding-top:4px;>
      <p style=3D"color:#1F1F1F; font-size:14px; font-weight:500; line-heig=
ht:21px;  margin:0px 0px 2px 16px;">Ensure that all your URLs are covered</=
p>
      <p style=3D"color:#1F1F1F;font-size:14px;font-style:normal;font-weigh=
t:400;line-height:21px;  margin:0px 0px 0px 16px;"> Ensure that all your si=
te&#39;s pages are covered in Search Console, either by creating a <a href=
=3Dhttps://c.gle/ANiao5qC2UO6TLp2wWsypJU6bV_kP_MmP2rlmMATjAgQ9tyv2xc5sfPbuI=
Iv86GAvVmTFBzu5fR7fDPgCGc_HpEQ_h7hjpLlh2y65fDaQBudVbBz0ZdFONNRQyURJqN4i5hvM=
vPIdfavUnM943zgREdY_xg style=3Dcolor:#0B57D0;text-decoration-line:underline=
;word-break:break-word;>Domain property</a> (recommended) or by adding sepa=
rate Search Console properties for all https, http, www, and non-www variat=
ions that your site supports.</p>
        <div style=3Dmargin-bottom:4px;>
    <a href=3Dhttps://c.gle/ANiao5p-aIXNjS2CkikDcYJsGbyGtL3C8HGlaMfzf4AWpdX=
8Dx4gBaf869PuzxA2o8A2vApz7HN1nGfbhK3G0KmPt46TXeShnplPFKY1aOiv0hV1DZX2gJtUJD=
eEmAdNRaUiPwy_TOPHYMV66zDaFpgLqu8064WFzv71IC_3P6c-9pxiyaNE4oF4xcDCQiIU1zuDG=
-E_QzpBNB8uhZAUQg1DdAX6FjJN3o61HOu4RHWWdiAQx3p5D3k8xPT5O9qX3I8ZGsiH_sqf0nhZ=
pNuKii4HUOXZ0Ysc role=3Dbutton style=3Ddisplay:inline-block;text-decoration=
:none;>
      <div style=3D"color:#0B57D0;font-size:14px;font-weight:500;padding:10=
px 16px;margin:4px 0px;line-height:20px;">
Add site variations      </div>
    </a>
  </div>

    </td>
  </tr>


  <tr width=3D456px style=3Dmargin-bottom:0px;>
    <td style=3Dvertical-align:top;padding-top:6px;>
      <div style=3Dbackground:#0B57D0;width:24px;height:24px;border-radius:=
100px;font-size:14px;font-style:normal;font-weight:500;line-height:24px;col=
or:#FFF;text-align:center;>
        2
      </div>
    </td>
    <td style=3Dpadding-top:4px;>
      <p style=3D"color:#1F1F1F; font-size:14px; font-weight:500; line-heig=
ht:21px;  margin:0px 0px 2px 16px;">Share access with co-workers</p>
      <p style=3D"color:#1F1F1F;font-size:14px;font-style:normal;font-weigh=
t:400;line-height:21px;  margin:0px 0px 0px 16px;"> If you want other peopl=
e to access your error reports and search analytics in Search Console, gran=
t them access to the Search Console property.</p>
        <div style=3Dmargin-bottom:4px;>
    <a href=3Dhttps://c.gle/ANiao5pz1p3JTP9AGNzgU6wio0bd-URTKOqGjei7Kqy-qcI=
Lzqmgj8I8ABi1QsmZHBgF8KmMrDTv0IZ4BRHVQqeyVLCLBWupXGooIpQQZqLsZjSDZS-bFrCyIt=
a5tqTE-kYCxq0EfwgilFEuixQTpyDoO_Vq55J0DC34BPdSRIfGdsEcZS00ADQ5pZJBaJXKXtQS_=
yqr-J0QvetzAeVVihaIdQIgQ4V2korlJTbbSrMK1nw-wCDagFSiczDnuTfcZp_BDkxAjWkYcfUj=
hb304qUAIPs0X8zTV-I3m8dRv_lwNfApTvL1pE3_GRi8UjGQymPAfyEsL1-NHSo3RkaYTVHPd5U=
Nza5FT_bsrCO_fg4OlBuj6oUXbZaytA6X role=3Dbutton style=3Ddisplay:inline-bloc=
k;text-decoration:none;>
      <div style=3D"color:#0B57D0;font-size:14px;font-weight:500;padding:10=
px 16px;margin:4px 0px;line-height:20px;">
Add users      </div>
    </a>
  </div>

    </td>
  </tr>


  <tr width=3D456px style=3Dmargin-bottom:0px;>
    <td style=3Dvertical-align:top;padding-top:6px;>
      <div style=3Dbackground:#0B57D0;width:24px;height:24px;border-radius:=
100px;font-size:14px;font-style:normal;font-weight:500;line-height:24px;col=
or:#FFF;text-align:center;>
        3
      </div>
    </td>
    <td style=3Dpadding-top:4px;>
      <p style=3D"color:#1F1F1F; font-size:14px; font-weight:500; line-heig=
ht:21px;  margin:0px 0px 2px 16px;">Submit a sitemap file</p>
      <p style=3D"color:#1F1F1F;font-size:14px;font-style:normal;font-weigh=
t:400;line-height:21px;  margin:0px 0px 0px 16px;">This helps Google better=
 understand which URLs exist on your site. If you are using a website hosti=
ng service, they might manage and submit your sitemap for you.</p>
        <div style=3Dmargin-bottom:4px;>
    <a href=3Dhttps://c.gle/ANiao5pEDW_QFECVZKMIf4jsuwhgu01k94jOQniJee8uABq=
HV1QdccgxVqhddHQWSaMo5ZVLWu_5MeXgxCHiUW44TWmMsX4G5yBfdG-USmAhLuKLXgLZ4Gqjx8=
hS06SDVUu2C7ehwco0zm7qNHfxH2atICiwX0I3A4ubYiMGnF8fPxclHl0LKdiMMbPHHSeCv73Vg=
273dDH7Zu9PZv-PV3jK0koiNvU4ADQ2P7RYDbtwjrSKz3_QPvoTP6Ekju2d8CWMZW9fUAt2vRBA=
s3a8jAt7FwMfWbdSJDKURXY6WLsKCFL59jHPwVgnPBqrws3ijQPDQJv5hUFbhJJIQ6XDhHwv27V=
3natzd4SJ_Tv2OW4I4zVj6lHdeBqupHUeyMs role=3Dbutton style=3Ddisplay:inline-b=
lock;text-decoration:none;>
      <div style=3D"color:#0B57D0;font-size:14px;font-weight:500;padding:10=
px 16px;margin:4px 0px;line-height:20px;">
Submit a sitemap      </div>
    </a>
  </div>

    </td>
  </tr>


  <tr width=3D456px style=3Dmargin-bottom:0px;>
    <td style=3Dvertical-align:top;padding-top:6px;>
      <div style=3Dbackground:#0B57D0;width:24px;height:24px;border-radius:=
100px;font-size:14px;font-style:normal;font-weight:500;line-height:24px;col=
or:#FFF;text-align:center;>
        4
      </div>
    </td>
    <td style=3Dpadding-top:4px;>
      <p style=3D"color:#1F1F1F; font-size:14px; font-weight:500; line-heig=
ht:21px;  margin:0px 0px 2px 16px;">Learn how to work with Search Console</=
p>
      <p style=3D"color:#1F1F1F;font-size:14px;font-style:normal;font-weigh=
t:400;line-height:21px;  margin:0px 0px 0px 16px;"> If you read only one he=
lp document, read this one.</p>
        <div style=3Dmargin-bottom:4px;>
    <a href=3Dhttps://c.gle/ANiao5p6AulnArtGrQBoerL-5EaXK6dHWpbBjm4JdjX74qp=
zKgH6xXCUtrXX7sZUeVQNAJqs4la8H50paqKUfkbgjYUv5xKnKf62TV9PUCmyOW5-5BvAxqXJoK=
BmozcPE-doJ79AcT2nc_JqMt_xS1lS_Ylh0knkJmVaphaKSPyiCUFwjn7lO8rOEYNDQ_B85leAE=
ORHzvcK6fl49BINv1HV5PQppZ4-ADDYOCaiMinOaLd7BykzZu4qMiTxSP5C5OBRouk4Bn4o8MeO=
S3T4obsFD720qUYoF9q0ojU-oPzz-UEK5SQ role=3Dbutton style=3Ddisplay:inline-bl=
ock;text-decoration:none;>
      <div style=3D"color:#0B57D0;font-size:14px;font-weight:500;padding:10=
px 16px;margin:4px 0px;line-height:20px;">
Basic Search Console usage      </div>
    </a>
  </div>

    </td>
  </tr>

    </table>
  </div>

  <div style=3Dwidth:100%;>
    <div style=3D"margin:24px 0; width:100%;height:1px;background:#C4C7C5">=
		</div>
    <h2 style=3Dcolor:#444746;font-size:14px;font-style:normal;font-weight:=
500;line-height:20px;letter-spacing:0px;margin-bottom:8px;margin-top:0px>No=
t sure how to continue? Use our help resources.</h2>
    <table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0 style=3D=
color:#5f6368;border-spacing:0px;border-collapse:seperate; role=3Dpresentat=
ion>

  <tr>
    <td style=3Dvertical-align:top;padding-left:8px;padding-top:12px;>
      <div style=3Dwidth:4px;height:4px;border-radius:100px;background:#C4C=
7C5;>
      </div>
    </td>
    <td style=3D"color:#444746;font-size:14px;font-style:normal;font-weight=
:400;line-height:21px;letter-spacing:0px;padding:4px 0px 4px 12px">
We have <a href=3Dhttps://c.gle/ANiao5rqRx5DxJUF4ybXKRVauAjswnmWuQpAf9ddbZC=
i9j9rNEqE0R5_2CkrEk40LVE1c2tcr7tViYW0lzfJrFKRpSB-6LXF5c0ECPa8YOMsIL-JM2ALt0=
BTfBt6I-2XEs0IIGFo5IGPG_zoz9AnAy13xrM8BHHuhSFJlT5KslPAunp5eXRZt2pzMzB5goDf4=
YgmJlBNYXCEOl6z6ST9cxWJoGrIS5AM3xUSe6IJJtCQuCNIwFU9h1s6rVej-ONdlUvip710p4LE=
3FMTjpz-oOybfZFHsXGZPZlY7InZQEt6 style=3Dcolor:#0B57D0;text-decoration-line=
:underline;word-break:break-word;>getting started guides for all levels</a>=
.    </td>
  </tr>

  <tr>
    <td style=3Dvertical-align:top;padding-left:8px;padding-top:12px;>
      <div style=3Dwidth:4px;height:4px;border-radius:100px;background:#C4C=
7C5;>
      </div>
    </td>
    <td style=3D"color:#444746;font-size:14px;font-style:normal;font-weight=
:400;line-height:21px;letter-spacing:0px;padding:4px 0px 4px 12px">
Learn more details about <a href=3Dhttps://c.gle/ANiao5oFVaERuyLG1rqbQyBDIt=
tB2AHFf9I5aSArAHlFiaxvkMd9Dz-XA0xGr61Txz2d8fr2vOaWEDP4qlWT77lNCfaBMc3uqLaVg=
iXPxh3szjHV3bRJqRO25mmwg1xZVvWuuwYsKbURkuf0Klx5wY5fDT0Xe0MVNTzeQOGC3AWLp9fg=
4_haWwyv2sBHAuNeWvQfIoz-oHcCRp0CBn9V04z_izxaNXuYrCnnG7Gx-yHCPVUP-PPc7YvtYjt=
EBBBP76FmCOBODoty3zhb6rtBhixQzh7rTK4MPOqqQt3QCGwGrxo style=3Dcolor:#0B57D0;=
text-decoration-line:underline;word-break:break-word;>site verification</a>=
 and how to <a href=3Dhttps://c.gle/ANiao5pVofJ4Ml0zfHvWO1SzMDGN3gjrlbCIeu8=
9JUlaD8d9oVbL275s7hmoKLNavPp6hLUPIlK8EiyrsRrlOhj9nkN54by29jQSxOy567HY4fOnO2=
zYCMRVP-5y4R_Qp5fRh-J-w6fN7dcrdPmrz1yPF5JWXkaNaf_RppkY7gUMFuWnM1kdLzvmMHzVI=
_bqzyi8dwqZbB4mcNN_-smoOQwwFimbQD53sfZ84qQbBbmtu3h27a6g2NckA5bZL-07-tRkaHpV=
-7ruEUkbVV_OM38KZPZIbQCr9HifcSJv0kl3 style=3Dcolor:#0B57D0;text-decoration-=
line:underline;word-break:break-word;>set permissions</a> for other users. =
    </td>
  </tr>

  <tr>
    <td style=3Dvertical-align:top;padding-left:8px;padding-top:12px;>
      <div style=3Dwidth:4px;height:4px;border-radius:100px;background:#C4C=
7C5;>
      </div>
    </td>
    <td style=3D"color:#444746;font-size:14px;font-style:normal;font-weight=
:400;line-height:21px;letter-spacing:0px;padding:4px 0px 4px 12px">
Learn what a <a href=3Dhttps://c.gle/ANiao5rp_qjb5OeoE9rfs-MOyQryioeKUU2PQV=
AikMUwPtCVRGE8Oe9GA5Fs9HEB1swvECLvBakWAsozM0403hy9_TDSwps7MyH58yJqjGuB7qcGi=
Bw-L7edQ3nFDsT4ixu0q3iHOQb8GntUMvJmcwvhak98WyqAJauh3Qgbh3O9C1L7xZ4S_l-8oi2-=
7Er27pAJramSLg-hZBTHuq-f-ABySKzcP9RU-0SX5nBL0F3qSptPqNbon2m01scdJgtwTvOok-N=
-F-RF88RoI0Wemk1la0D1PVQO style=3Dcolor:#0B57D0;text-decoration-line:underl=
ine;word-break:break-word;>sitemap</a> is and how to manage it.    </td>
  </tr>

  <tr>
    <td style=3Dvertical-align:top;padding-left:8px;padding-top:12px;>
      <div style=3Dwidth:4px;height:4px;border-radius:100px;background:#C4C=
7C5;>
      </div>
    </td>
    <td style=3D"color:#444746;font-size:14px;font-style:normal;font-weight=
:400;line-height:21px;letter-spacing:0px;padding:4px 0px 4px 12px">
<a href=3Dhttps://c.gle/ANiao5puICd-clBAresbddaeChuqscfhVFCnCn_NxSjx9SAR-rI=
qoK8kY_qU_YIJKrSv-rnrOanXNe_oOJZJRBIb5qCjFNplYCSHSXP0ykzvdqycmRxcokiW-n5Bsc=
V-ij4Ve88opczJzZBn3vaJc229tOft0trFGF1S26cVR6wVUCKPKPQmWRQPymeCW6N4EQ8gs3EZF=
gS7huij-HwB_PEpvyVktJfcGw-jLKrhhXjp-NbhHU7CDVVyBEeaFqTSmN3CaYjnCRA0OuCL8m6t=
C4BzEFihUnx5OOxXDktNP1s_oEoGgg style=3Dcolor:#0B57D0;text-decoration-line:u=
nderline;word-break:break-word;>Ask questions in our forum</a> for more hel=
p - mention message type [WNC-376106].    </td>
  </tr>

    </table>
  </div>
        </div>
      </div>
    </div>     <div style=3D"padding:24px 16px 48px;
                line-height:16px;
                font-size:12px;
                font-style:normal;
                font-weight:400;
                max-width:600px;
                color:#444746;">
      <span style=3D"font-weight: 500;">Message type: [WNC-376106]</span>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      	You&#39;ve received this transactional em=
ail because your site is listed in Google Search Console. You may <a href=
=3Dhttps://c.gle/ANiao5rzvNSdAw2nSY8OzdAzrDG4VK95pCqjXpSlPXQUof7QC-Cj-elEci=
KMO9LbmGn5XtoXdLtX-CxHUNQCzQXJzB1elg-lpvPGbS4oqQVgJAhr4AyW51M_HW38kLJ5YoRzm=
inYXVKkQFpCbYCIYUgtaHD7w419Ut9srP-dEVyKqxVLxaNAeHDeeRPJpfTzOdDFuw0tPIfih7kk=
sBs6eQo23b5iRCco6h-LQbACvQQpLxmfLIbC_6i3H1j9jIMvhZ7Qw3B7NvuQ0Z5Ig_UBMb_gnJO=
-eDxqlr6hj4hweyC0K9uWIlk0NrF2sDasa-p334Hz0eJX-gd1OkhVgbYZ5zU2jG45ayhevtLx2O=
3QE2NaRwM8jLJ0b-29fUNjgfR0KV1GUljGIw style=3Dcolor:#0B57D0;text-decoration-=
line:underline;word-break:break-word;>unsubscribe</a> from this type of mes=
sage or <a href=3Dhttps://c.gle/ANiao5o2mhFqesGlbz3ZUdrzbCZ4Dn_lR6YgnhV2ftS=
oZJL27Y7zPTLqFR1eRwl9ylKW6RiA5x7F4PVTpjfW4e2lgep_TBBJxQ3Ficl2tooLywBk6yWwGb=
85DrzGiY-oUQOJZu5LqeNmgINBnfubqMGLuP1LyZpT0nPVpsvoiDhVPZQfVQ--UJw18yIm6xs_j=
gKNcT5XIqShfOf8dLeO6GFoLnElsjWyF8SvLrXr42Bz13rj5YFJ45t3Y2HlbvNC8_ocf3BQgjCX=
XrjLcuSe6r7x-nGGgAdgfAPMCPTpqsc3r9EignjKbwNThqzzE_t16hbp7TbtxRv28Ve_y90FDZp=
tp98-bjpy1KfAG_Ox0Ux-TIAVRGtBjC8g9jCHjuCAFfVs28ye3w style=3Dcolor:#0B57D0;t=
ext-decoration-line:underline;word-break:break-word;>add partners</a> who s=
hould receive messages for this Search Console account
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Google LLC, 1600 Amphitheatre Parkway Mountain V=
iew, CA 94043</p>
  </div>

=20
</p>
  </div>
    </div>=20
  </div>=20
</body>
</html>

--00000000000031e0fa063a963a99--
info/cur/1756298939.M533110P887338.premium320.web-hosting.com,S=16132,W=16428:2,000064000000037404151007557650017773 0ustar00Return-Path: <3tP6uaAoKALkrb-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id cMo3H7v+rmgqig0AVkXPrw
	(envelope-from <3tP6uaAoKALkrb-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 08:48:59 -0400
Return-path: <3tP6uaAoKALkrb-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 27 Aug 2025 08:48:59 -0400
Received: from [198.54.122.200] (port=58975 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3tP6uaAoKALkrb-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com>)
	id 1urFaF-00000003qNV-03jB
	for info@24hourwaterdamagerestorationlongisland.com;
	Wed, 27 Aug 2025 08:48:58 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=DJ1wuwHT;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3tP6uaAoKALkrb-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com designates 209.85.166.199 as permitted sender) smtp.mailfrom=3tP6uaAoKALkrb-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com
Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cBkqS5CKBz4xny
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 12:48:52 +0000 (UTC)
Received: by mail-il1-f199.google.com with SMTP id e9e14a558f8ab-3eca67caa2bso37938885ab.0
        for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 05:48:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756298932; x=1756903732; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:from:to:cc:subject:date
         :message-id:reply-to;
        bh=xZ1CKX3Ag4brRHNyrR52Pwgl5DS4qRE7cI3Sr+suea4=;
        b=DJ1wuwHT2rr8TLBoqdcudbkSS628VfhjkKrJCuHWBlZiI2SpQYM4RQTB//vsCDBfNE
         8JtlPLd1+ydsIXyYFOsdSh6dVyzZ5fsWWAT5iisYbK9gSH0VPgklIYkjWz5scJaFlD4l
         6r5YKqjMfvH0pqh/pwlm3usZhIUQUr8z85J3vZYlq+7E8SeJtdeDtmSa+bw7yGZpazmV
         tiEW/52PedP7vfI5VFJO5T5uCYNHY8y542pg50XqvXF0BomdInq6HISXE0NMncoXYrav
         1EpBIHFYmZFkFq9apk5asUF30YGBZuT36d9aDJ4k6rKTWNahYfYcpOAKTriey7+0JEpr
         oCEQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756298932; x=1756903732;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:x-gm-message-state:from
         :to:cc:subject:date:message-id:reply-to;
        bh=xZ1CKX3Ag4brRHNyrR52Pwgl5DS4qRE7cI3Sr+suea4=;
        b=v4kKtVIapsJ7rXSXpcMosplnEe3RrumKsa16JwXgSGoJNWQNCRC/cJHA90p3+2Datg
         SXqUdYo38mgErDgiJWVANGbxBDIcNECVjJoDALMYzEOSx/e7Sv/SgEJRZb4rY530y+Wk
         3DNsnSfviLdrV46zWgFrHR07nQAX3M5fLtbqDa28yRrd2bW5sra15GiBpyINPpzdR/5o
         Ze2yypyC3kbiqtqQ77kICQuN1DSWNzSwWXJE7k6aqiaD0R08k6QDVaAe2cfcxyIwLh23
         OMXMdqkC34gsWqw0DnM6GYd92/r6fvqw/i/8/t6qdq0OJw4+YnuArVo6L9JIUGn2g0/0
         H9cw==
X-Gm-Message-State: AOJu0YxStPS32HXeCtjNFw/Mifa1DZWmGVUscUmS2SBvIS7pwpTrWroY
	y2HSi5COw1KBDHdX/OPwsXMfI/h08E9brRNr/JriqpAX04hVzu7jT5zYY8UT
X-Google-Smtp-Source: AGHT+IGKL5PtqMDs9areGRQmBvBocNMubS4qcEUq30he/Xw5amyFTyXbhRRpF4nV8VrNLMlCLCuGYio=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:1b06:b0:3ef:4b5e:66c2 with SMTP id
 e9e14a558f8ab-3ef4b5e6939mr63201285ab.16.1756298932142; Wed, 27 Aug 2025
 05:48:52 -0700 (PDT)
Date: Wed, 27 Aug 2025 05:48:52 -0700
Reply-To: Google Search Console Team <sc-noreply@google.com>
X-Google-Id: 4154303
List-Unsubscribe: <https://c.gle/ANiao5qGmWeAOnxlAeUz7bZC8qFB6JEienkJZfr0RVXro3WUeODafWswvg8f23mG7VI0YI7dGoxYd2e3pkWTv66BT5H9leigQJ-CVEtbApf_xRiwzkwZ9G0uJcNNGhV4ebH-LHL8ar0N2MPSoMAkIs_fOLn7sKIPJIjjfEKNwu5QqvEUz25RsP_J5tyjKusOABQkkgmPYa3e68yQP9ySsmrq-pexHr4-HZAIRjiM5rNBqnjQ_AJhrVxlWAx8gbFHrntzfRWWriH1E16ECE_blmgC73Sbtt0oJQQPMuQg-UbRpg6veNN_tSmaYkQAfXzTpMY4_PMUegwy2HG-bTgCkotZRgKx-U_aVngD2sai8GT1j1QxBO6IPUdCcm5B0XgpYFxM1rBvc0Ao7T_ZVIc0>
Precedence: bulk
Feedback-ID: P-38-0:C20237597:M110624660-en:gamma
List-Id: <6e180ccbadfa950a9b941acac5723e4f395dc930.google.com>
X-Notifications: ce26c153a73a0000
X-Notifications-Bounce-Info: AWoTSIEyg_USO_wAy8dcxtQ_clkMkgLBzRrirZrKOvSkqrPw58DqCgeQHF2Jg18V4m_UZh9kmJm098XWfbOc25HdgUy6JXD7XQW0rzvXBbEGAtCnMDqmEy-fE3h1zsO8UK9ZAmuN8bxFnm0eijuYSTR6g-pR5bPso2_XonBhufFdFiohGCLllYmXGkZMa7mGLqshLbV3sIX5lJfezQf6WIM4RwdDJs3hmMa4Mi0vO4UeMhzb0lD1BbikmyRAVlhcRpSNHf1-ZVcxjgeZBeDi-FgxEVQC_p3XsvNGEzBSED2BybCPam8lae2pv2nWSe6hSRWUnmG8XlPIiB3YEKzqV3h-j8qnLt3rE3ZNjszNNErFDynSeo2P-B2XFTqM5vyIzRxPqvj6iYwgJGHQpwgstn5KGzMN9E1qvTVAcI2B9Sk4_7PEohSfsF59Y2KEgLrYtxs9oh4XCEZ-DMefs8FWniwyr6N73fviEYp3US71GPQ1g_LM5c8hYeLkSEw0FvphTGyD8BeHQjqAlZlgXkefIgeTrcHGduoikHL5PoeTLJ8drasrXEAn-ejIqyCaZD-C4gPch805NSWXBFTkHBNfo4rDuvSYM4d6yvFsMxp_HGAYFCDCIhh9vI0Z7DAKqHoaNLJIu7po8eRGT5wyBbThisXjmxUFEtl5NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <ef07538cb73bd7a73ab4b3583ded18cabfaa8ecc-20237597-111238677@google.com>
Subject: New reasons prevent pages from being indexed on site https://24hourwaterdamagerestorationlongisland.com/
From: Google Search Console Team <sc-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000f8441f063d5835b0"

--000000000000f8441f063d5835b0
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KRnJvbTogR29vZ2xlIFNlYXJjaCBDb25zb2xlDQoNClN1YmplY3Q6DQpOZXcg
cmVhc29ucyBwcmV2ZW50aW5nIHlvdXIgcGFnZXMgZnJvbSBiZWluZyBpbmRleGVkDQoNCg0KDQpT
ZWFyY2ggQ29uc29sZSBoYXMgaWRlbnRpZmllZCB0aGF0IHNvbWUgcGFnZXMgb24geW91ciBzaXRl
IGFyZSBub3QgYmVpbmcgIA0KaW5kZXhlZCBkdWUgdG8gdGhlIGZvbGxvd2luZyBuZXcgcmVhc29u
czoNCiogRHVwbGljYXRlIHdpdGhvdXQgdXNlci1zZWxlY3RlZCBjYW5vbmljYWwNCiogQmxvY2tl
ZCBkdWUgdG8gYWNjZXNzIGZvcmJpZGRlbiAoNDAzKQ0KKiBOb3QgZm91bmQgKDQwNCkNCiogU2Vy
dmVyIGVycm9yICg1eHgpDQoqIEJsb2NrZWQgZHVlIHRvIG90aGVyIDR4eCBpc3N1ZQ0KDQpJZiBh
bnkgb2YgdGhlc2UgcmVhc29ucyBhcmUgbm90IGludGVudGlvbmFsLCB3ZSByZWNvbW1lbmQgdGhh
dCB5b3UgZml4IHRoZW0gIA0KaW4gb3JkZXIgdG8gZ2V0IGFmZmVjdGVkIHBhZ2VzIGluZGV4ZWQg
YW5kIGFwcGVhcmluZyBvbiBHb29nbGUuDQoNCioqT3BlbiBpbmRleGluZyByZXBvcnQqKjogIA0K
aHR0cHM6Ly9jLmdsZS9BTmlhbzVxbkRpZ3Z1bHQyUGo5OHFzQU9FV2lsd01UdU8wWGVUc2ZZelVH
UnV4ZVRub0h4ZWdkNU1kbWVBMTlkRDZBT3c4WU95VGJZQkFJVnRTOU0xMlBvMGxOWE02UC1wUnRa
OWxndVU1dkc1cnF6dU41bXQzLUkwVkRCdEY3cDhQUE5WMHRYS045RGsyRHhlTEdGY1RUdnFQM2hf
QlN5cEtiU1dpS2l5aTJDNlJSclZaMElkUzhTSTNqMk9xdkE0LWZJdEpFS2VnUDNOdzJ1X0lIc01L
TklFWkF0TGtvNVpZTVRTcHlXNl9BYzJFS1JMMlFWVUZDUzFHREtnOTdWWEFKQng4TkdobFpiRGRF
SDNDM3JnUGQ3N2FpRzI5WklucTVtRXRCTi1zbXp0YmVZUTNTOUVhbnRRVVVvMEJJalZfSUhHS2NW
ekRTTldwQVIyVWdndUM5MzdITUJXcjB1Vnk2U2VRWUE3cWFWeGdHMjhVWnVxZ29DM0pmYkNJMA0K
DQoNCi0tLS0tLS0tLS0NCkdvb2dsZSBMTEMsIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXkgTW91
bnRhaW4gVmlldywgQ0EgOTQwNDMNCllvdSd2ZSByZWNlaXZlZCB0aGlzIHRyYW5zYWN0aW9uYWwg
ZW1haWwgYmVjYXVzZSB5b3VyIHNpdGUgaXMgbGlzdGVkIGluICANCkdvb2dsZSBTZWFyY2ggQ29u
c29sZS4NClRvIG9wdCBvdXQgb2YgdGhpcyBtZXNzYWdlIGluIHRoZSBmdXR1cmUsIHZpc2l0OiAg
DQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvS1RPcnlfOHRBd3dvdDVEQ1ZSYnFaa1E1QjM2THMyT05T
QXQzUi1UMFpXdjRoZm96SnlaMVpDNGdmZ1R1bGgwT094bHptclhXT3FBRGRvWDBUOXNid2tzZlBY
LTJ0SFpSLUdDOWpkcVoxNlF0YlhXVTI4Yk5XZFJQRjRVTFRkdU44aEJQVF96Y3hybW5ZMzRpREN2
bjhDRUlaOVNiVE9qMElLYW9VR1liX3hINEpvamF0Nkw0TmRHNmZYaXlKeGY5NWZnUUlza0ptdW05
OU1VSWEtUjJvTDFGQ2VuR19qM19pRWFjZnY0VnkxamtUQWhnT256MVpuM19uWnJ0M05WQkhfQlJo
TGhxOWp3cVFUVjBQRHpmMGlZczRGQUdVbFRJS1BtR2E1U1dSbnVEOWYwY1FxZDJvcjB2Y3lZTTBY
eWQ0dXBRS1FnVzhDS05xckszcnNISjdkLUlwZDdDVDNmYzlrMEpJc2xDTk51RVJFQmstNnhmY1FH
ZlVsU3pKRmJLMFlBWTFqaVRwelE+DQpBZGQgcGFydG5lcnMgd2hvIHNob3VsZCByZWNlaXZlIG1l
c3NhZ2VzIGZvciB0aGlzIFNlYXJjaCBDb25zb2xlIGFjY291bnQ6ICANCmh0dHBzOi8vYy5nbGUv
QU5pYW81cm1sYmpyMVZWYjhwVUgtNThwWFQxV0ZSQnpqNHRXcTVHeWk2elNoaWJBZzZFNUJUNmxt
b2xId1REelAyalg0ZGh5Q3Mxa1RqOGF4QzhtWmdFZnp0ZzZjWFVWNnJjdE8xUWJjcm5RandJaTMw
akdvbWlHXzJrektpMGNNTjROTDRHa3dESTA5dE0xMDhFOHZhZWdBMFBjOUdGSWx6U2hyZF9jcG1p
VWVQdWEwbHJkS3V0QlRhT1NfLUNObjI0VXBrR3l2R05tSmp1OXR2UnZYUXpBMlkyLVpEX1VMZ0tj
OS12UWZTUU82aTNhV3I2NnZiQk1fZFB4b2pCYlVMOGxjb0RuWks3ZDdpWG90enR1NGtESXBwOE4x
Z2diT214bjVzYzBCYndRZVlDQlNfMW50RVRsc3phdW9hdlFxWHk3MWhOcVpIbElCVE5JeGJ4NEZv
V1pNTVBXYW0zdzhhWnFTMEpCelRHNURvWGIwVEhqYXhUWUNiRzBiU1FOWlc3ZjNOOVhJUXVtclRi
TDRsOA0KDQpNZXNzYWdlIHR5cGU6IFtXTkMtMjAyMzc1OTddDQo=
--000000000000f8441f063d5835b0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable







<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang=3Den>
<head>
  <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
  <link href=3Dhttps://fonts.googleapis.com/css2?family=3DGoogle+Sans&famil=
y=3DGoogle+Sans+Text:wght@400;500&family=3DGoogle+Sans+Mono rel=3Dstyleshee=
t type=3Dtext/css>
  <title>New reasons preventing your pages from being indexed</title>
</head>
<body style=3D"font: inherit;
             margin:0;
             padding:0;
             background-color:#fff;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;
             line-height:1.5;
             letter-spacing:0px;
             color:#1f1f1f;
             word-break:break-word;" dir=3Dltr>
  <div dir=3Dltr style=3D"max-width:600px;
              padding:0 16px;
              margin:0 auto;">
    <div style=3D"padding:32px 16px 16px 12px;line-height:0;font-size:0;">
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_icon_c=
olor_160.png style=3Dheight:40px;>
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_logo_l=
ockup_gray_24dp.png style=3D"height:34px;padding: 3px;">
    </div>=20
    <div style=3D"padding:24px 24px 40px 24px;
                border-radius: 16px;
                border: 1px solid #C4C7C5;">
      <div style=3D"max-width:520px;margin: 0 auto;">
=20
  <div style=3D"padding:16px 0; max-width:520px;">
    <span style=3D"font-size:24px;font-weight:400;line-height:32px;font-fam=
ily:'Google Sans';"><a style=3Dcolor:inherit;word-break:break-word;text-dec=
oration-line:none;>New reasons preventing your pages from being indexed</a>=
</span>
  </div>
        <div id=3Dwmx_wnc_message_main_content SCREEM dir=3Dltr style=3D"
             background-color:#fff;
             color:#1f1f1f;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;">
  <div style=3Dpadding-bottom:16px;>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Search Console has identified that some pages on=
 your site are not being indexed due to the following new reasons:</p>
  </div>


  <div style=3Dpadding-bottom:8px;padding-top:8px;>
    <div style=3D"padding:20px 16px 20px 16px;border-radius:8px; background=
:#F0F4F9;">
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Duplicate without user-selected canonical</a>
        </p>
      </div>
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Blocked due to access forbidden (403)</a>
        </p>
      </div>
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Not found (404)</a>
        </p>
      </div>
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Server error (5xx)</a>
        </p>
      </div>
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Blocked due to other 4xx issue</a>
        </p>
      </div>
    </div>
  </div>

  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>If any of these reasons are not intentional, we =
recommend that you fix them in order to get affected pages indexed and appe=
aring on Google.</p>
  </div>

</div>
  <div style=3Dmargin-bottom:16px;>
    <a href=3Dhttps://c.gle/ANiao5qPshnDO368BzHkNryjsc2-t7zlySTiz4tcojj4f5d=
KjpPq14zPBVfrwWVI0ZEuid40-t51-s11VY0woHtG3JHbtC46oLqUW2fQs7AD-aWfPc3grlKm52=
6hdWgKNHgtujGcJ6o7OngDpIvzzjhzCK4aAMCmIRylMldg88ilaPCqhTVxaX-RjFgmnsc7TBtX7=
TsblPMRh_9cwA7IRMxFUKxxKCwXZ3nshsamJQqimWaB2VGnsi6o1LqXryhNC4OEIi5FvAiA9xYr=
uwTviRBcbXJdAeA8xadPPDhw1QmDZ13TLNiC5pOFy5bVJ8H8LPASYqzwd-WZlUvL7AvPSyXDfRB=
BNBH_Q-uJnLlXyx6ZfDcj85Ym_CK49vBO6MZ0bQ role=3Dbutton style=3Ddisplay:inlin=
e-block;text-decoration:none;>
      <div style=3D"color:#FFF;font-size:14px;font-weight:500;
                  background:#0B57D0;border-radius:12px;padding:10px 16px;m=
argin:4px 0px;line-height:20px;">
Open indexing report      </div>
    </a>
  </div>


        </div>
      </div>
    </div>     <div style=3D"padding:24px 16px 48px;
                line-height:16px;
                font-size:12px;
                font-style:normal;
                font-weight:400;
                max-width:600px;
                color:#444746;">
      <span style=3D"font-weight: 500;">Message type: [WNC-20237597]</span>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      	You've received this transactional email =
because your site is listed in Google Search Console. You may <a href=3Dhtt=
ps://c.gle/ANiao5qGmWeAOnxlAeUz7bZC8qFB6JEienkJZfr0RVXro3WUeODafWswvg8f23mG=
7VI0YI7dGoxYd2e3pkWTv66BT5H9leigQJ-CVEtbApf_xRiwzkwZ9G0uJcNNGhV4ebH-LHL8ar0=
N2MPSoMAkIs_fOLn7sKIPJIjjfEKNwu5QqvEUz25RsP_J5tyjKusOABQkkgmPYa3e68yQP9ySsm=
rq-pexHr4-HZAIRjiM5rNBqnjQ_AJhrVxlWAx8gbFHrntzfRWWriH1E16ECE_blmgC73Sbtt0oJ=
QQPMuQg-UbRpg6veNN_tSmaYkQAfXzTpMY4_PMUegwy2HG-bTgCkotZRgKx-U_aVngD2sai8GT1=
j1QxBO6IPUdCcm5B0XgpYFxM1rBvc0Ao7T_ZVIc0 style=3Dcolor:#0B57D0;text-decorat=
ion-line:underline;word-break:break-word;>unsubscribe</a> from this type of=
 message or <a href=3Dhttps://c.gle/ANiao5o0r8iXJS_GxLi2NuYRni7lXM74AHcggli=
QrcoCspWoBNWCjKkCW6aXwAhvmf-Uw6sJ5_1UnzeJJFZcRiFgIB2scWlX_Z8kzGV8vOWB-OV9-t=
b5AUQk5iq8I4YkUqfruwI7R_y3INVC69_FU91J0_0sPzpgk5Vr6U7qgcbOnGP0klMvhN1gdvdlU=
QP0APswzyXo20XF4yV7fovuR-wMvtHM3e99vCL_GckAns4g3n7Q4qfVXPe43O6QkO0nw0yTN6fh=
QYsd0BgdDPiyU4d6ZbGKDo3ix32FcJkUanMwTIU6VzGS7YOKLKOfUPivvqDP4qRBKB2zsWdVQA2=
b6yPN9VIomUmYJVxOOdPOG61Je57b27ddYHwexCvLoC1fWfnp6BueCKVrZaBVqHT9fA style=
=3Dcolor:#0B57D0;text-decoration-line:underline;word-break:break-word;>add =
partners</a> who should receive messages for this Search Console account
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Google LLC, 1600 Amphitheatre Parkway Mountain V=
iew, CA 94043</p>
  </div>

=20
</p>
  </div>
    </div>=20
  </div>=20
</body>
</html>

--000000000000f8441f063d5835b0--
info/cur/1754559528.M338503P1090488.premium320.web-hosting.com,S=33160,W=34007:2,S000064000000100610151007557650020147 0ustar00Return-Path: <3J3SUaBcKAKwNgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id UOurEyh0lGi4oxAAVkXPrw
	(envelope-from <3J3SUaBcKAKwNgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 05:38:48 -0400
Return-path: <3J3SUaBcKAKwNgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 07 Aug 2025 05:38:48 -0400
Received: from [198.54.122.200] (port=40023 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3J3SUaBcKAKwNgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>)
	id 1ujx5E-00000004cZq-0gsv
	for info@24hourwaterdamagerestorationlongisland.com;
	Thu, 07 Aug 2025 05:38:48 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=A7Od1CdT;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3J3SUaBcKAKwNgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com designates 209.85.128.198 as permitted sender) smtp.mailfrom=3J3SUaBcKAKwNgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4byMYM35CqzC2C5
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 09:38:47 +0000 (UTC)
Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-707cf1b0ecbso12073077b3.2
        for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 07 Aug 2025 02:38:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754559527; x=1755164327; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=7J8qitH++KsTIw8EXwik3gZ71DfWJucICE6vVLxQkN8=;
        b=A7Od1CdThGpM/2Wu8QTqsy/f8MT7pl/AUZKM0WkNjBmrsgBvI8sbu1plGKFFOksRZR
         MYbN4NVGVE4+rC/8BksEBxsJDhQumhFUf8O09BoKNqgfvW2WxhKc/j0SZ2yfJAYLvnyx
         3VwrAUpZZdHTrKErj1W/NrgMVa4jofvdJonhdSWfQLg6qb2ugEMnmJpzFVxhUzqc4KO8
         /+Q7Xl5BtncEIVuMyrsaVOF1mBmzq4p8wXQ9IhqxcsB4VLHURa5sqt0TzrgzfmTiYRTQ
         KXs6FCk/7P8kQbjp6AuTQotMjM5+SJaHAi/GnSo4gbCknDIpkvc15dseMrTp0uPu5jLS
         JsSw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754559527; x=1755164327;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=7J8qitH++KsTIw8EXwik3gZ71DfWJucICE6vVLxQkN8=;
        b=Los2vd9OPOVnDTnFSVLeMo7nWGn6pQ6Oz70/sFgdFfNWgD9Qq1fzHwNnJeDw2NZ2zn
         bPdCMmGtJjM572Rex8j0HaNrijP7ceMKjWgDo9WyS6DM01o/HSDIKZrRj0kISxTHs1oE
         /1v3j7KaD4zHtwiilZedWkOfMgbBA/8EZ4cpzWEcQPly4ZkyTibVitlDQIRqq3Sq0JK5
         T1I5wWvtqKGVH4SifeHd6g4MOBkJrVkV91yY/+4Izj/15ifnKUkH+5U9XWVW3Vc06M82
         8LJeKcvnpw4jiCEhP5pRjatUX0wdrRHZT466lXvHweig+kCFQLQPHZcibjWnjf8+3Iw0
         LXtw==
X-Gm-Message-State: AOJu0YycerJZhdQ0eANTAQeeNFTk1xJpueqiH4+s0kaVe9ONahDhJlk0
	QT1y64DkcuekgzPZ2uqG2l7mDfVPrgycC2AhMiSgnQ631aVO1y4=
X-Google-Smtp-Source: AGHT+IG+UYgxnhzJ3bGuTwyErZs/Dhrz/s9TsXAd4+tmQi+vuo8nOMMsYn5LYZWpmiNUH8BrcavNmTo=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:6c05:b0:719:53fd:79aa with SMTP id
 00721157ae682-71bc9865481mr77742017b3.22.1754559527015; Thu, 07 Aug 2025
 02:38:47 -0700 (PDT)
Date: Thu, 07 Aug 2025 02:38:47 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: aa0a5f5d9bea0000
X-Notifications-Bounce-Info: AWoTSIFSmDhqzHBi6YwYNUlJIb9Rk_Kq3J9hXrd0IqW9uYcVf8uYGsHjvyfwHrkDQO9tv-WI7sg_5K6D_uxJJKKYE-zjWb31b1cJ4ztswWQToYtgOCuV6yf5dmiGvkeRW7axlelPbJep0n_feNsCbmf-OPxNup_kQuiQrpl0dMINAeeAWWNnM06YZ1akax9WyOIOnNZifrzsEWB9BFR_UrIAktlfrjiQ77wCxerczJ3sBj_dTuuf7QDJ1zBC0Mp2b6rqRFaNNj5IDVVE8_vIsN-m1H0ZoVSuq2ttousxZ3QWx9gLLyYuPyl5d6OBJ05Ny5aYXgGxkPt6AnilaMIQFpBzIbsXzEC5gFQw_3CA4Ah1nTXbRo04ijvZdz8XCF8rYm7FBwjlzvhvydAIL2w70T8DJjnN-0i_FxAT6q2gPBvjVs5uXsmPLWWxzetag6QjW0blZj1JfjEEYZr3sieCW3FQ4AVLoPhyHR0rxRqSYOUU3VHuKY68evVPsr6lFJ358dzEM2hishDFKo4q05kEimsAws2_QBlb-QNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <7f6e254c9aeeb0a1b4fc2904493f047a2f99b725-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000585780063bc339ba"

--000000000000585780063bc339ba
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo5MTI5Mg0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzk4MDU2ODI2NDc5
NjMwMDgyODgvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTkxMjkyJnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cFgyaFBtTkwwcHpRaDJzbndiMEUwSkhDU3ZCc2VSWEFCV1I5aDkweDky
YTVxTDZCUDVLTWxIb08yd1BYeE0wZkVxNjNONllwYUxSV2doZExUSjhBY3o2emg1QnFrLTJ4cmhu
YXo4VHZ3QnhQZXVYNWg0M3Q3UmxzMVpGZ1U+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxRTBGZWFlbjZF
d3RHbUhQZFl2eTVMS2pUUnRzelFyM0VCeElTbkVIOWR1dXFsVnZzc3diRkVlTEdMa1VXcmZsSUZk
M1ppODVFQ3ppVHktRGxNNHA1dmplV0xmQzN5WFlYVWZQQjlWR2pqUnNNRkRhbkpfdDRQRmlJVk41
S2hBMVBjbW9Kak5HLTBYWGtEbktvR2JCN3ZIVWc+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgaW5mb0Ay
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5b3Vy
IHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1hbmFn
aW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBzLiBZ
b3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0KYXR0
cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxodHRw
czovL2J1c2luZXNzLmdvb2dsZS5jb20vbi85ODA1NjgyNjQ3OTYzMDA4Mjg4L3Byb2ZpbGUvdmVy
aWZ5P2hsPWVuJnBpbj05MTI5MiZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXBoMWtC
Z2VBdmh2TTFMbURVSFpwS3h5MjVEdFEwT3hfRTJCdFF3UTVUUlZrYjlQWWhIcUQ4dzBsOEg1cnhY
ZHNjbzdsSjQtWnR3RS1JNmZLVVphT2VFaTdOZUxxYzlqZU1VbVduMGJOaDBha2xNdmZzc01vTWRQ
Q1VxUWlQdkZJRT4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5p
YW81ckxndEVMTElIQ3BfWGxkS1hlaDlkbnhLVHI0QzdQWENlczlxYmZZc1lhVzRVcnpSRFRkd29T
ejRHMXpkLURBRkhFVGpGREdGRDg2cTNzWFA1a015Mi1KTmMzSlRhRlJ6dkRhZnBzZ2dnR3RSN3pu
ejRuTWxFanJMRXFPWEQydmxnOW95N3RRbk9nZGE2a2paZjQ3UWs3YW9YNUV4RllzOGdjdjBOZ3VQ
MD4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBoaXRo
ZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNvbSAg
DQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxVUNGQ1NEYmV3ZF84NHJWaTdBX3FVQlB0Y3I3TExpYXBH
N3JYcENGYXpnZEdQMnNweUFwZ1oxYTBQaUNnX1hiNEZJd2hoN0ZIZ2w5dG1OUVgwX1I4TVp2ZFJI
bG5reURRczRfb1ZkV3dULWZIY0M0Zzc4VktWazJYU3FiX0hVUjhyMGc4Pg0KDQpZb3UgaGF2ZSBy
ZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5nZXMg
cmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000585780063bc339ba
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/98056826479630082=
88/profile/verify?hl=3Den&amp;pin=3D91292&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5oEvvjdl5TMTRloj3kbyZz7UwOnSjHdR1QDp6pcPIMI5V3LSrnCxUtPRrAfeiq-kwDyy_Us=
-bLQOHZwij7gyqX7dlQSR9Hk4gqTSYhk_COyfPBBwWBvkGc>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">91292</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9805682647963008288/profile/verify?=
hl=3Den&amp;pin=3D91292&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pwwRkNbB76awZ=
h84CqpAvmgMTcb_hZcARNKwKJcnHOvFnEwitqS2qdbY4hAALE4-D5q3mUrLMEL3kbaLl_U7qk2W=
Tmwu7zT6utP2l_jsVJcTIXBX53zO0fh3aHlcKoPA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9805682647963008288/profile/verify?=
hl=3Den&amp;pin=3D91292&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pwwRkNbB76awZ=
h84CqpAvmgMTcb_hZcARNKwKJcnHOvFnEwitqS2qdbY4hAALE4-D5q3mUrLMEL3kbaLl_U7qk2W=
Tmwu7zT6utP2l_jsVJcTIXBX53zO0fh3aHlcKoPA target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9805682647963008288/profile/verify?=
hl=3Den&amp;pin=3D91292&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pwwRkNbB76awZ=
h84CqpAvmgMTcb_hZcARNKwKJcnHOvFnEwitqS2qdbY4hAALE4-D5q3mUrLMEL3kbaLl_U7qk2W=
Tmwu7zT6utP2l_jsVJcTIXBX53zO0fh3aHlcKoPA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5pT8SSmM1Yn_4mdza=
vrESIBDIHJjE_WJev9zVK80V_kNOvBDbBtApRyFHJ1YURXMH6y5hdOIYI7_wBrBYZKZvfj8JMA6=
ZQa09N8s8grcm2rRkk_gCC7SFPHmv4GBhXXYCrthd9jAEmRw_5JK-TjJx2-_t3thw style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">info@24hourwaterda=
magerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9805682647963008288/profile/verify?=
hl=3Den&amp;pin=3D91292&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qt7bwu0T66_qg=
UFaN-NIHOsh3mOYMdzNrTiRWJURWTE2v2oBdXD9nVapC6cB4zQZ98l89iQEEThFnUkmIf0OjKGd=
GUXUSsJXqkbURABKBPB9j7Hk0WLM4mkPJFYgMjYr_JmA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9805682647963008288/profile/verify?=
hl=3Den&amp;pin=3D91292&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qt7bwu0T66_qg=
UFaN-NIHOsh3mOYMdzNrTiRWJURWTE2v2oBdXD9nVapC6cB4zQZ98l89iQEEThFnUkmIf0OjKGd=
GUXUSsJXqkbURABKBPB9j7Hk0WLM4mkPJFYgMjYr_JmA target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/9805682647963008288/profile/verify?=
hl=3Den&amp;pin=3D91292&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5qt7bwu0T66_qg=
UFaN-NIHOsh3mOYMdzNrTiRWJURWTE2v2oBdXD9nVapC6cB4zQZ98l89iQEEThFnUkmIf0OjKGd=
GUXUSsJXqkbURABKBPB9j7Hk0WLM4mkPJFYgMjYr_JmA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5pSM2BmcnCBaTO2NzqtcPhXhjh5wFBTJJ6B2az4hM9QrGXu-icGuKbjZuBtBVt5fEA-LB-=
WUB3-ZRVLTwLE2528Y4gSsNkeRoVr9QH0xxTnQJlxOKLcv3JjJCnmmgOYu_lpN_I63Zxfh7udLp=
_1fDZzAh_WTOInVLb0CdBiogtv0A style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5oNvLkUkL6JW_jDNjcb4o8uIjeUCgD-uqD4PbFfCXmBaTuv00uiXxumiN3XYrvlosyCno6IIS-=
ZWVXqCIeMUYK00-avy9jHuppJ5iazlQ6Mcxf55X5f27WXBemhOHMpFgFvoVsiKg style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5pzstQ8d0bkLIbUiCCUiq5yAMjYAo0f5mW2sXXEzEWDgMGiOtcgtv5VbH-mowWAAj=
Qf_dvwZ4yQXHZxRlsIM6lSimcnW1SCpmvdcK5V8uMpRzyeN_TjwyTYJ5QEvxC3KrdRlw.gif></=
body>
</html>
--000000000000585780063bc339ba--
info/cur/1753940699.M864342P3087233.premium320.web-hosting.com,S=24820,W=25599:2,S000064000000060364151007557650020210 0ustar00Return-Path: <32gKLaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id EBRdM9sCi2iBGy8AVkXPrw
	(envelope-from <32gKLaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 01:44:59 -0400
Return-path: <32gKLaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 01:44:59 -0400
Received: from [198.54.122.200] (port=32582 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <32gKLaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>)
	id 1uhM67-0000000D0fs-2vnr
	for info@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 01:44:59 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="N9gKlyu/";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 32gKLaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com designates 209.85.215.198 as permitted sender) smtp.mailfrom=32gKLaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pg1-f198.google.com (mail-pg1-f198.google.com [209.85.215.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bsyhp6XyBz27bd
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 05:44:58 +0000 (UTC)
Received: by mail-pg1-f198.google.com with SMTP id 41be03b00d2f7-b42218e4a59so16543a12.0
        for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 22:44:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753940698; x=1754545498; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=rFxv+HTp+IFz6YCLXnfqD1J8Csc36OTuBahCtx+usJg=;
        b=N9gKlyu/nDBdTylcBWiwhF0TA/mpys/0/CaQCmyTNdG3J8fxQ/lB3YnzhgtaykH6x+
         NkAOga1OoZOi2x9TpDNpFeMjxp4FcL+9yuIQh9cOqI9/hjQGJ1fl5dM5tTy+ZszJxKeQ
         MVKcnKgcqEzkeapPxx0jFdS37A7qUYR3wRj2rAP988w7oSRHry1/nNRvck7vd72nQjvX
         egtMUk2B1LRLqw5qHdjtoYQqdEqXDDXg1GO1QPrPQahgh9WjfQJL5101kF+KKLknzmXH
         TTK+R7L2H6sYAuW4pFwR1Dd2PFQJgNwLipfHYD6bYNENE6/c/4Im15Cxwhh+gQRSFJRC
         SeaQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753940698; x=1754545498;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=rFxv+HTp+IFz6YCLXnfqD1J8Csc36OTuBahCtx+usJg=;
        b=cAOvCGvLv9zzSzuNx/3mXSbvmyudTe/TCuxcypZfdl7TrxmmhWSoNNanC0cSTgTEpu
         WAkGVmfvVe+gJjYu+5LY2m5BLP6HTU31Q9xuuY++7AcQubQ1eKXacbrTXj+ixRyAkI0x
         eqEQCOEPvz9bDc2JMrjoOyCd4uUC7ACqCtWO4Dz6yxyfNvvcvl53ArMcoQ6hTEOxGdsW
         k532tiMu6FUALvHF6aBf6zcXsPxTLpDf4rLoB5dtaIU/Le2QXMfI1VD7aWjJiAY4+gT2
         EnFwdd/7U5wvORNvmBtpPByejyPTtNya8NnqFwD5AFp/lHTupwaR9XH2eI9fyapIitPu
         01/A==
X-Gm-Message-State: AOJu0Yy1d5nNvE+xVZCuR3gLrsrpyNEYsQDcZgohZwIFYLYPusJQHlcn
	qupdEx3uf8YT6l5s6bClmzkmcGGvt0PPP3SwJ4/ptFE/pK1KRZWgC2QTWbhR
X-Google-Smtp-Source: AGHT+IGx1VoxIB3aH/WhmMTHqEB+NPfXDW2gvz+NZHLBntoLVN+c/iUHPACzBCKs4TgmHfsUMtJjmTo=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:2b46:b0:315:9cae:bd8 with SMTP id
 98e67ed59e1d1-31f5de3f47dmr7835867a91.23.1753940698486; Wed, 30 Jul 2025
 22:44:58 -0700 (PDT)
Date: Wed, 30 Jul 2025 22:44:58 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 96cc651bceda0000
X-Notifications-Bounce-Info: AWoTSIHH5iJsmnCLK7DxylTqOwkPmTKvFMLqnwdSwHU_fWkeUDY-N6VGMMwVl3Ze5fjtpO71LTfs1DoT4pWWRA3o5LCHXr_qb01krI9dGhOdU-i3dS0ygqd5aUo2yvaXWioMFUIT1wIwjnf-RW-DLSgigBMwybIeYvF2BlTWeDD6pS_fQzTpqVlBmFyDuA-0QALO4SH7-N103wnCHUqZE5azjJf6VAHB4LcSnjEMID-et6sQ35raY2GyjwZ47XlGT-vlExlXUvnnTXmvoJy0wsvEKS6PILshWcjHczwH0SnOmFPqWhK2tCMB1Fw77-ag-4-ir7nbEcvcdQfwDU09LIXBBESwyi32CCa0nKbYXDgAVpoB0vPWxaeU8Aw2l9AHoUnob17811g3CUQXiG8_ujHjDUIv9-FtSaYZFoRNclq9U6kGllX86-JM7yPLBeOcv4Z9_TpgQtaPGlGQWaX7nJ2k8A8nXv0eoRnfrbrgrvftjMhEREGmbV5plhyUhvplciy6WmSYdUsXjythI6VtKFAJ8GebqMlpYk_qFTpQQL-ZdNqLjzqFfxEEAM0jcft6sFhNEE03gfoAwjNV8zDaMpyc-dgs-9wSSJPvdZOQDAqKJaHYqiN4EyuaDz0aO7gNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <4c309dc477c72ff36315682386267577d2040b97-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000004a5773063b332471"

--0000000000004a5773063b332471
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/17274844043069139721/profile?trk=https%3A%2F%2Fc.gle%2FANiao5oyv3OJJ2zTtDYfPCWy4Ngb_gjvyNmWS0xJQu41ExA1Z_yf5nCzaB_XoxEUOJCASjgh7PeY0uL39Rd_RG3lNrLLKYJfmMpvLijD3t9GTgo1sshagxos_06Q7_g>  
at Long Beach Rd, Barnstable, MA 02632, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5r9gY5indLFWQ19R5DK3Q3Fiz6RWGaNGcRJzWO-roWr8qzV3HIhgYVHXkZolCAMOoVoUQKtaeXwEDvnIJOr1sXaUqwddw5Ir_Gju_fECczMXwvEN0y39DctMI9PpIpz3U5sCWG7S7eIhLy9IRS62aI3KhUvRdHBhJE9gu9f6eY>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5oR0HjSi3TaBxWhLmfHHvXPr-n8z7cEtYifhjFCr1QAx0qlVz5YfquHkqgQX21IRnmhYlU9-AnmY-7v6cquyPga5j2GkoYhg-Vqfq4m3HjYe0W92PaW_blD2mgGOhHZXyKaLjJnZB-v66c09JKejhTJZSWrMFCBqGpQasTMUCTMaFse8IbbYqNl-Wg5yJDZazSj2rsVsLlkW6BfKJA0KO_2E7OznrqY4fw4AaXQmmA>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5pDRJxB__sFcmqqQ2qgtGdt7dcAHPhUv91JC-3-_l9z5b1jnKaC0cn7VFUOdN4YBaHvcr98s0I-oOYJXFDqPhpbl4EJZBIJaE5e4Ih5fQfjPZhTmPDXzQ-FTbLz13QeCiIQly0>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000004a5773063b332471
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rbuSsKgVOAw6QINtt5KuOis_hue=
Yf4D27hqpQ-EHiD_CzlDSoimr3x3PcEZgXfa07W0bZKHKlF6F4k9CNBMtdKmEgDPAW4kUibjDty=
daATw0njC4-yVo6OEJx3jSZac3TQYpCbjXEwhVMyjOUbJw-ZY_XGoFsCUZunWG0mc6XJiOpun4N=
zjwOloaIVZI-c3y3Rh1Zds50x5KWw3Fp0ZcchSpT4ROp2R3Ik1IFO96PP3Q>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/1=
7274844043069139721/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oaH3QdXar3ug1=
E9y8P9Gkmz58rlM7bPe0cd_-bS1ZR8Hult5mISvnptqtb7InFMquSxaA-nFap-z4EsCHvSvAXj1=
mkSeG9rXLZ1SPgiMSC2tx_s95EUcSMo_OpnQ target=3D_blank style=3D"color:#1A73E8=
; text-decoration:none;">24 hour Water Damage Restoration Long Island</a></=
span> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoratio=
n:none;font-weight: 500;">Long Beach Rd, Barnstable, MA 02632</a>, your Bus=
iness=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5pNFG8_yY_YlrwSi8u5JYZIXR=
UWbV4Ytq5wTDUb3IOrvsCJTbqVoXVzFdxjuj6eB7OGYiKvKjXviem52nrUo3DLpTQD1w-s4Q9FX=
fJ3o2hg2oYsOyMTjmSoIxo3npOUDj8mMR8gAHuDZ530_8SI5o6JEaGdwlyWpimrWDBpujwRSA t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oNWvXcruwQEvus78ZCtRFqKtWFJBLZWnU7eEOajX_OQl_=
3oZPsVcJsetQAp1Zv8sNfW-ONjMeb_o-VB3wid-G12puch33RvCfG4eqVlF3yBEb0TYOJXEyTTc=
FxEetyG2kunJF0Iv7IXCzTCMXvC09A6bgfYZlwX513mr8BVfUW0rB8D3dRdQaxZPDtESmCXCHC8=
xINTm7KXdc5pCn1Kgt4FwZJIUgZbMS3l-79Y71cdg target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5oNWvXcruwQEvus78ZCtRFqKtWF=
JBLZWnU7eEOajX_OQl_3oZPsVcJsetQAp1Zv8sNfW-ONjMeb_o-VB3wid-G12puch33RvCfG4eq=
VlF3yBEb0TYOJXEyTTcFxEetyG2kunJF0Iv7IXCzTCMXvC09A6bgfYZlwX513mr8BVfUW0rB8D3=
dRdQaxZPDtESmCXCHC8xINTm7KXdc5pCn1Kgt4FwZJIUgZbMS3l-79Y71cdg target=3D_blan=
k style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25=
px;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oNWvXcruwQEvus78ZCtRFqKtWFJBLZWnU7eEOajX_OQl_=
3oZPsVcJsetQAp1Zv8sNfW-ONjMeb_o-VB3wid-G12puch33RvCfG4eqVlF3yBEb0TYOJXEyTTc=
FxEetyG2kunJF0Iv7IXCzTCMXvC09A6bgfYZlwX513mr8BVfUW0rB8D3dRdQaxZPDtESmCXCHC8=
xINTm7KXdc5pCn1Kgt4FwZJIUgZbMS3l-79Y71cdg target=3D_blank><img src=3Dhttps:=
//www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D=
"display: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qBtIqPJfBH7GSFhjAkJRBp1B33kB-taXDe5S8urSrx7H=
783NHc2tKgePkHLyj_QtZdthIY8THhsnBHYbYF071L9dDsD-dDCqILR-Comyu1ZePIUOjxrLZWw=
69e9SSXzDujoL6QBg style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5qW06u-n1a0JwocKpXt3Tp6z-N-nGqK36g-TLEHM2jrS3MIKbPJe0VrYYr2Whn04o=
8I2ynbAc7eQgIgtHB0UBF1t7PbTDUhDwB-iWBkg4X9Ie2vWWQGEMVRS1zKuFZ_GWtyaA.gif></=
body>
</html>
--0000000000004a5773063b332471--
info/cur/1752994908.M695444P607048.premium320.web-hosting.com,S=31332,W=31926:2,S000064000000075144151007557650020122 0ustar00Return-Path: <3WZR8aBcKAL4ksskpi0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 6OJHKVyUfGhIQwkAVkXPrw
	(envelope-from <3WZR8aBcKAL4ksskpi0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 03:01:48 -0400
Return-path: <3WZR8aBcKAL4ksskpi0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 20 Jul 2025 03:01:48 -0400
Received: from [198.54.122.200] (port=41217 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3WZR8aBcKAL4ksskpi0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>)
	id 1udO3R-00000002bOP-0YNo
	for info@24hourwaterdamagerestorationlongisland.com;
	Sun, 20 Jul 2025 03:01:48 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=UEW+qupw;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3WZR8aBcKAL4ksskpi0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com designates 209.85.216.69 as permitted sender) smtp.mailfrom=3WZR8aBcKAL4ksskpi0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f69.google.com (mail-pj1-f69.google.com [209.85.216.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4blDwV3ZC5z4wSt
	for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 07:01:46 +0000 (UTC)
Received: by mail-pj1-f69.google.com with SMTP id 98e67ed59e1d1-3141f9ce4e2so5162374a91.1
        for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 00:01:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1752994906; x=1753599706; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=2yeALQs6lFQpFpJRaBm/z4A2alKD61szFG+Oiq0TStw=;
        b=UEW+qupwwq0Ly6VmkVACdeYszLpVPLjQ5hwQdFdqPTjrgczEIh374/JCFJ1er67hGH
         /38VtOBSPU/EMmByMwS7AO+Tny5pR2txIJi+0K5G+FIQxbqm/i1niSE+CY/vHDLUx4pw
         E0kLiJmQuSJE19xwWQYmcGVnqnSVHsENJbE5wHHlY9ipuZNsz0QmtMICkNtQSpiR5Jsg
         gv0vLrHZcVFTMbx+4Fyp6LRAOkzxdl85aXdvwBpmtSxgioVug7oelknvQYYw2fpgsl/0
         Ji6fWcdR4z67I0OBKv2x5H91OHy5FS/+EHmL8DUVeD8CndIMnHCspTfu/eFfaLZoFqAX
         8ENA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1752994906; x=1753599706;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=2yeALQs6lFQpFpJRaBm/z4A2alKD61szFG+Oiq0TStw=;
        b=orxvgx0uj1KnEALhn01MdXSLW6jurc5m+s/OR7/V7IWZAu6jJOH4vpVKV4I7Guroyq
         fO5QBKfS4OlPVSdZUrZ31xW7yjQXwq2wAHyIRZC9znUZXLXWfudejWe2gjE5LmCMpTuT
         iL/uoI4yfeNFulu2fUe6ZGDpX/GRIpr87mXB8jft/E+RZeKgnEe0BD/SMPlmfSVy+gzM
         eTIg66nJSri0t12J+y8mYGfaPv4od8du5i9rCmTag+3FtqAbZK1YvlVnCja1zmQ0FuE0
         IlRqYHf3EPH8LU0qWaOEFDUIk5RHek2xv4NucWxL8dt/L8RwcgsBVR/hctyWhJbq4FMh
         OW3w==
X-Gm-Message-State: AOJu0YxvAJ0Qko9/c1ZrtjkGByFXrSo4VuOHtKHNjo2Waq2vi3k1C4sE
	ApqUu1yWQypFi51iykBkKmDc2rnpV+dby/tIPS0E9+9XhwEgBFE=
X-Google-Smtp-Source: AGHT+IETjvbbD+S/nItsWnhap9nFl2Y8KcAAqT9PnhxM2mQ/v1oYB++x2PicE4Vz35hDa4x22Lc0Yt4=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:380f:b0:311:a314:c2ca with SMTP id
 98e67ed59e1d1-31c9f398d36mr21752187a91.6.1752994905927; Sun, 20 Jul 2025
 00:01:45 -0700 (PDT)
Date: Sun, 20 Jul 2025 00:01:45 -0700
Reply-To: Google Workspace <googleworkspace-noreply@google.com>
X-Google-Id: 4118893
Feedback-ID: P2542-0:C20184961:M110499870-en:gamma
X-Notifications: e786a7dc955a0000
X-Notifications-Bounce-Info: AWoTSIHW2Y2BZBhxFRXp9i3mJ2s0yLOGS7fmC-LI-Y-0AoXXOtrEx1xJ_FfKIR4p4g9qNpucPq7J-8j8crFoyDvUAMziEYVXvMBpvGmoheFd6LjFa_Rw4tn8O5C7T31Ts_TLtoxlLfVd5o8yF9F0VKqfx8RWenm_yquhZSUBtLjdXqcMzv8zEHAL7Ot45UmiZTvt_yTujXeH-Q8wfBvbBh9NHm6VtgpKlAvAIuDNGyYnhKf1dvayp3T06EkkHP8-KOezne6dnnhxHJNyLhYVMuYx3uvdY9TAi3NevGfDKGgMj7aV1BWicZdNegjtz7uLBTR0nLovzSuwfyygNYJfcmrs2P7nGW70N3C52Mlo-BF5POCG9nvTf8biC15KViH36JhA9JuUVbbmKouFLrva86iHL_YNZSMEV7mZs0QdNr50Tdnk0kqOnZzlMos_5_i4cvNo9Ljk6rxvXcYjYOGp2Vs92JNFL0T9Q7OBnNRZos4AhVpgGg5pb1n140B68bs2sRS861AVHxWe7T97zLIxiwMZ6abnRb_wbMBsHbSqDCPW1Jh5SZu3iXPdEbpqnjpn0mykUmyRpNaBcnMt0lwJyyYxrcYuygNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <6abd39d503c14bd06d2b53978b4d580b6aab8a5b-20184961-111051900@google.com>
Subject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
From: Google Workspace <googleworkspace-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000a92fd1063a56ee04"

--000000000000a92fd1063a56ee04
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoyNCBob3VyIFdhdGVyIERhbWFnZSBSZXN0b3JhdGlvbiAsIHdlbGNvbWUgdG8gR29vZ2xlIFdv
cmtzcGFjZSBFc3NlbnRpYWxzICANClN0YXJ0ZXIhDQoNCllvdXIgc3BhY2UgZm9yIHdvcmsNCg0K
DQpZb3VyIG5ldyBhY2NvdW50IGluY2x1ZGVzIGJ1c2luZXNzLWdyYWRlIHZlcnNpb25zIG9mIEdv
b2dsZSdzIGNvbGxhYm9yYXRpb24gIA0KYW5kIGNvbW11bmljYXRpb24gdG9vbHMg4oCTIGFsbCBh
dCBubyBjb3N0IHRvIHlvdS4NCg0KDQoNCg0KDQpDcmVhdGUsIHN0b3JlLCBhbmQgY29sbGFib3Jh
dGUgb24gY29udGVudA0KDQpVc2UgR29vZ2xlIERyaXZlLCBEb2NzLCBTaGVldHMsIGFuZCBTbGlk
ZXMgdG8gYnVpbGQgY29udGVudCBhbmQgd29yayAgDQp0b2dldGhlciBpbiByZWFsLXRpbWUgb24g
YW55IGZpbGUsIGluY2x1ZGluZyBNaWNyb3NvZnQgT2ZmaWNlIGZpbGVzLg0KDQpTaGFyZSBhbmQg
Y29sbGFib3JhdGUgb24gZmlsZXMgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cmgybWt6V2tET3ot
SHExaXAzYll3SnFHVXI2MEoyZ3ROZXV0eFFsMEllZl9LMVExQmZRZ3IzcFVkM2ROOGcwbV93cXRa
clVhNVZYLTB3ZVlBMlA1TzhfSHk1OXMyTE5ab29nMzFZaldmTEFLejk5M2Z5aVZVQTl3MzFLWmZ3
a0VLZy15Wk9qc0hCeG10a2QwNkhUTWhWU3dmaXowYl9fdjVkMi10eDVYeHdpbnEzM1p2a0tXNDQ4
dU5BNTVyV1pDaVFYRTRrLTBpek43cXRiRjQtOTBSWkcxY0hpX1plTHZYMW93Pg0KDQoNCg0KDQoN
ClN0YXkgY29ubmVjdGVkIHdpdGggdmlkZW8gbWVldGluZ3MgJiBjaGF0DQoNCkNvbm5lY3Qgd2l0
aCB5b3VyIHRlYW0gZnJvbSB5b3VyIGNvbXB1dGVyIG9yIG91ciBtb2JpbGUgYXBwcyB0aGF0IGlu
Y2x1ZGUgIA0KR29vZ2xlIE1lZXQgYW5kIENoYXQuDQoNCkhvc3QgYSB2aWRlbyBtZWV0aW5nICAN
CjxodHRwczovL2MuZ2xlL0FOaWFvNXFxYndubkFDd0E5VEFpeGpyS1pIRnhZdWxqdzRNVlYtMjNs
RDcySmpOSndoOEVhd1dvbUNjZ2tnSWM5SG5iQVhhOVRWNXB6TjRPMWxjc0RVdVJYZTN0YWwyU3B6
WWJMQnZQNVVPekRKWTNqNXlmY2xJdjh2aVI1QVJpRmNFNz4NCg0KDQoNCkludml0ZSBvdGhlcnMg
dG8gam9pbiB5b3VyIHRlYW0NCg0KWW91IGFuZCB5b3VyIHRlYW0gbWVtYmVycyBjYW4gZWFzaWx5
IGludml0ZSBvdGhlcnMgdG8gam9pbiB5b3VyIHRlYW0gYW5kICANCmNvbGxhYm9yYXRlIHRvZ2V0
aGVyLg0KDQpNYW5hZ2UgdGVhbSBtZW1iZXIgIA0KaW52aXRlczxodHRwczovL2MuZ2xlL0FOaWFv
NXBQYVN6b1A3OFpzSV9QSE5YSTdKY041Zk83WmJYRm9PUUdndk9ENkdaMDRkZnBYUGZtRWlKMEFS
T1lNWm5Sa2tqQmlITUItVFYwQ3IyTk81bV85bXBNSWt3VE5vOG1EMnVSTVdRMTdzRTNYdVdVYS1M
eVRRbUp5dFBIZVZyUUhrUVhad3B6TEZuQTVodkhnVkFQZWJKOFJKeElYMk5WcGNkNXFKeEFad2hl
QlByREJ6N1VNUWxKMVpRQWNBPg0KDQoNCg0KDQpZb3V0dWJlICANCjxodHRwczovL2MuZ2xlL0FO
aWFvNXE5TEhnNHE3YS0ySkEtRm1pbmRQSVZUZ21Ka1lCaHU2VGh0X1loNjA0cy1fb3FrYWRRaWpR
NkZGTWFZTlF5Yk5VcF9HMFI1SHp0eThncmhKVjZVMlJaekhNMVJrZG9DUEZaV3R2eG5ueGJSUnJo
UlFiUkI0TmI3Q2tfUFgtOE42V29KdXJfNlpFVHJJMDk+DQpUd2l0dGVyICANCjxodHRwczovL2Mu
Z2xlL0FOaWFvNXFscXcxZGhGdEY4NThHRVk3Q0VVcVd3c1BVbE1fZEg3NnFkSktQb3lJQjlCSW9P
bzRpRGlHcDhNYU9OQzlIZFpubXFxeVdqMUxVQmx4VDZ1TmUzeU1lV1RCUlZUa0dWbXlNZEhxMUpB
NG1VVk9YV19WYVVZVHR1T0R5cUhjT19YcXdOME8xX0N3Pg0KTGlua2VkaW4gIA0KPGh0dHBzOi8v
Yy5nbGUvQU5pYW81cERRUTYwTklhYWNuUU96ZFNoa1o0cHViWUltZmo1NmtzbmtrYV9QZ0lCWHll
UVlva3BlaGhpRmpJUFRLNC1fTTg4QnRlSENhY2wwTks5ci1mVks0My1mSWo3RzNsZDRjcHlWbzRT
WUxYbERzOVVTZ1NIdVhUWFlaRWZfbXloZ3BFeUhtZHJ1enhmWXdoSXpBdzd5SndGRmFOUVdQV1g+
DQpGYWNlYm9vayAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxTnRnbnVPYUExS0hOemtOX1JZT2dB
NUx1S2dTUmcyMUpkRnQwNzQ0eU5XZHljNVZ5SDhQVVN6WUpPLURNdk41R1JiSHRNUFNsa3VVUXlk
UEM4VVliSzVnYnhZTC1fc2pfamVWcmZGRXR0MEpCdTRDcFFsVF95cU9TdVotaWFXU1pMclpzanBM
djhMekNWWmhvPg0KSW5zdGFncmFtICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXAtSnJvU2hKOUJy
VXVudENURDdYcC00NFNKdnFURURRUm9YVllua2JnM1p3eXdOenpSMWdwRGVqTHRMOUdlbUxLMW43
MENZR2g1d2NCR2Zvd3BuZUYtT2dmNlFLRWhUd3lEdVdLRFBxRzhKeDVneWFoMURaZE5oek1uQ01M
OFVGaVktNDRhSzBJZTc5Z0NlWU5VUU5zPg0KR29vZ2xlIExMQyAxNjAwIEFtcGhpdGhlYXRyZSBQ
YXJrd2F5LCBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KWW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBl
bWFpbCBiZWNhdXNlIGl0IGNvbW11bmljYXRlcyBpbXBvcnRhbnQgdXBkYXRlcyAgDQpyZWxhdGVk
IHRvIHlvdXIgR29vZ2xlIFdvcmtzcGFjZSBwcm9kdWN0IG9yIGFjY291bnQuDQoNCg==
--000000000000a92fd1063a56ee04
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3Dhttp://www.w3.org/1999/xhtml xmlns:v=3Durn:schemas-microsoft-=
com:vml xmlns:o=3Durn:schemas-microsoft-com:office:office lang=3Den>
   <head>
      <title>Essentials Welcome Email</title>
      <meta charset=3Dutf-8 />
      <!--[if !mso]><!-->
      <meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge />
      <!--<![endif]-->
      <meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=
=3D1.0" />
      <meta name=3Drobots content=3D"no index">
     <meta name=3Dformat-detection content=3Dtelephone=3Dno>
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
     <!--[if mso]>
<style>span, td, table, div,a,p {font-family: Arial, sans-serif;font-family=
: Arial, sans-serif !important; }</style>
<![endif]-->
     <style>

       @import url(https://fonts.googleapis.com/css?family=3DRoboto:400,300=
,500,700);
       body{-webkit-text-size-adjust: none !important;-ms-text-size-adjust:=
 none !important;}
      =20
       @media only screen and (max-width:840px) {
    .hide{display:none!important;}
  }
     </style>
  </head>
  <body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#FFFFFF>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0 width=
=3D100% bgcolor=3D#ffffff style=3D"background-color:#ffffff; display:none; =
overflow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;" cl=
ass=3Dhide>
              <tr>
                <!-- preheader -->
                <td class=3Dhide style=3D"color:#ffffff; display:none; over=
flow:hidden; line-height:0px; font-size:0px; height:0px; width:0px;">Get st=
arted with Google Workspace Essentials&nbsp; &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zw=
nj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;=
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nb=
sp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;=
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</td>
              </tr>
            </table>
   =20
  <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 wid=
th=3D480 align=3Dcenter style=3Dwidth:480px;>
    <tr>
      <td style=3Dfont-size:0px;height:10px;>&nbsp;</td>
    </tr>
    <tr>
      <td align=3Dcenter valign=3Dtop width=3D480 style=3D"width:480px;bord=
er:1px solid #DADCE0;mso-border-alt:1px solid #DADCE0; border-radius:8px;">
        <table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D=
480 align=3Dcenter style=3Dwidth:480px;>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:25px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/google-workspace-logo-transparent-w332=
px-h43px-2x.png width=3D166 height=3Dauto alt=3D"" align=3Dcenter style=3Dd=
isplay:block; /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
000000; padding-top:15px; padding-left:32px; padding-right:32px;">24 hour W=
ater Damage Restoration , welcome to Google Workspace Essentials Starter!</=
td>
  </tr>
  <tr>
  </table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
                        <!--[if gte mso 9]>
<td class=3D"desk_show"  align=3D"center" width=3D"480" style=3D"text-align=
:center;vertical-align:top;width:480px;">
              <v:rect xmlns:v=3D"urn:schemas-microsoft-com:vml" fill=3D"tru=
e" stroke=3D"false" style=3D"width:480px; height:160px; text-align:center;"=
>
<v:fill type=3D"frame" size=3D"480px,140px" src=3D"https://www.gstatic.com/=
gumdrop/files/gsuite-multicart-transparent-w960px-h280px-2x.png" position=
=3D"0,0"/>
<v:textbox inset=3D"0,0,0,0">
<![endif]-->
                       <!--[if !mso]><!-->
<td align=3Dcenter width=3D480 valign=3Dtop style=3D"background-image: url(=
https://www.gstatic.com/gumdrop/files/gsuite-multicart-transparent-w960px-h=
280px-2x.png);background-repeat: no-repeat;background-size:480px 140px;back=
ground-position: 0px 0px;width:480px;">
  <!--[endif]---->


<table class=3Ddesk_show role=3Dpresentation cellspacing=3D0 cellpadding=3D=
0 width=3D100% align=3Dcenter>
      <tr>
        <td align=3Dcenter width=3D100% style=3D"vertical-align: middle;bor=
der-collapse:collapse;border-spacing:0;padding:0px;width:100%;">
          <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=
=3D480 align=3Dcenter style=3Dwidth:480px;>
            <tr>
          <td align=3Dcenter valign=3Dtop width=3D480 style=3D"font-size:28=
px; line-height:36px; color:#202124; letter-spacing:0px; text-align:center;=
 font-family:'Google Sans','Open Sans',Arial,sans-serif; width:480px; verti=
cal-align: middle;padding-left:32px; padding-right:32px;padding-bottom:24px=
; font-weight:bold; padding-top:71px;">Your space for work
        </td>
            </tr>
          </table>
        </td>
      </tr>
  </table>
                <!--[if !mso]> <!----></td><!-- <![endif]--><!--[if gte mso=
 9]>
              </v:textbox>
</v:rect></td>
    <![endif]-->
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
     =20
             <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:0px; padding-left:32px; padding-right:32px;">Your new a=
ccount includes business-grade versions of Google's collaboration and commu=
nication tools =E2=80=93 all at no cost to you.</td>
  </tr>
     <tr>
  	<td align=3Dcenter style=3D"width:480px; padding-top:24px;"><img src=3Dh=
ttps://www.gstatic.com/gumdrop/files/g-suite-end-user-adoption-space-for-wo=
rk-whitebackground-w956px-h450px-2x.png width=3D478 height=3Dauto align=3Dc=
enter style=3Ddisplay:block;width:478px; alt=3D"" /></td>
  </tr>
</table>
                </td>
          </tr>
        </table>
        <table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=
=3D0 width=3D480 align=3Dcenter>
    <tr style=3D"margin:0; padding:0">
      <td height=3D40px style=3Dheight:40px;>&nbsp;</td>
    </tr>
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Create, store, and collaborate on content</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-right=
:12px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/g-suite-end-user-a=
doption-stay-connected-transparent-w734px-h173px-2x.png width=3D368 height=
=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></td>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:11px;">Use Google Drive, Docs, Sheets, and Slides to build content and wo=
rk together in real-time on any file, including <span style=3Dwhite-space:n=
owrap;>Microsoft Office</span> files.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;"><a href=3Dhttps://c.gle/ANiao5ohxZc8M6Gsd7sbR3rJsgH96mlCRxn4LGdVcd1mVDm=
SiQkUPHaUiJIsobzlt-TJSoWG3n_YGeOH9XUJFC4OnEshMGAQl_39x0qMwL3IJMQLCUeUwqmrGN=
YF0WpGKn3nxtLPHDte24DOy357dYALJRznA4t4OHCb4yzlwehxiXko8-1CoRgbe2koIjZJwKcj1=
YGwynm8jk0bF-dVEJBjggw3dRQrAWTgp9pYKx35 target=3D_blank style=3D"color:#1A7=
3E8; font-size:inherit !important; text-decoration:none;">Share and collabo=
rate on files</a></td>
  </tr>

</table>
                </td>
          </tr>
    <tr style=3D"margin:0; padding:0">
      <td height=3D48px style=3Dheight:48px;>&nbsp;</td>
    </tr>
            <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Stay connected with video meetings & chat</td>
  </tr>
      <tr>
  	<td align=3Dcenter style=3D"width:480px;padding-top: 16px; padding-left:=
14px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-user-ado=
ption-create-store-connect-transparent-w734px-h173px-2x.png width=3D368 hei=
ght=3Dauto align=3Dcenter style=3Ddisplay:block;width:368px; alt=3D"" /></t=
d>
  </tr>
  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:8px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans-=
serif;">Connect with your team from your computer or our mobile apps that i=
nclude Google Meet and Chat.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5rgqDZdEawRF5W7lw6VttH3KxugmojmnFhQ2_pJ9NEfwXU-jc89YH=
0PuKTx_ikNs8v1zRQjCWy43kmvp7DL4wi01mh2PPSHtjEMmY84n7ahKBJcL6X0CtrJwOQqg3g8P=
Ho target=3D_blank style=3D"color:#1A73E8; font-size:inherit !important; te=
xt-decoration:none;">Host a video meeting</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
          <tr>
            <td align=3Dcenter valign=3Dtop>


<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 alig=
n=3Dcenter style=3D"width: 480px; ">
  <tr>
          	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans=
',Arial,sans-serif; font-size:28px; line-height:36px; color: #202124; lette=
r-spacing:0px; text-align:center; font-weight:bold; padding-left: 32px; pad=
ding-right: 32px;">Invite others to join your team</td>
  </tr>

  <tr>
  	<td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial,=
sans-serif; font-size:16px; line-height:24px; letter-spacing:0.1px; color:#=
3C4043; padding-top:11px; padding-left:32px; padding-right:32px; padding-to=
p:25px; font-family:'Google Sans Text','Google Sans','Open Sans',Arial,sans=
-serif;">You and your team members can easily invite others to join your te=
am and collaborate together.</td>
  </tr>
  <tr>
    <td align=3Dcenter style=3D"font-family:'Google Sans','Open Sans',Arial=
,sans-serif; font-family:'Google Sans','Open Sans',Arial,sans-serif; font-s=
ize: 14px;
line-height: 21px; font-weight:500; letter-spacing: 0.25px; padding-top:32p=
x;padding-bottom: 48px; padding-left: 32px; padding-right: 32px;"><a href=
=3Dhttps://c.gle/ANiao5p1ip7wG5p7xoFWcKMSP2rJiOHrIVESPstnBoT9eUMEmIh69rD9-G=
rVqDoGxvM2i0yEg_ZLEe8Seb5BeLFDtIsLJL7d8ExA_DjriiWi-5pPrmmqQqNKLMI3Im1pyydUV=
wY1y4RS-EKor9hwBkbl7OBkN5b_KA59n2TbCbpJCjEpGcSjVuKVLz8BGadBvZqH target=3D_b=
lank style=3D"color:#1A73E8; font-size:inherit !important; text-decoration:=
none;">Manage team member invites</a></td>
  </tr>

</table>
                </td>
          </tr>
         =20
           <tr>
            <td align=3Dcenter valign=3Dtop bgcolor=3D#F1F3F4 style=3D"bord=
er-bottom-left-radius:8px; border-bottom-right-radius:8px;">

  <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D480 al=
ign=3Dcenter style=3D"width: 480px; ">
    <tr>
      <td>
      <table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 style=3D"a=
lign:center; padding-top: 40px;" align=3Dcenter>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5rFuQfJ7430IwdRteSV1Oj80X2WxhZLnihipnn=
pm1wmCE6a-gAz0Rp6XP2XLsHyDbcKDCB_F43K98v738sl6RcQ6DQYAb8-32CurofbOsUSbnxqQ3=
cZHQMUoR5NMNUU9DAL_OjnXAdBWotzH5Y target=3D_blank style=3D"text-decoration:=
none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-youtube-icon-transparent-w48px-h48px-2x.png alt=3DYoutube width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5pjJZ0dLGlDJhPL61MMRuwH_jITv-E45wx80nK=
CiiMI-DFVWV-mSHnRCw95tu9BWT59CIu6ojfYKFGmAAMr_WmI_FsKweD3nrWSgPv9401b5c8a4J=
3NIShBJ6zLGyGPbVM0vH0rCmRCwg target=3D_blank style=3D"text-decoration:none;=
padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-twitter-icon-transparent-w48px-h48px-2x.png alt=3DTwitter width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5r3i6WMAdejB9fanNu5PRpIB6wCXyuQ0gbG-i_=
x9hU7UHGWy3RHriiWxAM9hVX0Usc8D6PE-qQe_Mhc1ciJIBooc0k7AgWnhojMbPUOpDXFA5NiWp=
8NtXSIEzwjAaXRTJHyqiJmldr8leBjQQ9URosppBy_bNSKU1I target=3D_blank style=3D"=
text-decoration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-linkedin-icon-transparent-w48px-h48px-2x.png alt=3DLinkedin width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oIyyWw_K3t7xH6smXPnDzzX6m3nh5yfDn7G_6=
Q4u5lzFpK7IF3HL-KnCjxJhqMy0ZqpJ7MNJbIlflEU3fsSQgKB2d8Y1bOgf1pl89z2vwmnfY4Vm=
60DfIOSJ7vJxGqgS1o_nSpwoOxNRFmq4iesQ target=3D_blank style=3D"text-decorati=
on:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-facebook-icon-transparent-w48px-h48px-2x.png alt=3DFacebook width=3D24>
        </a>
      </td>
      <td align=3Dcenter width=3D48 style=3D"border-collapse:collapse; bord=
er-spacing:0; width:48px;">
        <a href=3Dhttps://c.gle/ANiao5oDUot-S3jKwwEpR3xvRRzjkUCuctlV99UdTwJ=
QGfkVPytcgu9F91xS3BppE2kwxc-JI82UMmKIZfoO9p05gIK5gtE_aj3wj6VPGuOQvOe54WMVB8=
xm0MzBvdebh9qtCMmXSstEftwuQRo70JwY8UhSdw target=3D_blank style=3D"text-deco=
ration:none;padding:15px 12px;">
          <img src=3Dhttps://www.gstatic.com/gumdrop/files/google-workspace=
-instagram-icon-transparent-w48px-h48px-2x.png alt=3DInstagram width=3D24>
        </a>
      </td>
    </table>
      </td>
    </tr>
    <tr>
      <td align=3Dcenter style=3D"width:256px; padding-top:16px; padding-bo=
ttom:19px;"><img src=3Dhttps://www.gstatic.com/gumdrop/files/gsuite-end-use=
r-adoption-footer-logo-transparent-w512px-h67px-2x.png width=3D256 height=
=3Dauto alt=3D"" align=3Dcenter style=3Ddisplay:block; />
      </td>
    </tr>
   <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"font-size:12px; line-height:18px; color:#3C40=
43; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-famil=
y:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Amphit=
heatre Parkway, Mountain View, CA 94043</td>
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"font-size:12px; line-height:18px; color:#=
3C4043; letter-spacing:0.3px; padding-left:32px; padding-right:32px; font-f=
amily:'Roboto',Google Sans,Open Sans,Arial,sans-serif; ">Google LLC 1600 Am=
phitheatre Parkway, Mountain View, CA 94043</td>
      <!--[endif]---->
    </tr>
    <tr>
      <!--[if gte mso 9]>
<td align=3D"center" style=3D"padding-top:16px; padding-bottom:32px; font-s=
ize:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; padding-le=
ft:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans,Ari=
al,sans-serif; ">
    <![endif]-->
    <!--[if !mso]><!-->
      <td align=3Dcenter style=3D"padding-top:16px; padding-bottom:32px; fo=
nt-size:12px; line-height:18px; color:#3C4043; letter-spacing:0.3px; paddin=
g-left:32px; padding-right:32px; font-family:'Roboto',Google Sans,Open Sans=
,Arial,sans-serif; ">
        <!--[endif]---->
        You have received this email because it communicates important upda=
tes related to your Google Workspace product or account.</td>
     =20
    </tr>
  </table>
                </td>
          </tr>
        </table>
      </td>
    </tr>
    </table>


   </body>
</html>

--000000000000a92fd1063a56ee04--
info/cur/1753679534.M226966P2991501.premium320.web-hosting.com,S=24720,W=25497:2,S000064000000060220151007557650020175 0ustar00Return-Path: <3rAaHaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id MNPSC64Gh2iNpS0AVkXPrw
	(envelope-from <3rAaHaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 01:12:14 -0400
Return-path: <3rAaHaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 01:12:14 -0400
Received: from [198.54.122.200] (port=33102 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3rAaHaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>)
	id 1ugG9m-0000000CYfk-08l7
	for info@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 01:12:14 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=NvEWhbjp;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3rAaHaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com designates 209.85.166.69 as permitted sender) smtp.mailfrom=3rAaHaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br66P3v4rz1604
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 05:12:13 +0000 (UTC)
Received: by mail-io1-f69.google.com with SMTP id ca18e2360f4ac-87c3902f73fso461371339f.1
        for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 22:12:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753679533; x=1754284333; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=jMJQduyC8R7jlmYXGoLd49LEhaitxBnYAAxAz75ygCY=;
        b=NvEWhbjpw+npzkU6pg15NhXqYrxQxLb0QdMa2P8ioDQ+KwTNP9Y/R+A4IfxH2zw0lq
         uo34SjiOEG7AES7blvCTH//zppJ5GIsbImihV/dCCL9ShOHRsnnYMEh9TXn3reTmGhHx
         dTJZ6EhtjIFGfxaq2itMmol161O81ILPJY6uRGwqkJQ2TKJ1N/I58Phn8roajRctJKgw
         60c8zlz6QfSEAo8OB1pQaRqHnmR3BYrKJ8DEt7TIMBhx7J5nQGtetbuU/K/ON8ROQZHj
         p51u6Qg16ehdsnBlSJ9hohfEmIWYbe0DmeFnWXHoc0lEBNo5TCMpOtiBHGFuObb3v+FC
         B+Hw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753679533; x=1754284333;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=jMJQduyC8R7jlmYXGoLd49LEhaitxBnYAAxAz75ygCY=;
        b=IvYRxSbYOzlCJ8m4bqtDIYiCOZHlxTXVxjLBsXqncr57EmZ2OWUXI/XZYvaaV/B5ai
         JqsC1Bg+LZVT4U5X1Lfw+z9OfZ/CfdG/lbQYIh/6/OVsH+nIAZDfX1pmxmdZDBU7IgZY
         4+4v/FOoRcZAv1+eAd61YrFthtx7BHO+LmxF88gD0PvcRVcBs2hP7DofXizPoDlJoIei
         /tdjJZd6pBZYBMEB4YZSFZ8PDF9WnUnWkZhCTeHa9KPiqc+/e/E4OXi2jRxNBlPW+uxv
         kZKhMbaAMCRBo9J/PCVqa3weIH/4+3EpyD49SJ+ZqwRn2tvO54gStwmfU+T1+3kcb04c
         AN5w==
X-Gm-Message-State: AOJu0Yyk8jpTaJNIPqbD9s5tGSrfa2EFt1xrmN2p8jKTGlKOiKHrH4Jr
	v0RRLYKbCUPlyeQ1rpxXKABzfBoUin10eoVGz6U0f4VOpbY1Et4QV43a7x0x
X-Google-Smtp-Source: AGHT+IElDUGUmV4SZLJx8Lwjuvk7qCwS5Ij7eS3hhPQYyj4ROI50ad0NBssIXKUmlHS3sL7kvDjVs84=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:490:b0:87c:31b1:8a47 with SMTP id
 ca18e2360f4ac-87fba59a2e8mr1548720239f.7.1753679532961; Sun, 27 Jul 2025
 22:12:12 -0700 (PDT)
Date: Sun, 27 Jul 2025 22:12:12 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: b00a10cbdcda0000
X-Notifications-Bounce-Info: AWoTSIHbIK9-bxZMoHFaPeX6d3Qafrz63m3HUDlprxLv_ChbFhBkmY__-EzgspnPECQ9MVJjjNyOpJTxak2g8e_ccwOu8-EyWPV3cOc7rzxL8WJHOofqflilOoxQi7pmaDl9avP_5GnqlU5g7WrbX77j4gobPzRNNsQbaWXexMBSyGbz8fQDJfbUNNJb1-It212SP5oj6m-P6ZAhBppBSRO4Zqxh6CzOflWG6v2UF6xwnreHTnR0EjDtX7UuEG9kAzOTIzI_6HKWv8VfwLWBe9mnDmNuqo-jRonQKlraLlXi8Z7z-vjv_rybPAhACrL2PWLmvBLtLXGtnZ64nN9HX82Z2eB1mm7-4V6BmTqCer35ihGCBfifSfO7zIvWQy6PhWYnal0uv0mtJjRj4tDkTZ0ZkhaRCeAuw5e66_LxzmpLpzxer69nTO2f3E1T1dKwsafe7UpItnzn51UghqjEb-hyvYWjhdiOA_IfgMxMz5UpspeNzTAvzWTlSffGNxj8BFmyzSppfqYUoiWq9xaP-l-lhLhdVG0H5tP3ASnFk5CuQDrReeavA6kpBmizXa1gae_Kg5o3R-tltYfCxJnQoTo2qndZe5JzABRlgmWPI_KEogl8umpjCbPFNfRvipYNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <5419eb8232f7c99c8fcd20e11f3a8f3564acadc8-20265398-111349049@google.com>
Subject: Water Restoration Companies Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000009caf02063af655ca"

--0000000000009caf02063af655ca
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

Water Restoration Companies Long  
Island<https://business.google.com/n/3914543352080541963/profile?trk=https%3A%2F%2Fc.gle%2FANiao5q3ChlVENUP89gQ8H_6Iv_6l-R-6go6YOxtH8ICkIffwISmsn7cy0j6pv_P0YzlEWRgg9VMiILARQzlQ-coZdM-8uQAuZW8ZWjNAWunLlP4FICxGcMg2s7F26M>  
at 152 Islip Ave ste 17, Islip, NY 11751, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

Learn more about our suspension  
policy<https://c.gle/ANiao5qoURf9jBnvIRIantTc54nykU3VuB0L66DmvLjyoX6sCMYG3pEJ0oL7YYihSQ-vIFNZvji_NnTYoOmY9QJ3-80df_6AJcgSCXPWm-Zun9ATlfGufV3ZEuzgM9dV26LCXn50tKXRCkrkAlkfrQMWxIiNK-fYdmDZ9Zr-7ThGUTso>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5pH5IrmmIfyoCTkGPL9aR2ZMS9-WXUfdCUITxLCHFvadxfihYum-f9EVP0FL_8M-kFa1f59RNUiWMrn-wVG3TW1ZXZbEWBSnJwhhhKYRqsWhtJHH7ZfxnPEv2r02lny5SHrBTJR6v0AOI0ZyJb4nJljEb7M5zaSlCQ-1aldvHBt3JfYzNkOQ_tXUcWpWnNkrV96T10aF7ffT5kNI-vEDjzx4CAC5JSWSoo8vYVuFA>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5r7GRV2Kz5fymZy6-geA7gdxjf8diAqD83n6Jvyf54XwrcpK1vRysNe1xynCn0rr9s3HKdieBh0nl7DI2lIktptvJSqTGzxnkIVbdSB9KpSgHqOFpEhI7OAiJSdhkKnT8upJng>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000009caf02063af655ca
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5r_xk_9_1GrhQkPvLDQn_OgP89oy=
U8Pb8vE31AD26zOLkJCfZPQHqS56gHLO-eD6zAqaBqFjhIdKdEqu2rciVSwNS30ECgsn308eXb6=
9Qlnot-zsZIun8QQlaBpdd6Pe4JTRQ3lz9N9CgGLHoFeUjm_WlISNNdafJsY3R9SNLXtfZzraAQ=
wZf4LhJCnPizgXwFgKJXoTEuyCL7TNAxFEY2IAqqPBvqPg1Xzs9nQne0b>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/3=
914543352080541963/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5rrB-iJzCPJ6G_y=
ycwavrSAdPSbDP6ov6nlgc8hT8pOPD6YjW86FsbfiRdG9BJBd3pL0sPvwnf2b1sIKmup3c1G6_4=
iFOaL4Txj3iZQaXrskYjaj8HSFa4sigLr9A target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">Water Restoration Companies Long Island</a></span> =
at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration:none=
;font-weight: 500;">152 Islip Ave ste 17, Islip, NY 11751</a>, your Busines=
s=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5qCbye4ekjpkbeh2FZ38BvsON=
vbmgkGTW3ASFJv5I7r6Z03sAxM6z2uXC_c8WpOndq83iKBGE_0qYJbdjq4o6q-yu6eMPvfXIo6-=
R-1u9fTb8v2kAdbTcV9yohmDbSXMVftPBo6becwSR6yoo3y0IFY7G70Mtm-ygSQx74t70n6UcM =
target=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension p=
olicy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oCg2qgAKZw0LmxWAohjla6MnOeJMW0gTp3-LU89LwXRZk=
cC3HuTF1PVA3rcVzQ8K6sAiVVHJEBnkY-ShtVwqYVhZgu-GXfVPqNQytWodNi5R5vMFKfiG5o6m=
ARvvhDG1yrBFv4LOKmJfStbI2-zcxaaEWW9NhkpQoyXJ-gaFWMsxS7qvp5bC7M7yXWDClA4ejfj=
52hIagvjRd2OEJ0TUcitz3yrF862dYpUzq8rvnG target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5oCg2qgAKZw0LmxWAohjla6MnOe=
JMW0gTp3-LU89LwXRZkcC3HuTF1PVA3rcVzQ8K6sAiVVHJEBnkY-ShtVwqYVhZgu-GXfVPqNQyt=
WodNi5R5vMFKfiG5o6mARvvhDG1yrBFv4LOKmJfStbI2-zcxaaEWW9NhkpQoyXJ-gaFWMsxS7qv=
p5bC7M7yXWDClA4ejfj52hIagvjRd2OEJ0TUcitz3yrF862dYpUzq8rvnG target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5oCg2qgAKZw0LmxWAohjla6MnOeJMW0gTp3-LU89LwXRZk=
cC3HuTF1PVA3rcVzQ8K6sAiVVHJEBnkY-ShtVwqYVhZgu-GXfVPqNQytWodNi5R5vMFKfiG5o6m=
ARvvhDG1yrBFv4LOKmJfStbI2-zcxaaEWW9NhkpQoyXJ-gaFWMsxS7qvp5bC7M7yXWDClA4ejfj=
52hIagvjRd2OEJ0TUcitz3yrF862dYpUzq8rvnG target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oNLmVDOSLdVLFZljdGLwwp7F3CW-cm5488bFhDOYbfU1=
l5PQNhqFRPt35ngVG7tMuBD-pbcZ-yGngIYp6kTKYm56hqduwU1jgLtMEBzaKXTMdJ30xnBqr_C=
taHUJbOfsvvBSxTJA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5rW_9poFfl9k9hOBe3tVe2EsdSdJyVUfItFkHitX9RJDc04bbaTcx2ZcmJijtbX4O=
WSLCJs3PmSZtAalbrM834ekf3yGwzyDf0HXgluX6kfHq31g0e5hs6jv9a_FOb2VGOchg.gif></=
body>
</html>
--0000000000009caf02063af655ca--
info/cur/1756114803.M949995P3695609.premium320.web-hosting.com,S=8890,W=9021:2,S000064000000021272151007557650020047 0ustar00Return-Path: <3bS-saAcKAMg125s3zCu22uzs.q20@identity-reachout.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id YPwkOHMvrGj5YzgAVkXPrw
	(envelope-from <3bS-saAcKAMg125s3zCu22uzs.q20@identity-reachout.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 05:40:03 -0400
Return-path: <3bS-saAcKAMg125s3zCu22uzs.q20@identity-reachout.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 25 Aug 2025 05:40:03 -0400
Received: from [198.54.122.200] (port=35263 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3bS-saAcKAMg125s3zCu22uzs.q20@identity-reachout.bounces.google.com>)
	id 1uqTgK-0000000FXpY-3JPT
	for info@24hourwaterdamagerestorationlongisland.com;
	Mon, 25 Aug 2025 05:40:03 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=EFb7USUM;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3bS-saAcKAMg125s3zCu22uzs.q20@identity-reachout.bounces.google.com designates 209.85.167.198 as permitted sender) smtp.mailfrom=3bS-saAcKAMg125s3zCu22uzs.q20@identity-reachout.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-oi1-f198.google.com (mail-oi1-f198.google.com [209.85.167.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4c9QkQ0Y6KzFyBC
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 09:39:58 +0000 (UTC)
Received: by mail-oi1-f198.google.com with SMTP id 5614622812f47-435de7c19f0so1552613b6e.2
        for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 25 Aug 2025 02:39:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756114797; x=1756719597; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:reachouttracker:mime-version:from
         :to:cc:subject:date:message-id:reply-to;
        bh=IOriyUQ1d9tecGjJRQMnM81WoPbEFAzgS+lU7Nfa2pU=;
        b=EFb7USUMJbiTdm3/u6LW3pC5hnBSUcPRx96fBZ0U/3Mu+vnwlfQ+kdPvkljmcgzh6a
         xa5bAp20hw9dLwa5it14O+onj6d/5o7dTkf2qQAlptmJVPiBdvRWspwaLlfhoGo/fE98
         kqzw6aSUEN7gspENXUljVrVtPFthQi0DsOGIVEFEW+sR+oWKekL7V5aCgnDAGfTAcb9+
         hk/7A5ChmhMY1LwStXifDBqeAB2AW0yNJToRIyyjiMZLazNimgpnLblGdljQ5TNc2Zje
         sXd8bHN+ReNclDvnv+fqd7yloFWOZiwUm+XMMS2SdNU2xYaCutcFWyCFVVKMMj03JhC7
         I8dg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756114797; x=1756719597;
        h=to:from:subject:date:message-id:reachouttracker:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=IOriyUQ1d9tecGjJRQMnM81WoPbEFAzgS+lU7Nfa2pU=;
        b=qctA/9htGLmLrblBZok4I10Z02EZzsUpbk/nOo7waewkZQFeKA+gshcsrUFTzVwaTq
         NqO++pC4P1vDLvn5Pg9/SYeIq1Vx1ASN2YcsmQaBGu4fmh8Dkoi9nreZ96Fba058Sk68
         8vjH/x7xmpAwE4XZyLZkWoi/v2xAvHODNOtwxtvbG5sGO4rKAAvIvTIM29ZVGlX78jN2
         2s9Qk7YcCcDmmRuyAS93AFxVvPc0hVao3YCysYPMfbmSrwhnmREEOdPgK85f17mbuFqx
         Qleefev+nu5+53fQy31aPu3IjdGX+ATKLIzDxJVUXBflcaZ/STiGj2WgIhNYFPWHyKSV
         B6DQ==
X-Gm-Message-State: AOJu0YxSj/YNEcSf0UpI8GUHY4/7Icc+AzgIg3o8K2kpvjA/OPkITpyX
	HphjmjuPWios3jGkseY11o41N5RQvI1nRenMipEYTo+UrZI9VFowyiitBE0GMkUbiKBH4hZc9+i
	bmU87875OEDRQjba7INV+l0U3wbr/DTYt9IBdhS6BRv6KxdVZNrgNdVat5EEpm8X3GQ2lzyzGva
	8thP/l9W8g5k7f8odetLzgEKcQ/K4BEL7399YM4P71M0NB8gLtQdo=
X-Google-Smtp-Source: AGHT+IHuIiLD1G/uJZtWeYOiv7buznTziotizsBR2LB3aBQPC/JvD+1OsnquGU6Z4ojaAjMpHaXYhJLUzptlwdzBjA==
MIME-Version: 1.0
X-Received: by 2002:a05:6808:179a:b0:437:761b:dcd with SMTP id
 5614622812f47-437852ad33fmr5884803b6e.44.1756114797352; Mon, 25 Aug 2025
 02:39:57 -0700 (PDT)
ReachoutTracker: AXiFLV7I1/eSMCMlfPF3HG3MlfCaYRzjdheMdY9Y2nXegfM0LXPrYbEhjeo6SpQ/9TBOHIJNCrXrosmhT1cLFjGOzgOLCg==
Message-ID: <autogen-java-4fe68f90-ce5e-4f9e-9f84-7adf15d8b8c9@google.com>
Date: Mon, 25 Aug 2025 09:39:57 +0000
Subject: Google Verification Code
From: Google <noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000af2b7e063d2d56b3"

--000000000000af2b7e063d2d56b3
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

R29vZ2xlIFZlcmlmaWNhdGlvbiBDb2RlDQoNCg0KDQoNCg0KDQoNCg0KDQpEZWFyIEdvb2dsZSBV
c2VyLA0KDQpXZSByZWNlaXZlZCBhIHJlcXVlc3QgdG8gYWNjZXNzIHlvdXIgR29vZ2xlIEFjY291
bnQgIA0KaW5mb0AyNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20gdGhy
b3VnaCB5b3VyIGVtYWlsIGFkZHJlc3MuICANCllvdXIgR29vZ2xlIHZlcmlmaWNhdGlvbiBjb2Rl
IGlzOg0KDQoNCjQ5ODI1NQ0KDQoNCklmIHlvdSBkaWQgbm90IHJlcXVlc3QgdGhpcyBjb2RlLCBp
dCBpcyBwb3NzaWJsZSB0aGF0IHNvbWVvbmUgZWxzZSBpcyAgDQp0cnlpbmcgdG8gYWNjZXNzIHRo
ZSBHb29nbGUgQWNjb3VudCAgDQppbmZvQDI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25n
aXNsYW5kLmNvbS4gRG8gbm90IGZvcndhcmQgb3IgZ2l2ZSAgDQp0aGlzIGNvZGUgdG8gYW55b25l
Lg0KDQpTaW5jZXJlbHkgeW91cnMsDQoNClRoZSBHb29nbGUgQWNjb3VudHMgdGVhbQ0KDQoNCg0K
DQoNCg0KDQoNCg0KDQpUaGlzIGVtYWlsIGNhbid0IHJlY2VpdmUgcmVwbGllcy4gRm9yIG1vcmUg
aW5mb3JtYXRpb24sIHZpc2l0IHRoZSBHb29nbGUgIA0KQWNjb3VudHMgSGVscCBDZW50ZXIuDQrC
qSBHb29nbGUgSW5jLiwgMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywg
Q0EgOTQwNDMsIFVTQQ0KDQoNCg0KDQo=
--000000000000af2b7e063d2d56b3
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"max-width:=
 600px;"><tr><td><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellp=
adding=3D"0"><tr><td align=3D"left"><img width=3D"92" height=3D"32" src=3D"=
https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_188x=
64dp.png" style=3D"display: block; width: 92px; height: 32px;"></td><td ali=
gn=3D"right"><img width=3D"32" height=3D"32" style=3D"display: block; width=
: 32px; height: 32px;" src=3D"https://ssl.gstatic.com/accountalerts/email/k=
eyhole.png"></td></tr></table></td></tr><tr height=3D"16"></tr><tr><td><tab=
le bgcolor=3D"#4184F3" width=3D"100%" border=3D"0" cellspacing=3D"0" cellpa=
dding=3D"0" style=3D"min-width: 332px; max-width: 600px; border: 1px solid =
#E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-ra=
dius: 3px;"><tr><td height=3D"72px" colspan=3D"3"></td></tr><tr><td width=
=3D"32px"></td><td style=3D"font-family: Roboto-Regular,Helvetica,Arial,san=
s-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">Google Verifi=
cation Code</td><td width=3D"32px"></td></tr><tr><td height=3D"18px" colspa=
n=3D"3"></td></tr></table></td></tr><tr><td><table bgcolor=3D"#FAFAFA" widt=
h=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"min-wi=
dth: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px=
 solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-botto=
m-right-radius: 3px;"><tr height=3D"16px"><td width=3D"32px" rowspan=3D"3">=
</td><td></td><td width=3D"32px" rowspan=3D"3"></td></tr><tr><td><p>Dear Go=
ogle User,</p><p>We received a request to access your Google Account <span =
style=3D"color: #659CEF" dir=3D"ltr">info@24hourwaterdamagerestorationlongi=
sland.com</span> through your email address. Your Google verification code =
is:</p><div style=3D"text-align: center;"><p dir=3D"ltr"><strong style=3D"t=
ext-align: center; font-size: 24px; font-weight: bold;">498255</strong></p>=
</div><p>If you did not request this code, it is possible that someone else=
 is trying to access the Google Account <span style=3D"color: #659CEF" dir=
=3D"ltr">info@24hourwaterdamagerestorationlongisland.com</span>. <strong>Do=
 not forward or give this code to anyone.</strong></p><p>Sincerely yours,</=
p><p>The Google Accounts team</p></td></tr><tr height=3D"32px"></tr></table=
></td></tr><tr height=3D"16"></tr><tr><td style=3D"max-width: 600px; font-f=
amily: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #=
BCBCBC; line-height: 1.5;"><table><tr><td><table style=3D"font-family: Robo=
to-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #666666; lin=
e-height: 18px; padding-bottom: 10px">This email can't receive replies. For=
 more information, visit the <a href=3D"https://support.google.com/accounts=
?p=3Didv_pre_em&amp;ref_topic=3D2364467" style=3D"text-decoration: none; co=
lor: #4d90fe;">Google Accounts Help Center</a>.<br>=C2=A9 Google Inc., 1600=
 Amphitheatre Parkway, Mountain View, CA 94043, USA</table></td></tr></tabl=
e></td></tr></table>
--000000000000af2b7e063d2d56b3--
info/cur/1756685381.M768415P2292652.premium320.web-hosting.com,S=14705,W=14970:2,000064000000034561151007557650020060 0ustar00Return-Path: <3P-S0aAoKACgWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 4OdfLUXktGis+yIAVkXPrw
	(envelope-from <3P-S0aAoKACgWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 31 Aug 2025 20:09:41 -0400
Return-path: <3P-S0aAoKACgWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 31 Aug 2025 20:09:41 -0400
Received: from [198.54.122.200] (port=48993 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3P-S0aAoKACgWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>)
	id 1uss7B-00000009cX6-2UaF
	for info@24hourwaterdamagerestorationlongisland.com;
	Sun, 31 Aug 2025 20:09:41 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=fEJ4373K;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3P-S0aAoKACgWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com designates 209.85.128.197 as permitted sender) smtp.mailfrom=3P-S0aAoKACgWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f197.google.com (mail-yw1-f197.google.com [209.85.128.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cFTl41QfQz184S
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 01 Sep 2025 00:09:36 +0000 (UTC)
Received: by mail-yw1-f197.google.com with SMTP id 00721157ae682-71d605339dbso47971647b3.2
        for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 31 Aug 2025 17:09:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756685375; x=1757290175; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:from:to:cc:subject:date
         :message-id:reply-to;
        bh=3i6SYl0KXgDhGKMmuZSwDtblx41Kld5ILftiU0agxy0=;
        b=fEJ4373KFTXJrlaARtFtY42AfSXdsaXlggGCEpp14Brol1d9qaFc5CGS2e5MTE9a7f
         rJGymp0bWQHqH7g7goaYh6lcO8oHQst73XXDX7qYsNy2/VO+M60b0Qpz/EeiM2nRaOdA
         BL5+ydZYgdT9+MNeEPvrDw88F5o7Kg6LCpp/e83fdLV6uvDXjYfLovwRs4ihe2ssuTBy
         oJV/6WflcqoBtABRWSjJiIndB9KY86/fXX9MTzwmz7oSVoC6uuFAY0tVA4F9hTWYCBdh
         5woFRTsmgpkUYoGTCeCvb9xhJwNh/FwgUSTFJ3odiHzwqEVaNCrdZNmVb/8M7Y6iiBE9
         uudA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756685375; x=1757290175;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:x-gm-message-state:from
         :to:cc:subject:date:message-id:reply-to;
        bh=3i6SYl0KXgDhGKMmuZSwDtblx41Kld5ILftiU0agxy0=;
        b=TRoPmNdAt88OXEuDzvotVK2sZLn45dsSnyCQIB1xMZUnVWUYcta8CP/ipN4HhARfh5
         8gW9ORSHES965fhycIPZIZqf/+HfSigBKfpTI1DwqGsnLqOiEc07Byv6Pz4jK6Yu1vof
         0JApS9rE1ugxhJKPRy42KH644e8ybIAEavC7IDr+/8CwdxunLCnYYlB6bfGRKfAFjMhl
         +PVuj1U5/1tnNyhiVESiJaJMRH9Mx+uWqXRJZcvdJBcito1R3CWnVz0RUCfXWBfUnx6r
         0xayg+hbFyd0mT8LLo3yCklHh4UG8smPl5u8jnzbYKaSv1/vkG4OrEWgKCSapoP713SY
         bD4Q==
X-Gm-Message-State: AOJu0YxRqD+tm6kUMVciVfZfKNGeValHSvbSaDIMt2Er6OBEJEGIg8rU
	aXZmNNlj+xfySobyOLMMDUbf9Hj0QoTxIZv4hgr9/Vt2jD75DlaxDj9W3S1t
X-Google-Smtp-Source: AGHT+IEdPdrjdNPZ4YKVCfA0c+bj+v2VSztSt8q5F8NGQn68WkA393IW977a1LFiwyuRXi3C4GNf/I8=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:6f93:b0:721:5b31:54be with SMTP id
 00721157ae682-72276537285mr72217997b3.39.1756685375742; Sun, 31 Aug 2025
 17:09:35 -0700 (PDT)
Date: Sun, 31 Aug 2025 17:09:35 -0700
Reply-To: Google Search Console Team <sc-noreply@google.com>
X-Google-Id: 4154303
List-Unsubscribe: <https://c.gle/ANiao5o86lPX4kA054FY9nYHP5gArv-8bOX1cZ9OtSygZATXuzVmIzSe9J1pic8lfAGU0QH95wjsCDZ5MUGTKTv2NqWNCXxMe_pPh8yo7LeK0zR11QTiLAMDWTPYXWdwWNx9O0_t3zhgU9BIHmBKuquXHZxBFTJvmGatCSC0rwbkqUmn5cGAZhshVTmejmbF-H2AsRJkCqpSn9rH7IITIJREri9s_K65MNyNNkpMvL1XKHyivJqvmTgCcS9lzm5D5nrWvbsOYCQWL6w6JVbYcOTIZ0Ovv4CEdfvGdqr9G8cyU-VJ2anedtaBK6bRMsBJUSxhdyPgQTRb3UdvcLi-1q5gM93_q1IpsniAPuqtk5FTXZ_tp4fB59kxP4e364UV0eVOFLf-P8AnpNsSP3SS>
Precedence: bulk
Feedback-ID: P-38-0:C20237597:M110624660-en:gamma
List-Id: <6e180ccbadfa950a9b941acac5723e4f395dc930.google.com>
X-Notifications: 5de07bdbe89a0000
X-Notifications-Bounce-Info: AWoTSIHaZy89utI_r0dKtX8NojayYh3mZLCiTZV1Q1mgd9hDEuBH7dcJHGKXxP5tzSTsUEDBVvEAtDYZhCnPMdTfae_wCu1cN3Aaz3-LY0PjtEjJ1ZrvMX01Z-P25dfPhwiqL4hABQJG7Q-IZhQt3hYTKiv0pKaYcYJeC8YWJVY3b3-CFquHM_jEnlzV2gyQZI2hVASLMJCEJ_l64uwfXTP9pTKIyycw8_h_tJXImtyeOqFY_uZP3OaP7xZX5lsrGny4YZU0Qf7f8pfxbZivrEQPOgUL0LH_PRk6NOy32ibNkRI1Ff2neZviDip64sloAyQ_kbiOy1qQ_NbugZ0bkUMtI_v8QL6_prZtiweXfUQ6H2_SU8SNJ5TGI1I3ADwV7QzWASsPa1U8ov7Sa4f9t4vuLq-yImPgrZigEApOM_-ESTbyekpYSQZlzWiJyKJJkgTilZ8UNwZ8DqsuTEw1p2FeH72EGu2_b-OTlMZ-wyRtZqMgVULXdeKNO0chBZx2iZ4eFs9HV99UaztyHR35vKidNl2wYvtb4VRzJoY7gnLGsDZSaImsk3sdc-SnJOMJcMt1eOyTLbxMGQGiQRq9_38j0lKeBJC_FodqKouhvxvnmCqcnr6B6TyfIM3sfQjZeLeH0nkSZGvupWF9sx8yUimzD70aJJadNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <5783b40e2edb4bdf640dc77ab74b9796912a4db4-20237597-111238677@google.com>
Subject: New reasons prevent pages from being indexed on site https://24hourwaterdamagerestorationlongisland.com/
From: Google Search Console Team <sc-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000cda42d063db22f78"

--000000000000cda42d063db22f78
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KRnJvbTogR29vZ2xlIFNlYXJjaCBDb25zb2xlDQoNClN1YmplY3Q6DQpOZXcg
cmVhc29uIHByZXZlbnRpbmcgeW91ciBwYWdlcyBmcm9tIGJlaW5nIGluZGV4ZWQNCg0KDQoNClNl
YXJjaCBDb25zb2xlIGhhcyBpZGVudGlmaWVkIHRoYXQgc29tZSBwYWdlcyBvbiB5b3VyIHNpdGUg
YXJlIG5vdCBiZWluZyAgDQppbmRleGVkIGR1ZSB0byB0aGUgZm9sbG93aW5nIG5ldyByZWFzb246
DQoqIEFsdGVybmF0ZSBwYWdlIHdpdGggcHJvcGVyIGNhbm9uaWNhbCB0YWcNCg0KSWYgdGhpcyBy
ZWFzb24gaXMgbm90IGludGVudGlvbmFsLCB3ZSByZWNvbW1lbmQgdGhhdCB5b3UgZml4IGl0IGlu
IG9yZGVyIHRvICANCmdldCBhZmZlY3RlZCBwYWdlcyBpbmRleGVkIGFuZCBhcHBlYXJpbmcgb24g
R29vZ2xlLg0KDQoqKk9wZW4gaW5kZXhpbmcgcmVwb3J0Kio6ICANCmh0dHBzOi8vYy5nbGUvQU5p
YW81b0JPZ2JmVmZWZXluc2pKRUJoWW9NRzdiTzFVclNyWVU1cGNWZkQ5RlFlaFpLaE5uMHJGMXlR
VEdpa1RxNEdkal94MjBFYk5XSVlCN2IyLUJkTjdKRm5RRzhDdVRpT3BNWDJNWmdTX2wyVS1jUnN4
ZmtvTTE2ck9RZEQ4VXNsZEdlaFZaLTdpVThWVUlEU2xfd0hJR04za2JRN1ZoQzNTUmNqRHoxa20w
ZXlMMHJYVDdZRk0xNFBncFUzLTBEYmRBRjNNb1ZmRzJiX1FvWXh1M0xoWTNEeERleUZYbndpSWxR
eC1HQkxHMWlRU1diNUNUVlZZYm4zVU5TSE5FWFNXSllfeE82YmREU0ZmVnlibnZjNUcydDBlMW5L
Mjc3UmZicGt6LXpXT2hrWHE5M25MSXpXVUtKTEctazIyYkNRVDFKZWN2aXlwOXhESEVmTkZTRlFY
Q1NPQW1JOEEwMTFqcHZybENyZjh6Uk14V0NHeW5McDdjUS1MQ1UNCg0KDQotLS0tLS0tLS0tDQpH
b29nbGUgTExDLCAxNjAwIEFtcGhpdGhlYXRyZSBQYXJrd2F5IE1vdW50YWluIFZpZXcsIENBIDk0
MDQzDQpZb3UndmUgcmVjZWl2ZWQgdGhpcyB0cmFuc2FjdGlvbmFsIGVtYWlsIGJlY2F1c2UgeW91
ciBzaXRlIGlzIGxpc3RlZCBpbiAgDQpHb29nbGUgU2VhcmNoIENvbnNvbGUuDQpUbyBvcHQgb3V0
IG9mIHRoaXMgbWVzc2FnZSBpbiB0aGUgZnV0dXJlLCB2aXNpdDogIA0KPGh0dHBzOi8vYy5nbGUv
QU5pYW81cmpYOFlHcTBpMmtITXA1UEhueGY3WmNJR3NrWF9ES01DcUU1MlgzUFM1LUItY2pma3V6
RDIzRnFuYkR1cVo4SGhyYnB2c3dwUGh5RmkwTDhBLVpBeng3TUg4cFZHTjhOV2NpeXdjYXd5UGh0
STVBOWNZQVpqYXJYNm5FRFBud3NuQjVDTEdNeTdwRHlfM2NLcnV4ZTFpeUVJYWFRZlgtWWFQMHla
MXBMSFEtdEtVUzU3ZDBqeFlia0xsYXloRXN2RDVRTHBiaEt4bXhMdExpSTNGOUxyaGdHREw1T083
bUlnc3NsbVZsS3I5dlp5VlJQM3Q4MWYxbk5ManVuZ1hWb0NHdEM2QzJtbFFGXzl1TEQ4VVVhNE5J
Q1BHQlF3eEZFWkJDejdaRGZLbnh3LWg1am5fLTg4YzlCejB2bGlsdmoyUnlEWEVjanUyR0JwcEpC
Y1BOdEFwMjU3emRNNmE3V0VNZEx2ZEotRWRScW50SVVxRXlXU3FJbnItclMwNGt4UVAtR2NkcDBz
VTR3Pg0KQWRkIHBhcnRuZXJzIHdobyBzaG91bGQgcmVjZWl2ZSBtZXNzYWdlcyBmb3IgdGhpcyBT
ZWFyY2ggQ29uc29sZSBhY2NvdW50OiAgDQpodHRwczovL2MuZ2xlL0FOaWFvNXE0c09qM0pRbVZy
V3lXZWgtbExvVFBrY0s1OTB1OHlXWXZmVjdXeF8wY0hnVUl5UjhEOXQ5Sjgya3Y0eklLNjhQUWk3
RUNmbTNEMlJFR1Rfd2tvbGJhV0EtOTVJTTNMSXBibllCbXRLT0szZ1hKUWZiLXV1dXlyNFdZdDdu
NDlERXRYLTZDTjIyQ2xWeGVNTU8td3BaVXBXYm5vamJMZmY5UW01OTRPUmFkVHZ6TGh6UVZFeE1Y
UmU2ek9ZT0JXWGRfWkc4ODczeHdOMXVtTnFMSmNMc0tna1Z6czJuRUdBczVST2tMNGlQQkRpWm1i
WU9RaXA0VDhxcGNHZ2FEdWQ5WF9DSmtqYlJ5S2tOdUtFMEozYktremZhaDRPczl0OUdaVEp6R0Rq
VF9tdDEtQUoxSC0ySDdaeE1LRjFFQkZMRi1CTzh3elNyRy1fOS1qN0xUZTR2ckJtSWNreThUNkhV
enJnbWxtU0xjam50ZlA1c01Db3hTYkRjVEEtN19oLU12QTdkS3B5cEw2cmMNCg0KTWVzc2FnZSB0
eXBlOiBbV05DLTIwMjM3NTk3XQ0K
--000000000000cda42d063db22f78
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable







<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang=3Den>
<head>
  <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
  <link href=3Dhttps://fonts.googleapis.com/css2?family=3DGoogle+Sans&famil=
y=3DGoogle+Sans+Text:wght@400;500&family=3DGoogle+Sans+Mono rel=3Dstyleshee=
t type=3Dtext/css>
  <title>New reason preventing your pages from being indexed</title>
</head>
<body style=3D"font: inherit;
             margin:0;
             padding:0;
             background-color:#fff;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;
             line-height:1.5;
             letter-spacing:0px;
             color:#1f1f1f;
             word-break:break-word;" dir=3Dltr>
  <div dir=3Dltr style=3D"max-width:600px;
              padding:0 16px;
              margin:0 auto;">
    <div style=3D"padding:32px 16px 16px 12px;line-height:0;font-size:0;">
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_icon_c=
olor_160.png style=3Dheight:40px;>
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_logo_l=
ockup_gray_24dp.png style=3D"height:34px;padding: 3px;">
    </div>=20
    <div style=3D"padding:24px 24px 40px 24px;
                border-radius: 16px;
                border: 1px solid #C4C7C5;">
      <div style=3D"max-width:520px;margin: 0 auto;">
=20
  <div style=3D"padding:16px 0; max-width:520px;">
    <span style=3D"font-size:24px;font-weight:400;line-height:32px;font-fam=
ily:'Google Sans';"><a style=3Dcolor:inherit;word-break:break-word;text-dec=
oration-line:none;>New reason preventing your pages from being indexed</a><=
/span>
  </div>
        <div id=3Dwmx_wnc_message_main_content SCREEM dir=3Dltr style=3D"
             background-color:#fff;
             color:#1f1f1f;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;">
  <div style=3Dpadding-bottom:16px;>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Search Console has identified that some pages on=
 your site are not being indexed due to the following new reason:</p>
  </div>

  <div style=3Dpadding-bottom:8px;padding-top:8px;>
    <div style=3D"padding:20px 16px 20px 16px;border-radius:8px; background=
:#F0F4F9;">
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Alternate page with proper canonical tag</a>
        </p>
      </div>
    </div>
  </div>

  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>If this reason is not intentional, we recommend =
that you fix it in order to get affected pages indexed and appearing on Goo=
gle.</p>
  </div>

</div>
  <div style=3Dmargin-bottom:16px;>
    <a href=3Dhttps://c.gle/ANiao5rPiZPGHvsaiJu7jYVeOe2mI-exwxLWp_VSVZSYs_i=
rJs0T7A7FxKCLh_GCjBZ3TGhNZz6yfPxLCnn4a5UM4Yy3vX_8jPNGI44d3IRVcf52BeQYbKKfjc=
8Dhnt7IFUr4otvF_gd7OahlmUUOylEuAlRGE8S_vFp7ymHW6948if4LYBYgDPKs0BdjeqOg4CuS=
ZWKQwHnStHymi6jYGD93HlTPtX4LEcFD6zIM1s_aGpLxt_EYWtPlNBq6YdoMmXROjRBBMmJoikW=
-gXOzQPSQPh6hxlSxk2EDbKQTeeMLDvbSh-Or8qxXcNlbdfpzhoGznN33xJrdfzpke8IATAOmCC=
mm9bFVsb6PBQybq8eYGC3WZexKB7YNsfMp5pkww role=3Dbutton style=3Ddisplay:inlin=
e-block;text-decoration:none;>
      <div style=3D"color:#FFF;font-size:14px;font-weight:500;
                  background:#0B57D0;border-radius:12px;padding:10px 16px;m=
argin:4px 0px;line-height:20px;">
Open indexing report      </div>
    </a>
  </div>


        </div>
      </div>
    </div>     <div style=3D"padding:24px 16px 48px;
                line-height:16px;
                font-size:12px;
                font-style:normal;
                font-weight:400;
                max-width:600px;
                color:#444746;">
      <span style=3D"font-weight: 500;">Message type: [WNC-20237597]</span>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      	You've received this transactional email =
because your site is listed in Google Search Console. You may <a href=3Dhtt=
ps://c.gle/ANiao5o86lPX4kA054FY9nYHP5gArv-8bOX1cZ9OtSygZATXuzVmIzSe9J1pic8l=
fAGU0QH95wjsCDZ5MUGTKTv2NqWNCXxMe_pPh8yo7LeK0zR11QTiLAMDWTPYXWdwWNx9O0_t3zh=
gU9BIHmBKuquXHZxBFTJvmGatCSC0rwbkqUmn5cGAZhshVTmejmbF-H2AsRJkCqpSn9rH7IITIJ=
REri9s_K65MNyNNkpMvL1XKHyivJqvmTgCcS9lzm5D5nrWvbsOYCQWL6w6JVbYcOTIZ0Ovv4CEd=
fvGdqr9G8cyU-VJ2anedtaBK6bRMsBJUSxhdyPgQTRb3UdvcLi-1q5gM93_q1IpsniAPuqtk5FT=
XZ_tp4fB59kxP4e364UV0eVOFLf-P8AnpNsSP3SS style=3Dcolor:#0B57D0;text-decorat=
ion-line:underline;word-break:break-word;>unsubscribe</a> from this type of=
 message or <a href=3Dhttps://c.gle/ANiao5q8FjcV6pQVCBZ-vgDJfV9s8w71PtIIeUx=
402NEYA6qp5ZCdPtaACbcNd3iq_hhlc6FSBMyIVow_ltkhrHlYy2r9V6SV0ZnEz7QIa4G3h_gIa=
3Q3T7O5PbnX7FXBDAwrhOUq9dvcKQJOgxtcCdCSXW8rK4ZThIbTs8iizjb-HEKtl2Hn-EkWIi8W=
YK93R_MJALDemSSBFDlcrvUharA3ExaShGShlYwxJk_9lm2mNPTUZTTQI2I39ux4GTMnCY9tWNk=
g7lQ6S80B1EAiALxsYmiJaxz2p9x1Eji4XkFk10c-OyPkfPkjtlhpBrtb96TeBw2PRy_fqTZRP2=
9y4zLf4cMf39GeRwTWRYb-TbrFXcPIxT_TA2lCPEb1E_mS5FR_ceXa0DPTW5SQP0HwA style=
=3Dcolor:#0B57D0;text-decoration-line:underline;word-break:break-word;>add =
partners</a> who should receive messages for this Search Console account
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Google LLC, 1600 Amphitheatre Parkway Mountain V=
iew, CA 94043</p>
  </div>

=20
</p>
  </div>
    </div>=20
  </div>=20
</body>
</html>

--000000000000cda42d063db22f78--
info/cur/1756878006.M16855P117576.premium320.web-hosting.com,S=12154,W=12327:2,000064000000027572151007557650017701 0ustar00Return-Path: <3tNS3aAgTAIk01-4r2yBnpp17065.t11tyr.p1z@gaia.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id kNfnALbUt2hIywEAVkXPrw
	(envelope-from <3tNS3aAgTAIk01-4r2yBnpp17065.t11tyr.p1z@gaia.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 01:40:06 -0400
Return-path: <3tNS3aAgTAIk01-4r2yBnpp17065.t11tyr.p1z@gaia.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 01:40:06 -0400
Received: from [198.54.122.200] (port=54427 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3tNS3aAgTAIk01-4r2yBnpp17065.t11tyr.p1z@gaia.bounces.google.com>)
	id 1utgE1-00000000Uz2-3VJ6
	for info@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 01:40:05 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=accounts.google.com header.s=20230601 header.b=GBusFk9d;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3tNS3aAgTAIk01-4r2yBnpp17065.t11tyr.p1z@gaia.bounces.google.com designates 209.85.219.201 as permitted sender) smtp.mailfrom=3tNS3aAgTAIk01-4r2yBnpp17065.t11tyr.p1z@gaia.bounces.google.com;
	dmarc=pass (policy=reject) header.from=accounts.google.com
Received: from mail-yb1-f201.google.com (mail-yb1-f201.google.com [209.85.219.201])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGrzT1jwbzFyFG
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 05:40:05 +0000 (UTC)
Received: by mail-yb1-f201.google.com with SMTP id 3f1490d57ef6-e98962b132bso6796244276.0
        for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 22:40:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=accounts.google.com; s=20230601; t=1756878004; x=1757482804; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:date:mime-version:from:to:cc
         :subject:date:message-id:reply-to;
        bh=FslvEeRnquc34MFcP7YXhXphJoe0YMMuclKOgsa71mQ=;
        b=GBusFk9dY1t8+V8ewWCuZMMI+ZKnrUQUiwPE5FKJet7VXaNJEW2oFBT2Cd/F8mE0T0
         PXW6eRNK2hnJoGXkGvJa1OCjp+lyOh8VuD8R7teonLEzLwhWyl5x8+mrUTd+XQ2cxiRd
         99oHug8wztWQMTvXpcUuC0DR5qMKSQglHZGrObjk+FfS0AmecUmdkNSigx7nN1q3x5kE
         3s9kVjDOwh8tlvEtWdGj8Ib8RR9B8UdCvfdYyjXpn3XGTh6FJT3DYTrhaEJSJITGauBz
         K3aHQ4UBIhy7b813U/dkiJ96TXbDa4ybYYid/N61ix7lhaBvXv8SBVxK7XRUqAPBDZF3
         0d1w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756878004; x=1757482804;
        h=to:from:subject:message-id:feedback-id:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=FslvEeRnquc34MFcP7YXhXphJoe0YMMuclKOgsa71mQ=;
        b=OanHR5Pt/Tsja2N390FSv7dGxWyAURkBdyhVGVPVm7cdzjZMgKAmhtDW83I+nIQHWs
         P26PcTwhk8NEGODV5FoA0RLEzgotghyUAXk7ve7xfVLTI6Hyg0mhhdyLRCYD82JYXeho
         os6COB0AUqBozzWY9Av+IUBSuMFFFgTZOmjPZOZ9/aA7xfX5GYNIaZh6ra5fzaNHoPCs
         PabYmYi8kdt/8JVsb8yG8Z7EkqbGJSZ0RN4cTJWsOCwd2ELCu45mMGbzh54b79PMpRBi
         IJFadC1zgeIMS6Q6yGkls6lflxI7L+SwP08AZhkKKyJ5lsDN0GAAlZzSC6HVDAYOAvMd
         3feg==
X-Gm-Message-State: AOJu0Yx98MPtVzsSTz11PmCULh3U1ZaoVhSMi0c2YcsE0x+J8LqDJLGH
	gcfAuzIP6KUX/rSqEk4otZ47jYLso+uHmF61HSoi7OL3vDqQR0hzxHQmh9yBKHzpckWMYAQxnDK
	xHyfIBVZOGWZF/a22KMcbBcvMPDnRzy7m7uSPOsM=
X-Google-Smtp-Source: AGHT+IECfAC+xhhoPboxYJlrT9l9YgEl7bAJxdMwTLcugvwDGIOGpUBnF8I7YDlcznZNv5k863Vqa+5EnlL89NIuuXrCEQ==
MIME-Version: 1.0
X-Received: by 2002:a05:6902:2b8c:b0:e95:34cf:9b55 with SMTP id
 3f1490d57ef6-e98a5782251mr18042147276.12.1756878004520; Tue, 02 Sep 2025
 22:40:04 -0700 (PDT)
Date: Wed, 03 Sep 2025 05:40:03 GMT
X-Account-Notification-Type: 325
Feedback-ID: 325:account-notifier
X-Notifications: c32f0a814c9a0000
X-Notifications-Bounce-Info: AWoTSIHVaev-YYoVUf9WLxkAgZJKm5zWlqnEUTmMPsEB8RZbSHEzqMN6j9ZSQNkefWURGegpc6H1EhfJlEAirsN3qdKJQfkNn5WS-S1zNcnH8IEgaVT84c3wJEF7BNUb0_AVd6QvlEYTnguVE3JvQjdnqWEh1TX7dvNXzcsMQYsDbxK9HmJylQlCieWXvgksLi0eYPRnSHKjCuMWYHDbIIz3xihaaBidM4EO6UsNDQ8eBfFffrcRAQNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <9UBYPBIq4PcQmXl7-V9j-A@notifications.google.com>
Subject: Security alert
From: Google <no-reply@accounts.google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000005f8674063ddf09e3"

--0000000000005f8674063ddf09e3
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

W2ltYWdlOiBHb29nbGVdDQpBIG5ldyBzaWduLWluIG9uIFdpbmRvd3MNCg0KDQppbmZvQDI0aG91
cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5kLmNvbQ0KV2Ugbm90aWNlZCBhIG5ldyBz
aWduLWluIHRvIHlvdXIgR29vZ2xlIEFjY291bnQgb24gYSBXaW5kb3dzIGRldmljZS4gSWYNCnRo
aXMgd2FzIHlvdSwgeW91IGRvbuKAmXQgbmVlZCB0byBkbyBhbnl0aGluZy4gSWYgbm90LCB3ZeKA
mWxsIGhlbHAgeW91IHNlY3VyZQ0KeW91ciBhY2NvdW50Lg0KQ2hlY2sgYWN0aXZpdHkNCjxodHRw
czovL2FjY291bnRzLmdvb2dsZS5jb20vQWNjb3VudENob29zZXI/RW1haWw9aW5mb0AyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20mY29udGludWU9aHR0cHM6Ly9teWFj
Y291bnQuZ29vZ2xlLmNvbS9hbGVydC9udC8xNzU2ODc4MDAzMDAwP3JmbiUzRDMyNSUyNnJmbmMl
M0QxJTI2ZWlkJTNELTQxODA0MDQ2MzQyNjM3NTU4ODglMjZldCUzRDA+DQpZb3UgY2FuIGFsc28g
c2VlIHNlY3VyaXR5IGFjdGl2aXR5IGF0DQpodHRwczovL215YWNjb3VudC5nb29nbGUuY29tL25v
dGlmaWNhdGlvbnMNCllvdSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIGxldCB5b3Uga25vdyBhYm91
dCBpbXBvcnRhbnQgY2hhbmdlcyB0byB5b3VyDQpHb29nbGUgQWNjb3VudCBhbmQgc2VydmljZXMu
DQrCqSAyMDI1IEdvb2dsZSBMTEMsIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXksIE1vdW50YWlu
IFZpZXcsIENBIDk0MDQzLCBVU0ENCg==
--0000000000005f8674063ddf09e3
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html><html lang=3D"en"><head><meta name=3D"format-detection" cont=
ent=3D"email=3Dno"/><meta name=3D"format-detection" content=3D"date=3Dno"/>=
<style nonce=3D"ezFuYFfWJlgViTObpu8g4g">.awl a {color: #FFFFFF; text-decora=
tion: none;} .abml a {color: #000000; font-family: Roboto-Medium,Helvetica,=
Arial,sans-serif; font-weight: bold; text-decoration: none;} .adgl a {color=
: rgba(0, 0, 0, 0.87); text-decoration: none;} .afal a {color: #b0b0b0; tex=
t-decoration: none;} @media screen and (min-width: 600px) {.v2sp {padding: =
6px 30px 0px;} .v2rsp {padding: 0px 10px;}} @media screen and (min-width: 6=
00px) {.mdv2rw {padding: 40px 40px;}} </style><link href=3D"//fonts.googlea=
pis.com/css?family=3DGoogle+Sans" rel=3D"stylesheet" type=3D"text/css" nonc=
e=3D"ezFuYFfWJlgViTObpu8g4g"/></head><body style=3D"margin: 0; padding: 0;"=
 bgcolor=3D"#FFFFFF"><table width=3D"100%" height=3D"100%" style=3D"min-wid=
th: 348px;" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" lang=3D"en"><t=
r height=3D"32" style=3D"height: 32px;"><td></td></tr><tr align=3D"center">=
<td><div itemscope itemtype=3D"//schema.org/EmailMessage"><div itemprop=3D"=
action" itemscope itemtype=3D"//schema.org/ViewAction"><link itemprop=3D"ur=
l" href=3D"https://accounts.google.com/AccountChooser?Email=3Dinfo@24hourwa=
terdamagerestorationlongisland.com&amp;continue=3Dhttps://myaccount.google.=
com/alert/nt/1756878003000?rfn%3D325%26rfnc%3D1%26eid%3D-418040463426375588=
8%26et%3D0"/><meta itemprop=3D"name" content=3D"Review Activity"/></div></d=
iv><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"padding=
-bottom: 20px; max-width: 516px; min-width: 220px;"><tr><td width=3D"8" sty=
le=3D"width: 8px;"></td><td><div style=3D"border-style: solid; border-width=
: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" alig=
n=3D"center" class=3D"mdv2rw"><img src=3D"https://www.gstatic.com/images/br=
anding/googlelogo/2x/googlelogo_color_74x24dp.png" width=3D"74" height=3D"2=
4" aria-hidden=3D"true" style=3D"margin-bottom: 16px;" alt=3D"Google"><div =
style=3D"font-family: &#39;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Ar=
ial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.87); =
line-height: 32px; padding-bottom: 24px;text-align: center; word-break: bre=
ak-word;"><div style=3D"font-size: 24px;">A new sign-in on Windows </div><t=
able align=3D"center" style=3D"margin-top:8px;"><tr style=3D"line-height: n=
ormal;"><td align=3D"right" style=3D"padding-right:8px;"><img width=3D"20" =
height=3D"20" style=3D"width: 20px; height: 20px; vertical-align: sub; bord=
er-radius: 50%;;" src=3D"https://lh3.googleusercontent.com/a-/ALV-UjUsaqDbj=
oWLDQjgDA747AiHeKgYiyLXKF5sZhqudUoIJnN8NjtHUobzIoZEi3lT_z1wTkOCjKNwTsq07Tp5=
KNStsvsz8-w_kUMnhD2JEqh4qhXamGgPKz2xiQOVM1vfROL19u7r727XMpfbVChMhxckMggM4BX=
kS5Tl0h2cMGlwYwNuKDWqGdww_BvGvGJX7WlrLLGFcqrRxvLiUHEQDPOvw2PuQzjNTJu4uC-NL6=
vz9t9iTzv3sewJzczYykxsHe-EiVpYhjLThm8q5y8p_OBZg9yJOuaywjLQJn5CtP1GsoODz_AFq=
qWZ-fAGUMhFQBCQAgubTIaLNyiOIiuqUi4cbrVTpR4ygL-GRh8jQPoyuU6wvFYaRQAkCyykdbcD=
NjRQVr4IoszF0lhdG3DNdx5QxTD8f9NfllSNfs4hLGrGMWn3XhBtEDYBKxIU868oPBALa-EvGuS=
ssJmm4tO2aTDuTIyfj1WqE4I2kT55tCEMMUZqo_m_eOO7pttCSahvwwjYOTPEpHRKrUNNerogP3=
7f_GS_sHcx8rFmmbYO2bG19bjgiZTOTXS-NNHoyGf-DSWvsF_X4YW3mmZTJegEGd9Zcrk__917s=
2WMvxB3UEFLXac2JpK3qzYskAVRPj-_6LpcMtG0J6dOMP0vNSDKGIOZlK9jZrKgrfjs2GqRVm4B=
cBS5Nya2NweAPDUzn_pNWHI_OHQ5H2GqCsJSo1d2RPYfZVmzzIPlA8YgNK1TsweCrAZ-zGG4SpT=
WsRf1xWLuAjHZ-EPCK14ENgQf-e99DxPmAL6MG1a5h4vMqeOZyB2lByrcWSnz9GiZHBKcadn5fc=
5YOjb2Z7Vp42TqvEJT8-TLOixDtX5Q8ZTtnexgM6LiWnVPvg5bcznKD7YuyB02QSZelHWf5nodk=
AOBjtPDIDwJwFv-H2RJjGujCOVpRZuKvpNHw7PjzWvn3TSHkJWdxB9Ipp0HDuzr3n1ycJeXyKHn=
L2ICeQ=3Ds96-c" alt=3D""></td><td><a style=3D"font-family: &#39;Google Sans=
&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.87)=
; font-size: 14px; line-height: 20px;">info@24hourwaterdamagerestorationlon=
gisland.com</a></td></tr></table> </div><div style=3D"font-family: Roboto-R=
egular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0,0,0,0.87)=
; line-height: 20px;padding-top: 20px; text-align: center;">We noticed a ne=
w sign-in to your Google Account on a Windows device. If this was you, you =
don=E2=80=99t need to do anything. If not, we=E2=80=99ll help you secure yo=
ur account.<div style=3D"padding-top: 32px; text-align: center;"><a href=3D=
"https://accounts.google.com/AccountChooser?Email=3Dinfo@24hourwaterdamager=
estorationlongisland.com&amp;continue=3Dhttps://myaccount.google.com/alert/=
nt/1756878003000?rfn%3D325%26rfnc%3D1%26eid%3D-4180404634263755888%26et%3D0=
" target=3D"_blank" link-id=3D"main-button-link" style=3D"font-family: &#39=
;Google Sans&#39;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif; line-heigh=
t: 16px; color: #ffffff; font-weight: 400; text-decoration: none;font-size:=
 14px;display:inline-block;padding: 10px 24px;background-color: #4184F3; bo=
rder-radius: 5px; min-width: 90px;">Check activity</a></div></div><div styl=
e=3D"padding-top: 20px; font-size: 12px; line-height: 16px; color: #5f6368;=
 letter-spacing: 0.3px; text-align: center">You can also see security activ=
ity at<br><a style=3D"color: rgba(0, 0, 0, 0.87);text-decoration: inherit;"=
>https://myaccount.google.com/notifications</a></div></div><div style=3D"te=
xt-align: left;"><div style=3D"font-family: Roboto-Regular,Helvetica,Arial,=
sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-height: 18px; pad=
ding-top: 12px; text-align: center;"><div>You received this email to let yo=
u know about important changes to your Google Account and services.</div><d=
iv style=3D"direction: ltr;">&copy; 2025 Google LLC, <a class=3D"afal" styl=
e=3D"font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color: rgba(0,0=
,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12px; text-align=
: center;">1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</a></div=
></div></div></td><td width=3D"8" style=3D"width: 8px;"></td></tr></table><=
/td></tr><tr height=3D"32" style=3D"height: 32px;"><td></td></tr></table></=
body></html>
--0000000000005f8674063ddf09e3--
info/cur/1753940636.M110316P3087233.premium320.web-hosting.com,S=33163,W=34010:2,S000064000000100613151007557650020122 0ustar00Return-Path: <3kwKLaBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id GMQOBpwCi2iBGy8AVkXPrw
	(envelope-from <3kwKLaBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 01:43:56 -0400
Return-path: <3kwKLaBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 31 Jul 2025 01:43:56 -0400
Received: from [198.54.122.200] (port=58056 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3kwKLaBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>)
	id 1uhM55-0000000D03m-3sLc
	for info@24hourwaterdamagerestorationlongisland.com;
	Thu, 31 Jul 2025 01:43:55 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=3EF93Qhc;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3kwKLaBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com designates 209.85.216.72 as permitted sender) smtp.mailfrom=3kwKLaBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f72.google.com (mail-pj1-f72.google.com [209.85.216.72])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bsygS2Gt2z4wMv
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 31 Jul 2025 05:43:48 +0000 (UTC)
Received: by mail-pj1-f72.google.com with SMTP id 98e67ed59e1d1-3132e7266d3so813922a91.2
        for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 30 Jul 2025 22:43:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753940627; x=1754545427; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=7noAvL861GuYnkD0IOmzUwMBbwFXLpunj527X3Sq5cI=;
        b=3EF93QhcBrq7k4KBRFfj5M6LpDYDn4Nvt8Ws6vL+qdPXywkB2WVb6K5k4J9OAJYbva
         mOzyE6hfRsu3fQ+pHJOnbkaJCeLMCiC8CQA0wLZNtrm2mMEMsJxa9S/qWOeYB5p2xr85
         lr0i7jh63K3emi+DEKa0Hkds7OXyuTJ/jzXrLLsssfPXWp75rUmbWHo7KzslQT5BtC9C
         USALroK28KSRJjxrHUAZmERaHCnCY/t8nYvjCjmvfIpY24ey84+fFbT7yCfTk908atS5
         v55qoLvc0+K3/NXK4+K1/Pec1QlcHqJIra4j1zJwreETU8Yzs001fomOoxF2YNlVfxYi
         erCA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753940627; x=1754545427;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=7noAvL861GuYnkD0IOmzUwMBbwFXLpunj527X3Sq5cI=;
        b=Oia06OX8rlLB0GHzg0NZBAXZdwDeXq5gZAoYpfnSyS/X4G5lyViByrdxKUrH6ksU3s
         TZV3BCmdv3mDdKyVKTELTh5hQjCjf6yfzVka4konK72hvdgOSXVJKTppHpMqzHxVfbxE
         HE8XraJnM7A6LCf+kUC4cxfbLakBRyCKiREDcvUxXm+DzMEx18SSxtjF6sX1+PAkUs3B
         FazDzqAin2g3MGouo/FYLcSpMWO7z8jXWUhg11IXI3z9BZtl+lXGq03TqIKSlaIgGxay
         LbCvBj4ZHbKcYAnXcnUpNWPemvKAtwoopY5yaukoywqCRbPNQXOTrCNOtfkBFYY6kzpS
         Jqhw==
X-Gm-Message-State: AOJu0YysWRO5aRpVUX/9uNNVy+RxdsLLji+sJvKklYeG8P7DLm92dMDO
	Ii4zpM7r1y5OXuln7RaV8Cb1gdFxwtBcspJvVXso++dPQ7K+z+k=
X-Google-Smtp-Source: AGHT+IEZkNN05t7Vv9tzuW6JHQ65Xmg1hNbuQkyhOoNYHpHpcH1dOaHEfjkw4UCp5Bw0WHOAIPeWEmw=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:3c4f:b0:312:1c83:58fb with SMTP id
 98e67ed59e1d1-31f5dd6fd2amr7736146a91.1.1753940627766; Wed, 30 Jul 2025
 22:43:47 -0700 (PDT)
Date: Wed, 30 Jul 2025 22:43:47 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: cd98e56bceda0000
X-Notifications-Bounce-Info: AWoTSIGy2aD201gt7DyvhGlipg5dVQoYcjxeQeFBQBoII_0ajZIyI93Kho9KvPHlXMnO1bW47FLAlXYrGytOgK_83slPQ4kTI6gYTFrpTIEyek5p3WgT9tMhfUnf3svl3B3TIIgNJnljZx9AH39lwlDxmadTItjg0AbixWLdRuzhwJ6wXBf8hyR_mMmwDcp_ON0Wv-tugvNYDjiixrKh-yaxROi0YJQT26sNAY_tnlhIqZHWyCwRrzo0D3plrXpQUFyqv3AAmxRzF1kWwsz2dgCfeQb1HXNnLYUkfLotI_HYWwTX-4imNm-Wo76rVicSoR5D4LlhazseAZCJp0iJBf8pmK0ee3auqUmMH0fJl8yDpO3gjsUbiyJdHUilLKDYXTLWd-9fYJtsOlZ4cDbYHUBO1Gyu8BX1NgO10NbDaTUJnvFWfRRO4JgT_jV5PvciG_L1zf5V_tVNrURWZVx6IrsiUpNTN7zHLTG7Tdb_XgND3GE15grsWmtXdPwBmHXp4SleyEVCx1PGLOuPEDIqSjnv2S3z51KlewNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <609f2efef5523a403d8cf6c86f4a5fb1b196eaff-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000133c60063b332060"

--000000000000133c60063b332060
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo1OTg5NQ0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzE3Mjc0ODQ0MDQz
MDY5MTM5NzIxL3Byb2ZpbGUvdmVyaWZ5P2hsPWVuJnBpbj01OTg5NSZ0cms9aHR0cHMlM0ElMkYl
MkZjLmdsZSUyRkFOaWFvNXBPd3RNZkt4eHh5NnpwTHc4MF84Y2lnZ2lBSUNXbnVCMUVQY0ZLeUI0
X21pNlowTTl1MjdYZU5oeFpEbHFjZF9WVWJYd1piNVRnRjRGcnpuYTQ1b19xV2loU1MtdDcxU1JR
WkdyUWc2Y2ZrRGJWNzNSS3NvR3NFeW1CQTlvPg0KDQpGb2xsb3cgdGhlIHN0ZXBzIGJlbG93IHRv
IHZlcmlmeSBhbmQgc3RhcnQgZ3Jvd2luZyB5b3VyIGJ1c2luZXNzIG9uIEdvb2dsZSAgDQp0b2Rh
eS4NCg0KQWRkIHlvdXIgY29kZSBpbiB0aHJlZSBzaW1wbGUgc3RlcHM6DQoNCjEgVmlzaXQgIA0K
Z29vZ2xlLmNvbS92ZXJpZnlteWJ1c2luZXNzPGh0dHBzOi8vYy5nbGUvQU5pYW81cTNrU3duM05H
ZzdENmlVeGl3QTN6dlpKalgtWGtZaVVQZXQ5SGVCUkdZSVo1QXRkT2M4VkhZNzllOFNIQzJ5ajdy
bWpUSGpXeVZWZXVSVE1zS0w1cTdhSXVRUnNUYXMwXzc1cUJfZ2Q2WlNfZ0twSDBRVVpVRmpwa1Ra
VGJjN3BvcklIampRb0lxVlgxZFZhUkJOTVEwMDNJPi4NCg0KMiBTaWduIGluIHVzaW5nIGluZm9A
MjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tDQoNCjMgRW50ZXIgeW91
ciB2ZXJpZmljYXRpb24gY29kZS4NCg0KT25jZSB2ZXJpZmllZCwgeW91IGNhbiBzdGFydCBtYW5h
Z2luZyB5b3VyIEJ1c2luZXNzIFByb2ZpbGUgb24gR29vZ2xlICANClNlYXJjaCBhbmQgTWFwcy4g
WW91J2xsIGJlIGFibGUgdG8gcmVwbHkgdG8gcmV2aWV3cywgYWRkIHBob3RvcywgYW5kICANCmF0
dHJhY3QgbmV3IGN1c3RvbWVycyDigJQgZm9yIGZyZWUuDQoNCkdldCB2ZXJpZmllZCAgDQo8aHR0
cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tL24vMTcyNzQ4NDQwNDMwNjkxMzk3MjEvcHJvZmlsZS92
ZXJpZnk/aGw9ZW4mcGluPTU5ODk1JnRyaz1odHRwcyUzQSUyRiUyRmMuZ2xlJTJGQU5pYW81cWI2
V2R4YmRfYlJ4ZkIxUVRHbHAxbFhHUW1WUkRHZksyOVYxLXFtY0NiaFJvRlExbGQ3bm5UWHNvX1Jk
WVJVOHJYY0c1bmNiTWxGZGU4aWJZNHg4V1BNVVBHc21KOEprTENOaEFia0o4YkFRbW8tRXh3VkE2
alo1U1VpWHlLeXNzPg0KDQpWaXNpdCB0aGUgSGVscCAgDQpDZW50ZXI8aHR0cHM6Ly9jLmdsZS9B
TmlhbzVwWjlQeFV6RWloX1lwbWhxSkxyVFlfR3VqMUJqSXV4LWxHT2JKUC1Fdm1sdkhzbjJveUZo
Y2JSUDNmR1NlUUhMNUM2aWl3VnFYNzlwUmJZc3hXbjZmb3ZNeUhoTjJFdm9sRUN4RDdUWkR4enVx
bkNrSzRCam9fYjFPNTQ2WlIzTzZ4dGFOcWFIaF9jVEtsSWZtbDhRUWFLcVQ3WlA0bW05WFhiQk5l
UnhJPiAgDQp0byBsZWFybiBtb3JlLg0KDQooYykgMjAyNSBHb29nbGUgTExDIDE2MDANCkFtcGhp
dGhlYXRyZSBQYXJrd2F5LA0KTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCnd3dy5nb29nbGUuY29t
ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNXBGZG1iUDNWeC11YlJBZ0ZKY3F2M0lnZWF4akZwd3NQ
YmdkbTRGTjBudGwzbHdNZGNEcGlWemgxVE1DbWE1YWdaaHdNdk5hcVU2TXpkNmNqcUJlZmJYUkU2
VXJwX3RsOHItbXU1VVdVYW4wdF9oM2kzOV9kWnR2ZkEwOGx5WjMtYkI4WDg+DQoNCllvdSBoYXZl
IHJlY2VpdmVkIHRoaXMgZW1haWwgdG8gdXBkYXRlIHlvdSBhYm91dCBpbXBvcnRhbnQgY2hhbmdl
cyByZWxhdGVkICANCnRvIHlvdXIgQnVzaW5lc3MgUHJvZmlsZS4NCg==
--000000000000133c60063b332060
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/17274844043069139=
721/profile/verify?hl=3Den&amp;pin=3D59895&amp;trk=3Dhttps%3A%2F%2Fc.gle%2F=
ANiao5qgkJ8Q2OgWFUb8f_FHmPbP9D2rXroeceEwpK5EhQAw7aCguN3JXnUk-eXtSRlEeVtcv3F=
oOHlue_Na2_6XJjGwYdEag_idGMpuckDOkUdMZxKOuZdLwtU>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">59895</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17274844043069139721/profile/verify=
?hl=3Den&amp;pin=3D59895&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pK6LMh3u8Tih=
bs09XyB0HzS1AVD8MgdNi4l5aPxiheMGxZD7DenRWSmRfqC_T813H6umANS1omK65cGaE63sAJy=
D2jFGwit2EBz7HgflX-caeLRM7nSi-5QnHTiukxPg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17274844043069139721/profile/verify=
?hl=3Den&amp;pin=3D59895&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pK6LMh3u8Tih=
bs09XyB0HzS1AVD8MgdNi4l5aPxiheMGxZD7DenRWSmRfqC_T813H6umANS1omK65cGaE63sAJy=
D2jFGwit2EBz7HgflX-caeLRM7nSi-5QnHTiukxPg target=3D_blank style=3D"-moz-bor=
der-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radiu=
s:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helve=
tica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; b=
order-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:2=
4px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; l=
ine-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17274844043069139721/profile/verify=
?hl=3Den&amp;pin=3D59895&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5pK6LMh3u8Tih=
bs09XyB0HzS1AVD8MgdNi4l5aPxiheMGxZD7DenRWSmRfqC_T813H6umANS1omK65cGaE63sAJy=
D2jFGwit2EBz7HgflX-caeLRM7nSi-5QnHTiukxPg target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5pWPh8YGEgNvHyrHJ=
ZvAA3x-sRpWyldbapnN9YgnYj_U17s2Q5E916YzYfH9i3B_pmMOrn0ZcvIJPywCtEZyr4T44Vu5=
D83YUdcfnIips1F3_CxoRsV6DbXGCxEQkimxWnly92I2HznhD4odrxCbgmRsHL5Ag style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">info@24hourwaterda=
magerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17274844043069139721/profile/verify=
?hl=3Den&amp;pin=3D59895&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5okD97t03qWsP=
QfBcprLKCa0pT9oDzkL4dH2tTNTrs7dLo5snBHp8_x9Ph1n719AkkV6dAmZHjqmnnh2XzdLFMHB=
mewE-EiLLG6HMUoCJdvNGV5lHJjCj2m3ajFC0ExJ2ScCA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17274844043069139721/profile/verify=
?hl=3Den&amp;pin=3D59895&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5okD97t03qWsP=
QfBcprLKCa0pT9oDzkL4dH2tTNTrs7dLo5snBHp8_x9Ph1n719AkkV6dAmZHjqmnnh2XzdLFMHB=
mewE-EiLLG6HMUoCJdvNGV5lHJjCj2m3ajFC0ExJ2ScCA target=3D_blank style=3D"-moz=
-border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-r=
adius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, H=
elvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:50=
0; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-le=
ft:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:non=
e; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/17274844043069139721/profile/verify=
?hl=3Den&amp;pin=3D59895&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5okD97t03qWsP=
QfBcprLKCa0pT9oDzkL4dH2tTNTrs7dLo5snBHp8_x9Ph1n719AkkV6dAmZHjqmnnh2XzdLFMHB=
mewE-EiLLG6HMUoCJdvNGV5lHJjCj2m3ajFC0ExJ2ScCA target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5oLslmLo2W1ObpBPWldtIvEi8Mn4TQjLNqAoS9dPMv_X6LbvsHDc4XaNffEzM-D76ICDr5=
3kSKgTut0IWP6s9yO_p16O5LgWoC-euEJCX2sGsu77z8dh0141mBMCOiGkrtkaXbA5nW0p29pWP=
rtOFZeNCcIu55Tq3XtF7Nt_xDtaw style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5q80M_4EONb10UHzd8uJjn_T8ajJlTJQvNQRVX179x87CQ2bOefmkhx0Fud7KMgX6jwtR8CLvK=
1ceC8uXHsdzBhVj7RznXNaVk_KoV_ku6tOwoU_dCWhxUbIE86tMh_hZlrU4svHw style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5r-Ml6Ke_IlNMIA-bp3eoHqrnFxCbomDNU4TDrjF1UiYH_ErEJMSJtD1ckVIlu3Kw=
UkkDHe_qwc3wmsuHJMPgGoi65YY32kKTxHJY7HCjX1Ljy6OUpNkjDaAn_pXmsHOYJmaQ.gif></=
body>
</html>
--000000000000133c60063b332060--
info/cur/1756878900.M543607P141852.premium320.web-hosting.com,S=33160,W=34007:2,S000064000000100610151007557650020061 0ustar00Return-Path: <3M9i3aBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id uKN6HzTYt2gcKgIAVkXPrw
	(envelope-from <3M9i3aBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 01:55:00 -0400
Return-path: <3M9i3aBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 03 Sep 2025 01:55:00 -0400
Received: from [198.54.122.200] (port=41426 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3M9i3aBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>)
	id 1utgSS-00000000fpj-1TaR
	for info@24hourwaterdamagerestorationlongisland.com;
	Wed, 03 Sep 2025 01:55:00 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=V7ufpePQ;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3M9i3aBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com designates 209.85.128.199 as permitted sender) smtp.mailfrom=3M9i3aBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f199.google.com (mail-yw1-f199.google.com [209.85.128.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cGsJg3pF3z27LT
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 03 Sep 2025 05:54:59 +0000 (UTC)
Received: by mail-yw1-f199.google.com with SMTP id 00721157ae682-723924b4436so24063137b3.2
        for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 02 Sep 2025 22:54:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756878899; x=1757483699; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=ZZ8sDlTdAyvJXNRAKJ6RZ5nn7iCl5vBq/ouPfkitQZY=;
        b=V7ufpePQWwTneXeaGwUlx3DpCqjUciKd6IZFswsD809SxWsR16ZZ6e+fKkeV3xI2TI
         nj9Cxwxd3P9VWVTxPmfhhkPLFpPdZte/iw5xVKBH8PxcKFtqvgRdYpfUqmEXtI3ziADb
         B5Q+Jr+umCB/9ZcpTl7WlVngIQb+J8WIrHpDldHIIrXTgvtEtmimGsKUKwI0dX/r9dcA
         DGNxJVu4ZCgRr88RnizKeCAPwEt77KdPRR16fXIL8e+DQzMbisaa0j653oGYDdx7RRC5
         lW9n5F9WWjxZMVi5r5oKFHBxRnUZjyQ/1UN20VX18eeUxKtPE6tgDCUGkJf1/uawRWYs
         LbZg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756878899; x=1757483699;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=ZZ8sDlTdAyvJXNRAKJ6RZ5nn7iCl5vBq/ouPfkitQZY=;
        b=bIevCMKXVA5WYM5KQA7SQPkcOXpt6UNr4QVZ/8hDHW5s8WsQggyNoPeHuV6H9h9nE4
         fOPpuF/cfj1gb2Q3Z3WVr29zuxwP2oCn/R5OyABRYFQIWJ7JtDem1jzPyrUD6EWxSzr0
         /HvGU5MogaxC7gZ4p7GvTjslUO3OmNQ77TPlHaMc8sxXMBMZqP48Zafu9od/NDw31RNN
         og9TItbJo/TnieZusGWXhMcc8+A7jXQP/Ka4zmafi4vFw25EFvGlohZpqrweb26T31rd
         ZfG9pmLcWjXnLfrLLMjN8PHtbBpjPQQ2LKKi3hkr1+h5fMQDHMkfFsh+8VL7gCGp5hqO
         isEg==
X-Gm-Message-State: AOJu0YxyyzUdJr+4bPeM41ne40BamdlhZGlPG60HDzXpbrSsoKsXK9XJ
	+HUPklncCaB8wT7znikcmZ1jrE/CfeChENrLsOdrDcUEXEjEz+E=
X-Google-Smtp-Source: AGHT+IEKGpwCJVnTrm5gIv7+3Lv6dXC3H32P1LEM+ZBerBxViaRgmqat61VU5moUGe7O4AgOrAUANWo=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:6c85:b0:71f:f198:da8f with SMTP id
 00721157ae682-72276335654mr161158787b3.2.1756878899078; Tue, 02 Sep 2025
 22:54:59 -0700 (PDT)
Date: Tue, 02 Sep 2025 22:54:59 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: 56b5d4e8cc9a0000
X-Notifications-Bounce-Info: AWoTSIHKwzo1_JqZwA3189SoCASqlKRZARgxss2MgUzJui8DbGYpLVqQbzplj7LZt4lKp4xVKx1wqxX6t99UY5UfStQajwRvJQSOn9GPfnrKIgKTALfrQoJzbC1whrC61XVyKOthRgIIZTGNPRmgDGZiMGa835vD7_8fL0Cnybu06MHEr7DMCFcwmp139KTgzt6aMtT8UZa_Z324lEbLDITJomdkBNpayAAB9w6ZR_xjzZt7rzoizEF_QWGw4CAqgYIcnAqdca--Y7cxz0_u5eqHzEAzxMovYfci2oWIZ-FAl-nEyta-FiU0S8uAOT7tEQC1F4e4kwm85OITt6oP_iezhNkgoKiwJw2J9ZWXhKE1KZG-gweCSUsLCSvd_xLbNKw_6qoQhGoIG09-KBEXMgFCnsXbYoQMSkGuISkydEkLOkCbFfQvz5pfowbZ-t518u6h3HtIl3PLGIohMr3DKuhl_fBtRhBWe6xm3JWEXXmXdhC0nAY72w096uN35y6ybrvgpUJGqyuH4PKRcriyzHkSRafqp9t-ZwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <9ccdaee1bb96183851ee563ca09155d54bb40afe-10024494-110966705@google.com>
Subject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000b166a7063ddf3e38"

--000000000000b166a7063ddf3e38
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo4OTcwNw0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzY4MzQ5NDk1MTYy
NDQ0MTg4MjkvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTg5NzA3JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cU1UYVFHamt4SGtWUTRnUGZpLVRZQjFzdXJpNFlQS2dtVmh4bWxNRmd6
eFRxQndjaS1SMTVRMXlDWktwbG9rY0FoR1pkX2I5S2RROXdESTdfd3o5UU9wT1JrZGJ2cWRFYTZ5
Y2dINFU0S2tiTFhJVlNINWNMNm9zeHhvSkk+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyOHU5aGlyMW1K
dTdnRnNHbGRTSU5lWWxHS2d3aU9qUTczNk5FTkR5SnFmdld4V2MwS1FiZDUxazRUUWN2LTIxMkpm
cFIxOWROVVZYMW1oX2RWbjNxUDVjZm8tM013S2w3SktpbmRnTmR4RUhRbjlPU1hXSEZUNXhPeWt0
Zzl1MUtnb2UwbGx4TU9pQ2o4MVpKMVJjVS10R3M+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgaW5mb0Ay
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5b3Vy
IHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1hbmFn
aW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBzLiBZ
b3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0KYXR0
cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxodHRw
czovL2J1c2luZXNzLmdvb2dsZS5jb20vbi82ODM0OTQ5NTE2MjQ0NDE4ODI5L3Byb2ZpbGUvdmVy
aWZ5P2hsPWVuJnBpbj04OTcwNyZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXIyUEc2
U09ZS0NQS3NvR0xvSWJ1OGRGTTVrMDg3MktlZEN4SUdMYVR2NE1FclpPNmlGYjZPcFBRSjYtNHVX
elBGaHZGZWhtdWFmUzFKVkFZNkhrQXFiVlVYRUNBTzRzbThvLVZRX3RTUHJHTEVZMExwYW51eEUz
OEI3Q1p6U0Jucz4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5p
YW81b203b3FPQkJHeTd1SThMQVZNaTVmVnpiRHYzYmZEMHFPTlFwM1hwN0hkSFBqcHlSd1BRYVBn
ek1WWS1UMjNDLVJpcnBhMW52Wk40SUdIb01pcVFJS2F1Q1RzRWRGSm15RTNlZnVacVJJSk1EMXFV
UzZZaklGckV3SGpPT2ZTWW1SemcyVnJzdXdFb2JfTDF4TVg3cTdYWjJQM1AxemZlUVYyT3BpZXI1
RT4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBoaXRo
ZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNvbSAg
DQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVvUEdjV2Nwb3lYUFB5OE9mVWxqLWlFZUlyUUpkLXVFWFlX
bGhOWEtnZlBFcTFLbGRJMDVTa25TMndlLVlJMktNMUJPSWVmWW02ajVlM1ZZRk80RWQxMTZDQTVJ
VHI3ZDYteVlpMW5CcEkzcGE2MjN3aTR0Zzl5a3F2bzlmN1oyQlpPaGd3Pg0KDQpZb3UgaGF2ZSBy
ZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5nZXMg
cmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--000000000000b166a7063ddf3e38
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/68349495162444188=
29/profile/verify?hl=3Den&amp;pin=3D89707&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5qRXYgyUDlCSJ83jlfkyzWrByvyDVD7hqWKPW7uMRWOBF-TITJnvkvt0iwXFQdmPtMBogUw=
k9bp8O4eTbF6tF-yICgMDNtBEkkZDY3ZoU_KszsKO0D_dyU>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">89707</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/6834949516244418829/profile/verify?=
hl=3Den&amp;pin=3D89707&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p1qUYSTDcveel=
dxWWUAlJLUt-IYeGL5pTMawHXqyeOf2FI8_h_lsxPzXhmZYXY0liCWSVxDMpcUVrucDMzGZypqo=
u0Jxdg3el3oBO5QV44DsaUrRfOKe7nmm8Zu3HKew target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/6834949516244418829/profile/verify?=
hl=3Den&amp;pin=3D89707&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p1qUYSTDcveel=
dxWWUAlJLUt-IYeGL5pTMawHXqyeOf2FI8_h_lsxPzXhmZYXY0liCWSVxDMpcUVrucDMzGZypqo=
u0Jxdg3el3oBO5QV44DsaUrRfOKe7nmm8Zu3HKew target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/6834949516244418829/profile/verify?=
hl=3Den&amp;pin=3D89707&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5p1qUYSTDcveel=
dxWWUAlJLUt-IYeGL5pTMawHXqyeOf2FI8_h_lsxPzXhmZYXY0liCWSVxDMpcUVrucDMzGZypqo=
u0Jxdg3el3oBO5QV44DsaUrRfOKe7nmm8Zu3HKew target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5rE2fbvxJxgZRjx56=
1StXY71LbSgrM4lJDphr9Qkjwr9VSnV1u9pFh13vS7oYKa-xu53aPCvcee4ww20WFyF6kFE0wL8=
MXVPFGRcbkCsAra8808aZFgRSaPbBGA9oxAPZe48yt4qbRcMjrPE1PG8EfaDQZhHA style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">info@24hourwaterda=
magerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/6834949516244418829/profile/verify?=
hl=3Den&amp;pin=3D89707&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ouzUsIF1EDvO5=
WYkGIY6fklE-ZRhXxEawUPWpQz8bX4bzsv-z5LMxM5_yQEcaaQoLcqjIvtV1kHFJQ8xYW8f-Zz-=
OfMN941doAaZZamN1cDZE-kfSqJIVI0Kc9lJ2e98fHvw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/6834949516244418829/profile/verify?=
hl=3Den&amp;pin=3D89707&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ouzUsIF1EDvO5=
WYkGIY6fklE-ZRhXxEawUPWpQz8bX4bzsv-z5LMxM5_yQEcaaQoLcqjIvtV1kHFJQ8xYW8f-Zz-=
OfMN941doAaZZamN1cDZE-kfSqJIVI0Kc9lJ2e98fHvw target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/6834949516244418829/profile/verify?=
hl=3Den&amp;pin=3D89707&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5ouzUsIF1EDvO5=
WYkGIY6fklE-ZRhXxEawUPWpQz8bX4bzsv-z5LMxM5_yQEcaaQoLcqjIvtV1kHFJQ8xYW8f-Zz-=
OfMN941doAaZZamN1cDZE-kfSqJIVI0Kc9lJ2e98fHvw target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5pJiNud37aN6wTI3Z-CO2pwnGrH2t5CBrBrRwtOhVg99ZaJl611LU2yBPBklYkifxJwx7V=
EXVF6S_ggIdponApqDXJiQKymppyMM4cK3TRbX0ygEGJzh6zb3PaRDfJe_wd2hUqS-tBs_enrtx=
1aH-Ke6XXDWEcp5gF1_cCyAhE97g style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5qQLLz7fAVpVtfXUMuwYxyQJTSk87wrALlmgVAtz93aNX41a6jDwr5V6g3OYS5Ok9A3P7-msbR=
M5vib0UpoS6n-KR98-9O_yo-Q6GBm-e5YQ3jRzwD6nn5m6Kj6pOVN2iTJLp6u5g style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5ovPECvNBNUlxxwiC1Z0IKQpVOYWC83ZuOie44gU8R6b4nSfGASia_Fy0EH3ZPNrO=
ran-1u6He_82fZYCkVAOv9fCeHYEtA2wg1FsQENooO__9YGPYT842VUdWeIWhYzSFmhg.gif></=
body>
</html>
--000000000000b166a7063ddf3e38--
info/cur/1753679468.M750057P2990798.premium320.web-hosting.com,S=33157,W=34004:2,S000064000000100605151007557650020203 0ustar00Return-Path: <3aQaHaBcKANw9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id dhGXLGwGh2jOoi0AVkXPrw
	(envelope-from <3aQaHaBcKANw9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 01:11:08 -0400
Return-path: <3aQaHaBcKANw9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 01:11:08 -0400
Received: from [198.54.122.200] (port=38740 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3aQaHaBcKANw9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>)
	id 1ugG8i-0000000CY2Y-2OBs
	for info@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 01:11:08 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b="KWtH/vym";
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3aQaHaBcKANw9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com designates 209.85.166.198 as permitted sender) smtp.mailfrom=3aQaHaBcKANw9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-il1-f198.google.com (mail-il1-f198.google.com [209.85.166.198])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br6562GRKz556J
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 05:11:06 +0000 (UTC)
Received: by mail-il1-f198.google.com with SMTP id e9e14a558f8ab-3ddcfea00afso63845575ab.0
        for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 22:11:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753679465; x=1754284265; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=JeUOlp0914qJT5gWYRkbsvFZO3fjB1ZZABY8TAuoLAc=;
        b=KWtH/vymg6oP8tJiSbCunuqMT0LhND08QykpKa38iXIXbY98pSStlHlhsmnjdX4eDN
         SOA8CltTHzA7p6EveUrWEOFMDlFZ9724PGhPReJcNeHueVmQSraQNLLxd+iGjWwQ6hw2
         NdqlwrHEVxhGZmAwbk9YznPFdVLU+hihfOMkdAnbbnqstT05/McBnMGPg8F1b/Jjl3bT
         SGOHLP9BDk177hiv11alstdOoCxsH9EJz2NUyArY9vT2CCUpvrehzbdqp87IGa5/Xgyn
         /l5humRh/wdz45u0nhwc4uY/8AA0P1M20peVlKuLl5E64IeQ8dxU/Q3vBCQj9/BfaN9a
         KieQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753679465; x=1754284265;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=JeUOlp0914qJT5gWYRkbsvFZO3fjB1ZZABY8TAuoLAc=;
        b=qQqU2f7HY+BEjfzIym7hOjy5sA2hiYWrQTDgl72VXu/3sufRJNev8xk0eVxboSab/I
         wqUjZnlinxQGqyh2RsT8rPVvML0QdjNQ+pld5jZFMneFHJBFJUYUET1YEdx2k/BNaMqN
         mth0R2PA3Sz+WeVmTIM+KRwRTu26Fp18oo22dff+6NJDR/MkFERrdpwtkJEERJEwivdz
         2uwECpXLddgKVawkDq/0kfPoOHWXkonvfLK79OzpbBrJRalxffesexIywYsdc9l6qC2t
         FARFKtURy15JubRQGgK08I0Y5zoZvFwcGbEkzWBkO/sWkgzQ3vtWIdPUeCieE/S3y67E
         7vww==
X-Gm-Message-State: AOJu0YwIUnqC8O++Lb+/u5xzMUwCQf0KtQYszz3aYsNyKBn42/SInohC
	cGXA0Rdpc4nbKJJhybLNn/tglbCAEhnXDIqlPdYvcdz65zvLhPk=
X-Google-Smtp-Source: AGHT+IFRRfLZK3X00QVlEZtn218/0xvOUdYCMrXmy1yi9fa+VycMQDkmHKu2DvZv9iggXDTpHMIOdtE=
MIME-Version: 1.0
X-Received: by 2002:a05:6e02:164a:b0:3e3:d1ec:b895 with SMTP id
 e9e14a558f8ab-3e3d1ed04bamr111478025ab.5.1753679465656; Sun, 27 Jul 2025
 22:11:05 -0700 (PDT)
Date: Sun, 27 Jul 2025 22:11:05 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 180180
Feedback-ID: P-171-0:C10024494:M110445229-en:gamma
X-Notifications: bf07058bdcda0000
X-Notifications-Bounce-Info: AWoTSIHrtRxMtIAOVj_iAfI8ih3nZ0PuswFnxTKSd3pC1Q04oOKwkqGHyHP3B9kU8wqzB06UXR3QyUZKGT1wONo023o60TUZOmRMfb4kexvyU7qR6dA4d_JE-NtN89HH0DyBmtNuCaqILOzJxY3eAJdz_jTwTPKed9vvtcjuaHMBYNiOTSDG3LZkfvFV1CvxT9tDqFZ2on79sOP2VQGyuJwrbGQ3W-DKz4mEsz5e15Wm2G0lZdCsuJrygotL72v4-Bx8N26Og16ZmsGVWtgVp2IYnwGXTHPCUrbDcGtIV-KqRmx7PQ6BrzBT5SjxS0vswIJj7U_2n7yCSL3Vlnlf6PK80EZCj-pZ_2R5j5exV31-qbwx-AJoQZ92kTHhsayyJIiPHiOO0jqYU9rQD_9XBJjTg8CgxAfEp0DTy8hqCTG7h7UVmsG6m2y1jV34Pi3GvjDYqkz4P-a4owHYnEHtWzR_xMALQscgDN3YJmoZblQoXNnJ9n7jRz_caiL_6QhwfljU2RPFMqGRiUemXv91i9KwHwfAdhr_QwNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <279120c8678c9a4a3cb179d9862ae8f30dae5bae-10024494-110966705@google.com>
Subject: Here is the code you requested to verify Water Restoration Companies
 Long Island on Google
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000099b193063af65108"

--00000000000099b193063af65108
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KSGVyZeKAmXMgeW91ciBjb2RlOg0KDQo5MjU2OA0KDQpH
ZXQgdmVyaWZpZWQgIA0KPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzM5MTQ1NDMzNTIw
ODA1NDE5NjMvcHJvZmlsZS92ZXJpZnk/aGw9ZW4mcGluPTkyNTY4JnRyaz1odHRwcyUzQSUyRiUy
RmMuZ2xlJTJGQU5pYW81cE9JQXh5bmJlSVNtWDBpTlNMTmJvcGFjQ1pKNlFpY0FPZ0ctYTctV1Zx
Ym82WEdpVlJPTVZrckk5WWpKWW5PdV9ubURma0VST3FYSTdoUGdmQ2MxOVFQRHEzU3FhVjFQclYw
MWYyeXNEeGJGTVprendQbnIxZ0ZMWWRMZlU+DQoNCkZvbGxvdyB0aGUgc3RlcHMgYmVsb3cgdG8g
dmVyaWZ5IGFuZCBzdGFydCBncm93aW5nIHlvdXIgYnVzaW5lc3Mgb24gR29vZ2xlICANCnRvZGF5
Lg0KDQpBZGQgeW91ciBjb2RlIGluIHRocmVlIHNpbXBsZSBzdGVwczoNCg0KMSBWaXNpdCAgDQpn
b29nbGUuY29tL3ZlcmlmeW15YnVzaW5lc3M8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxSXNtSmlxdTJi
eGpNVEtoSWJpWEgyZDBWOFFONTdoeWQzM00yb0xkOUVCdEhlYWh5YWk4QVMwYUJ4N1JCRUktazhD
TjlQdGV2azYxd0Y5c0hfbjA3T2p6ME1nUkM4YzA2R3JkajBTbC1lc1lPdEVDaXlMQTRiQ2pmUlRk
bmZkbGdUM0IwOThvNFV0RWtGUEJmY0VnekMxZjA+Lg0KDQoyIFNpZ24gaW4gdXNpbmcgaW5mb0Ay
NGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20NCg0KMyBFbnRlciB5b3Vy
IHZlcmlmaWNhdGlvbiBjb2RlLg0KDQpPbmNlIHZlcmlmaWVkLCB5b3UgY2FuIHN0YXJ0IG1hbmFn
aW5nIHlvdXIgQnVzaW5lc3MgUHJvZmlsZSBvbiBHb29nbGUgIA0KU2VhcmNoIGFuZCBNYXBzLiBZ
b3UnbGwgYmUgYWJsZSB0byByZXBseSB0byByZXZpZXdzLCBhZGQgcGhvdG9zLCBhbmQgIA0KYXR0
cmFjdCBuZXcgY3VzdG9tZXJzIOKAlCBmb3IgZnJlZS4NCg0KR2V0IHZlcmlmaWVkICANCjxodHRw
czovL2J1c2luZXNzLmdvb2dsZS5jb20vbi8zOTE0NTQzMzUyMDgwNTQxOTYzL3Byb2ZpbGUvdmVy
aWZ5P2hsPWVuJnBpbj05MjU2OCZ0cms9aHR0cHMlM0ElMkYlMkZjLmdsZSUyRkFOaWFvNXByMzA1
UFliRFJoOFFQWjdPS3p5RUpBRElHZkluV0lfZklXTXNMWFl1cldKVy1SWWJVWVZkS2lqaFFkd09p
akw3dzh0OHJqVjl0dGo2NXBVN09WbHJTRWptd3o3Q3I4X29rVVZYbGdaOVd5dU43QnlZSmlndElR
Um0xVl9rUlRnND4NCg0KVmlzaXQgdGhlIEhlbHAgIA0KQ2VudGVyPGh0dHBzOi8vYy5nbGUvQU5p
YW81b1piMlRTY3ZHLWlWdG1YX2pRMng4dDROSy01ZXQ5cmVyeFUzX2VmWVloTjhRdVJBb0FTQUZ4
VmxPN2cyT0ZROWxQMkd1aVVlN0g1Nmg5WU1TMmlTQXJOM2xVR3M1cHFpWXpINjloQ0E5ZWdyaTkz
NGp4WGJYbjRuNFhSSEtyYnNYR2dJdmR3NEYtajdSTHEyaWo5eDhqNDgyWGdiS3pudk9OU0pDclRf
ND4gIA0KdG8gbGVhcm4gbW9yZS4NCg0KKGMpIDIwMjUgR29vZ2xlIExMQyAxNjAwDQpBbXBoaXRo
ZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0MDQzDQp3d3cuZ29vZ2xlLmNvbSAg
DQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVxRzc4TmRabnJjTW16UXVwNmJJTnBHTGFCZENEZG9XamRB
TU5Oc0FvbzFxVWVQSDJ4amRhSjRJVGdfQmtpUzhCT3lndF9xZWdOR0F2aDBJVnIyUWMtRGtkQmNS
TGlYMVUtWGg3Z3Jra0lIOUJaRm4teklDRGpsb1p3RXBOc05hRl9oQlNJPg0KDQpZb3UgaGF2ZSBy
ZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJvdXQgaW1wb3J0YW50IGNoYW5nZXMg
cmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUuDQo=
--00000000000099b193063af65108
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!-- universal -->









<!-- NMX footer -->


<!-- Gmb tracking -->    =20

<!-- Content -->
<!-- Structure --><!doctype html public "- / / w3c / / dtd xhtml 1.0 transi=
tional / / en" "https: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transiti=
onal.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>Business verification</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_pt_6{padding-top:3px !important;}
.pd-t-5{padding-top:5px !important;}
.ol-pd-t-6{padding-top:6px !important}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media all and (max-width: 800px) {
.hide {
display: none !important;
}
.show {
display: block !important;
}
.wid-480 {
width: 480px !important;
}
.wid-400 {
width: 400px !important;
}
.text_center{
text-align: center !important;
}
.m_0_auto{
margin: 0 auto !important;
}
.pad-t-26{
padding-left: 41px !important;
padding-top: 20px !important;
}
.include {
font-size: 12px !important;
line-height: 16px !important;
letter-spacing: 0.27px !important;
}
.include10 {
font-size: 12px !important;
line-height: 16px !important;
}
.pd-r-0{padding-right: 0px !important}
.w-100{width: 100% !important}
.dblock{display: block !important}
.f-14-21{font-size: 14px !important; line-height: 21px !important}
.pd-t-1{padding-top: 1px !important}
.pd-t-36{padding-top: 29px !important}
.mar-0-a {
margin: 0 auto !important;
}
.pad-b-0 {
padding-bottom: 0 !important;
}
.ls-02 {
font-size: 37px !important;
}
.wid-64{width: 74px !important}
.w-295{width: 400px !important}
.heading{font-size: 32px !important; line-height: 42px !important}
.subheading{font-size: 22px !important;line-height: 33px !important}
.pd-t-47{padding-top: 47px !important}
.pd-t-19{padding-top: 19px !important}
.height157{height: 164px !important}
.pd-t-49{padding-top: 49px !important}
.pd-t-7{padding-top: 7px !important}
.pd-r-45{padding-right: 45px !important}
.pd-t-23{padding-top: 23px !important}
.pd-t-3{padding:3px 0 0 13px !important}
.pd-l-5{padding-left: 5px !important}
.w-22 {width: 22px !important}
.pd-t-4{padding-top: 4px !important}
.pd-l-2{padding-left: 2px !important}
.pd-t-22{padding-top: 22px !important}
.pd-t-0{padding-top: 0px !important}
.pd-t-12{padding-top: 12px !important}
.para-right{padding-top: 8px !important;}
.para-right-bottom{padding-top: 8px !important;}
.pd-t-9{padding-top: 9px !important}
.pd-t-21{padding-top: 21px !important}
.pad_l_41{padding-left: 41px !important}
.pd-r-47{padding-right: 42px !important}
}
</style>
</head>
<body style=3D"margin:0 auto; padding:0;">
<!-- Goto Action Button start -->
<div itemscope itemtype=3Dhttp://schema.org/EmailMessage>
<div itemprop=3Daction itemscope itemtype=3Dhttp://schema.org/ViewAction>
<link itemprop=3Durl href=3Dhttps://business.google.com/n/39145433520805419=
63/profile/verify?hl=3Den&amp;pin=3D92568&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FA=
Niao5qIPRuucC7uLAp9TGvxsXTK_H6-wXMC2RZFsi3MnnVhBmWcapMXNtT4J5CXku80YiM80W4h=
nHa-0DoZVuQcy1b7mHzX3lHMspdQeWXuTeCrmlpP10juHc4>
<meta itemprop=3Dname content=3D"Get verified">
</div>
<meta itemprop=3Ddescription content=3D"Get verified">
</div>
<!-- Goto Action Button End -->
<!--[if !mso]><!-->
<p style=3D"padding-top:0; font-size:0px; line-height:0px; margin:0px; disp=
lay: none;" align=3Dcenter>Enter your code and get verified today.</p>
<p aria-hidden=3Dtrue style=3D"padding-top:0; font-size:0px; line-height:0p=
x; margin:0px; display: none;" align=3Dcenter>=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0=E2=80=8D=C2=
=A0=E2=80=8D=C2=A0=E2=80=8D=C2=A0</p>
<!--<![endif]-->
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter>
<table role=3Dpresentation class=3Dwid-480 cellpadding=3D0 cellspacing=3D0 =
border=3D0 width=3D800>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100%>
<!-- Header Starts -->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Ends -->
<tr>
<td align=3Dcenter class=3Dpd-t-47 valign=3Dtop style=3D"padding-top: 41px;=
">
<table role=3Dpresentation width=3D680 border=3D0 cellspacing=3D0 cellpaddi=
ng=3D0 class=3Dwid-400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation width=3D100% border=3D0 cellspacing=3D0 cellpadd=
ing=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"wid-400 dblock" width=3D315>
<table role=3Dpresentation class=3Dwid-400 width=3D500 align=3Dcenter borde=
r=3D0 class=3Dm_0_auto cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td class=3Dheading valign=3Dtop style=3D"font-family:Google Sans, Roboto, =
Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36px; line-height:=
 44px; color: #606368;">Here=E2=80=99s your code:</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Body Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-23 style=3D"padding-top: 23px;=
">
<table cellpadding=3D0 cellspacing=3D0 role=3Dpresentation width=3D500 clas=
s=3Dwid-400>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellspacing=3D0 cellpadding=3D0>
<tbody>
<tr>
<td valign=3Dtop align=3Dcenter class=3Dol-pd-t-6 style=3D"font-family:Goog=
le Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2=
8px; line-height: 42px; color: #606368; padding: 11px 36px; border: 1px sol=
id #979797;">92568</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft class=3Dpd-t-22 style=3D"padding-top: 23px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3914543352080541963/profile/verify?=
hl=3Den&amp;pin=3D92568&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5o3_ErT1oUVj8o=
idFbUvdk0IUxUQzGLvvYPDQ64We0G2qpqEkNhAtab7opP_OLj61Jz3kIviRcTwGa42xVXVLgccC=
lh0OZ_2OKkIMuIHncJAOeF46xJKFJy8_0bCkDv2g target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3914543352080541963/profile/verify?=
hl=3Den&amp;pin=3D92568&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5o3_ErT1oUVj8o=
idFbUvdk0IUxUQzGLvvYPDQ64We0G2qpqEkNhAtab7opP_OLj61Jz3kIviRcTwGa42xVXVLgccC=
lh0OZ_2OKkIMuIHncJAOeF46xJKFJy8_0bCkDv2g target=3D_blank style=3D"-moz-bord=
er-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-radius=
:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, Helvet=
ica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500; bo=
rder-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-left:24=
px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none; li=
ne-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3914543352080541963/profile/verify?=
hl=3Den&amp;pin=3D92568&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5o3_ErT1oUVj8o=
idFbUvdk0IUxUQzGLvvYPDQ64We0G2qpqEkNhAtab7opP_OLj61Jz3kIviRcTwGa42xVXVLgccC=
lh0OZ_2OKkIMuIHncJAOeF46xJKFJy8_0bCkDv2g target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3D"wid-400 m_0_auto" align=3Dleft>
<tr>
<td valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, Helvetica, Ar=
ial, sans-serif; font-size: 16px; line-height: 24px; color: #606368; paddin=
g-top: 24px;">Follow the steps below to verify and start growing your busin=
ess on Google today.</td>
</tr>
<tr>
<td valign=3Dtop style=3D"font-family:Google Sans, Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; color: #6=
06368; padding-top: 24px; font-weight: 500">Add your code in three simple s=
teps:</td>
</tr>
</table>
</td>
</tr>
<!-- List item start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 14px;" class=3Dpd-t-12>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
1
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop class=3Dpara-right style=3D"font-family:Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px; line-height=
:24px; color:#606368;">Visit <a href=3Dhttps://c.gle/ANiao5p4W1ngT2QCYWozeg=
l24jdUBDsBGBS_5-xeUsKq665kg-LwtBZqydTObe5UkJPCCTwRwpKZTyZJyFIXDMmTY0CE5Stf2=
e20D533c6lAGLHhR4RRio7A13DNMTrXYTl2ISoVg54rE1JlvyS0Xf34MSalO_NkNw style=3D"=
color: #1A73E8; text-decoration: none;">google.com/verifymybusiness</a><spa=
n aria-hidden=3Dtrue>.</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 t-center pd-l-5 pd-t-0" align=3Dleft valign=3Dtop wid=
th=3D24 style=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica=
, Arial, sans-serif; font-size: 32px; line-height: 40px; color: #606368;fon=
t-weight: bold; padding-top: 2px; padding-left: 5px">
2
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Sign in using <a href=3D# rol=
e=3Dtext style=3D"color:#606368; text-decoration: none;">info@24hourwaterda=
magerestorationlongisland.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 6px;" class=3Dpd-t-9>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 width=3D50>
<tr>
<td class=3D"out_pt_6 pd-l-5 pd-t-0" align=3Dleft valign=3Dtop width=3D24 s=
tyle=3D"font-family:Google Sans, Roboto, Helvetica Neue, Helvetica, Arial, =
sans-serif; font-size: 32px; line-height: 40px; color: #606368;font-weight:=
 bold; padding-top: 2px; padding-left: 5px">
3
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft class=3Dpara-right-bottom valign=3Dtop style=3D"font-famil=
y:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:400;font=
-size:16px; line-height:24px; color:#606368;">Enter your verification code.=
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- List item end here -->
<tr>
<td class=3Dpd-t-21 valign=3Dtop style=3D"font-family:Roboto, Helvetica Neu=
e, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; color:=
 #606368; padding-top: 13px;">Once verified, you can start managing your Bu=
siness Profile on Google Search and Maps. You&#39;ll be able to reply to re=
views, add photos, and attract new customers =E2=80=94 for free.</td>
</tr>
<!-- cta star here -->
<tr>
<td valign=3Dtop align=3Dleft style=3D"padding-top: 24px;">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3914543352080541963/profile/verify?=
hl=3Den&amp;pin=3D92568&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oePjOa3Atk7q9=
QpF0I8VnN0v34we4wX2dRjCnd2yuq7rYCDg7P7HzIYw-QYUcbKriSUjBoz91m184Vj80wHK7PYa=
VoVvbpM4wDai5hH3gMeQXbB2Mw3sMRx9IxRRs8isWGWQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
<tr>
<td class=3D"text-center m_cta pad-b-0" align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3914543352080541963/profile/verify?=
hl=3Den&amp;pin=3D92568&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oePjOa3Atk7q9=
QpF0I8VnN0v34we4wX2dRjCnd2yuq7rYCDg7P7HzIYw-QYUcbKriSUjBoz91m184Vj80wHK7PYa=
VoVvbpM4wDai5hH3gMeQXbB2Mw3sMRx9IxRRs8isWGWQ target=3D_blank style=3D"-moz-=
border-radius:3px; -webkit-border-radius:3px; background:#1A73E8; border-ra=
dius:3px; color:#ffffff; display:block; font-family:Google Sans, Roboto, He=
lvetica Neue, Helvetica, Arial, sans-serif; font-size:14px; font-weight:500=
; border-top:8px solid #1A73E8; border-bottom:7px solid #1A73E8; border-lef=
t:24px solid #1A73E8; border-right:24px solid #1A73E8; text-decoration:none=
; line-height: 21px; mso-line-height-rule: exactly;">
<!--[if gte mso 15]>&nbsp;&nbsp;<![endif]-->Get verified<!--[if gte mso 15]=
>&nbsp;&nbsp;<![endif]-->
</a>
</td>
</tr>
<tr>
<td aria-hidden=3Dtrue height=3D6 align=3Dleft valign=3Dtop>
<a href=3Dhttps://business.google.com/n/3914543352080541963/profile/verify?=
hl=3Den&amp;pin=3D92568&amp;trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oePjOa3Atk7q9=
QpF0I8VnN0v34we4wX2dRjCnd2yuq7rYCDg7P7HzIYw-QYUcbKriSUjBoz91m184Vj80wHK7PYa=
VoVvbpM4wDai5hH3gMeQXbB2Mw3sMRx9IxRRs8isWGWQ target=3D_blank>
<img src=3Dhttp://services.google.com/fh/files/emails/spacer_11.gif width=
=3D100% height=3D1 border=3D0 alt=3D"" style=3D"display: block; height: 6px=
">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- cta end here -->
<!-- help center start here -->
<tr>
<td align=3Dleft valign=3Dtop style=3D"padding-top: 35px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 class=
=3Dw-100 align=3Dleft>
<tr>
<td align=3Dleft valign=3Dtop class=3D"w-100 dblock t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 class=3Dw-100>
<tr>
<td aria-hidden=3Dtrue class=3D"out_pt_6 t-center" align=3Dleft valign=3Dto=
p>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/hat-blu=
e-w50-h42.png alt=3D"" width=3D24 class=3Ddinline title=3D"Business Help" b=
order=3D0 style=3Ddisplay:block;width:24px;>
</td>
</tr>
</table>
</td>
<td align=3Dleft valign=3Dmiddle class=3D"w-100 t-center">
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family:Roboto, Helvetica Neue, =
Helvetica, Arial, sans-serif;font-weight:400;font-size:14px; line-height:24=
px; color:#606368;padding:0px 0 0 15px;">Visit the <a href=3Dhttps://c.gle/=
ANiao5rs93fLc8HcxNnoC-StIphmU-Ua6SV-9GtYJkWI8d6IdZ5EiwP2x3ohY79pV3Rxdl5Nt8y=
ISDy7BurQmalTteARQtXN1LNOf8Ho-FRQNPrGMTC0umHYSM96xgbPQXxa8EFQDSp1xSTQUgr6gT=
Xe8FIG24baWsxEeqiPjzh5jSU7KA style=3D"color: #1A73E8; text-decoration: none=
;">Help Center</a> to learn more. </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- help center end here -->
</tbody>
</table>
</td>
</tr>
<!-- Body Ends -->
<!-- Footer Starts -->
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-49 style=3D"padding-top: 50px;=
">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #DADCE0;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Dpd-t-7>
<table role=3Dpresentation class=3Dw-295 cellpadding=3D0 cellspacing=3D0 bo=
rder=3D0 width=3D500>
<tbody>
<tr>
<td align=3Dcenter>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td aria-hidden=3Dtrue class=3Dpt_56 align=3Dcenter valign=3Dtop style=3D"p=
adding:49px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png height=3D28 alt=3D"" title=3DGoogle border=3D0 style=3Ddisp=
lay:block;height:28px;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D40>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle class=3DpadT41 style=3D"padding-top: 34px;=
 padding-left: 16px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3D"table-main-gmail padT37" style=3D"pa=
dding-top: 27px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family:Roboto, Helvetica Neue, Helvet=
ica, Arial, sans-serif; font-size:10px; line-height:15px; color:#515354;pad=
ding-top: 2px" align=3Dleft><a target=3D_blank style=3D"color:#515354; text=
-decoration:none;cursor:default;">=C2=A9 2025 Google LLC <br>1600 Amphithea=
tre Parkway,<br>Mountain View, CA 94043</a><br><a href=3Dhttps://c.gle/ANia=
o5rafpRK_wF3SyGyZvA1YFCp-H7Gbb1FijKTK_JjVB1bhQpQ4QlJ74wXx0xxiTWJ-76Pi8_8wmy=
rR0yeocfgkok6I1Qi5qWnnPRngFCfqVyfiqdwc5Lo8QgKYlP7tWbC_9-xryRWRw style=3D"co=
lor: #515354; text-decoration: underline;cursor: default;pointer-events: no=
ne;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class=3Dpd-t-5 align=3Dleft valign=3Dtop style=3D"color: #515354; font-=
family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:10px=
; line-height:15px; padding-top: 30px; padding-bottom: 63px;">You have rece=
ived this email to update you about important changes related to your Busin=
ess Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Ends -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oUe1eQG-R-ldZOsV8MLYCrgkkQXigBY1rl-SBgiKGXasVGFZKn72ueolH4_rLoeg=
chEyCRJuZdi8hqeC-_-2gZoPc3p5uNt9ZFugAPNe587nY8boTxC-SmsxhC0UAF2ZllPg.gif></=
body>
</html>
--00000000000099b193063af65108--
info/cur/1754421688.M483247P2483886.premium320.web-hosting.com,S=21878,W=22565:2,S000064000000052566151007557650020224 0ustar00Return-Path: <3sVmSaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id MOBVHLhZkmiu5iUAVkXPrw
	(envelope-from <3sVmSaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 15:21:28 -0400
Return-path: <3sVmSaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Tue, 05 Aug 2025 15:21:28 -0400
Received: from [198.54.122.200] (port=50473 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3sVmSaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>)
	id 1ujNE0-0000000ASJq-1LSL
	for info@24hourwaterdamagerestorationlongisland.com;
	Tue, 05 Aug 2025 15:21:28 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=AKs4YJMK;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3sVmSaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com designates 209.85.160.199 as permitted sender) smtp.mailfrom=3sVmSaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4bxNZV4Gswz18QZ
	for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 19:21:22 +0000 (UTC)
Received: by mail-qt1-f199.google.com with SMTP id d75a77b69052e-4af22e50c00so69879271cf.1
        for <info@24hourwaterdamagerestorationlongisland.com>; Tue, 05 Aug 2025 12:21:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1754421682; x=1755026482; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=WMJQXqIcU8wEDhRIZku7QtE5nXtPbncA5I09StM8wEI=;
        b=AKs4YJMKEteFJ1/qJDUK/2LHpMhE/AJCZjYGevCeoGBntxstvQrm5X6974JecUBcqh
         2hc3UoHVuLpVdzgP/BUEgfvlhgjunAdwyt2HPoNUCZzsVHclEwtWIJGm5urPkTYZI45E
         ovh8QBACBm0ZzJ/COY7thqvJ7x/uPE+67WZQ1swX0w+vomHgOQmf6xB1F4nDNpBYcSzu
         FmY4l4SgF5rlZRHWJ9vPoX8IpFBnIUxiH1xfhNQlHvcILUyPiG5SahMmE2RGpyWF7XST
         ybOaOYeWxxDRSqp4BtQjvR6ZJ0BpfN1KOKSZr13S18o9hbWLGsqt2bCceTx8DAOssUZ+
         d+mQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1754421682; x=1755026482;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=WMJQXqIcU8wEDhRIZku7QtE5nXtPbncA5I09StM8wEI=;
        b=hflmbRlTVhPrxqkPPWjrHQzTvHXMmqGSa78qB0gw7+yHtg68IHhF36CppW+vP6tShq
         7WU7RnbYNCpkMRkVcps4hHM6D6u4ojQdqbNAujqTXZyVTBkG+P7SZbCJlCGluMj4poEi
         NUtA/OOOGbvfIsLTJpGhMIl5CzD1zG51O2HtXc3pNLJ76AUy7nx8olmK7SwM8oAKUwSQ
         O9/fE2d9pMfcOlCvRmuF38v6LrA+PaPIVi09IWxKNRpvURT7h0XEGLnvwtAV78ejtiwV
         buZw5uIkVqAOdLqp1RO9Ti064MhoMfIljTobWb0VNdih7k16myh0pAxaZfG8ZN6vulez
         zubw==
X-Gm-Message-State: AOJu0YxfsLWi4CXV3L+DewDEtldjq1PW0ZzJJcQCTAs+XV65YYsrRWv2
	e9xkcP4bLfXdeuSrfvwLBl/ZRdEL8nTTII/DIsbdeebD4uRua7dr1rYSmq/O
X-Google-Smtp-Source: AGHT+IFALnWHpJTvmJXJYzhWDZMXeVpN10vPb9+x+bp0FpNZ6oQKgDejLUa4kK5BmIlKX9mlRgnunKY=
MIME-Version: 1.0
X-Received: by 2002:a05:622a:138e:b0:4b0:77d7:c8b4 with SMTP id
 d75a77b69052e-4b0913c081bmr2343551cf.14.1754421681972; Tue, 05 Aug 2025
 12:21:21 -0700 (PDT)
Date: Tue, 05 Aug 2025 12:21:21 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: b93078db93ea0000
X-Notifications-Bounce-Info: AWoTSIGZvd8q8hUcwhh823WRci7XNWDQoWackVWdz1Y3THLGWAYd5r-A6hbpbyrKAeHvuXfIJb9Tmn7nvL_fFg7TeXi8EtVlG-PbsmPOFMU6VcrECtoLUQJv2U2a9l-nFC_28tr8YeK_QrcqvRN_EWgPwbyzKTgqiAf4DNAYf_bdQBxyy2mdmnj6QLLdie1HN7B2eeVql9o-_kl9j9T1uKdKOdKzizX-J604s1Xs0oE3HmfkhOrUIl6car7uspeCuQzOyJPnJP-tk6MACzr5JSx8vAgNAUAKx6HIOy9rXpsbp_XpqKdRuJ4wkY0fYyM_9ak0-UK5IMNFNmaL0QKasWfBDhThgqpCGWNG5Gr6bDCyCySzsxiH7tGv9EzbvKuctSFoPYjulRLltkhmAODF0ottfiCPDuGG_35enA55nANKVW9QNhCsxVEWJTbLdCq2c6Gp6vqxg0764UYfjHwe0VRMNqK_bAJBOkJxQTRuVZyGJ89p4v3B0XSyKSHjuf3Yg8yo-p6vsqvzYMI2DoF0BE_UcM8eA3VqgOishsdrYynglHhk9EsQMvOGhCEpqZ7UQEogi8BRDOa5B1jW95yLY1cSCSnXeC-VvKN9wkJRXYMiPNsAjNYFwEBUqBCZNxgNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <adb39a0d81e605f99c2de3c2bd6453bec4b78bdb-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000023e526063ba3214d"

--00000000000023e526063ba3214d
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/9965351369990659485/profile?trk=https%3A%2F%2Fc.gle%2FANiao5rDc-fRxrECqkEklYZYMygCdIK3cc5-Du3z82F9ys8124cd5e2VnYRR0LwVdXaXtHTmjbBk7UqdBPo5XfpCTQRdr1dvpQlLRuoUJOXsQcwTyPFzpPs3q06FDio>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

See restriction policy  
<https://c.gle/ANiao5raaexsP2jdKollLaOnFHVs_-GXDMLQdf3jVfF5ZrWrSjm6_9sHNzM-NT0ca5-2lDlpDPaF4wDnYlFTXgzmzRYBaMKkel5FWHBjDjBn89p5pml5902a0OXlXbbeCxVSsrZZR82JTJP9r4T9MEJWH06TARqSiW5HIqE9UGdnwrBy16CVYg>

You can see the status of your appeals  
here<https://c.gle/ANiao5qSzxcbFVbXeO2JjRxzycNBnGcV_LVDCMqwaUhllh5oCy4cPMhPGSWdo00TE_Z0bSOB3MucpWAnwtzoaJYwtYzaMyyhvPpfeA_V5s2vbtcbgCOHNpaa119zbxWAhn-ombMhPQujwcPigqr3Fd1CMTYf9BSp32JILOuqU7A0U06NxuXc1751al0iSzhgsX0QnqsghzREj7kcVGIzYXliMw5Q-wp_desvIferwP3y>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5qu7oiSBwOkQG2FSdAH5FtRjSEa__QLIcpZAGo1fkOHT2IOgbEopE2zwvKW3T72XVyD2D4Vweb0D1-FFMydVIDoTOU3R9FvsV02LFUJQrxK_9G9L90lfAd5dkuYbknH4eblZIE>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000023e526063ba3214d
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/9965351369990659485/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5rkxsGevBzXXo6WXgQBsjP3pYDbGe365B2CPy5QzM-uTac1kx=
H57GOy7-IfaY4ltR3p2NbkVk89VivADNSA2Pvo3ByHEvmwhywLEVmPMfm6qXR3AUfLRQDXH-6Zv=
w target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5qaBHz6vsEp2VVd2REQ543DliooOVyciQ2LsOxuA4WZtY6=
gx18VCa5JwP56szHtySiaAZCeBqbNZpCrSp9MsbMmE9kuhq8JFZMlHrhxwp7LzimsP3mAuZCtdb=
LSnh-ZRdjrPd94u6sedHU71xb3j8EDY7m6iPUyaH5SoI_ffGqd1Adntaam target=3D_BLANK =
style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5phsTnK=
5p-lGfPaHlCL4U2L8sR8Xqbrw905tKiadVb3EFQgce8hCBarfVUmIbJSW9t1dmmIr1QHQm4cxpU=
j0hE3U1JzNzGDsxsdJhqGkx55OIw3rIks5qlf3bF9bUSs2y6ugle0a011wQu_nMW4pB3odvfM_V=
LpMdaM8RLd88bv7ZSU57jjI9nA0h09zRWJyrdEv2VEGk4Kj_C3CIZ1YVzu66hHXbxYffKdHnhs7=
D4 target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5p12Miw3fzfL7WfacVBhf6AENM1FSamEwAmmLQEtvDkSY=
8nbqyEwtBXPfaCewaxUlZlgZMId5jcvepsm6TF_ZIWcBHDnGCzhJbV6zWw1vdghL3IJkzZ4veEF=
Z6LIEJNMfDrpkd3lQ style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5purM5aXSxXt9hsT1AAGTjnKjFkEeRUt3QkocJUAlfllF4VV4iIxhk7sHkdXGMLmY=
LAGCeco8kJtLDxu8sPBLxlljEvuhvo44iaf2J-I-M9ai2lMU8bYXZliEBRHRoRfEEYnA.gif></=
body>
</html>
--00000000000023e526063ba3214d--
info/cur/1756309654.M724968P1476022.premium320.web-hosting.com,S=22164,W=22829:2,000064000000053224151007557650020050 0ustar00Return-Path: <3jCivaBcKAOUIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id gJWrKpYor2i2hRYAVkXPrw
	(envelope-from <3jCivaBcKAOUIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 11:47:34 -0400
Return-path: <3jCivaBcKAOUIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Wed, 27 Aug 2025 11:47:34 -0400
Received: from [198.54.122.200] (port=35359 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3jCivaBcKAOUIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>)
	id 1urIN4-00000006GTz-2Dex
	for info@24hourwaterdamagerestorationlongisland.com;
	Wed, 27 Aug 2025 11:47:34 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=AVosXAjW;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3jCivaBcKAOUIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com designates 209.85.128.200 as permitted sender) smtp.mailfrom=3jCivaBcKAOUIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com
Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cBpnT1fndz17nM
	for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 15:47:25 +0000 (UTC)
Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-720fd2831afso50527717b3.1
        for <info@24hourwaterdamagerestorationlongisland.com>; Wed, 27 Aug 2025 08:47:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756309644; x=1756914444; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=k2t09QnUA73qw/yPumAUeTN3wAcEwU9tLNakhDbS6Xs=;
        b=AVosXAjWsTviOPgZJLTd4+o4JLfV9iawyWQXbUGyZlHdhw+ndza2D19PS9dWrMr6UR
         t4t+lAcfLgEryCZSyMDnrMX5ALSuDx27skH8xIEJO6h/0ylSwitOmUOhWyrpFv+0SGXm
         u4cYkwXQQmC0rhNnUokbLmRMMS5f5Wu+Wbgnemqtxn8PzXgy30eRHVflABGfydbBhNK6
         jt/cGvBhJvwsFsuxMgPR0DWoptTLBE8lNfcCBzwrAKPQF9LzD7JKD36MevrUJawgeMUv
         HM5TqbI9XWZ1N4PFI4X6U/WSZpkMclImzXTPQc+m4gzn9sTAGO+BQkLGGvmNcd6IxkSs
         8rog==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756309644; x=1756914444;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=k2t09QnUA73qw/yPumAUeTN3wAcEwU9tLNakhDbS6Xs=;
        b=Tn/ulQ9BwV3SYq9oJVUesmQjHVCW/SGa1RnjsM4DAnSTsQo+R3/SzG0t6XyyENZ9y8
         iyoTR+WC30OUJfKg0/+dTvOA+YFJwOORbLJ6UnQr9bmyawKU4xT1Gseer7krLfdPe4x9
         rqAPLUQ0n3oo6w27RIc0ZILsiHuVWW6LZK9tbH0KwpptnqcRNT8RQCUf6ciL9JBEYmBi
         Zb1UrOUI15LA1rXWlSu7eRXpk+jE+0gSqFojBwttndyCF80hxXeGntzVilzKFCYYfNV1
         6ab6e2NGo7TEu7efa6EQNDP/k2OnvRkqAmsIckK+6D0mj5aw7td7NmXSwZiM2YwiC7t+
         et9A==
X-Gm-Message-State: AOJu0YwThIaH3I/Qi57vxarF2dONM6WXH96RxaK0P4HTVsFk3ImgynaZ
	2VC5xRiYLM2OxVvadtuGaIPbeFiz+k+Zt+wgs9l/Cy05XnirRmI9acE2mAku
X-Google-Smtp-Source: AGHT+IE7pu6JVrG8fjhjOLwQ1nV/ez6LxeQTzS74qGDRUBjuZ9neVqYDad0znIRfV2tDVti3Y5tnc1w=
MIME-Version: 1.0
X-Received: by 2002:a05:6902:2b8d:b0:e94:f71b:d21b with SMTP id
 3f1490d57ef6-e951c2a55e3mr19198517276.31.1756309644671; Wed, 27 Aug 2025
 08:47:24 -0700 (PDT)
Date: Wed, 27 Aug 2025 08:47:24 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: ddb02a2c2b1a0000
X-Notifications-Bounce-Info: AWoTSIF7lH2phYyclaUZN1fS2yehTg4ct4FPqgoqHqPNO9X4Q_84R4ccty6eH889wlufVQ1cDn0MwsA0jWHXhQhuLg-rfr0ebjbOouUl0LXqrujDP1Vl0phXCixNam7L2bpPraqpy_RrQSCkofYTC3g5kfpA9HQYpD0lcXSFm0578bKzIbowSiCNy6c-AWcz9ydwet8ohAwSNygcd9d0R6E8EfnhLIjSEELlnsUdtrAOTaLwLoECCfK-4OukKbEXUMmmb-aTW9hI1DjPzNMbDANHYGA1xsg7PMq4uOZyLHsWHcxh7aRL4XQArK2TI3BUvM1Gjig6K75C1Pfp_4UsgI9GO8q6SUJSSk5btAxhC9yrNJJBHt8EyGq6m2abTcgSacFthU7iJtt_YIj4_c1Um3smkIqSqbRFTyvEpVoM-peLr6wHUe5gL4ZAVnw4QaNCUkGqeoNWKNw6Y1Mc-9TFpSgFJMnc_PayEf5frbuBdNTR0GLp7eXXrYfEEVaoY20vXpSxfp1AymmPOWGHvrd_noPcZe4aToKLwpQBH2_NYiYQPVmofmOTeBdFGPPGEjAfriyCs3ut-ZrpUSI9Q1W3xCfB6vHqXRzGzm-U7bC1yithInxYATk3kDGdJmy1VNMNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <c5b6300887d30dae8b301b54a4f9a5aea91b91fe-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000007c797b063d5ab479"

--0000000000007c797b063d5ab479
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCjI0IGhvdXIgV2F0ZXIgRGFtYWdlIFJl
c3RvcmF0aW9uIExvbmcgIA0KSXNsYW5kPGh0dHBzOi8vYnVzaW5lc3MuZ29vZ2xlLmNvbS9uLzEw
MzYyMzgyNjc2NjQ5MjQyMTI0L3Byb2ZpbGU/dHJrPWh0dHBzJTNBJTJGJTJGYy5nbGUlMkZBTmlh
bzVvbEZCbEVqWEJLUE9MeS1NQkFpeTFUUzBaaVlGNEszN0lqYnMyczZnWXF4MGxvdUR5d2VBRmh4
Y1AtVWRubzc5bk5tb3BOaFFxMDhWUnRCQzI1NlY0UXh1MktvdjROb0xza19yVkl1SGhZNGdsSHlf
ay1jX1I2QlRnPiwgIA0KeW91ciBhcHBlYWwgaGFzIG5vdCBiZWVuIGFwcHJvdmVkDQoNCllvdXIg
cmVjZW50IGFwcGVhbCBmb3IgYSByZXN0cmljdGVkIGxpc3RpbmcgaGFzIG5vdCBiZWVuIGFwcHJv
dmVkLg0KDQpUaGlzIEJ1c2luZXNzIFByb2ZpbGUgaXMgbm90IHZlcmlmaWVkDQoNClNlZSByZXN0
cmljdGlvbiBwb2xpY3kgIA0KPGh0dHBzOi8vYy5nbGUvQU5pYW81cGMxT0FUTjREVVQ0ak1BTEww
b1FjRXg2VmZBYk9XUzdUMklrT0U4X255ZTB4R1ZFVm1YM1JYVXJzblI2ZE1KVmdTUzRMWWhuNnB6
bFhCZVM3bUJ6TEZUT2syVU9oS2hOVzVxVnBjRE5SbktlRW5DX0lsYk5WNWVMS1d3NjEteDhGVHJL
Q0EzREswaS03dXlFM1lzRklpVmUxcDJELVdhdFRzQlQ3QXFCQ1Bxel9OcXZJTW5RY0xlZz4NCg0K
WW91IGNhbiBzZWUgdGhlIHN0YXR1cyBvZiB5b3VyIGFwcGVhbHMgIA0KaGVyZTxodHRwczovL2Mu
Z2xlL0FOaWFvNXEtVVFJS0labjlWQk0yWE5YM2xwRGpxaEc0S3lqV3NjYkt6aG9HSW96aUFmaWJ0
VkdTOWs5THVZazE0R2NodldTREJWOXd5WjBvOThoOU5zZGZCRmtucmlwcU5tWkIxQUJXYVQ1Ukp0
TVROa2hKT2dzWENzbmRlWUV2THNRNkpUSVZ0aXA5LTFWQVdnY0VBWnlsLXZpc2hocGJDMFY5VlBs
bDRDbEcyZmoyc3VRSXBVbjZHdk42U3VqLXY5TTJzQ0hmNmhWU0JuQ1BMcGFSX2RtUVh6bWRqU3FC
Z1djQVRNdkFPSlpqUFE+DQoNCg0KUm91dGluZyBJRDogRFBOQg0KDQoNCg0KKGMpIDIwMjUgR29v
Z2xlIExMQw0KMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwNCk1vdW50YWluIFZpZXcsIENBIDk0
MDQzDQp3d3cuZ29vZ2xlLmNvbSAgDQo8aHR0cHM6Ly9jLmdsZS9BTmlhbzVyanpoS21ncDZZak1z
OWx6LWVoNzliYl91Y1lpZzF5eWRUdG9CMlQwU2ktTDhfQVZuekpzRjVOVjJXYXlZTi1ZSjgzdzds
aDlmdnpDWHczbmpUcERpV2xtZjZXcnNFM2c5clJtbTNxaFJQQlEyaV9taXBleHNVTUNNU3c1U19x
X3ljeE1zPg0KDQpZb3UgaGF2ZSByZWNlaXZlZCB0aGlzIGVtYWlsIHRvIHVwZGF0ZSB5b3UgYWJv
dXQgaW1wb3J0YW50IGNoYW5nZXMgcmVsYXRlZCAgDQp0byB5b3VyIEJ1c2luZXNzIFByb2ZpbGUu
DQo=
--0000000000007c797b063d5ab479
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/10362382676649242124/profile?trk=3D=
https%3A%2F%2Fc.gle%2FANiao5pOu7xwWFu3xs_HtVIKY6INN3afQad7Ud1LaZUkPG1r8XcbW=
oF-qoQaHCQzNdrlbm0kU468kcx96y0ZqPGdPeR_rIJ5pSBJawmXZTQlhnHIqlBWJmqMhQ32tIpE=
Aw target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour W=
ater Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
This Business Profile is not verified
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5olcxL3KCzjBlh6vDf9zjFD3_WDB1taeWepSCrGjJQp5yX=
j5nH8xcnCLCKtqwA8yJVL5DOQ-vpqI2JzUF_JQZmUcADGNe4uIIUGqsSAlPk9B8I9pwqARF8iiL=
RexuBiVW3bKhISUntrqcVU0aDuawgsm_ASgPKCqhYtbIW800Zv3Mh3xr3A5WL-C5Ak target=
=3D_BLANK style=3D"text-decoration: none; color: #1A73E8;">See restriction =
policy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5qxj-xq=
KeG_K7hO9FpmW9zC3Jh-99KGH8THmXMoBcSc6SZQ2wIXDYw70WVgIUZ8OIfZK1jmDbsqP9467Sg=
DSRXaBTiWcT6n-uQNVt3ON5SHZFFjwbL5yFSK0ZC1My4mLidaFfw8ySBpfDkJFA0Ko-6Bvql8OL=
FW8cA8H9Lc3mE_iyjYZmu7NyPl55syRnW9DVZVEpHugHRfthZakJsMaS7r3F1gI17ha3xl4fslK=
okH target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qexAjW4eK45B535WOoaiP1KbT_4VziB0dlFvUzzWWfjk=
EWKfvJjTpJ_yL1RfCsSfrQN5tgklSgINYAN_qD9HYSI1vjK9vl5GfY4Du_jj-ZnykJj4dBFYrJB=
Th8QpN0Wf62d80d3w style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5piW2YzkMtdalNBuXodRbKMCFWHyzQw30LaVJ3sUtrfu7hY50bgYBs0KJYMhteuPE=
ezO7r7bHQIvpuoMj0ut3wTmzJP_kqDEX7UXd_ECfSoYNQeaYJVFKRkOAFWup8St5jQaA.gif></=
body>
</html>
--0000000000007c797b063d5ab479--
info/cur/1752994798.M560357P607048.premium320.web-hosting.com,S=10231,W=10379:2,S000064000000023767151007557650020121 0ustar00Return-Path: <36JN8aBcKAE0v33v0tB36z74prt-236t40Dv33v0t.r31@idverification.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 6qu+IO6TfGhIQwkAVkXPrw
	(envelope-from <36JN8aBcKAE0v33v0tB36z74prt-236t40Dv33v0t.r31@idverification.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 02:59:58 -0400
Return-path: <36JN8aBcKAE0v33v0tB36z74prt-236t40Dv33v0t.r31@idverification.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Sun, 20 Jul 2025 02:59:58 -0400
Received: from [198.54.122.200] (port=45725 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <36JN8aBcKAE0v33v0tB36z74prt-236t40Dv33v0t.r31@idverification.bounces.google.com>)
	id 1udO1e-00000002Xuy-1Z92
	for info@24hourwaterdamagerestorationlongisland.com;
	Sun, 20 Jul 2025 02:59:58 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=HZi86YGH;
	dmarc=pass (policy=reject) header.from=google.com;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 36JN8aBcKAE0v33v0tB36z74prt-236t40Dv33v0t.r31@idverification.bounces.google.com designates 209.85.160.202 as permitted sender) smtp.mailfrom=36JN8aBcKAE0v33v0tB36z74prt-236t40Dv33v0t.r31@idverification.bounces.google.com
Received: from mail-qt1-f202.google.com (mail-qt1-f202.google.com [209.85.160.202])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4blDtJ6mRVzFw0v
	for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 20 Jul 2025 06:59:52 +0000 (UTC)
Received: by mail-qt1-f202.google.com with SMTP id d75a77b69052e-4ab9ba884easo35960161cf.3
        for <info@24hourwaterdamagerestorationlongisland.com>; Sat, 19 Jul 2025 23:59:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1752994792; x=1753599592; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:date:message-id:mime-version:from:to:cc:subject
         :date:message-id:reply-to;
        bh=Q8m3CNJScloFPA0Zx3ZjrSVdCd7uJD0+APJlOIok08k=;
        b=HZi86YGH2DCsq+SI1NyV0TkdfWGz9ndlPsMbYwo91wEs3NrVZ1NhktKF0eQZGbqjzE
         rxqtag2faRVKJdTxJEszbWOkDOLkNtrnKHVojiBUPpDm1oqdOLIyIwT+hHJrPbeURDnY
         aI9gVgRWNqTrMC3WtVflisi7ef54QVKKpgbPt/71m6Dm429uDOFj9Zo+L21z0ZbL8A2I
         JrvrjNj2PGXz4dLe4WtHRqPTOHM3YrksSpOa9wzu026Vlu7lRqYWtOXM+mdm+WkHknz2
         v2i+m26w8ayaXn1axhWaVgMboO3q+2cgRmXhhh6ixzbvz6Qk9mcxPI40bCnK+c7nVUzL
         7zOA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1752994792; x=1753599592;
        h=to:from:subject:date:message-id:mime-version:x-gm-message-state
         :from:to:cc:subject:date:message-id:reply-to;
        bh=Q8m3CNJScloFPA0Zx3ZjrSVdCd7uJD0+APJlOIok08k=;
        b=Ydzh3CYnd/qhiasjvYvM9C8X6BGFlkeDTB3ra6ZQJUwE7Tcve/xE0X83v5InT/SAcI
         mG+F+7dwV327oF2+wv2onzIaUpqXr9y0BF1K5t6UHfZJ+6jA5ebwTLYmv+yfTV+SUTOs
         PMStM+lLfHTVEoSFhLpJ/ofgXVzdd27WokOlRHFaspYQxWMubuYhp7F3Kc1LgVkIwC39
         HDGCyXRbOVNljfrJILzAPx1LbTzphGohVxwPgfAC2WAo5hcirSDLbJGqmYNnFiT391D7
         Fy+TEdxBfYqR8vgdIDSqHM6AXteu2Jq1nX3L8pdGdWAonmnUn80WzEE2Zz/hnRTzgpeU
         pM0Q==
X-Gm-Message-State: AOJu0YxlWELTOy5GufyifOPsiVHt0/BhI6RLPmRb3AMpdLpwCKpRZHHR
	PSaLTT88DKYHWHPShraQRj698JZN4PGFYUxLqKTE+0pZmuqPdmjE9j+voyzXAtd2BfcrdP8=
X-Google-Smtp-Source: AGHT+IFnzW3BuQUiEvvQvUGISzz+ECvr/IIVJ/od1hh/f0eMBRrz2rrYXmcoLGvB9T/UmM7ntnRg+ZsVs68Zww==
MIME-Version: 1.0
X-Received: by 2002:a05:622a:5807:b0:4ab:3c02:c45b with SMTP id
 d75a77b69052e-4ab93c864d9mr256269191cf.14.1752994792306; Sat, 19 Jul 2025
 23:59:52 -0700 (PDT)
Message-ID: <autogen-java-501f1ebe-678e-46e9-b263-295e6ccb1b85@google.com>
Date: Sun, 20 Jul 2025 06:59:52 +0000
Subject: Verify your email
From: The Google Workspace Team <googleworkspace-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="000000000000e378eb063a56e709"

--000000000000e378eb063a56e709
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

VmVyaWZ5IHlvdXIgZW1haWwgYWRkcmVzcw0KDQpIaSwNCg0KVG8gY29udGludWUgc2V0dGluZyB1
cCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgYWNjb3VudCwgZW50ZXIgdGhpcyAgDQp2ZXJpZmljYXRp
b24gY29kZToNCg0KMzQ5MDcxDQoNCklmIHlvdSBhcmUgbm90IHRoZSBvd25lciBvZiAyNGhvdXJ3
YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20sIHRoZSAgDQpvd25lciBtYXkgY2hv
b3NlIHRvIG1hbmFnZSB5b3VyIEdvb2dsZSBhY2NvdW50IGJ5IHZlcmlmeWluZyBkb21haW4gIA0K
b3duZXJzaGlwLiBZb3UnbGwgYmUgbm90aWZpZWQgaWYgdGhpcyBoYXBwZW5zIGFuZCBoYXZlIHRp
bWUgdG8gZXhwb3J0IGZpbGVzICANCmJlZm9yZSB0aGV5IHN0YXJ0IG1hbmFnaW5nIHlvdXIgYWNj
b3VudA0KDQpEb24ndCBrbm93IHdoeSB5b3UgcmVjZWl2ZWQgdGhpcz8NCg0KU29tZW9uZSBpcyB0
cnlpbmcgdG8gY3JlYXRlIGEgR29vZ2xlIFdvcmtzcGFjZSBhY2NvdW50IHdpdGggdGhpcyBlbWFp
bCAgDQphZGRyZXNzLiBJZiB0aGlzIGlzbid0IHlvdSwgdG8gcHJvdGVjdCB5b3VyIGFjY291bnQs
IGRvbid0IGZvcndhcmQgdGhpcyAgDQplbWFpbCBvciBnaXZlIHRoaXMgY29kZSB0byBhbnlvbmUu
DQoNClRoZSBHb29nbGUgV29ya3NwYWNlIFRlYW0NCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLQ0KR29vZ2xlIFdvcmtzcGFjZQ0KDQrCqSAyMDI1IEdvb2dsZSBMTEMg
MTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSwgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCg0KWW91
IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCBiZWNhdXNlIGl0IGNvbnRhaW5zIGltcG9ydGFudCBp
bmZvcm1hdGlvbiAgDQphYm91dCB5b3VyIEdvb2dsZSBXb3Jrc3BhY2UgcHJvZHVjdCBvciBhY2Nv
dW50DQo=
--000000000000e378eb063a56e709
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div style=3D"display: none; max-height: 0; overflow: hidd=
en;">Enter the verification code 349071 to continue setting up your Google =
Workspace account.</div><div style=3D"background-color: #f8f9fa; padding: 2=
4px 24px 0;"><div style=3D"margin-left: auto; margin-right: auto; max-width=
: 580px;"><div style=3D"background-color: #fff; border-bottom: 1px solid #d=
adce0; padding: 36px 36px 64px;"><div style=3D"text-align: center;"><img al=
t=3D"Google Workspace" dir=3D"ltr" height=3D"21px" width=3D"166px" src=3D"h=
ttps://gstatic.com/apps/signup/resources/google-workspace-lockup-color.png"=
></div><div style=3D"margin-top: 24px;"><div style=3D"font-weight: 700;text=
-align: center;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif;=
 font-style: normal; letter-spacing: 0.1px;color: #202124; font-size: 24px;=
 line-height: 130%;">Verify your email address</div><p style=3D"margin-top:=
 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-sty=
le: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-hei=
ght: 150%;font-weight: 400;">Hi,</p><p style=3D"margin-top: 24px;font-famil=
y: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; lett=
er-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;font-w=
eight: 400;">To continue setting up your Google Workspace account, enter th=
is verification code:</p><table style=3D"margin-top: 24px;background-color:=
 #e8f0fe; height: 178px; width: 100%;"><tr style=3D"font-weight: 700;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 24px; line-height: 100%;">=
<td align=3D"center">349071</td></tr></table><table style=3D"margin-top: 24=
px;"><tr><td style=3D"text-align: center;color: #3c4043;"><img alt=3D"Infor=
mation icon" height=3D"20px" width=3D"20px" src=3D"https://gstatic.com/apps=
/signup/resources/info-icon.png"></td><td style=3D"width: 24px;"></td><td s=
tyle=3D"font-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, s=
ans-serif; font-size: 12px; font-style: normal; letter-spacing: 0.3px; line=
-height: 133%;color: #3c4043;">If you are not the owner of <a>24hourwaterda=
magerestorationlongisland.com</a>, the owner may choose to manage your Goog=
le account by verifying domain ownership. You&rsquo;ll be notified if this =
happens and have time to export files before they start managing your accou=
nt</td></tr></table><p style=3D"margin-top: 24px;font-family: &#39;Open San=
s&#39;, Roboto, Arial, sans-serif; font-style: normal; letter-spacing: 0.1p=
x;color: #3c4043; font-size: 16px; line-height: 150%;font-weight: 500;">Don=
&rsquo;t know why you received this?</p><p style=3D"margin-top: 24px;font-f=
amily: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; font-style: normal; =
letter-spacing: 0.1px;color: #3c4043; font-size: 16px; line-height: 150%;fo=
nt-weight: 400;">Someone is trying to create a Google Workspace account wit=
h this email address. If this isn&rsquo;t you, to protect your account, don=
&rsquo;t forward this email or give this code to anyone.</p><p style=3D"mar=
gin-top: 24px;font-family: &#39;Open Sans&#39;, Roboto, Arial, sans-serif; =
font-style: normal; letter-spacing: 0.1px;color: #3c4043; font-size: 16px; =
line-height: 150%;font-weight: 400;">The Google Workspace Team</p></div></d=
iv><div style=3D"padding: 24px 16px;"><div style=3D"text-align: center;"><i=
mg alt=3D"Google Workspace" dir=3D"ltr" height=3D"22px" width=3D"180px" src=
=3D"https://gstatic.com/apps/signup/resources/google-workspace-lockup-color=
.png"></div><div style=3D"padding: 10px;"><p style=3D"text-align: center;fo=
nt-weight: 400;font-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif;=
 font-size: 12px; font-style: normal; letter-spacing: 0.3px; line-height: 1=
33%;color: #5f6368;">&#169; 2025 Google LLC 1600 Amphitheatre Parkway, Moun=
tain View, CA 94043</p><p style=3D"text-align: center;font-weight: 400;font=
-family: &#39;Roboto&#39;, Open Sans, Arial, sans-serif; font-size: 12px; f=
ont-style: normal; letter-spacing: 0.3px; line-height: 133%;color: #5f6368;=
margin-top: 10px;">You have received this email because it contains importa=
nt information about your Google Workspace product or account</p></div></di=
v></div></div></div>
--000000000000e378eb063a56e709--
info/cur/1753677575.M565740P2912018.premium320.web-hosting.com,S=14689,W=14954:2,S000064000000034541151007557650020210 0ustar00Return-Path: <3Af-GaAoKAGYWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id CMk1IQf/hmgSbywAVkXPrw
	(envelope-from <3Af-GaAoKAGYWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 00:39:35 -0400
Return-path: <3Af-GaAoKAGYWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 00:39:35 -0400
Received: from [198.54.122.200] (port=44769 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3Af-GaAoKAGYWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>)
	id 1ugFeB-0000000CDti-1g9N
	for info@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 00:39:35 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=Ye5mmg16;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3Af-GaAoKAGYWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com designates 209.85.219.71 as permitted sender) smtp.mailfrom=3Af-GaAoKAGYWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-qv1-f71.google.com (mail-qv1-f71.google.com [209.85.219.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br5Nd6KzJz17jw
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 04:39:29 +0000 (UTC)
Received: by mail-qv1-f71.google.com with SMTP id 6a1803df08f44-6fb3bb94b5cso53397366d6.2
        for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 21:39:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753677569; x=1754282369; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:from:to:cc:subject:date
         :message-id:reply-to;
        bh=S2nE8VgDtf7/PmtegYIX8nyOWLC6hgSUqPFXTNEOAgw=;
        b=Ye5mmg16gBUwmPQ2iTYGYDPMLuZhKNGspMJ2FK316tyKJXdPnlYsa4baTT2xInWqBG
         Ck+7l9ulBr4ckcq/KmbiDak7tl0LIgvyv1xX/qfpy3w8Kn+BEGYsU7qtOzc0vrkBwUNh
         PGteAXATkSYznnT9JF7WwSEEuJ4FF/+GC4Bm4ZC6AAm4BU2aAjDVgdMNTOAF05HcyBkq
         pMfLOosqOjAodE0C4Lj7L4T63MPSWouiXvjPedG1RKBHQa2wvCDKsDUHYIvVzKVcxVlG
         pU/RUyVbxr14Qrr7hbq7tAQmBF3wtEqsJIGEDwSUR5lLqDCdNRNX0edVRCDlccy8zgMF
         uRow==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753677569; x=1754282369;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:x-gm-message-state:from
         :to:cc:subject:date:message-id:reply-to;
        bh=S2nE8VgDtf7/PmtegYIX8nyOWLC6hgSUqPFXTNEOAgw=;
        b=qaHycC+iyk62kITs02NM35AmxHd+isVMzHe1EpzxIDDf5gtb1qghQQ9ln5Ny66uy1j
         xtG6Uts3MfNA22zIiSsim6IFwB+AQdvBm3/4bOwQb2AjSzYw8Q+j0/2XlVMggOOTYn90
         o9oaFMUegfzHWLNtap788IjElAts3r6Hxbfd8DXetfIe7jMtCY+xf6+n5iMYSHRcJaok
         lOOHM2+6FKPAiJ3TtlcCS+yJ4W2IbMWizr83HrHAvYYQEW4o/VNmeVsP8NuMy/4YDXqV
         8vsQ+xeMCjsjJq9+THgx0j+TJ7UY5aCtNxX+eimI4JgeQlnZ+hJLqquUp7z/svJsFua+
         Jg+w==
X-Gm-Message-State: AOJu0YxSyb5tO6DjfWkv954Fs/P3tF8lXiy6ioHX/iLp4KA3KIwVWo10
	eVxr8s/vsjvZoXegl4k5K6hszvvaKKvHxwuD5QRehrXOER/nRobNqZUL8qw4
X-Google-Smtp-Source: AGHT+IEhXuSmiIivGmTxBt7APu8ydeLvzGBA78Hn1aPJfscJLruSfVckEN63M8RW5W9tiW7WjHOjHfY=
MIME-Version: 1.0
X-Received: by 2002:a05:6214:508e:b0:707:4b37:f6c5 with SMTP id
 6a1803df08f44-7074b37f9a0mr21110756d6.35.1753677569236; Sun, 27 Jul 2025
 21:39:29 -0700 (PDT)
Date: Sun, 27 Jul 2025 21:39:29 -0700
Reply-To: Google Search Console Team <sc-noreply@google.com>
X-Google-Id: 4154303
List-Unsubscribe: <https://c.gle/ANiao5o5lZ98QvjOa_3fLkJ8APSxStS42kYRU-sMGWi4YTXgB4Tk0U7Y0H-Cjm8zu-E3SXl9tPKYcMNidjvDocjEnnU5aOP_DnunHWkEhLry9RUTUI8ubQheWa2KIg6GdjMlcA_EmnIddqayElf7KYCkzEh8J9ExzsveFSEFtT0F3GhkrDou6cG1kYLyjV5Cu5FQlzWmOiQheG-1K9vd50D1xYvl7Ubgjb9oqRMWB0ansXkPPsjCq7prg27n5QaZYbMTOgP7c9MuPyREpX_qrQxif6frRxIYkdtaSp15FjBewnzxL0p_9F0HeF2r3x4f4ZDMWv4tnYL6mgEAUJK4PirswN8BlFMySQNgmkVSnI-VDPDJ0MIQViCXAcymfeR5e39imlFE8RvQCBhPl9v4>
Precedence: bulk
Feedback-ID: P-38-0:C20237597:M110624660-en:gamma
List-Id: <6e180ccbadfa950a9b941acac5723e4f395dc930.google.com>
X-Notifications: c6067745e76a0000
X-Notifications-Bounce-Info: AWoTSIG3V_JYiFjJA-aHu2zaaG-juXD6nhKcJXE5-EyNBKskfAtWhelqhnIVZeAMlCZP6JMw1B7m7BXhwqwjX09jTiIhR-kHvK3VPmjpxI0bMYtVLfCHaWcH5sZm2A1NOA6UBZZZHVnYbqx6NoDF49J2JOtKSBfE5F2YAID5tJxPU8DlKfg2uogqLfP-nUgNgk1swAxPaD1W5JMw8otTeYl0z1xdhYkWrEA-cir4eDD2EdtZ60JLz7Kr3ZwTLLR991Mj95o-xnK0HHZ10DiDfJRuyj__tupFqjvvFf598drmVQp6DxNZoqKCQr8y8zqE1L_sCNBYS55rPTnN6yFBSuGJhGaVHXvsxomOEJqqTKKatcrs_CBdAPFH7lSm8lbZNG7wAcR0Slpv9igVq-VdF-NtQIF-LKls8f1kBF8eIPFIh294ysDS-1O_p58A0zMzegq5aAmF6n2feROhkbuPrVk_he6B4OCZmbpgVLNEKW53eTuJlpOnChM2-tPblHtbxm7SLWGcLE8nPVbbyyO2jZTkKlT5MPWxZn1qP3fg6wEObgN7AFxs9DjSd2W0WaufD8_PfP3xyUl3rA1dcxPsvUrB3EGP8GAPfuRtCHNQgYRC1XN-Qi5ipJ7LXirwpLgOeAmgb29jK316lqN40lECilIm1a_s0O2KNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <e6bc0bad20b560e6491fdd1e1f40cbb9f7e5979e-20237597-111238677@google.com>
Subject: New reasons prevent pages from being indexed on site https://24hourwaterdamagerestorationlongisland.com/
From: Google Search Console Team <sc-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000090a009063af5e083"

--00000000000090a009063af5e083
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KDQoNCg0KRnJvbTogR29vZ2xlIFNlYXJjaCBDb25zb2xlDQoNClN1YmplY3Q6DQpOZXcg
cmVhc29uIHByZXZlbnRpbmcgeW91ciBwYWdlcyBmcm9tIGJlaW5nIGluZGV4ZWQNCg0KDQoNClNl
YXJjaCBDb25zb2xlIGhhcyBpZGVudGlmaWVkIHRoYXQgc29tZSBwYWdlcyBvbiB5b3VyIHNpdGUg
YXJlIG5vdCBiZWluZyAgDQppbmRleGVkIGR1ZSB0byB0aGUgZm9sbG93aW5nIG5ldyByZWFzb246
DQoqIEV4Y2x1ZGVkIGJ5IOKAmG5vaW5kZXjigJkgdGFnDQoNCklmIHRoaXMgcmVhc29uIGlzIG5v
dCBpbnRlbnRpb25hbCwgd2UgcmVjb21tZW5kIHRoYXQgeW91IGZpeCBpdCBpbiBvcmRlciB0byAg
DQpnZXQgYWZmZWN0ZWQgcGFnZXMgaW5kZXhlZCBhbmQgYXBwZWFyaW5nIG9uIEdvb2dsZS4NCg0K
KipPcGVuIGluZGV4aW5nIHJlcG9ydCoqOiAgDQpodHRwczovL2MuZ2xlL0FOaWFvNXJuSWZBVnc3
ZUdYS3lCcXpHY3VjVWtSbG5KYWNVM1JSeHNTVHpnNk5CUVpuVVotN2tUQnBYX2V0aVZmMnZWbmV2
ZFh3N3pfZkxqRWhRNUJaT3JHaE1CMkgtZVk3WnRucTdRYWVlM25adEV1aDAwTU5kTU9nSi1sUWYz
RktGNkZoLUNBb3ZsZVdCV28tT25yeGFkM0xaRnhrZHBONDh1YXJMYlAyT3dhb0h6R2hkOHB4aTQ0
UENVUnlqRVpTbUxXVmY0TU9aamlHR014bkE2Vkk2VDNYWXhQSnJBdVpXZUtoVDNxenBvS3FacEc2
NTJpaGZSWkRSbFMwb2drR3hEclJ5WUU3V2NUMUxpZ1ZYa1VVVEZRWFBnMGYzRkJ0Tk51SzE3NXZ4
Q1FsVm1zaThIdGtkeWthSkV2d3FBczR1YWJhSXpYZ0tQVmlqb1FqN1FqQ3hHWjkwNG9SbVhDZVYx
ZTY0VFZaN3BVb0p3bFBodUk3b3ZNMWRsNXRNDQoNCg0KLS0tLS0tLS0tLQ0KR29vZ2xlIExMQywg
MTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSBNb3VudGFpbiBWaWV3LCBDQSA5NDA0Mw0KWW91J3Zl
IHJlY2VpdmVkIHRoaXMgdHJhbnNhY3Rpb25hbCBlbWFpbCBiZWNhdXNlIHlvdXIgc2l0ZSBpcyBs
aXN0ZWQgaW4gIA0KR29vZ2xlIFNlYXJjaCBDb25zb2xlLg0KVG8gb3B0IG91dCBvZiB0aGlzIG1l
c3NhZ2UgaW4gdGhlIGZ1dHVyZSwgdmlzaXQ6ICANCjxodHRwczovL2MuZ2xlL0FOaWFvNW9McnQy
dWFpdk1OWmtjZHRSSzY4NG9sR3paaDVqaTNsa1pOdHY3bGR4WWZkY2l2VWM1OGY0cXB1b0pnRWhQ
MjNTYk1zWE1FNk1YWkplYnN3WkZ6ZU9XREw2N1h5NGFVODlaUjMzcFp3dkxnSi1iOTlSeFp5WHh2
Y29pV0FzLTR2NTVRdjJfOGJ1ZmtRWjE2V2Ria1Z6ZE5pTzhuc0ZLMFQzSWdjaXFMLWFFR2pPTm8z
NVlkejNuSU9YTXU2MzhodkNDeTR3eVdSTVZhVXpsSWtlWG5PSHpPVFBDTHNTVnYxaURCUC1xTTNz
dXdzcUIyT2t3WHJDbzZqellVdmdPNWtKeUtXNFJURFBUd3d5QUpHWmUwUENDWXJWdUI1aWJzdTZx
VFBBVU85bHpwS3g2T3VkNmFvLWxoalItMFlHS2luUFR5OU5wZ0ZJdlZBVDI3bktGQjdwdFl5Q2ox
ZU9rbFZuNnBrT19DdVdGRmxhNU1MLXpQdE43Y05MNWprX0s3UDdxNWxrSmpvOU9hUT4NCkFkZCBw
YXJ0bmVycyB3aG8gc2hvdWxkIHJlY2VpdmUgbWVzc2FnZXMgZm9yIHRoaXMgU2VhcmNoIENvbnNv
bGUgYWNjb3VudDogIA0KaHR0cHM6Ly9jLmdsZS9BTmlhbzVwWnBYb19STUhwRFl1T3FLcGVETUdJ
V0Zydm4zN3JqbVRuMGN0anlFeUdTV1hvWXFLcWFrWl8yNm9LN1ZrbXlOZ1RBSUxxS0NKNXhzYzI3
NEZYNW5RWUNmZVQyZDhHUlBnTWlxQW1neE01NnNKcU1iNnY3TzNYOFRueUNDMW95ZGZBV1hfX0lR
UXV6UTJ4OUctM3daaEFwclZTUlFabzRhWG81a1BsZlNGcDRlVXF3TVp4RlpsVmdYbXhULVZ2bVB4
N1lpY29rWEwxMEN2emNtYlZlbExuSW5iTlpnV09jWUNlTkZGUGlXSi1BelFJVXVQTHRvZFh3Q1dz
V2tOQU9OclphVkVJamFTeUUyRWE1SGVsTHU1c0lHZU5yUGdNaUFKUkxtcXFiYUEyMXBROFhibUtP
NEc4SWVtTjlqQzJiNFp0R1dlZGY5NjNUSE1xV3RFOE91MXE2MFhCdmVwdWRTVGMyLVlZWHVldXZ6
OXdGUnduMFpBLWJkVkdNb3VYNWlIekdyRmlTa0tyd3IwDQoNCk1lc3NhZ2UgdHlwZTogW1dOQy0y
MDIzNzU5N10NCg==
--00000000000090a009063af5e083
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable







<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang=3Den>
<head>
  <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
  <link href=3Dhttps://fonts.googleapis.com/css2?family=3DGoogle+Sans&famil=
y=3DGoogle+Sans+Text:wght@400;500&family=3DGoogle+Sans+Mono rel=3Dstyleshee=
t type=3Dtext/css>
  <title>New reason preventing your pages from being indexed</title>
</head>
<body style=3D"font: inherit;
             margin:0;
             padding:0;
             background-color:#fff;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;
             line-height:1.5;
             letter-spacing:0px;
             color:#1f1f1f;
             word-break:break-word;" dir=3Dltr>
  <div dir=3Dltr style=3D"max-width:600px;
              padding:0 16px;
              margin:0 auto;">
    <div style=3D"padding:32px 16px 16px 12px;line-height:0;font-size:0;">
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_icon_c=
olor_160.png style=3Dheight:40px;>
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_logo_l=
ockup_gray_24dp.png style=3D"height:34px;padding: 3px;">
    </div>=20
    <div style=3D"padding:24px 24px 40px 24px;
                border-radius: 16px;
                border: 1px solid #C4C7C5;">
      <div style=3D"max-width:520px;margin: 0 auto;">
=20
  <div style=3D"padding:16px 0; max-width:520px;">
    <span style=3D"font-size:24px;font-weight:400;line-height:32px;font-fam=
ily:'Google Sans';"><a style=3Dcolor:inherit;word-break:break-word;text-dec=
oration-line:none;>New reason preventing your pages from being indexed</a><=
/span>
  </div>
        <div id=3Dwmx_wnc_message_main_content SCREEM dir=3Dltr style=3D"
             background-color:#fff;
             color:#1f1f1f;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;">
  <div style=3Dpadding-bottom:16px;>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Search Console has identified that some pages on=
 your site are not being indexed due to the following new reason:</p>
  </div>

  <div style=3Dpadding-bottom:8px;padding-top:8px;>
    <div style=3D"padding:20px 16px 20px 16px;border-radius:8px; background=
:#F0F4F9;">
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Excluded by =E2=80=98noindex=E2=80=99 tag</a>
        </p>
      </div>
    </div>
  </div>

  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>If this reason is not intentional, we recommend =
that you fix it in order to get affected pages indexed and appearing on Goo=
gle.</p>
  </div>

</div>
  <div style=3Dmargin-bottom:16px;>
    <a href=3Dhttps://c.gle/ANiao5qQqQiZ_pRfKs8Brbi6jEhYKWHVpq23DL2l6xBuj0n=
YLc7CAE1C4_T1VqfDWPSqmMSy31ga6Phebza6SLMF7jHuKyYDqTHtss_B2pSLFsqwzt8Nm0atwe=
CA08ButPymzbcS5lEzeYQQisXMiCZRRqYXV92SNo4WKshUBVTtaHcWmt7Rj0jC_Z3TiUy4OSO_j=
v3pkzBkw5N1L61PI7pu5z8J4pMSvjJcUWqDUD61TdiwDYfOziLKhC4IGLvtOsoLbgGj2c86aiIL=
T85qcBTX4JgnkpqJEzKDWw2flLpk-7RtURJZQlFnGgy2Qh0L9k9B2hiMa2SgEGH7Z-ry1lCZc9I=
1FSXSBqxRlMiEOVCCz7cC-doJWXXfs3tdIUO64A role=3Dbutton style=3Ddisplay:inlin=
e-block;text-decoration:none;>
      <div style=3D"color:#FFF;font-size:14px;font-weight:500;
                  background:#0B57D0;border-radius:12px;padding:10px 16px;m=
argin:4px 0px;line-height:20px;">
Open indexing report      </div>
    </a>
  </div>


        </div>
      </div>
    </div>     <div style=3D"padding:24px 16px 48px;
                line-height:16px;
                font-size:12px;
                font-style:normal;
                font-weight:400;
                max-width:600px;
                color:#444746;">
      <span style=3D"font-weight: 500;">Message type: [WNC-20237597]</span>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      	You've received this transactional email =
because your site is listed in Google Search Console. You may <a href=3Dhtt=
ps://c.gle/ANiao5o5lZ98QvjOa_3fLkJ8APSxStS42kYRU-sMGWi4YTXgB4Tk0U7Y0H-Cjm8z=
u-E3SXl9tPKYcMNidjvDocjEnnU5aOP_DnunHWkEhLry9RUTUI8ubQheWa2KIg6GdjMlcA_EmnI=
ddqayElf7KYCkzEh8J9ExzsveFSEFtT0F3GhkrDou6cG1kYLyjV5Cu5FQlzWmOiQheG-1K9vd50=
D1xYvl7Ubgjb9oqRMWB0ansXkPPsjCq7prg27n5QaZYbMTOgP7c9MuPyREpX_qrQxif6frRxIYk=
dtaSp15FjBewnzxL0p_9F0HeF2r3x4f4ZDMWv4tnYL6mgEAUJK4PirswN8BlFMySQNgmkVSnI-V=
DPDJ0MIQViCXAcymfeR5e39imlFE8RvQCBhPl9v4 style=3Dcolor:#0B57D0;text-decorat=
ion-line:underline;word-break:break-word;>unsubscribe</a> from this type of=
 message or <a href=3Dhttps://c.gle/ANiao5ouVF0-XT6FmP5tUyNYOc64GLzxe6Id0ZO=
IjZre1QabxLhE72ekh6F-6XB3AZpbK6Mqm87677WHYxBvuH4THmPvnMtZ6aIFRI7Vu9rAib9TO3=
Uqg37oNHMncw8CksZkcbk8wtSxUaY_gtB8DFAyKd-7z_t-8u4DelrfJMITtA1WWdGVs_ABzGiKr=
h4JcERJ6GZpU0qZ971pq4sqkny7kfk7x9nGcsg3Wy0uNAKLwvq-AuMMQEKZ5kqQVnKHZutoAUnR=
7XsDrjeesc9Au6QwqObNNsK2UxtUpq33y4irHO18LtH5U516w1hCgeNUCCUVpuwpltohFBPEs9D=
57yShgaDbEA_oO0uR4L6IO6nwXAnei7fLwSLI2qyCGF7vhU_C0Y7gFaJa-U2YB82nrg style=
=3Dcolor:#0B57D0;text-decoration-line:underline;word-break:break-word;>add =
partners</a> who should receive messages for this Search Console account
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Google LLC, 1600 Amphitheatre Parkway Mountain V=
iew, CA 94043</p>
  </div>

=20
</p>
  </div>
    </div>=20
  </div>=20
</body>
</html>

--00000000000090a009063af5e083--
info/cur/1753685669.M291221P3270869.premium320.web-hosting.com,S=24810,W=25589:2,S000064000000060352151007557650020205 0ustar00Return-Path: <3oR6HaBcKAEYj20qvm00xzwnqtm-vwzmxt6owwotm.kwu@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 2EtDEaUeh2jV6DEAVkXPrw
	(envelope-from <3oR6HaBcKAEYj20qvm00xzwnqtm-vwzmxt6owwotm.kwu@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 02:54:29 -0400
Return-path: <3oR6HaBcKAEYj20qvm00xzwnqtm-vwzmxt6owwotm.kwu@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Mon, 28 Jul 2025 02:54:29 -0400
Received: from [198.54.122.200] (port=40625 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3oR6HaBcKAEYj20qvm00xzwnqtm-vwzmxt6owwotm.kwu@scoutcamp.bounces.google.com>)
	id 1ugHkj-0000000Dm1d-0WNk
	for info@24hourwaterdamagerestorationlongisland.com;
	Mon, 28 Jul 2025 02:54:29 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=tVMpztzF;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3oR6HaBcKAEYj20qvm00xzwnqtm-vwzmxt6owwotm.kwu@scoutcamp.bounces.google.com designates 209.85.128.199 as permitted sender) smtp.mailfrom=3oR6HaBcKAEYj20qvm00xzwnqtm-vwzmxt6owwotm.kwu@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f199.google.com (mail-yw1-f199.google.com [209.85.128.199])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4br8NL2fr8z55dX
	for <info@24hourwaterdamagerestorationlongisland.com>; Mon, 28 Jul 2025 06:54:26 +0000 (UTC)
Received: by mail-yw1-f199.google.com with SMTP id 00721157ae682-70e5e6ab756so56039047b3.2
        for <info@24hourwaterdamagerestorationlongisland.com>; Sun, 27 Jul 2025 23:54:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1753685666; x=1754290466; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=AGOkMku8JpZzznKCIuOYygQzBvx4lM1btz342KMSptM=;
        b=tVMpztzFnwZH2B8YVlVRj/eNxXRCDXhAGJ/zli6ElYZQ+RN/7gFVoL6IXh5ykIIodq
         8HDHqIk4pc+Hnwc8gnlismI9Ramm/kNb28IfF+xBKEuUF3O78WZXbuA4bap+JfC1XGB+
         +RKbgckCHDKVweQG8Ah2hfQzOnPUnJPoutwC4t6olImcVVkDI+GSw+wbP6PGxbRhv0Eq
         Ht3QSy++XcCn7T1e5M9ghRKzyWZx6nfP5v3P2/8bsgR5yDneBWfpam6ZdCsXS5a3SjPf
         +B655qIp+pZBTVivNecOLLnqfVE2MtdmeG08hwN98W4s2g9NkVlHdvwbkmcUIYcmi/zk
         KGnA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1753685666; x=1754290466;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=AGOkMku8JpZzznKCIuOYygQzBvx4lM1btz342KMSptM=;
        b=VO9QUmP4VJriuV8olaCYPbIImOhxNaH+k520Z1Vp75txm29Ml9sfIAuBbhjrn+QgY5
         6XOm9PDBdoxCPCFnmJNbDL7jl3lXDD18cxrihyh8YBGgiH0SkwiJbLhg8u/+XhBpFk7M
         o7AdqM0mGij+qnIetNiMUWyUqlB+8EzjXHUduUY73bg/UuypW0NcjV5UQw5IXAa6R9YF
         8ep6mepsBrXmrwiX6G4ikdBd4VbXD82pnlN23xQzwnNJdRTJ0cUf7CEG6Y2BcJcCe4kg
         eybl3A+SqZL8CxE394xmCKlbOtUFdhslTeJ+SBGEJJshReUyvJMgRm4qglc5K4TVNv9U
         LZMQ==
X-Gm-Message-State: AOJu0Yxl7QBqlKK7qYb/AvuOPA+1k+6ZNWVxAsUp0KBqqUkKjncHLs/D
	5rf0RXT3FQomwmoR6UiIxkJ/O7ULax19wyK6i7rGcmfzl/kmesFWEdUgb9ZK
X-Google-Smtp-Source: AGHT+IGIaAkSCNFmh5AHWcI9q+NwiPjkXw3ffGifCKr8Vo4mDZ9J2l3fvZ9BzJPfMgKaJjkk1lm6ylA=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:6484:b0:71a:1c54:b535 with SMTP id
 00721157ae682-71a1c54b9aemr34380767b3.8.1753685665779; Sun, 27 Jul 2025
 23:54:25 -0700 (PDT)
Date: Sun, 27 Jul 2025 23:54:25 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267819
Feedback-ID: P-528506746-0:C20265398:M110694868-en:gamma
X-Notifications: 85bedb94976a0000
X-Notifications-Bounce-Info: AWoTSIHmfprsWlTo33jbXzPNi1xWsI3z-qbJQo--NjQlcjjHeT3B7HwA_y-dz1OVjDXda6ort7Fxs-_tYS4uXWwNFZxpMJXIOlK0VxTWbNZ3XPgINzLua1ldkdSJs_7e_vFxs1pTWrWja0LjrUngF-WAMzhvr6-cxYyqLKRprRXM6qNkG_QlexTvgs21Mh1jFxRweYmISNCTvMTvxrHWpcB9REw5t7DvOvaJ2X7brOF0sg_-2DbcFF3Xelxc8S3KAwCPlGB9KoogZ4h-7eumj4VvVhIU4TQpbRMP-o0leERrBqXrNAk-eYPRq8WxZHAnxfRs3Y51a2cJr9aBqX4gjuj1ONHxRU3CLrZe2Mdhq_MTWL4WOEZb9Dq54G3BGfh61wVFtufw1szH4v1cN_M0-M0JtjP6-IZj4RnlufkKSPS_Xry2iLiBaFo-KDKIH1oTWM1OW4X2W_KLU8MpaN-sSGnT3npmaSAfUfHYRh0V3C47hvc5TJdHIqBAguIGzZ0V57NxGgSs-ZXz6Rcofm41PWHTp5QE1StfKUeq5oaovIoi1Y13SMt0Y2nsYLRE7z3CdN5827hj0IAW2fS117f6xzb4_FmeVLZiP8g_ZopQzGdx7OqDJDlUHVa6JwA12fANjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <20debaacb62a76e146e58e905a86ad9fb1f167e3-20265398-111349049@google.com>
Subject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000028119d063af7c360"

--00000000000028119d063af7c360
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes

















Your business profile has been suspended

24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/4743205812161327433/profile?trk=https%3A%2F%2Fc.gle%2FANiao5ryzpolWfsMQp-8s7Ypinn5-h5vFZjf6WJAXGIZ9ScmynhQxVDa68_WwzZSpsBhPbepSHTSgB0keHQEu3SmL_2Ty4rVtBFSf7dl44TaPZ-TPqgRcepoKWNt0qw>  
at Long Beach Rd, Barnstable, MA 02632, your Business Profile has been  
suspended due to policy violation.

Violation type

Content that violates our policy on misrepresentation isn't allowed.  
Misrepresentation includes misleading representations or omissions for the  
purpose of gaining improper benefit.

Learn more about our suspension  
policy<https://c.gle/ANiao5rvmER6mgIT3XBe54B7YliftOHuuPjBoas-sFuMpU1w35kiaSHDIiUBBlSfzLu_2u_EnD1oPjUnytzdiJ8gUGj9RI0XLgoiL33H4YkzjChXDywgW-pqpByfWpQKYTUj0ArpNItnINXOybFjb0eYuGw9BLPuqSQ4Lk6xKpW0TIo>

To appeal this decision, click on Appeal below.

Appeal  
<https://c.gle/ANiao5reYqyZtXUqrRm_0q0oUzMJDVrHWdmbGv62vxWDJCvcNDKcGruN1tQsMPsvjqhxmFl71W0B7_Dw1WYLmAzQ2rr6mbbgNvAC895O_PafACd2I3qUKG5KAKqai1LOaC4KbZt6zsp5DxRX_egGhi267TixxFhwJ7TpkMceBTSGtNmn7Ec5ficLQS0tXh_ph5iL0Q-XlzMfsMCSTm0fIUni_k6DYNrclcTIZ_yzRiX1ig>

Your content was removed by our automated moderation system.


Routing ID: DPNB





(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5rUCWxo6jU04C19KFBqnHB5U5atsGYqTRUEaFBG-AcXTnPgj5RQQHjrSGLHQdiIR7RdPp4p9m59lC4kcktETI8vKScDCmk5yUIrm24m_4JfaUAUxVWFmDBrvbubmctmjqpHArg>

You have received this email to update you about important changes related  
to your Business Profile.

--00000000000028119d063af7c360
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Listing Restricted</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_border{
border-top: 7px solid #1A73E8 !important;
border-right: 25px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 25px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{width: 480px !important}
.ht72{height: 72px !important}
.pad_l_41{padding-left: 41px !important;}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<!-- Goto Action Button start -->
<div itemscope=3D"" itemtype=3Dhttps://schema.org/EmailMessage>
<div itemprop=3Daction itemscope=3D"" itemtype=3Dhttps://schema.org/ViewAct=
ion>
<link itemprop=3Durl href=3Dhttps://c.gle/ANiao5rcNAO4RTN5zOj69DFyNg3ppMUDi=
Oj-zK0wZPSYLUO29_BN9Del0mBjjUHtS4fR2Xy4rKnSzPInfg5jjG9hb6SxCOc-dZSmbqeaevKX=
w_Mp2hbutGIp5FVyacXGKfZCBxfZQb7tU8s-MEpJtl3hy-DURjNwB6BBKIJwkdx5j_XMttGSI4r=
1M7q26tSfbU738Rqu1bZw0x2wnGGLaiQSSyC-fgiePXPO2WRuOr_c37mm>
<meta itemprop=3Dname content=3DAppeal>
</div>
<meta itemprop=3Ddescription content=3DAppeal>
</div>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D46 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 36=
px; line-height: 44px; font-weight: 400; color: #5F6368;" class=3Dw_break>
Your business profile has been suspended
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
<span style=3D"font-weight: 500;"><a href=3Dhttps://business.google.com/n/4=
743205812161327433/profile?trk=3Dhttps%3A%2F%2Fc.gle%2FANiao5oY9hrA8mA2zzdk=
NmzFUifWCkuMYjuMwgzXzUvb0zkmoUbD0ZN_2Ne89Zn9YOSYHSvdeg02cmQ1uMtJFXNN5lbSGtE=
qvr4wsDo_zkLzTfjj9X5ySSLKBi4_F85T3A target=3D_blank style=3D"color:#1A73E8;=
 text-decoration:none;">24 hour Water Damage Restoration Long Island</a></s=
pan> at <a href=3D# target=3D_blank style=3D"color:#5F6368; text-decoration=
:none;font-weight: 500;">Long Beach Rd, Barnstable, MA 02632</a>, your Busi=
ness=C2=A0Profile has been suspended due to policy violation.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D24 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 22=
px; line-height: 33px; font-weight: 500; color: #5F6368;">
Violation type
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Content that violates our policy on misrepresentation isn&#39;t allowed. Mi=
srepresentation includes misleading representations or omissions for the pu=
rpose of gaining improper benefit.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 500; color: #5F6368;">
Learn more about our <a href=3Dhttps://c.gle/ANiao5pfWYADWljOJiBrYRTN_09cwH=
QLDTx7CKM4DeZx56QWJ-Xuq1Jpi1tf5V7zx9mGn4-u8oXWt1Y-gzIZ9IkMkZUD_KCDqGNpKvm5R=
-f7nYRTUm-rwzpMZXZ90fSjhhoy6bF9MCR42YODXjNB9jmaLM41DFhiLquZdI6yNTUuVhm1ZQ t=
arget=3D_blank style=3D"color:#1A73E8; text-decoration:none;">suspension po=
licy</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
To appeal this decision, click on Appeal below.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D25 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft class=3Dcta_width>
<tbody>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5p1sJ-D0EEz_w03aVL9VUzJBMFOLw4sMmurbESBJK0sG_J=
NP3_JSm23oUqll6oj-wVIgkU96tmIb_WsHxTV12DDWhUMpU9mX8FeHARnoTko1BnT3dCDn72G4u=
dAhBeIltkvc8f7qltf5hhUlTpNHiVSdpV2P0PJpcodfmlt9qDmt1LR-7qzIuegXB68zUWf51tJl=
i1K6ZU4fyujcfpRCyTXkQ_f3YpiGhgD4MJC3POj target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
<tr>
<td align=3Dcenter valign=3Dtop bgcolor=3D#1A73E8 style=3D"font-family: Goo=
gle Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-=
serif;; font-size: 14px; line-height: 22px; color: #ffffff; font-weight: 50=
0; border-radius: 4px;">
<a class=3Dout_border href=3Dhttps://c.gle/ANiao5p1sJ-D0EEz_w03aVL9VUzJBMFO=
Lw4sMmurbESBJK0sG_JNP3_JSm23oUqll6oj-wVIgkU96tmIb_WsHxTV12DDWhUMpU9mX8FeHAR=
noTko1BnT3dCDn72G4udAhBeIltkvc8f7qltf5hhUlTpNHiVSdpV2P0PJpcodfmlt9qDmt1LR-7=
qzIuegXB68zUWf51tJli1K6ZU4fyujcfpRCyTXkQ_f3YpiGhgD4MJC3POj target=3D_blank =
style=3D"text-decoration: none; background-color: #1A73E8;padding: 7px 25px=
;border-radius: 4px;color: #ffffff;display: block;">
Appeal
</a>
</td>
</tr>
<!-- spacer start-->
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<a href=3Dhttps://c.gle/ANiao5p1sJ-D0EEz_w03aVL9VUzJBMFOLw4sMmurbESBJK0sG_J=
NP3_JSm23oUqll6oj-wVIgkU96tmIb_WsHxTV12DDWhUMpU9mX8FeHARnoTko1BnT3dCDn72G4u=
dAhBeIltkvc8f7qltf5hhUlTpNHiVSdpV2P0PJpcodfmlt9qDmt1LR-7qzIuegXB68zUWf51tJl=
i1K6ZU4fyujcfpRCyTXkQ_f3YpiGhgD4MJC3POj target=3D_blank><img src=3Dhttps://=
www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 height=3D6 style=3D"d=
isplay: block;"></a>
</td>
</tr>
<!-- spacer end-->
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D10 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Your content was removed by our automated moderation system.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif height=3D15 =
width=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px; font-weight: 400; color: #5F6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5qEP4jl5SUW5mbnGlDeyTCtfYrFXpvQkM13UFFZ7eXndT=
XdPgjuXTSAnKauyvr6Q73lllBDyCqVX8LTp1AJjyFkKG0tPwvBCPS_kCbELzoQjfvMj2W5fN1r0=
P0mv3DVFC7KADMhUA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5o27wrlHwB19pzjZQYB15qCEXHRVpYSgNs3h6BaRmvtckGO8hrOVLUl5n5m4N0oY5=
kRfm6MQbhLPEkJZ0akTylkniMh96ktc16e_rz3Rr5X8PdGnBRnVFlAdT7d3mmQll8WnQ.gif></=
body>
</html>
--00000000000028119d063af7c360--
info/cur/1756975975.M876990P1135250.premium320.web-hosting.com,S=21801,W=22487:2,000064000000052451151007557650020063 0ustar00Return-Path: <3YVO5aBcKADoXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 9HJCM2dTuWiSUhEAVkXPrw
	(envelope-from <3YVO5aBcKADoXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 04:52:55 -0400
Return-path: <3YVO5aBcKADoXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Thu, 04 Sep 2025 04:52:55 -0400
Received: from [198.54.122.200] (port=37339 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3YVO5aBcKADoXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>)
	id 1uu5iC-00000004lJg-1Cff
	for info@24hourwaterdamagerestorationlongisland.com;
	Thu, 04 Sep 2025 04:52:55 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=TLXROzjW;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3YVO5aBcKADoXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com designates 209.85.216.71 as permitted sender) smtp.mailfrom=3YVO5aBcKADoXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-pj1-f71.google.com (mail-pj1-f71.google.com [209.85.216.71])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cHYCP6bTvz17YC
	for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 08:52:49 +0000 (UTC)
Received: by mail-pj1-f71.google.com with SMTP id 98e67ed59e1d1-325ce1082bcso1069328a91.0
        for <info@24hourwaterdamagerestorationlongisland.com>; Thu, 04 Sep 2025 01:52:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1756975969; x=1757580769; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :from:to:cc:subject:date:message-id:reply-to;
        bh=TO9aftqdAm7MKvVTopV5qAKIoD0bWZsIww6AXU+aHEI=;
        b=TLXROzjW/hS6UUIDOxTK2uD+OKC8r+YVGAP6k+tLxXyyKKiskqCoXz7p/eFweGq8O2
         /xtyxovaBc349ZeWld0OapuNby584H162tFliYxvn9/NrVDe8bS/QAUYtHWABbvA7wf5
         d60WzUqvl5zPmPZIBJ7Mmg2Tm9U+MDG87fUT4thktG1GU/aDGzPKn79c4osAXp/2Otgr
         NPpmcKRbjHNLnQGRNa1Tj5B3nJKWjEgwQL+zaaH+wVCDnrdmhwgd7gok7upcWWF1PDNj
         n9faTn4bK4Ca9byHCSGpFE/qQ7Mi+6XZmoBuZLCuV9V52G8O2g8XsWFB2DSWO+ZOu0RK
         Tuyw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1756975969; x=1757580769;
        h=to:from:subject:message-id:feedback-id:reply-to:date:mime-version
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=TO9aftqdAm7MKvVTopV5qAKIoD0bWZsIww6AXU+aHEI=;
        b=ETqLyGY/6WxjkKxzCv+Tnn2RpF1wegH0ksZovtwfefGlo+FSbs566cXTtPeRYkueX0
         WTHZCIrM/jwx4UObdmX2IFrX5B/7t7UAmwHVk0eNayaWRg7pnvoQ8BuYHoDQuhpmOI+h
         uHTpXyKwSXM1KS/Psl0WPIJtibLJiFAEP9tLAsrGo0+UpjhbJX+wAnYSr0EvSnIgQiCE
         8lldJ2B/XzecKiwDi/k97g/U1oi+bZKwcVsslWT1ksJXQeVlVudFECIhQbf5+HboZSQN
         h8trJNXwEMA9TkbDo2ah84Ek4PJv7MrGfEls6KEIsnryqs6ZKWB+pGUjFHRzfZnVYCoO
         J2ig==
X-Gm-Message-State: AOJu0Yw/FIbptCkkfCnuQ8OfoqvI4RbHzTywU2RxbSod+AbkeguPd2ZW
	WXEpvfVbJgGU6HA2cV8TLPe5M3yWjwNWrvTUuUPvgybvQv6M5ob5JBRku7Ha
X-Google-Smtp-Source: AGHT+IFX2zBi4PFpSCIVTlUC3FvT0KadTHmrtpAcdmzUvb5+MqquDVzZSJMDMMCYWruPCFAP0OA6wEQ=
MIME-Version: 1.0
X-Received: by 2002:a17:90b:3bc7:b0:32b:97f8:d3fe with SMTP id
 98e67ed59e1d1-32b97f8d486mr2029078a91.6.1756975969470; Thu, 04 Sep 2025
 01:52:49 -0700 (PDT)
Date: Thu, 04 Sep 2025 01:52:49 -0700
Reply-To: Google Business Profile <businessprofile-noreply@google.com>
X-Google-Id: 4267814
Feedback-ID: P-528506746-0:C20266020:M110705584-en:gamma
X-Notifications: b4efaf7216ba0000
X-Notifications-Bounce-Info: AWoTSIGfLmxWyDmKwxqk1krm-dOSO5c8emDorNp5aPtcqrtjqMm9aaiJkmJQS4vQDIWpk0HxzuzBIVx2rpn-uwfVZXhXG2t5bM9dlbxXE6sR4tLDperzjnWuRCrR5sxg9ddqC9m9MH7VASiKnNL524RPeZOohrQPak0L2BzVdUS3C0rv2-69fWEknoL3DlD9Z-JXVqBa8qMrcBXHHKOEid8c5N5etMxpI8MGsC_pY7E0ea-W2bO1Vg36AQAP3kFsdz6T4a9VbtwfmVyZIe7jbCaXNl8ERL0fojVGADsRgQSj8eu6zWrJX-Knx73P6xOSua1abQA14lewxMSrBebY4zpvE9guKTy6NovixXznk_DT-GARD2f5E2xx3LQuRbR-jm8xA-2zcvzOy7fLeYIt7rr80uaLzzz-6AtE4wRKAVq8wag22243ukeWLuA4xhN7lf4MX8xfcEOohD8rdWQkoipi6dwJzFlnL4VeMrWkwGeDXCUg8ejkImmSWXYYg7MHtK7FnBCOgyASmb-YlIxRN8N0KTLSPplIjNWhAAhnY4cJjz2RPTkebqZ3eesGnfuutTlZ2JjGc4G8oDCTCeUzNHkJJrwrjJL6jdwL75Ah2S8jyrS3sLuuGofRKXSTo5cNjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <f8fd078a4763faac2908d6eb726223975220d9d3-20266020-111357086@google.com>
Subject: Your appeal was not approved
From: Google Business Profile <businessprofile-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000008a0aad063df5d8c9"

--0000000000008a0aad063df5d8c9
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes


















24 hour Water Damage Restoration Long  
Island<https://business.google.com/n/6834949516244418829/profile?trk=https%3A%2F%2Fc.gle%2FANiao5r5jgnci0vFmz0AyT7qSiArhsyoZ8B_fQN_W6gz6SXBkUS5_E8k92kyWbd1VAKrewcUcPsCVugaRi9OlCMtnDiEaOvpBPtjsd8P0GxRK32x5rAJ3Tc3QYDx558>,  
your appeal has not been approved

Your recent appeal for a restricted listing has not been approved.

Content that violates our policies on deceptive content and behavior isn't  
allowed. Deceptive content intentionally misleads or deceives others.

See restriction policy  
<https://c.gle/ANiao5oe-IvNRlNONtXyoAD3Rv3UkCbnjxFX_WScoJsI2cC_QWRd1kkH-5Z-wCCrC9xG0gt2usEIwa2q3Nys47HrGz36VeqQOlUzlJI1tSthaj4UBRldbrXcRA1kbeRyYpXKleBtcNoQ_LPD1nPIIdex37ec-3b6SPRrZPx4LlMRlZb2UQKHLdE>

You can see the status of your appeals  
here<https://c.gle/ANiao5qkiYU7zyycfp8PJag48AMiskL3gPBNEyOGUFv8jQ5NroW-fu94-jpujnYsho7ZNzVWVODtuSmwsxW_dEqXFfw4ZyuKpt5jGm-9oZ_a15q-zJPrV26NqeCuO2z2aujG3tUcxYzxYSUcy432OcWwoCzVgMAxHuXsB65siI__jMRXQkEe0l-xdemTJRMBozDKBUe6legPgvVkyKwKIU15zsTQMjL2KfClSkALVfLc>


Routing ID: DPNB



(c) 2025 Google LLC
1600 Amphitheatre Parkway,
Mountain View, CA 94043
www.google.com  
<https://c.gle/ANiao5oeHA0yi68W3EBzR6egCTUdwFA8HGtXnvjPR-UxYV_7cx-5IecJ2jICXzi_UFDa0YsT7bFiq-TdHQncFIl2ZxI32rgcsNXKxmxOGh8uiQRM0sbVOurefO5yED1Q590fzPb-j2Y>

You have received this email to update you about important changes related  
to your Business Profile.

--0000000000008a0aad063df5d8c9
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


















<!doctype html public "- / / w3c / / dtd xhtml 1.0 transitional / / en" "ht=
tps: / / www.w3.org / tr / xhtml1 / dtd / xhtml1-transitional.dtd">
<html xmlns=3Dhttps://www.w3.org/1999/xhtml lang=3Den>
<head>
<title>DSA - Appeal not approved</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<!--[if !mso]><!-->
<meta http-equiv=3DX-UA-Compatible content=3DIE=3Dedge>
<!--<![endif]-->
<meta name=3Dviewport content=3D"width=3Ddevice-width, initial-scale=3D1.0"=
>
<meta name=3Drobots content=3D"no index">
<!--[if mso | ie]>
<style>
.out_cta_bor{
border-top: 7px solid #1A73E8 !important;
border-right: 24px solid #1A73E8 !important;
border-bottom: 7px solid #1A73E8 !important;
border-left: 24px solid #1A73E8 !important;
padding: 0px !important;
}
.ol-pdt5{
padding-top: 5px !important;
}
</style>
<![endif]-->
<style>
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
-webkit-text-size-adjust: none !important;
-webkit-font-smoothing: antialiased !important;
-ms-text-size-adjust: none !important;
}
table, tr, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a:link, a:visited, a:hover, a:active {
color: #4285f4;
text-decoration: none;
}
.appleLinks a {
color: #000000 !important;
text-decoration: none !important;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
.yshortcuts a span {
color: inherit !important;
border-bottom: none !important;
}
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ExternalClass * {
line-height: 100%
}
td {
-webkit-text-size-adjust: none;
}
a[href^=3Dtel] {
color: inherit;
text-decoration: none;
}
.mob-hide {
display: none !important;
}
div, p, a, li, td {
-webkit-text-size-adjust: none;
}
td {
text-decoration: none !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 950px) {
.width400 {
width: 400px !important;
}
.pdt56 {
padding-top: 48px !important;
}
.pdt33 {
padding-top: 33px !important;
}
.width480{
width: 480px !important;
}
.ht32{height: 32px !important}
.ht45{height: 45px !important}
.ht24{height: 24px !important}
.dblock{display: block !important;}
.dnone{display: none !important;}
.fs32lt40{font-size: 32px !important; line-height: 40px !important}
.pad_l_41{padding-left: 41px !important;}
.pdt38{padding-top: 38px !important}
}
</style>
</head>
<body style=3D"margin: 0 auto; padding:0px;" bgcolor=3D#ffffff>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D800 class=3Dwidth480>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dcenter width=3D100%>
<tbody>
<!--LOGO HEADER start-->
<tr>
<td align=3Dcenter valign=3Dtop style=3Dpadding-top:22px;>
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 align=
=3Dcenter width=3D90%>
<tr>
<td align=3Dleft valign=3Dtop>
<table cellspacing=3D0 cellpadding=3D0 role=3Dpresentation>
<tbody>
<tr>
<td align=3Dleft style=3Dpadding-left:17px; valign=3Dtop>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/gmb-en-=
gb-transparent-w334px-h38px-2x.png height=3D19 class=3Dlogo-height alt=3D""=
 title=3D"" style=3Ddisplay:block;>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dright valign=3Dtop style=3Dpadding-right:13px;>
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/images/branding/googl=
elogo/2x/googlelogo_color_420x152dp.png width=3D74 alt=3D"" title=3D"" styl=
e=3D"display:block; height:auto;">
</td>
</tr>
</table>
</td>
</tr>
<!--LOGO HEADER end-->
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 width=3D600 clas=
s=3Dwidth400 align=3Dcenter>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D46 style=3D"display: block;" class=3Dht45>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dcenter w=
idth=3D347 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td class=3Dfs32lt40 align=3Dleft valign=3Dtop style=3D"font-family: Google=
 Sans, Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-ser=
if; font-size: 36px; line-height: 45px;color: #5f6368;">
<a href=3Dhttps://business.google.com/n/6834949516244418829/profile?trk=3Dh=
ttps%3A%2F%2Fc.gle%2FANiao5q61uEEMDhAPU0Yk8m1dDq5BM_tNZU8cchDoQG7EY_2CcnHPP=
je8o6qaLw3s4JZQCGvbXfhGFhjJEFJc5V_CE-HTecqMc12GtBe0K5BhhWJo7x7KWfNeVbSAsxOA=
A target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">24 hour Wa=
ter Damage Restoration Long Island</a>, your appeal has not been approved
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D27 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Your recent appeal for a restricted listing has not been approved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Content that violates our policies on deceptive content and behavior isn&#3=
9;t allowed. Deceptive content intentionally misleads or deceives others.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D25 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 align=
=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans, Google San=
s Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14=
px; line-height: 25px; color: #1A73E8; font-weight: 500; ">
<a href=3Dhttps://c.gle/ANiao5rYXpcLnTaqrmdUzBLwK8r7fGAS9vflpa_7TqbA-rgMNtA=
YYB5h8IFaZ3sOuxKcZzfuVonTYOwmU6AyihDQpQDQaSnIuLhMTfy9fepBqgsHfgyY2rP-ZHh8i3=
a69zIdlILSSpsXAPnDcs0PIUVTNxFs0Pn4OQbNxea3ttp4SpabDx_P92BX1A target=3D_BLAN=
K style=3D"text-decoration: none; color: #1A73E8;">See restriction policy</=
a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D10 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
You can see the status of your appeals <a href=3Dhttps://c.gle/ANiao5rEOrlj=
a1U6eJdUUXiLvakWDOXkMuyIb3vdDNEFo0dXREDRG-w2cWQ95TgScnYO6e0VkwbkZdUCSjkDoAJ=
oL9_tx9ymlH_ss3Jim9JoW45ewvlrVI_cziPuMEg2Hae7JDzbjhuhhUK3Rbk8E4zymh0hZD3oZg=
FGV-KO7Zek3Na8axpN7MBseUR7up7aDV-w9fHEWchbt4gdsKe3kyHKjr3z3Lm02dR5mn3mRsv1r=
UA target=3D_BLANK style=3D"color:#1A73E8; text-decoration:none;">here</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D1 he=
ight=3D15 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop style=3D"font-family: Google Sans Text, Robot=
o, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-heig=
ht: 25px;color: #5f6368;">
Routing ID: DPNB </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<img src=3Dhttps://www.gstatic.com/gumdrop/files/spacer-11.gif width=3D32 h=
eight=3D1 style=3D"display: block;">
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dcenter valign=3Dtop aria-hidden=3Dtrue class=3Ddblock>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 align=3Dleft>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop class=3Ddnone>
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D217 style=3D"display: block;"></a>
</td>
<!--[if !mso]><!-->
<td align=3Dleft valign=3Dtop class=3Ddblock style=3D"display: none;padding=
-top: 36px; padding-left: 14px">
<a href=3D#><img src=3Dhttps://gstatic.com/growthlab/api/j72ytKRMRiQhDtoenk=
E3OKuAarlEyLOFjqoXhNse.png width=3D307 style=3D"display: block;"></a>
</td>
<!--<![endif]-->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer Start -->
<tr>
<td class=3Dpdtp align=3Dcenter valign=3Dtop style=3D"padding-top: 48px">
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D100% style=3D"background-color: #F8F9FA;">
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation cellpadding=3D0 cellspacing=3D0 border=3D0 width=
=3D600 class=3Dwidth400>
<tbody>
<tr>
<td align=3Dcenter valign=3Dtop>
<table role=3Dpresentation width=3D100% cellpadding=3D0 cellspacing=3D0 bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop width=3D88>
<table role=3Dpresentation align=3Dleft cellspacing=3D0 cellpadding=3D0 wid=
th=3D30%>
<tbody>
<tr>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0 width=3D88>
<tbody>
<tr>
<td class=3Dpdt56 aria-hidden=3Dtrue align=3Dcenter valign=3Dtop style=3D"p=
adding:48px 0px 0px;">
<img aria-hidden=3Dtrue src=3Dhttps://www.gstatic.com/gumdrop/files/googlel=
ogo-tm-dark.png width=3D87 alt=3D"" title=3DGoogle border=3D0 style=3Ddispl=
ay:block;>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop width=3D38>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td align=3Dleft valign=3Dmiddle style=3D"padding-top: 35px; padding-left:1=
4px;">
<table role=3Dpresentation align=3Dleft cellpadding=3D0 cellspacing=3D0 bor=
der=3D0 width=3D1>
<tbody>
<tr>
<td height=3D51 align=3Dleft valign=3Dtop bgcolor=3D#606368 width=3D1 style=
=3D"line-height: 51px; border-right: 1px solid #606368; font-size: 1px;"></=
td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align=3Dleft valign=3Dtop>
<table role=3Dpresentation cellspacing=3D0 cellpadding=3D0 align=3Dleft bor=
der=3D0>
<tbody>
<tr>
<td class=3Dpdt33 align=3Dleft valign=3Dtop style=3D"padding-top: 29px;">
<table role=3Dpresentation border=3D0 cellpadding=3D0 cellspacing=3D0 width=
=3D100% align=3Dcenter>
<tbody>
<tr>
<td style=3D"padding-right:20px; font-family: Google Sans Text, Roboto, Hel=
vetica Neue, Helvetica, Arial, sans-serif; font-size:10px; line-height:15px=
; color:#5F6368;padding-top: 2px" align=3Dleft dir=3Dltr><a target=3D_blank=
 style=3D"color:#5F6368; text-decoration:none;cursor:default;">=C2=A9 2025 =
Google LLC <br>1600 Amphitheatre Parkway,<br>Mountain View, CA 94043</a><br=
><a href=3Dhttps://c.gle/ANiao5oyUqw2qT-s1aGkPt-NVVbKao85VpkGZajkvEd-uopF9w=
TZeNC9U5qYWtDPkBScaG08vOiXlNhDHjHO79XhHuZdALcRS7yxziWzwfgDJ-pheYnsaXPb30uBc=
UpIsm4DSMBqKmkEWA style=3D"color: #5F6368; text-decoration: none;cursor: de=
fault;pointer-events: none;" target=3D_blank>www.google.com</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3Dleft valign=3Dtop style=3D"color: #5F6368; font-family: Google =
Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; font-size:=
10px; line-height:15px; padding-top: 28px; padding-bottom: 80px;">You have =
received this email to update you about important changes related to your B=
usiness Profile.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Footer End -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img alt=3D"" height=3D1 width=3D3 src=3Dhttps://notifications.google.com/g=
/img/ANiao5oWYDVuoOW9szC0JAUo2V6gEguHHc4jLRzUCtn9szl6WibkTY8jO66Wuykj1pJRMk=
rGtTsABkZF__Fg66l0hFKtyf5eZVbP8FSCxEAVvn6NfvUS9IPOynwaa0nNhTSlon-e3A.gif></=
body>
</html>
--0000000000008a0aad063df5d8c9--
info/.Sent/dovecot.index.log000064000000000240151007557650011745 0ustar00({zh{zh����x����@����$maildir����$��|h{zh��t;��|h{zh��t;��|h`��93���� {zhL����info/.Sent/dovecot-uidlist000064000000000063151007557650011535 0ustar003 V1752857347 N1 G42cb7f06027b7a68fd982d005645cfaf
info/.Junk/dovecot.index.log000064000000000050151007557650011742 0ustar00({zh{zhinfo/.Junk/dovecot-uidlist000064000000000063151007557650011533 0ustar003 V1752857348 N1 G43cb7f06027b7a68fd982d005645cfaf
info/dovecot-acl-list000064000000000000151007557650010570 0ustar00info/dovecot.index.cache000064000000163010151007557650011245 0ustar00{zh{zh+����������{zh�|h�|h�|h�|h�������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.Fromhdr.Message-IDhdr.Subjecthdr.Date� MMessage-Id: <1752857348.HWmyAje1YRa2ZLTq@premium320.web-hosting.com>
�Subject: =?UTF-8?B?WzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k?= =?UTF-8?B?LmNvbV0gQ2xpZW50IGNvbmZpZ3VyYXRpb24gc2V0dGluZ3MgZm9yIOKAnGlu?= =?UTF-8?B?Zm9AMjRob3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29t?= =?UTF-8?B?4oCdLg==?=
yFrom: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
�M>From: The Google Workspace Team <googleworkspace-noreply@google.com>
S;Message-ID: <autogen-java-501f1ebe-678e-46e9-b263-295e6ccb1b85@google.com>
#=Subject: Verify your email
 �����{zh��|h�|h��|h��|h�|h�|h�|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITY��sContent-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-2988297-1752857348-0.175020390257682"
,Date: Fri, 18 Jul 2025 16:49:08 GMT
}Reply-To: "cPanel on 24hourwaterdamagerestorationlongisland.com" <cpanel@24hourwaterdamagerestorationlongisland.com>
>To: <info@24hourwaterdamagerestorationlongisland.com>
{zh�$U@Content-Type: multipart/alternative; boundary="000000000000e378eb063a56e709"
.<Date: Sun, 20 Jul 2025 06:59:52 +0000
<?To: info@24hourwaterdamagerestorationlongisland.com
�|h�&�Էh�Z�h�'�h�Էh�Էh�ѷh�'�h�'�h�'�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Z�h�Էh�Էh�Էh�Էh�Էh�Էh�Էh�Էh�Էh�Էh�����������������������������������������������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYhdr.BCChdr.CONTENT-TRANSFER-ENCODINGhdr.IN-REPLY-TOhdr.MAIL-FOLLOWUP-TOhdr.MAIL-REPLY-TOhdr.REFERENCEShdr.RESENT-BCChdr.RETURN-PATHhdr.SENDERhdr.X-DRAFT-INFO�8 !"#�Return-Path: <36JN8aBcKAE0v33v0tB36z74prt-236t40Dv33v0t.r31@idverification.bounces.google.com>
Return-path: <36JN8aBcKAE0v33v0tB36z74prt-236t40Dv33v0t.r31@idverification.bounces.google.com>
$%	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1256 16 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 4388 56 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000e378eb063a56e709") NIL NIL NIL�
��AV�5H4gj��H�VY�$8@DCFrom: Google Workspace <googleworkspace-noreply@google.com>
]AMessage-ID: <6abd39d503c14bd06d2b53978b4d580b6aab8a5b-20184961-111051900@google.com>
YBSubject: =?UTF-8?Q?=F0=9F=91=8B_Welcome_to_Google_Workspace_Essentials_Starter?=
.;Date: Sun, 20 Jul 2025 00:01:45 -0700
UEContent-Type: multipart/alternative; boundary="000000000000a92fd1063a56ee04"
H<Reply-To: Google Workspace <googleworkspace-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3WZR8aBcKAL4ksskpi0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
Return-path: <3WZR8aBcKAL4ksskpi0svowtegi-rsvitp2ksskpi.gsq@scoutcamp.bounces.google.com>
$% �Au��e�gH�gj�
�
,H�"VYQW&Y�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3500 44 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 22822 469 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000a92fd1063a56ee04") NIL NIL NIL\�|h0AHFrom: Google Search Console Team <sc-noreply@google.com>
XFMessage-ID: <ea981e77046dc77526c54acf34a73ebf8a4a2287-376106-777205@google.com>
lGSubject:  Get started using Search Console with https://24hourwaterdamagerestorationlongisland.com/
.=Date: Wed, 23 Jul 2025 03:32:36 -0700
UJContent-Type: multipart/alternative; boundary="00000000000031e0fa063a963a99"
E>Reply-To: Google Search Console Team <sc-noreply@google.com>
<ITo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3RLqAaAoKAAczj-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
Return-path: <3RLqAaAoKAAczj-uvylws5nvvnsl.jvt@scoutcamp.bounces.google.com>
$% �A���E�GH�EG"�bHZVY�==?\	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1924 98 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 16189 348 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000031e0fa063a963a99") NIL NIL NILL��h0AHFrom: Google Search Console Team <sc-noreply@google.com>
XFMessage-ID: <0d6952e1ef2a2dd91ff34a99501cf2aca44b0831-756200-892001@google.com>
jGSubject: Monitor the Google Search traffic to https://24hourwaterdamagerestorationlongisland.com/
.=Date: Fri, 25 Jul 2025 06:29:20 -0700
UJContent-Type: multipart/alternative; boundary="000000000000f449e7063ac0ed87"
E>Reply-To: Google Search Console Team <sc-noreply@google.com>
<ITo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3sIaDaAoKABcFz-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>
Return-path: <3sIaDaAoKABcFz-ABE1C8L3BB381.zB9@scoutcamp.bounces.google.com>
$% �A��F.HH�gj9�MH�.VYu./
("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 6022 77 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 12159 266 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000f449e7063ac0ed87") NIL NIL NIL���hHAHFrom: Google Search Console Team <sc-noreply@google.com>
]FMessage-ID: <e6bc0bad20b560e6491fdd1e1f40cbb9f7e5979e-20237597-111238677@google.com>
zGSubject: New reasons prevent pages from being indexed on site https://24hourwaterdamagerestorationlongisland.com/
.=Date: Sun, 27 Jul 2025 21:39:29 -0700
UJContent-Type: multipart/alternative; boundary="00000000000090a009063af5e083"
E>Reply-To: Google Search Console Team <sc-noreply@google.com>
<ITo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3Af-GaAoKAGYWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Return-path: <3Af-GaAoKAGYWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
$% �A�:r"0#Hgj�
�
#H,"VY�M�
("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2746 35 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 5965 144 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000090a009063af5e083") NIL NIL NIL��hdKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <279120c8678c9a4a3cb179d9862ae8f30dae5bae-10024494-110966705@google.com>
mBSubject: Here is the code you requested to verify Water Restoration Companies
 Long Island on Google
.;Date: Sun, 27 Jul 2025 22:11:05 -0700
UFContent-Type: multipart/alternative; boundary="00000000000099b193063af65108"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<ETo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3aQaHaBcKANw9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
Return-path: <3aQaHaBcKANw9SQGLCQQNPMDGJC-LMPCNJWEMMEJC.AMK@scoutcamp.bounces.google.com>
$% �Ab�#m+pH�gj�	�	H�VY~b\e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2470 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25948 734 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000099b193063af65108") NIL NIL NILl�hPKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <5419eb8232f7c99c8fcd20e11f3a8f3564acadc8-20265398-111349049@google.com>
ZBSubject: Water Restoration Companies Long Island, your profile has been suspended
.;Date: Sun, 27 Jul 2025 22:12:12 -0700
UEContent-Type: multipart/alternative; boundary="0000000000009caf02063af655ca"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3rAaHaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>
Return-path: <3rAaHaBcKACE8RPFKBPPMOLCFIB-KLOBMIVDLLDIB.9LJ@scoutcamp.bounces.google.com>
$% �A���K�NH�EG#X5HZVY�DBG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1624 53 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18242 644 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000009caf02063af655ca") NIL NIL NIL��hhKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <bffaa9d188586d0c72217f945093a6ba76be7dfd-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Sun, 27 Jul 2025 23:53:28 -0700
UFContent-Type: multipart/alternative; boundary="000000000000c46488063af7bfa5"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<ETo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3aB6HaBcKAA0o75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Return-path: <3aB6HaBcKAA0o75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
$% �Ae�#m+pH�gj�	�	H�VY~b\e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2470 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25948 734 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000c46488063af7bfa5") NIL NIL NILo�hTKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <20debaacb62a76e146e58e905a86ad9fb1f167e3-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Sun, 27 Jul 2025 23:54:25 -0700
UEContent-Type: multipart/alternative; boundary="00000000000028119d063af7c360"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3oR6HaBcKAEYj20qvm00xzwnqtm-vwzmxt6owwotm.kwu@scoutcamp.bounces.google.com>
Return-path: <3oR6HaBcKAEYj20qvm00xzwnqtm-vwzmxt6owwotm.kwu@scoutcamp.bounces.google.com>
$% �A�-L�NH�EGK�6H�VY�DkG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1665 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18283 645 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000028119d063af7c360") NIL NIL NIL��h$KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <c5ea6c67a75ab664a972f43c58465263df6048f4-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Mon, 28 Jul 2025 23:53:50 -0700
UEContent-Type: multipart/alternative; boundary="000000000000e65ad2063b0bdef6"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3_m-IaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Return-path: <3_m-IaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
$% �A���@CH�EG��-H�VY:G<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1470 45 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15431 561 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000e65ad2063b0bdef6") NIL NIL NILp�hhKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <609f2efef5523a403d8cf6c86f4a5fb1b196eaff-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Wed, 30 Jul 2025 22:43:47 -0700
UFContent-Type: multipart/alternative; boundary="000000000000133c60063b332060"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<ETo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3kwKLaBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Return-path: <3kwKLaBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
$% �A]�.m6pH|gj�	�	H�VY�bce�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2474 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25955 734 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000133c60063b332060") NIL NIL NIL��hTKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <4c309dc477c72ff36315682386267577d2040b97-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Wed, 30 Jul 2025 22:44:58 -0700
UEContent-Type: multipart/alternative; boundary="0000000000004a5773063b332471"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <32gKLaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>
Return-path: <32gKLaBcKAFc0JH7C3HHEGD47A3-CDG3EAN5DD5A3.1DB@scoutcamp.bounces.google.com>
$% �A�8L�NH�EGM�6H�VY�DtG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1667 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18292 645 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000004a5773063b332471") NIL NIL NIL��hHAHFrom: Google Search Console Team <sc-noreply@google.com>
]FMessage-ID: <8d694282d18ea835a476b805424aa264fbd6d85c-20237597-111238677@google.com>
zGSubject: New reasons prevent pages from being indexed on site https://24hourwaterdamagerestorationlongisland.com/
.=Date: Thu, 31 Jul 2025 05:41:14 -0700
UJContent-Type: multipart/alternative; boundary="000000000000ffcc30063b38f4d8"
E>Reply-To: Google Search Console Team <sc-noreply@google.com>
<ITo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3amSLaAoKAKsdN-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
Return-path: <3amSLaAoKAKsdN-YZcPaWjRZZRWP.NZX@scoutcamp.bounces.google.com>
$% �A�<J"#Hgj�
�
"H"VY�6�
("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2728 34 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 5942 144 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000ffcc30063b38f4d8") NIL NIL NILwd�h$KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <7b312666b50a6d2ab69a9d55b9a80ab70dc14b14-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Thu, 31 Jul 2025 22:53:02 -0700
UEContent-Type: multipart/alternative; boundary="000000000000f86154063b475ec6"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3PlaMaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com>
Return-path: <3PlaMaBcKAGcGZXNSJXXUWTKNQJ-STWJUQdLTTLQJ.HTR@scoutcamp.bounces.google.com>
$% �A��RC�EH�gj�H+VY::k<1("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2068 26 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15467 561 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000f86154063b475ec6") NIL NIL NILDV�hhKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <9dc6c266dba266d6cfa5a5325a7250ff9eaaf800-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Sat, 02 Aug 2025 21:01:17 -0700
UFContent-Type: multipart/alternative; boundary="00000000000006e061063b6e0bc0"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<ETo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3Dd-OaBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>
Return-path: <3Dd-OaBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>
$% �A_�#m+pH~gj�	�	H�VY~b\e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2470 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25948 734 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000006e061063b6e0bc0") NIL NIL NILߎhTKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <68a189f1d70c2dc1eb023333863bd8503f2628ee-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Sat, 02 Aug 2025 21:02:29 -0700
UEContent-Type: multipart/alternative; boundary="00000000000051122f063b6e0f01"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3Vd-OaBcKAJo5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>
Return-path: <3Vd-OaBcKAJo5OMCH8MMJLI9CF8-HIL8JFSAIIAF8.6IG@scoutcamp.bounces.google.com>
$% �A�'L�NH�EGH~6H�VY�DhG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1662 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18280 645 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000051122f063b6e0f01") NIL NIL NILWߎh$KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <8956e8d7db0702b3cef83ec2d2a3d0aac6b80f3d-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Mon, 04 Aug 2025 07:12:11 -0700
UEContent-Type: multipart/alternative; boundary="0000000000009db271063b8ab1f5"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3u7-QaBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Return-path: <3u7-QaBcKAMgp86w1s66352twzs-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
$% �A���@CH�EG��-H�VY:G<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1470 45 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15431 561 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000009db271063b8ab1f5") NIL NIL NILǿ�hXKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <1c73135f12487a715880431ed383a25bd545fa49-20077680-111269590@google.com>
aBSubject: Welcome to your Business Profile, 24 hour Water Damage Restoration
 Long Island
.;Date: Mon, 04 Aug 2025 20:54:58 -0700
UFContent-Type: multipart/alternative; boundary="0000000000001a27d1063b963006"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<ETo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3koCRaBcKACUCVTJOFTTQSPGJMF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>
Return-path: <3koCRaBcKACUCVTJOFTTQSPGJMF-OPSFQMZHPPHMF.DPN@scoutcamp.bounces.google.com>
$% �A��^�4�H�EG}�@H�VY�q��
("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1469 64 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 46961 1420 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000001a27d1063b963006") NIL NIL NIL���h<KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <120cb07b33265c2c1f43dd18c38ea625f7c3f701-20077711-111673954@google.com>
EBSubject: Verify your account to manage your Business Profile
.;Date: Mon, 04 Aug 2025 21:14:55 -0700
UEContent-Type: multipart/alternative; boundary="00000000000075223f063b967750"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3P4WRaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com>
Return-path: <3P4WRaBcKANo7QOEJAOOLNKBEHA-JKNALHUCKKCHA.8KI@scoutcamp.bounces.google.com>
$% �A���`�cH�gjl�H�VY[X�Z�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1924 24 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 23272 653 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000075223f063b967750") NIL NIL NILB��hhKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <9cf799f4fce14614b09a171bdd5bb43a89afccd1-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Mon, 04 Aug 2025 21:36:35 -0700
UFContent-Type: multipart/alternative; boundary="000000000000ee5d35063b96c433"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<ETo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3U4qRaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Return-path: <3U4qRaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
$% �Ac�#m+pH�gj�	�	H�VY~b\e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2470 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25948 734 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000ee5d35063b96c433") NIL NIL NILX��hTKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <0e9edbd2e327d5be085b25eb459eadd82f17fac2-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Mon, 04 Aug 2025 21:38:41 -0700
UEContent-Type: multipart/alternative; boundary="00000000000076d655063b96ccd0"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <30YqRaBcKAHgXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>
Return-path: <30YqRaBcKAHgXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>
$% �A��'L�NH�EGH~6H�VY�DhG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1662 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18280 645 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000076d655063b96ccd0") NIL NIL NILӊ�h$KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <adb39a0d81e605f99c2de3c2bd6453bec4b78bdb-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Tue, 05 Aug 2025 12:21:21 -0700
UEContent-Type: multipart/alternative; boundary="00000000000023e526063ba3214d"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3sVmSaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
Return-path: <3sVmSaBcKAPggzxnsjxxuwtknqj-stwjuq3lttlqj.htr@scoutcamp.bounces.google.com>
$% �A���@SCH�EG��.H�VY8:i<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1508 46 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15465 561 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000023e526063ba3214d") NIL NIL NIL�Y�h|4CFrom: Google <no-reply@accounts.google.com>
FAMessage-ID: <j5vNbKmNWHvQgOqL2CVj8A@notifications.google.com>
 BSubject: Security alert
,<Date: Thu, 07 Aug 2025 09:35:15 GMT
UEContent-Type: multipart/alternative; boundary="000000000000c838d7063bc32c59"
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3VHOUaAgTANcGH-K7IER355HNGML.9HH9E7.5HF@gaia.bounces.google.com>
Return-path: <3VHOUaAgTANcGH-K7IER355HNGML.9HH9E7.5HF@gaia.bounces.google.com>
$% �A���WH�gj
H/VY�O	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1042 13 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 6172 79 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000c838d7063bc32c59") NIL NIL NIL\s�hhKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <7f6e254c9aeeb0a1b4fc2904493f047a2f99b725-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Thu, 07 Aug 2025 02:38:47 -0700
UFContent-Type: multipart/alternative; boundary="000000000000585780063bc339ba"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<ETo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3J3SUaBcKAKwNgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
Return-path: <3J3SUaBcKAKwNgeUZQeebdaRUXQ-ZadQbXkSaaSXQ.OaY@scoutcamp.bounces.google.com>
$% �Ae�#m+pH�gj�	�	H�VY~b\e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2470 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25948 734 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000585780063bc339ba") NIL NIL NIL(t�hTKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <9cc1033f277b9d3e5d5e47cffeb1f6990ff65de8-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Thu, 07 Aug 2025 02:39:51 -0700
UEContent-Type: multipart/alternative; boundary="00000000000031b584063bc33d71"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3Z3SUaBcKAOwPigWbSggdfcTWZS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>
Return-path: <3Z3SUaBcKAOwPigWbSggdfcTWZS-bcfSdZmUccUZS.Qca@scoutcamp.bounces.google.com>
$% �A���K�NH�EG3h5HoVY�DRG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1640 53 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18258 644 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000031b584063bc33d71") NIL NIL NILlt�h$KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <da02da303d67355b3ea267403763409a222b38ba-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Fri, 08 Aug 2025 07:17:11 -0700
UEContent-Type: multipart/alternative; boundary="000000000000d42c33063bdb3a24"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <35waWaBcKAJg3MKAF6KKHJG7AD6-FGJ6HDQ8GG8D6.4GE@scoutcamp.bounces.google.com>
Return-path: <35waWaBcKAJg3MKAF6KKHJG7AD6-FGJ6HDQ8GG8D6.4GE@scoutcamp.bounces.google.com>
$% �A���@CH�EG��-H�VY:G<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1470 45 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15431 561 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000d42c33063bdb3a24") NIL NIL NIL��h�*AFrom: Google <noreply@google.com>
S>Message-ID: <autogen-java-4fe68f90-ce5e-4f9e-9f84-7adf15d8b8c9@google.com>
*@Subject: Google Verification Code
.?Date: Mon, 25 Aug 2025 09:39:57 +0000
UCContent-Type: multipart/alternative; boundary="000000000000af2b7e063d2d56b3"
<BTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3bS-saAcKAMg125s3zCu22uzs.q20@identity-reachout.bounces.google.com>
Return-path: <3bS-saAcKAMg125s3zCu22uzs.q20@identity-reachout.bounces.google.com>
$% �A��2H�gj��H)VYA(("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 968 12 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 3137 40 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000af2b7e063d2d56b3") NIL NIL NILs/�hhKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <144ae8384ae090a9dd3cfd76cb0bd38d64e952e0-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Mon, 25 Aug 2025 02:49:38 -0700
UFContent-Type: multipart/alternative; boundary="0000000000004cb9ff063d2d79ed"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<ETo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3sjGsaBcKABMuDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>
Return-path: <3sjGsaBcKABMuDB16xBB8A7y14x-67Ax84Hz77z4x.v75@scoutcamp.bounces.google.com>
$% �A^�.m6pH}gj�	�	H�VY�bce�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2474 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25955 734 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000004cb9ff063d2d79ed") NIL NIL NIL�1�hTKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <2f694bf239704e729cdf7f6bae34d61beb93284c-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Mon, 25 Aug 2025 02:50:34 -0700
UEContent-Type: multipart/alternative; boundary="000000000000ab6ce2063d2d7c2e"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <36jGsaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
Return-path: <36jGsaBcKAEso75v0r55241svyr-014r2yBt11tyr.p1z@scoutcamp.bounces.google.com>
$% �A�2L�NH�EGJ�6H�VY�DqG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1664 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18289 645 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000ab6ce2063d2d7c2e") NIL NIL NIL�1�hHAHFrom: Google Search Console Team <sc-noreply@google.com>
]FMessage-ID: <ef07538cb73bd7a73ab4b3583ded18cabfaa8ecc-20237597-111238677@google.com>
zGSubject: New reasons prevent pages from being indexed on site https://24hourwaterdamagerestorationlongisland.com/
.=Date: Wed, 27 Aug 2025 05:48:52 -0700
UJContent-Type: multipart/alternative; boundary="000000000000f8441f063d5835b0"
E>Reply-To: Google Search Console Team <sc-noreply@google.com>
<ITo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3tP6uaAoKALkrb-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com>
Return-path: <3tP6uaAoKALkrb-mnqdokxfnnfkd.bnl@scoutcamp.bounces.google.com>
$% �A�?(�(HgjUz%H�"VY�J�
("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2938 37 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 7242 173 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000f8441f063d5835b0") NIL NIL NIL���h$KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <c5b6300887d30dae8b301b54a4f9a5aea91b91fe-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Wed, 27 Aug 2025 08:47:24 -0700
UEContent-Type: multipart/alternative; boundary="0000000000007c797b063d5ab479"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3jCivaBcKAOUIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Return-path: <3jCivaBcKAOUIbZPULZZWYVMPSL-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
$% �A��BZDH�gj<THoVY�9�;0("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1876 24 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15325 560 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000007c797b063d5ab479") NIL NIL NIL�(�hLAHFrom: Google Search Console Team <sc-noreply@google.com>
]FMessage-ID: <6071ad6bf10dd7e81641a93a8dd0748d448163b8-10030322-100159012@google.com>
GSubject: New Merchant listings structured data issues detected for https://24hourwaterdamagerestorationlongisland.com/
.=Date: Thu, 28 Aug 2025 01:03:14 -0700
UJContent-Type: multipart/alternative; boundary="0000000000005a6ef9063d68563d"
E>Reply-To: Google Search Console Team <sc-noreply@google.com>
<ITo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3Qg2waAoKAGkZJ-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
Return-path: <3Qg2waAoKAGkZJ-UVYLWSfNVVNSL.JVT@scoutcamp.bounces.google.com>
$% �A�H>+$,Hgj�
�
-H8%VY�9�
("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3522 45 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 7481 174 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000005a6ef9063d68563d") NIL NIL NILJ
�hLAHFrom: Google Search Console Team <sc-noreply@google.com>
]FMessage-ID: <65414f7a3c6428a3914f62cceeb30d6a11c1d649-10030322-100159012@google.com>
~GSubject: New Product snippets structured data issues detected for https://24hourwaterdamagerestorationlongisland.com/
.=Date: Thu, 28 Aug 2025 01:04:12 -0700
UJContent-Type: multipart/alternative; boundary="000000000000cedae3063d6859f9"
E>Reply-To: Google Search Console Team <sc-noreply@google.com>
<ITo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3fA2waAoKAKMVF-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>
Return-path: <3fA2waAoKAKMVF-QRUHSObJRRJOH.FRP@scoutcamp.bounces.google.com>
$% �AK.,-Hgj�
�
,H&%VY�D�
("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3500 44 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 7748 180 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000cedae3063d6859f9") NIL NIL NIL
�hACFrom: Google Search Console Team <sc-noreply@google.com>
]AMessage-ID: <890e6dcb74dc2d9264103443a9dd0bf15650606e-20286279-111397568@google.com>
ABSubject: Your products aren't on the Search Shopping tab
.;Date: Thu, 28 Aug 2025 03:18:25 -0700
UEContent-Type: multipart/alternative; boundary="000000000000ce4871063d6a396c"
E<Reply-To: Google Search Console Team <sc-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <38SywaAoKAFgI2-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
Return-path: <38SywaAoKAFgI2-DEH4FBO6EE6B4.2EC@scoutcamp.bounces.google.com>
$% �AJ�o]]_Higj�&1H�#VY\MO�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3878 49 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 20238 434 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000ce4871063d6a396c") NIL NIL NIL�,�hHAHFrom: Google Search Console Team <sc-noreply@google.com>
]FMessage-ID: <5783b40e2edb4bdf640dc77ab74b9796912a4db4-20237597-111238677@google.com>
zGSubject: New reasons prevent pages from being indexed on site https://24hourwaterdamagerestorationlongisland.com/
.=Date: Sun, 31 Aug 2025 17:09:35 -0700
UJContent-Type: multipart/alternative; boundary="000000000000cda42d063db22f78"
E>Reply-To: Google Search Console Team <sc-noreply@google.com>
<ITo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3P-S0aAoKACgWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
Return-path: <3P-S0aAoKACgWG-RSVITPcKSSKPI.GSQ@scoutcamp.bounces.google.com>
$% �A�?}";#Hgj�
�
#H="VY�L�
("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2758 35 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 5964 144 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000cda42d063db22f78") NIL NIL NILE�h�*AFrom: Google <noreply@google.com>
S>Message-ID: <autogen-java-aa0cd8ad-59ab-4dc2-a209-f49c33ac349c@google.com>
*@Subject: Google Verification Code
.?Date: Wed, 03 Sep 2025 05:39:40 +0000
UCContent-Type: multipart/alternative; boundary="000000000000f0184d063ddf0788"
<BTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3nNS3aAcKAHEcdgTeanVddVaT.Rdb@identity-reachout.bounces.google.com>
Return-path: <3nNS3aAcKAHEcdgTeanVddVaT.Rdb@identity-reachout.bounces.google.com>
$% �A��2H�gj��H!VYA(("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 968 12 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 3137 40 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000f0184d063ddf0788") NIL NIL NIL�Էh|4CFrom: Google <no-reply@accounts.google.com>
FAMessage-ID: <9UBYPBIq4PcQmXl7-V9j-A@notifications.google.com>
 BSubject: Security alert
,<Date: Wed, 03 Sep 2025 05:40:03 GMT
UEContent-Type: multipart/alternative; boundary="0000000000005f8674063ddf09e3"
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3tNS3aAgTAIk01-4r2yBnpp17065.t11tyr.p1z@gaia.bounces.google.com>
Return-path: <3tNS3aAgTAIk01-4r2yBnpp17065.t11tyr.p1z@gaia.bounces.google.com>
$% �A���]H�gj	
H3VY�O	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 1046 13 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 6174 79 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000005f8674063ddf09e3") NIL NIL NIL�ԷhhKDFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <9ccdaee1bb96183851ee563ca09155d54bb40afe-10024494-110966705@google.com>
rBSubject: Here is the code you requested to verify 24 hour Water Damage
 Restoration Long Island on Google
.;Date: Tue, 02 Sep 2025 22:54:59 -0700
UFContent-Type: multipart/alternative; boundary="000000000000b166a7063ddf3e38"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<ETo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3M9i3aBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
Return-path: <3M9i3aBcKABArA8y3u88574vy1u-347u51Ew44w1u.s42@scoutcamp.bounces.google.com>
$% �Ae�#m+pH�gj�	�	H�VY~b\e�("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 2470 31 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25948 734 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000b166a7063ddf3e38") NIL NIL NIL4طhTKCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <46ebe22e26021bc90b91216bc749c909c54e97ad-20265398-111349049@google.com>
_BSubject: 24 hour Water Damage Restoration Long Island, your profile has been suspended
.;Date: Tue, 02 Sep 2025 22:56:05 -0700
UEContent-Type: multipart/alternative; boundary="000000000000a45474063ddf42ed"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3ddi3aBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>
Return-path: <3ddi3aBcKAFIvEC27yCC9B8z25y-78By95I08805y.w86@scoutcamp.bounces.google.com>
$% �A�'L�NH�EGH~6H�VY�DhG�	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1662 54 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 18280 645 NIL NIL NIL NIL) "alternative" ("boundary" "000000000000a45474063ddf42ed") NIL NIL NILvطh$KCFrom: Google Business Profile <businessprofile-noreply@google.com>
]AMessage-ID: <f8fd078a4763faac2908d6eb726223975220d9d3-20266020-111357086@google.com>
.BSubject: Your appeal was not approved
.;Date: Thu, 04 Sep 2025 01:52:49 -0700
UEContent-Type: multipart/alternative; boundary="0000000000008a0aad063df5d8c9"
O<Reply-To: Google Business Profile <businessprofile-noreply@google.com>
<DTo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3YVO5aBcKADoXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>
Return-path: <3YVO5aBcKADoXqoejaoolnkbeha-jknalhuckkcha.Yki@scoutcamp.bounces.google.com>
$% �A���@CH�EG��-H�VY:G<1	("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "7bit" 1470 45 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 15431 561 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000008a0aad063df5d8c9") NIL NIL NILgS�hLAHFrom: Google Search Console Team <sc-noreply@google.com>
]FMessage-ID: <df487bec4f59f0f93c4da50efa4456a8a44b3292-10030322-100159012@google.com>
GSubject: New Merchant listings structured data issues detected for https://24hourwaterdamagerestorationlongisland.com/
.=Date: Fri, 19 Sep 2025 02:52:55 -0700
UJContent-Type: multipart/alternative; boundary="0000000000001e4a40063f246f77"
E>Reply-To: Google Search Console Team <sc-noreply@google.com>
<ITo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <39yfNaAoKAMg6q-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Return-path: <39yfNaAoKAMg6q-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
$% �A�G�*�+Hgjl
�
,H%VY`�
("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3480 44 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 7436 172 NIL NIL NIL NIL) "alternative" ("boundary" "0000000000001e4a40063f246f77") NIL NIL NIL�'�hLAHFrom: Google Search Console Team <sc-noreply@google.com>
]FMessage-ID: <b243c3d97be589f7c360c2c5e13e714fcd44d6fb-10030322-100159012@google.com>
~GSubject: New Product snippets structured data issues detected for https://24hourwaterdamagerestorationlongisland.com/
.=Date: Fri, 19 Sep 2025 02:53:02 -0700
UJContent-Type: multipart/alternative; boundary="00000000000081433f063f246f20"
E>Reply-To: Google Search Console Team <sc-noreply@google.com>
<ITo: info@24hourwaterdamagerestorationlongisland.com
 !"#�Return-Path: <3_ifNaAoKAM8Dx-89CzA6J19916z.x97@scoutcamp.bounces.google.com>
Return-path: <3_ifNaAoKAM8Dx-89CzA6J19916z.x97@scoutcamp.bounces.google.com>
$% �AL*�*H gj�
�
-H<%VY^�
("text" "plain" ("charset" "UTF-8" "format" "flowed" "delsp" "yes") NIL NIL "base64" 3522 45 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 7172 166 NIL NIL NIL NIL) "alternative" ("boundary" "00000000000081433f063f246f20") NIL NIL NIL(�hinfo/dovecot-quota000064000000000062151007557650010221 0ustar00priv/quota/messages
43
priv/quota/storage
1105287
info/dovecot-uidvalidity000064000000000010151007557650011410 0ustar00687a7b08info/new/1758275582.M140417P3809980.premium320.web-hosting.com,S=16870,W=17172000064000000040746151007557650017627 0ustar00Return-Path: <39yfNaAoKAMg6q-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id UE4oB/4nzWi8IjoAVkXPrw
	(envelope-from <39yfNaAoKAMg6q-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 19 Sep 2025 05:53:02 -0400
Return-path: <39yfNaAoKAMg6q-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 19 Sep 2025 05:53:02 -0400
Received: from [198.54.122.200] (port=38002 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <39yfNaAoKAMg6q-125s3zCu22uzs.q20@scoutcamp.bounces.google.com>)
	id 1uzXna-0000000G45d-3Scg
	for info@24hourwaterdamagerestorationlongisland.com;
	Fri, 19 Sep 2025 05:53:01 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=BGnD84u1;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 39yfNaAoKAMg6q-125s3zCu22uzs.q20@scoutcamp.bounces.google.com designates 209.85.166.70 as permitted sender) smtp.mailfrom=39yfNaAoKAMg6q-125s3zCu22uzs.q20@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-io1-f70.google.com (mail-io1-f70.google.com [209.85.166.70])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cSnqr2rDTz18Ds
	for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 19 Sep 2025 09:52:56 +0000 (UTC)
Received: by mail-io1-f70.google.com with SMTP id ca18e2360f4ac-893656f5776so219087739f.0
        for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 19 Sep 2025 02:52:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1758275576; x=1758880376; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:from:to:cc:subject:date
         :message-id:reply-to;
        bh=91b7F17HdFZV5EL1ObZ63R0RLwlabcSVkBURFZPzStw=;
        b=BGnD84u1hm1JxJJj9Q6PDf29u7cPYqeiOOptV42x/wm/BpQyYU5TUR/fhQSh07mypS
         /PSgysuq7FlxLuVahd84JnebZOaUH6+or7pAV5YOD1l12wJsN8OXfd7sGnImEzVe1GB3
         +pEZLxALaa35BblJoYGeQxd3zjSD1EYTaPKw/2yUF6YvZgk9r/7PsPgRkXDZncbi+LD2
         RYx+aQMl4nfrvZCd1XRB30gtoKZmvT1KqLK2OW5SUNYDsr2LthoHYShCo/BOAkMyO9Or
         qq117xrxfKWadQxNgWDbBe0LSVoyGLVTIfjcv2UVAVP+WpE271hGgR1W1Nn+BICFVZlB
         1pWw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1758275576; x=1758880376;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:x-gm-message-state:from
         :to:cc:subject:date:message-id:reply-to;
        bh=91b7F17HdFZV5EL1ObZ63R0RLwlabcSVkBURFZPzStw=;
        b=u3qzekrOjA9nj0VNYp2fGSM4loZs1I+kZYUT44Ji7RBEGkVKVEuMZXXU9ezzbfF/JF
         gl85+iYBiZwIO38P4jNLCO5MVYnvGjGcOo0LnZl7MFdwac/r7Aoi4J+w8fCjjVNwG5CO
         wOmtN5YWwz6/6rhSFMPgaY6VAopZLfCdMe+Bm2iybChW6stRaOkQghxAp+vHYs78i3pf
         ACawlIo8ZGmbvsEp+gU7E4v9bK6RISZCUBcC1vjaZWAQp2X2SMwBij0Fv/hFM4/YrCBb
         GLWIc2jK4ZfwhS4rpkHj3Zy6p6c+M0KVxijTjwOuF4b8JOXT9Xb2+1yQbPrLC4sNTfNP
         onpQ==
X-Gm-Message-State: AOJu0YyXdoQ/+pNZSPijLyFPWZf1DG9x3oWwwEOi2o9Ha6PKzXj8pDTA
	KclYpyBxlWfQw2Uo8xKXz9cEBnKu9JNsep2C87ZuebxP3PskrE1UvP5kqF+m
X-Google-Smtp-Source: AGHT+IF2be79vItUm34mpOlb03wY0NjiM7PfzRam9hMhmsR62vPHzS1hZxuhsl/O8MbXdHDTC6wvPus=
MIME-Version: 1.0
X-Received: by 2002:a05:6602:1494:b0:887:66d5:274b with SMTP id
 ca18e2360f4ac-8add29abf9cmr426459839f.1.1758275575892; Fri, 19 Sep 2025
 02:52:55 -0700 (PDT)
Date: Fri, 19 Sep 2025 02:52:55 -0700
Reply-To: Google Search Console Team <sc-noreply@google.com>
X-Google-Id: 5835522203189248
List-Unsubscribe: <https://c.gle/AF5yWjC-V-DF5cUxkEMMgcjxTNqSCzDo-SL2YocYCpt0DzIxKCkm7ndktbRtPrweDa3PO6Q3OpGDacxAGVVelKwpNsmXZM4wwOZ1LOkz6by1VjT_aHyGTWWIni2pBTPRlKJxKcFrMUXhXwRkq8BU1XLma0YTYT8GynaoNJWeTkcy5TKMtgP-lsWk32uHgOnV6MOT6R3v9U2jSp7NlaF5wBU0NUTGU5bawMtgtRpQjd1Bn2-KeRn6lEArL-1W7wdAAHtAu9I44XQLVpBmwU68p6aE9Sh12OL1cNNxm0JHyEBcDHqwUlbidBXhoTeKBkP0EXAzk0pZzAu0t7mT3dQfNH5oKFfEUwyQ3gM7kvQh5RR1fXIxAuJHHhaBAMpDmAMoNMMj-Xe_9bg0JfxYT6JM>
Precedence: bulk
Feedback-ID: P-38-0:C10030322:M100058679-en:gamma
List-Id: <6e180ccbadfa950a9b941acac5723e4f395dc930.google.com>
X-Notifications: 42be4b2c0fba0000
X-Notifications-Bounce-Info: AWoTSIHLuuYIuNUvkUEecSaFPHADBViGhcObpQZNOvDdqTstvzJ8FXFMGJoeexyGOt_3UgzNxZmr88rj3kbUa8pT_P7Yz_Jdbp2BQha27uGx1d9wAw8gMdLtxCiSNsHu9koGK1mD9Goe8I5QB_Z57kVUq8eHcO5yJ3uqOg02nHzxXlU8IjH8-FQUCpCgKBMvC8LJe2ze2K3_8TRwgCzHNR_16XGFvPwlun4uZJ2vU0wZLt_TKTyXbe0WxGNhNvCIUmUID41QaLds7DQ_VYuxnPw-aXQQftmI05zUvoVrK3QNVw8aUFE6EyMGwsey5Jw1jz17p17zJys7JmpFU8UqYgMjVFJXB8Hw0sS-G8cBmScBX4EyxP9RcX2NxgEdJhItorz1jdfaoOCIM_0HNJEFoqv_pKMaoMzDOs5KXqvJBAC4mDi-oNWW5Ng1tzrfIBNwZtAKUubTnVGW-ySUhM194wsIyf5c7suzF479fdurroGcuBiTC90BQfwZAS6Z1AkVBwyCnvzGeaYOHABOEFmN3GOVziMykv8bYv5p3qLTNloHMRhkELfn8zeYfhkhH44bVX3SfeYOc-rrEkn8U0Ed4U4tGh8BGas70ocOcm4_vZHEVDYHdXXDsunlxcF3mUOc-ub_17G2Cc7bH_6soHFj112im6cx4jg-NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <df487bec4f59f0f93c4da50efa4456a8a44b3292-10030322-100159012@google.com>
Subject: New Merchant listings structured data issues detected for https://24hourwaterdamagerestorationlongisland.com/
From: Google Search Console Team <sc-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="0000000000001e4a40063f246f77"

--0000000000001e4a40063f246f77
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KRnJvbTogR29vZ2xlIFNlYXJjaCBDb25zb2xlDQoNClN1YmplY3Q6DQpNZXJjaGFudCBs
aXN0aW5ncyBzdHJ1Y3R1cmVkIGRhdGEgaXNzdWVzIGRldGVjdGVkIGluICANCmh0dHBzOi8vMjRo
b3Vyd2F0ZXJkYW1hZ2VyZXN0b3JhdGlvbmxvbmdpc2xhbmQuY29tLw0KDQoNCiAgICAgICBUbyB0
aGUgb3duZXIgb2YgaHR0cHM6Ly8yNGhvdXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFu
ZC5jb20vOg0KDQpTZWFyY2ggQ29uc29sZSBoYXMgaWRlbnRpZmllZCB0aGF0IHlvdXIgc2l0ZSBp
cyBhZmZlY3RlZCBieSAyIE1lcmNoYW50ICANCmxpc3RpbmdzIHN0cnVjdHVyZWQgZGF0YSBpc3N1
ZShzKS4gVGhlIGZvbGxvd2luZyBpc3N1ZXMgd2VyZSBmb3VuZCBvbiB5b3VyICANCnNpdGUuDQpU
b3Agbm9uLWNyaXRpY2FsIGlzc3Vlc+KAoQ0KKiBNaXNzaW5nIGZpZWxkICJhdmFpbGFiaWxpdHki
IChpbiAib2ZmZXJzIikNCiogTWlzc2luZyBmaWVsZCAiZGVzY3JpcHRpb24iDQoNCuKAoSpOb24t
Y3JpdGljYWwgaXNzdWVzKiBhcmUgc3VnZ2VzdGlvbnMgZm9yIGltcHJvdmVtZW50LCBidXQgZG9u
J3QgcHJldmVudCAgDQp0aGUgcGFnZSBvciBmZWF0dXJlIGZyb20gYXBwZWFyaW5nIG9uIEdvb2ds
ZS4gU29tZSBvZiB0aGVzZSBpc3N1ZXMgY291bGQgYmUgIA0KcmVjbGFzc2lmaWVkIGFzIGNyaXRp
Y2FsIGluIHRoZSBmdXR1cmUsIGFuZCBjcml0aWNhbCBpc3N1ZXMgY2FuIGFmZmVjdCB5b3VyICAN
CnNpdGXigJlzIGFwcGVhcmFuY2Ugb24gU2VhcmNoLg0KDQpXZSByZWNvbW1lbmQgdGhhdCB5b3Ug
Zml4IHRoZXNlIGlzc3VlcyB3aGVuIHBvc3NpYmxlIHRvIGVuYWJsZSB0aGUgYmVzdCAgDQpleHBl
cmllbmNlIGFuZCBjb3ZlcmFnZSBpbiBHb29nbGUgU2VhcmNoLg0KDQoqKkZpeCBNZXJjaGFudCBs
aXN0aW5ncyBzdHJ1Y3R1cmVkIGRhdGEgaXNzdWVzKio6ICANCmh0dHBzOi8vYy5nbGUvQUY1eVdq
RFhVUHZ4cHhSMGV5dDlybzlxNHh0eXAyRDBja0V6MGJlWll0S0N3clZoTjdGRnRjYk1jckx5Z1da
UUZqc01rcEJOY1M2S3VhWHhVMDYzb2NzcVdDQVBHbjRwWWNZaHY3d0hyQmljMkhMSkhtc1RVek1z
aHBlZ2tORVFYaVRMMmdRTHJYby13TFR2Tkd5YkM1VUdic3NGOV9MS0MwZExpaGx3Tktpby1SNkww
SzZrU0IyVmx4c0tIdUpONV9OLTZ5ZmY2Z0ROUHFCVkNMeEFHaDV2cm5RUjhGQ0ZIY1p4Y2lQOE5x
UjNOdjFISFcxcDk1b25MQmpiQUxsdnRHUkRWa09QV3Ffa0NoYno3TjNIVjlzYUd5U3VTaHBvaFQ1
amdhQVUzSnBoYkxDVzFmVmtpYmpFZFJSejBUUXFqdU5UNFZnTVRyQnpYdEFtc3pFNnNib0l3LW5o
cFVZVWhZM293LU1tb21nSDh1Z1YwdzdpWk1EVDBnTkhVV3pFajlEa2RMOExZRnVSZ2E3Zw0KDQoN
Ci0tLS0tLS0tLS0NCkdvb2dsZSBMTEMsIDE2MDAgQW1waGl0aGVhdHJlIFBhcmt3YXkgTW91bnRh
aW4gVmlldywgQ0EgOTQwNDMNCllvdSd2ZSByZWNlaXZlZCB0aGlzIHRyYW5zYWN0aW9uYWwgZW1h
aWwgYmVjYXVzZSB5b3VyIHNpdGUgaXMgbGlzdGVkIGluICANCkdvb2dsZSBTZWFyY2ggQ29uc29s
ZS4NClRvIG9wdCBvdXQgb2YgdGhpcyBtZXNzYWdlIGluIHRoZSBmdXR1cmUsIHZpc2l0OiAgDQo8
aHR0cHM6Ly9jLmdsZS9BRjV5V2pCb1M4bkVmVlBXelYwUHRvQlRpOHI3M0d6SWVlWEdSUUVGNnRH
WklBLURRUDR3RUUwazV2cUZiQnYxNzBiOERZckRpaWZxSnhhRnlMRUVGYUVRamFIQWxRYXV2OVVY
ZklReF9Wam1kVjVaYzZYWlBRV0dGMG9YMnltZ3Uyd1E0UXVYSG93NHZuaGUtM1B2OTNySjNGMjJL
OVc3bFl6UDBObm9aQ2prUXhNZk50OEx6V0hDaHFIR2F4QS0xU0h1RGpOa2tNdmVoUTB1RlFrdkhD
cWNSMlliSkV4akI3eDhKczBCYUk0SUhpeF9xZ1hqMXJZY0ZXVS1qcFQ1SWdteldXYXlPQzYta0Iz
aXRvZDM1ek9TdGFaR2FGdWM3c0xKQVpadG9oeFZkdUFmTW9hZXY2UXJZUzlPNTdjMnlLM1hJak9w
cGlaY3pORzVpdnVabmU5YUJMUDRVN3daRUhjckJ5TndYS1FZRDJ2T18xSDVYS05sZ1o0OURMc1Nj
ck1abUYtVHBDNm9OdnVVSWc+DQpBZGQgcGFydG5lcnMgd2hvIHNob3VsZCByZWNlaXZlIG1lc3Nh
Z2VzIGZvciB0aGlzIFNlYXJjaCBDb25zb2xlIGFjY291bnQ6ICANCmh0dHBzOi8vYy5nbGUvQUY1
eVdqQ0ZrT3B4RVV0NUxycVJtVmRuZ0p4S2lwQXJLemFvVnQ1amNhNXNPZlAtalJ1ZXoxb1hvbE5o
czRfYmloVkx4N2JsYnAzOHhmdGpwVWwzMzdrT1FxblEzLURTVUJmZEhwMXZzTEZpTmxHLVZYUHpK
dDBVOGx5LUp4U3FYR3VJY0JPMUg2aF91eDhFSnlsWEQ2QUd1YjJTWlQ5NkpTeFg2TXNYdjgxcEs1
VnhQZ2tMQWEzSnlnRV9RVlg1N1p1dFFpV3EtYm12YWRvZi00Z2s3N1NQVFE4d3Z2c3FFY2ZXbllf
dThjZjkwYkR6ZzZuUDNzeV9lRUprV01qTlFkNTV3bWZUSTNBWDVOMmxTZmFpdm42RmJVOWlyRDZU
YWVjSDNKaEh4SDQtRFlRNTI3LTFYRVRjWUhWbmlTRVRyNTVkYklBNE1oYzBRWEdMQkJxYnlsM1NV
TjRFUGFBVk5Yd0V5THB2TWpoSVZ0eUxyMm1LZmRSb2N6NnFtaHVSVHpjRXdTN0NZWlc2a0pqa3Vs
dw0KDQpNZXNzYWdlIHR5cGU6IFtXTkMtMTAwMzAzMjJdDQo=
--0000000000001e4a40063f246f77
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable




<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang=3Den>
<head>
  <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
  <link href=3Dhttps://fonts.googleapis.com/css2?family=3DGoogle+Sans&famil=
y=3DGoogle+Sans+Text:wght@400;500&family=3DGoogle+Sans+Mono rel=3Dstyleshee=
t type=3Dtext/css>
  <title>Merchant listings structured data issues detected in <a style=3Dco=
lor:inherit;word-break:break-word;text-decoration-line:none;>https://24hour=
waterdamagerestorationlongisland.com/</a></title>
</head>
<body style=3D"font: inherit;
             margin:0;
             padding:0;
             background-color:#fff;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;
             line-height:1.5;
             letter-spacing:0px;
             color:#1f1f1f;
             word-break:break-word;" dir=3Dltr>
  <div dir=3Dltr style=3D"max-width:600px;
              padding:0 16px;
              margin:0 auto;">
    <div style=3D"padding:32px 16px 16px 12px;line-height:0;font-size:0;">
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_icon_c=
olor_160.png style=3Dheight:40px;>
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_logo_l=
ockup_gray_24dp.png style=3D"height:34px;padding: 3px;">
    </div>=20
    <div style=3D"padding:24px 24px 40px 24px;
                border-radius: 16px;
                border: 1px solid #C4C7C5;">
      <div style=3D"max-width:520px;margin: 0 auto;">
=20
  <div style=3D"padding:16px 0; max-width:520px;">
    <span style=3D"font-size:24px;font-weight:400;line-height:32px;font-fam=
ily:'Google Sans';">Merchant listings structured data issues detected in <a=
 style=3Dcolor:inherit;word-break:break-word;text-decoration-line:none;>htt=
ps://24hourwaterdamagerestorationlongisland.com/</a></span>
  </div>
        <div id=3Dwmx_wnc_message_main_content SCREEM dir=3Dltr style=3D"
             background-color:#fff;
             color:#1f1f1f;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;">
  <div style=3Dpadding-bottom:16px;>  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      To the owner of <a style=3Dcolor:inherit;w=
ord-break:break-word;text-decoration-line:none;>https://24hourwaterdamagere=
storationlongisland.com/</a>:
</p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Search Console has identified that your site is =
affected by 2 Merchant listings structured data issue(s). The following iss=
ues were found on your site.
</p>
  </div>



  <div style=3Dpadding-bottom:8px;padding-top:8px;border-radius:12px;>

    <div style=3D"padding:20px 16px 20px 16px;border-radius:8px; background=
:#F0F4F9;">
        <h2 style=3D"color:#1F1F1F;font-size:14px;font-style:normal;font-we=
ight:500;line-height:21px;letter-spacing:0px;margin:4px 0 12px 0;">
Top non-critical issues<sup>=E2=80=A1</sup>
        </h2>
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Missing field &quot;availability&quot; (in &quot;offers&quot;)</a>
        </p>
      </div>
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Missing field &quot;description&quot;</a>
        </p>
      </div>
    </div>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>=E2=80=A1<span style=3Dfont-style:italic;>Non-cr=
itical issues</span> are suggestions for improvement, but don't prevent the=
 page or feature from appearing on Google. Some of these issues could be re=
classified as critical in the future, and critical issues can affect your s=
ite=E2=80=99s appearance on Search.</p>
  </div>




  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>We recommend that you fix these issues when poss=
ible to enable the best experience and coverage in Google Search.</p>
  </div>

</div>
  <div style=3Dmargin-bottom:16px;>
    <a href=3Dhttps://c.gle/AF5yWjD31ZucXdxl3x7zxwsB9OvFjNc0lFqILKWF8EahjGz=
fGLmG1OlZev74OUu7pMqZYzOYfBsWpaffTWnTT9VL1NolJyOgc4M3pF8fSqWKMrF6xTmQYhNmVL=
EVtKY7MGfiYdaSCgrtbmpJQOSQxwhcEPwpOvZ7B5chBO48vaWqOoWOmEeAiA299VrQLjpj5dwI2=
fbkwTIvii2CSDW-GekXEvZBe1Li7KwnjOkKOViwbUKYptPH6L3qBUdEMtweB605qtoYuttQBICo=
9JXcc5plKXbQAap7C3XabQ1PpVi0OYo311Gl2rXcVQqE2Gnw2a698eIcAt2yKLHIg3MuaRnFIxi=
YN_ralIXG29xc_YEqQUHP_aaOvtzvyNXqpR5o885XE0RDDYvXsoE7iz8 role=3Dbutton styl=
e=3Ddisplay:inline-block;text-decoration:none;>
      <div style=3D"color:#FFF;font-size:14px;font-weight:500;
                  background:#0B57D0;border-radius:12px;padding:10px 16px;m=
argin:4px 0px;line-height:20px;">
Fix Merchant listings structured data issues      </div>
    </a>
  </div>

        </div>
      </div>
    </div>     <div style=3D"padding:24px 16px 48px;
                line-height:16px;
                font-size:12px;
                font-style:normal;
                font-weight:400;
                max-width:600px;
                color:#444746;">
      <span style=3D"font-weight: 500;">Message type: [WNC-10030322]</span>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      	You've received this transactional email =
because your site is listed in Google Search Console. You may <a href=3Dhtt=
ps://c.gle/AF5yWjC-V-DF5cUxkEMMgcjxTNqSCzDo-SL2YocYCpt0DzIxKCkm7ndktbRtPrwe=
Da3PO6Q3OpGDacxAGVVelKwpNsmXZM4wwOZ1LOkz6by1VjT_aHyGTWWIni2pBTPRlKJxKcFrMUX=
hXwRkq8BU1XLma0YTYT8GynaoNJWeTkcy5TKMtgP-lsWk32uHgOnV6MOT6R3v9U2jSp7NlaF5wB=
U0NUTGU5bawMtgtRpQjd1Bn2-KeRn6lEArL-1W7wdAAHtAu9I44XQLVpBmwU68p6aE9Sh12OL1c=
NNxm0JHyEBcDHqwUlbidBXhoTeKBkP0EXAzk0pZzAu0t7mT3dQfNH5oKFfEUwyQ3gM7kvQh5RR1=
fXIxAuJHHhaBAMpDmAMoNMMj-Xe_9bg0JfxYT6JM style=3Dcolor:#0B57D0;text-decorat=
ion-line:underline;word-break:break-word;>unsubscribe</a> from this type of=
 message or <a href=3Dhttps://c.gle/AF5yWjBTZUqqdOadxwfs_Z898phUWlOpAt4G2-3=
2x4A7bUEc3TdPXOHJfEwhNFYWQQKoPl3EsR7S-DzdiXJ71U946Cymn25ZyG0DpUcZvs1yweeXUt=
uEeqrSqcdk5OvpHTo3xwSjFmOq2hBavM4JJXv_I6_ynqkNMfpKAVvzJbQhEgxc6nyvfoPvsdWJu=
i0gjFb8hcAKRleU24kQcfrAiYOHNjZsNs5GNUSPfyhyUyTwfS2UHWUeWRESgZno43zCT_Dqjnl9=
DWl1NBdgujKmbBqfGSGuQv_me6HngORlHLKQyEwyPt5nyWtaajs20E7gBt1Fuzu8agjMks4-tW6=
lZj2X62jOkCQJ-G8UYP7U9Abn8HOr6lKJEeGhG33rGBQhQsqqkkmdkV5SmIP1XVDzrg style=
=3Dcolor:#0B57D0;text-decoration-line:underline;word-break:break-word;>add =
partners</a> who should receive messages for this Search Console account
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Google LLC, 1600 Amphitheatre Parkway Mountain V=
iew, CA 94043</p>
  </div>

=20
</p>
  </div>
    </div>=20
  </div>=20
</body>
</html>

--0000000000001e4a40063f246f77--
info/new/1758275584.M788428P3809980.premium320.web-hosting.com,S=16658,W=16955000064000000040422151007557650017660 0ustar00Return-Path: <3_ifNaAoKAM8Dx-89CzA6J19916z.x97@scoutcamp.bounces.google.com>
Delivered-To: info@24hourwaterdamagerestorationlongisland.com
Received: from premium320.web-hosting.com
	by premium320.web-hosting.com with LMTP
	id 6IfKLgAozWi8IjoAVkXPrw
	(envelope-from <3_ifNaAoKAM8Dx-89CzA6J19916z.x97@scoutcamp.bounces.google.com>)
	for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 19 Sep 2025 05:53:04 -0400
Return-path: <3_ifNaAoKAM8Dx-89CzA6J19916z.x97@scoutcamp.bounces.google.com>
Envelope-to: info@24hourwaterdamagerestorationlongisland.com
Delivery-date: Fri, 19 Sep 2025 05:53:04 -0400
Received: from [198.54.122.200] (port=49566 helo=asp-relay-shared.jellyfish.systems)
	by premium320.web-hosting.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <3_ifNaAoKAM8Dx-89CzA6J19916z.x97@scoutcamp.bounces.google.com>)
	id 1uzXnd-0000000G48T-1wtn
	for info@24hourwaterdamagerestorationlongisland.com;
	Fri, 19 Sep 2025 05:53:04 -0400
Authentication-Results: asp-relay-shared.jellyfish.systems;
	dkim=pass header.d=google.com header.s=20230601 header.b=zaFLl+pI;
	spf=pass (asp-relay-shared.jellyfish.systems: domain of 3_ifNaAoKAM8Dx-89CzA6J19916z.x97@scoutcamp.bounces.google.com designates 209.85.128.197 as permitted sender) smtp.mailfrom=3_ifNaAoKAM8Dx-89CzA6J19916z.x97@scoutcamp.bounces.google.com;
	dmarc=pass (policy=reject) header.from=google.com
Received: from mail-yw1-f197.google.com (mail-yw1-f197.google.com [209.85.128.197])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by asp-relay-shared.jellyfish.systems (Postfix) with ESMTPS id 4cSnqy6Kpjz17tY
	for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 19 Sep 2025 09:53:02 +0000 (UTC)
Received: by mail-yw1-f197.google.com with SMTP id 00721157ae682-71d600f9467so19945087b3.0
        for <info@24hourwaterdamagerestorationlongisland.com>; Fri, 19 Sep 2025 02:53:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20230601; t=1758275582; x=1758880382; darn=24hourwaterdamagerestorationlongisland.com;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:from:to:cc:subject:date
         :message-id:reply-to;
        bh=r8uhsL8vviCzGUbf5PEq6+OaQYzW1e9irs68uWFq3Jk=;
        b=zaFLl+pIlguVqwqI+KgGIKgfHjwrD2oHruV0NrIJPY4iF13yLd4pV3kzb92Z6WWCvh
         YMYTOxU3Vr1BTBKdbY7MCNB7FBGuQIX7NCEh/wU7P/4F6STakCqpou6GZe2kqYc2a7Cr
         ifZ7+sNH2acNSf6y/q8VceywclDKfsjor2MrR7pucSVvLtfsFz2K4+knc0F6nvDXkuZs
         bb2B1OlZZewBjnMfLYG/ilIhaPDYGWbGcBBNiysUR4brV26CjZcMqi3XomYOdqz7OhSL
         55zDlx0IJA2GmvMol7gaTm+ep0wLL6pFBMRHws5OlKVxXoplIIZgVioMLwdbryuBPkF8
         4fuA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1758275582; x=1758880382;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:x-gm-message-state:from
         :to:cc:subject:date:message-id:reply-to;
        bh=r8uhsL8vviCzGUbf5PEq6+OaQYzW1e9irs68uWFq3Jk=;
        b=Wmu84VEvxwdFeQj1XkG1DlNIz+RS2oGaM4to4TX4h5NYCIheBny/uOwJT53syx4BUs
         fAdgF+iphOMN8mqyCPHrMDhbkU6mQp/IYeRirsQUrkD0mJ6thV4i7V00QewA2ccWzR0Y
         3TpZLxM1FGc6dPhJq+pDu0fsIUwgm1GCMQ+EMUhliarou9Yv50CflDh2XXUd+dgd7yIC
         aWtQdChVmMlGraJFpdJNFQmfcG85GIDJjOkSA5JKZpN9yQKZxnOf5OoagrqfnPZ1IX7V
         de13t5/6YrjIWrGc9zsohQciZi/jdCMj/WpvjJNMWzq8mWbWsOGcpQR6a+qbOxmJfL7J
         +WBQ==
X-Gm-Message-State: AOJu0YyhqaVzA5vrkBOc2KKcVmf4I0FMhQdG8IhrEuc4nDg0Chluj0HR
	IdtaqbWrRFyndtZ3xqN5defKxHChK5XTqD0vF51bufqOFvb3Bigs5VhbDf9e
X-Google-Smtp-Source: AGHT+IE2DkI2yp5jKnaber3aRMrLlePuzioqMnw9bvsRzUBdhBWW3HtpKQTxsmXmvUy4oLF9wIzfkC4=
MIME-Version: 1.0
X-Received: by 2002:a05:690c:7343:b0:723:97ed:b2d6 with SMTP id
 00721157ae682-73d376159e1mr22234317b3.24.1758275582378; Fri, 19 Sep 2025
 02:53:02 -0700 (PDT)
Date: Fri, 19 Sep 2025 02:53:02 -0700
Reply-To: Google Search Console Team <sc-noreply@google.com>
X-Google-Id: 5835522203189248
List-Unsubscribe: <https://c.gle/AF5yWjCIyr0EzYo7Z-0TUZC0oKPzckh0U7bVlVu2cxQhvWr9Uev2pyqTojfxJDo6UCDB5qDEatWDnHf1fwExlNiV9TZSF_21K7MTVGbTV2ra52M4QaWbk_ZxGqwOQo3TTWQLcOHWiGuV23ssLEelMbuKstB9ogjQnDk5IWPk_W4kSuw0uVhEf39I64pQHXqtag-D8h2OzzL_Ceg-ydY_Z9It_WFEH4Qe2qqQ8-2WuN-nwCn4lbzcFoaKEbUUt2T8hlv2RDFq5x2u7Y7SzRcOfGUqLR5uKMNdearkHfWUJ_pEXeqBcT7dgix9RZIhPz6xtZ4iWf0MmNM0tYV5SWDqpMi_R5NdQvHjnitufbdZDcqK4PKLtteTxyV3TJ6o8e93joGzQe6fWp533dYzY0p9>
Precedence: bulk
Feedback-ID: P-38-0:C10030322:M100058679-en:gamma
List-Id: <6e180ccbadfa950a9b941acac5723e4f395dc930.google.com>
X-Notifications: 344683951d5a0000
X-Notifications-Bounce-Info: AWoTSIFkck-Hk3U0EFsEFqiQtx1Ftc3t_jrdQ0af89L0_Hr1HSVela2qAEh7JpkzaH_oM32hkvkXwR-xk8qkzIvq-33nek9FTgFpMRdKgcnRIBqshLPlIWqgLho4WIMTh-cKdXa7vfnhlATsDCduf-59Ovk3Wjw8yRgpPj-N9HhAwJ0ZsUtEpt3OwbhZrX11o3DSex8DW-cN4PqDVAW0DdHbZ7phit9CHBRaR7WScvT3FpqPmC5oTBw5bozwaakbTeOiPyEX7_5YEVsNoZOnm8FJmEC4oOvToVzwKNW3mZY4-Y2DwyxAEXXRLcZsXuyQbzQQpPACpLsLtxDa3PxNRdWP8-be2C4TsyiEvAFiMGUbyqo_PvawB0EMj02Ae36Ru1tbP2yF35hrFOaJ1RUqS2-VwtI0aj9DWVgTr8PYECIykmPgyHPJPQt0qOwb9h24ny5IL0wx6lKmrky-IdmeMYJGf0L4VI1wPCuLV0l15Q-0G2_ryK-7aZm9DNV-dM2zrrNa32upoZUWPo9d9Joi7JFU0bP3GjO8fiUSSHGNTK9CEUnm3VjLZuE25A879tISmqiIORw4UoHpogkcVczi2ELwclELRvGT44B0vg-8LbJMQD1Cf8IB1yiPNybOIsJuMJUZfLwElDUDV3-XPle1LlB1VkcDjLo4NjAwNjA0MDQxNTM1NTk2OTMzMg
Message-ID: <b243c3d97be589f7c360c2c5e13e714fcd44d6fb-10030322-100159012@google.com>
Subject: New Product snippets structured data issues detected for https://24hourwaterdamagerestorationlongisland.com/
From: Google Search Console Team <sc-noreply@google.com>
To: info@24hourwaterdamagerestorationlongisland.com
Content-Type: multipart/alternative; boundary="00000000000081433f063f246f20"

--00000000000081433f063f246f20
Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes
Content-Transfer-Encoding: base64

DQoNCg0KRnJvbTogR29vZ2xlIFNlYXJjaCBDb25zb2xlDQoNClN1YmplY3Q6DQpQcm9kdWN0IHNu
aXBwZXRzIHN0cnVjdHVyZWQgZGF0YSBpc3N1ZXMgZGV0ZWN0ZWQgaW4gIA0KaHR0cHM6Ly8yNGhv
dXJ3YXRlcmRhbWFnZXJlc3RvcmF0aW9ubG9uZ2lzbGFuZC5jb20vDQoNCg0KICAgICAgIFRvIHRo
ZSBvd25lciBvZiBodHRwczovLzI0aG91cndhdGVyZGFtYWdlcmVzdG9yYXRpb25sb25naXNsYW5k
LmNvbS86DQoNClNlYXJjaCBDb25zb2xlIGhhcyBpZGVudGlmaWVkIHRoYXQgeW91ciBzaXRlIGlz
IGFmZmVjdGVkIGJ5IDEgUHJvZHVjdCAgDQpzbmlwcGV0cyBzdHJ1Y3R1cmVkIGRhdGEgaXNzdWUo
cykuIFRoZSBmb2xsb3dpbmcgaXNzdWVzIHdlcmUgZm91bmQgb24geW91ciAgDQpzaXRlLg0KVG9w
IG5vbi1jcml0aWNhbCBpc3N1ZXPigKENCiogTWlzc2luZyBmaWVsZCAiYXZhaWxhYmlsaXR5IiAo
aW4gIm9mZmVycyIpDQoNCuKAoSpOb24tY3JpdGljYWwgaXNzdWVzKiBhcmUgc3VnZ2VzdGlvbnMg
Zm9yIGltcHJvdmVtZW50LCBidXQgZG9uJ3QgcHJldmVudCAgDQp0aGUgcGFnZSBvciBmZWF0dXJl
IGZyb20gYXBwZWFyaW5nIG9uIEdvb2dsZS4gU29tZSBvZiB0aGVzZSBpc3N1ZXMgY291bGQgYmUg
IA0KcmVjbGFzc2lmaWVkIGFzIGNyaXRpY2FsIGluIHRoZSBmdXR1cmUsIGFuZCBjcml0aWNhbCBp
c3N1ZXMgY2FuIGFmZmVjdCB5b3VyICANCnNpdGXigJlzIGFwcGVhcmFuY2Ugb24gU2VhcmNoLg0K
DQpXZSByZWNvbW1lbmQgdGhhdCB5b3UgZml4IHRoZXNlIGlzc3VlcyB3aGVuIHBvc3NpYmxlIHRv
IGVuYWJsZSB0aGUgYmVzdCAgDQpleHBlcmllbmNlIGFuZCBjb3ZlcmFnZSBpbiBHb29nbGUgU2Vh
cmNoLg0KDQoqKkZpeCBQcm9kdWN0IHNuaXBwZXRzIHN0cnVjdHVyZWQgZGF0YSBpc3N1ZXMqKjog
IA0KaHR0cHM6Ly9jLmdsZS9BRjV5V2pCTDExLS1RckN5RTJKODB0dzVaWWtOY2RTSWhyUlIxRWpT
ek1qZ21wd1d5TEs5MTJBdUYtcDVlRG96eURqbXgzX0RiMzZBQmJ2REpqemxEQ2paTjZnVzBoX285
TW1zaUdWWjBMbUZCbmFTZ0phdExDYms4LV80WnkzREdiQW5iNC16SHIxTTdTTFNVQkR1Vmo1RDc0
Vm5hTVRkNmoydzRmWDZXRHlSbWFyZEhWWnRBY28yM0R2UGNjUzZYRUlobEFPanFwSkVSem5YcXJ2
QkV5Y0diT1ZGNU96NllobEJ5YXhGem5uWFMxTTJ4bXFGZ3R2N3FrWjkxdU42cUlBTXJLZGVwb2I5
ZFVJLTVaMmUyNldpN2ZVLUs1VVRBUnJpM190V2N2QURVN2dONmU5VklnMDZUblFyTUsyd3B1TGZm
UWZIbDVDZ0c3UFZIODlmV2V2OXdGQkVhX2kzOHlzTDNKcEtnZy1aOEhmMXpXYXFkeGN5SmlQaGg2
a1ZEY2k3WTBrbmkzZjE5dTlWdTBfUFdrLUlsLVRKdFRCcnRKWVJmTTJRbWk0MkZvdTBZNXo2bmNQ
ZlFDQVFUdWFSR05iUWtXRjQ2S2gydElWSA0KDQoNCi0tLS0tLS0tLS0NCkdvb2dsZSBMTEMsIDE2
MDAgQW1waGl0aGVhdHJlIFBhcmt3YXkgTW91bnRhaW4gVmlldywgQ0EgOTQwNDMNCllvdSd2ZSBy
ZWNlaXZlZCB0aGlzIHRyYW5zYWN0aW9uYWwgZW1haWwgYmVjYXVzZSB5b3VyIHNpdGUgaXMgbGlz
dGVkIGluICANCkdvb2dsZSBTZWFyY2ggQ29uc29sZS4NClRvIG9wdCBvdXQgb2YgdGhpcyBtZXNz
YWdlIGluIHRoZSBmdXR1cmUsIHZpc2l0OiAgDQo8aHR0cHM6Ly9jLmdsZS9BRjV5V2pCMzZ2STF3
dFFTajRBSV9MYVNyTTlHREwySFQzdWtQYks3cGVfQmJ0TXptRThHS3VNT3NFbzBiQURoOW9jamFK
LXh0MFhnOFRyN0txLWpYSmc1RHFyMUppNlY2T3RWSUgzMFc4VFVOXy10ZnRvM2FJVG43Z09DenBZ
OUduaWVXZnBtRmNjWURubWdEYVJ2U3BPTV9uTGFLSzB6NDdQa0Y4QWs3ZWZJUjBUcGdleVhaM1hE
OU1sck1qNDVLbUwwNnFBeTNQbUJJYmxXelNXNmZNZ1VWVXNhMGlOMEp0em14ZEo2STkxNXV3OG9h
Nk5PZDlKa0lYdVdReGtPaEgwTmRzamthaDVEMkNMd29RTDJOcUlBWWkxVEJkZS1NaVlwZHdTQ0NL
OXlHSXlHamZUX2pqSGN2S0t1MjVpS2o1N2twWVdmSVZTT21Qd3RvQ0hSTG91NlJlS1pJRk0wZkFU
YTN1eWMyWHBvOEQ3WFF6cDBUWF9QQTJwaUVma0F1d0dkemIxSnI1ODhGSVJPUXc+DQpBZGQgcGFy
dG5lcnMgd2hvIHNob3VsZCByZWNlaXZlIG1lc3NhZ2VzIGZvciB0aGlzIFNlYXJjaCBDb25zb2xl
IGFjY291bnQ6ICANCmh0dHBzOi8vYy5nbGUvQUY1eVdqQ21sdzNiMlNXdDRyeUtFNU4zb0lZeTF3
bHN1ZTlHVllkLUdFczhzbHR2YlROU28zcTJ2WmVrNkxLRENmdUtxZ0F3dDBGcWVvcWdFY2FyRVdL
NlUtWmJJZXBzWFZ5OVJlMy1salp1WTI0c09qb21DZUhDeFZWR0x6TjF5MVBsUm9WdV9jMWt6bHF5
cGQxT29BZkRmUXFTeTNLbWF3STRZRUlXUEkwNHBDVmM0WmloNThLMHNjUHJqeUhINFUtMG9kR1k2
d1FMTnZQYlhDakVHVHpId0ZkYlhVNm1JMjNjOVF2c3lVeXNCSVVaLUdDX29uLVB6Vkk4d3hnNmgt
WEJIOHRvaE5SQTFkSGpWcGE5Nmc4M0FsQTNocEZnT2NEeng2ZHVzVGpKZVFBQ1RyVEJ6emE5aU5O
TTM1TnpyWUU3ZjNGTTdMUm5wU0JkZ3lMSF9EMkgydzZvOTM1SUJLM0tUT2E2Q0hqZEJMWV9qRjJL
V2NVUU9EaW5FVUgtMVRPTGtZNUlEWm5YUHVSa0tiSQ0KDQpNZXNzYWdlIHR5cGU6IFtXTkMtMTAw
MzAzMjJdDQo=
--00000000000081433f063f246f20
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable




<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang=3Den>
<head>
  <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
  <link href=3Dhttps://fonts.googleapis.com/css2?family=3DGoogle+Sans&famil=
y=3DGoogle+Sans+Text:wght@400;500&family=3DGoogle+Sans+Mono rel=3Dstyleshee=
t type=3Dtext/css>
  <title>Product snippets structured data issues detected in <a style=3Dcol=
or:inherit;word-break:break-word;text-decoration-line:none;>https://24hourw=
aterdamagerestorationlongisland.com/</a></title>
</head>
<body style=3D"font: inherit;
             margin:0;
             padding:0;
             background-color:#fff;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;
             line-height:1.5;
             letter-spacing:0px;
             color:#1f1f1f;
             word-break:break-word;" dir=3Dltr>
  <div dir=3Dltr style=3D"max-width:600px;
              padding:0 16px;
              margin:0 auto;">
    <div style=3D"padding:32px 16px 16px 12px;line-height:0;font-size:0;">
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_icon_c=
olor_160.png style=3Dheight:40px;>
      <img src=3Dhttps://ssl.gstatic.com/search-console/messaging/sc_logo_l=
ockup_gray_24dp.png style=3D"height:34px;padding: 3px;">
    </div>=20
    <div style=3D"padding:24px 24px 40px 24px;
                border-radius: 16px;
                border: 1px solid #C4C7C5;">
      <div style=3D"max-width:520px;margin: 0 auto;">
=20
  <div style=3D"padding:16px 0; max-width:520px;">
    <span style=3D"font-size:24px;font-weight:400;line-height:32px;font-fam=
ily:'Google Sans';">Product snippets structured data issues detected in <a =
style=3Dcolor:inherit;word-break:break-word;text-decoration-line:none;>http=
s://24hourwaterdamagerestorationlongisland.com/</a></span>
  </div>
        <div id=3Dwmx_wnc_message_main_content SCREEM dir=3Dltr style=3D"
             background-color:#fff;
             color:#1f1f1f;
             font-family: Google Sans Text, Google Sans, Roboto, Arial, san=
s-serif;
             font-size:14px;
             font-style:normal;
             font-weight:400;">
  <div style=3Dpadding-bottom:16px;>  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      To the owner of <a style=3Dcolor:inherit;w=
ord-break:break-word;text-decoration-line:none;>https://24hourwaterdamagere=
storationlongisland.com/</a>:
</p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Search Console has identified that your site is =
affected by 1 Product snippets structured data issue(s). The following issu=
es were found on your site.
</p>
  </div>



  <div style=3Dpadding-bottom:8px;padding-top:8px;border-radius:12px;>

    <div style=3D"padding:20px 16px 20px 16px;border-radius:8px; background=
:#F0F4F9;">
        <h2 style=3D"color:#1F1F1F;font-size:14px;font-style:normal;font-we=
ight:500;line-height:21px;letter-spacing:0px;margin:4px 0 12px 0;">
Top non-critical issues<sup>=E2=80=A1</sup>
        </h2>
      <div style=3D"padding:4px 0px;">
        <p dir=3Dltr style=3D"color:#1F1F1F;font-size:14px;font-style:norma=
l;font-weight:400;line-height:21px; margin:0px;">
          <a style=3Dcolor:inherit;word-break:break-word;text-decoration-li=
ne:none;>Missing field &quot;availability&quot; (in &quot;offers&quot;)</a>
        </p>
      </div>
    </div>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>=E2=80=A1<span style=3Dfont-style:italic;>Non-cr=
itical issues</span> are suggestions for improvement, but don't prevent the=
 page or feature from appearing on Google. Some of these issues could be re=
classified as critical in the future, and critical issues can affect your s=
ite=E2=80=99s appearance on Search.</p>
  </div>




  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>We recommend that you fix these issues when poss=
ible to enable the best experience and coverage in Google Search.</p>
  </div>

</div>
  <div style=3Dmargin-bottom:16px;>
    <a href=3Dhttps://c.gle/AF5yWjBlwM9IU953UDwmLRBq4StcYfx-NKQRRiIBF9E5437=
zsRLMJEc3d97bM6SkhkWtdOcJwPp3qCg20LddJgvKgtQU-P5tjvaRDdZJXHdHCiBxDji3YQ-NK1=
CZwIKc_QYoGCPto4PUyfdmYkyP5by9GPZNdD5xI_U54V77neOY6E54-RRZQy6yqTjZm2ZVccmNU=
UhFY7MWTKY6e7xNmtYR7ZKjimTLxA96occ4cWy5DsLp0VEUGLqYvLhDdfPrJmlEhpl6VlBtz_1h=
rH9m_RdtoNwaotG3I-p3JWaiRszsdrEOgrNLlSvHeUcwSueQZHqbY1WkUNbidj-dCyM7Xwf5Yxf=
CuE_VzTJNfQDvZWHlDRwtfSPqvGcjMObQofiImGSgMcl5WNr2rW00lH0RO6OK9WRai3BlHsfsdT=
kTsQ2ocMOA-6qs7ayiCoTTipITb7lL26DipWvWiO4lofA role=3Dbutton style=3Ddisplay=
:inline-block;text-decoration:none;>
      <div style=3D"color:#FFF;font-size:14px;font-weight:500;
                  background:#0B57D0;border-radius:12px;padding:10px 16px;m=
argin:4px 0px;line-height:20px;">
Fix Product snippets structured data issues      </div>
    </a>
  </div>

        </div>
      </div>
    </div>     <div style=3D"padding:24px 16px 48px;
                line-height:16px;
                font-size:12px;
                font-style:normal;
                font-weight:400;
                max-width:600px;
                color:#444746;">
      <span style=3D"font-weight: 500;">Message type: [WNC-10030322]</span>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>      	You've received this transactional email =
because your site is listed in Google Search Console. You may <a href=3Dhtt=
ps://c.gle/AF5yWjCIyr0EzYo7Z-0TUZC0oKPzckh0U7bVlVu2cxQhvWr9Uev2pyqTojfxJDo6=
UCDB5qDEatWDnHf1fwExlNiV9TZSF_21K7MTVGbTV2ra52M4QaWbk_ZxGqwOQo3TTWQLcOHWiGu=
V23ssLEelMbuKstB9ogjQnDk5IWPk_W4kSuw0uVhEf39I64pQHXqtag-D8h2OzzL_Ceg-ydY_Z9=
It_WFEH4Qe2qqQ8-2WuN-nwCn4lbzcFoaKEbUUt2T8hlv2RDFq5x2u7Y7SzRcOfGUqLR5uKMNde=
arkHfWUJ_pEXeqBcT7dgix9RZIhPz6xtZ4iWf0MmNM0tYV5SWDqpMi_R5NdQvHjnitufbdZDcqK=
4PKLtteTxyV3TJ6o8e93joGzQe6fWp533dYzY0p9 style=3Dcolor:#0B57D0;text-decorat=
ion-line:underline;word-break:break-word;>unsubscribe</a> from this type of=
 message or <a href=3Dhttps://c.gle/AF5yWjDGyXbPQs9Pjz7IVFVrfP58ZShkFHrgsJS=
7QkD0kYJCdKx462SN4g-norcY9_nC14SCHNdTNTy-Fg9g31zdYCFQTI7DcTLtRj2XNVmlYXPVFe=
gwxIDf4l_dEiFItNrp3BmTaw9XKP2mAe11oskTyUNrbmS_e20C69SbaOkc6GSyIOgSJUQxK3Ggq=
PjKRCzCHYouXNmuWs7SP9f16dNhj3QIQnKGr92GjZ_4uUSsfU-EHXSBI5B38eHdK8eivfJPqs8s=
SDtM-zwIk2gUfTderonpwv7F68UPzqeCm8TdVGhWLfhPuq3Le9OPevK7vqUI6mV-b9WGQSqkiO7=
Iu3nzDwcXtpWoGrNq1MP1QpIXk_y9PS6qsvGZWYy7qx2w5qu_asZ1YLixnH_HZ2gyRA style=
=3Dcolor:#0B57D0;text-decoration-line:underline;word-break:break-word;>add =
partners</a> who should receive messages for this Search Console account
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;></p>
  </div>
  <div style=3D"padding:4px 0px;">
    <p style=3Dmargin:0px;>Google LLC, 1600 Amphitheatre Parkway Mountain V=
iew, CA 94043</p>
  </div>

=20
</p>
  </div>
    </div>=20
  </div>=20
</body>
</html>

--00000000000081433f063f246f20--
info/.Drafts/dovecot.index.log000064000000000240151007557650012257 0ustar00({zh{zh����x����@����$maildir����$��|h{zh��e;��|h{zh��e;��|h���93���� {zhL����info/.Drafts/dovecot-uidlist000064000000000063151007557650012047 0ustar003 V1752857349 N1 G44cb7f06027b7a68fd982d005645cfaf
info/dovecot.index.log000064000000050624151007557650010771 0ustar00({zh{zh����x����@����$maildir����${zh{zh��t;{zh�Q�+|���� {zhL��������@����@����cache�����{zh����x��������@{zh��������� T$��yh����X����@$����$�|h{zh��t;�|h��!����� @�����x��������@{zh��������� T$�i|h����X����@$����$��|h�|h�q�!��|h{zh��t;�|h��!����� @�����h����@$����$��|h��|h�VL6��|h��|h�VL6�|h��!����� 0���� @����@����@{zh����8�����L����@����modseq��������X����@$����$��|h��|h�VL6��|h��|h�VL6�|h��!����� @����8����@{zh�����
����8����@{zh�������������X����@$����$��|h��|h�VL6��|h��|h����|h��!����� @�����X����@$����$��|h��|h�VL6\�|h��|h���\�|h��*���� @`����H��������@{zh���������X����@$����$��|h��|h�VL6L��h��|h���L��h3�T���� @����x��������@{zh��������� T$@^�h����X����@$����$��|h��|h�VL6���h��|h������h���$����� @�����x��������@{zh��������� T$@�h����X����@$����$��|h��|h�VL6��h��|h�����h��"����� @�����x��������@{zh����( ���� T$���h����X����@$����$R�h��hzP�!R�h��|h�����h��"����� @�����h����@$����$R�hR�h��5R�hR�h��5��h��"����� 0���� @(	����X����@$����$��hR�h��5��hR�h��5��h��"����� @�	����X����@$����$��hR�h��5l�hR�h��5l�h
��,/���� @�	����H��������@{zh����p%����X����@$����$s�hl�h�f�,s�hR�h��5l�h
��,/���� @�
����h����@$����$s�hs�h�W
s�hs�h�W
l�h
��,/���� 0���� @ ����X����@$����$u�hs�h�W
u�hs�h�W
l�h
��,/���� @���������X����@$����$u�hs�h�W
u�hu�hO��3l�h
��,/���� @����X����@$����$u�hs�h�W
��hu�hO��3��h�`�
x���� @l����H��������@{zh�����*����X����@$����$��h��h�
��hu�hO��3��h�`�
x���� @
����h����@$����$��h��h���7��h��h���7��h�`�
x���� 0	���� @�
����X����@$����$�h��h���7�h��h���7��h�`�
x���� @�
����X����@$����$�h��h���7o�h��h���7o�h�������� @d����H����	����@{zh����	$0����X����@$����$s�ho�h9
|s�h��h���7o�h�������� @����h����@$����$s�hs�hp
�s�hs�hp
�o�h�������� 0
���� @�����X����@$����$v�hs�hp
�v�hs�hp
�o�h�������� @�����		����X����@$����$v�hs�hp
�v�hv�hZ`co�h�������� @p����X����@$����$v�hs�hp
���hv�hZ`c��h������� @�����H����
����@{zh����
�5����X����@$����$��h��h6���hv�hZ`c��h������� @�����h����@$����$��h��hD�5��h��hD�5��h������� 0���� @����X����@$����$��h��hD�5��h��hD�5��h������� @h����X����@$����$��h��hD�5p�h��hD�5p�h:�7U���� @�����x��������@{zh�����:���� T$@G�h����X����@$����$�ډhp�h=�7�ډh��hD�5p�h:�7U���� @�����h����@$����$�ډh�ډh�ئ�ډh�ډh�ئp�h:�7U���� 0���� @(����X����@$����$�ډh�ډh�ئ�ډh�ډh�ئp�h:�7U���� @���������X����@$����$�ډh�ډh�ئ�ډh�ډh��p�h:�7U���� @����X����@$����$�ډh�ډh�ئ��h�ډh����h�-	����� @t����x��������@{zh����@���� T$@�h����X����@$����$��h��h����h�ډh����h�-	����� @T����h����@$����$��h��h����h��h����h�-	����� 0
���� @�����X����@$����$��h��h����h��h����h�-	����� @4��������X����@$����$��h��h����h��h�!��h�-	����� @�����X����@$����$��h��h����h��h�!��h�`�3����� @����H����
����@{zh����
lE����X����@$����$B�h��hJ�3B�h��h�!��h�`�3����� @�����h����@$����$B�hB�hA��B�hB�hA����h�`�3����� 0���� @@����X����@$����$}�hB�hA��}�hB�hA����h�`�3����� @�����X����@$����$}�hB�hA��wd�hB�hA��wd�h��2���� @����H��������@{zh�����J����X����@$����$V7�hwd�hD�V7�hB�hA��wd�h��2���� @�����h����@$����$V7�hV7�hC$�V7�hV7�hC$�wd�h��2���� 0���� @8����X����@$����$V7�hV7�hC$�DV�hV7�hC$�DV�h�*|���� @�����x��������@{zh����P���� T$�;�h����X����@$����$���hDV�h�r*���hV7�hC$�DV�h�*|���� @�����h����@$����$���h���h�g�:���h���h�g�:DV�h�*|���� 0���� @�����X����@$����$��h���h�g�:��h���h�g�:DV�h�*|���� @`����X����@$����$��h���h�g�:ߎh���h�g�:ߎh���
����� @�����x��������@{zh����,U���� T$�ގh����X����@$����$ߎhߎhp�{
ߎh���h�g�:ߎh���
����� @�����h����@$����$ߎhߎh�׼ߎhߎh�׼ߎh���
����� 0���� @ ����X����@$����$ߎhߎh�׼ߎhߎh�׼ߎh���
����� @���������X����@$����$ߎhߎh�׼ߎhߎhD1ߎh���
����� @ ����X����@$����$ߎhߎh�׼WߎhߎhD1Wߎhv5^���� @l ����H��������@{zh�����Z����X����@$����$xߎhWߎhv5^xߎhߎhD1Wߎhv5^���� @!����h����@$����$xߎhxߎh��l)xߎhxߎh��l)Wߎhv5^���� 0���� @�!����X����@$����$�ߎhxߎh��l)�ߎhxߎh��l)Wߎhv5^���� @�!����X����@$����$�ߎhxߎh��l)ǿ�hxߎh��l)ǿ�h���6Y���� @d"����x��������@{zh�����_���� T$@0�h����X����@$����${�hǿ�hL�6{�hxߎh��l)ǿ�h���6Y���� @D#����h����@$����${�h{�h�f4:{�h{�h�f4:ǿ�h���6Y���� 0���� @�#����X����@$����$V}�h{�h�f4:V}�h{�h�f4:ǿ�h���6Y���� @$$����X����@$����$V}�h{�h�f4:���h{�h�f4:���h%��.����� @�$����H��������@{zh����e����X����@$����$���h���h�d�.���h{�h�f4:���h%��.����� @<%����h����@$����$���h���hϛ����h���hϛ����h%��.����� 0���� @�%����X����@$����$�h���hϛ��h���hϛ����h%��.����� @&����X����@$����$�h���hϛ�B��h���hϛ�B��h�7�0����� @�&����x��������@{zh����dj���� T$���h����X����@$����$f��hB��hX��0f��h���hϛ�B��h�7�0����� @d'����h����@$����$f��hf��h�.f��hf��h�.B��h�7�0����� 0���� @�'����X����@$����$���hf��h�.���hf��h�.B��h�7�0����� @D(����X����@$����$���hf��h�.X��hf��h�.X��h��}37���� @�(����H��������@{zh�����o����X����@$����$Y��hX��h��n3Y��hf��h�.X��h��}37���� @\)����h����@$����$Y��hY��haGu#Y��hY��haGu#X��h��}37���� 0���� @�)����X����@$����$\��hY��haGu#\��hY��haGu#X��h��}37���� @<*��������X����@$����$\��hY��haGu#\��h\��h��	X��h��}37���� @�*����X����@$����$\��hY��haGu#ӊ�h\��h��	ӊ�hAS%����� @ +����H��������@{zh����u����X����@$����$��hӊ�h��h\��h��	ӊ�hAS%����� @�+����h����@$����$��h��h�m���h��h�m�ӊ�hAS%����� 0���� @H,����X����@$����$E��h��h�m�E��h��h�m�ӊ�hAS%����� @�,����X����@$����$E��h��h�m��Y�h��h�m��Y�hZ(1����� @-����H��������@{zh����\z����X����@$����$ђh�Y�h#�!ђh��h�m��Y�hZ(1����� @�-����h����@$����$ђhђh�>W-ђhђh�>W-�Y�hZ(1����� 0���� @@.����X����@$����$�q�hђh�>W-�q�hђh�>W-�Y�hZ(1����� @�.����X����@$����$�q�hђh�>W-\s�hђh�>W-\s�hh������ @/����x��������@{zh��������� T$�$�h����X����@$����$^s�h\s�h0��^s�hђh�>W-\s�hh������ @�/����h����@$����$^s�h^s�h�|�^s�h^s�h�|�\s�hh������ 0���� @h0����X����@$����$�s�h^s�h�|��s�h^s�h�|�\s�hh������ @�0����X����@$����$�s�h^s�h�|�(t�h^s�h�|�(t�h�{�^���� @81����H��������@{zh����������X����@$����$.t�h(t�hW�|.t�h^s�h�|�(t�h�{�^���� @�1����h����@$����$.t�h.t�h�s1.t�h.t�h�s1(t�h�{�^���� 0���� @`2����X����@$����$1t�h.t�h�s11t�h.t�h�s1(t�h�{�^���� @�2��������X����@$����$1t�h.t�h�s11t�h1t�h�*(t�h�{�^���� @D3����X����@$����$1t�h.t�h�s1lt�h1t�h�*lt�h$*����� @�3����H��������@{zh����d�����X����@$����$�t�hlt�h��)�t�h1t�h�*lt�h$*����� @\4����h����@$����$�t�h�t�h�N��t�h�t�h�N�lt�h$*����� 0���� @�4����X����@$����$�t�h�t�h�N��t�h�t�h�N�lt�h$*����� @<5����X����@$����$�t�h�t�h�N���h�t�h�N���h]ާ
����� @�5����x��������@{zh���������� T$@v�h����X����@$����$̖h��h�z
̖h�t�h�N���h]ާ
����� @�6����h����@$����$̖h̖h�v�̖h̖h�v���h]ާ
����� 0���� @�6����X����@$����$�šh̖h�v��šh̖h�v���h]ާ
����� @d7����X����@$����$�šh̖h�v�s/�h̖h�v�s/�hZ��8:���� @�7����x��������@{zh����ܓ���� T$�߫h����X����@$����$�/�hs/�h"��8�/�h̖h�v�s/�hZ��8:���� @�8����h����@$����$�/�h�/�h弤(�/�h�/�h弤(s/�hZ��8:���� 0���� @$9����X����@$����$�/�h�/�h弤(�/�h�/�h弤(s/�hZ��8:���� @�9��������X����@$����$�/�h�/�h弤(�/�h�/�h�p�s/�hZ��8:���� @:����


����X����@$����$�/�h�/�h弤(�/�h�/�h��(s/�hZ��8:���� @�:����X����@$����$�/�h�/�h弤(�1�h�/�h��(�1�hZ����� @@;����H��������@{zh����l�����X����@$����$�1�h�1�h��
�1�h�/�h��(�1�hZ����� @�;����h����@$����$�1�h�1�hc�?6�1�h�1�hc�?6�1�hZ����� 0���� @h<����X����@$����$�1�h�1�hc�?6�1�h�1�hc�?6�1�hZ����� @�<��������X����@$����$�1�h�1�hc�?6�1�h�1�h��.�1�hZ����� @L=����X����@$����$�1�h�1�hc�?6�1�h�1�h��.�1�h�lf����� @�=����H��������@{zh����ԝ����X����@$����$2�h�1�h�*W2�h�1�h��.�1�h�lf����� @d>����h����@$����$2�h2�h�~�2�h2�h�~��1�h�lf����� 0���� @�>����X����@$����$e2�h2�h�~�e2�h2�h�~��1�h�lf����� @D?����X����@$����$e2�h2�h�~����h2�h�~����h�e	���� @�?����x��������@{zh����(����� T$���h����X����@$����$e2�h2�h�~��(�h2�h�~��(�h�,�+a	���� @�@����H���� ����@{zh���� p�����X����@$����$e2�h2�h�~�J
�h2�h�~�J
�h�,�%�	���� @<A����x����!����@{zh����!������ T$@ԯh!����X����@$����$e2�h2�h�~�
�h2�h�~�
�ho�+/�	���� @B����H����"����@{zh����"�����X����@$����$e2�h2�h�~��,�h2�h�~��,�h-Km;
���� @�B����H����#����@{zh����#,�����X����@$����$e2�h2�h�~�E�h2�h�~�E�h|BM.�
���� @|C����x����$����@{zh����$<����� T$�ȳh$!!!����X����@$����$���hE�hF>.���h2�h�~�E�h|BM.�
���� @\D����h����@$����$���h���h�@2,���h���h�@2,E�h|BM.�
���� 0%���� @�D����X����@$����$�ѷh���h�@2,�ѷh���h�@2,E�h|BM.�
���� @<E����X����@$����$�ѷh���h�@2,�Էh���h�@2,�Էhª�6�
���� @�E����x����%����@{zh����%������ T$@��h%$$$!!!����X����@$����$�Էh�ԷhR&�6�Էh���h�@2,�Էhª�6�
���� @�F����h����@$����$�Էh�Էh���Էh�Էh���Էhª�6�
���� 0&���� @�F����X����@$����$�Էh�Էh���Էh�Էh���Էhª�6�
���� @dG����%%����X����@$����$�Էh�Էh���Էh�Էh{Yb'�Էhª�6�
���� @�G����X����@$����$�Էh�Էh���Էh�Էh{Yb'�Էh������� @HH����H����&����@{zh����&�����X����@$����$�Էh�Էh�O��Էh�Էh{Yb'�Էh������� @�H����h����@$����$�Էh�Էho��Էh�Էho��Էh������� 0'���� @pI����X����@$����$=շh�Էho�=շh�Էho��Էh������� @�I����X����@$����$=շh�Էho�4طh�Էho�4طh��� ]���� @@J����H����'����@{zh����'������X����@$����$>طh4طhv�� >طh�Էho�4طh��� ]���� @�J����h����@$����$>طh>طh]k>طh>طh]k4طh��� ]���� 0(���� @hK����''����X����@$����$?طh>طh]k?طh?طh�[�74طh��� ]���� @�K����X����@$����$`طh>طh]k`طh?طh�[�74طh��� ]���� @LL����X����@$����$`طh>طh]kvطh?طh�[�7vطhi��1����� @�L����H����(����@{zh����(������X����@$����$�طhvطh�r�1�طh?طh�[�7vطhi��1����� @dM����h����@$����$�طh�طh�Q�طh�طh�Qvطhi��1����� 0)���� @�M����X����@$����$�طh�طh�Q�طh�طh�Qvطhi��1����� @DN����X����@$����$�طh�طh�QgS�h�طh�QgS�h)��4����� @�N����x����)����@{zh����)L����� T$��h)%$$$!!!����X����@$����$�Z�hgS�h��4�Z�h�طh�QgS�h)��4����� @�O����h����@$����$�Z�h�Z�h"��Z�h�Z�h"�gS�h)��4����� 0*���� @P����X����@$����$�Z�h�Z�h"��'�h�Z�h"��'�h]�:���� @lP����x����*����@{zh����*p����� T$@��h*)))))))����X����@$����$�Z�h�Z�h"�(�h�Z�h"�(�hC��/����� @LQ����H����+����@{zh����+��info/dovecot.mailbox.log000064000000000060151007557650011302 0ustar00{����	!��:"�G��hz{����J�b�B3���h|��info/dovecot.list.index.log000064000000004660151007557650011742 0ustar00({zh{zh����<����@����list�������������@@����?INBOXSentJunkDraftsspamTrash���� {zhL������������@?����A�{zh��-VEϯB�{zh��-VEϯC�{zh��-VEϯD�{zh��-VEϯE�{zh��-VEϯF�{zh��-VEϯ���� T$��yh���� @L����<����@����subs����{zh����P����@?����A�{zh��-VEϯ{zh���� @�����8����@�����|h��������@?����F�{zh��-VEϯ{zh����@����msgs��������@����hmodseq��������@����
index sync������|h���� @0����D����@����1saved������������ @����������@?����D�{zh��-VEϯ{zh����@��������@��������@�������|h���� @|���������@?����B�{zh��-VEϯ{zh����@��������@��������@�������|h���� @t���������@?����E�{zh��-VEϯ{zh����@��������@��������@�������|h���� @l����8����@?������������@�����KINBOXSentJunkDraftsspamTrashArchive��������@K�����m:��|h`	VEϯ���� T$�i|h���� @����������@������m:��|h`	VEϯ{zh����@��������@��������@�������|h���� @�	info/.spam/dovecot.index.log000064000000000240151007557650011774 0ustar00({zh{zh����x����@����$maildir����$��|h{zh����|h{zh����|h�&,:3���� {zhL����info/.spam/maildirfolder000064000000000000151007557650011252 0ustar00info/.spam/dovecot-uidlist000064000000000063151007557650011564 0ustar003 V1752857350 N1 G45cb7f06027b7a68fd982d005645cfaf
info/.Trash/dovecot.index.log000064000000000240151007557650012115 0ustar00({zh{zh����x����@����$maildir����$�|h{zh��t;�|h{zh��t;�|h�zb/3���� {zhL����info/.Trash/dovecot-uidlist000064000000000063151007557650011705 0ustar003 V1752857351 N1 G46cb7f06027b7a68fd982d005645cfaf
info/dovecot-uidvalidity.687a7b08000044400000000000151007557650012476 0ustar00info/dovecot.index000064000000001740151007557650010204 0ustar00x�{zh{zh �@�@�������h$maildire2�h2�h�~��(�h2�h�~��(�h�,�+a	{zhcachemodseq+�@'8�'�'�'�'( 
p%'�*	
$0
'�5�:@
'lE'�J'P,U'�Z'�_'e'dj�o'u'\z'�"��'d�'��&ܓ)l�*ԝ+(�info/dovecot-uidlist000064000000006204151007557650010551 0ustar003 V1752857346 N1 G41cb7f06027b7a68fd982d005645cfaf
1 :1752857348.M728955P2988390.premium320.web-hosting.com,S=90349,W=91838
2 :1752994798.M560357P607048.premium320.web-hosting.com,S=10231,W=10379
3 :1752994908.M695444P607048.premium320.web-hosting.com,S=31332,W=31926
4 :1753266764.M75385P2755785.premium320.web-hosting.com,S=23731,W=24262
5 :1753450168.M610924P3663847.premium320.web-hosting.com,S=23941,W=24370
6 :1753677575.M565740P2912018.premium320.web-hosting.com,S=14689,W=14954
7 :1753679468.M750057P2990798.premium320.web-hosting.com,S=33157,W=34004
8 :1753679534.M226966P2991501.premium320.web-hosting.com,S=24720,W=25497
9 :1753685615.M203749P3270869.premium320.web-hosting.com,S=33160,W=34007
10 :1753685669.M291221P3270869.premium320.web-hosting.com,S=24810,W=25589
11 :1753772036.M930607P3267697.premium320.web-hosting.com,S=21808,W=22494
12 :1753940636.M110316P3087233.premium320.web-hosting.com,S=33163,W=34010
13 :1753940699.M864342P3087233.premium320.web-hosting.com,S=24820,W=25599
14 :1753965687.M190331P237569.premium320.web-hosting.com,S=14651,W=14915
15 :1754027588.M698244P3183165.premium320.web-hosting.com,S=22493,W=23161
16 :1754193684.M172226P3530204.premium320.web-hosting.com,S=33154,W=34001
17 :1754193751.M70999P3530204.premium320.web-hosting.com,S=24805,W=25584
18 :1754316743.M914798P1280852.premium320.web-hosting.com,S=21808,W=22494
19 :1754366104.M781080P3786233.premium320.web-hosting.com,S=52483,W=54048
20 :1754367298.M812894P3847447.premium320.web-hosting.com,S=30057,W=30815
21 :1754368600.M859672P3924517.premium320.web-hosting.com,S=33158,W=34005
22 :1754368723.M47229P3928931.premium320.web-hosting.com,S=24797,W=25576
23 :1754421688.M483247P2483886.premium320.web-hosting.com,S=21878,W=22565
24 :1754559324.M136946P1090488.premium320.web-hosting.com,S=12148,W=12321
25 :1754559528.M338503P1090488.premium320.web-hosting.com,S=33160,W=34007
26 :1754559596.M699729P1090488.premium320.web-hosting.com,S=24757,W=25534
27 :1754662639.M131727P1815829.premium320.web-hosting.com,S=21802,W=22488
28 :1756114803.M949995P3695609.premium320.web-hosting.com,S=8890,W=9021
29 :1756115381.M229349P3729155.premium320.web-hosting.com,S=33164,W=34011
30 :1756115437.M304492P3729155.premium320.web-hosting.com,S=24817,W=25596
31 :1756298939.M533110P887338.premium320.web-hosting.com,S=16132,W=16428
32 :1756309654.M724968P1476022.premium320.web-hosting.com,S=22164,W=22829
33 :1756368202.M625268P432111.premium320.web-hosting.com,S=16955,W=17260
34 :1756368255.M787386P432111.premium320.web-hosting.com,S=17198,W=17508
35 :1756376312.M51247P938615.premium320.web-hosting.com,S=29113,W=29677
36 :1756685381.M768415P2292652.premium320.web-hosting.com,S=14705,W=14970
37 :1756877986.M906126P117576.premium320.web-hosting.com,S=8882,W=9013
38 :1756878006.M16855P117576.premium320.web-hosting.com,S=12154,W=12327
39 :1756878900.M543607P141852.premium320.web-hosting.com,S=33160,W=34007
40 :1756878966.M821355P141852.premium320.web-hosting.com,S=24804,W=25583
41 :1756975975.M876990P1135250.premium320.web-hosting.com,S=21801,W=22487
42 :1758275582.M140417P3809980.premium320.web-hosting.com,S=16870,W=17172
43 :1758275584.M788428P3809980.premium320.web-hosting.com,S=16658,W=16955
info/maildirsize000060000000000550151007557650007741 0ustar00262144000S,0C
0 0
91838 1
10379 1
31926 1
24262 1
24370 1
14954 1
34004 1
25497 1
34007 1
25589 1
22494 1
34010 1
25599 1
14915 1
23161 1
34001 1
25584 1
22494 1
54048 1
30815 1
34005 1
25576 1
22565 1
12321 1
34007 1
25534 1
22488 1
9021 1
34011 1
25596 1
16428 1
22829 1
17260 1
17508 1
29677 1
14970 1
9013 1
12327 1
34007 1
25583 1
22487 1
17172 1
16955 1
info/.Archive/dovecot.index.cache000064000000001264151007557650012706 0ustar00��|h��|h������{zh��|h�|h��|h��|h�|h�|h�|h��|h��|h��|h��|h��|h��|h��|h��|h��|h��|h�������������������������������������������������������������������������������������flagsdate.sentdate.receiveddate.savesize.virtualsize.physicalimap.bodyimap.bodystructureimap.envelopepop3.uidlpop3.orderguidmime.partsbinary.partsbody.snippethdr.FROMhdr.MESSAGE-IDhdr.SUBJECThdr.DATEhdr.CChdr.CONTENT-TYPEhdr.DISPOSITION-NOTIFICATION-TOhdr.LIST-POSThdr.REPLY-TOhdr.TOhdr.X-KOLAB-MIME-VERSIONhdr.X-KOLAB-TYPEhdr.X-PRIORITYinfo/.Archive/dovecot.index.log000064000000000340151007557650012416 0ustar00(��|h��|h����@����@����cache�������|h����x����@����$maildir����$��|h��|h�J:��|h��|h�J:��|h&��:3���� {zhL����info/.Archive/maildirfolder000064000000000000151007557650011673 0ustar00info/.Archive/dovecot-uidlist000064000000000063151007557650012205 0ustar003 V1752857352 N1 Gdb016d3af5937c680b6009005645cfaf